@charset "UTF-8";
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input[type="text"] {
    -webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"]{
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}
button{ border-radius: 0; }
input:focus, textarea:focus, select:focus {
    outline: none;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}

/*登录*/
.dl-form input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.dl-form input::-moz-placeholder {
    color: #bfbfbf;
}

.dl-form input:-ms-input-placeholder {
    color: #bfbfbf;
}

.dl-form input:-moz-placeholder {
    color: #bfbfbf;
}
.dl-form{
    overflow: hidden;
    padding: 100px 0;
}
.dl-form h1{
    text-align: center;
    font-size: 26px;
    color: #213047;
    font-weight: bold;
    margin-bottom: 40px;
}
.dl-form li input,
.dl-form li select{
    height: 60px;
    background: #f5f5f5;
    border-radius: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    border: none;
    margin-bottom: 20px;
    text-align-last: center;
}
.dl-form li select{
    width: 100%;
    color: rgb(189, 187, 187);
}
.dl-form li select option{
    text-align: center;
}
.dl-form li input.sublimt{
    background: #213047;
    color: #FFF;
    cursor: pointer;
}
.dl-form li.mm-yzm input{
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dl-form li.mm-yzm input+span{
    height: 60px;
    background: #ad903c;
    border-radius: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.dl-form > p{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.dl-form > p a{
    font-size: 18px;
    line-height: 22px;
    color: #bfbfbf;
    float: left;
}
.dl-form > p a+a{
    float: right;
}

/*会员注册分类*/
.dl-zc{
    overflow: hidden;
    padding: 100px 0;
}
.dl-zc h1{
    text-align: center;
    font-size: 26px;
    color: #213047;
    font-weight: bold;
    margin-bottom: 40px;
}
.dl-zc ul{
    height: auto;
    overflow: hidden;
}
.dl-zc ul li a{
    width: 100%;
    background: #213047;
    color: #FFF;
    height: 60px;
    border-radius: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    border: none;
    margin-bottom: 20px;
    display: inline-block;
}
.dl-zc ul li a span{
    color: #f9c528;
}
.dl-zc ul li a:hover{
    text-decoration: none;
}



/*会员注册*/
.hyzc{
    padding: 60px 0;
}
.hyzc h1{
    text-align: center;
    font-size: 26px;
    color: #213047;
    font-weight: bold;
    margin-bottom: 40px;
}
.hyzc ul{
    background: #213047;
}
.hyzc li{
    overflow: hidden;
}
.hyzc li input,.hyzc li select{
    height: 45px;
    background: #354866;
    border-radius: 45px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    border: none;
    color: #FFF;
    margin-bottom: 20px;
}
.hyzc li span{
    color: #FFF;
    font-size: 16px;
    line-height: 45px;
    padding: 0;
}
.hyzc li label{
    padding-left: 0;
    cursor: pointer;
}
.hyzc li label span{
    color: #7b899f;
    font-weight: normal;
}
.hyzc li label input {
    position: absolute;
    left: -9999px
}
.hyzc li label span {
    display: inline-block;
    list-style: none;
    box-sizing: border-box;
    padding-left: 25px;
    height: 45px;
    background: url(../img/b1.png) no-repeat center left;
}
.hyzc li label input:checked+span {
    background: url(../img/b2.png) no-repeat center left;
    color: #FFF;
}
.kong{
    width: 100%;
    height: 1px;
    overflow: hidden;
    margin: 30px 0;
    border-bottom: 1px #354866 dashed;
}
.hyzc li.hyzc-yzm input{
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.hyzc li.hyzc-yzm input+span{
    height: 45px;
    background: #ad903c;
    border-radius: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.hyzc li input.sublimt{
    background: #ad903c;
    cursor: pointer;
}







.hyzc li input::-webkit-input-placeholder {
    color: #7b899f;
    font-size: 16px;
}

.hyzc li input::-moz-placeholder {
    color: #7b899f;
    font-size: 16px;
}

.hyzc li input:-ms-input-placeholder {
    color: #7b899f;
    font-size: 16px;
}

.hyzc li input:-moz-placeholder {
    color: #7b899f;
    font-size: 16px;
}



/*企业内训需求清单*/
.nxbd-form{
    padding-top: 60px;
    padding-bottom: 60px;
}
.nxbd-form h1{
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    color: #000;
    margin-bottom: 40px;
}
.nxbd-form > p{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 50px;
}
.nxbd-form li{
    overflow: hidden;
    margin-bottom: 50px;
}
.nxbd-form li input{
    height: 45px;
    background: #f5f5f5;
    border-radius: 45px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    border: none;
    color: #000;
}
.nxbd-form li textarea{
    height: 180px;
    background: #f5f5f5;
    border-radius: 45px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    border: none;
    color: #000;
}
.nxbd-form li span{
    color: #999999;
    font-size: 16px;
    line-height: 45px;
    padding: 0;
}
.nxbd-form li input.sublimt{
    width: 180px;
    height: 50px;
    display: block;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    background: #377ce5;
    margin: 0 auto;
    border-radius: 0;
}
.nxbd-form li.mm-yzm input{
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.nxbd-form li.mm-yzm input+span{
    height: 45px;
    background: #ad903c;
    border-radius: 45px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}


@media (max-width: 767px) {
    .hyzc ul{
        margin: 0;
        padding: 50px 20px;
    }
    .hyzc li label span{
        height: 30px;
        line-height: 30px;
    }
    .dl-form {
        padding: 100px 20px;
    }
    .nxbd-form h1{
        margin-bottom: 20px;
    }
    .nxbd-form > p{
        margin-bottom: 20px;
    }
    .nxbd-form li{
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hyzc ul{
        margin: 0;
        padding: 50px;
    }
    .hyzc li label span{
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        background: url(../img/b1.png) no-repeat top left;
    }
    .hyzc li label input:checked+span {
        background: url(../img/b2.png) no-repeat top left;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .hyzc ul{
        margin: 0;
        padding: 50px;
    }
    .hyzc li label span{
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        background: url(../img/b1.png) no-repeat top left;
    }
    .hyzc li label input:checked+span {
        background: url(../img/b2.png) no-repeat top left;
    }
}
@media (min-width: 1200px) {
    .hyzc ul{
        margin: 0;
        padding: 50px;
    }
    .hyzc li input,.hyzc li select{
        margin-bottom: 40px;
    }
}