@charset "UTF-8";
/*通用样式开始*/
* {margin: 0;padding: 0;}
a {text-decoration: none; }
li, ol, ul {list-style: none; }
/*通用样式结束*/

/*弹窗内容开始*/
.tan_white{
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    opacity: 0.6;
    position: fixed;
    z-index: 100;
    display: none;
}
.tan_congent{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 250;
    display: none;
}
.tan_content_top{
    width: 100%;
    height: 1.14rem;
}
.tan_content_top img{
    width: 0.46rem;
    height: 0.46rem;
    float: left;
    margin: 0.37rem 0 0 0.41rem;
}
.tan_list_content{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0rem 0.04rem 0.09rem 0.01rem
    rgba(128, 128, 128, 0.26);
}
.tan_list{
    width: 100%;
    height: 0.79rem;
    line-height: 0.79rem;
    font-family: PingFang-SC-Medium;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    display: block;
    border-bottom: 1px solid #e3e3e3;
}
.tan_list span{
    margin-left: 0.44rem;
}
/*弹窗内容结束*/

/*顶部开始*/
.top{
    width: 100%;
    height: 1.14rem;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
}
.nav{
    width: 0.46rem;
    height: 0.28rem;
    position: fixed;
    left: 0.41rem;
    top: 0.42rem;
    z-index: 100;
}
.logo{
    width: 1.77rem;
    height: 0.43rem;
    position: fixed;
    left: 2.38rem;
    top: 0.42rem;
    z-index: 100;
}
.zone{
    width: 100%;
    height: 1.14rem;
}
/*顶部结束*/



















































