html {
    font-size: 50px;
}

[v-cloak] {
    display: none
}

.container {
    width: 7.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: calc(100% - 1.3rem);
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 0.2rem;
    box-sizing: border-box;
    background: rgb(245, 245, 245);
}

.header-con {
    box-sizing: border-box;
    padding: 0 0.3rem;
    height: 0.54rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
}

.header-con .header-left {
    display: flex;
    height: 0.54rem;
    align-items: center;
    justify-content: flex-start;
}

.header-con .header-logo {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.54rem;
    color: #262626;
}

.header-con .header-logo::before {
    content: "";
    display: block;
    float: left;
    margin-right: 0.18rem;
    width: 0.54rem;
    height: 0.54rem;
    background: url(/images/application/wap/com/assort/white_orange_logo.png) no-repeat center;
    background-size: 100%;
}

.header-con .header-right {
    width: 0.54rem;
    height: 0.54rem;
    background: url(/images/application/wap/com/assort/button_search_black.png) no-repeat center;
    background-size: 0.36rem 0.36rem;
}

.nav-confige1 {
    background: #f5f5f5;
}

.nav-c1-bg {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /* overflow: hidden;
     */
}

.nav-c1-ul {
    width: auto;
    box-sizing: border-box;
    /* display: flex;
     */
    /* align-items: center;
     */
    /* justify-content: flex-start;
     */
    height: 0.58rem;
    padding: 0 0.3rem;
    overflow: auto;
    flex-wrap: nowrap;
    margin: 0.26rem 0 0.16rem;
    display: block;
    white-space: nowrap;
    line-height: 0.48rem;
    font-size: 0;
    /* overflow-y: hidden;
     */
}

.nav-c1-ul .nav-c1-li {
    /* width: 1.6rem; */
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.48rem;
    color: #42434a;
    border-radius: 0.24rem;
    cursor: pointer;
    padding: 0 0.2rem 0 0.14rem;
    margin-right: 0.1rem;
}

.nav-c1-ul .nav-c1-li.active {
    background-color: #2d2d2d;
    color: #ffffff;
}

.nav-c1-ul .nav-c1-li.arrow::after {
    content: "";
    width: 0.2rem;
    height: 0.1rem;
    background: url(/images/application/wap/com/assort/white_triangle_down.png) no-repeat center;
    background-size: 100%;
    margin-left: 0.1rem;
    display: none;
}

.nav-c1-ul .nav-c1-li.arrow.active::after {
    display: block;
}

.nav-c1-ul .nav-c1-li.arrow.active.isopen::after {
    background-image: url(/images/application/wap/com/assort/white_triangle_up.png)
}

.nav-c1-ul .nav-c1-li:before {
    content: "";
    width: 0.46rem;
    height: 0.4rem;
    background: none no-repeat center center;
    background-size: auto 0.22rem;
    display: block;
}

.nav-c1-ul .nav-c1-li.pc:before {
    background-image: url(/images/application/wap/com/assort/icon_PC_black.png);
}

.nav-c1-ul .nav-c1-li.active.pc:before {
    background-image: url(/images/application/wap/com/assort/icon_PC_white.png);
}

.nav-c1-ul .nav-c1-li.switchp:before {
    background-image: url(/images/application/wap/com/assort/icon_switch_black.png);
}

.nav-c1-ul .nav-c1-li.active.switchp:before {
    background-image: url(/images/application/wap/com/assort/icon_switch_white.png);
}

.nav-c1-ul .nav-c1-li.psn:before {
    background-image: url(/images/application/wap/com/assort/icon_PS5_black.png);
}

.nav-c1-ul .nav-c1-li.active.psn:before {
    background-image: url(/images/application/wap/com/assort/icon_PS5_white.png);
}

.nav-c1-ul .nav-c1-li.xbox:before {
    background-image: url(/images/application/wap/com/assort/icon_XBOX_black.png);
}

.nav-c1-ul .nav-c1-li.active.xbox:before {
    background-image: url(/images/application/wap/com/assort/icon_XBOX_white.png);
}

.nav-c1-ul .nav-c1-li.entity:before {
    background-image: url(/images/application/wap/com/assort/icon_hobby_black.png);
}

.nav-c1-ul .nav-c1-li.active.entity:before {
    background-image: url(/images/application/wap/com/assort/icon_hobby_white.png);
}

.nav-c1-ul .nav-c1-li.card:before {
    background-image: url(/images/application/wap/com/assort/icon_moneybag_black.png);
}

.nav-c1-ul .nav-c1-li.active.card:before {
    background-image: url(/images/application/wap/com/assort/icon_moneybag_white.png);
}

.nav-c1-list {
    width: auto;
    box-sizing: border-box;
    position: relative;
    height: 0.48rem;
    padding-left: 0.3rem;
    overflow: auto;
    display: block;
    text-align: left;
    line-height: 0.36rem;
    white-space: nowrap;
    margin-bottom: 0.18rem;
    font-size: 0;
}

.nav-c1-inline {
    display: inline-block;
    vertical-align: middle;
}

.nav-c1-list .nav-c1-li {
    margin-right: 0.35rem;
    height: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    /* font-weight: bold;
     */
    color: #878787;
}

.nav-c1-list .nav-c1-li.active {
    color: #2d2d2d;
    font-weight: bold;
}

.nav-c1-list .nav-c1-li.arrow::after {
    content: "";
    width: 0.2rem;
    height: 0.1rem;
    background: url(/images/application/wap/com/assort/grey01_triangle_down.png) no-repeat center;
    background-size: 100%;
    margin-left: 0.1rem;
}

.nav-c1-list .nav-c1-li.arrow.active::after {
    background-image: url(/images/application/wap/com/assort/black_triangle_down.png)
}

.nav-c1-list .nav-c1-li.arrow.active.isopen::after {
    background-image: url(/images/application/wap/com/assort/black_triangle_UP.png)
}

.shadow-bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}

.shadow-bg.pos1 {
    height: calc(100% - 3.03rem);
}

.shadow-bg.pos2 {
    height: calc(100% - 3.38rem);
}

.shadow-bg.pos3 {
    height: calc(100% - 4.4rem);
}

.shadow-bg.pos3 .shadow-ul {
    background: #ffffff;
}

.shadow-bg.pos4 {
    height: 100%;
}

.shadow-bg .shadow-bg-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.shadow-bg .shadow-ul {
    width: 100%;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 0rem 0rem 0.18rem 0.18rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0.2rem 0.22rem 0.31rem;
}

.shadow-bg .shadow-li {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.48rem;
    padding: 0 0.19rem;
    color: #2d2d2d;
    height: 0.48rem;
    background-color: #e5e5e5;
    border-radius: 0.12rem;
    min-width: 1.3rem;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 0.05rem 0.22rem;
}

.shadow-bg .shadow-li.active {
    background: #fa4f20;
    color: #ffffff;
}

.shadow-bg .all-select {
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 0.18rem 0.18rem 0 0;
    padding: 0 0 0.31rem;
}

.shadow-bg .close {
    position: absolute;
    top: -1.18rem;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.18rem;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #ffffff;
    user-select: none;
    pointer-events: none;
}

.shadow-bg .close:before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    background: url(/images/application/wap/com/assort/arrow_down_grey.png) no-repeat center;
    background-size: 100%;
    margin-right: 0.12rem;
}

.shadow-bg .title {
    height: 0.77rem;
    line-height: 0.77rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.3rem;
    color: #262626;
    margin-bottom: 0.09rem;
}

.shadow-bg .list {
    height: 7rem;
    overflow: auto;
    width: 7.1rem;
    margin: 0 auto;
}

.shadow-bg .list-title {
    padding-left: 0.1rem;
    height: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
    text-align: left;
    color: #262626;
}

.shadow-bg .list-ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.shadow-bg .list-sli {
    /* width: 1.3rem; */
    height: 0.48rem;
    background-color: #f5f5f5;
    border-radius: 0.12rem;
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #2d2d2d;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 0.05rem 0.22rem;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.26rem;
}

.shadow-bg .list-sli.active {
    background: #fa4f20;
    color: #ffffff;
}

.shadow-bg .select-btns {
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shadow-bg .select-btns .btn {
    width: 3.36rem;
    height: 0.72rem;
    border-radius: 0.36rem;
    border: solid 1px #c2c2c2;
    box-sizing: border-box;
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #333333;
    margin: 0 0.09rem;
}

.shadow-bg .select-btns .confirm {
    border: 0;
    line-height: 0.72rem;
    color: #ffffff;
    background: linear-gradient(264deg, #fa4f20 0%, #ffa53b 100%);
}

.main-con {
    background-color: #ffffff;
    box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(0, 0, 0, 0.15);
    /* height: 5rem;
     */
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0.12rem 0.12rem 0 0;
    overflow: hidden;
    padding-top: 0.12rem;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 1.02rem;
}

.nav-confige2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem 0.14rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 0.62rem;
     */
    /* margin-bottom: 0.2rem;
     */
    border-bottom: 0.01rem solid #dfdfdf;
}

.nav-c2-ul {
    width: auto;
    box-sizing: border-box;
    display: block;
    align-items: center;
    justify-content: flex-start;
    height: 0.48rem;
    overflow: auto;
    margin-bottom: 0;
    text-align: left;
    width: 6.8rem;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 0.1rem;
    font-size: 0;
}

.nav-c2-ul .nav-c2-li {
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    padding: 0 0.15rem 0;
    border-radius: 0.08rem;
    color: #a1a1a1;
    margin: 0 0.05rem;
}

.nav-c2-ul .nav-c2-li .txt {
    height: 0.48rem;
    max-width: 2rem;
    line-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-c2-ul .nav-c2-li.arrow::after {
    content: "";
    width: 0.2rem;
    height: 0.1rem;
    background: url(/images/application/wap/com/assort/grey02_triangle_down.png) no-repeat center;
    background-size: 100%;
    margin-left: 0.08rem;
}
.nav-c2-ul .nav-c2-li.arrow.active::after{
    background-image: url(/images/application/wap/com/assort/white_triangle_down.png);
}
.nav-c2-ul .nav-c2-li.arrow.isopen::after {
    background-image: url(/images/application/wap/com/assort/white_triangle_up.png);
}

.nav-c2-ul .nav-c2-li.active {
    background-color: #303030;
    border-radius: 0.08rem;
    color: #ffffff;
    font-weight: bold;
}

.nav-confige2 .nav-c2-btn {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    background: url(/images/application/wap/com/assort/button_screen.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.main-list {
    /* height: 6rem;
     */
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0.3rem;
    /* height: calc(100% - 0rem);
     */
    /* position: absolute;
     */
    left: 0;
    top: 0;
    flex: 1;
    padding-top: 0.24rem;
}

.no-data {
    text-align: center;
    color: #fa4f20;
    padding-top:1.5rem;
}
.no-data .no-logo{
    width:4.8rem;
    height: 3.2rem;
    display: block;
    margin:auto;
    background: url(/images/application/wap/com/assort/empty_box_2x.png) no-repeat center;
    background-size: 100%;
}
.no-data .b{
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #2d2d2d;
}
.no-data .t{
    height: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
    font-size: 0.2rem;
    color: #fb602b;
    /*text-decoration: underline;*/
}
.load-more {
    font-size: 0.24rem;
    line-height: 0.5rem;
    height: 0.5rem;
    text-align: center;
    color: #fa4f20;
}

.list-li {
    width: 6.9rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.2rem;
}

.list-li .img {
    width: 2.13rem;
    height: 1rem;
    overflow: hidden;
    border-radius: 0.12rem;
    position: relative;
    margin-right: 0.07rem;
}

.list-li .img img {
    border-radius: 0.12rem;
    float: left;
    width: 100%;
    height: 100%;
}

.list-li .img .plat-ico {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(0,0,0,0.6);
    border-radius: 0.12rem 0 0.12rem 0;
}

.list-li .img .plat-ico .ico-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.28rem;
    height: auto;
    margin: auto;
    border-radius: 0;
}

.list-li .main-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: space-between; */
    height: 1rem;
    width: 4.7rem;
}

.list-li .main-right .name {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #353535;
    margin-bottom: 0.07rem;
    height: 0.33rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    margin-top: 0.08rem;
}

.list-li .main-right .content {
    display: inline-block;
    width: 100%;
    height: 0.42rem;
}

.list-li .main-right .content .price-con {
    float: left;
    width: auto;
    height: 0.42rem;
    line-height: 0.42rem;
    text-align: left;
    font-size: 0.3rem;
    color: #fa4f20;
}

.list-li .main-right .content .price-con  em {
    font-size: 0.18rem;
}

.list-li .main-right .content .price-info {
    float: left;
    color: #fa4f20;
    width: auto;
    height: 0.42rem;
    line-height: 0.46rem;
    text-align: left;
    font-size: 0.18rem;
}

.list-li .main-right .content .old-price {
    float: left;
    font-size: 0.18rem;
    height: 0.42rem;
    line-height: 0.48rem;
    color: #9b9b9b;
    text-decoration: line-through;
    margin-left: 0.04rem;
}

.list-li .content .ico-l {
    height: 0.25rem;
    border-radius: 0.06rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    color: #ffffff;
    width: 0.66rem;
    float: left;
    margin-top: 0.1rem;
    margin-left: 0.08rem;
}

.list-li .content .xsd {
    background-image: linear-gradient(0deg,
    #b657ee 0%,
    #b657ee 100%);
}

.list-li .content .sd {
    background: #ff0000;
}

.list-li .content .csd {
    background: #b47a2e;
}

.list-li .content .ys {
    background: #f66200;
}

.list-li .content .zx {
    background: #0dbbfa;
}
.list-li .content .time-r {
    float: right;
    width: auto;
    height: 0.42rem;
    line-height: 0.46rem;
    text-align: left;
    font-size: 0.18rem;
    color: #fa4f20;
}

/*带文字*/
.list-li .plat-ico.hk_microsoft_l {
    width: 0.24rem;
    height: 0.24rem;
    background-position: -1.14rem -0.09rem;
}

.list-li .plat-ico.hk_alipan_l {
    width: 0.73rem;
    height: 0.19rem;
    background-position: -2.66rem -0.51rem;
}

.list-li .plat-ico.hk_EAPLAY_l {
    width: 0.6rem;
    height: 0.2rem;
    background-position: -2.72rem -3.38rem;
}

.list-li .plat-ico.hk_steam_l {
    width: 0.7rem;
    height: 0.21rem;
    background-position: -2.68rem -1.3rem;
}

.list-li .plat-ico.hk_uplay_l {
    width: 0.68rem;
    height: 0.21rem;
    background-position: -2.68rem -1.69rem;
}

.list-li .plat-ico.hk_Rockstar_l {
    width: 0.26rem;
    height: 0.22rem;
    background-position: -2.89rem -2.06rem;
}

.list-li .plat-ico.hk_battle_l {
    width: 0.3rem;
    height: 0.3rem;
    background-position: -6.6rem -0.48rem;
}

.list-li .plat-ico.hk_epic_l {
    width: 0.28rem;
    height: 0.32rem;
    background-position: -6.62rem -0.82rem;
}

.list-li .plat-ico.hk_GOG_l {
    width: 0.29rem;
    height: 0.29rem;
    background-position: -6.61rem -1.21rem;
}

.list-li .plat-ico.hk_ps4_l {
    width: 0.31rem;
    height: 0.24rem;
    background-position: -6.58rem -1.64rem;
}

.list-li .plat-ico.hk_xbox_l {
    width: 0.25rem;
    height: 0.25rem;
    background-position: -6.61rem -2.04rem;
}

.list-li .plat-ico.hk_SWITCH_l {
    width: 0.72rem;
    height: 0.15rem;
    background-position: -6.39rem -2.48rem;
}

.list-li .plat-ico.hk_fhyxbox_l {
    width: 0.72rem;
    height: 0.2rem;
    background-position: -6.38rem -2.86rem;
}

.list-li .plat-ico.hk_MOJANG_l {
    width: 0.75rem;
    height: 0.12rem;
    background-position: -6.37rem -3.3rem;
}

.list-li .plat-ico.hk_pcgame_l {
    width: 0.66rem;
    height: 0.16rem;
    background-position: -6.42rem -3.68rem;
}

.list-li .plat-ico.hk_Bethesda_l {
    width: 0.72rem;
    height: 0.12rem;
    background-position: -6.39rem -4.1rem;
}

.list-li .plat-ico.hk_Battlestate_l {
    width: 0.57rem;
    height: 0.3rem;
    background-position: -6.47rem -4.41rem;
}

.list-li .plat-ico.hk_Online_l {
    width: 0.56rem;
    height: 0.12rem;
    background-position: -6.47rem -5rem;
}

.list-li .plat-ico.hk_ps5_l {
    width: 0.73rem;
    height: 0.16rem;
    background-position: -6.39rem -5.37rem;
}

.list-li .plat-ico.hk_XBOXONE_l {
    width: 0.94rem;
    height: 0.19rem;
    background-position: -6.63rem -5.77rem;
}

.list-li .plat-ico.hk_XboxSeries_l {
    width: 1.11rem;
    height: 0.13rem;
    background-position: -6.75rem -6.24rem;
}

.list-li .plat-ico.hk_cubejoy_l {
    width: 0.54rem;
    height: 0.2rem;
    background-position: -6.47rem -6.56rem;
}

.list-li .plat-ico.hk_baidupan_l {
    width: 0.72rem;
    height: 0.16rem;
    background-position: -6.39rem -6.95rem;
}

.list-li .plat-ico.hk_wy_l {
    width: 0.62rem;
    height: 0.21rem;
    background-position: -6.44rem -7.36rem;
}

.list-li .plat-ico.hk_leigod_l {
    width: 0.26rem;
    height: 0.26rem;
    background-position: -9.84rem -0.44rem;
}

.list-li .plat-ico.hk_xunyou_l {
    width: 0.25rem;
    height: 0.25rem;
    background-position: -9.84rem -0.99rem;
}

.list-li .plat-ico.hk_paopaospeed_l {
    width: 0.28rem;
    height: 0.25rem;
    background-position: -9.84rem -1.5rem;
}

.list-li .plat-ico.hk_ios_l {
    width: 0.2rem;
    height: 0.23rem;
    background-position: -9.89rem -2.04rem;
}

.list-li .plat-ico.hk_Android_l {
    width: 0.24rem;
    height: 0.26rem;
    background-position: -9.89rem -2.51rem;
}

.list-li .plat-ico.hk_gamepp_l {
    width: 0.3rem;
    height: 0.3rem;
    background-position: -9.86rem -3.08rem;
}

.list-li .plat-ico.hk_myth_l {
    width: 0.87rem;
    height: 0.28rem;
    background-position: -8.12rem -3.78rem;
}

.list-li .plat-ico.hk_TALKI_l {
    width: 0.4rem;
    height: 0.28rem;
    background-position: -9.81rem -4.38rem;
}

.list-li .plat-ico.hk_pkyouxia_l {
    width: 0.64rem;
    height: 0.18rem;
    background-position: -2.7rem -2.48rem;
}

.list-li .plat-ico.hk_qiyou_l {
    width: 0.34rem;
    height: 0.28rem;
    background-position: -9.79rem -5.68rem;
}

.list-li .plat-ico.hk_fhyxjsq_l {
    width: 0.3rem;
    height: 0.3rem;
    background-position: -2.87rem -2.88rem;
}

.list-li .plat-ico.hk_VALORANT_l {
    width: 0.24rem;
    height: 0.24rem;
    background-position: -2.9rem -3.72rem;
}

.list-li .plat-ico.hk_LOL_l {
    width: 0.24rem;
    height: 0.24rem;
    background-position: -2.9rem -4.21rem;
}

.list-li .plat-ico.hk_Razer_l {
    width: 0.29rem;
    height: 0.29rem;
    background-position: -2.87rem -4.67rem;
}

.list-li .plat-ico.hk_pubg_l {
    width: 0.24rem;
    height: 0.24rem;
    background-position: -2.9rem -5.13rem;
}

.list-li .plat-ico.hk_applemusic_l {
    width: 0.24rem;
    height: 0.24rem;
    background-position: -9.85rem -6.19rem;
}

.list-li .plat-ico.hk_WeGame_l {
    width: 0.93rem;
    height: 0.22rem;
    background-position: -1.15rem -6.24rem;
}
.list-li .plat-ico.hk_SWITCHl {width: 0.39rem;height: 0.22rem;background-position: -2.17rem -7.02rem;}
.list-li .con-right .dis-per {
    width: 0.8rem;
    height: 0.32rem;
    background-color: #37b900;
    border-radius: 0.06rem;
    text-align: center;
    line-height: 0.32rem;
    font-size: 0.2rem;
    color: #ffffff;
    margin-top: 0.08rem;
}

.no-scroll-style::-webkit-scrollbar {
    display: none;
}

.fhyxListXrzq {position: fixed;right: 0;bottom: 2.4rem;width: 1.94rem;height: 2.26rem;z-index: 10;}
.fhyxListXrzq .img {float: left;width: 100%;height: auto;}