.helpCenter-wrapper {
    background: #1e2434;
    padding-bottom: 25px;
}

.helpCenter-wrapper .top {
    background: url("../images/help-banner.jpg") 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
}

.helpCenter-wrapper .top-con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.helpCenter-wrapper .top-con .contact {
    display: inline-block;
}

.helpCenter-wrapper .top-con .contact span {

    height: 150px;
    line-height: 150px;
    font-size: 35px;
    color: #232e44;
    padding-left: 172px;
    letter-spacing: 12px;
}

.helpCenter-wrapper .top-con .bar {
    float: right;
    position: relative;
    background: #eef3ff;
    width: 800px;
    border: 1px solid #171724;
    box-shadow: 0 0 5px #171724;
    border-radius: 10px;
    margin-top: 46px;
}

.helpCenter-wrapper .top-con .bar .close {
    position: absolute;
    top: 20px;
    right: 70px;
    background: #485a7d;
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-weight: bolder;
    cursor: pointer;
}

.helpCenter-wrapper .top-con .bar .search {
    position: absolute;
    right: 15px;
    top: 12px;
    border-left: 1px solid #82879c;
    padding-left: 10px;
    cursor: pointer;
}

.helpCenter-wrapper .top-con input {
    background: #eef3ff;
    width: 670px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #232e44;
    text-indent: 22px;
    border-radius: 50px;
}

.helpCenter-wrapper .bar-select {
    position: absolute;
    top: 60px;
    z-index: 1;
    width: 100%;
    background: #eef3ff;
    border: 1px solid #171724;
    border-top: 0;
    box-shadow: 0 0 5px #171724;
    border-radius: 0 0 10px 10px;
}

.helpCenter-wrapper .bar-select p {
    font-size: 16px;
    color: #a1abbf;
    height: 50px;
    line-height: 50px;
    text-indent: 22px;
    cursor: pointer;
}

.helpCenter-wrapper .bar-select a {
    color: #a1abbf;
}

.helpCenter-wrapper .bar-select p:hover {
    background: #fff;
}

.helpCenter-detail {
    background: #181725;
    width: 1200px;
    margin: 0 auto;
    min-height: 605px;
    padding: 35px 0 60px;
    overflow: hidden;
}

.helpCenter-detail .help-nav-list {
    float: left;
    width: 25%;
    height: 600px;
    overflow-y: auto;
    border-right: 1px solid #313f5a;
}

.helpCenter-detail .help-nav-content {
    width: 60%;
    padding-left: 56px;
    float: left;
}

.helpCenter-content .title {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #cfa865;
}

.helpCenter-content .title span {
    padding: 0 18px;
}

.helpCenter-content .title a:hover {
    color: #cfa865;
}

.helpCenter-content .title a:last-child {
    color: #fff;
}

.helpCenter-detail .help-nav-list .help-nav {
    text-indent: 50px;
}

.helpCenter-detail .help-nav-list h2 {
    position: relative;
    font-size: 18px;
    color: #82879c;
    cursor: pointer;
    padding: 10px 0;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.helpCenter-detail .help-nav-list .down {
    display: block;
    position: absolute;
    top: -12px;
    left: 65px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
    -webkit-animation: show 0.3s linear;
    -moz-animation: show 0.3s linear;
    -o-animation: show 0.3s linear;
    animation: show 0.3s linear;
}

.helpCenter-detail .help-nav-list ul {
    padding: 10px 0 10px 8px;
    display: none;
}

.helpCenter-detail .help-nav-list ul.current {
    display: block;
}

.helpCenter-detail .help-nav-list ul li {
    font-size: 14px;
    color: #6d83ad;
    padding: 6px 0;
    cursor: pointer;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.helpCenter-detail .help-nav-list ul li:hover,
.helpCenter-detail .help-nav-list ul li.current {
    color: #82879c;
}

.helpCenter-detail .help-nav-content h2 {
    font-size: 24px;
    color: #82879c;
    padding-bottom: 30px;
}

.helpCenter-detail .help-nav-content .info {
    font-size: 14px;
    color: #6d83ad;
    line-height: 30px;
    height: 535px;
    overflow-y: auto;
}


/*帮助中心2*/
.helpCenter-wrapper2 .top {
    background: url("../images/help-banner2.jpg") 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.helpCenter-wrapper2 .contact {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.helpCenter-wrapper2 .top-con .contact span {
    display: block;
    font-size: 46px;
    color: #323f5a;
    letter-spacing: 12px;
    font-weight: bolder;
    height: inherit;
    line-height: inherit;
    padding: 60px 0 40px;
}

.helpCenter-wrapper2 .top-con .contact a {
    display: inline-block;
    background: #323f5a;
    font-size: 18px;
    color: #fff;
    padding: 12px 44px;
    border-radius: 40px;
    margin-right: 10px;
}

.helpCenter-wrapper2 .top-con .contact a.zskefu {
    position: absolute;
    right: 100px;
    background: #495a7d;
}

.helpCenter-wrapper2 .top-con .contact a:hover {
    opacity: .9;
}

.helpCenter-wrapper2 .top-con .bar {
    position: absolute;
    bottom: -30px;
    left: 200px;
}

.helpCenter-wrapper2 .main-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
}

ul.find-list {
    overflow: hidden;
}

ul.find-list li:hover {
    cursor: pointer;
}

ul.find-list li {
    position: relative;
    float: left;
    background: #323f5a;
    width: 390px;
    padding: 32px 0;
    border-radius: 10px;
    margin-right: 15px;
}

ul.find-list li:last-child {
    margin-right: 0;
}

ul.find-list li img {
    position: absolute;
    top: 20px;
    left: 30px;
}

ul.find-list li>div {
    padding-left: 130px;
    font-size: 14px;
    color: #acb1cb;
}

ul.find-list li>div a {
    display: block;
    font-size: 18px;
    color: #acb1cb;
    padding-bottom: 10px;
}

ul.find-list li>div a span {
    padding-left: 20px;
}

.question {
    /*background: #171723;*/
    margin-top: 10px;
    padding-bottom: 10px;
}

.question h2 {
    font-size: 24px;
    color: #c8a96f;
    font-weight: bolder;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.question-list>li {
    float: left;
    width: 390px;
    margin: 0 15px 30px 0;
}

.question-list>li:nth-child(3n) {
    margin-right: 0;
}

.question-list>li h3 {
    /*background: #252d41;*/
    background: #2b364d;
    font-size: 18px;
    color: #adb1c9;
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    border-radius: 10px 10px 0 0;
}

.question-list>li h3 a {
    float: right;
    font-size: 14px;
    /*color: #adb1c9;*/
    color: #cea866;
}

.question-list>li h3 a:hover {
    color: #6d83ad;
}

.question-list>li ul {
    background: #2b364d;
    padding: 20px 20px 4px 35px;
    border-radius: 0 0 10px 10px;
}

.question-list>li ul li a {
    display: block;
    font-size: 14px;
    /*color: #adb1c9;*/
    color: #6d83ad;
    padding-bottom: 15px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.question-list>li ul li a:hover {
    color: #6d83ad;
}

/*找回账号*/
.find-psw {
    width: 1200px;
    margin: 0 auto;
    background: #181725;
    padding-bottom: 80px;
}

.find-psw h2 {
    font-size: 24px;
    color: #cfa865;
    height: 150px;
    line-height: 150px;
    font-weight: bolder;
}

.find-psw-box {
    width: 700px;
    margin: 0 auto;
    position: relative;
    top: 160px;
}

.find-psw-box.email {
    top: 210px;
}

.find-psw-box.setnewpsw ul {
    display: none;
}

.tab-row.email .psw-info {
    margin-top: 150px;
}

.tab-row.setnewpsw {
    margin-top: 0;
}

.tab-row.setnewpsw .psw-info {
    margin-top: 60px;
}

.find-psw-box>ul {
    overflow: hidden;
}

.find-psw-box>ul li {
    float: left;
    background: #343e56;
    width: 50%;
    font-size: 18px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}

.find-psw-box>ul li:last-child {
    border-radius: 0 10px 10px 0;
}

.find-psw-box>ul li.current {
    background: #cfa865;
}

.tab-row {
    margin-top: -48px;
}

.psw-info {
    width: 430px;
    margin: 100px auto 0;
}

.psw-info ul {
    margin-bottom: 60px;
}

.psw-info ul li {
    position: relative;
    border-bottom: 1px solid #63739a;
    margin-bottom: 32px;
}

.psw-info ul li span {
    display: inline-block;
    width: 95px;
    font-size: 18px;
    color: #c6cad5;
}

.psw-info ul li input {
    background: transparent;
    padding: 10px 0;
    width: 77%;
    font-size: 16px;
    color: #c6cad5;
}

.psw-info ul li a {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: #cfa865;
}

.psw-info .next {
    display: block;
    background: #343e56;
    width: 300px;
    margin: 0 auto 30px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.psw-info .next:hover {
    opacity: .9;
}

.psw-info .active {
    background-image: -moz-linear-gradient(180deg, #db5248 0%, #cb7637 100%);
    background-image: -webkit-linear-gradient(180deg, #db5248 0%, #cb7637 100%);
    background-image: -ms-linear-gradient(180deg, #db5248 0%, #cb7637 100%);
}

.psw-info p {
    text-align: center;
    font-size: 16px;
    color: #343e56;
}

.psw-info a {
    font-size: 16px;
    color: #cfa865;
}

.find-psw .success {
    padding: 130px 0 234px;
    text-align: center;
}

.find-psw .success h1 {
    font-size: 22px;
    color: #cfa865;
    padding-top: 55px;
}

.find-psw .success p {
    font-size: 16px;
    color: #c6cad5;
    padding: 10px 0 80px;
}

.find-psw .success .done {
    display: block;
    width: 300px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.47);
    background: #cb7637;
    background: -moz-linear-gradient(-45deg, #cb7637 0%, #db5248 100%);
    background: -webkit-linear-gradient(-45deg, #cb7637 0%, #db5248 100%);
    background: linear-gradient(135deg, #cb7637 0%, #db5248 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb7637', endColorstr='#db5248', GradientType=1);
}

.steps-box {
    background: url("../images/step-topbg.png") 0 0 no-repeat;
    width: 1200px;
}

.steps-contain {
    position: relative;
    width: 815px;
    margin: 0 auto;
    font-size: 16px;
    color: #c6cad5;
    overflow: hidden;
    z-index: 1;
    padding-top: 60px;
}

.steps-contain>img {
    position: absolute;
    left: 5px;
    top: 87px;
    z-index: -1;
}

.steps-contain>div {
    float: left;
    width: 33%;
}

.steps-contain>div:nth-child(2) {
    text-align: center;
}

.steps-contain>div:nth-child(3) {
    text-align: right;
}

.steps-contain>div:nth-child(3) p {
    margin-right: 18px;
}

.steps-contain>div span {
    display: inline-block;
    background: url("../images/step-bg.png") 0 0 no-repeat;
    width: 67px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 36px;
    color: #cfa865;
    font-weight: 800;
    margin-bottom: 10px;
}

.status1 .step1 span,
.status2 .step1 span,
.status3 .step1 span {
    background: url("../images/step-bg2.png") 0 0 no-repeat;
    color: #181725;
}

.status2 .step2 span,
.status3 .step2 span {
    background: url("../images/step-bg2.png") 0 0 no-repeat;
    color: #181725;
}

.status3 .step3 span {
    background: url("../images/step-bg2.png") 0 0 no-repeat;
    color: #181725;
}

.setpsw {
    font-size: 16px;
    color: #c6cad5;
    text-align: center;
    padding-top: 60px;
}

.setpswTwo {
    font-size: 24px;
    color: #cfa865;
    font-weight: bolder;
    text-align: center;
    padding-top: 60px;
}

/*遮罩层*/
.masklayer {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.masklayer .mask-modal {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 1001;
    margin-left: -200px;
    background: #313f5a;
    width: 400px;
    font-size: 16px;
    color: #acb2cc;
    padding: 20px 0 30px;
    /*border: 1px solid #cfa865;*/
    border-radius: 10px;
    text-align: center;
}

.masklayer .mask-modal .header_prompt {
    font-size: 24px;
    color: #caa565;
    /*font-weight: bolder;*/
}

.masklayer .mask-modal .content {
    padding: 30px 30px 10px;
    text-align: left;
}

.masklayer .mask-modal .footer {
    font-size: 16px;
    color: #acb2cc;
    padding-top: 30px;
}

.masklayer .mask-modal .footer button {
    display: inline-block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background: #caa565;
}

.masklayer .mask-modal .footer button:hover {
    opacity: .95;
}

.masklayer .mask-modal .footer button.close {
    background: #232e44;
    color: #acb2cc;
    margin-right: 20px;
}

.masklayer .mask-modal .phone {
    font-size: 14px;
    padding-top: 10px;
}

.masklayer .mask-modal .phonenumber {
    display: inline-block;
    font-size: 20px;
    color: #acb2cc;
    border-bottom: 1px solid #acb2cc;
    padding: 32px 55px 10px;
    width: 33%;
    background: transparent;
}

.helpEye {
    position: relative;
    top: -24px;
    left: 340px;
    cursor: pointer;
}

#callBack .close {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

input.phonenumber::-webkit-input-placeholder {
    color: #acb2cc;
}

.mask-phone-success p {
    font-size: 20px;
    font-weight: bolder;
    padding: 16px 0;
}

.specialserve.masklayer .mask-modal {
    width: 1000px;
    margin-left: -450px;
    padding: 0;
}

.specialserve.masklayer .mask-body {
    padding: 20px 40px 30px;
    text-align: left;
}

.specialserve.masklayer h2 {
    font-size: 16px;
    color: #c3aa77;
    font-weight: normal;
    text-align: center;
}

.specialserve.masklayer .top {
    padding: 6px;
    text-align: center;
}

.specialserve.masklayer .top img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 0;
}

.specialserve.masklayer .top p {
    font-size: 15px;
    color: #b1b5cc;
    padding-bottom: 10px;
}

.specialserve.masklayer .top span {
    font-size: 14px;
    color: #636a88;
}

.specialserve.masklayer .mask-box ul {
    overflow: hidden;
}

.specialserve.masklayer .mask-box ul li {
    float: left;
    width: 22%;
    font-size: 14px;
    color: #a6abc4;
    margin-right: 4%;
    border-radius: 5px;
}

.specialserve.masklayer .mask-box ul li:last-child {
    margin-right: 0;
}

.specialserve.masklayer .mask-box ul li .info {
    position: relative;
    padding: 20px 0 0 62px;
    height: 40px;
    font-size: 16px;
}

.specialserve.masklayer .mask-box ul li .info span {
    display: block;
    word-break: break-all;
    font-size: 12px;
}

.specialserve.masklayer .mask-box ul li .info img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.specialserve.masklayer .mask-box {
    margin-top: 10px;
}

.specialserve.masklayer .mask-box ul li .code {
    width: 120px;
    height: 120px;
    padding: 20px;
    margin: 0 auto;
}

.specialserve.masklayer .mask-box ul li .code img {
    width: 100%;
    height: 100%;
    background: #fff;
}

.specialserve .close {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.text-center {
    text-align: center;
    font-size: 16px;
}

.band-car .layui-layer-btn a {
    line-height: 41px;
    width: 98px;
    height: 41px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    border: 0
}

.band-car .layui-layer-btn a {
    line-height: 41px;
    width: 98px;
    height: 41px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    border: 0
}

.band-car .layui-layer-btn .layui-layer-btn0 {
    background-image: -moz-linear-gradient(180deg, #db5248 0%, #cb7637 100%);
    background-image: -webkit-linear-gradient(180deg, #db5248 0%, #cb7637 100%);
    background-image: -ms-linear-gradient(180deg, #db5248 0%, #cb7637 100%);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.47)
}

.band-car .layui-layer-btn .layui-layer-btn1 {
    border-radius: 4px;
    background-image: -moz-linear-gradient(1deg, #bea379 0%, #997b4d 100%);
    background-image: -webkit-linear-gradient(1deg, #bea379 0%, #997b4d 100%);
    background-image: -ms-linear-gradient(1deg, #bea379 0%, #997b4d 100%);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.47)
}

.contact-box {
    position: relative;
    height: 300px;
    background: #202737;
    border-radius: 14px;
    padding: 12px;
    text-align: center;
    margin-left: 12px;
    font-size: 12px;
}

.contact-box .zs {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #BCA279 0%, #997B4D 100%);
    border-radius: 0 0 0 12px;
    padding: 4px;
    font-size: 12px;
    color: #fff;
}

.contact-box .hdimg {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.contact-box .pp1 {
    font-size: 14px;
    color: #E1E9FF;
    margin: 5px 0;
}

.contact-box .pp2 {
    font-size: 12px;
    color: #E1E9FF;
    margin: 5px 0;
}

.contact-box .ewm {
    width: 150px;
    height: 150px;
    margin: 0 0 8px;
}

.contact-box .pp3 {
    font-size: 12px;
}

.layui-layer .outBack .w {
    text-align: left;
    padding-left: 131px;
    color: #f19d46
}

.mask-box .chat-btn {
    width: 90px;
    height: 24px;
    border-radius: 2px;
    background: #B69F73;
    color: #FFF;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    margin: 10px auto 0;
    cursor: pointer;
}

.mask-box .chat-btn a {
    color: #FFF;
}
