* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
li {
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

body {
    margin: 0 auto;
    background: #f4f2f1;
    line-height: 1.2;
    padding-top: 42px;
    overflow-x: hidden;
}

img {
    display: block;
}

::placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

#afooter {
    text-align: center;
    padding: 20px;
    color: #ccc;
    background: #000;
    font-size: 14px;
    line-height: 1.4;
}

#afooter a {
    color: #ccc;
}


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

.top {
    height: 70px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/top.jpg) no-repeat center / 100% 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
    color: #fff;
    font-weight: bold;
}

.top-logo {
    width: 509px;
    height: 32px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/top-logo.png) no-repeat center;
    justify-content: flex-start;
}

.top-logo a {
    height: 32px;
    text-indent: -9999px;
}

.top-logo a.tl1 {
    width: 90px;
    margin-right: 28px;
}

.top-logo a.tl2 {
    width: 126px;
}

.top-login a {
    color: #fff;
}

.top-add {
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/top-add.png) no-repeat left;
    color: #fff;
    padding: 0 0 0 35px;
    font-size: 16px;
    margin-left: 60px;
}

.nav {
    height: 40px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/nav.jpg) no-repeat center / 100% 100%;
    font-size: 18px;
    margin-bottom: 24px;
}

.nav a {
    width: 140px;
    color: #fff;
    margin: 0 55px;
    line-height: 36px;
    height: 40px;
    text-align: center;
}

.nav a.cur,
.tab1 a.nt1,
.tab2 a.nt2,
.tab3 a.nt3,
.tab4 a.nt4 {
    border-bottom: 4px solid #fa8332;
    line-height: 30px;
    padding-top: 3px;
    box-sizing: border-box;
}

.mid {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.content {
    min-height: 950px;
    width: 604px;
    background: #fcfafa;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px 24px;
    position: relative;
}

.menu {
    justify-content: space-between;
}

.menu.odd {
    justify-content: flex-start;
}

.menu.odd a {
    padding: 0 34px;
}

.menu a {
    height: 30px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #51555c;
}

.menu a:hover {
    color: #ff6622;
}

.menu a.cur {
    background: #f5f1ed;
    color: #ff6622;
}

.banner {
    width: 554px;
    height: 308px;
    border-radius: 5px;
    margin: 10px auto 0;
}

.banner img {
    width: 554px;
    height: 308px;
    object-fit: cover;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    background: #d0d0d0;
    opacity: 1;
    border-radius: 1px;
    transition: all 0.2s;
    margin: 0 3px !important;
}

.banner .swiper-pagination-bullet-active {
    width: 60px;
}

.task-item {
    padding-bottom: 15px;
}

.task-item li {
    height: 100px;
    background: #f5f2f2;
    border-radius: 5px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-image {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
}

.task-text {
    width: 325px;
    padding-left: 15px;
}

.task-title {
    font-size: 16px;
    color: #595959;
}

.task-desc {
    font-size: 12px;
    line-height: 16px;
    padding-top: 3px;
    color: #949699;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.task-desc span {
    color: #595959;
}

.task-check {
    width: 86px;
    height: 26px;
    border: 2px solid #ff6622;
    border-radius: 3px;
    color: #ff6622;
    font-size: 16px;
    margin-left: 22px;
    transition: all 0.2s;
}

.task-check:hover {
    background: #ff6622;
    color: #fff;
}

.task-detail-title {
    width: 100%;
    height: 16px;
    padding: 20px 0 10px;
    border-bottom: 2px solid #f3f1f0;
    font-size: 12px;
    justify-content: space-between;
    color: #696a70;
}

.task-detail-title p:nth-child(1) {
    justify-content: flex-start;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
}

.task-detail-title p:nth-child(1)::before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6622;
    margin-right: 10px;
}

.task-detail-box {
    background: #f5f2f2;
    padding: 15px 20px;
}

.task-detail-type {
    justify-content: flex-start;
}

.task-detail-type span {
    color: #fff;
    font-size: 14px;
    padding: 0 6px;
    background: #ff8533;
    border-radius: 1px;
    margin-right: 10px;
    min-width: 70px;
}

.task-detail-type span.dt1 {
    background: #ff8533;
}

.task-detail-type span.dt2 {
    background: #efba16;
}

.task-detail-type span.dt3 {
    background: #ac6ee0;
}

.task-detail-desc {
    font-size: 12px;
    color: #4f5158;
    line-height: 18px;
    padding: 15px 0 10px;
}

.task-detail-desc li {
    padding: 3px 0;
}

.task-detail-btn {
    min-width: 78px;
    height: 26px;
    border-radius: 999px;
    background: #ff6622;
    font-size: 16px;
    color: #fff;
    margin: 20px auto 0;
    padding: 0 18px;
    box-sizing: border-box;
}

.task-detail-scroll {
    height: 778px;
    overflow-y: auto;
    margin-top: 10px;
    margin: 10px -10px 0;
    padding: 0 10px;
}

.task-detail-scroll::-webkit-scrollbar {
    background: #999;
    width: 5px;
    border-radius: 999px;
}

.task-detail-scroll::-webkit-scrollbar-thumb {
    background: #ff6622;
    border-radius: 999px;
}

.task-detail-image {
    padding-top: 25px;
}

.task-detail-image img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
}

.task-detail-return {
    width: 78px;
    height: 26px;
    border-radius: 999px;
    font-size: 16px;
    color: #fff;
    margin: 15px 0 0;
    border: 1px solid #ff6622;
    color: #ff6622;
    transition: all 0.2s;
}

.task-detail-return:hover {
    background: #ff6622;
    color: #fff;
}

.pages {
    height: 32px;
    justify-content: flex-end;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.pages a {
    color: #949699;
    font-size: 14px;
    margin: 0 8px;
}

.pages a:hover {
    color: #ff6622;
}

.pages-input {
    width: 80px;
    border: none;
    border-bottom: 2px solid #949699;
    margin: 0 8px;
    text-align: center;
    height: 20px;
    color: #949699;
    background: none;
}

.cybercafe {
    width: 376px;
    height: 330px;
    background: #fcfafa;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.cybercafe-title {
    width: 100%;
    height: 16px;
    padding-bottom: 9px;
    border-bottom: 2px solid #f3f1f0;
    justify-content: flex-start;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.cybercafe-title p {
    justify-content: flex-start;
}

.cybercafe-title span {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cybercafe-title::before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6622;
    margin-right: 10px;
}

.level {
    width: 316px;
    height: 150px;
    margin: 9px auto 0;
    position: relative;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/level-box.png) no-repeat;
}

.level-title {
    line-height: 24px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    background: -webkit-linear-gradient(#f1dcc4, #fff);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    display: block;
    position: absolute;
    top: 35px;
    left: 15px;
}

.level-next {
    font-size: 12px;
    line-height: 14px;
    color: #868683;
    position: absolute;
    top: 79px;
    left: 15px;
}

.level-icon {
    width: 94px;
    height: 103px;
    position: absolute;
    top: 15px;
    left: 198px;
}

.level-progress {
    width: 151px;
    height: 3px;
    background: #d0d0d0;
    border-radius: 2px;
    position: absolute;
    top: 70px;
    left: 15px;
}

.level-cur {
    height: 3px;
    background: #edcd9b;
    position: relative;
}

.level-cur::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -2px;
    background: #edcd9b;
}

.level-data {
    height: 20px;
    padding: 0 5px;
    box-sizing: border-box;
    justify-content: space-between;
    font-size: 12px;
    position: absolute;
    top: 117px;
    left: 15px;
    border: 1px solid #535452;
    color: #868683;
    border-radius: 5px;
}


.level-data>.flex:nth-child(1) {
    margin-right: 20px;
}

.level-data span {
    font-size: 16px;
    color: #f1cc93;
    margin-left: 8px;
}

.link-item {
    min-width: 50px;
    flex-direction: column;
    white-space: nowrap;
    margin: 17px 18px 0;
}

.link-title {
    font-size: 14px;
    color: #333333;
    padding: 8px 0 3px;
}

.link-desc {
    font-size: 10px;
    color: #949699;
}

.afoot {
    width: 376px;
    height: 372px;
    background: #fcfafa;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
}

.afoot-menu {
    padding-bottom: 8px;
    border-bottom: 2px solid #f3f1f0;
    justify-content: flex-start;
}

.afoot-menu a {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    color: #51555c;
    white-space: nowrap;
    margin-right: 22px;
}

.afoot-menu a:last-child {
    margin-right: 0;
}

.afoot-menu a.cur {
    background: #f5f1ed;
    color: #ff6622;
}

.afoot-item {
    height: 255px;
    overflow-y: auto;
    margin: 10px -13px 0;
    padding: 0 13px;
}

.afoot-item::-webkit-scrollbar {
    background: #999;
    width: 5px;
    border-radius: 999px;
}

.afoot-item::-webkit-scrollbar-thumb {
    background: #ff6622;
    border-radius: 999px;
}

.afoot-item li {
    min-height: 120px;
    background: #f5f2f2;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.afoot-item li:last-child {
    margin-bottom: 0;
}

.afoot-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 3px;
}

.afoot-title {
    font-size: 16px;
    color: #595959;
    justify-content: flex-start;
    padding-bottom: 3px;
}

.afoot-title p {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.afoot-title span {
    height: 16px;
    background: #ff8533;
    font-size: 12px;
    color: #fff;
    padding: 0 4px;
    border-radius: 2px;
    line-height: 16px;
    text-align: center;
    margin-left: 12px;
    white-space: nowrap;
}

.afoot-desc {
    width: 135px;
    font-size: 12px;
    line-height: 16px;
    padding-top: 3px;
    color: #949699;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.afoot-desc span {
    color: #595959;
}

.afoot-btn {
    width: 75px;
    height: 24px;
    background: #ff6622;
    color: #fff;
    font-size: 14px;
    border-radius: 99px;
    margin: 5px 0 0 16px;
    white-space: nowrap;
}

.afoot-tips {
    font-size: 12px;
    color: #949699;
    justify-content: space-between;
    height: 23px;
    padding-top: 7px;
}

.afoot-progress {
    height: 6px;
    background: #d0d0d0;
    border-radius: 99px;
}

.afoot-cur {
    height: 6px;
    background-image: linear-gradient(to right, #ff9c45, #ff7b2f);
    position: relative;
    border-radius: 99px;
}

.afoot-cur::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -4px;
    background: #ff7b2f;
}

.swiper {
    width: 376px;
    height: 208px;
    background: #51555c;
    border-radius: 2px;
    margin-top: 20px;
}

.swiper img {
    width: 376px;
    height: 208px;
    object-fit: cover;
}

.swiper .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    background: #d0d0d0;
    opacity: 1;
    border-radius: 1px;
    transition: all 0.2s;
    margin: 0 3px !important;
}

.swiper .swiper-pagination-bullet-active {
    width: 60px;
}

.search-top {
    justify-content: flex-end;
    padding: 0 15px 7px 0;
    border-bottom: 2px solid #e4e7ea;
}

.search-toggle {
    color: #4f5158;
    margin-top: -7px;
    font-size: 14px;
}

.search-toggle::before {
    content: '';
    width: 12px;
    height: 10px;
    background: #4f5158;
    margin-right: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 90%);
    transition: all 0.3s;
}

.search-toggle.hide::before {
    transform: rotate(180deg);
}

.search-list {
    padding: 10px 0;
    border-bottom: 2px solid #e4e7ea;
}

.search-list li {
    display: flex;
    height: 32px;
    align-items: center;
    font-size: 14px;
}

.search-type {
    min-width: 105px;
    color: #4f5158;
}

.search-item {
    min-width: 92px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.search-item::before {
    content: '';
    min-width: 9px;
    height: 9px;
    border: 2px solid #4f5158;
    border-radius: 50%;
    margin-right: 8px;
}

.search-item.cur::before {
    background: #4f5158;
    box-shadow: 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset, 0 0 1px #fff inset;
}

.raward-number {
    font-size: 18px;
    color: #4f5158;
    padding: 10px 0;
}

.raward-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -8.5px;
}

.raward-list li {
    width: 173px;
    height: 228px;
    margin: 5px 8.5px;
    background-color: #f5f2f2;
    position: relative;
    box-sizing: border-box;
    padding: 10px 11px;
}

.raward-xl {
    width: 150px;
    background: #8d9095;
    opacity: 0.8;
    font-size: 14px;
    line-height: 14px;
    color: #f5f2f2;
    position: absolute;
    bottom: 98px;
    left: 11px;
    text-align: center;
    line-height: 16px;
    padding: 3px 0;
}

.raward-lv {
    height: 20px;
    background: #c4c4c4;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
}

.raward-lv.lv1 {
    background: #d4b19e;
}

.raward-lv.lv2 {
    background: #a7abb1;
}

.raward-lv.lv3 {
    background: #a7abb1;
}

.raward-limit {
    height: 20px;
    background: #c4c4c4;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    padding: 0 10px;
}

.raward-image {
    width: 150px;
    height: 120px;
    border-radius: 2px;
    object-fit: contain;
}

.raward-name {
    font-size: 14px;
    margin-top: -24px;
    height: 24px;
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 3px;
}

.raward-tips {
    font-size: 14px;
    color: #56585e;
    /*justify-content: space-between; */
    text-align: center;
    height: 40px;
}

.raward-progress {
    height: 4px;
    background: #d0d0d0;
    border-radius: 99px;
}

.raward-cur {
    height: 4px;
    background-image: linear-gradient(to right, #ff9c45, #ff7b2f);
    position: relative;
    border-radius: 99px;
}

.raward-cur::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #ff7b2f;
}

.raward-btn {
    width: 120px;
    margin: 0 auto 0;
    height: 30px;
    font-size: 16px;
    color: #fff;
    background: #ff6622;
    border-radius: 999px;
}

.raward-sy {
    font-size: 12px;
    color: #56585e;
    padding-top: 5px;
}

.record {
    width: 376px;
    height: 372px;
    background: #fcfafa;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
}

.record-menu {
    justify-content: flex-start;
    padding-bottom: 8px;
    border-bottom: 2px solid #f3f1f0;
    margin-bottom: 13px;
}

.record-menu a {
    height: 30px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 30px;
    color: #51555c;
    white-space: nowrap;
}

.record-menu a.cur {
    background: #f5f1ed;
    color: #ff6622;
}

.record-box {
    height: 60px;
    background: #f5f2f2;
    padding: 0 9px;
    margin: 0 0 11px;
}

.record-name {
    height: 20px;
    padding: 10px 0 5px;
    font-size: 16px;
    color: #4f5158;
    justify-content: space-between;
}

.record-name p:nth-child(2) {
    height: 16px;
    font-size: 13px;
    color: #fff;
    background: #ff8533;
    padding: 0 6px;
    line-height: 16px;
}

.record-time {
    font-size: 12px;
    color: #94969f;
    justify-content: space-between;
}

.record-time p:nth-child(2) {
    color: #4f5158;
}

.record-moon {
    height: 30px;
    font-size: 14px;
    color: #4f5158;
    justify-content: space-between;
}

.record-more {
    width: 30px;
    height: 30px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/record-more.png) no-repeat center;
    text-indent: -9999px;
    margin-right: -7px;
}

.record-detail {
    width: 376px;
    height: 950px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fcfafa;
    z-index: 10;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    padding: 0 30px;
    box-sizing: border-box;
}

.detail-title {
    height: 56px;
    padding-top: 8px;
    font-size: 16px;
    color: #333333;
    justify-content: flex-start;
    border-bottom: 2px solid #e4e7ea;
}

.detail-return {
    width: 20px;
    height: 16px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/detail-return.png) no-repeat center;
    text-indent: -9999px;
    margin: 0 4px 0 -5px;
}

.detail-select {
    height: 22px;
    justify-content: space-between;
}

.detail-select span {
    width: 70px;
    height: 20px;
    background: #999ca1;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.detail-select span.cur {
    background: #ff8533;
}

.detail-type {
    font-size: 16px;
    color: #4f5158;
    height: 22px;
    padding: 14px 0 7px;
}

.detail-time {
    width: 123px;
    height: 22px;
    background: #fff;
    color: #4f5158;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 8px;
}

.detail-input {
    width: 100%;
    height: 24px;
    background: #f5f2f2;
    display: block;
    border: none;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    color: #4f5158;
    margin-bottom: 30px;
}

.detail-btn {
    width: 50px;
    height: 20px;
    background: #ff8533;
    border-radius: 1px;
    color: #fff;
    font-size: 14px;
}

.record-detail .record-item {
    padding-top: 20px;
}

.bind {
    width: 376px;
    height: 372px;
    background: #fcfafa;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
}

.bind-title {
    width: 100%;
    height: 16px;
    padding-bottom: 9px;
    border-bottom: 2px solid #f3f1f0;
    justify-content: flex-start;
    font-size: 16px;
    color: #333333;
}

.bind-more {
    width: 30px;
    height: 30px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/record-more.png) no-repeat center;
    text-indent: -9999px;
    margin-right: -7px;
    position: absolute;
    top: 12px;
    right: 27px;
}

.bind-title::before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6622;
    margin-right: 10px;
}

.bind-item li {
    height: 44px;
    background: #f5f2f2;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* center; */
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 7px;
}

.bind-data {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
}

.bind-icon {
    width: 95px;
}

.bind-remove {
    color: #51555c;
    margin-left: 10px;
    text-decoration: underline;
}

.vip-box {
    padding: 17px 16px;
    background: #f5f2f2;
    position: relative;
    margin-bottom: 20px;
}

.vip-title {
    width: 100%;
    height: 16px;
    padding-bottom: 9px;
    border-bottom: 2px solid #f3f1f0;
    justify-content: flex-start;
    font-size: 16px;
    color: #333333;
}

.vip-title::before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6622;
    margin-right: 10px;
}

.vip-info {
    width: 30px;
    height: 30px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/ic9.png) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -99999px;
}

.vip-user {
    padding: 10px 0 0;
}

.vip-user-head {
    width: 100px;
    height: 100px;
}

.vip-user-data {
    width: 310px;
    padding-left: 13px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #4f5158;
    justify-content: flex-start;
}

.vip-user-data li {
    min-width: 140px;
    height: 30px;
    display: flex;
    align-items: center;
}

.vip-user-data li::before {
    content: '';
    min-width: 8px;
    height: 8px;
    margin-right: 4px;
    background: #f7d6c8;
}

.vip-power {
    flex-wrap: wrap;
}

.vip-power li {
    width: 120px;
    text-align: center;
    color: #4f5158;
    font-size: 14px;
    padding: 10px 0 5px;
}

.vip-power-image {
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto 10px;
}

.vip-poster-image {
    position: relative;
    margin: 9px auto 15px;
}

.vip-poster-max {
    width: 100%;
    height: 318px;
    object-fit: cover;
}

.vip-poster-code {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 40px;
    right: 15px;
}

.vip-poster-state {
    width: 200px;
    height: 24px;
    background: #ff903c;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -1px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    box-sizing: border-box;
    padding-left: 20px;
}

.vip-poster-desc {
    height: 28px;
    background: #51555c;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding-bottom: 1px;
}

.vip-poster-ad,
.vip-poster-phone {
    width: 410px;
    line-height: 16px;
    height: 34px;
    padding-left: 36px;
    justify-content: flex-start;
    margin-left: 3px;
    font-size: 14px;
    color: #51555c;
}

.vip-poster-ad {
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/ic5.png) no-repeat left;
}

.vip-poster-phone {
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/ic6.png) no-repeat left;
}

.vip-poster-down {
    background: url(//game.gtimg.cn/images/cf/cp/a20250716hehuo/ic7.png) no-repeat left;
    font-size: 14px;
    color: #51555c;
    padding-left: 28px;
    position: absolute;
    bottom: 23px;
    right: 30px;
}

.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

li.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.my-reward {
    display: none;
}

.record-exchange {
    /*display: none;*/
}

.reward-record-send {
    display: none;
}

.vip-poster-code {
    display: none;
}

.unbind-flex {
    align-items: center;
    justify-content: center;
}



