.w100{
    width: 100%;
}
.font-bold{
    font-weight: bold;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.flex{
    display: flex;
    align-items: center;
}
.flex-x-between{
    justify-content: space-between;
}
.flex-x-center{
    justify-content: center;
}
.flex-x-start{
    justify-content: flex-start;
}
.flex-x-end{
    justify-content: flex-end;
}
.flex-y-start{
    align-items: flex-start;
}
.fs32{
    font-size: 0.32rem;
}
.fs35{
    font-size: 0.35rem;
}
.fs37{
    font-size: 0.37rem;
}
.fs43{
    font-size: 0.43rem;
}
.fs53{
    font-size: 0.53rem;
}
.fs72{
    font-size: 0.72rem;
}
.fs91{
    font-size: 0.91rem;
}
.p05{
    padding: 0 0.5rem;
}
.p04{
    padding: 0 0.4rem;
}
.fc-w{
    color: #fff;
}
input::placeholder { 
  color: #ffffff !important;
}
/* 头部样式 */
#head{
    padding: 0.5rem 0;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
#head #menu-pop{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
#head #menu-pop .container{
    position: absolute;
    right: 0;
    top: 0;
    width: 8.93rem;
    min-height: 100vh;
    background: #3b3b3b;
}
#head #menu-pop .container .close{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 0.5rem;
}
#head #menu-pop .container .avatar{
    width: 1.17rem;
    margin-right: 0.35rem;
    margin-left: 0.6rem;
}
#head #menu-pop .container .tab-list{
    padding: 0 1rem;
    height: 1.97rem;
    background: #222222;
    text-align: center;
}
#head #menu-pop .container .tab-list .tab-item p{
    margin-top: 0.1rem;
}
#head #menu-pop .container .tab-list .tab-item .icon-member,#head #menu-pop .container .tab-list .tab-item .icon-bankCard {
    width: 0.83rem;
}
#head #menu-pop .container .tab-list .tab-item .icon-wallet {
    width: 0.61rem;
    
}
#head #menu-pop .container .menu-list{
    padding-left: 1rem;
    margin-top: 0.5rem;
}
#head #menu-pop .container .menu-list ul li{
    margin-bottom: 0.2rem;
    color: #716f70;
    line-height: 1rem;
}
#head #menu-pop .container .menu-list ul li .sub-menu{
  display: none;
}
#head #menu-pop .container .menu-list ul li img{
    width: 0.48rem;
    margin-right: 0.3rem;
}
#head #menu-pop .container .menu-list ul li div{
    line-height: 1rem;
    width: 7.09rem;
}
#head #menu-pop .container .menu-list ul li .line{
    border-bottom: 0.03rem solid #ffffff;
    color: #ffffff;
}
#head #menu-pop .container .menu-list ul li div a{
    display: inline-block;
    line-height: 1rem;
}
#head .menu{
    width: 0.61rem;
    height: 0.48rem;
}
#head nav ul{
    margin-top: 0.2rem;
    width:100%;white-space:nowrap;overflow:auto;scroll-behavior: smooth;  position: relative;
}
#head nav ul::-webkit-scrollbar{width:0;height:0;background-color:#fff;display:none;}
#head nav ul::-webkit-scrollbar-thumb{background-color:#fff;display:none;}
#head nav ul li{
    display: inline-block;
}
#head nav ul li a{
    color: #ffffff;
    font-size: 0.37rem;
    line-height: 1rem;
    display: inline-block;
}
#head nav ul li:not(:last-child){
    margin-right: 0.5rem;
}
#head nav ul .active{
    color: #0962EA;
font-size: 0.48rem;
    font-weight: bold;
    position: relative;
}
#head nav ul .active::after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 0.53rem;
    height: 0.11rem;
    background: #0962EA;
    border-radius: 0.27rem;
}
.com-title{
    
color: #FFFFFF;
font-weight: bold;
font-size: 0.37rem;
margin: .5rem 0;
}