.zhuce{
    width: 100%;
    padding: 43px 0px 75px;
    background: #f0f0f0;
}
.zhuce .box{
    margin: 0 auto;
    width: 1000px;
    /* height: 595px; */
    background: #fff;
    border-radius: 8px;
    color: #757575;
}
.zhuce .box .banner {
    display: none;
    width: 100%;
}

.zhuce .box .old h2{
    width: 190px;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    padding: 28px 0;
    padding-bottom: 10px;
}
.zhuce .box .old span {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    color: #29d3a0;
}

.zhuce .box .new img{
    display: block;
    margin: 10px auto;
    width: 41px;
}
.zhuce .box .new h2 {
    text-align: center;
    margin-bottom: 10px;
}
.zhuce .box .new p {
    font-size: 14px;
    color:#666;
    margin-bottom: 10px;
}
.zhuce .box .new h4 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.zhuce .box .new h4 a{
    text-decoration: none;
    color:#4b90fc;
}




.zhuce .form input{
    height: 40px;
    width: 322px;
    position: relative;
    padding-left: 50px;
    vertical-align: top;
    zoom: 1;
    margin-top: 24px;
    display: inline-block;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
}
.zhuce .form p{
    position: relative;
}
.zhuce .form .code{
    position: relative;
    display: inline-block;
}
.zhuce .form .btn{
    position: absolute;
    height: 38px;
    right: 0;
    bottom: 1px;
    border: none;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
}
.zhuce .form label{
    display: block;
    font-size: 12px;
    color: #f31a1a;
    position: absolute;
    left: 34%;
}
.zhuce .form .submit{
    font-size: 1.8rem;
    color: #fff;
    vertical-align: middle;
    line-height: 1.5;
    background: #2bd3a0;
}
#TCaptcha{
    display: inline-block;
    width:322px;
    height:54px;
    margin: 17px auto 0px;
}
/*这个是验证码相关*/
.nc-container #nc_1_wrapper {
    width: 322px !important;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    margin: 0 auto;
}
#nc {
    position: relative!important;
    margin: 20px auto 0 !important;
}
/*这个是验证码相关*/
.goLogin  {
   margin: 20px auto;
   height: 40px;
}
.goLogin  a{
    text-decoration: underline;
    padding: 20px;
    color: #666;
    font-size: 16px;
}
.goLogin  a:hover {
    color:#999;
    text-decoration: underline;
}
/* 移动自适应 */
@media screen and (max-width: 1200px) {
    .header{
        position: fixed;
        height: 52px;
        line-height: 52px;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
      }
      .zhuce {
        margin-top: 52px;
      }
}
@media screen and (max-width: 800px) {
    .zhuce{
        padding: 20px 0px 25px;
    }
    .zhuce .box{
        /* height: 536px; */
    }
    .zhuce .box,.zhuce .form input,#TCaptcha,.nc-container #nc_1_wrapper {
        width: 90% !important;
    }
    .zhuce .form .code{
        display: block;
    }
    .zhuce .form .btn {
        right: 15px;
    }
}