/**!
* 帮助中心
* date:2021-06-30
* author: gl;
*/
.banner {
    color: #fff;
    height: 670px;
    background: url("../images/help/banner_bg.jpg") 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;
}