/* reset form style */
.if-jq-cascader__wrapper{
    width: 100%;
}
#recruitCity{
    background: rgba(255 255 255 / 0);
}
.bootstrap-select .btn{
    height: 100%;
    border: 1px solid #fff;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    background: rgba(255 255 255 / 0);
    border-color: #fff;
    color: #fff;
}
.btn-default:hover{
    background: rgba(255 255 255 / 0);
    color: #fff;
}
.bootstrap-select .dropdown-toggle:focus,
.open>.dropdown-toggle.btn-default:focus{
    outline: none !important;
    outline-offset: 0;
    /* border-color: #66afe9; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.btn-group.open .dropdown-toggle{
    box-shadow: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
    background: rgba(255 255 255 / 0);
    border-color: #fff;
    color: #fff;
}
.btn-default{
    color: #fff;
}
.open>.dropdown-toggle.btn-default:hover{
    background: rgba(255 255 255 / 0);
    border-color: #fff;
    color: #fff;
}
.glyphicon-ok:before{
    content: '\2714'
}

.submit-btn{
    display: flex;
    align-items: end;
}
.if-recruit-form-submit{
    width: 16.22rem;
    height: 3.4rem;
    line-height: 3.4rem;
    background: #038BFF;
    font-size: 1.38rem;
    color: #fff;
}

.r-slogan h2 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 46px;
}

.r-slogan .if-container div h2{
  letter-spacing: .12em;
}

.r-slogan p{
  letter-spacing: .06em;
  line-height: 40px;
  font-size: 22px;
}

.r-slogan .if-container>h2{
  font-size: 3.2rem;
}

.form-control{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255 255 255 / .85);
    background: rgba(255 255 255 / 0);
    padding: 0 10px;
    color: #fff;
    appearance: none;
    outline: none;
}

.form-item{
    display: flex;
    width: 100%;
}

#recruit .if-jq-input__values{
  background: transparent;
  opacity: 1;
}

#recruit .sexSelect{
  z-index: 99;
}

@media screen and (min-width: 1024px) {
    /* stylelint-disable selector-class-pattern */
    /*.if-header .lg\:block, #recruit .lg\:block{*/
      /*display: block !important;*/
    /*}*/
  }

  html {
    font-size: inherit;
  }

  a:hover, a:focus{
   text-decoration: none;
   color: inherit;
  }

.r-advantage
{
  color:#fff;
}

  .r-advantage h2, .r-advantage h4{
    padding: 1rem 0 0;
    text-align: center;
  }


  .r-advantage h4{
    color: #fff;
  }

  #recruit .r-line{
    margin: 3.5rem auto 4rem;
    width: 8rem;
    height: 4px;
    border-radius: 2px;
    background-color: #FF805A;
  }

  .r-advantage h3, .r-advantage h5{
    font-size: 2.2rem;
    text-align: center;
  }

  .r-advantage h3{
    line-height: 1rem;
    color: #fff;
  }

  .r-advantage h5{
    color: #fff;
  }

  .if-container h1 {
    text-align: center;
  }

  .r-tabs{
    padding-bottom: 2rem;
  }

  .r-tabs>div{
    flex: 1;
    text-align: justify;
  }

  .r-tabs ul {
    margin: 0 30px 0 0;
    width: 2rem;
    color: #fff;
  }

  .r-tabs li {
    line-height: 0.8rem;
    padding-left: 8px;
    cursor: pointer;
    border-right: 1px solid rgb(230,0,0);
  }

  .r-tabs .r-tab-active {
    color: rgb(230,0,0);
    font-size: 0.3rem;
  }

  .r-gray{
    background-color: #000;
  }

  .r-city{
    padding: 1rem  0;
  }

  .r-city li{
    width: 50%;
    padding-bottom: 0.5rem;
  }

  .r-city li:nth-child(odd){
    padding-right: 0.6rem;
  }

  .r-city li:nth-child(even){
    padding-left: 0.6rem;
  }

  .r-city li div:first-child{
    width: 1.56rem;
    line-height: 0.6rem;
    background: #2c2c2c;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .r-city li div:last-child{
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 0.6rem;
    line-height: .6rem;
    background: #121212;
    padding-left: 0.4rem;
    color: #fff;
  }

  .r-city li span{
    margin-right: 10px;
  }

  .r-contact{
    align-items: center;
    height: 24.24rem;
  }

  .r-contact img{
    width: 10rem;
    height: 10rem;
  }

  .r-contact>div{
    flex: 1;
    height: 10rem;
  }

  .r-contact h3{
    padding: 2.4rem 0;
  }

  .r-join{
    margin-bottom: -40px;
    width: 100%;
    padding-bottom: 3rem;
  }

  .recruit-form{
    padding-top: 1rem;
  }

  .recruit-form .form-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .form-row .w-50{
    width: 48%;
  }

  .recruit-form .form-item{
    flex-direction: column;
  }

  .recruit-form .form-item .form-label{
    width: 100%;
    color: #fff;
    margin-right: 0;
    line-height: 30px;
  }

  .recruit-form option{
    background-color: #fff;
    color: #000;
  }

    .recruit-form .bootstrap-select.btn-group .dropdown-toggle .caret{
        width: 40px;
        height: 40px;
        background: #fff;
        top: 1px;
        right: 0px;
        border: none;
        border-radius: 0 3px 3px 0px;
    }

    .r-tabs>div h2{
      font-size: 36px;
      margin-bottom: 80px;
      line-height: 42px;
    }

    .r-tabs>div p>img{
      margin: 60px 0;
    }

    .r-tabs>div p{
      line-height: 36px;
      min-height: 1em;
      letter-spacing: .06em;
    }

    /* .r-slogan .if-container>h2{
      font-size: 40px;
    } */

  @media screen and (max-width: 768px) {
    #recruit .if-container{
      max-width: calc(100vw - 40px);;
    }

    .r-header {
      background-size: cover;
      min-height: 480px;
      padding-top: 80px;
      padding-bottom: 40px;
      height: 40vh;
    }

    .r-header .if-container h1{
      font-size: 28px;
      letter-spacing: .5rem;
    }

    #recruit .r-line{
        /* margin-bottom: 40px; */
        border-radius: 0;
    }

    .r-list{
      font-size: 16px;
    }

    .r-list li{
      width: 40%;
      display: inline-block;
      margin-bottom: 8px;
      font-size: 14px;
    }

    #recruit .r-slogan{
        text-align: justify;
        background-size: contain;
    }

    .r-slogan .if-container h2{
      margin-bottom: 20px;
    }

    .r-slogan .if-container>h2{
      margin-bottom: 46px;
    }

    .r-slogan p{
      font-size: 16px;
      line-height: 32px;
    }

    .r-city li{
      width: 100%;
    }

    .r-advantage h2, .r-advantage h4{
      font-size: 28px;
    }

    .r-tabs{
      margin: 0 20px;
      flex-direction: column;
      padding-bottom: 110px;
    }

    .r-tabs ul{
      margin: 0;
      width: 100%;
      text-align: justify;
    }

    .r-tabs ul .jian{
        display: flex;
        justify-content: space-between;
    }

    .r-tabs>ul>li:nth-child(2){
        padding: 50px 0 30px;
    }

    .r-tabs .jian img{
        width: 40px;
    }

    .r-tabs p{
        line-height: 28px;
        min-height: 1em;
        letter-spacing: 0.06em;
        font-size: 16px;
    }

    .r-advantage h2, .r-advantage h4{
      padding: 7.2rem 0 0;
      line-height: 34px;
    }

    .r-advantage .r-line{
      margin-bottom: 49px;
      border-radius: 0;
    }

    .r-tabs li{
      line-height: 60px;
      font-size: 22px;
    }

    .r-tabs li>h2{
      line-height: 30px;
      margin-bottom: 80px;
    }

    .r-tabs li p>img{
      margin: 60px 0;
    }

    .r-advantage h3, .r-advantage h5{
      font-size: 18px;
    }

    #recruit .r-city{
      font-size: 16px;
      padding: 54px 0 93px;
    }

    .r-city li:nth-child(odd){
      padding-right: 0;
    }

    .r-city li:nth-child(even){
      padding-left: 0;
    }

    .r-city li div:last-child{
      padding-left: 24px;
      min-height: 38px;
    }

    .r-city li div:first-child{
      width: 96px;
      line-height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .r-contact span, .r-contact h3, .r-contact a{
      font-size: 15px;
      padding: 0;
    }

    #recruit .r-contact{
      max-width: calc(100vw - 30px);
      flex-direction: column;
      height: 300px;
      justify-content: space-between;
      align-items: normal;
      padding: 70px 0 110px;
    }

    .r-contact>div{
      flex: inherit;
      height: auto;
    }

    .r-contact img{
      position: absolute;
      right: 20px;
      width: 120px;
      height: 120px;
    }

    #recruit-form .form-row .w-50{
      width: 100%;
    }

    .recruit-form{
      padding-top: 49px;
    }

    .recruit-form .form-label,
    .recruit-form .form-control,
    .recruit-form .form-row {
      font-size: 18px;
    }

    .if-recruit-form-submit{
      font-size: 18px;
      width: 163px;
      height: 34px;
      line-height: 34px;
    }
  }

  /* @media screen and (max-width: 480px) {
    .r-header{
      height: calc(100vh - 60px);
      background-position: 70% 0%;
    }

    .r-header > .if-container h1{
      margin-top: 10%;
      margin-bottom: 30%;
    }

    .r-slogan br{
      display: none;
    }
  } */

  /* stylelint-disable selector-id-pattern */
  #submitDone{
      margin:auto;
      display: flex;
      align-items: center;
      height: 100%;
      color: #444;
      z-index: -1;
  }

  #submitDone.fade.in{
    z-index: 1050;
  }

  #iDoMsg {
    color: #2A2B2E;
    width: 488px;
    height: 219px;
    margin: auto;
    max-width: 80%;
    overflow: hidden;
  }

  .privacy-link-box .square-box::before{
      box-shadow: inset 0 0 0 4px #f4f4f4;
      width: 20px;
      height: 20px;
  }

  .privacy-link-box .active .square-box::before{
      background-color: rgb(0 140 255)

  }

  .privacy-link-box  .square-box::before{
    background-color: transparent;
  }

  .modal-dialog{
    width: 416px;
  }

  .modal-content{
    border-radius: 0 !important;
  }

  #iDoMsg .modal-body{
    padding: 40px !important;
  }

  #iDoMsg button.btn{
    margin-top: 40px;
    border: 1px solid #E6E9F0;
    color: #8D9095;
    border-radius: 0;
  }

  #iDoMsg button.btn-confirm{
      background-color: rgb(230,0,0);
      color: #fff;
  }

  #iDoMsg .btn {
    background: transparent;
    height: 40px;
    border: 1px solid #666;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-top: 56px;
    outline: none!important;
    width: calc(50% - 12px);
    padding-top: 0;
    padding-bottom: 0;
  }

  #iDoMsg .btn-dismiss {
    margin-right: 16px;
  }

  @media screen and (max-width: 767px) {
    .modal-dialog{
        width: 95%;
    }

    .city-picker .col-md-6{
        margin-bottom: 10px;
    }
  }

  #recruit-form{color:#222;}
  #recruit-form .form-item{margin-bottom:42px;position: relative !important;}
  #recruit-form .form-label{font-size:20px;font-weight:600;margin-bottom:20px;}
  #recruit-form .form-label span{color: red;}
  #recruit-form input.form-control,#recruit-form .if-jq-cascader__wrapper{height:40px;line-height:40px;box-shadow:none;border-radius:0;width:100%;}
  #recruit-form input.form-control:-webkit-autofill,#recruit-form .if-jq-cascader__wrapper:-webkit-autofill{box-shadow: 0 0 0px 1000px #f4f4f4 inset;}
  #recruit-form .if-jq-tag{background:#ccc;border-radius:3px;height:30px}
  #recruit-form .if-jq-tag__content{font-size:14px;color:#222;}
  #recruit-form .if-jq-tag__close svg{font-size:20px;height:20px;color:#fff;background-color:#038BFF;}
  #recruit-form .if-cascader-node:not(.is-disabled):focus,#recruit-form .if-cascader-node:not(.is-disabled):hover,#recruit-form .if-cascader-node:not(.is-disabled).is-prepare{background:#038BFF;color:#fff}
  #recruit-form .if-cascader-node.in-active-path,#recruit-form .if-cascader-node.is-active,#recruit-form .if-cascader-node.is-selectable.in-checked-path{background:#038BFF;color:#fff}
  #recruit-form .form-radio input{position:absolute;left:-9999px;}
  #recruit-form .form-radio label{padding-left:0;}
  #recruit-form .form-radio .radio,#recruit-form .form-radio .checkbox{margin:0;display:flex;align-items:center;flex-wrap: wrap;}
  #recruit-form .square-box{display:flex;color: #fff; font-size:18px;font-weight:420;line-height:20px;padding:.375em .75em .375em .375em;transition:.25s ease;align-items:center;}
  #recruit-form .square-box::before{background-color:#000;border-radius:0;box-shadow:inset 0 0 0 1px #f4f4f4;content:'';display:inline-block;flex-shrink:0;width:24px;height:24px;margin-right:.7em;transition:.25s ease;}
  #recruit-form .active .square-box::before{background-color:#038BFF;                            /* box-shadow: inset 0 0 0 0.29em #00bebe; */}
  #recruit-form .form-error{padding-left:0;font-size:inherit;}
  #recruit-form .form-error .if-jq-input__values{border-color: #fb471f;}
  #recruit-form .form-error input.form-control,#recruit-form .form-error textarea.form-control{border:1px solid #fb471f;}
  #recruit-form  .btn-submit{background-color:#fb471f;color:#fff;font-size:20px;border-radius:0;width:320px;text-align:center;font-weight:400;height:54px;line-height:54px;padding:0;}
  #recruit-form .btn-submit:hover,#recruit-form .btn-submit:focus,#recruit-form .btn-submit:active,#recruit-form .btn-submit:active:focus{color:#fff;outline:none;}
  #recruit-form .required-tip{color:#fb471f;font-weight:300;}
  #recruit-form .checkbox a{color:#fb471f;font-size: 18px;margin-left: -16px;}
  #recruit-form .dropdown-menu{border-radius: 0; overflow: inherit !important;}
  #recruit-form .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{color: #fff;background-color:#038BFF}
  #recruit-form .bootstrap-select.btn-group .dropdown-menu li{height: 30px;font-size: 18px;}
  #recruit-form .bootstrap-select>div{border: 1px solid rgb(0, 0, 0); padding: 0px;}
  #recruit-form .if-jq-cascader__wrapper:not(.is-disabled):hover .if-jq-input__inner{border-color: #fff;}
  #recruit-form .form-control:focus{border-color: #fff; box-shadow: none;}
  #recruit-form .bootstrap-select.btn-group .dropdown-toggle .filter-option{font-size: 20px;}
  #recruit-form .if-jq-input__inner{opacity: 0;}
  #recruit-form .if-cascader-menu{min-width:160px;}
  #recruit-form .if-cascader-menu__list{font-size: 0.16rem;}
