﻿.layout {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
}
.layout.active {
    display: block;
}
.layout body body * {
    max-width: 100vw;
}
.layout .box {
    width: 400px;
    height: 350px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.layout .box .reg {
    width: 400px;
    height: 341px;
    padding: 20px 50px;
    box-sizing: border-box;
}
.layout .box .reg .t {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.layout .box .reg .t .close {
    display: inline-block;
    font-size: 26px;
    color: #CCCCCC;
}
.layout .box .reg .c {
    width: 100%;
    margin: 0 auto;
}
.layout .box .reg .c .title {
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.layout .box .reg .c .form .item {
    margin-bottom: 16px;
}
.layout .box .reg .c .form .item label {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    font-weight: 400;
    text-align: right;
    width: 56px;
    display: inline-block;
}
.layout .box .reg .c .form .item input {
    width: 220px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    margin-left: 8px;
    text-indent: 10px;
}
.layout .box .reg .c .form .item.verify-code {
    margin-bottom: 10px;
}
.layout .box .reg .c .form .item.verify-code input {
    width: 130px;
    height: 36px;
    border-radius: 2px;

    margin-left: 8px;
    text-indent: 10px;
    margin-right: 4px;
}
.layout .box .reg .c .form .item.verify-code .sendCode {
    width: 80px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #3e6af5;
    font-size: 12px;
    font-weight: 400;
    color: #3e6af5;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}
.layout .box .reg .c .submit {
    width: 300px;
    height: 36px;
    background: #3e6af5;
    border-radius: 2px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}
.layout .box .reg .c .submit.active {
    display: block;
}
.model {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
}
.model.active {
    display: block;
}
.model .box {
    width: 400px;
    height: 341px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.model .box .circle {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.model .box .circle .close {
    display: inline-block;
    font-size: 26px;
    color: #CCCCCC;
}
.model .box .success-apply {
    padding: 40px 116px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.model .box .success-apply .img {
    width: 160px;
    height: 145px;
    margin: 0 auto;
    background-image: url(../images/success_apply%403x.html);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -9px;
}
.model .box .success-apply .text {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}
.model .box .success-apply .tip {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}
.model .box .success-apply .button {
    width: 100px;
    height: 36px;
    background: #3e6af5;
    border-radius: 2px;
    margin: 30px auto;
    line-height: 36px;
    color: #fff;
}
.header {
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
}
.header.change {
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.header.change .top {
    height: 60px;
    width: 100%;
}
.header.change .top .header-left .logo {
    width: 114px;
}
.header.change .top .header-left .logo h1 {
    position: absolute;
    left: -1000px;
}
.header.change .top .header-left .logo .img {
    width: 114px;
    height: 60px;
    background-image: url("../images/logo_primary1.png");
    background-size: contain;
}
.header.change .top .header-right {
    position: relative;
}
.header.change .top .header-right .nav {
    line-height: 60px;
    font-size: 14px;
}
.header.change .top .header-right .nav .nav-bar-title .nav-bar-li {
    cursor: pointer;
    float: left;
    margin: 0 24px;
    color: #333;
    position: relative;
}
.header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on {
    color: #3e6af5;
}
.header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #3e6af5;
}
.header.change .top .header-right .nav .nav-bar-title .nav-bar-li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #3e6af5;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header.change .top .header-right .nav .nav-bar-title .nav-bar-li:hover::after {
    transform: scaleX(1);
}
.header.change .top .header-right .nav .nav-bar-title #show-choice {
    position: relative;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice {
    opacity: 1;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .triangle-up {
    display: block;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .module-choice-hover {
    display: block;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice {
    position: absolute;
    top: 61px;
    transition: 1s all 0.1s;
    left: -36%;
    opacity: 0;
    width: 120px;
    background: transparent;
    z-index: 1;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .triangle-up {
    position: relative;
    top: 10px;
    left: 42%;
    display: none;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover {
    position: relative;
    display: none;
    top: 9px;
    left: 0;
    text-align: center;
    box-shadow: 0 1px 1px #f2f2f2;
    border-radius: 4px;
    font-size: 16px;
    line-height: 2.6;
    padding: 18px;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
    border: none;
    height: 60px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a {
    color: #595959;
    display: block;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .icon {
    width: 34px;
    height: 34px;
    margin-right: 18px;
    background-size: 34px;
}
/*.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .enroll-market {
    background: url("../images/erollment@3x.png") no-repeat;
    background-size: contain;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .manage-data {
    background: url("../images/management@3x.png") no-repeat;
    background-size: contain;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral {
    background: url("../images/renewal@3x.png") no-repeat;
    background-size: contain;
}*/
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .title {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .detail {
    font-size: 12px;
    color: #666;
    line-height: 17px;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
    background: #f4f6f9;
}
.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
    color: #3e6af5;
}
.header.change .top .header-right .login-box {
    margin-top: 15px;
}
.header.change .top .header-right .login-box .free-trial,
.header.change .top .header-right .login-box .login {
    width: 100px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.header.change .top .header-right .login-box .free-trial {
    background-color: #3e6af5;
    color: #fff;
    margin-right: 10px;
}
.header.change .top .header-right .login-box .login {
    background-color: #fff;
    color: #3e6af5;
    border: 1px solid #3e6af5;
    box-sizing: border-box;
}
.header.change .top .header-right .login-box span {
    display: inline-block;
}
.header .top {
    height: 60px;
    width: 100%;
}
.header .top .header-left .logo {
    width: 114px;
}
.header .top .header-left .logo h1 {
    position: absolute;
    left: -1000px;
}
/*.header .top .header-left .logo .img {
    width: 114px;
    height: 60px;
    background-image: url("../images/logo_trans.png");
    background-size: contain;
}*/
.header .top .header-right {
    position: relative;
}
.header .top .header-right .nav {
    line-height: 60px;
    font-size: 14px;
}
.header .top .header-right .nav .nav-bar-title .nav-bar-li {
    cursor: pointer;
    float: left;
    margin: 0 24px;
    color: #ffffff;
    position: relative;
}
.header .top .header-right .nav .nav-bar-title .nav-bar-li.on::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.header .top .header-right .nav .nav-bar-title .nav-bar-li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .top .header-right .nav .nav-bar-title .nav-bar-li:hover::after {
    transform: scaleX(1);
}
.header .top .header-right .nav .nav-bar-title #show-choice {
    position: relative;
}
.header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice {
    opacity: 1;
}
.header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .triangle-up {
    display: block;
}
.header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .module-choice-hover {
    display: block;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice {
    position: absolute;
    top: 61px;
    transition: 1s all 0.1s;
    left: -36%;
    opacity: 0;
    width: 120px;
    background: transparent;
    z-index: 1;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .triangle-up {
    position: relative;
    top: 10px;
    left: 42%;
    display: none;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover {
    position: relative;
    display: none;
    top: 9px;
    left: 0;
    text-align: center;
    box-shadow: 0 1px 1px #f2f2f2;
    border-radius: 4px;
    font-size: 16px;
    line-height: 2.6;
    padding: 18px;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
    border: none;
    height: 60px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a {
    color: #595959;
    display: block;
}
/*.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .icon {
    width: 34px;
    height: 34px;
    margin-right: 18px;
    background-size: 34px;
}*/
/*.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .enroll-market {
    background: url("../images/erollment@3x.png") no-repeat;
    background-size: contain;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .manage-data {
    background: url("../images/management@3x.png") no-repeat;
    background-size: contain;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral {
    background: url("../images/renewal@3x.png") no-repeat;
    background-size: contain;
}*/
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .title {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .detail {
    font-size: 12px;
    color: #666;
    line-height: 17px;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
    background: #f4f6f9;
}
.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
    color: #3e6af5;
}
.header .top .header-right .login-box {
    margin-top: 13px;
}
.header .top .header-right .login-box .free-trial,
.header .top .header-right .login-box .login {
    width: 100px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.header .top .header-right .login-box .free-trial {
    background-color: #fff;
    color: #3e6af5;
    margin-right: 10px;
}
.header .top .header-right .login-box .login {
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.header .top .header-right .login-box span {
    display: inline-block;
}
.header.help-head .top {
    background-color: #fff;
}
.header.help-head .top .header-left .logo .img {
    width: 114px;
    height: 60px;
    background-image: url("../images/logo_primary1.png");
    background-size: contain;
}
.header.help-head .top .title {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 60px;
    margin-left: 30px;
}
footer {
    background-color: #30343e;
    position: relative;
}
footer .footer-top {
    width: 100%;
    height: 63px;
    display: flex;
    justify-content: space-around;
    color: #fff;
    position: relative;
    align-items: center;
}
footer .footer-top .item:nth-child(2) {
    margin-left: -10px;
}
footer .footer-top .item .icon {
    width: 30px;
    height: 30px;
    margin-right: 9px;
    display: inline-block;
}
footer .footer-top .item .icon.icon1 {
    background-image: url("../images/Mask_footer_2%403x.html");
    background-size: contain;
}
footer .footer-top .item .icon.icon2 {
    background-image: url("../images/Mask_footer_3%403x.html");
    background-size: contain;
}
footer .footer-top .item .icon.icon3 {
    background-image: url("../images/Mask_footer_1%403x.html");
    background-size: contain;
}
footer .footer-top .item .text {
    line-height: 30px;
    font-size: 16px;
}
footer .footer-middle {
    width: 100%;
    border-top: 2px solid #434753;
    border-bottom: 2px solid #434753; padding: 30px 0 40px;
}
footer .footer-middle ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
footer .footer-middle .item:first-child {
    width: 250px;text-align: left; padding-left: 5px;
}
footer .footer-middle .item:nth-child(2) a{display: block; line-height: 30px;}
footer .footer-middle .item:nth-child(3){ text-align: left;}
footer .footer-middle .item:nth-child(4){ width: 438px; margin-right: 0}

footer .footer-middle .item a {
    color:#a2a6b2;
}
footer .footer-middle .item a:hover { color:#fff;}
footer .footer-middle .item span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #a2a6b2;
    line-height: 30px;
}
footer .footer-middle .item{text-align: center; float: left; margin-right: 50px;}
footer .footer-middle .item p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 18px;
}
footer .footer-middle .item .img {
    width: 126px;
    height: 150px; float: left; color: #a2a6b2; margin-left: 20px;
}
footer .footer-middle .item .img img{display: block; width: 100%;margin-bottom: 5px; }

footer .footer-bottom {
    width: 100%; padding: 15px 0; text-align: center; line-height: 2;

}
footer .footer-bottom p {
    font-size: 12px;
    font-weight: 400;
    color: #a2a6b2;

}
.footer-police{color: #a2a6b2; font-size: 12px;}
.footer-police img{margin-right: 5px;}
footer .footer-bottom p a{ color: #a2a6b2; font-size: 12px;}
footer .footer-bottom p a:hover{ color: #fff; }
.zhiCustomBtn {
    width: 170px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 50px;
    background: url('../../../image.xiaomaiketang.com/xm/4mezKcRhKx.png');
    background-size: 100%;
    border-radius: 2px 0px 0px 2px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 10000;
    cursor: pointer;
}
.zhiCustomBtn .consult-img {
    display: none;
    width: 39px;
    height: 39px;
    background-image: url("../images/Consult%403x.html");
    background-size: contain;
}
.zhiCustomBtn .content {
    display: none;
    margin-right: 10px;
}
.zhiCustomBtn .content .title {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
}
.zhiCustomBtn .content .detail {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
}
.module-model {
    width: 100%;
    background: linear-gradient(313deg, #ffbc6f 0%, #ffa255 74%, #ff994b 100%);
}
.module-model .big-img {
    position: relative;
    width: 100%;
    height: 240px;
}
.module-model .big-img .wrap {
    border: 1px solid transparent;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
}
.module-model .big-img .wrap .module-img .btn-wrap {
    display: inline-block;
    width: 100%;
    color: #fff;
}
.module-model .big-img .wrap .module-img .btn-wrap .btn-click {
    width: 160px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
    margin-bottom: 80px;
    cursor: pointer;
}
.module-model .big-img .wrap .module-img .btn-wrap .btn-click:hover {
    opacity: 0.7;
}
.module-model .big-img .wrap .text {
    margin: 0 auto;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}
header {
    position: relative;
}
.tips {
    color: red;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}
.layout .box .reg .c .form .item input:focus{border-color: #3e7cf5!important}