/*提示框*/
.newLayer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.newLayerCont {
  width: 405px;
  height: 240px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -202px;
  text-align: center;
}

.newLayerCont .title {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  margin-top: 38px;
}
.newLayerCont .p1 {
  font-size: 14px;
  color: #666;
  margin: 32px 0 38px;
}
.newLayerCont .handle span {
  display: inline-block;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
}
.newLayerCont .handle .cancle {
  width: 68px;
  height: 33px;
  cursor: pointer;
  border: 1px solid #dadee0;
  color: #93999f;
  margin-right: 20px;
}
.newLayerCont .handle .sure {
  background: #00aaff;
  color: #fff;
  cursor: pointer;
}
/* 双卫网信息配置弹窗 */
.swLayer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.swLayerContent {
    width: 650px;

    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    
}
.swLayerContent .swContent .tips{
    color:#FF1212;
    font-size:14px;
    margin-bottom: 25px;;
}
.swLayerContent .swHead{
    padding: 14px 20px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swLayerContent .swHead .HeadText{
    font-size:18px;
    color:#333;
}
.swLayerContent .swContent{
    /* flex:1; */
    height: 450px;
    overflow-y: scroll;
    padding:20px 40px;
}
form .swFormItem {

    display: flex;
    height:40px;
    margin-bottom:20px;
}
form .swFormItem .swFormLabel{
  width:100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
form .swFormItem .swFormEnter{
  flex:4;
}
form .swFormItem .swFormEnter.swCloum2{
  display: flex;
}
.swCloum3{
    width: 147px;
}
form .swFormItem .swCloum2 select{
 flex: 1;
}
form .swFormItem .swCloum2 select:first-child{
    margin-right: 10px;
}
 .swFormInput{
  height: 40px;

  border:1px solid #E2E2E2;
  background-color:#F5F7FC;
  font-size:14px;
  color:#333;
  padding-left:15px;
  border-radius: 4px;
  padding-right: 15px;
  box-sizing:border-box;
}
.fullWidth{
    width:100%;
}
.select2-container--open .select2-dropdown--below{
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--single{
    border:none;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    height: 40px;

  border:1px solid #E2E2E2;
  background-color:#F5F7FC;
  font-size:14px;
  color:#333;

  border-radius: 4px;
  padding-right: 15px;
  box-sizing:border-box;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    line-height: 40px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 40px;
    border:1px solid #E2E2E2;
   
    background-color:#F5F7FC;
    font-size:14px;
    color:#333;

    border-radius: 4px;
    padding-right: 15px;
    box-sizing:border-box;
    line-height: 40px;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open  #select2-enterpriseName2-container{
    border:none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    height: 26px;
    line-height: 26px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    width: 100%;
    border: 1px solid;
    height: 32px;
    line-height: 32px;
}
.select2-container--default .select2-selection--multiple{
    height: 40px;

    border:1px solid #E2E2E2;
    background-color:#F5F7FC;
    font-size:14px;
    color:#333;
    padding-left:15px;
    border-radius: 4px;
    padding-right: 15px;
    box-sizing:border-box;
}
select.swFormInput option{
    height: 70px;
}
.swLayerContent .swHandle{
    padding:15px 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.swHandle button{
    width:90px;
    height: 40px;
    color:#333333;
    border-radius: 4px;
    font-size:14px;
    line-height: 27px;
}
.swHandle button:first-child{
    background-color:#1D97FC ;
    color:#fff;
    margin-right:20px
}
.swFormLabel div:first-child{
    color: red;
    margin-right: 2px;
    font-size: 17px;
}
.swFormLabel div:last-child{
    color:#333;
    font-weight: 400;
    font-size: 14px;
}
/*报名表*/
.div-form {
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  /*font-family: "SimSun";*/
  padding: 50px 0;
}
.div-form .id {
  font-size: 28px;
  color: #0070c0;
  font-weight: bold;
  margin: 0 0 30px 270px;
}
.div-form .title {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.entry-form {
  /*font-family: "SimSun";*/
  width: 816px;
  margin: 30px auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.entry-form tr td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 20px;
  text-align: center;
  padding: 14px 0;
  color: #000;
}
.entry-form tr td .red {
  color: #ff0000;
}
.entry-form tr .remark {
  text-align: left;
  padding-left: 5px;
}
.form-bottom {
  font-size: 20px;
  margin-left: 640px;
  color: #000;
}
.photo {
  width: 800px;
  margin: 54px auto;
  overflow: hidden;
}
.photo-cont {
  width: 800px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.photo-cont img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.material-description {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 0 290px -36px;
}
/*审核材料开始*/
.new-exploration {
  padding: 0 20px;
  font-size: 14px;
  color: #2a2a2a;
}
.new-exploration .mynote-title {
  margin: 0;
  padding-bottom: 10px;
}
.new-exploration .btn-blue {
  padding: 0px 20px;
  background: #00aaff;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
}
.new-exploration .btn-blue:hover {
  background: #068fd4;
}
.material-title {
  height: 36px;
  line-height: 36px;
  background: #f7fafc;
  border: 1px solid #ecf2f5;
  padding-left: 16px;
  color: #93999f;
  margin-top: 14px;
  font-size: 14px;
}
.new-exploration h4.title {
  padding-left: 7px;
  border-left: 3px solid #00aaff;
  margin: 28px 0 0px 5px;
  font-size: 14px;
}
/*基本信息*/
.new-message {
  width: 100%;
  margin: 0 68px 0 43px;
}
.data-message {
  width: 100%;
}
.data-left {
  float: left;
  width: 50%;
  margin-right: 140px;
}
.data-message li {
  height: 32px;
  line-height: 32px;
  margin-top: 24px;
  font-size: 14px;
}
.data-message .remark {
  height: 70px;
}
.data-message li span {
  min-width: 70px;
  margin-right: 20px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
.data-message .change {
  cursor: pointer;
}
.data-message li span i,
.upload p i {
  color: #ff3333;
}
.data-message .input-text {
  display: inline-block;
  width: 275px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  border: 1px solid #dadee0;
}
.data-message .large-input {
  width: 746px;
}
.data-message textarea.large-input {
  height: 70px;
  resize: none;
}
.data-message .radio {
  display: inline-block;
}
.data-message .radio span {
  text-align: left;
}
.data-message .radio p {
  width: 98%;
  margin: 5px 0 15px 0;
}
.data-message .radio p:last-child {
  margin-bottom: 0;
}
.data-message .radio p em {
  display: inline-block;
  width: 88%;
}
.radio-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../../../images/custom/xintan/radio01.png');
  margin-right: 5px;
}
.data-message .radio p .radio-icon {
  vertical-align: top;
  margin-top: 5px;
  margin-right: 10px;
}
.on .radio-icon {
  background: url('../../../images/custom/xintan/radio02.png');
}
.data-message .select {
  width: 285px;
}
.data-message .small-select {
  width: 115px;
}
.upload {
  float: left;
  margin-right: 42px;
  margin-top: 24px;
}
.upload-box {
  width: 172px;
  height: 172px;
  background: #fafafb;
  border: 1px dashed #e9ebec;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.upload-box .file {
  position: relative;
  display: inline-block;
  background: #fafafb;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.upload-box .file input {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.upload-box .center {
  width: 40px;
  height: 40px;
  border: 2px dashed #eee;
  border-radius: 100%;
  position: absolute;
  left: 65px;
  top: 65px;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
}
.upload-box .center .iconfont {
  font-size: 24px;
  color: #eee;
}
.upload p {
  line-height: 44px;
  text-align: center;
}
.data-float li {
  float: left;
  width: 50%;
}
.data-float .cancle-work {
  width: 90%;
  text-align: right;
  color: #939393;
  margin: 5px 0 -15px;
  position: relative;
}
.data-float .cancle-work i {
  cursor: pointer;
  padding-right: 32px;
  position: absolute;
  right: 0;
  top: 0;
}
.idcard {
  margin-left: 138px;
}
.dashed2 {
  width: 90%;
  height: 1px;
  border-top: 1px dashed #a7a7a7;
  margin: 30px 0 6px 0;
}
.data-float .li-larger {
  width: 100%;
}
.data-work {
  display: none;
}
.add-work {
  width: 756px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #f4f6f7;
  border: 1px solid #dadee0;
  display: inline-block;
  font-size: 16px;
  color: #93999f;
  cursor: pointer;
  margin: 20px 0 0 92px;
}
.add-work i {
  font-size: 24px;
  line-height: 30px;
}
.upload-box .img {
  width: 174px;
  height: 174px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
.upload-box .img img {
  vertical-align: middle;
  max-width: 100%;
}
/*重新上传*/
.upload-box .mask2 {
  position: absolute;
  width: 172px;
  height: 172px;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 3px;
}
/*重新上传*/
.upload-box .mask {
  position: absolute;
  width: 172px;
  height: 172px;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 3px;
}
.upload-box .mask .btn {
  display: block;
  width: 40px;
  text-align: center;
  margin: 10px auto;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.upload-box .mask .btn-blue {
  border: 0;
  margin-top: 50px;
  background: #00aaff;
}
.upload-box .mask2 .circles {
  margin-top: 52px;
}
.upload-box .mask2 .circle {
  width: 68px;
  margin: 6px 52px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.upload-box .mask2 .circle canvas {
  vertical-align: top;
}
.upload-box .mask2 .circle strong {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.upload-box .mask2 .circle strong i {
  font-style: normal;
  font-weight: normal;
}
.upload-box .mask2 .point {
  width: 6px;
  height: 6px;
  background: #12f2ef;
  border-radius: 6px;
  position: absolute;
  top: 0px;
  left: 32px;
}
.upload-box .mask2 .svgBox {
  position: absolute;
  top: 52px;
  left: 52px;
}
.unpass-bg {
  background: #fff6f6;
  padding: 28px 0 32px 5px;
  margin-top: 15px;
}
.pass-bg {
  background: #f2fbff;
  padding: 28px 0 32px 5px;
  margin-top: 15px;
}
.data-state {
  font-size: 24px;
  text-align: center;
}
.data-unpass {
  color: #fe4343;
}
.data-pass {
  color: #00aaff;
}
.data-cause {
  text-align: center;
  font-size: 14px;
  color: #93999f;
  margin-top: 10px;
}
.handle-btn {
  width: 160px;
  margin: 30px auto;
}
.handle-btn .btn-blue {
  margin-left: 10px;
}
table.entry-form {
  table-layout: fixed;
}
table.entry-form td {
  word-break: break-all;
}
