/*弹框样式 - 开始*/
/* #zhuzong-login-layer {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica", "Tahoma", "Arial";
    text-decoration: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: block;
    left: 0;
    top: 0;
    font-size: 12px;
}

.zhuzong-login-layer .close-btn {
    z-index: 3;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    right: 0;
    top: 24px;
    left: 24px;
    background: url('../img/closs.png') center center no-repeat;
    cursor: pointer;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.zhuzong-login-layer .close-btn:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
} */


/*弹框样式 - 结束*/

/*弹框样式*/
.zhuzong-login-layer {
    display: none;
}

.custom-gd-v-login-container {
    height: 467px;
    width: 850px;
    /* position: absolute; */
    left: 50%;
    top: 50%;
    border-radius: 5px;
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); */
    /* z-index: 10000; */
}

.custom-gd-v-login-container .custom-gd-login-bg {
    /* position: relative; */
    float: left;
    width: 300px;
    height: 100%;
    background: url(../img/bj.png) no-repeat;
    border-radius: 8px;
    text-align: center;
}

.custom-gd-v-login-container .custom-gd-login-bg .bg-logo {
    margin-top: 184px;
    margin-bottom: 8px;
}

.custom-gd-v-login-container .custom-gd-login-bg .bg-logo img {
    width: 80%;
}

.custom-gd-v-login-container .custom-gd-login-bg .bg-txt {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    letter-spacing: 10px;
    text-align: center;
    padding-left: 24px;
}

.custom-gd-v-login-container .custom-gd-login-content {
    float: right;
    width: 550px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    padding: 25px 100px;
}

.dl-tit {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dl-tit h2 {
    font-size: 26px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    line-height: 27px;
    text-align: center;
    margin-bottom: 24px;
}

.dl-div {
    width: 100%;
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
}

.dl-div p {
    font-size: 18px;
    color: #9A9A9A;
    cursor: pointer;
    position: relative;
    user-select: none;
    margin: 0 20px;
}

.dl-div p.active {
    color: rgb(255, 110, 0);
}

.dl-div p.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #F96203;
    border-radius: 2px;
}

.dl-wx {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}

.dl-wx-img {
    width: 194px;
    height: 194px;
    border-radius: 6px;
    border: 1px solid #F4F4F4;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border: 1px solid #dddddd;
    margin: 0 auto;
    padding: 6px;
    box-sizing: border-box;
}

.dl-wx-img img {
    display: block;
    width: 100%;
}

.dl-wx-p {
    color: #333333;
    margin: 15px 0;
    text-align: center;
    font-size: 12px;
}

.register-rule-text {
    text-align: center;
    color: #999;
    font-size: 12px;
}

.register-rule-text a {
    color: #F96203;
}

.account-pwd-login {
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    margin-top: 24px;
    cursor: pointer;
    text-align: center;
    user-select: none;
}

.dl-phone {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

.phone-bind-wrap {
    height: 28px;
    background: #FFEFE5;
    border-radius: 4px;
    line-height: 29px;
    padding-left: 8px;
    margin: 10px 0 32px;
    color: #ff6e00;
    display: flex;
    align-items: center;
}

.dl-box {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    margin-top: 20px;
}

.dl-box input {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    border: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.dl-yzm input {
    width: 200px;
}

.dl-box a {
    display: inline-block;
    width: 98px;
    height: 30px;
    float: right;
    background: #F96203;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;

}

.dl-Btn {
    display: block;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #F96203;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

.dl-mm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    padding: 60px 0;
    position: relative;
}

.dl-mm h2 {
    font-size: 26px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    line-height: 27px;
    text-align: center;
    margin-bottom: 24px;
}

.dl-noPasw {
    color: #ff6e00;
    display: block;
    font-size: 12px;
    line-height: 1.1em;
    margin: 10px 0 20px;
}

.account-wx-login {
    color: #ff6e00;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    width: 312px;
}

.dl-czmm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    padding: 60px 0;
    position: relative;
}

.dl-czmm h2 {
    font-size: 26px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    line-height: 27px;
    text-align: center;
    margin-bottom: 24px;
}