::-webkit-scrollbar {
    display: none
}

::-webkit-scrollbar-track {
    display: none
}

::-webkit-scrollbar-thumb {
    display: none
}

*,
body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400
}

body {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6
}

dd,
div,
dl,
dt,
h1,
h2,
h3,
h5,
h6,
img,
li,
ul {
    margin: 0;
    padding: 0;
    border: none
}

li,
ul {
    list-style: none outside none
}

a,
button,
input,
label {
    font-size: 14px;
    line-height: 1.6;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    -webkit-appearance: none;
    appearance: none;
    outline: 0
}

a,
a:hover,
a:link,
a:visited {
    color: #aaa;
    text-decoration: none
}

.mtop10 {
    margin-top: 10px
}

.bannerbox {
    padding: 10px 0
}

.bannerbox a {
    font-size: 0
}

.bannerbox img {
    width: 100%;
    display: block
}

header.navbar {
    left: 0;
    top: 0;
    right: 0;
    width: 100%
}

header.navbar {
    position: fixed;
    z-index: 999;
    height: 56px;
    background: #26292f;
    max-width: 520px;
    margin: 0 auto
}

header.navbar .leadingbox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    font-size: 0
}

header.navbar .titlebox {
    line-height: 56px;
    color: #fff;
    text-align: center;
    font-size: 16px
}

header.navbar .actionbox {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.navbar .actionbox,
header.navbar a {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    font-size: 0
}

header.navbar a {
    display: inline-block;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.navbar a.back {
    padding: 0 15px
}

header.navbar a.back img {
    width: 8px;
    height: 14px
}

header.navbar a.search {
    padding: 0 15px
}

header.navbar a.search img {
    width: 18px;
    height: 18px
}

header.navbar a.text {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300;
    color: #fff
}

header.navbar a {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    font-size: 0
}

.pad56 {
    height: 56px
}

.list-item-2 {
    overflow: hidden
}

.list-item-2 li {
    width: 50%;
    float: left;
    margin-top: 15px
}

.list-item-2 li:nth-child(-n+2) {
    margin-top: 0
}

.list-item-2 dl {
    margin: 0 5px;
    overflow: hidden
}

.list-item-2 dt {
    width: 100%;
    height: 0;
    float: none;
    overflow: visible;
    padding-top: 61%;
    position: relative
}

.list-item-2 dt img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px
}

.list-item-2 dt i {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    background-color:#f66b4e;
    color: #fff;
    font-size: 12px;
    border-radius: 9px 0 9px 0
}

.list-item-2 dt strong {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: url(../js/label_xm.png) 100% no-repeat;
    background-size: 38px 38px
}

.list-item-2 dt strong.vip {
    background: url(../js/label_vip.png) 100% no-repeat;
    background-size: 38px 38px
}

.list-item-2 dt strong.money {
    background: url(../js/label_money.png) 100% no-repeat;
    background-size: 38px 38px
}

.list-item-2 dt em {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../js/icon_play.png) 50% no-repeat;
    background-size: 35px 35px
}

.list-item-2 dd {
    margin-top: 5px
}

.list-item-2 dd h3 {
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#app {
    max-width: 520px;
    margin: 0 auto;
    background-color: #1b1e23;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 0.12);
    box-shadow: 0 0 4px rgb(0 0 0 / 0.12)
}

.indexbox {
    color: #fff;
    overflow-y: scroll;
    padding: 0px 0 66px 0;
    min-height: calc(100vh)
}

.indexbox,
.searchbox {
    background: url(../js/index_bg.png) 0 0 no-repeat;
    background-size: 100%
}

.searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 520px
}

.searchbox li.logo {
    padding: 10px 10px
}

.searchbox li.logo img {
    width: 30px;
    height: 30px;
    display: block
}

.searchbox a.schinput {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.searchbox li.gkjl {
    padding: 10px 10px
}

.searchbox li.gkjl img {
    width: 30px;
    height: 30px;
    display: block
}

.searchbox a.schinput input {
    display: block;
    height: 30px;
    padding-left: 30px;
    border: none;
    background: #9b3663;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    color: #efa6c6
}

.searchbox a.schinput input::-webkit-input-placeholder {
    color: #efa6c6
}

.searchbox a.schinput i {
    position: absolute;
    left: 10px;
    top: 7px;
    width: 16px;
    height: 16px;
    background: url(../js/icon_search2.png) 50% no-repeat;
    background-size: 100%
}

.index-grid {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    
    position: relative
}

.index-grid li {
    width: 18%;
    margin: 0 1% 10px;
    padding-top: 5%;
    position: relative
}

.index-grid li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #686a6c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.index-grid li a span {
    line-height: 1.5;
    text-align: center
}

.index-grid li a span h6 {
    font-weight: 400;
    font-size: 14px
}

.index-grid li a span i {
    font-size: 14px;
}
/* 设置颜色循环 */
.index-grid li:nth-child(3n+1) a span h6 {
    color: pink; /* 第1、4、7...项为粉红 */
}

.index-grid li:nth-child(3n+2) a span h6 {
    color: #6FC1BD; /* 第2、5、8...项为绿色 */
}

.index-grid li:nth-child(3n) a span h6 {
    color: orange; /* 第3、6、9...项为黄色 */
}
.list-caption {
    height: 30px;
    position: relative;
    font-size: 14px;
    text-indent: 20px;
    line-height: 30px;
    background: url(../js/icon_caption.png) 0 no-repeat;
    background-size: 15px 15px
}

.list-caption em {
    font-size: 16px
}

.list-caption span {
    position: absolute;
    right: 10px
}

.list-caption span a {
    color: #929397;
    font-size: 14px;
    padding: 0 12px;
    background: url(../js/arrow.png) 100% no-repeat;
    background-size: 7px 12px
}

.latests {
    margin: 10px 5px 0 5px
}

.swiper-box {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%
}

.swiper-box-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.swiper-box-wrapper,
.swiper-box .swiper-container {
    width: 100%;
    height: 100%
}

.swiper-box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.swiper-pagination-box {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden
}

.swiper-pagination-box .swiper-pagination {
    width: 100%
}

.marquee {
    width: 100%;
    color: #fff;
    background-color: #434343;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.marquee,
.marquee_title {
    height: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.marquee_title {
    padding: 4px 5px 4px 10px
}

.marquee_title img {
    height: 18px;
    width: auto
}

.marquee_box {
    display: block;
    position: relative;
    width: calc(100% - 43px);
    height: 26px;
    overflow: hidden
}

.marquee_list {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.marquee_top {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 3px;
    font-size: 12px;
    width: calc(100%)
}

.marquee_list li {
    height: 26px;
    line-height: 26px;
    font-size: 10px
}

.hot_game_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2e2e2e
}

.hot_game_box .hgb_left {
    margin: 0 16px 0 13px
}

.hot_game_box .hgb_left img {
    width: 59px
}

.hot_game_box .hgb_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mybox {
    color: #fff;
    padding: 0px 0 66px 0;
    min-height: calc(100vh)
}

.mybox header.navbar {
    background: transparent;
    position: relative
}

.avatar-container {
    padding: 0 0 40px 0;
    background-image: url(../js/my_bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.avatarbox {
    margin: 20px 10px 0 10px;
    position: relative;
    display: block
}

.avatarbox dl {
    overflow: hidden;
    margin-left: 5px
}

.avatarbox dt {
    width: 50px;
    height: 50px;
    float: left
}

.avatarbox dt img {
    width: 50px;
    height: 50px;
    border-radius: 50% 
}

.avatarbox dd {
    height: 50px;
    margin-left: 60px
}

.avatarbox dd h1 {
    font-size: 16px;
    line-height: 25px;
    color: #fff
}

.avatarbox dd h2 {
    font-size: 14px;
    line-height: 25px;
    color: #928f95
}

.usercenter {
    background: #212429
}

.user-infobox {
    position: relative;
    height: 70px
}

.user-infobox .signbox,
.user-infobox .viewbox {
    width: 33.33%;
    float: left;
    height: 70px
}

.user-infobox .viewbox h5 {
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #9b9b9c;
    font-size: 14px
}

.user-infobox .viewbox h5 em {
    font-size: 20px;
    color: #fff
}

.user-infobox .viewbox h6 {
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #9b9b9c;
    font-size: 12px;
    font-weight: 300
}

.user-infobox .signbox h5 {
    margin-top: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ff3d6f;
    font-size: 14px
}

.user-infobox .signbox h5 a {
    display: inline-block;
    padding: 0 15px;
    line-height: 22px;
    font-size: 12px;
    border: 1px solid #90314c;
    border-radius: 15px;
    color: #ff3d6f
}

.user-infobox .signbox h6 {
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #9b9b9c;
    font-size: 12px;
    font-weight: 300
}

.user-infobox span {
    left: 33.33% 
}

.user-infobox span.s2,
.user-infobox span {
    position: absolute;
    top: 15px;
    width: 1px;
    height: 40px;
    background: #2f3236
}

.user-infobox span.s2 {
    left: 66.66% 
}

.gridbox {
    overflow: hidden;
    position: relative;
    background: #212429
}

.gridbox li {
    float: left;
    width: 33.33%;
    padding-top: 28%;
    position: relative;
    border-left: 1px solid #2f3236;
    border-top: 1px solid #2f3236
}

.gridbox li:nth-child(3n-2) {
    border-left: 0
}

.gridbox li:nth-child(-n+3) {
    border-top: 0
}

.gridbox li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gridbox li a img {
    width: 35px;
    height: 35px
}

.gridbox li a span {
    line-height: 1.5;
    text-align: center;
    position: relative
}

.gridbox li a span h6 {
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300
}

.gridbox li a span i {
    font-size: 12px;
    color: #aaa
}

.gridbox li a span p {
    position: absolute;
    bottom: -16px;
    left: -75%;
    width: 250%;
    font-size: 12px
}

footer.tabbar {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background: #26292f;
    height: 56px;
    height: calc(constant(safe-area-inset-bottom) + 56px);
    height: calc(env(safe-area-inset-bottom) + 56px);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    max-width: 520px;
    margin: 0 auto
}

footer.tabbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer.tabbar a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    line-height: 0
}

footer.tabbar a img {
    display: inline-block;
    margin-top: 6px;
    width: 25px;
    height: 25px;
    font-size: 0
}

footer.tabbar a h6 {
    margin-top: 3px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #797a7c
}

footer.tabbar a h6.active {
    color: #ff3d6f;
    background-color: transparent
}

footer.tabbar li b.vip {
    background: url(../js/tab_yx_vip.png);
    position: absolute;
    top: 0;
    right: 5px;
    background-size: 100% auto;
    display: inline-block;
    width: 24px;
    height: 18px
}

.vodlistbox {
    min-height: calc(100vh);
    color: #fff;
    overflow-y: scroll
}

.vodlist-header {
    background: #272727;
    padding: 0 0 10px 0;
    overflow: hidden
}

.filter-swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.vodlist-header ul {
    display: flex
}

.vodlist-header li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    white-space: nowrap;
    font-size: 14px
}

.vodlist-header div:first-child {
    margin-top: 0
}

.vodlist-header li::-webkit-scrollbar {
    display: none
}

.vodlist-header li a {
    display: inline-block;
    margin: 0 10px;
    padding: 0 5px;
    color: #aaa
}

.vodlist-header li a.active {
    padding: 0 15px;
    background: #7a2e45;
    border-radius: 15px;
    color: #fff
}

.vodrow-box {
    margin: 20px 5px 10px 5px
}

.vodshowbox {
    overflow: hidden
}

.headerbox {
    position: fixed;
    top: 40px;
    z-index: 99;
    width: 100%;
    height: 0;
    background: #000;
    max-width: 520px;
    margin: 0 auto
}

.playbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 61%
}

.headerbox>a {
    display: inline-block;
    width: 50px;
    height: 40px;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 30px;
    background: url(../js/back.png) 50% no-repeat;
    background-size: 8px 14px
}

.playbox>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.playbox .playdeny {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    background: #2f2f2f
}

.deny_top,
.playbox .playdeny {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.deny_top {
    margin: 0 0 18px 0
}

.deny_top img {
    width: 72px;
    height: 72px
}

.deny_top .info h3 {
    color: #ff5170;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 10px 0;
    text-align: center
}

.deny_top .info p {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-align: center
}

.deny_bottom {
    text-align: center
}

.deny_bottom button {
    background: #ff5170;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    border-radius: 16px
}

.infobox {
    margin-top: 50px;
    padding: 0 10px;
    padding-top: 61%
}

.infobox h1 {
    position: relative;
    line-height: 26px;
    padding-right: 50px;
    font-size: 18px;
    color: #fff
}

.infobox h1 em {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    width: 50px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #929193;
    background: url(../js/icon_arrow2.png) 100% no-repeat;
    background-size: 18px 18px
}

.infobox h2 {
    height: 26px;
    margin-top: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #5e5f61
}

.infobox h2 em {
    display: inline-block;
    padding-left: 15px;
    color: #ffba00;
    background: url(../js/icon_pf.png) 0 no-repeat;
    background-size: 12px 11px
}

.infobox h2 time {
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    background: url(../js/icon_gxsj.png) 0 no-repeat;
    background-size: 11px 12px
}

.infobox h2 i {
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    background: url(../js/icon_bfrs.png) 0 no-repeat;
    background-size: 12px 11px
}

.infobox h2 img {
    height: 24px;
    float: right
}

.infobox h3 {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.infobox h3 a {
    display: inline-block;
    height: 55px;
    padding-top: 35px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #aaa
}

.infobox h3 a.upnum {
    line-height: 20px;
    background: url(../js/icon_dz.png) top no-repeat;
    background-size: 27px 27px
}

.infobox h3 a.downnum {
    line-height: 20px;
    background: url(../js/icon_cai.png) top no-repeat;
    background-size: 27px 27px
}

.infobox h3 a.fav {
    line-height: 20px;
    background: url(../js/icon_sc.png) top no-repeat;
    background-size: 27px 27px
}

.infobox h3 a.fav.active {
    line-height: 20px;
    background: url(../js/icon_sc2.png) top no-repeat;
    background-size: 27px 27px
}

.infobox h3 a.share {
    line-height: 20px;
    background: url(../js/icon_fx.png) top no-repeat;
    background-size: 27px 27px
}

.play-tagbox {
    margin: 10px 5px 0 2px;
    font-size: 16px
}

.play-tagbox a {
    display: inline-block;
    font-size: 14px;
    margin: 5px 8px;
    padding: 2px 15px;
    border-radius: 15px;
    background: #35242d;
    color: #ae4a64
}

.history {
    padding-bottom: 0
}

.history a {
    color: #ae4a64;
    background: #382730
}

header.tabbar {
    position: fixed;
    left: 0;
    top: 56px;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 46px;
    background: #1b1e23
}

header.tabbar ul {
    overflow: hidden;
    text-align: center
}

header.tabbar li {
    display: inline-block;
    height: 46px;
    position: relative;
    padding: 0 15px;
    text-align: center;
    line-height: 56px
}

header.tabbar li h6 {
    margin-top: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #aaa
}

header.tabbar li h6.active {
    color: #fff;
    border-bottom: 3px solid #ff3d6f
}

.playbox {
    color: #fff
}

header.tabbar {
    position: fixed;
    left: 0;
    top: 56px;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 46px;
    background: #1b1e23
}

header.tabbar ul {
    overflow: hidden;
    text-align: center
}

header.tabbar li {
    display: inline-block;
    height: 46px;
    position: relative;
    padding: 0 15px;
    text-align: center;
    line-height: 56px
}

header.tabbar li h6 {
    margin-top: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #aaa
}

header.tabbar li h6.active {
    color: #fff;
    border-bottom: 3px solid #ff3d6f
}

.deposit {
    height: 100vh;
    overflow-y: scroll
}

.actionbox .text {
    color: #dbbe84
}

.tab_box {
    padding: 0 0 64px 0
}

.tab_box .vip {
    border-radius: 14px;
    background: linear-gradient(114.56deg, #272c36, #272b37);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .14901960784313725);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .14901960784313725);
    margin: 0 15px 15px 15px;
    padding: 24px 0 0 0
}

.tab_box .faq {
    border-radius: 14px;
    background: linear-gradient(114.56deg, #272c36, #272b37);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .14901960784313725);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .14901960784313725);
    margin: 0 15px 30px 15px;
    padding: 24px
}

.tab_box .faq .faq_title {
    text-align: center;
    position: relative;
    height: 22px;
    line-height: 22px;
    margin: 0 0 15px 0
}

.tab_box .faq .faq_title b {
    font-size: 20px;
    font-weight: 700;
    color: #dbbe84
}

.tab_box .faq .faq_title:before {
    content: " ";
    position: absolute;
    top: 10px;
    width: 50px;
    height: 2px;
    background: #dbbe84;
    left: 50%;
    margin-left: -95px
}

.tab_box .faq .faq_title:after {
    content: " ";
    position: absolute;
    top: 10px;
    width: 50px;
    height: 2px;
    background: #dbbe84;
    left: 50%;
    margin-left: 45px
}

.tab_box .faq .faq_content {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .67)
}

.tab_box .faq .faq_content p b {
    color: #dbbe84;
    margin: 0 5px;
    border-bottom: 1px solid #dbbe84
}

.tab_box .good {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 15px 0 15px 15px
}

.tab_box .good .cell {
    white-space: nowrap;
    display: inline-block;
    background: url(../js/card_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
    padding: 33px 15px 15px 15px;
    width: 180px;
    height: 147px;
    margin: 0 15px 0 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tab_box .good .group {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.tab_box .good .cell {
    white-space: nowrap;
    display: inline-block;
    background: url(../js/card_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
    padding: 33px 15px 15px 15px;
    width: calc(50% - 15px);
    height: 147px;
    margin: 0 15px 15px 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tab_box .good .active {
    background: url(../js/card_bg2.png) no-repeat 0 0;
    background-size: 100% 100%
}

.tab_box .good .cell .tag {
    position: absolute;
    background: #ff5170;
    color: #fff;
    width: 77px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    top: 0;
    left: 0;
    border-radius: 15px 0 15px 0
}

.tab_box .good .cell .title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 2px 0;
    color: #fff;
    height: 24px;
    line-height: 24px
}

.tab_box .good .cell .desc {
    font-size: 12px;
    margin: 0 0 4px 0;
    color: #fff;
    height: 14px;
    line-height: 14px
}

.tab_box .good .cell .desc2 {
    height: 30px;
    line-height: 30px;
    width: 96px;
    background: url(../js/card_bg2_desc2.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: relative
}

.tab_box .good .cell .desc2 span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 14px
}

.tab_box .good .cell .price {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    height: 30px;
    line-height: 30px
}

.tab_box .good .cell .time {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px
}

.tab_box .good .cell>img {
    display: none;
    position: absolute;
    bottom: 35px;
    right: 15px;
    width: 20px;
    height: 20px
}

.tab_box .good .active>img {
    display: inline-block
}

.tab_box .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 520px;
    margin: 0 auto
}

.tab_box .bottom .chat {
    width: 120px;
    text-align: center;
    background: #272b36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab_box .bottom .chat img {
    width: 32px;
    height: 32px
}

.tab_box .bottom .chat span {
    display: block;
    font-size: 13px;
    color: #fff
}

.tab_box .bottom .submit {
    background: #dbbe84;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #242a37
}

.tab_box .bottom .submit h3,
.submit span {
    font-size: 17px;
    font-weight: 700
}

.tab_box .bottom .submit p span {
    font-size: 13px
}

.tab_box .payment {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 520px;
    z-index: 999
}

.tab_box .payment .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.tab_box .payment .content {
    border-radius: 14px;
    background: linear-gradient(114.56deg, #272c36, #272b37);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .14901960784313725);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .14901960784313725);
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.tab_box .payment .payment_title {
    position: relative;
    height: 22px;
    line-height: 22px;
    margin: 0 0 15px 0
}

.tab_box .payment .payment_title b {
    font-size: 20px;
    font-weight: 700;
    color: #dbbe84
}

.tab_box .payment .payment_title:before {
    content: " ";
    position: absolute;
    top: 10px;
    width: 50px;
    height: 2px;
    background: #dbbe84;
    left: 50%;
    margin-left: -95px
}

.tab_box .payment .payment_title:after {
    content: " ";
    position: absolute;
    top: 10px;
    width: 50px;
    height: 2px;
    background: #dbbe84;
    left: 50%;
    margin-left: 45px
}

.tab_box .payment .payment_img {
    display: none
}

.tab_box .payment .payment_img img {
    width: 100%;
    height: auto
}

.tab_box .payment .payment_title {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .67);
    text-align: center
}

.tab_box .payment .payment_content {
    max-height: 300px;
    overflow-y: auto
}

.tab_box .payment .payment_content .cell2 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2980392156862745);
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff
}

.van-list__finished-text {
    color: #969799;
    font-size: 14px;
    line-height: 50px;
    text-align: center
}

.filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.filter-slide {
    flex: 0 0 20%;
    box-sizing: border-box;
    padding: 5px
}

.filter-slide a {
    display: block;
    text-align: center
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #f66b4e;
    transition: background-color 0.3s
}

.pagination a:hover {
    background-color: #f1f1f1
}

.pagination span.active {
    background-color: #007BFF;
    color: white;
    border: 1px solid #007BFF
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999
}

.loading-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #ff850d;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#video-container {
    width: 100%;
    height: 300px;
    margin: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#video-player {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none
}

.seekVideo {
    text-align: center
}

.seekVideo a {
    display: inline-block;
    font-size: 14px;
    margin: 5px 8px;
    padding: 2px 15px;
    border-radius: 15px;
    background: rgb(243, 181, 176);
    color: rgb(255, 0, 0)
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999
}

.loading-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #ff850d;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

#video-player {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none
}

.seekVideo {
    text-align: center
}

.seekVideo a {
    display: inline-block;
    font-size: 14px;
    margin: 5px 8px;
    padding: 2px 15px;
    border-radius: 15px;
    background: rgb(243, 181, 176);
    color: rgb(255, 0, 0)
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999
}

.loading-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #ff850d;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

h1 {
    margin-top: 50px
}

@media (max-width:768px) {
    footer.tabbar {
        display: block
    }
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999
}

.loading-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #ff850d;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.payment-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.payment-options button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}
.label-searchbox {
	min-height:calc(100vh);
	color: #fff;
    overflow-y: scroll;
}

.label-searchbox header {
	height: 50px;
	background: #26292f;
}

.label-searchform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #26292f;
	max-width: 520px;
	margin: 0 auto;
}

.label-searchform li {
	height: 50px
}

.label-searchform li.backbox {
	width: 45px;
	height: 50px
}

.label-searchform li.backbox a.back {
	display: block;
	width: 100%;
	height: 100%
}

.label-searchform li.backbox a.back img {
	margin-top: 18px;
	margin-left: 15px;
	width: 8px;
	height: 14px
}

.label-searchform li.schinput {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.label-searchform li.schinput input {
	display: block;
	margin: 10px 0;
	height: 30px;
	padding-left: 30px;
	border: none;
	background: #16191d;
	width: 100%;
	border-radius: 10px;
	font-size: 12px;
	color: #aaa
}

.label-searchform li.schinput input::-webkit-input-placeholder {
	color: #aaa
}

.label-searchform li.schinput i {
	position: absolute;
	left: 10px;
	top: 17px;
	width: 16px;
	height: 16px;
	background: url(../js/icon_search3.png) 50% no-repeat;
	background-size: 100%
}

.label-searchform button.text{
	padding: 0 15px;
	line-height: 50px;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	border: none;
    background: border-box;
}

.hot-search {
	padding: 15px;
	background: #212429
}

.hot-search h2 {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #aaa
}

.hot-search ul {
	overflow: hidden
}

.hot-search li {
	float: left;
	margin-right: 10px;
	margin-top: 8px
}

.hot-search a {
	display: inline-block;
	padding: 3px 15px;
	font-size: 12px;
	color: #946c4b;
	background: #302f2d;
	border-radius: 10px
}
