.container {
    padding-top: 0.88rem;
}

header {
    width: 100%;
    height: 0.88rem;
}

.logo {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.12rem;
}

header > h1 {
    margin-top: 0.05rem;
}

.icon {
    width: 0.34rem;
    height: 0.34rem;
    margin-top: 0.07rem;
}

.nav_bg {
    width: 100vw;
    height: calc(100vh - 0.88rem);
    background: rgba(0, 0, 0, 0.1);
    top: 0.88rem !important;
    display: none;
}

.banner {
    font-size: 0;
}

.banner > img {
    width: 100%;
    height: 2.6rem;
}

.fwys_box > p,
.fwys_item_r > p,
.hzlc_item_r > p {
    color: #666;
}


/*服务优势*/

.fwys_box > h1,
.hzlc_box > h1{
    margin-top: 0.6rem;
}

.fwys_box > p {
    margin-bottom: 0.58rem;
}

.fwys_item {
    padding: 0.37rem 0 0.4rem 0.2rem;
    border-right: 0.1rem solid #f16765;
    box-shadow: 0 0 0.16rem 0 rgba(13, 4, 8, 0.14);
}

.fwys_item > img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin-right: 0.32rem;
    margin-top: 0.18rem;
}

.fwys_item_r {
    width: 80%;
}

/*合作流程*/

.hzlc_section {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0.8rem;
}

.hzlc_box:before {
    width: 110%;
    height: 6.24rem;
    position: absolute;
    right: 0;
    z-index: -1;
    content: '';
    transform: rotate(4deg);
    transform-origin: right top;
    background: #f5f5f5;
}

.hzlc_box > h1 {
    padding-top: 0.4rem;
}

.hzlc {
    padding-bottom: 0.88rem;
}

.hzlc_item {
    margin-bottom: 0.6rem;
}

.hzlc_item:last-child {
    margin-bottom: 0;
}

.hzlc_item > img {
    width: 0.99rem;
    height: 1.05rem;
    margin-right: 0.14rem;
}

.hzlc_item_r {
    width: 82%;
}

.fwrx {
    width: 100%;
    line-height: 1rem;
    font-size: 0.36rem;
}

/*导航*/

.nav_item {
    height: 1rem;
    line-height: 1rem;
    border-bottom: 0.01rem solid #f2f2f2;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.nav_item > a > img {
    width: 0.26rem;
    height: 0.26rem;
    margin-top: 0.38rem;
}

/*页脚*/

footer {
    padding: 0.5rem 0.4rem;
    box-sizing: border-box;
}

.footer_r {
    font-size: 0;
}

.footer_r > img {
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 0.17rem;
}

.footer_r > p {
    text-align: center;
}

.top {
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    position: fixed;
    bottom: 0.6rem;
    right: 0.3rem;
    border-radius: 50%;
    font-size: 0;
    opacity: 0.8;
    display: none;
}