/**!
* 帮助中心
* date:2021-06-30
* author: gl;
*/
.banner {
    color: #fff;
    height: 670px;
    background: url("../images/help/banner_bg.jpg") no-repeat center top;
    /* background: url("../images/help/banner_bg2.png") no-repeat center top; */
}

.banner .title {
    font-size: 35px;
    padding: 85px 0 45px 0;
    margin-left: 25px;
}

.banner .title span {
    font-weight: bold;
    margin-left: 28px;
}

.flow {
    box-sizing: border-box;
    padding: 24px 22px 26px 26px;
    height: 403px;
    background: url("../images/help/flow_bg.png") no-repeat;
}

.flow-hd {
    width: 118px;
}

.flow-tt {
    font-size: 24px;
    font-weight: bold;
    color: #94fff4;
    padding-top: 20px;
}

.flow-tt:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #fff;
    -webkit-mask: linear-gradient(to left, #fff, transparent);
}

.flow-hd .down {
    font-family: "SourceHanSansCN-Medium";
    font-size: 16px;
    padding-top: 30px;
}

.flow-hd .app {
    color: #b5cdff;
    margin-left: -10px;
    padding-top: 5px;
}

.flow-hd .code {
    box-sizing: border-box;
    width: 101px;
    height: 101px;
    color: #b5cdff;
    padding: 4px;
    border-radius: 5px;
    margin-top: 22px;
    border: 3px solid #b5cdff;
    background-color: #fff;
}

.flow-hd .code img {
    width: 100%;
    height: 100%;
}

.flow-bd {
    margin-left: 118px;
}

.flow-item {
    position: relative;
    width: 159px;
    height: 357px;
    margin-left: 14px;
    text-align: center;
    background: url("../images/help/flow_img1.png") no-repeat;
}

.flow-item:nth-child(2),
.flow-item:nth-child(4) {
    width: 241px;
    background-image: url("../images/help/flow_img2.png");
}

.flow-item:before {
    position: absolute;
    content: "";
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../images/help/flow_tri.png") no-repeat;
}

.flow-item:first-child:before {
    display: none;
}

.flow-item-hd {
    box-sizing: border-box;
    height: 72px;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;

}

.flow-item-tt {
    display: inline-block;
    width: 100%;
    font-family: "SourceHanSansCN-Medium";
    vertical-align: middle;
}

.flow-item-hd>span {
    display: inline-block;
    font-size: 13px;
    color: #b5cdff;
    padding-top: 5px;
    vertical-align: middle;
}

/* 常见问题 */
.box {
    position: relative;
    box-sizing: border-box;
    min-height: 400px;
    border-radius: 3px;
    margin-top: -52px;
    padding: 40px 40px 50px 42px;
    background-color: #fff;
}

.box-hd>span {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #1e252f;
    padding-left: 14px;
}

.box-hd>span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 5px;
    height: 22px;
    transform: translateY(-50%);
    background-color: #3e7dfe;
}

.box-hd .more {
    font-size: 18px;
    color: #3e7dfe;
}

/* 列表 */
.box-item {
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-top: 35px;
}

.box-item .link {
    position: relative;
    display: block;
    font-size: 18px;
    color: #1e252f;
    padding-left: 18px;
}

.box-item .link:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #3e7dfe;
}

.box-item .link:hover {
    color: #3e7dfe;
}

/* 小乔 */
.customer {
    position: absolute;
    top: 110px;
    right: -130px;
    width: 100px;
    height: 100px;
}

@media(max-width:1500px) {
    .customer {
        right: 0;
    }
}

/* 尾部 */
.help-footer {
    margin-top: 37px;
}


/*2022-06-10*/
.flow {
    width: 1226px;
    margin-left: -13px;
    height: 404px;
    background-size: 100% 100%;
    padding: 24px 24px 26px 22px;
}

.flow-hd {
    text-align: center;
    width: 230px;
    height: 352px;
    background: url(../images/help/flow_img_yzm.png) no-repeat center;
}

.flow-tt {
    padding-top: 14px;
}

.flow-hd .down {
    padding-top: 22px;
}

.flow-hd .code {
    margin: 16px auto 0;
    width: 209px;
    height: 209px;
    padding: 10px;
    border-width: 1px;
}

.flow-bd {
    margin-left: 230px;
}

.flow-item {
    margin-left: 17px;
}

.flow-item:first-child {
    width: 241px;
    margin-left: 19px;
    background-image: url(../images/help/flow_img2.png);
}

.flow-item:nth-child(3) {
    width: 239px;
    background-image: url(../images/help/flow_img2.png);
    background-size: 100%;
}

.flow-item:nth-child(4) {
    width: 159px;
    background-size: 100%;
}

.flow-item-hd {
    height: 74px;
    display: block;
    text-align: center;
}

.flow-item-tt {
    display: block;
    padding-top: 15px;
}

/*常见问题*/
.box {
    padding: 40px 24px 50px 42px;
}

.mt28 {
    margin-top: 28px;
}

.question-left {
    width: 411px;
    background: #F7F8FB;
    min-height: 200px;

}

.question-box {
    max-height: 820px;
    padding-right: 8px;
    overflow: auto
}

.question-item {
    min-height: 81px;
    border-bottom: 1px solid #e9ecf4;
}

.question-item.active,
.question-item:hover {
    background: #3E7DFE;
    box-shadow: 0px 1px 0px #E9ECF4;
}

.question-item.active .question-link,
.question-item:hover .question-link {
    color: #fefefe;
}

.question-link {
    display: block;
    color: #3F3F3F;
    font-size: 20px;
    line-height: 30px;
    padding: 26px 0 25px 20px;
}

.question-more {
    color: #3E7DFE;
    font-size: 16px;
    line-height: 81px;
    height: 81px;
    display: block;
    padding-left: 20px;
}

.question-right {
    height: 901px;
    margin-left: 411px;
    padding: 0 20px 0 45px;
    overflow: auto;
}

.question-title {
    line-height: 30px;
    color: #3F3F3F;
    font-size: 24px;
}

.guid-title {
    color: #1a5ac4;
    line-height: 30px;
    font-size: 20px;
    margin-top: 11px;
}

.guid-info {
    background: #E6EEFF;
    height: 398px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 34px;
}

.guid-video {
    position: absolute;
    top: -57px;
    left: 50%;
    margin-left: -269px;
    width: 539px;
    height: 455px;
    box-sizing: border-box;
    background: url(../images/help/vertical_screen_bg.png) no-repeat center;
}

.guid-video-box {
    height: 344px;
    margin: 57px 177px 54px 199px;
    background: #fff;
    border-radius: 16px;
}

.guid-video-box>img {
    width: 100%;
    height: 100%;
}

.video {
    width: 100%;
    height: 100%;
}

/* 横板 */
.guid-video.horizontal {
    width: 100%;
    height: 369px;
    top: 29px;
    left: 0;
    right: 0;
    margin-left: 0;
    background-image: url(../images/help/horizontal_screen_bg.png);
}

.horizontal .guid-video-box {
    height: 260px;
    margin: 40px 86px 69px 92px;
}

.process-text {
    color: #434343;
    font-size: 16px;
    line-height: 24px;
}

.process-content {
    margin-top: 39px;
    margin-bottom: 50px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.lh26 {
    line-height: 26px;
}


/*20220818*/

.picture {
    margin: 0 5px;
    width: 315px;
}

.transverse {
    width: 100%;
}

.mb15 {
    margin-bottom: 15px;
}

.mb12 {
    margin-bottom: 12px;
}

.tips {
    color: red;
}

.home-video {
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../video/cover.jpg) no-repeat;
    background-size: cover;
}



/* .video-wrap {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 900px;

}

.video-wrap .myVideo-dimensions,
.video-js {
    width: 100%;
    height: 100% !important;
    border-radius: 0.1rem;
    overflow: hidden;
} */