.footer-module{
    color:#fff;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    font-family: Myriad Pro;
    padding-top: 50px;
    padding-bottom: 20px;
}
.footer-module .ewm{
    display: flex;
    margin-left: 30px;
}
.footer-module .ewm img{
    /*margin-left: 9px;
    margin-right: 9px;*/
    height: 80px;
    width: 80px;
    margin: 0px 9px 5px 9px;
}
.footer-module .ewm span{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.5;
}
.footer-module .wrap {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 400;
}
.footer-module .wrap div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
}
.footer-module .wrap span {
    margin-left: 5px;
}
.footer-module .logo{
    /*width: 97px;*/
    height: 57px;
    margin-right: 30px;
}
.footer-module .ml{
    margin-left: 3px;
}
.footer-module .icp{
    margin-top: 15px;
    margin-left: 10px;
    text-align: left!important;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.55;
}
.footer-module .text{
    margin-left: 5px;
    color: #FFFFFF;
    opacity: 0.74;
}
.footer-module .text .text-box{
    display: flex;
}
.footer-module .text .text-box .sub{
    height: 30px;
}

.logins{
    cursor: pointer;
    float: right;
    border: 1px solid #fff;
    color: #0256FF;
    background-color: #fff;
    border-color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    line-height: 20px;
    padding: 5px 17px 5px 17px;
    border-radius: 25px;
    position: relative;
    top: -55px;
    margin-right: 15px;
}
/*.logins{*/
/*    cursor: pointer;*/
/*    float: right;*/
/*    border: 1px solid #0256FF;*/
/*    color: #fff;*/
/*    background-color: #0256FF;*/
/*    border-color: #0256FF;*/
/*    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);*/
/*    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);*/
/*    line-height: 20px;*/
/*    padding: 5px 17px 5px 17px;*/
/*    border-radius: 25px;*/
/*    position: relative;*/
/*    top: -55px;*/
/*    margin-right: 15px;*/
/*}*/
.registers{
    float: right;
    border: 1px solid #ff4d4f;
    color: #fff;
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    line-height: 20px;
    padding: 5px 17px 5px 17px;
    border-radius: 25px;
    position: relative;
    top: -55px;
}
.isLogin{
    font-size: 14px;
    float: right;
    border: 1px solid #0256FF;
    color: #0256FF;
    background-color: #ffffff;
    border-color: #0256FF;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    line-height: 20px;
    padding: 5px 17px 5px 17px;
    border-radius: 15px;
    position: relative;
    top: -55px;;
}
.isLogin span{
    top: 2px;
    left: 2px;
    position: relative;
}
.text-decoration-none{
    text-decoration:none;
    color: #333333;
}
.text-decoration-none:hover{
    text-decoration:none;
}
.footer-banner-box{
    height: 100px;
    background: url("../../images/footer-banner.png") no-repeat center;
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
    /*background-color:#4cedef;*/
    z-index:999;
/*opacity:0.9;*/
}
.footer-banner-box .footer-button{
    width: 169px;
    line-height: 48px;
    height: 54px;
    text-align: center;
    font-size: 24px;
    color: #f74a45;
    border: 0px solid #EC5655;
    border-radius: 25px;
    /* background-color: #fddd82; */
    /* background: linear-gradient(to right, #2fa836, #0c8438); */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fee99f), to(#fabc34));
    float: right;
    margin-top: 30px;
    margin-right: 5%;
    cursor: pointer;
}



.footer-banner-box .live {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 888px;
}
.footer-banner-box .live .footer-button{
    width: 169px;
    line-height: 48px;
    height: 54px;
    text-align: center;
    font-size: 24px;
    /*color: #f74a45;*/
    color: #ffffff;
    border: 0px solid #EC5655;
    border-radius: 25px;
    /* background-color: #fddd82; */
    /* background: linear-gradient(to right, #2fa836, #0c8438); */
    /*background: -webkit-gradient(linear, 0 0, 0 100%, from(#fee99f), to(#fabc34));*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6600), to(#ff6600));
    float: right;
    margin-top: 30px;
    margin-right: 5%;
    cursor: pointer;
}


@keyframes living {
    0%{
        transform: scale(1);
        opacity: 0.5;
    }
    50%{
        transform: scale(1.5);
        opacity: 0;   /*圆形放大的同时，透明度逐渐减小为0*/
    }
    100%{
        transform: scale(1);
        opacity: 0.5;
    }
}
.footer-banner-box .live span{
    position: absolute;
    width: 169px;
    height: 54px;
    left: -74px;
    bottom: 16px;
    background: #fff;
    border-radius: 25px;
    -webkit-animation: living 3s linear infinite;
    z-index: -1;
}
.footer-banner-box .live span:nth-child(2){
    -webkit-animation-delay: 1.5s; /*第二个span动画延迟1.5秒*/
}

/*右边导航*/
.Side-bar{
    width:70px;
    /*height:360px;*/
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.20);
    border-radius: 10px 1px 1px 10px;
    line-height: initial;
}
.Side-bar p{
    margin:0;
}
.Side-bar .currency-widths{

    box-sizing: border-box;
    width:70px;
    height:71.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-top:13px;*/
}
.Side-bar .currency-widths:hover{
    color: #EC5655;
}
.Side-bar .backTop{}
.Side-bar .backTop .side-text{
    font-size: 16px;
    display: none;
}

.Side-bar .experss-box{
    width:100%;
    height:71.5px;
    position:relative;
}
.Side-bar .experss-flex{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Side-bar .experss-flex .experss-text{
    display: none;
}

.Side-bar .experss-flex:hover{}
.Side-bar .experss-flex:hover .experss-text{
    display: block;
}
.Side-bar .experss-flex:hover .iconqian{
    display: none;
}

.Side-bar .experss-flex .experss-position{
    width:600px;
    max-height:300px;
    border:1px solid #eee;
    border-radius: 8px;
    overflow: auto;
    display: none;
    position:absolute;
    bottom:0;
    right:70px;
}

.Side-bar .divider{
    margin:0;
    top:0!important;
}

.Side-bar .experss-box:hover{}
.Side-bar .experss-box:hover .experss-position{
    display: inline-block;
}

.Side-bar .backTop:hover{

}
.Side-bar .backTop:hover .side-img{
    display: none;
}
.Side-bar .backTop:hover .side-text{
    display: block;
}


.backTop-title{
    /*margin-top: -28px;*/
    font-size: 12px;
}
.mt5{
    margin-top:5px!important;
}
.mt8{
    margin-top:8px!important;
}
.fs30{
    font-size: 46px;
}


/*微信客服*/
.divider{
    margin:0;
    top:0!important;
}
.cooperation{}

.cooperation:hover .business-cooperation-content{
    display: block;
    z-index: 999;
}
.cooperation:hover .side-img{
    /*display: none;*/
}
.cooperation:hover .side-text{
    display: block!important;
}
.cooperation:hover .wechat-ico{
    color: #ffffff;
}
.cooperation:hover .wechat-title{
    color: #ffffff;
}
.cooperation:hover .currency-width{
    background-color: #207bfa;
}

.cooperation .currency-width{
    cursor: pointer;
    box-sizing: border-box;
    width:70px;
    height:71.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cooperation .currency-width .side-text{
    display: none;
}

.cooperation .business-cooperation-content{
    position: absolute;
    display: none;
    width:170px;
    /*height: 160px;*/
    right: 71px;
    bottom: 70px;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(83,66,153,0.20);
    border-radius: 4px;}
.cooperation .business-cooperation-content .title-container{
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background-color: #207bfa;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}
.cooperation .business-cooperation-content .title-container .sub-title{
    padding: 3px;
    font-size: 12px;
    border-radius: 14px;
    background: #fff;
    color: #207bfa;
    width: 110px;
    margin: 5px auto 0px;
}



.contact-service-dialog {}
.contact-service-dialog .service-wechart {
    padding: 10px;
    text-align: center;
}
.contact-service-dialog .service-wechart img {
    width: 150px;
    width: 150px;
}
.contact-service-dialog .service-wechart p {
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    /*color: #999999;*/
    color: #207bfa;
}






.fs30{
    font-size: 46px;
}
.fs12{
    font-size: 12px;
}
.wechatExternalrim{
    margin-left: 10px;
    color: #207bfa;
}
.wechat-ico{
    color: #207bfa;
    font-size: 30px;
    margin-left: 12px;
}
.wechat-title{
    margin-left: 5px;
    color: #207bfa;
}



.side-bar-position {
    z-index: 100;
    position: fixed;
    right: 0;
    /*bottom: 50px;*/
    top: calc(50% - 70px);
    /*transform: translateY(-50%);*/
}
.link-top {
    width: 100%;
    height: 1px;
    border-top: solid rgba(0, 0, 0, 0.12) 1px;
}
.backTop-img{
    cursor: pointer;
}

.current {
    border-bottom: 3px solid #0256FF;
    color: #0256FF!important;
   /* color: #207bfa;
    background: #0088bb;*/
}


.nav-box {
    height: 80px;
}
.nav-box .nav-item{
    height: 100%;
    line-height: 80px;
    float: left;
    left: -150px;
    padding: 0px 15px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.nav-box .nav-item a{
    text-decoration: none;
}
.nav-box .nav-item .active{
    color: #0256FF;
}
.nav-box .nav-item .active:before{
    content: "";
    height: 5px;
    width: 30px;
    border-radius: 5px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 19px;
    background: #0256FF;
}
.nav-box .nav-item .active a{
    color: #0256FF;
}

.nav-box .nav-item a{
    color: #333;
}

/*货憨憨底部footer*/
.h-footer{
    min-height: 485px;
    background: #252D3D  100%;
}
.h-footer-box{
    display: flex;
    justify-content: center;
    padding-top: 80px;
    /*align-items: center;*/
}
.h-logo img{
    width: 180px;
    margin-left: -10px;
}
.h-fotter-mk{
    color: #ffffff;
}
.h-footer-cpfw{
    color: #ffffff;
    margin-top: 25px;
}
.h-footer-title{
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}
.parting-line{
    background-color: #ffffff;
    width: 1px;
    height: 180px;
    margin: 0px 60px 0px 60px;
}
.h-phone{
    font-size: 18px;
}
.h-work-time{

}

.h-fotter-mk .ewm{
    display: flex;
    margin-top: 20px;
    margin-left: -20px;
}
.h-fotter-mk .ewm img{
    /*margin-left: 9px;
    margin-right: 9px;*/
    height: 130px;
    width: 130px;
    margin: 0px 9px 5px 9px;
}
.h-fotter-mk .ewm span{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.5;
}
.h-logo-box{
    width: 360px;
}
.h-cpfu-box{
    width: 150px;
}
.code{
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    border-radius: 18px 18px 18px 18px;
    display: flex;
    align-items: center;
    justify-items: center;
}
.erp-label{
    width: 453px;
    height: 35px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
.footer-line{
    width: 100%;
    height: 1px;
    border: 1px solid rgba(216,216,216,0.1);
    margin-top: 80px;
}

/*新登录注册*/
.n-login{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    /*color: #FFFFFF;*/
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* 弹窗样式 */
.popup-modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6); /* 初始为透明 */
    animation: fadeIn 0.3s forwards; /* 添加动画 */
}

@keyframes fadeIn {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }
    50% {
        background-color: rgba(0, 0, 0, 0.25);
    }
    100% {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

/* 当模态框显示时，使用 show 类 */
.show {
    display: block; /* 显示模态框 */
}

.popup-modal-content {
    margin: 15% auto; /* 弹窗居中 */
    /*padding: 20px;*/
    width: 900px; /* 弹窗宽度 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 900px;
    min-height: 500px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    .login-container{
        display: flex;
        .login-banner{
            width: 380px;
        }
        .login-box-container{
            flex: 1;
        }
    }
}

.popup-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-close:hover,
.popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*登录盒子*/
.login-box-container{
    .title{
        margin-top: 60px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: 24px;
        color: rgba(0,0,0,0.9);
        line-height: 36px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }
    /* 登录样式 start*/
    .n-login-info{
        margin: auto;
        margin-top: 43px;
        .input-box{
            width: 352px;
            height: 48px;
            background: #FFFFFF;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid #E5E6EB;
            margin-bottom: 20px;
            .input-sty{
                border: 0px;
                height: 40px;
                margin-top: 4px;
                font-size: 16px;
                color: #999999;
                width: 300px;
            }
        }
        .input-box img{
            margin-left: 20px;
            margin-top: -5px;
            width: 20px;
            height: 20px;
        }
        .code-box{
            display: flex;
            gap: 10px;
            .code{
                width: 242px;
                height: 48px;
                background: #FFFFFF;
                border-radius: 4px 4px 4px 4px;
                border: 1px solid #E5E6EB;
                margin-bottom: 20px;
                .input-sty{
                    border: 0px;
                    height: 40px;
                    margin-top: 4px;
                    font-size: 16px;
                    color: #999999;
                    width: 300px;
                }
            }
            .code img{
                margin-left: 20px;
                margin-top: 3px;
                width: 20px;
                height: 20px;
            }
        }
        .login-button{
            cursor: pointer;
            padding-top: 10px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 500;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 24px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            height: 44px;
            background: #245AFF;
            box-shadow: 0px 4px 16px 0px rgba(61,92,255,0.16);
            border-radius: 4px 4px 4px 4px;
        }
    }
    /* 登录样式 end*/
    /* 注册样式 start*/
    .select-box{
        position: relative;
        display: inline-block;
        width: 150px;
        .phone-select{
            padding: 0px 10px 0px 10px;
            height: 48px;
            width: 150px;
            background: #FFFFFF;
            border-radius: 4px 0px 0px 4px;
            border-left: 1px solid #E5E6EB;
            border-top: 1px solid #E5E6EB;
            border-bottom: 1px solid #E5E6EB;
            border-right: 0px solid #E5E6EB;
            font-size: 14px;
            color: #999999;
            appearance: none; /* 去掉默认样式 */
            -webkit-appearance: none; /* Safari */
            -moz-appearance: none; /* Firefox */
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="gray"><path d="M7 10l5 5 5-5H7z"/></svg>'); /* 自定义下拉箭头 */
            background-repeat: no-repeat;
            background-position: right 10px center; /* 自定义箭头位置 */
            background-size: 16px; /* 自定义箭头大小 */
        }
        /* 设置 option 的样式 */
        .phone-select option {

            padding: 10px; /* 内边距 */
            background-color: #fff; /* 背景颜色 */
            color: red; /* 字体颜色 */
        }
    }

    .reg-input-box{
        width: 202px;
        height: 48px;
        background: #FFFFFF;
        border-radius: 0px 4px 4px 0px;
        border: 1px solid #E5E6EB;
        margin-bottom: 20px;
        .reg-input-sty{
            border: 0px;
            height: 40px;
            margin-top: 4px;
            font-size: 16px;
            color: #999999;
            width: 180px;
        }
    }
    .reg-input-box img{
        margin-left: 20px;
        margin-top: -5px;
        width: 20px;
        height: 20px;
    }
        /*手机验证码*/
    .reg-codes-input{
        width: 250px;
        height: 48px;
        background: #FFFFFF;
        border-radius: 4px 0px 0px 4px;
        border: 1px solid #E5E6EB;
        margin-bottom: 20px;
        .reg-codes-input-sty{
            border: 0px;
            height: 40px;
            margin-top: 4px;
            font-size: 16px;
            color: #999999;
            width: 180px;
        }
    }
    .reg-codes-input img{
        margin-left: 20px;
        margin-top: -5px;
        width: 20px;
        height: 20px;
    }
    .reg-verification{
        width: 100px;
        height: 48px;
        font-size: 14px;
        color: #FFFFFF;
        /*background: #0256FF;*/
        border-radius: 0px 4px 4px 0px;
        /*border: 1px solid #0256FF;*/
        margin-bottom: 20px;
        border-top: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        border-left: 0px solid #e8e8e8;
        color: rgba(0,0,0,.25);
    }

    /* 注册样式 end*/
}

.imgcode-button{
    width: 63px;
    height: 36px;
    color: #fff;
    background-color: #0256FF;
    border-color: #0256FF;
    border: 1px solid #0256FF;
    /* border-radius: 5px; */
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-left: -11px;
    margin-top: 10px;
}
.imgcode-button-dis{
    background-color: #dadcdf;
    border-color: #dadcdf;
    border: 1px solid #dadcdf;
    width: 63px;
    height: 36px;
    color: #fff;
    /* border-radius: 5px; */
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-left: -11px;
    margin-top: 10px;
}
.pop-comp-content {
    /*border: 1px solid red;*/
    padding: 10px;
    min-height: 80px;
    width: 278px;
    height: 106px;;
    margin: auto;
}
.pop-comp-content img{
    width: 110px;
    height: 40px;
    margin: auto;
    text-align: center;
    margin-left: 75px;
}


.input{
    margin-top: 10px;
    text-align: center;
}
.input .areaCode{
    line-height: 35px;
    height: 36px;
    border: 1px solid #dadcdf;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38)
}
.input .areaCode:hover{
    border: 1px solid rgba(85, 132, 236, 0.76);
}
.input .areaCode::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
}
.input input{
    border: 1px solid #dadcdf;
    padding-left: 10px;
    line-height: 35px;
    color: rgb(89 89 89);
    font-size: 14px;
    width: 70%;
}
.input input:hover{
    border: 1px solid rgba(85, 132, 236, 0.76);
}
.input input::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
}

.codes-input{
    margin-top: 30px;
    /*text-align: center;*/
    width: 290px;
    margin-left: 60px;
}
.codes-input input{
    border: 1px solid #dadcdf;
    padding-left: 10px;
    line-height: 35px;
    color: rgb(89 89 89);
    font-size: 14px;
    width: 170px;
}
.codes-input input:hover{
    border: 1px solid rgba(85, 132, 236, 0.76);
}
.codes-input input::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
}

.code-img{
    cursor: pointer;
}






.action-container{
    height: 48px;
    color: #666666;
    .reg-user{
        float: left;
        cursor: pointer;
    }
    .forget-pwd{
        float: right;
        cursor: pointer;
    }
}

.wow-hidden {
    visibility: hidden;
}

#username{
        padding-left: 10px;
        padding-right: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
#regUsername{
        padding-left: 10px;
        padding-right: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        width: 200px;
}
#targetUsername{
        padding-left: 10px;
        padding-right: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        width: 200px;
}
#passwords{
        padding-left: 10px;
        padding-right: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
#regPasswords{
        padding-left: 10px;
        padding-right: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
#newPasswords{
        padding-left: 10px;
        padding-right: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
#kaptchaCode{
        padding-left: 13px;
        padding-right: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
#regKaptchaCode{
        padding-left: 13px;
        padding-right: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
#newKaptchaCode{
        padding-left: 13px;
        padding-right: 20px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
}
#againpasswords{
    padding-left: 10px;
    padding-right: 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}