.w-1200 {
    width: 1200px;
}


.header{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: inset 0 -1px 0 0 #0000001a;
}
.top-left a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
}
.top-left {
    width: 60%;
}
.top-right {
    width: 40%;
    text-align: right;
    font-size: 12px;
    color: #dddddd;
}

.tel-num {
    font-size: 14px;
    color: var(--lay-color-primary);
    vertical-align: middle;
}


.header .top-left a,
.header .top-right {
    color: var(--lay-color-text-primary);
}
.header .top-left a:hover, .header .top-right a:hover {
    color: #952A32;
}

.header-top{
    width: 100%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #F5F5F5;
}

.header-bottom {
    background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #0000001a;
}

.header-bottom ,
.header-bottom .nav,
.header-bottom .logo {
    height: 72px;
    line-height: 72px;
}

.header-bottom .logo img {
    width: 163px;
    height: 36px;
    /*background: url(../images/logo.png) center center / 100% auto no-repeat;*/
}

.signup-bg {
    width: 100%;
    background-color: #B7D1EE;
}

.index-main {
    background: url(../images/signup-bg.png) center center / cover no-repeat;
    min-height: 600px;
    padding: 24px 0;
}


.footer {
    line-height: 1;
    background-color: #f3f3f3;
    padding-bottom: 0;
    border-top: 0;
}

.footer-top {
    width: 100%;
    height: auto;
    border-bottom: 0;
}

.footer-left {
    width: 230px;
    color: var(--lay-color-text-regular);
    padding-top: 40px;
    text-align: left;
}

.footer-links {
    margin-top: 2px;
    margin-bottom: 41px;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
}

.footer-links ul li {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

.footer-links ul li a {
    color: #555555;
}

.footer-links ul li a:hover {
    color: #952A32;
}

.footer-left .copyright {
    color: #555555;
    font-size: 14px;
    margin-left: 0;
}

.footer-left .copyright p {
    height: 24px;
}

.contact {
    padding-top: 40px;
    width: 606px;
    text-align: left;
}

.contact .logo {
    width: 193px;
}


.footer-middle {
    height: 237px;
}

.contact p {
    margin-top: 9px;
    line-height: 18px;
}

.contact p.contactUs, .footer-left p.contactUs {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    margin-top: 16px;
}

.contact .hotline-num {
    font-size: 20px;
    color: #952A32;
    margin: 6px 0 0 0;
    line-height: 30px;
}

.contact .hotline {
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
    color: #555555;
    padding-left: 8px;
}

.contact .email {
    margin-top: 8px;
}

.contact .email {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.contact .email a {
    font-weight: 600;
    color: #555555 !important;
}

.contact p.addr,
.contact p.code {
    font-size: 14px;
    color: #555555;
    margin-top: 8px;
    font-weight: 400;
}

.footer-left .title {
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    margin-top: 0;
    font-weight: 600;
}

.footer-right {
    width: 120px;
    color: #dddddd;
    padding-top: 40px;
    text-align: right;
}

.footer-right .qr-code {
    width: 120px;
    height: 120px;
}

.footer-right .hint {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    text-align: center;
    width: 120px;
    margin-top: 15px;
}


.footer-bottom {
    font-size: 12px;
    line-height: 17px;
    color: #888888;
    background: #EEEEEE;
    box-shadow: inset 0 1px 0 0 #DDDDDD;
}

.m-a {
    margin: auto;
}
.py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
}
.text-left {
    text-align: left;
}

@media screen and (max-width:1200px) {
    .login_box {
        top: 124px !important;
        right: 0 !important;
    }
}

.btn-back {
    height: 40px;
    line-height: 40px;
    width: 76px;
}

.btn-quit {
    height: 40px;
    line-height: 40px;
    width: 120px;
}

.btn-open-account {
    height: 40px;
    line-height: 40px;
}

.btn-capcha {
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    border-radius: 0 4px 4px 0;
    font-weight: 400;
    font-size: 14px;
    color: var(--lay-color-primary);
}

/* 提示 */
.tip{
    font-size: 14px;
    color: var(--lay-color-danger);
    line-height: 20px;
    margin: 3px 0;
}
.tip .tip-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 5px;
    vertical-align: middle;
    background: url("../images/tip-icon.png") no-repeat;
}

/*弹出框*/
.dialog-box {
    position: absolute;
    top: 25%;
    left: 35%;
    width: 600px;
    background: #ffffff;
    border-radius: 5px;
    min-height: 300px;
    z-index: 1001;
}
.dialog-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.dialog-title {
    background: #F8F8F8;
    padding: 10px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dialog-body {
    padding: 40px;
}

.dialog-close{
    background: url('../images/close.png') no-repeat;
    background-size: contain;
    text-align: center;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.dialog-close:hover{
    background: url('../images/close-hover.png') no-repeat;
    background-size: contain;
    text-align: center;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
}

.review_dialog .dialog-box{
    width:680px;
    height: auto;
    min-height: auto;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);

}
.review_dialog .dialog-title{
    padding-top:11px;
    padding-bottom:11px;
    font-size: 16px;
}
.review_dialog .dialog-body{
    padding:0;
    padding-top:40px;
    padding-bottom: 50px;
}
