*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #f5f5f5;
    padding-bottom: 1.3334rem;
    padding-top: 1.534rem;
    font-family: "微软雅黑";
}
a{
    display: block;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link{text-decoration:none; }

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}
img{
    display: block;
}
.g-blk1{
    width: 100%;
    height: 1px;
}
.g-blk20{
    width: 100%;
    height: 20px;
}
.flex-space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header{
    width: 100%;
    height: 1.534rem;
    padding: 0 0.6rem;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 66;
}
.u-select{
    width: 100%;
    height: 1.334rem;
    position: relative;
}
.u-select input{
    width: 8.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    outline: none;
    border: none;
    background: #fff;
    font-size: 24px;
    line-height: 0.8rem;
    padding-left: 0.4667rem;
}
.u-select input::-webkit-input-placeholder{
    color: #605f5f;
}
.u-select img{
    position: absolute;
    height: 0.4667rem;
    width: auto;
    right: 1rem;
}
.u-bt-fixed{
    width: 100%;
    height: 1.334rem;
    background: #000;
    font-size: 26px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 101;
}
.u-bt-fixed a{
    flex: 1;
    height: 1.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.u-bt-fixed a:last-child{
    border: none;
}
.u-bt-fixed img{
    width: 0.4667rem;
    height: auto;
    display: block;
}
.u-bt-fixed span{
    color: #fff;
}
.g-ft{
    width: 100%;
    height: 1.334rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.g-ft p{
    color: #666;
    line-height: 0.5rem;
    flex-wrap: wrap;
}
.m-nav{
    position: fixed;
    top: 0;
    right: -5.0667rem;
    width: 5.0667rem;
    height: 100%;
    background: #313131;
    z-index: 99;
    overflow-y: scroll;
    padding: 0.5rem 0.6rem 1.334rem;
    transition: 0.5s;
}
.m-nav::-webkit-scrollbar{
    display: none;
}
.m-nav>div{
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
    border-bottom: 1px solid #000;
}
.m-nav>div>.m-nav-name{
    height: 1.5rem;
}
.m-nav>div a{
    color: #f2f2f2;
    font-size: 28px;
}
.m-nav>div span{
    color: #f2f2f2;
    font-size: 28px;
}
.m-nav>.m-nav-active{
    height: auto;
    border: none;
}
.m-nav>.m-nav-active .m-nav-name img:nth-of-type(1){
    display: none;
}
.m-nav>.m-nav-active .m-nav-name img:nth-of-type(2){
    display: block;
}
.m-nav>.m-nav-active span{
    color: #e24203;
}
.m-nav>div .m-nav-list a{
    padding-left: 0.2rem;
    font-size: 22px;
    color: #fff;
    line-height: 1rem;
}
.m-nav>div img:nth-of-type(2){
    display: none;
}
.g-bd{
    width: 100%;
    padding: 0.5rem 0.4267rem;
    background: #fff;
}
.m-tnm{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.m-tnm p{
    font-size: 34px;
    font-weight: 600;
    line-height: 0.9334rem;
    padding-top: 0.2667rem;
    text-align: center;
    border-bottom: 1px solid #ececec;
}
.m-tnm span{
    line-height: 0.6667rem;
    font-size: 26px;
    color: #9e9e9e;
    border-top: 3px solid #e24203;
    padding: 0 0.3334rem;
    margin: -5px auto;
    display: inline-block;
}
.g-banner{
    width: 100%;
    height: 4.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.g-banner img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.g-banner span:nth-of-type(1){
    font-size: 50px;
    line-height: 0.8rem;
    color: #fff;
    z-index: 9;
}
.g-banner span:nth-of-type(2){
    font-size: 26px;
    line-height: 0.4667rem;
    color: #fff;
    opacity: 0.7;
    z-index: 9;
}
.g-tab{
    width: 100%;
    height: 1.4667rem;
    padding: 0 0.4267rem;
    overflow: hidden;
    overflow-x: scroll;
}
.g-tab::-webkit-scrollbar{
    display: none;
}
.g-tab-con{
    width: 12.5rem;
    height: 100%;
}
.g-tab a{
    display: inline-block;
    font-size: 28px;
    color: #2f2c2b;
    font-weight: bold;
    margin-right: .8rem;
    height: 100%;
    line-height: 1.4667rem;
    text-align: center;
}
.g-tab a:last-child{
    margin-right: 0;
}
.g-tab .active{
    border-bottom: 4px solid #e24203;
}
.text-of{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
