.zyq-apply-wrapper {
    background: #FFF0F0;
    height: 100%;
    width: 100%;
}

.zyq-apply-wrapper .zyq-header-container {
    background: url('/portal/images/bg-top.png') center;
    width: 100%;
    height: 600px;
}

.zyq-header {
    width: 1000px;
    margin: 0 auto;
}

.zyq-logo {
    padding: 25px 0;
}

.zyq-title-con {
    position: relative;
    padding-left: 20px;
}

.head-pic-fl {
    float: left;
}

.header-text {
    position: absolute;
    color: #ffffff;
    font-size: 68px;
    font-weight: bold;
    text-align: center;
    left: 380px;
    top: 40px;
}

.publisher {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    bottom: 50px;
    right: 100px;
}

.zjy-application-form-wrapper {
    width: 100%;
}

.zjy-application-form-wrapper .zyq-application-form {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: #F0F0F0;
    margin-top: -150px;
    z-index: 2;
    border: 20px solid #ffffff;
}

.zyq-application-form .form-con {
    padding: 20px;
}

.form-con .form-head-tip {
    padding: 20px 10px;
    color: #000000;
    text-indent: 2em;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px dashed #CCCCCC;
}

.form-con .zyq-form {
    padding: 20px 10px;
    margin-top: 10px;
    border-bottom: 1px solid #CCCCCC;
}

/* .zyq-form:last-child {
    border-bottom: 0;
} */

.zyq-form .index {
    float: left;
}

.zyq-form .form-items {
    margin-left: 27px;
}

.zyq-form .label {
    font-size: 16px;
    
}

.zyq-form .form-title {
    color: #000000;
}
.zyq-form-area:nth-child(1) .form-title .button-delete {
    display: none;
}
.form-title .title-name {
    float: left;
}

.form-title .button-delete{
    padding: 10px 20px;
    font-size: 12px;
    background: #D71718;
    border-radius: 6px;
    border: 0;
    color: #ffffff;
}
.form-title .button-delete:hover {
    cursor: pointer;
}
.form-title .button-delete:active {
    background: #D71718;
    opacity: 0.8;
    transition: all .1s;
}
.form-title .iconfont {
    font-size: 12px;
    margin-right: 5px;
}

.zyq-form .title-desc {
    color: #666666;
    padding-left: 15px;
}

.zyq-form .input-item {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    padding-left:15px;
    width: 600px;
    height: 34px;
    border: 1px solid rgba(245, 220, 225, 1);
    border-radius: 4px;
    transition: all .3s;
}

.zyq-form .input-item::placeholder {
  color: #CCCCCC;
  font-size: 15px;
}

.zyq-form .input-item:focus,.inline-form .inline-input:focus {
  border: 1px solid #d71718;
  outline: none;
}

.zyq-form .drop-down {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.zyq-form .child-label {
    margin-top: 18px;
    /* margin-bottom: 15px; */
    font-size: 16px;
    color: #000000;
    display: flex;
}

.child-label .iconfont {
    font-size: 12px;
    margin-right: 10px;
    vertical-align: middle;
}

.zyq-form .single-choice-con {
    margin-top: 15px;
    padding-left: 20px;
}
.single-choice-con .choice {
    margin-right: 50px;
}

.zyq-form .inline-form {
    margin-top: 20px;
}

.inline-form .inline-input {
    padding-left: 12px;
    height: 34px;
    border: 1px solid rgba(245, 220, 225, 1);
    border-radius: 4px;
    width: 220px;
}

.inline-form .verify-btn {
    color: #ffffff;
    /* background: #CCCCCC; */
    background: #D71718;
    height: 38px;
    border-radius: 4px;
    border: none;
    padding: 0 18px;
    margin-left: 20px;
}

.verify-result {
    color: #D71718;
    font-size: 12px;
    margin-left: 10px;
}

.zyq-form .zyq-form-area {
    width: 860px;
    background: #ffffff;
    border: 1px solid #F5DCE1;
    margin-top: 20px;
}

.zyq-form-area .form-title {
    padding: 17px 15px 16px 19px;
    border-bottom: 1px solid #F5DCE1;
}

.zy-info-item {
    padding: 0 20px;
    margin-top: 20px;
}

/* .zy-info-item .iconfont {
    float: left;
    font-size: 12px;
    padding-top: 5px;
} */

.zy-info-item .items {
    margin-left: 27px;
    margin-bottom: 20px;
}

.items .single-choice-con {
    padding-left: 0;
}

.zy-info-item table {
    background: #F5DCE1
}

.zy-info-item td {
    background: #ffffff;
    height: 40px;
}

.zy-info-table {
    /* border: 1px solid #F5DCE1; */
    width: 740px;
}

.zy-info-table .tb-head {
    width: 100px;
    padding: 0 20px;
    text-align: right;

}

.zy-info-table .table-input {
    border: none;
    width: 80%;
    padding: 0 10px;
}

.table-input:focus {
    outline: none;
}

.form-con .add-zyinfo {
    width: 860px;
    background: #ffffff;
    border: 1px dashed #D71718;
    color: #D71718;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
    margin-left: 27px;
}

.add-zyinfo .iconfont {
    font-size: 16px;
    margin-right: 10px;
}

.add-zyinfo:hover {
    cursor: pointer;
}

.btn-con {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.form-con .submit-form {
    padding: 10px 35px;
    background: #D71718;
    border-radius: 6px;
    border: 0;
    color: #ffffff;

}

.submit-form:active {
    border: none;
    outline: #D72777;
    background: #ffffff;
    opacity: 0.5;
}

.submit-form:focus {
    border: none;
    outline: #D72777;
    background: #D71718;

}

.submit-form:hover {
    cursor: pointer;
}


.fl {
    float: left;
}

.fr {
    float: right
}

.zyq-form-higheredu {
    font-size: 17px;
    display: block;
    margin-top: 15px;
    /* width: 600px; */
    /* height: 38px; */
}
.zyq-form-higheredu3 {
    width: 615px;
}

/* 修改单选按钮样式 */

.choice label {
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
    color: #333333;
    vertical-align: super;
}

.radio_type {
    width: 23px;
    height: 23px;
    appearance: none;
    position: relative;
}

.radio_type:before {
    content: '';
   
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #D71718;
    background: #D71718;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:after {
    content: '';
    width: 10px;
    height: 5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}

.hidden {
    display: none;
}

.tips-red{
    margin-left: 5px;
    color: #D71718;
}




.select2-container {
    font-size: 17px !important;
    /* display: block !important; */
    width: 617px !important;
 
    border: 1px solid rgba(245, 220, 225, 1) !important;
    border-radius: 4px !important;
}
.select2-container .select2-choice {
    height: 38px !important;
    padding: 0 0 0 0px !important;
    border: 0px solid #aaa !important;
}

.select2-container .select2-choice>.select2-chosen {
    background: white !important;
    padding-left: 15px !important;
    font-size: 15px;
    /* color: #CCCCCC; */
}

.select2-container .select2-choice .select2-arrow {
    width: 32px !important;
    height: 97% !important;
    border-left: 0px solid #aaa !important;
    /* border: 1px solid #F5DCE1 !important; */
    background: #F5F5F5 !important;
}
.select2-container .select2-choice .select2-arrow b {
    margin-left: 9px !important;
    margin-top: 6px !important;
}
.select2-drop-active {
    border: 1px solid rgba(245, 220, 225, 1) !important;
    border-top: none;
}

/*美化系统alert和confirm*/
.verticalAlign {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    margin-left: -1px;
  }
  .xcConfirm .xc_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666666;
    opacity: 0.5;
    z-index: 2147000000;
  }


  .xcConfirm .popBox {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    z-index: 2147000001;
    width: 570px;
    margin-left: -285px;
    margin-top: -150px;
    border-radius: 10px !important;
    font-weight: bold;
    color: #535e66;
  }
  .xcConfirm .popBox .ttBox {
    height: 50px;
    line-height: 50px;
    padding: 14px 30px;
    border-bottom: solid 1px #eef0f1;
    border-top-left-radius: 10px !important;
    border-top-right-radius:10px !important;
    background: red;
  }
  .xcConfirm .popBox .ttBox .tt {
    font-size: 20px;
    display: block;
    float: left;
    color: white;
    /* height: 30px;
    position: relative; */
  }
  .xcConfirm .popBox .ttBox .clsBtn {
    display: block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 35px;
    right: 30px;
    background: url(/common/images/icons.png) -48px -96px no-repeat;
  }
  .xcConfirm .popBox .txtBox {
    overflow: hidden;
  }
  .xcConfirm .popBox .txtBox .bigIcon {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    background-image: url(/common/images/icons.png);
    background-repeat: no-repeat;
    background-position: 48px 0;
    display: inline-block;
    vertical-align: top;
  }
  .xcConfirm .popBox .txtBox p {
    width: 350px;
    line-height: 26px;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    padding: 0px;
    margin: 0px;
  }
  .xcConfirm .popBox .txtBox p input {
    width: 364px;
    height: 30px;
    border: solid 1px #eef0f1;
    font-size: 18px;
    margin-top: 6px;
  }
  .xcConfirm .popBox .btnArea {
    border-top: solid 1px #eef0f1;
  }
  .xcConfirm .popBox .btnGroup {
    float: right;
  }
  .xcConfirm .popBox .btnGroup .sgBtn {
    margin-top: 14px;
    margin-right: 10px;
    margin-bottom: 14px;
  }
  .xcConfirm .popBox .sgBtn {
    display: block;
    cursor: pointer;
    float: left;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
  }
  .xcConfirm .popBox .sgBtn.ok {
    background-color: #0095d9;
    color: #FFFFFF;
  }
  .xcConfirm .popBox .sgBtn.cancel {
    background-color: #546a79;
    color: #FFFFFF;
  }
  /*修改样式符合现在色调*/
  .xcConfirm .popBox,
  .xcConfirm .popBox .sgBtn {
    border-radius: 0px;
  }
  .xcConfirm .popBox .sgBtn.ok {
    background-color: red;
    border-radius: 10px !important;
  }
  .xcConfirm .popBox .sgBtn.cancel {
    background-color: #23b8ff;
  }
  .xcConfirm .popBox .txtBox {
    width: 420px;
    margin: 40px auto;
  }


  .iconguanbi-reset {
      color: #fff;
      float: right;
      cursor: pointer;
      transition: all .3s;
  }
  .iconguanbi-reset:hover {
      transform: rotate(180deg);
  }

  .div-radio {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: top;
    margin: 2px 0px;
    cursor: pointer;
  }

  .circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #050001;
    float: left;
    margin-top: 6px;
  }

  .iconselected-reset {
    transition: all .2s;
    font-size: 18px;
    color: #CCCCCC;
  }

  .div-radio[select="true"] .iconselected-reset {
    color: #d71718;
  }
