*{margin: 0;padding: 0;}
body{
    background: url(https://u3.huatu.com/uploads/allimg/220928/bottom.png) repeat;
}
.hide{display: none;}

/* 隐私开始 */
.last-check {
    /* margin-top: 0.2rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3%;
  }
  input[type=checkbox] {
    width: 28px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    line-height: 0 !important;
    filter: "alpha(opacity=0)";
  }
  .ajax_form input {
    border-radius: 4px;
    border: 1px solid #A1A1A1;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    font-size: 20px;
    float: left;
  }
  
  input[type=checkbox]+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url(../images/checkbox_icon.png) no-repeat 0px -51px;
    line-height: 24px;
    opacity: 1;
  }
  input[type=checkbox]:hover+label {
    background: url('../images/checkbox_icon.png') no-repeat 0px -51px;
  }
  input[type=checkbox]:checked+label {
    background: url('../images/checkbox_icon.png') no-repeat 0px -25px;
  }
  input[type=checkbox]:checked:hover+label {
    background: url('../images/checkbox_icon.png') no-repeat 0px -81px;
  }
  .last-check label {
    font-size: 14px;
    color: #666;
  }
  .last-check label {
    font-size: 14px;
    color: #666;
  }
  .last-check a {
    color: #000;
    font-size: 12px;
    padding-top: 8%;
    display: block;
    text-decoration: none;
  }
  /* 隐私结束 */

.head{
    width: 100%;
    height: 100px;
}
.headBox{
    width: 95%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .headBox .logo{
    display: block;
    width: 129px;
    height: 30px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
}
.login,.online{
    width: 150px;
    height: 30px;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.login{
    background-color: #6174AE;
    cursor: pointer;
}
.online{
    background-color: #E74B6E;
}
.mainBox{
    width: 100%;
    min-height: calc(100vh - 100px);
    /* background: url(../images/bg.png) no-repeat top center; */
    /* background-size: 100%; */
    overflow: hidden;
}
.banner{
    width: 95%;
    margin: 15px auto;
}
.titleBox{
    width: 1200px;
    margin: 100px auto 0;
}
.titleBox img{
    max-width: 100%;
}
.formBox{
    width: 95%;
    margin: 50px auto;
}
.mainBtn{
    display: flex;
    justify-content: center;
}
.mainBtn .way{
    width: 300px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.mainBtn .way.active{
    color: #E40938;
    font-weight: bold;
    border-bottom: 5px solid #E40938;
}
.optionBox{
    width: 100%;
    margin: 25px auto;
}
.box01,.box02{
    display: none;
    width: 1000px;
    margin: 0 auto;
}
.box01.active,.box02.active{
    display: flex;
    flex-wrap: wrap;
}
.dwOption{
    width: 300px;
    height: 60px;
    background: #6174AE;
    font-size: 20px;
    display: flex;
    color: #FFF;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.dwOption img{
    max-height: 30px;
}
.dwOption span{
    margin-left: 5px;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
    white-space:nowrap;
}
.box01{
    justify-content: space-between;
}
.box01 div{
    margin: 0 0 15px;
}
.submit01,.submit02{
    width: 300px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    background: #E74B6E;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
}
.box02{
    justify-content: center;
}
.codeOption{
    width: 350px;
    height: 60px;
    background: #6174AE;
    font-size: 20px;
    display: flex;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 10px;
}
.codeOption img{
    width: 30px;
    height: 30px;
    margin: 10px;
}
.codeOption input{
    width: calc(100% - 40px);
    outline: none;
    border: 0;
    background-color: #6174AE;
    color: #FFF;
    font-size: 20px;
    padding-left: 5px;
    box-sizing: border-box;
}
.codeOption input::-webkit-input-placeholder {color:#FFF;}
.codeOption input:-moz-placeholder {color:#FFF;}
.codeOption input::-moz-placeholder {color:#FFF;}
.codeOption input:-ms-input-placeholder {color:#FFF;}
.codeOption input::-ms-input-placeholder {color:#FFF;}
.codeOption input:-webkit-autofill{
    -webkit-text-fill-color:#FFF!important;
    -webkit-box-shadow: 0 0 0px 1000px #6174AE inset;
    caret-color: #FFF;
}
.hideBox{
    position: absolute;
    top: 55px;
    width: 100%;
    background: #6174AE;
    max-height: 400px;
    left: 0px;
    box-sizing: border-box;
    overflow-y: auto;
    display: none;
    z-index: 111;
}
.hideBox div{
    padding: 5px 15px;
    box-sizing: border-box;
    margin: 0;
}
.hideBox div:hover{
    background: #7F8CB6;
}
.tableBox{
    width: 95%;
    margin: 0 auto;
}
.tableBox table{
    max-width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}
.tableBox table th,.tableBox table td{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    padding: 10px 20px;
    border: 1px solid #6174AE;
    background: #EFEFEF;
}
.tableBox table th{
    background: #7F8CB6;
    color: #FFF;
}
.tableBox table td a{
    text-decoration: none;
    color: #6174AE;
    font-weight: bold;
}
.tableBox span{
    font-size: 14px;
}
.mask{
    display: none;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mkFormBox{
    position: absolute;
    width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding: 20px 15px;
    box-sizing: border-box;
    border-radius: 5px;
}
.mkFormBox select{
    width: 48%;
    height: 38px;
    padding-left: 10px;
    display: block;
    outline: none;
    border: 0;
    border-bottom: 1px solid #D8D8D8;
}
.por{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.mkFormBox input{
    width: 100%;
    height: 38px;
    padding-left: 10px;
    border: 0;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
    outline: none;
}
input.code{
    width: 48%;
}
input.send{
    width: 48%;
    background: #6174AE;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
}
.submit{
    width: 100%;
    height: 38px;
    font-size: 14px;
    color: #FFF;
    background: #E74B6E;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.closeBtn{
    position: absolute;
    bottom: -45px;
    width: 40px;
    left: 231px;
    cursor: pointer;
}

#__nc{
    width: 100%;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper {
    width: 100%!important;
}
.nc_scale {
    height: 38px!important;
}
.nc-container .nc_scale span {
    height: 38px!important;
    line-height: 38px!important;
    box-sizing: border-box;
}



@media (1080px < width <= 1600px) {
    .titleBox{
        width: 1000px;
        margin: 50px auto 0;
    }
    
}






@media screen and (max-width:1080px) {
    .head,.headBox{
        height: 50px;
    }
    .head .headBox .logo{
        width: 86px;
        height: 20px;
    }
    .login, .online {
        width: 100px;
        height: 25px;;
        line-height: 25px;
        border-radius: 4px;
    }
    .mainBox{
        min-height: calc(100vh - 50px);
    }
    .titleBox {
        width: 95%;
        margin-top: 0;
    }
    .formBox {
        margin: 20px auto;
    }
    .mainBtn{
        justify-content: space-around;
        background: #efefef;
    }
    .mainBtn .way {
        width: auto;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .mainBtn .way.active {
        font-weight: normal;
    }
    .box01,.box02{
        width: 100%;
        justify-content: space-between;
    }
    .box01{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box01 div{
        margin: .2rem 0;
    }
    .dwOption{
        width: 48%;
        height: 40px;
        line-height: 40px;
        padding: 5px;
        font-size: 14px;
    }
    .dwOption img {
        max-height: 25px;
    }
    .hideBox {
        top: 30px;
        left: 0;
        z-index: 111;
        max-height: 15rem;
    }
    .hideBox div{
        padding: 5px 15px;
        box-sizing: border-box;
        margin: 0;
        line-height: 15px;
    }
    .tableBox table{
        width: 100%;
        margin-bottom: .5rem;
    }
    .tableBox table th {
        height: 1.5rem;
        box-sizing: border-box;
    }
    .tableBox table td {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 10px;
    }
    .submit01,.submit02{
        width: 48%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .codeOption{
        width: 48%;
        margin: 0;
        height: 40px;
    }
    .codeOption img {
        width: 25px;
        height: 25px;
        margin: 2.5px;
    }
    .codeOption input {
        font-size: 14px;
    }


    .mkFormBox{
        width: 90%;
    }
    .last-check a{
        padding-top: 3%;
    }
    ._nc .stage1 {
        height: 38px!important;
    }
    ._nc .stage1 .slider {
        height: 38px!important;
        left: 0!important;
        right: 0!important;
    }
    ._nc .stage1 .track div, ._nc .stage1 .label {
        line-height: 38px!important;
        height: 38px!important;
        font-size: 14px!important;
    }
    ._nc .stage1 .button {
        height: 38px!important;
    }._nc .stage1 .icon {
        left: 16px!important;
    }
    ._nc .icon-slide-arrow {
        font-size: 18px!important;
    }
    ._nc .icon {
        width: 18px!important;
        height: 18px!important;
    }
    ._nc .icon-ok {
        font-size: 18px!important;
    }
}