* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC;
    /* touch-action: none; */
    /* touch-action: none; */
}

/************遮罩层*********/

.body_mask {
    position: fixed;
    left: 0;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.body_mask.active {
    display: block;
    z-index:100;
}
.mask {
    background-color: rgba(0, 0, 0, 0.2);
    width: 3.5rem;
    height: 0.8rem;
    z-index: 99;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-1.64rem,-0.4rem);
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:0.08rem;
}
.mask>.attention{
    font-size: 0.32rem;
    color:#fff;
}
.hide {
    display: none;
}

.show {
    display: block;
}

html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

/* 阶段title start */

.bigTit>.title {
    font-size: 0.36rem;
    font-weight: 900;
    color: #333333;
    text-align: center;
}

.gank {
    width: 100%;
    height: 0.4rem;
}

.bigTit>.hr {
    width: 0.88rem;
    height: 0.04rem;
    background: #F2761B;
    margin: 0.16rem auto 0.4rem auto;
    /* margin-top: 0.16rem; */
}

header>.banner-text>a {
    width: 1.5rem;
    height: 0.46rem;
    border: 0.02rem solid #FFFFFF;
    border-radius: 0.04rem;
    font-size: 0.18rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.46rem;
    display: block;
}

header>.text>a {
    width: 1.5rem;
    height: 0.46rem;
    border: 0.02rem solid #FFFFFF;
    border-radius: 0.04rem;
    font-size: 0.18rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.46rem;
    display: block;
    margin-top: 0.32rem;
    /* margin-left: 0.32rem; */
}

.title-big {
    font-weight: 900;
}

/* 阶段title end */

/* 阶段头部 */

.title-top {
    /* margin:0.2rem 0 0; */
}

.p16 {
    padding: 0.56rem 0.32rem 0 0.32rem;
    box-sizing: border-box;
}

/****************** 左侧菜单栏 start ***************/

.leftMune.active {
    left: 0;
    transition: all 0.3s;
    z-index: 999;
}

.leftMune {
    width: 5.2rem;
    height: 100%;
    background: rgba(255, 255, 255, 0.99);
    padding: 0.2rem;
    box-sizing: border-box;
    position: fixed;
    left: -5.2rem;
    transition: all 0.3s;
    z-index: 2;
    top: 0;
    font-size: 0;
}

.leftMune>.close {
    width: 0.48rem;
    height: 0.48rem;
}

.leftMune>.close>img {
    width: 100%;
    height: 100%;
}

.leftMune>.muneList {
    padding-left: 1.16rem;
    margin-top: 1.12rem;
}

.leftMune>.muneList>.item {
    margin-bottom: 0.48rem;
    position: relative;
}

.leftMune>.muneList>.item:nth-child(2) {
    /* margin-bottom:0; */
}

.leftMune>.muneList>.item>.secmune, .leftMune>.muneList>.item>.kf-secmune {
    /* position: absolute; */
    width: 100%;
    /* height:4rem; */
    color: red;
    display: none;
}

.leftMune>.muneList>.item>.kf-secmune.active {
    display: block;
}

.leftMune>.muneList>.item>.secmune>li, .leftMune>.muneList>.item>.kf-secmune>li {
    color: #999;
    height: 0.6rem;
    line-height: 0.6rem;
}

.leftMune>.muneList>.item>.secmune>li:first-child, .leftMune>.muneList>.item>.kf-secmune>li:first-child {
    margin-top: 0.2rem;
}

.leftMune>.muneList>.item>.secmune>li:last-child, .leftMune>.muneList>.item>.kf-secmune>li:last-child {
    margin-bottom: 0.2rem;
}

.leftMune>.muneList>.item.active a {
    color: #333333;
}

.leftMune>.muneList>.item:last-child {
    margin-bottom: 0;
}

.leftMune>.muneList>.item>.secmune>li>a, .leftMune>.muneList>.item>.kf-secmune>li>a {
    font-size: 0.28rem;
    font-weight: 600;
    color: #999999;
    padding-left: 0.2rem;
}

.leftMune>.muneList>.item>a {
    font-size: 0.32rem;
    font-weight: 600;
    color: #999999;
}

/****************** 左侧菜单栏 end ***************/

/****************** banner start ***************/

header {
    width: 100%;
    height: 10.8rem;
    position: relative;
    /* background-color: red; */
    background-repeat: no-repeat;
    background-size: cover;
}
header>.nav_image{
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
}
header>.nav_image.active {
    background-color: #fff;
    border-bottom:0.02rem solid #ccc;
}

header>.nav_image>.navImage {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
    padding-left: 0.28rem;
    padding-right: 0.54rem;
    position: relative;
}

header>.nav_image>.navImage>img:first-child {
    font-size: 0;
    width: 0.36rem;
    height: 0.36rem;
    /* margin-right: 1.4rem; */
}

header>.nav_image>.navImage>.logo {
    width: 3rem;
    /* height: 0.5rem; */
}

.banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    /* margin-top: 1.08rem; */
    /* margin-left: 0.32rem; */
    width: 100%;
    height: 100%;
    background: #0F1D3D;
    opacity: 0.6;
}

/****************** banner end ***************/

/****************** 合作伙伴 start ***************/

.hzhb {
    padding-bottom: 0.2rem;
}

.hzhb>.title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hzhb>.title>p {
    font-size: 0.32rem;
    font-weight: 400;
    color: #666666;
    margin: 0 0.26rem;
}

.hzhb>.title>.hr {
    flex: 1;
    height: 0.02rem;
    background: #A6A6A6;
    opacity: 0.47;
}

.hzhb>.content>.table {
    margin-top: 0.2rem;
}

/* @media screen and (min-width:15.36rem) {

    .mr24 {
        margin-right: 0.52rem !important;
    }
    .querynone {
        margin-right: 0 !important;
    }
    .querymr0.7rem {
        margin-right: -0.2rem !important;
    }
    .querymr0.2rem {
        margin-right: 0.28rem !important;
    }
    .querymr1.24rem {
        margin-right: 0.9rem !important;
    }
}

@media screen and (min-width: 20.46rem) {
    .mr24 {
        margin-right: 1.8rem !important;
    }
    .querymr0.7rem {
        margin-right: 1.04rem !important;
    }
    .querymr0.2rem {
        margin-right: 1.6rem !important;
    }
} */

.table {
    display: flex;
    flex-wrap: wrap;
}

.table>img {
    height: 0.52rem;
    margin-bottom: 0.36rem;
}

.table>img:last-child {
    margin-bottom: 0;
}

.table>img.mr24 {
    margin-right: 0.42rem;
}

.table>img.mr-15 {
    margin-right: -0.3rem;
}

.table>img.mr {
    margin-right: 0.2rem;
}

/****************** 合作伙伴 end ***************/

/****************** footer start ***************/

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 3.24rem;
    background: #151920;
    box-sizing: border-box;
    /* padding:0 0.32rem 0 0.32rem; */
}

footer.p16 {
    padding: 0 0.32rem 0 0.32rem;
}

footer>.left {
    margin-left: -0.8rem;
    flex: 1;
    margin-top: 0.2rem;
}

footer>.left>.item {
    font-size: 0;
    margin-bottom: 0.18rem;
    width: 130%;
    transform: scale(0.8);
}

footer>.left>.item:last-child {
    margin-bottom: 0;
}

footer>.left>.item>img {
    width: 0.26rem;
    height: 0.26rem;
    vertical-align: bottom;
    margin-right: 0.22rem;
}

footer>.left>.item>span {
    font-size: 0.14rem;
    font-weight: 400;
    color: #A6A6A6;
}

footer>.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer>.right>img {
    width: 1rem;
    height: 1rem;
}

footer>.right>p {
    font-size: 0.14rem;
    font-weight: 600;
    color: #A6A6A6;
    margin-top: 0.14rem;
    transform: scale(0.8);
}

/****************** footer end ***************/


/********************* 联系我们 start **************/
.concatUs{
    position:fixed;
    width: 0.72rem;
    height:1.45rem;
    background:#fff;
    bottom:2.4rem;
    right:0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    z-index:9999;
}
.concatUs>.tel{
    flex: 1;
    width: 100%;
    height: 100%;
    background-image: url('/mobile/hffw/images/phone.png');
    background-position: center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    border-bottom:1px solid #dedede;
}
.concatUs>.mes{
    flex: 1;
    width: 100%;
    height: 100%;
    background-image: url('/mobile/hffw/images/message.png');
    background-position: center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
}

/********************* 联系我们 end **************/