@charset "UTF-8";

/* 默认基准值（建议） */
html {
    font-size: 16px; /* 默认基准值 */
}

/* 大屏设备（平板横屏等） */
@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

/* 中等屏幕 */
@media (max-width: 767px) {
    html {
        font-size: 15px;
    }
}

/* 小屏幕手机 */
@media (max-width: 480px) {
    html {
        font-size: 14px;
    }
}


@media (max-width: 380px) {
    html {
        font-size: 12px;
    }
}

/* 极窄屏幕（如iPhone 5等） */
@media (max-width: 320px) {
    html {
        font-size: 12px;
    }
}
/*general*/
body {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    background: #ecf2f2;
    /*overflow-y: hidden;*/
    touch-action: none
}

.page {
    background: #ffffff;
    /*background: url("/images/bg.png") 0 0 no-repeat;
    background-size: cover;*/
    touch-action: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #003370;
}

.m-0 {
    margin: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 17px;
    line-height: 25px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0;
}

img {
    display: block;
}

ul {
    padding: 0;
    margin: 0;
}

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

@-moz-document url-prefix() {
    .page-content {
        padding-bottom: 60px !important;
    }

    .page.page-home {
        padding-bottom: 50px !important;
    }
}

.ios a {
    color: rgba(0, 117, 255, 1);
}

.ios a:focus {
    outline: 0;
}

.ios a.primary-button {
    color: #fff;
}

.ios a.secondary-button {
    color: black;
}

.tab-home,
.tab-search {
    will-change: scroll-position;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: calc(var(--f7-page-toolbar-bottom-offset, 0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom, 0px));
    overflow-x: hidden;
    /*overflow: auto; !* 启用滚动 *!*/
    scrollbar-width: none; /* 对于支持的浏览器隐藏滚动条 */
}

.segments {
    padding: 15px 0;
}

.segments-bottom {
    padding-bottom: 25px;
}

.section-title {
    margin-bottom: 12px;
}

.section-title h3 {
    font-size: 17px;
    font-weight: 700;
}

.section-title h3 .see-all-link {
    float: right;
    color: rgba(0, 117, 255, 1);
    font-size: 13px;
    font-weight: 500;
    background: rgba(228, 234, 255, 1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}

.section-title > p {
    color: rgba(0, 117, 255, 1);
}

.wrap-title {
    margin-bottom: 10px;
}

.title-time {
    margin-bottom: 10px;
}

.title-time span {
    color: #000;
    font-size: 11px;
}

.bg-solid-gray {
    background: #40434a !important;
}

.bg-solid {
    background: black;
}

.content-shadow {
    box-shadow: 0px 4px 36px -7px rgba(0, 0, 0, 0.12);
}

.content-shadow-product {
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.13);
}

.container {
    padding-left: 12px !important;
    padding-right: 12px !important;

}

.no-pd-b {
    padding-bottom: 0;
}

.no-mb {
    margin-bottom: 0 !important;
}

.row {
    margin-bottom: 15px;
}

.row:last-child {
    margin-bottom: 0;
}

/*overlay*/
.overlay {
    background: #E4EAFF;;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    color: #ffffff;
}

.chip.chip-outline.color-green {
    border-color: #E4EAFF;;
}

.account-status-info {
    margin: 1rem;
    min-height: 66vh;
}

.account-status-info.m-0 .toolbar-inner {
    padding: 0;
    height: 44px;
    line-height: 44px;
}

/*divider line*/
.divider-line-half {
    background: #cedbc7;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    display: flex;
}

.divider-line-half.line-search {
    margin-top: 12px;
}

.divider-line-full {
    background: #cedbc7;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    display: flex;
}

/*divider space for content*/
.divider-space-content {
    margin: 10px 0;
    display: flex;
}

/*divider space for text*/
.divider-space-text {
    margin: 5px 0;
    display: flex;
}

/*product info*/
.title-product {
    margin-bottom: 10px;
}

.price {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.location {
    color: #dadada;
    font-size: 12px;
    font-weight: 500;
}

.location i {
    margin-right: 5px;
}

.date {
    font-size: 11px;
    color: #999;
}

/*rate product*/
.rate-product {
    margin-bottom: 4px;
}

.rate-product li {
    display: inline-block;
    font-size: 9px;
}

.rate-product li i {
    color: orange;
}

/*toolbar & tabbar home*/
.ios .toolbar {
    background: rgba(0, 117, 255, 1);
    box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.11);
}

.ios .toolbar::before {
    display: none;
}

.ios .toolbar.tabbar-labels a.tab-link {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #dadada;
}

.ios .toolbar.tabbar-labels a.tab-link.tab-link-active {
    color: black;
}

/*button default*/
.button {
    background: black;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    height: 30px;
    line-height: 29px;
    font-size: 13px;
    font-weight: 500;
    border: 0;
}

.button i {
    margin-right: 10px;
}

.button.primary-button:focus {
    background: black !important;
    color: #fff;
    outline: 0;
}

.button.secondary-button {
    background: transparent;
    border: 1px solid black;
    color: black;
}

.button.secondary-button:focus {
    border-color: black !important;
    outline: 0;
}

/*navbar*/
.navbar {
    /*background: linear-gradient(rgba(0, 51, 112, 1), rgba(22, 31, 44, 1));*/
}

.navbar .navbar-inner {
    padding-left: 12px;
    padding-right: 12px;
    /*padding-top: 8px;*/
}

.navbar .nav-account-seller {
    padding-top: 0 !important;
}

.navbar .navbar-inner .title {
    font-size: 1.2rem;
    color: rgba(0, 117, 255, 1);
}

.navbar .navbar-inner .right a {
    color: rgba(0, 117, 255, 1);
}

.navbar .navbar-inner .right a:active {
    color: #c4e7ae !important;
}

.navbar .nav-product-detail a i {
    color: black;
}

.navbar .right a + a {
    margin-left: 15px;
}

.navbar .right a .confirm-changes {
    color: black;
}

.navbar::after {
    /*background: #c4e7ae !important;*/
    /*transform: none !important;*/
}

/*navbar page*/
.navbar-page {
    box-shadow: 0 6px 15px -5px rgba(0, 0, 0, 0.09) !important;
}

.navbar-page .navbar-inner .right a + a {
    margin-left: 5px !important;
}

.navbar-page::after {
    background: transparent !important;
}

/*navbar home*/
.navbar-home .navbar-inner .title {
    width: 100%;
    text-align: left;
}

.navbar-home .navbar-inner .title h2 {
    font-size: 18px;
    font-weight: 700;
}

.navbar-home .navbar-inner .right a {
    position: relative;
}

.navbar-home .navbar-inner .right a span {
    display: inline-block;
    background: black;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-home::after {
    background: transparent !important;
}

.navbar::before {
    /*height: 5px;*/
    /*border-bottom: 1px solid #555;*/
    /*background: #c4e7ae;*/
}

/*sidebar or panel*/
.ios .panel-backdrop {
    background: rgba(0, 0, 0, 0.3);
}

.ios .panel {
    overflow-y: scroll;
    overflow-x: hidden;
    background: #cedbc7;
}

.sidebar .item-content .item-media i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: black;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
}

.sidebar .item-content .item-inner .item-title {
    font-size: 14px;
    font-weight: 500;
}

.sidebar .accordion-list .accordion-item.accordion-item-opened .accordion-item-content {
    border-bottom: 1px solid #cedbc7;
    margin: 0 12px;
}

.sidebar .accordion-list .accordion-item .accordion-item-content {
    margin: 0 12px;
}

.sidebar .accordion-list .accordion-item .accordion-item-content a {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.sidebar .accordion-list .accordion-item .accordion-item-content a:last-child {
    margin-bottom: 0;
}

.sidebar .accordion-list .accordion-item .accordion-item-content a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: black;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}

/*swiper pagination*/
.swiper-container {
    border-radius: 12px;
}

.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}

.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
}

/*--- HOME ---*/
/*slider*/
.slider {
    margin-top: 69px;
}

.slider .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: left;
    padding-left: 10px;
}

.slider .swiper-slide img {
    width: 100%;
    border-radius: 12px;
}

/*categories*/
.categories .row:last-child {
    margin-bottom: 0;
}

.categories .content {
    text-align: center;
}

.categories .content .icon {
    background: #40434a;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    line-height: 57px;
    margin: 0 auto;
    margin-bottom: 5px;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.15);
}

.categories .content .icon i {
    font-size: 21px;
    color: black;
}

.categories .content span {
    font-size: 10px;
}

/*flash sale*/
.flash-sale {
    position: relative;
    padding-top: 22px;
}

.flash-sale::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0% 0% 100% 100%/0% 57% 90% 90%;
    z-index: -1000;
    width: 100%;
    height: 50%;
    background: url(../images/bg-flash-sale.png);
    background-size: cover;
    background-position: center 22%;
}

.flash-sale .swiper-container {
    padding-bottom: 25px;
}

.flash-sale .flash-s-title {
    text-align: center;
    margin-bottom: 0;
}

.flash-sale .flash-s-title h3 {
    margin-bottom: 15px;
    color: #fff;
}

.flash-sale .swiper-slide {
    width: 35%;
}

.flash-sale .swiper-slide .content {
    background: #40434a;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

.flash-sale .swiper-slide .content .product-mark-discount {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffd405;
    border-radius: 12px 0;
    text-align: center;
    color: black;
    padding: 6px;
}

.flash-sale .swiper-slide .content .product-mark-discount li {
    font-weight: 700;
}

.flash-sale .swiper-slide .content .product-mark-discount li:last-child {
    font-size: 9px;
    font-weight: 400;
}

.flash-sale .swiper-slide .content img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.flash-sale .swiper-slide .content .text {
    padding: 15px;
}

.flash-sale .swiper-slide .content .text p {
    color: black;
    font-weight: 700;
    font-size: 14px;
}

.flash-sale .swiper-slide .content .text p span {
    color: #dadada;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
}

.flash-sale .swiper-slide .content .text p span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: #dadada;
    height: 1px;
    width: 100%;
}

/*popular product*/
.popular-product.segments-bottom {
    padding-bottom: 23px;
}

.popular-product .swiper-container {
    padding-bottom: 30px;
}

.popular-product .swiper-container > .swiper-pagination-bullets {
    bottom: 0;
}

.popular-product .content {
    background: #40434a;
    border-radius: 12px;
}

.popular-product .content img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.popular-product .content .text {
    padding: 10px;
}

/*recommended*/
/*product*/
.product .row:last-child {
    margin-bottom: 0;
}

.product .content {
    background: #93ACD3;
    border-radius: 12px;
    position: relative;
}

.product .content img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.product .content .text {
    padding: 10px;
}

/*--- SEARCH ---*/
.search {
    padding-top: 64px;
}

.search .title-search-category {
    margin-bottom: 10px;
}

.search .title-search-category span {
    color: #dadada;
    font-size: 11px;
}

.search .title-search-category span a {
    float: right;
    color: black;
    font-size: 12px;
    font-weight: 500;
}

.navbar .two-row {
    font-size: 12px;
    display: table;
    color: rgba(0, 117, 255, 1);
    text-align: center;
}

.navbar .two-row.left {
    text-align: left !important;
    left: 1rem;
}

.navbar .two-row.left > span {
    text-align: center !important;
}

.navbar .two-row > span,
.navbar .two-row > time,
.navbar .two-row > strong {
    display: table-row;
}

.search .recent-search ul li {
    margin-bottom: 10px;
    font-size: 13px;
}

.search .recent-search ul li i {
    margin-right: 10px;
    font-size: 14px;
}

.search .recent-search ul li:last-child {
    margin-bottom: 0;
}

.search .popular-search ul li {
    display: inline-block;
    border: 1px solid #40434a;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 0 7px 7px 0;
}

/*--- OFFICIAL BRAND ---*/
.official-brand .slider-brand {
    margin-top: 25px;
}

.official-brand .slider-brand .swiper-slide img {
    width: 100%;
    border-radius: 12px;
}

.official-brand .popular-brand .content {
    border: 1px solid #40434a;
    border-radius: 12px;
    padding: 8px;
    background: #40434a;
}

.official-brand .popular-brand .content img {
    width: 100%;
}

.official-brand .brand-promo .content {
    position: relative;
}

.official-brand .brand-promo .content .product-mark-discount {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffd405;
    border-radius: 12px 0;
    text-align: center;
    color: black;
    padding: 6px;
}

.official-brand .brand-promo .content .product-mark-discount li {
    font-weight: 700;
}

.official-brand .brand-promo .content .product-mark-discount li:last-child {
    font-size: 9px;
    font-weight: 400;
}

.result-list .list ul {
    background: transparent;
}

.game-rates .list ul {
    background: #fff;
    color: #000;
}

.game-rates .list .item-content {
    padding-left: 0;
    background-color: #E4EAFF;;
}

.game-rates .list .item-content .item-inner {
    padding-left: 1rem;
    font-weight: bolder;
}

.game-rates .list .item-content .item-inner .item-title {
    color: #000000;
    font-size: 17px;
}

.game-rates .list .item-content .item-after {
    color: #000000;
    font-size: 14px;
}

.result-list .list ul li {
    height: var(--f7-navbar-height);
}

.result-list .list ul li:nth-child(even) {
    background: transparent;
}

.result-list .list ul li:nth-child(odd) {
    background: rgba(228, 234, 255, 1);

}


div.result-list div.list ul li.even {
    background: transparent !important;
}


div.result-list div.list ul li.odd {
    background: #E4EAFF; !important;
    color: #ffffff;
}

.result-list .list ul li > a.item-content {
    display: inline-block;
    width: 100%;
}

.result-list .list ul li .item-content .item-inner::after {
    display: none;
}

.result-list .list .item-after {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

.result-list .list .item-after {
    margin: 0 auto;
}

/*--- SHOPPING CART ---*/
/*cart*/
.cart .name-store {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.cart .name-store img {
    float: left;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
    height: 100%;
}

.cart .name-store .title-store {
    overflow: hidden;
    position: relative;
    top: 8px;
}

.cart .row:last-child {
    margin-bottom: 15px;
}

.cart .content-checkbox .checkbox input[type=checkbox]:checked ~ i {
    background: black;
    border-color: black;
}

.cart .content-checkbox .checkbox .icon-checkbox {
    width: 18px;
    height: 18px;
    border-color: #dadada;
}

.cart .content-checkbox .checkbox .icon-checkbox::after {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.cart .content-cart {
    background: #40434a;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.cart .content-cart img {
    float: left;
    width: 70px;
    height: 100%;
    border-radius: 12px 0 0 12px;
}

.cart .content-cart .product-info {
    overflow: hidden;
    padding: 10px;
}

.cart .content-cart .product-info .price {
    margin-bottom: 0;
}

.cart .content-cart .number-goods {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cart .wrap-total-cart .row {
    margin-bottom: 0;
}

.cart .wrap-total-cart .content-total p {
    font-size: 11px;
    margin-bottom: 5px;
}

.cart .wrap-total-cart .content-total h6 {
    color: black;
    font-weight: 700;
}

.cart .wrap-total-cart .content-button .button {
    position: relative;
    top: 3px;
}

.checkbox input[type=checkbox]:checked ~ i {
    background: black;
    border-color: black;
}

.stepper {
    border-radius: 12px;
    height: 20px;
    display: flex;
}

.stepper .stepper-button-minus {
    border-radius: 12px 0 0;
    border: 0;
    background: #cedbc7;
    width: 25px;
}

.stepper .stepper-button-minus::after {
    width: 10px;
    height: 2px;
    background: #999;
}

.stepper .stepper-input-wrap {
    border: 0;
}

.stepper .stepper-input-wrap input {
    color: black;
    font-size: 13px;
    font-weight: 500;
    width: 30px;
}

.stepper .stepper-button-plus {
    border-radius: 0 0 12px 0;
    border: 0;
    background: #cedbc7;
    width: 25px;
}

.stepper .stepper-button-plus::before {
    height: 10px !important;
    height: 2px;
    background: #999;
}

.stepper .stepper-button-plus::after {
    width: 10px;
    height: 2px;
    background: #999;
}

/*--- ACCOUNT ---*/
/*account buyer*/
.account-buyer .header-account {
    padding: 20px 12px;
    background: #40434a;
    border-radius: 12px;
    display: flex;
}

.account-buyer .header-account img {
    float: left;
    width: 50px;
    height: 100%;
    border-radius: 50%;
    margin-right: 10px;
}

.account-buyer .header-account .title-name {
    overflow: hidden;
}

.account-buyer .header-account .title-name h5 {
    margin-bottom: 5px;
}

.account-buyer .header-account .title-name p i {
    margin-right: 10px;
}

.account-buyer .info-balance {
    padding: 10px;
    border-radius: 12px;
    background: #40434a;
}

.account-buyer .info-balance .content-text p {
    font-size: 11px;
    margin-bottom: 5px;
}

.account-buyer .info-balance .content-text h5 {
    font-weight: 700;
    color: black;
}

.account-buyer .info-balance .content-button .button {
    position: relative;
    top: 6px;
}

.account-buyer .account-menu .list ul li:last-child .item-content .item-inner .item-title {
    position: relative;
    top: 5px;
}

.account-buyer .account-menu .item-content .item-media i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: black;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
}

/*account seller*/
.navbar .nav-account-seller .right .link i {
    position: relative;
    left: 6px;
}

.account-seller .header-account {
    position: relative;
    margin: 1rem;
    padding: 1rem;
    height: 50px;
}

.account-seller .header-account img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-seller .header-account .user-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    right: 12px;
}

.account-seller .header-account .user-caption img {
    float: left;
    width: 50px;
    height: 100%;
    border-radius: 50%;
    margin-right: 10px;
}

.account-seller .header-account .user-caption .title-name {
    overflow: hidden;
    color: #fff;
}

.account-seller .header-account .user-caption .title-name h5 {
    color: #fff;
    margin-bottom: 5px;
}

.account-seller .header-account .user-caption .title-name .date {
    margin-bottom: 5px;
    color: #dadada;
}

.account-seller .header-account .user-caption .title-name .total-followers {
    font-weight: 500;
    margin-bottom: 5px;
}

.account-seller .header-account .user-caption .title-name p {
    line-height: 2rem;
}

.account-seller .header-account .user-caption .title-name p i {
    margin-right: 10px;
}

.account-seller .header-account .user-button .secondary-button {
    color: #fff;
    border-color: #fff;
}

.account-seller .header-account .header-account-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.account-seller .header-account .header-account-wrapper .user-button .primary-button {
    margin-bottom: 10px;
}

.account-seller .account-status-info .toolbar {
    box-shadow: none;
    border-bottom: 1px solid #40434a;
}

.account-seller .account-status-info .toolbar .toolbar-inner .tab-link {
    font-size: 14px;
    color: rgba(0, 117, 255, 1);
}

.account-seller .account-status-info .toolbar .toolbar-inner .tab-link.tab-link-active {
    color:#ffffff;
}

.account-seller .account-status-info .category-product-account .content {
    margin-bottom: 15px;
    display: flex;
}

.account-seller .account-status-info .category-product-account .content:last-child {
    margin-bottom: 0;
}

.account-seller .account-status-info .category-product-account .content i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #cedbc7;
    border-radius: 12px;
    font-size: 24px;
    color: black;
    float: left;
    margin-right: 10px;
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.15);
}

.account-seller .account-status-info .category-product-account .content .content-title {
    overflow: hidden;
}

.account-seller .account-status-info .category-product-account .content .content-title h5 {
    font-size: 14px;
    margin-bottom: 3px;
}

.account-seller .account-status-info .store-info .wrap-info-details ul li {
    margin-bottom: 10px;
    color: #dcdcdc;
}

.account-seller .account-status-info .store-info .wrap-info-details ul li i {
    margin-right: 10px;
}

.account-seller .account-status-info .store-info .wrap-info-details ul li span {
    margin-left: 5px;
    color: black;
    font-weight: 500;
}

.account-seller .account-status-info .store-info .wrap-info-details ul li:last-child {
    margin-bottom: 0;
}

.account-seller .account-status-info .store-info .wrap-review .all-rating ul li {
    display: inline-block;
}

.account-seller .account-status-info .store-info .wrap-review .all-rating ul li i {
    font-size: 12px;
    color: orange;
}

.account-seller .account-status-info .store-info .wrap-review .all-rating ul li.rating-total {
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}

.account-seller .account-status-info .store-info .wrap-review .all-rating ul li.rating-total span {
    font-size: 12px;
    color: #dadada;
    font-weight: 400;
}

.account-seller .account-status-info .store-info .wrap-review .all-rating ul li:last-child {
    float: right;
}

.account-seller .account-status-info .store-info .wrap-review .all-rating ul li:last-child a {
    font-weight: 700;
    color: black;
}

.account-seller .account-status-info .store-info .wrap-review .discussion {
    margin-top: 10px;
}

.account-seller .account-status-info .store-info .wrap-review .discussion p {
    font-weight: 500;
    color: #dcdcdc;
}

.account-seller .account-status-info .store-info .wrap-review .discussion p a {
    float: right;
    font-weight: 700;
    color: black;
}

.account-seller .account-status-info .store-info .wrap-shipping .content img {
    width: 100%;
}

/*list*/
.list {
    margin: 0;
}

.list ul::before {
    background: #E4EAFF;;
}

.list ul::after {
    /*background: #cedbc7;*/
    /*transform: none;*/
}

.list .item-link {
    color: #dcdcdc;
}

.list .item-link.active-state {
    background: #cedbc7;
}

.list .item-link.active-state .item-inner::after {
    background: #cedbc7 !important;
}

.list .item-content {
    padding-left: 12px;
}

.list .item-content .item-media + .item-inner {
    margin-left: 12px;
}

.list .item-content .item-inner .item-title {
    font-size: 1rem;
    color: #000000;
}

.ul.text-black > .row > .col-45,
.ul.text-black > .row > .col-55,
.ul.text-black > .row > .col-100 {
    color: #0075FF;
}

.list li:nth-child(even) .item-content .item-inner .item-title {
    color: #003370;
}

.list li:nth-child(even) .item-content .item-inner .item-after {
    color: #000000 !important;
}

.list .item-content .item-inner .item-subtitle {
    font-size: 12px;
    color: #dadada;
}

.list .item-content .item-inner::after {
    /*background: #cedbc7;*/
    transform: none;
}

.kerala-faq ul {
    background: #f6f6f6;
}

.page-pick3 .kerala-faq.faq.segments,
.page-pick3 .tabs.segments,
.page-pick3 .accordion-item-content .segments {
    /*background: #ecf2f2 !important;*/
}

.kerala-faq h4 {
    text-align: center !important;
    color: #000;
    font-weight: 700;
}

.kerala-faq table td {
    text-align: center !important;
    border: 1px solid white;
    font-weight: 500;
}

.kerala-faq table th {
    text-align: center !important;
    border: 1px solid white;
    font-weight: 500;
    background: #b3b3b3 !important;
    color: white !important;
}

.kerala-faq .list ul::before,
.kerala-faq .list ul::after {
    background: transparent;
}

.kerala-faq .list .item-content .item-inner::after {
    background: #eee;
}

.accordion-item {
    background: rgba(228, 234, 255, 1);
    color: #003370;
}

.kerala-faq.faq .list .accordion-item-content {
    padding-left: 0;
    color: #4A4A4A !important;
    /*background-color: #e0e0e0;*/
}

.kerala-faq.faq .list .accordion-item-content h4 {
    color: #0075FF !important;
    padding: 0.5rem 0;
}

.kerala-faq .list .item-content {
    padding-left: 0;
}

.kerala-faq .list .item-title {
    padding-left: 12px;
}

.kerala-faq .list .item-content .item-inner .item-title {
    color: #003370;
}

/*categories details*/
.categories-details .swiper-slide img {
    width: 100%;
    border-radius: 12px;
}

.categories-details .sub-categories.segments {
    padding-bottom: 20px;
}

.categories-details .sub-categories .content {
    text-align: center;
}

.categories-details .sub-categories .content .icon {
    background: #cedbc7;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 5px;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.15);
}

.categories-details .sub-categories .content .icon i {
    font-size: 16px;
    width: 33px;
    height: 33px;
    line-height: 32px;
    color: #fff;
    background: black;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 0;
}

.categories-details .sub-categories .content span {
    font-size: 10px;
}

.categories-details .popular-new-product .swiper-container {
    padding-bottom: 25px;
}

.categories-details .popular-new-product .swiper-container .swiper-slide {
    width: 35%;
}

.categories-details .popular-new-product .swiper-container .swiper-slide .content {
    background: #cedbc7;
    border-radius: 12px;
    position: relative;
}

.categories-details .popular-new-product .swiper-container .swiper-slide .content .product-mark-new {
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    border-radius: 12px 0;
    text-align: center;
    color: #fff;
    padding: 6px;
}

.categories-details .popular-new-product .swiper-container .swiper-slide .content .product-mark-new span {
    font-size: 9px;
    font-weight: 500;
}

.categories-details .popular-new-product .swiper-container .swiper-slide .content img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.categories-details .popular-new-product .swiper-container .swiper-slide .content .text {
    padding: 10px;
}

/*recommended for you*/
.recommended-you .swiper-container {
    padding-bottom: 25px;
}

.recommended-you .swiper-container .swiper-slide {
    width: 35%;
}

.recommended-you .swiper-container .swiper-slide .content {
    background: #cedbc7;
    border-radius: 12px;
}

.recommended-you .swiper-container .swiper-slide .content img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.recommended-you .swiper-container .swiper-slide .content .text {
    padding: 10px;
}

/*all categories*/
.all-categories .content {
    text-align: center;
}

.all-categories .content i {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #40434a;
    color: black;
    font-size: 36px;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.15);
}

.all-categories .content p {
    font-weight: 500;
}

/*wrap space content*/
.wrap-c-margin {
    margin: 12px 0;
}

.wrap-c-padding {
    margin: 10px 0;
}

/*product details*/
.product-details.segments {
    padding-bottom: 50px;
}

.product-details .swiper-slide .content img {
    width: 100%;
    border-radius: 12px;
}

.product-details .wrapper-content .wrap-title-product h4 {
    margin-bottom: 5px;
    font-weight: 400;
}

.product-details .wrapper-content .freeship p {
    color: #dcdcdc;
    background: #ffd405;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
}

.product-details .wrapper-content .freeship p i {
    margin-right: 5px;
}

.product-details .wrapper-content .wrap-info {
    margin-top: 15px;
}

.product-details .wrapper-content .wrap-info .list .item-content {
    padding-left: 0;
}

.product-details .wrapper-content .wrap-info .list .item-content .item-inner::before {
    margin-top: -12px;
}

.product-details .wrapper-content .wrap-info .list .item-content .item-row {
    font-size: 13px;
}

.product-details .wrapper-content .wrap-info .list .item-content .item-row .item-cell:first-child {
    color: #dadada;
}

.product-details .wrap-store {
    background: #40434a;
    padding: 15px 0;
}

.product-details .wrap-store .user-caption img {
    width: 40px;
    height: 100%;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.product-details .wrap-store .user-caption .title-name {
    overflow: hidden;
}

.product-details .wrap-store .user-caption .title-name h4 {
    margin-bottom: 1px;
}

.product-details .wrap-store .user-caption .title-name .date {
    margin-bottom: 5px;
}

.product-details .wrap-store .user-button .primary-button {
    margin-bottom: 10px;
}

.product-details .wrap-store .user-button .secondary-button {
    font-size: 11px;
}

/*product reviews*/
.product-review.segments {
    padding-bottom: 0;
    padding-top: 23px;
}

.product-review .content img {
    width: 28px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.product-review .content .text {
    overflow: hidden;
    position: relative;
}

.product-review .content .text .date {
    position: absolute;
    top: 0;
    right: 20px;
}

.product-review .content .text .like-button {
    position: absolute;
    top: 0;
    right: 0;
}

.view-all-review {
    margin-top: 15px;
    text-align: center;
}

.view-all-review a {
    font-weight: 700;
    color: black;
}

/*info product sheet modal*/
.sheet-modal {
    background: #cedbc7;
}

.sheet-modal .toolbar .left {
    font-size: 14px;
    font-weight: 500;
}

.sheet-modal .toolbar .right a i {
    color: black;
}

.sheet-modal .sheet-modal-inner.segments {
    padding: 15px 0 20px;
}

.sheet-modal.specification-sheet .sheet-modal-inner ul li {
    font-size: 13px;
    margin-bottom: 10px;
}

.sheet-modal.specification-sheet .sheet-modal-inner ul li:last-child {
    margin-bottom: 0;
}

.sheet-modal.specification-sheet .sheet-modal-inner ul li span {
    float: right;
    color: #dcdcdc;
}

.sheet-modal.choose-variant-sheet .sheet-modal-inner ul li:first-child {
    overflow: hidden;
    margin-bottom: 15px;
}

.sheet-modal.choose-variant-sheet .sheet-modal-inner ul li:first-child .coloro {
    float: right;
    display: flex;
}

.sheet-modal.choose-variant-sheet .sheet-modal-inner ul li:first-child .coloro li {
    display: inline-block;
    margin-left: 10px;
}

.sheet-modal.choose-variant-sheet .sheet-modal-inner ul li:first-child .coloro li:first-child {
    margin-left: 0;
    margin-bottom: 0;
}

.sheet-modal.choose-variant-sheet .sheet-modal-inner .select-color {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.sheet-modal.choose-variant-sheet .sheet-modal-inner .select-color.bg-black {
    background: #333;
}

.sheet-modal.choose-variant-sheet .sheet-modal-inner .select-color.bg-gold {
    background: #db8e29;
}

.sheet-modal.choose-variant-sheet .sheet-modal-inner .select-color.bg-blue {
    background: #212ee3;
}

.sheet-modal:not(.sheet-modal-top)::before {
    display: none;
}

/*action product details*/
.wrap-action-product-d {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 0 0;
    border-top: 1px solid #eee;
    z-index: 99;
    background: #cedbc7;
    height: 40px;
    box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.11);
}

.wrap-action-product-d .content-message {
    text-align: center;
}

.wrap-action-product-d .content-message i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #cedbc7;
    border-radius: 12px;
    font-size: 14px;
    color: black;
    vertical-align: top;
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.15);
}

/*related products*/
.related-products.segments {
    padding-top: 23px;
}

.related-products .swiper-container {
    padding-bottom: 25px;
}

.related-products .swiper-slide {
    width: 37%;
}

.related-products .swiper-slide .content {
    background: #cedbc7;
    border-radius: 12px;
    position: relative;
}

.related-products .swiper-slide .content img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.related-products .swiper-slide .content .text {
    padding: 10px;
}

/*subnavbar*/
.subnavbar {
    background: #cedbc7;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.03);
}

.subnavbar:before,
.subnavbar:after {
    display: none;
}

.subnavbar .subnavbar-inner {
    padding: 0 12px;
}

/*all reviws*/
.all-rating ul li {
    display: inline-block;
}

.all-rating ul li i {
    font-size: 12px;
    color: orange;
}

.all-rating ul li.rating-total {
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}

.all-rating ul li.rating-total span {
    font-size: 12px;
    color: #dadada;
    font-weight: 400;
}

.all-reviews.segments {
    padding-bottom: 25px;
}

/*form*/
form.list ul {
    background: #cedbc7;
}

form.list ul .item-content {
    padding-left: 0;
}

form.list ul .item-content .item-inner {
    padding: 0;
}

form.list ul .item-content .item-inner .item-input-wrap {
    margin-top: 0;
    margin-bottom: 10px;
}

form.list ul .item-content .item-inner .item-input-wrap input {
    font-size: 13px;
    border: 1px solid #999;
    background: transparent;
    border-radius: 5px;
    padding: 0 10px;
    height: 34px;
    color: #dadada;
    transition: all 0.2s ease;
}

form.list ul .item-content .item-inner .item-input-wrap input:focus {
    border-color: black;
}

form.list ul .item-content .item-inner .item-input-wrap textarea {
    font-size: 13px;
    border: 1px solid #999;
    background: transparent;
    border-radius: 5px;
    padding: 5px 10px 0;
    color: #dadada;
    transition: all 0.2s ease;
}

form.list ul .item-content .item-inner .item-input-wrap textarea:focus {
    border-color: black;
}

form.list ul .item-content .item-inner .item-input-wrap select {
    font-size: 13px;
    border: 1px solid #999;
    background: transparent;
    border-radius: 5px;
    padding: 0 10px;
    height: 34px;
    color: #dadada;
    transition: all 0.2s ease;
}

form.list ul .item-content .item-inner .item-input-wrap select:focus {
    border-color: black;
}

form.list ul .item-content .item-inner::after {
    display: none;
}

form.list ul::before,
form.list ul::after {
    display: none;
}

/*settings*/
.settings .list .item-content .item-media i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: black;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
}

.settings .list .item-content .item-inner .item-title {
    font-size: 14px;
    font-weight: 500;
    color: #dcdcdc;
}

.settings .list .smart-select .item-after {
    font-size: 14px;
}

.ios .icon-radio::after {
    color: black;
}

/*edit profile*/
.edit-profile .photo-edit img {
    width: 50px;
    height: 100%;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.edit-profile .photo-edit .side-content {
    overflow: hidden;
}

.edit-profile .photo-edit .side-content input {
    display: none;
}

.edit-profile .photo-edit .side-content .button {
    width: auto;
    margin-top: 5px;
}

.edit-profile .banner-edit input {
    display: none;
}

.edit-profile .banner-edit .button {
    width: auto;
    margin-top: 5px;
}

.edit-profile .banner-edit img {
    width: 100%;
    margin-top: 10px;
}

/*notification settings*/
.notification-settings .list .item-content .item-inner .item-title {
    font-size: 13px;
    color: #dadada;
}

.ios .item-after .toggle {
    height: 22px;
    width: 46px;
}

.ios .item-after .toggle .toggle-icon {
    height: 22px;
    width: 46px;
}

.ios .item-after .toggle .toggle-icon::before {
    height: 18px;
    width: 42px;
}

.ios .item-after .toggle .toggle-icon::after {
    width: 18px;
    height: 18px;
}

.ios .item-after .toggle input[type=checkbox]:checked + .toggle-icon {
    background: black;
}

.ios .item-after .toggle input[type=checkbox]:checked + .toggle-icon::after {
    transform: translateX(calc(50px - 26px));
}

/*email settings*/
.email-settings .content h6 {
    margin-bottom: 10px;
}

.email-settings .content h6 span {
    font-size: 11px;
    background: #cedbc7;
    border-radius: 3px;
    color: black;
    padding: 1px 5px;
    margin-left: 5px;
}

.email-settings .content h6 span i {
    margin-right: 5px;
}

.email-settings .content h6 a {
    float: right;
    color: black;
    font-size: 12px;
}

.email-settings .content p {
    font-size: 13px;
    color: #dcdcdc;
}

/*faq*/
.faq .list .item-content .item-media i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: black;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
}

.faq .list .item-content .item-inner .item-title {
    font-weight: 500;
}

.faq .list .accordion-item-content {
    font-size: 13px;
    padding-left: 42px;
}

.faq .list .accordion-item-content a {
    display: block;
    margin-bottom: 10px;
}

.faq .list .accordion-item-content a:last-child {
    margin-bottom: 0;
}

/*searchbar*/
.ios .searchbar {
    background: #cedbc7;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.03);
}

.ios .searchbar .searchbar-input-wrap input {
    font-size: 13px;
    background: #cedbc7;
}

.ios .searchbar:before,
.ios .searchbar:after {
    display: none;
}

.ios .searchbar .searchbar-disable-button {
    color: black;
    font-size: 14px;
}

/*wishlist*/
.wishlist .product .content {
    position: relative;
}

.wishlist .product .content .love-button {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    border-radius: 0 12px;
    color: #fff;
    padding: 8px;
}

.wishlist .product .content .love-button i {
    font-size: 15px;
}

/*blog*/
.blog .content {
    background: #E4EAFF;;
    border-radius: 12px;
    position: relative;
    color: #000;
    border: 1px solid #4db177;
}

.blog .content .blog-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: black;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.2);
}

.blog .content img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.blog .content .text {
    padding: 10px;
}

.blog .content .text h5 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}

.blog .content .text .date {
    margin-bottom: 10px;
    text-align: right;
}

.navbar a.link.back .fas.fa-arrow-left {
    border: 1px solid rgba(0, 117, 255, 1);
    border-radius: 16px;
    padding: 4px;
}

.navbar a.link.back .fas.fa-arrow-left:before {
    color: rgba(0, 117, 255, 1);
}

.wrap-blog-action {
    border-top: 1px solid #cedbc7;
    padding: 10px 0 5px 0;
    font-weight: bold;
    color: #4db177;
}

.wrap-blog-action > a {
    font-weight: bold;
    color: #4db177;
    float: right;
    font-size: 20px;
    line-height: 16px;
}

.blog .content .text .wrap-blog-action ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog .content .text .wrap-blog-action ul li i {
    margin-right: 3px;
    color: black;
}

/*pagination*/
.pagination {
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    margin: 0 13px;
    font-size: 13px;
    font-weight: 500;
}

.pagination ul li a {
    color: #dadada;
}

.pagination ul li.pagination-active {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: black;
    text-align: center;
    border-radius: 50%;
}

.pagination ul li.pagination-active a {
    color: #fff;
}

/*blog single*/
.blog-single .content-title .blog-category {
    margin-bottom: 10px;
}

.blog-single .content-title .blog-category span {
    background: black;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.blog-single .content-title h5 {
    margin-bottom: 10px;
}

.blog-single .content-title ul li {
    display: inline-block;
}

.blog-single .content-title ul li:last-child {
    float: right;
    font-weight: 500;
}

.blog-single .content-title ul li:last-child span {
    color: black;
    margin-left: 2px;
}

.blog-single .content-image img {
    width: 100%;
}

.content-desc {
    padding: 0 1em 2em 1em;
}

.blog-single .content-desc .see-too {
    margin: 15px 0 10px;
}

.blog-single .content-desc .see-too p {
    font-weight: 500;
    color: #dadada;
    margin-bottom: 6px;
}

.blog-single .content-desc .see-too a h6 {
    color: black;
}

.blog-single .content-tags ul li {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
}

.blog-single .content-tags ul li a {
    color: black;
}

.blog-single .content-tags ul li:first-child {
    color: #dadada;
}

.blog-single .content-tags ul li:last-child {
    margin-bottom: 0;
}

.blog-single .comment-people .content img {
    float: left;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-single .comment-people .content .text {
    overflow: hidden;
}

.blog-single .comment-people .content .text h6,
.blog-single .comment-people .content .text .date {
    margin-bottom: 5px;
}

.blog-single .comment-people .view-all-comment {
    margin-top: 15px;
    text-align: center;
}

.blog-single .comment-people .view-all-comment a {
    font-weight: 700;
    color: black;
}

/*notification*/
.notifi .content img {
    width: 40px;
    height: 100%;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.notifi .content .text {
    overflow: hidden;
}

.notifi .content .text h6 {
    margin-bottom: 5px;
}

.notifi .content .text h6 span {
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    color: black;
    font-weight: 500;
}

/*checkout*/
.checkout .wrap-info-checkout h6 {
    margin-bottom: 5px;
}

.checkout .wrap-info-checkout h6 a {
    float: right;
    color: black;
    font-size: 12px;
}

.checkout .content-cart {
    margin-bottom: 15px;
}

.checkout .content-cart:last-child {
    margin-bottom: 5px;
}

.checkout .wrap-total-checkout .row {
    margin-bottom: 0;
}

.checkout .wrap-total-checkout .content-total p {
    font-size: 11px;
    margin-bottom: 5px;
}

.checkout .wrap-total-checkout .content-total h6 {
    color: black;
    font-weight: 700;
}

.checkout .wrap-total-checkout .content-button .button {
    position: relative;
    top: 3px;
}

/*shipping details*/
.shipping-details .attention-information span {
    font-size: 11px;
}

.shipping-details .button-confirm .button {
    margin-top: 10px;
}

/*shipping options*/
.shipping-options .content {
    display: flex;
    margin-bottom: 15px;
}

.shipping-options .content img {
    width: 40px;
    height: 100%;
    float: left;
    margin-right: 10px;
}

.shipping-options .content .title-name {
    overflow: hidden;
}

.shipping-options .content .title-name h6 {
    font-size: 13px;
    color: #dadada;
}

/*payment method*/
.payment-method .wrap-payment-list h6 span {
    color: #999;
}

/*sign in*/
.sign-up .wrap-sign-up-with {
    text-align: center;
}

.sign-up .wrap-sign-up-with .title {
    position: relative;
    margin-bottom: 10px;
}

.sign-up .wrap-sign-up-with .title p {
    display: inline;
    background: #cedbc7;
    padding: 0 10px;
}

.sign-up .wrap-sign-up-with .title span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: #40434a;
    width: 100%;
    height: 1px;
    z-index: -1;
}

.sign-up .wrap-sign-up-with .wrap-media-sign-up .content {
    background: black;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.sign-up .wrap-sign-up-with .wrap-media-sign-up .content i {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.sign-up .wrap-link-sign-up {
    text-align: center;
}

.sign-up .wrap-link-sign-up p a {
    margin-left: 5px;
    font-weight: 500;
    color: black;
}

/*sign in*/
.sign-in .list .item-content .item-inner .item-input-wrap:last-child {
    margin-bottom: 0;
}

.sign-in .wrap-link-action ul li {
    display: inline-block;
}

.sign-in .wrap-link-action ul li:last-child {
    float: right;
    position: relative;
    top: 9px;
}

.sign-in .wrap-link-action ul li:last-child a {
    font-size: 12px;
    font-weight: 500;
    color: black;
}

.sign-in .wrap-link-action .item-checkbox {
    padding-left: 0;
}

.sign-in .wrap-link-action .item-checkbox input[type=checkbox]:checked ~ i {
    background: black;
    border-color: black;
}

.sign-in .wrap-link-action .item-checkbox .icon-checkbox {
    width: 18px;
    height: 18px;
    border-color: #dadada;
    margin-right: 10px;
}

.sign-in .wrap-link-action .item-checkbox .icon-checkbox::after {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.sign-in .wrap-link-action .item-content .item-inner .item-title {
    font-size: 12px;
}

.sign-in .wrap-sign-in-with {
    text-align: center;
}

.sign-in .wrap-sign-in-with .title {
    position: relative;
    margin-bottom: 10px;
}

.sign-in .wrap-sign-in-with .title p {
    display: inline;
    background: #cedbc7;
    padding: 0 10px;
}

.sign-in .wrap-sign-in-with .title span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: #40434a;
    width: 100%;
    height: 1px;
    z-index: -1;
}

.sign-in .wrap-sign-in-with .wrap-media-sign-in .content {
    background: black;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.sign-in .wrap-sign-in-with .wrap-media-sign-in .content i {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.sign-in .wrap-link-sign-in {
    text-align: center;
}

.sign-in .wrap-link-sign-in p a {
    margin-left: 5px;
    font-weight: 500;
    color: black;
}

/*background color social media*/
.bg-facebook {
    background: #3b5999 !important;
}

.bg-twitter {
    background: #55acee !important;
}

.bg-google {
    background: #dd4b39 !important;
}

/*placeholder*/
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #888 !important;
}

/*transaction*/
.transaction .content-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.13);
}

.transaction .content-info {
    text-align: center;
}

.transaction .content-info .transaction-status {
    font-size: 9px;
}

.transaction .content-info .transaction-status i {
    color: black;
    margin-right: 3px;
}

/*tracking order*/
.tracking-order .wrap-title a {
    float: right;
    color: black;
    font-size: 12px;
    font-weight: 700;
}

.tracking-order .content span {
    display: inline-block;
    font-weight: 500;
    color: #dcdcdc;
    margin-bottom: 5px;
}

.tracking-order .content span i {
    color: black;
    margin-right: 6px;
}

.tracking-order .content-total ul li {
    margin-bottom: 5px;
    color: #dcdcdc;
}

.tracking-order .content-total ul li span {
    float: right;
    font-size: 13px;
    font-weight: 500;
}

.tracking-order .content-total ul li:last-child {
    margin-bottom: 0;
    font-weight: 500;
}

.tracking-order .content-total ul li:last-child span {
    color: black;
}

/*shipping information*/
.shipping-information .timeline {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.shipping-information .timeline .timeline-item .timeline-item-divider {
    margin-left: 0;
    margin-top: 6px;
}

.shipping-information .timeline .timeline-item .timeline-item-title {
    font-size: 14px;
    color: #dcdcdc;
}

.shipping-information .timeline .timeline-item .timeline-item-text {
    color: #dadada;
}

.shipping-information .timeline .timeline-item .timeline-item-time {
    margin-top: 5px;
}

.shipping-information .timeline .timeline-item.info-active .timeline-item-divider {
    background: black;
}

.shipping-information .timeline .timeline-item.info-active .timeline-item-title {
    color: #545550;
}

.title > a {
    color: rgba(0, 117, 255, 1);
}

/*order history*/
.order-history .content img {
    width: 100%;
    border-radius: 12px;
}

.order-history .add-action p {
    position: relative;
    top: 6px;
}

.order-history .content-right p {
    color: #dcdcdc;
}

.order-history .content-right .price {
    margin-bottom: 0;
}

.order-history .content-right .button {
    width: calc(100% - 80px);
}

.ios .dialog-inner {
    background: #E4EAFF;
    color: #0075FF;
    padding: 0;
}

.ios .dialog-inner .dialog-title {
    background:#A9CBFF;
    padding: 0.75rem 0;
}

.ios .dialog-inner .dialog-text {
    padding: 1rem 0;
}

.dialog .dialog-buttons {
    background: #E4EAFF;
    color: #0075FF;
    padding: 1rem 0;
    border-top-width: 0px;
    margin-top: -1px;
}

.ios .dialog-inner:after {
    height: 0px;
    background: #cedbc7;
    opacity: 0;
}

.dialog .dialog-buttons > span {
    max-width: 33%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2px !important;
    background: linear-gradient(rgba(255, 99, 246, 1), rgba(255, 219, 76, 1));
}

.btn-gold-rectangle {
    background: linear-gradient(rgba(255, 99, 246, 1), rgba(255, 219, 76, 1));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 10px;
    color: #ffffff !important;
}

.btn-gold-rectangle.text-left {
    padding-left: 1.3rem;
    text-align: left;
}

.btn-gold-rectangle > small {
    opacity: 0.6;
    padding-left: 0.5rem;
}

.toolbar.toolbar-bottom {
    color: #ffffff;
    height: 6rem;
}

.toolbar.toolbar-bottom .row {
    margin-bottom: 0px;
}

.toolbar.toolbar-bottom hr {
    margin: 0px;
    color: #000;
    border: 1px solid #0075FF;
}

.toolbar.toolbar-bottom .btn-gold-rectangle {
    margin-top: 5px;
    width: 90% !important;
}

button:hover,
button:active {
    opacity: 0.75;
}

.toolbar.toolbar-bottom .row .col-50 {
    padding: 0.3rem;
    color: #ffffff;
}

.toolbar.toolbar-bottom .row .col-45 {
    padding: 0.5rem;
    font-size: 1rem;
    color: #ffffff;
}

.price_total {
    font-size: 20px;
    font-weight: 700;
}

.toolbar.toolbar-bottom .row .col-50:last-child {
    text-align: right;
}

.btn-gold-rectangle .fa-shopping-cart {
    position: absolute;
    margin-top: 10px;
    margin-left: -1rem;
}

.btn-gold > img {
    margin: 0 auto;
    padding-top: 12.5%;
}

.btn-gold > * {
    color: #cedbc7;
}

.daily-lottery > img {
    max-width: 100%;
}

.content-shadow-product .btn-gold {
    min-height: 114px;
    /*background-image: url("/images/btn-gold-sq.png");*/
    background-size: 100% 100%;
    display: block;
}

.content-shadow-product .btn-gold .text {
    display: block;
    padding: 0;
}

.content-shadow-product .btn-gold p {
    position: absolute;
    bottom: 1rem;
    text-align: center;
    width: 100%;
}

.content.kerala-cart {
    background: #E4EAFF;
    border-radius: 12px;
}

.customize-your-tickets .content.kerala-cart {
    border-radius: 12px 12px 0 0;
}

.content.kerala-cart .text h5 {
    padding: 1rem;
    background-color: rgba(169, 203, 255, 1);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: rgba(0, 51, 112, 1);

}

.content.kerala-cart .text h5 > a {
    color: #aaa;
    float: right;
}

.content.kerala-cart .content-desc {
    padding: 1rem 0.2rem;
}

.content.kerala-cart .content-desc.pick .row {
    justify-content: flex-start;
    gap: 0.2rem;
}

.content.kerala-cart .content-desc.pick button {
    border: 1px solid #0075FF;
    color: #000000;
    background: transparent;
    border-radius: 4px;
    text-overflow: unset;
    padding: 0;
    width: calc((100% - 2.4rem) / 7);
}

.content.kerala-cart .content-desc.pick button::after {
    content: "▾";
    color: #AAA;
    font-size: 20px;
    position: absolute;
    right: 2px;
}

.content.kerala-cart .content-desc.pick div.no-border {
    border: 1px solid transparent;
    color: #000000;
    padding: 0;
    line-height: 30px;
    text-align: center;
    width: 1rem;
}

.content.kerala-cart .content-desc.list,
.content.kerala-cart .content-desc.add {
    display: flex;
    padding: 1rem 0.5rem;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(228, 234, 255, 1);
}

.content.kerala-cart .list button {
    width: auto;
    padding: 0.5rem;
    border: 1px solid rgba(0, 117, 255, 1);
    border-radius: 4px;
    color: #ffffff;
    min-width: 6.5rem;
    background: rgba(0, 117, 255, 1);
    font-weight: 700;

}

.content.kerala-cart .list button.no-border {
    border: 0 none;
    color: #000000;
    padding-right: 0.5rem;
    background: #ffffff;

}

.content.kerala-cart .list button.no-border .fa-minus {
    color: rgba(0, 117, 255, 1);
    background: rgba(169, 203, 255, 1);
    position: absolute;
    height: 2.1rem;
    width: 1.35rem;
    line-height: 2rem;
    margin-top: -0.55rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 0.15rem;
}

.content.kerala-cart .add button {
    width: auto;
    padding: 0.5rem;
    border: 1px solid black;
    border-radius: 4px;
    color: black;
    min-width: 6rem;
}

.content.kerala-cart .add button.no-border {
    border: 0 none;
    color: #000;
    padding-right: 1.5rem;
}

.content.kerala-cart .add button.no-border.disabled {
    opacity: 0.3 !important;
    position: relative; /* 确保伪元素定位正确 */
}

.content.kerala-cart .add button.no-border.disabled::before {
    content: "SOLD OUT"; /* 显示的文字内容 */
    position: absolute;
    top: 50%; /* 垂直居中 */
    left: 50%; /* 水平居中 */
    transform: translate(-50%, -50%); /* 完美居中 */
    font-size: 12px; /* 文字大小 */
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 80%;
    padding: 2px 6px; /* 内边距 */
    z-index: 1; /* 确保文字在按钮上方 */
}

.content.kerala-cart .add button.no-border.active {
    background: #bedffa !important;
    color: #fff !important;
}

.content.kerala-cart .add button.no-border .fa-minus {
    color: red;
    background-color: #aaa;
    position: absolute;
    height: 2.1rem;
    width: 1.35rem;
    line-height: 2rem;
    margin-top: -0.55rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 0.15rem;
}

.content.transaction {
    background-color: #E4EAFF;;
    border-radius: 12px;
}

.content.transaction .text h5 {
    padding: 1rem;
    background-color: #0075FF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #ffffff;
}

.content.transaction .list .item-content .item-inner::after,
.content.transaction .list ul::after {
    display: none;
}

.content.transaction .each .list ul {
    background-color: #E4EAFF;;
}

.transaction.segments > .container > .row {
    /*border: 1px solid #0075FF;*/
    border-radius: 12px;
}

.content.transaction .item-after {
    font-size: 14px !important;
}

.btn-green,
.ios a.btn-green {
    position: relative;
    display: inline-block;
    padding: 8px 6px;
    background-color: #E4EAFF;;
    color: #000000;
    border: 1px solid #0075FF;
    background: #ffffff;
    font-weight: bold;
    border-radius: 4px;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    text-align: center;
}

.page-pick3 {
    /*background-color: #ecf2f2;*/
}

.pick3-header {
    background: #E4EAFF;
    padding: 15px 0;
}

.page-pick3 .segments:first-child {
    /*background: #cedbc7;*/
}

.page-pick3 .btn-green {
    background-color: #cedbc7;
    border: 2px solid #fff;
}

.page-pick3 .btn-green:hover,
.page-pick3 .btn-green.active {

    border-image: linear-gradient(to bottom right, yellow 0%, orange 100%);
    border-image-slice: 1;
}

.btn-green:hover,
.btn-green:active,
.btn-green.active {
    /*background-image: linear-gradient(to bottom left, #E4EAFF;, #fff) !important;*/
    background-color: #FFDB4C;
    border: 1px solid #0075FF;
    color: #000000;
}

.account-seller .account-status-info .toolbar .toolbar-inner .tab-link.btn-black {
    position: relative;
    display: inline-block;
    background: rgba(228, 234, 255, 1);
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.4s;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    /*opacity: 0.5;*/
    /*border-top-left-radius: 12px;*/
    /*border-top-right-radius: 12px;*/
}

.btn-black:hover {
    background-color: transparent;
}

body > #app > .view .page .page-content {
    max-width: 100vw;
    overflow-x: hidden;
    margin-top: var(--f7-navbar-height);
    padding-top: 0;
    height: calc(100vh - var(--f7-navbar-height));
    /*overflow: auto; !* 启用滚动 *!*/
    scrollbar-width: none; /* 对于支持的浏览器隐藏滚动条 */
}

body > #app > .view .page .page-content.lottery-result {
    max-width: 100vw;
    overflow-x: hidden;
    margin-top: calc(var(--f7-navbar-height) + 61px);
    padding-top: 0;
    height: calc(100vh - (var(--f7-navbar-height) + 61px));
}

@media screen and (min-width: 641px) {
    body {
        max-width: 640px;
        margin: 0 auto;
        border-left: 1px solid black;
        border-right: 1px solid black;
    }

    body > #app > .view .page .page-content {
        max-width: 640px;
        overflow-x: hidden;
    }

    .mobileSelect .content {
        max-width: 640px;
        margin: 0 auto;
        left: calc(50% - 320px) !important;
    }

    .wheel::before {
        margin-top: calc(50% - 65px) !important;
    }
}

.toolbar.tabbar.tabbar-labels.toolbar-bottom {
    background: #310305 !important;
}

a.button {
    background: transparent;
}

.navbar-inner {
    background: linear-gradient(180deg, #D1E6FF 0%, #FFFFFF 100%);
}

.button.primary-button {
    /*border: 1px solid black;*/
}

.navbar .navbar-inner .right a.button.primary-button {
    width: 5rem;
    height: 2.5rem;
    background: linear-gradient(rgba(255, 99, 246, 1), rgba(255, 219, 76, 1));
    padding: 10px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /*box-shadow: 0px 6px 0px rgba(0.6352941393852234, 0.24705882370471954, 0.05882352963089943, 1);*/
    overflow: hidden;
    font-size: 1rem;
    color: #fff;
    /*line-height: 20px;*/
    display: flex;
}

h3 {
    color: rgba(0, 117, 255, 1);
}

.text.title {
    background: #c4e7ae;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    font-style: italic;
    color: #545550;
}

.text > p {
    text-align: center;
}

.text > p.location {
    padding-top: 8px;
}

.text > p.location > span {
    padding: 8px;
    border-radius: 12px;
}

.popular-product .content {
    border-radius: 12px;
    background: #1a472c;
    border: 0 none;
    padding-bottom: 1rem;
}

.cover-text {
    position: absolute;
    width: 100%;
    max-width: 408px;
    color: #fff;
    padding-left: 1.5vh;
}

.cover-text time {
    padding-top: 0.55vh;
    display: inline-block;
    font-weight: bolder;
}

.cover-text p {
    line-height: 4.5vh;
    padding-left: 2vh;
    font-weight: bolder;
}

.cover-text2 {
    position: absolute;
    width: 100%;
    max-width: 428px;
    color: #fff;
    padding-left: 1.5vw;
}

.cover-text2 time {
    padding-top: 0.1vh;
    display: inline-block;
    font-weight: bolder;
}

.cover-text2 p {
    line-height: 3.4vh;
    font-weight: bolder;
    text-align: center;
}

.cover-text2 strong {
    color: red;
    text-align: center;
    display: block;
    margin-left: -5vh;
    font-weight: normal;
    font-size: xx-small;
}

.logo {
    height: 40px;
    width: 80px;
}

.customize-your-tickets h5 {
    background: #FFDB4C !important;
}

.customize-your-tickets h5 > button {
    width: auto;
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid #000000 !important;
    min-width: auto !important;
    color: #000000 !important;
    margin-top: -0.4rem !important;
    float: right !important;
    background: #FFDB4C !important;
}

.customize-your-tickets h5.add {
    background: #bedffa !important;
    border-radius: 0 !important;
}

.customize-your-tickets h5.add > button {
    width: auto;
    padding: 0.5rem;
    border-radius: 4px;
    /*background: #40ab6d !important;*/
    border: 1px solid #0075FF;
    min-width: auto !important;
    color: #000000 !important;
    margin-top: -0.4rem !important;
    float: right !important;
}

.toast .toast-content {
    white-space: nowrap;
}

.customize-your-tickets .col-60 a.button {
    color: #ffffff;
    background: #0075FF !important;
    float: right;
    width: 90%;
}

.customize-your-tickets .col-40 a.button {
    color: #0075FF;
    border: 1px solid #0075FF;
    /*background: #bedffa !important;*/
}

.pick3-input {
    /*background: #fff;*/
    padding: 0.5rem;
    margin-bottom: 0 !important;
}

.pick3-input h4 {
    color: #000000 !important;
    font-weight: 900 !important;
    text-align: center !important;
}

.pick3-input input.col-33,
.pick3-input input.col-50 {
    padding: 0.5rem;
    line-height: 1.5rem;
    font-weight: 900;
    text-align: center;
    border: 1px solid #0075FF;
    border-radius: 4px;
}

.ios .dialog-buttons {
    justify-content: space-evenly !important;
}

.dialog .dialog-buttons > span {
    color: #000;
    font-weight: 900;
}

.header-account .title-name p {
    color: #000000;
    font-weight: 900;
}

.my-preloader-bg {
    position: absolute;
    z-index: 1;
    /*top: 60px;*/
    top: 0;
    width: 100vw;
    left: 0;
}

.my-preloader-bg > div {
    position: relative;
    background: #FFF;
    width: 100%;
    height: 0px;
    filter: contrast(20);
}

.my-preloader-bg .blend-area {
    width: 100%;
    height: 80px;
    filter: blur(14px);
    background: white;
    overflow: hidden;
    opacity: 0.3;
}

.my-preloader-bg .bar {
    position: absolute;
    width: 100vw;
    height: 20px;
    background: #308040;
}

.my-preloader-bg .drip {
    position: absolute;
    left: calc(50% - 12px);
    width: 24px;
    height: 100px;
    border-radius: 50%;
    background: #308040;
}

.ptr-preloader .preloader {
    margin-top: 8px !important;
}

.ios .ptr-arrow {
    color: green !important;
    margin-top: -22px !important;
    margin-left: -14px !important;
    height: 12px !important;
    padding: 2px 8px 10px 4px !important;
    border: 1px solid green !important;
    border-radius: 50% !important;
}

.account-seller .account-status-info .toolbar .toolbar-inner .tab-link.tab-link-active.btn-black {
    background: rgba(0, 117, 255, 1);
    opacity: 1;
}

.pick3-cart h5 {
    /*background-image: linear-gradient(#fff, #feefe0);*/
    color: #000000;
    line-height: 3rem;
    padding-left: 1rem;
}

.fs14 {
    font-size: 14px !important;
    line-height: 1.6rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

button.btn-green:disabled {
    background: #757575 !important;
    pointer-events: none;
    padding: 1px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 15px !important;
}

input[type=tel].col-33,
input[type=tel].col-50,
input[type=tel].col-25,
input[type=tel].col-20,
input[type=number].col-33,
input[type=number].col-50 {
    font-weight: 900 !important;
    color: #000000 !important;
    font-size: 20px;
}

button.btn-gray {
    background: gray !important;
    pointer-events: none;
    font-size: 17px;
    line-height: 1.5rem;
    height: 2.5rem;
    width: auto !important;
    white-space: nowrap;
}

button.btn-green:disabled::after {
    content: "Closed";
    color: #fff;
    display: block;
    font-size: 10px !important;
    margin-top: 0.5px;
}

.pick3-input .btn-gold-rectangle {
    color: #000;
    font-weight: 900;
    line-height: 1.5rem;
    height: 2.5rem;
    font-size: 17px;
}

.quickbuy {
    font-weight: 800;
    height: 2.2rem;
    font-size: 14px;
}

.pick3-cart-list,
.matka-cart-list {
    background-color: #E4EAFF;;
    min-height: 25vh;
}

.pick3-cart-list > img,
.my-lottery-list > img,
.matka-cart-list > img {
    margin: 0 auto;
    width: 100px;
}

.stepper {
    justify-content: center;
}

.stepper .stepper-button-plus,
.stepper .stepper-button-minus {
    background: transparent;
    color: #ffffff;
}

.stepper .stepper-input-wrap input {
    background: #E4EAFF;
    color: #000;
    border-radius: 4px;
}

.data-table thead th:not(.sortable-cell-active),
.data-table thead td:not(.sortable-cell-active) {
    color: #000000 !important;
    text-align: center;
    white-space: nowrap;
    padding: 0 3px;
}

.data-table tbody th:not(.sortable-cell-active),
.data-table tbody td:not(.sortable-cell-active) {
    color: #000000 !important;
    text-align: center;
    white-space: nowrap;
    padding: 0 3px;
}

.pick3-cart-list a.trash {
    color: #9e9e9e;
}

.daily-lottery-list > a {
    display: block;
}

.nav-matka .title.left {
    padding-left: 1rem;
}

.nav-matka .right > a {
    font-size: 13px;
    border: 1px solid #0075FF;
    border-radius: 4px;
    padding: 0.25rem;
}

.result > a {
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0.5rem;
    float: right;
}

.matka-time {
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    color: #000000;
    /*margin-top: 6px;*/
    min-height: 22.5px;
}

.pik3-time {
    padding: 0.5rem 1.5rem 0;
    font-size: 16px;
    color: #fff;

    min-height: 22.5px;
}

.matka-status {
    padding: 0.5rem;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #C9FFF4;
}

.matka-status .status,
.matka-status .no,
.matka-status .prenow-no
{
    line-height: 2.3rem;
}

.matka-time .close {
    text-align: right;
}

.matka-canvas {
    background-image: url("/images/card1-bg.png");
    background-size: 100% 100%;
    padding: 0;
    pointer-events: none;
}

.matka-canvas img.spin {
    max-width: 92px;
    width: 56px !important;
}

.swiper-myinit {
    height: 170px;
    margin: 0;
    border-radius: 0;
}

.col.canvas.row {
    flex-wrap: nowrap;
}

.swiper-myinit img {
    width: 50px;
    margin: 0 auto;
}

.swiper-myinit .swiper-slide:not(.swiper-slide-active) img {
    transform: rotateX(45deg);
}

.canvas .col-15 {
    width: 68px !important;
}

.title-bar {
    background: #C9FFF4;
    color: #000;
    padding: 0.5rem;
}

.page-matka {
    background: #ccc;
}

.page-matka .chip {
    margin: 0.5rem;
    background: #eef2f3;
    color: #000;
}

.bg-85E6F7 {
    background: #85E6F7;
    color: #000;
}

.page-matka .chip.color-gray.bg-color-green {
    background: #C9FFF4 !important;
}

.page-matka .col.text-color-green {
    color: #00000040 !important;
}

.page-matka .chip.disabled {
    background: #000;
    color: #eee;
}

.my-lottery-list .col-100 {
    background: transparent;
    opacity: 0.95;
    padding: 0.5rem;
    color: #003370;
}

.my-lottery-list .col-100 > div {
    text-align: center;
    border: 1px solid #E4EAFF;;
    background: #E4EAFF;;
    padding: 0.5rem;
    border-radius: 12px;
}

.my-lottery-list .col-100 .btn {
    width: 33%;
    padding: 0.5rem;
    margin: 0.5rem auto;
}

.my-lottery-list .col-100 h4 {
    font-weight: 900;
    /*text-align: right;*/
}

.my-lottery-list .col-100 strong {
    font-weight: 900;
    text-align: right;
}

.my-lottery-list .col-100 .fs14 div {
    text-align: left;
}

.color-gray.color-green {
    --f7-theme-color: black;
    --f7-theme-color-rgb: 184, 134, 11;
    --f7-theme-color-shade: black;
    --f7-theme-color-tint: lightblackyellow;
    background-color: #0075FF;
    color: #ffffff;
}

.chip {
    cursor: pointer;
    background-color: #E4EAFF;;
    /*border: #0075FF 1px solid;*/
    color: #0075FF;
}

.chip .color-green {
    cursor: pointer;

}

div.row.my-lottery-list > img {
    display: none;
}

.my-lottery-list > *:last-child {
    display: inline-block !important;
}

div.row.my-lottery-list > .col-100.hide {
    display: none !important;
}

.popular-product .content.bg-cover-btn {
    background-image: url("/images/Kerala-btn.png") !important;
    background-position: 0px 0px !important;
    background-size: 100% 100% !important;
}

.only-0-display {
    display: none;
}

.my-lottery-status-0 .only-0-display {
    display: block !important;
}

.my-lottery-status-0 section .btn {
    display: none !important;
}

.my-lottery-status-1 section .btn:last-child {
    display: none !important;
}

.my-lottery-status-3 section .btn:last-child,
.my-lottery-status-2 section .btn.visited:last-child {
    background: #e0e0e0 !important;
    color: #a4a4a4 !important;
    pointer-events: none !important;
    border-radius: 4px;
}

.my-lottery-status-0 .Prize,
.my-lottery-status-1 .Prize {
    display: none !important;
}

.title-bar .right {
    float: right;
    padding-right: 0.5rem;
}

.title-bar .right > span {
    text-align: right;
    color: #333;
}

.ios {
    --f7-toggle-width: 44px;
    --f7-toggle-height: 22px;
}

.drum-item-current {
    background: #bbb;
}

.drum-item {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 800;
}

.search-area {
    background: #E4EAFF;;
    color: #003370;
    font-size: 17px;
    /*font-weight: 900;*/
    line-height: 3rem;
}

.search-area .col-100 > div {
    background: #ffffff;
    border-radius: 12px;
    min-height: 2rem;
    margin-bottom: 2rem;
}

.search-area .col-100 > section {
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.search-area .col-100 > section .col-75 {
    color: red !important;
}

.search-area .col-100 input {
    line-height: 2rem;
    width: 90%;
}

.search-area .col-100 > div a {
    float: right;
    color: #ffffff;
    line-height: 2rem;
}

.col-65.display-time {
    text-align: right;
}

.blog.prize .content {
    border: 0 none !important;
}

.blog.prize .content .text {
    padding: 0;
}

.blog.prize .content .text h5 {
    color: #fff;
    text-align: left;
    background: linear-gradient(rgba(255, 99, 246, 1), rgba(255, 219, 76, 1));
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 1.5rem;
    display: inline-block;
}

.blog.prize .content .text h6 {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #003370;
    line-height: 45px;
}

.blog.prize .chip.chip-outline.color-green {
    background: #0075FF;
    font-weight: 500;
    color: #ffffff;
}

.blog.prize .chip.chip-outline.color-green.active {
    background: red;
    font-weight: 500;
    color: #fff;
    border: 1px solid red;
}

.blog.prize .content .content-desc {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding-top: 8px;
}

.blog.prize .I-PRIZE .chip.chip-outline.color-green {
    margin: 0 auto;
}

.blog.prize img {
    width: 45px;
    display: inline;
    position: absolute;
    left: 20px;
    top: 30px;
}

.blog.prize .prize-no {
    display: inline;
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 1;
    color: gold;
    font-weight: 900;
}

.blog.prize .content .text.I-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "1";
    position: absolute;
    left: 38px;
    top: 40px;
}

.blog.prize .content .text.II-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "2";
    position: absolute;
    left: 38px;
    top: 35px;
}

.blog.prize .content .text.III-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "3";
    position: absolute;
    left: 38px;
    top: 34px;
}

.blog.prize .content .text.IV-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "4";
    position: absolute;
    left: 38px;
    top: 26px;
}

.blog.prize .content .text.V-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "5";
    position: absolute;
    left: 38px;
    top: 26px;
}

.blog.prize .content .text.VI-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "6";
    position: absolute;
    left: 38px;
    top: 26px;
}

.blog.prize .content .text.VII-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "7";
    position: absolute;
    left: 38px;
    top: 26px;
}

.blog.prize .content .text.VIII-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "8";
    position: absolute;
    left: 38px;
    top: 26px;
}

.blog.prize .content .text.IX-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "9";
    position: absolute;
    left: 38px;
    top: 26px;
}

.blog.prize .content .text.X-PRIZE h6::before {
    color: orange;
    font-weight: 900;
    content: "10";
    position: absolute;
    left: 33.5px;
    top: 26px;
}

.my-lottery-list .col-100 > div.pick3-card {
    padding: 0 !important;
    border-radius: 12px;
    /*border: 1px solid green;*/
}

.my-lottery-list .col-100 > div.pick3-card h4 {
    background: #0075FF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 0.5rem;
    color: #ffffff;
}

.tab-lottery-result {
    padding: 1rem 0 0.5rem 0;
    background: linear-gradient(to top, #cedbc7, #c4e7ae) !important;
    position: fixed !important;
    top: 50px !important;
    width: 100vw !important;
    z-index: 99999;
    max-width: 640px;
}

.tab-lottery-result + div {
    margin-top: 61px;
}

.tab-lottery-result .btn-green {
    border: 1px solid #cedbc7;
    background: #cedbc7;
}

.lottery-result-type {
    background: #E4EAFF;;
    opacity: 0.99;
    padding: 1rem 0.5rem;
}

.lottery-result-type h3 {
    padding: 0 0 1rem 0;
}

.lottery-result-type .chip {
    margin: 0 4px 8px 0;
}

.lottery-result-row .list .item-content .item-inner .item-title {
    min-width: 3.3rem;
}

.result-list .list img {
    margin: 0 auto;
    max-width: 100px;
}

.result-list .list ul > li.hide {
    display: none !important;
}

.result-list .list .ul {
    /*padding: 1rem;*/
}

.result-list .list .ul > .row {
    border-radius: 12px;
    /*border: 1px solid #cedbc7;*/
    padding: 0.5rem;
    font-size: 14px;
    background-color: #E4EAFF;;
}

.result-list .list .ul > .row.hide {
    display: none !important;
}

.result-list .list .ul > .row .card {
    border: 1px solid #0075FF;
    margin: 0.5rem 0 !important;
}

.result-list .list .ul > .row .card .card-header {
    color: #000000;
    background: #E4EAFF;;
    padding: 0;
    text-align: center !important;
    font-size: 12px !important;
    justify-content: center;
    min-height: 2rem;
}

.result-list .list .ul > .row .card .card-footer {
    color: #ffffff;
    background: #0075FF;
    padding: 0;
    text-align: center !important;
    font-size: 12px !important;
    justify-content: center;
    min-height: 1.5rem;
}

.result-list .list .ul > .row .card.disabled {
    opacity: 1 !important;
}

.result-list .list .ul > .row .card.disabled .card-header {
    color: #777 !important;
}

.result-list .list .ul > .row .card.disabled .card-footer {
    background: #0075FF !important;
    color: #fff !important;
    font-weight: 900;
    font-size: 17px !important;
}

.result-list .list .ul > .row .col-45 {
    padding-left: 1rem;
}

.result-list .list .ul > .row .col-55 {
    text-align: right;
    padding-right: 1rem;
}

.result-list .list .ul > .row .col-100 {
    text-align: center;
    font-weight: 900;
    color: #0075FF;
}

.matka-result-history > .row {
    background: #fff;
}

.matka-result-history > .row > * {
    color: #000 !important;
    font-size: 17px !important;
}

.matka-result-history > .row .col-100 {
    text-align: center;
    font-weight: 900;
    padding-bottom: 1rem;
}

.matka-result-history > .row .col-45 {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.matka-result-history > .row .col-55 {
    text-align: right;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.matka-result-history img {
    max-width: 100% !important;
}

.page-matka-result-history {
    background-color: #edf1f1;
}

.page-matka-result-history > .container {
    padding-top: 2rem;
}

.row.num-picker {
    background: #d3d3d3;
    justify-content: center !important;
    flex-wrap: nowrap !important;
}

.num-picker > .swiper-container {
    height: 6.1rem !important;
    width: 10vw;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 0 !important;
    margin: 0 !important;
    background-color: #00000010;
}

.num-picker > .swiper-container * {
    color: #000 !important;
    font-size: 17px;
    text-align: center;
}

.num-picker > .swiper-container .swiper-slide:not(.swiper-slide-active) {
    transform: rotateX(45deg);
}

/*
.num-picker>.swiper-container .swiper-slide.swiper-slide-active {
  border-radius: 12px !important;
  background: #bbb !important;
  padding-bottom: 0.3rem;
  font-weight: 900;
  width: 95%;
  margin: 0 auto;
}
*/
.text-center {
    text-align: center;
}

.num-picker > .swiper-container.disabled {
    opacity: 0.1 !important;
}

.num-picker > .swiper-container.disabled .swiper-slide-active {
    background: #aaa !important;
}

.matka-game-type {
    background-color: #E4EAFF;;
}

.just-dash {
    color: #000;
    margin-top: 1.5rem;
    font-size: 2rem;
    text-align: center;
    opacity: 0.1;
}

.toolbar.toolbar-bottom.matka-16-toolbar {
    background-color: #C9FFF4;
    color: #3A4D6A;
}

.display-picker-result {
    padding: 1rem;
    color: #000000;
}

.add-to-cart-input {
    padding: 0 1rem;
    color: #000000;
}

.add-to-cart-input > input {
    background: #E4EAFF;;
    height: 2rem;
    display: inline-block;
    border-radius: 4px;
    margin-left: 2px;
    vertical-align: middle;
    width: calc(100% - 4rem);
    padding-left: 0.5rem;
    border: #00000040 1px solid;
}

.add-to-cart-button {
    padding-right: 0.5rem;
}

.add-to-cart-button > button {
    width: 100%;
}

.btn-lightgreen,
.ios a.btn-lightgreen {
    position: relative;
    display: inline-block;
    padding: 6px;
    background-color: #21CAA8;
    color: white;
    border: 1px solid #21CAA8;
    font-weight: bold;
    border-radius: 4px;
    white-space: nowrap;
    display: block;
    font-size: 1rem;
    text-align: center;
}

.page-matka-17 {
    background-color: #ecf2f2;
}

.page-matka-17 .result > a {
    border: 1px solid #000;
    color: #000;
}

.matka-buy {
    width: 95%;
    margin: 0 auto;
}

.page-matka-17 .matka-canvas {
    background-image: url("/images/bg-SARASWATHI-DAY.png") !important;
    background-position: 0 0 !important;
    background-size: 100% 100% !important;
    height: 170px;
}

.show0_64sec {
    position: absolute;
    top: 0;
    z-index: 9999999;
    width: 56px !important;
}

.bg-A5E4CB {
    background: #ADE0FF;
    color: #000;
}

.chip.color-gray.bg-color-orange {
    background: #DADCEB !important;
}

.chip.color-gray.bg-color-orange2 {
    background: #D9FFD6 !important;
}

.chip.color-gray.bg-color-orange3 {
    background: #DAC5FF !important;
}

.page-matka-18 .text-color-orange {
    color: #000000 !important;
}

.chip.color-gray.bg-color-yellow {
    background: #ADE0FF !important;
}

.page-matka-17 .text-color-yellow {
    color: #E4EAFF; !important;
}

.page-matka-17 .button.add-to-cart {
    background: #006FD7 !important;
}

.matka-17-toolbar .button.matka-buy {
    background: #006FD7 !important;
}

.swiper-container.bg-color-green {
    background: #00000010 !important;
}

.swiper-container.bg-color-yellow {
    background: #00000010 !important;
}

.page-matka-18 .matka-canvas {
    /*background-image: url("/images/card3-bg.png") !important;*/
    background-position: 0 -50px !important;
    background-size: 100% 131% !important;
    height: 210px;
    margin-bottom: -36px;
}

.page-matka-17 .matka-time {
    background: #ADE0FF;
    color: #000;
}

.page-matka-18 .matka-time {
    background: #D5BB74;
}

.page-matka-26 .matka-time {
    background: #D9FFD6;
}


.page-matka-17 .title-bar {
    background-color: #ADE0FF;
    /*lightblackyellow*/
}

.page-matka-25 .title-bar {
    background-color: #DADCEB;
    /*lightblackyellow*/
}

.page-matka-26 .title-bar {
    background-color: #D9FFD6;
    /*lightblackyellow*/
}

.page-matka-18 .title-bar {
    background: #DAC5FF;
    /*lightblackyellow*/
}

.matka-17-toolbar.toolbar.toolbar-bottom {
    color: #000;
    height: 6rem;
    background: #ADE0FF;
}

.matka-26-toolbar.toolbar.toolbar-bottom {
    color: #000;
    height: 6rem;
    background: #D9FFD6;
}

.matka-25-toolbar.toolbar.toolbar-bottom {
    color: #000;
    height: 6rem;
    background: #DADCEB;
}

.matka-18-toolbar.toolbar.toolbar-bottom {
    color: #000;
    height: 6rem;
    background: #DAC5FF;
}

.bg-D5BB74 {
    background: #D5BB74 !important;
}

.bg-D5BB74 .result > a {
    color: #fff !important;
}

.swiper-container.bg-color-orange {
    /*background: rgba(128, 128, 128, 0.5) !important;*/
}

.page-matka-18 .button.add-to-cart {
    background: #9A00E1 !important;
}

.matka-18-toolbar .button.matka-buy {
    background: #9A00E1 !important;
}

.matka-25-toolbar .button.matka-buy {
    background: #6972B8!important;
}

.matka-26-toolbar .button.matka-buy {
    background: #00BE7C !important;
}

.color-orange {
    --f7-theme-color: #ff9500;
    --f7-theme-color-rgb: 255, 149, 0;
    --f7-theme-color-shade: #d67d00;
    --f7-theme-color-tint: #ffa629;
}

div.the-transactions div.transaction div.text div.content-desc div.each div.list .item-content .item-inner .item-title,
div.the-transactions div.transaction div.text div.content-desc div.each div.list .item-content .item-inner .item-after {
    color: #000030 !important;
}

.ios .toggle input[type=checkbox]:checked + .toggle-icon,
.ios .toggle-icon:before {
    background: var(--f7-toggle-border-color) !important;
}

.matka-canvas::before {
    height: 55px;
    background: #000000;
    content: "　";
    width: 100vw;
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0.25;
}

.matka-canvas::after {
    height: 42px;
    background: #000000;
    content: "　";
    width: 100vw;
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0.25;
    margin-top: -42px;
}

.num-picker > .swiper-container:before {
    background: #999;
    content: "　";
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0.4;
    border-radius: 12px !important;
    padding-bottom: 0.3rem;
    font-weight: 900;
    width: 95%;
    margin: 2.73rem auto;
}

.navbar a.link.simple-back .fas.fa-arrow-left {
    border: 1px solid #0075FF;
    border-radius: 16px;
    padding: 4px;
}

.navbar a.link.simple-back .fas.fa-arrow-left:before {
    color: #0075FF;
}

.row.only-won > .col-100 {
    background: #cedbc7;
    opacity: 0.99;
    padding: 1rem 0.5rem 0;
}

.row.only-won.hide {
    display: none !important;
}

.ordertab {
    padding-left: 12px !important;
    padding-right: 12px !important;
}


.mask_bg {

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 998;
}

.message_box {
    width: 270px;
    height: 460px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    z-index: 999;
}

.message_box .close_message_btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.message_box .close_message_btn .close_x {
    width: 25px;
    height: 25px;
    text-align: right;
}

.message_box .message_img {
    width: 270px;
    height: 390px;
}

.message_box .message_btn {
    width: 200px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    font-size: 32px;
}

.time_box_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 998;
}

.time_box {
    width: 270px;
    height: 50%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    z-index: 999;
}

.time_box .numberbox {
    color: #FFF;
    font-size: 12rem;
    position: relative;

}

.time_box .numberbox::after,
.time_box .numberbox::before {
    content: "";
    border: #f7f7f7 solid 5px;
    border-radius: 50%;
    position: absolute;
}

.time_box .numberbox::before {
    width: 15rem;
    height: 15rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.time_box .numberbox::after {
    width: 12.5rem;
    height: 12.5rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.time_box .numberbox span {
    display: inline-block;
    animation: zoom 0.5s infinite alternate;
}

@keyframes zoom {
    from {
        transform: scale(0.3);
    }
    to {
        transform: scale(0.8);
    }
}

.clock {
    width: 7.6rem;
    overflow: hidden;
    color: #fff;
    /*margin-left: 30%;*/
}

.clock span,
.clock i {
    display: block;
    text-align: center;
    line-height: 34px;
    font-size: 23px;
    float: left;

}

.clock span {
    width: 34px;
    height: 34px;
    border-radius: 2px;
    background-color: #0075FF;
    color: #ffffff;
    font-weight: 700;
}

.clock i {
    width: 20px;
    font-style: normal;
    color: #0075FF;
}

.btn-gold-rectangle-kerala {
    background-image: url("/images/10_ticket_bg.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;

}

.btn-gold-rectangle-kerala2 {
    background-image: url("/images/10_ticket_bg_2.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;

}

.btn-gold-rectangle-kerala3 {
    background-image: url("/images/10_ticket_bg_3.jpg") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;

}


.col-33 .icon {
    background-image: url("/images/give_one.png") !important;
    background-size: 100% 100% !important;
    position: absolute; /* 设置图片为绝对定位 */
    top: 85px; /* 图片距离顶部0像素 */
    /*left: 6PX; !* 图片距离左侧0像素 *!*/
    width: 60px; /* 图片的宽度 */
    height: 12px; /* 图片的高度 */
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    border: 0 none;
    padding: 0.6rem 0;
    color: #ffffff;
}

.col-55 .icon2 {
    background-image: url("/images/give_one.png") !important;
    background-size: 100% 100% !important;
    position: absolute; /* 设置图片为绝对定位 */
    top: 35px; /* 图片距离顶部0像素 */
    right: 5px;
    width: 60px; /* 图片的宽度 */
    height: 12px; /* 图片的高度 */
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    border: 0 none;
    padding: 0.6rem 0;
    color: #ffffff;
}

.col-33 .icon span {
    margin-left: 5px;
}

.btn-gold-rectangle-kerala-1 {
    background-image: url("/images/25_ticket_bg.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;
}
.btn-gold-rectangle-kerala-1-2 {
    background-image: url("/images/25_ticket_bg_2.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;
}

.btn-gold-rectangle-kerala-1-3 {
    background-image: url("/images/25_ticket_bg_3.jpg") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;
}


.btn-gold-rectangle-kerala-2 {
    background-image: url("/images/custimize@3x.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;
}

.btn-gold-rectangle-kerala-2_2 {
    background-image: url("/images/custimize@3x_2.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;
}

.orderTitle {
    color: Black;
}

.view_box {
    max-width: 600px;
    width: 90%;
    height: 40%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    z-index: 999;
}

.view_box .close_message_btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.view_box .close_message_btn .close_x {
    width: 25px;
    height: 25px;
    text-align: right;
}

.view_box .view_img {
    width: 100%;
    height: auto;
}

.view_box .message_btn {
    width: 200px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    font-size: 32px;
}

.btn-kerala-gift {
    background-image: url("/images/free_ticket@3x.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 12px;
    height: 40px;
    border-radius: 10px;
    color: #ffffff;
    margin: 10px;
}

.gift_ico {
    background-image: url(/images/gift.png) !important;
    background-size: 100% 100% !important;
    position: absolute;
    right: 21px;
    width: 50px;
    height: 20px;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    border: 0 none;
    padding: 0.6rem 0;
    color: #ffffff;
}

.kerala_gift_title{
    display: inline-flex;
    align-items: center;
    text-align: center;
}

.clickToBet{
    display: inline-block !important;
    width: 80px;
    height: auto;
    float: left; /* 让图片浮动在左边 */
    margin-right: 10px; /* 图片与文字之间添加一些间距 */
    margin-bottom: 15px;
}

.gamebetting {
    height: 15rem;
    background: url(/images/pk10/betting_time-7a6e61b0.webp);
    z-index: 10;
    background-size: 100% 15.0769rem;
    display: block;
    background-color: #273953
}

.canvas1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: .023988rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ant {
    width: 100%;
    height: 15.0769rem
}

.animate {
    width: 100%;
    height: 15.0769rem;
    overflow: hidden;
    position: relative
}

.time-van {
    background: -webkit-gradient(linear, left top, left bottom, from(#30455F), to(#445069));
    background: linear-gradient(180deg, #30455F 0%, #445069 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 12px 0px 12px;
}

.prev-game {
    height: 78px
}

.prev-game--top {
    height: 1.53846rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testing {
    display: block;
    width: 6rem
}

.game-round--no {
    font-family: inter;
    font-size: 12px;
    font-weight: 700;
    color: #0075FF
}

.text--14 {
    font-size: 14px
}

.text--15 {
    font-size: 15px
}

.btn-description {
    /*width: 5rem;*/
    height: 1.53846rem;
    border-radius: 4px;
    background: #50617E;
    color: #fff;
    border: 1px solid #50617E;
    font-family: inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -.3px;
    text-align: center;
    margin-left: 5px;
}

.line-panel {
    height: 80px;
    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
}

.cur-game {
    width: 6.907692rem;
    height: 3.984615rem
}

.left-lbl--van {
    text-align: right
}

.lbl_left-time {
    font-family: inter;
    font-size: .6307692rem;
    font-weight: 500;
    line-height: .907692rem;
    text-align: right;
    color: #0075FF;
}

.clock-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: 6.907692rem;
    height: 1.815483rem;
    gap: 4px;
    margin-top: .1815rem;
    margin-bottom: .1815rem
}

.clock-item {
    width: 2rem;
    height: 2rem;
    border-radius: 4px;
    background: #0075FF;
    display: grid;
    place-items: center
}

.clock-item2 {
    width: 0.5rem;
    height: 2rem;
    display: grid;
    place-items: center
}

.clock-item-pick {
    width: 2rem;
    /*height: 2rem;*/
    border-radius: 4px;
    background: #0075FF;
    display: grid;
    place-items: center
}

.clock-item2-pick {
    width: 0.5rem;
    /*height: 2rem;*/
    display: grid;
    place-items: center
}

.clock-item--txt {
    font-family: DIN;
    font-size: .984615rem;
    font-weight: 700;
    line-height: .984615rem;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}

.clock-item--txt2 {
    font-family: DIN;
    font-size: .984615rem;
    font-weight: 700;
    line-height: .984615rem;
    letter-spacing: 0em;
    text-align: center;
    color: #0075FF;
}

.time-blue--bar {
    width: 100%;
    height: 6px;
    background: #00B512
}

.b-time-btn {
    color: #fff;
    border-color: #fff
}

.btn1 {
    background: rgba(0, 0, 0, 0);
    padding: 8px;
    margin: 10px 0px 0px .907692rem;
    width: 5.44615rem;
    font-weight: 600;
    font-size: 1.4rem
}

.testbtn {
    padding: 5px 8px;
    border: 1px solid #ccc
}

.btn-color1 {
    background: -webkit-gradient(linear, left bottom, left top, from(#FFDA00), to(#FFDA00)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2)));
    background: linear-gradient(0deg, #FFDA00, #FFDA00), linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
    -webkit-box-shadow: 0px 2px 0px 0px #BA9F00;
    box-shadow: 0 2px #ba9f00
}

.btn-color2 {
    background: -webkit-gradient(linear, left bottom, left top, from(#38A8E0), to(#38A8E0)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2)));
    background: linear-gradient(0deg, #38A8E0, #38A8E0), linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
    -webkit-box-shadow: 0px 2px 0px 0px #0077B3;
    box-shadow: 0 2px #0077b3
}

.btn-color3 {
    background: -webkit-gradient(linear, left bottom, left top, from(#393C3C), to(#393C3C)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #393C3C, #393C3C), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #3D4343;
    box-shadow: 0 2px #3d4343
}

.btn-color4 {
    background: -webkit-gradient(linear, left bottom, left top, from(#EF7D00), to(#EF7D00)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #EF7D00, #EF7D00), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #BF6400;
    box-shadow: 0 2px #bf6400
}

.btn-color5 {
    background: -webkit-gradient(linear, left bottom, left top, from(#00D58D), to(#00D58D)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2)));
    background: linear-gradient(0deg, #00D58D, #00D58D), linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
    -webkit-box-shadow: 0px 2px 0px 0px #00B174;
    box-shadow: 0 2px #00b174
}

.btn-color6 {
    background: -webkit-gradient(linear, left bottom, left top, from(#4B58C9), to(#4B58C9)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #4B58C9, #4B58C9), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #2938C0;
    box-shadow: 0 2px #2938c0
}

.btn-color7 {
    background: -webkit-gradient(linear, left bottom, left top, from(#6B6A69), to(#6B6A69)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #6B6A69, #6B6A69), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #5B5957;
    box-shadow: 0 2px #5b5957
}

.btn-color8 {
    background: -webkit-gradient(linear, left bottom, left top, from(#F43A41), to(#F43A41)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #F43A41, #F43A41), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #BE1117;
    box-shadow: 0 2px #be1117
}

.btn-color9 {
    background: -webkit-gradient(linear, left bottom, left top, from(#E30613), to(#E30613)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #E30613, #E30613), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #AA000A;
    box-shadow: 0 2px #aa000a
}

.btn-color10 {
    background: #24CE1A;
    -webkit-box-shadow: 0px 2px 0px 0px #12960A;
    box-shadow: 0 2px #12960a
}

.btn-color1:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#FFDA00), to(#FFDA00)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #FFDA00, #FFDA00), linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
    -webkit-box-shadow: 0px 2px 0px 0px #BA9F00;
    box-shadow: 0 2px #ba9f00
}

.btn-color2:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#38A8E0), to(#38A8E0)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #38A8E0, #38A8E0), linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
    -webkit-box-shadow: 0px 2px 0px 0px #0077B3;
    box-shadow: 0 2px #0077b3
}

.btn-color3:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#393C3C), to(#393C3C)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #393C3C, #393C3C), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #3D4343;
    box-shadow: 0 2px #3d4343
}

.btn-color4:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#EF7D00), to(#EF7D00)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #EF7D00, #EF7D00), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #BF6400;
    box-shadow: 0 2px #bf6400
}

.btn-color5:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#00D58D), to(#00D58D)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #00D58D, #00D58D), linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
    -webkit-box-shadow: 0px 2px 0px 0px #00B174;
    box-shadow: 0 2px #00b174
}

.btn-color6:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#4B58C9), to(#4B58C9)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #4B58C9, #4B58C9), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #2938C0;
    box-shadow: 0 2px #2938c0
}

.btn-color7:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#6B6A69), to(#6B6A69)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #6B6A69, #6B6A69), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #5B5957;
    box-shadow: 0 2px #5b5957
}

.btn-color8:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#F43A41), to(#F43A41)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #F43A41, #F43A41), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #BE1117;
    box-shadow: 0 2px #be1117
}

.btn-color9:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#E30613), to(#E30613)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #E30613, #E30613), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #AA000A;
    box-shadow: 0 2px #aa000a
}

.btn-color10:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#24CE1A), to(#24CE1A));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #24CE1A, #24CE1A);
    -webkit-box-shadow: 0px 2px 0px 0px #12960A;
    box-shadow: 0 2px #12960a
}


.odd-color1 {
    background: -webkit-gradient(linear, left bottom, left top, from(#38A8E0), to(#38A8E0)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #38A8E0, #38A8E0), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #1184BE;
    box-shadow: 0 2px #1184be
}

.odd-color2 {
    background: -webkit-gradient(linear, left bottom, left top, from(#EF7D00), to(#EF7D00)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #EF7D00, #EF7D00), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    -webkit-box-shadow: 0px 2px 0px 0px #BE6A11;
    box-shadow: 0 2px #be6a11
}

.state-back {
    height: 62px;
    border-radius: 8px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), -webkit-gradient(linear, left bottom, left top, from(#1C242E), to(#1C242E));
    background:  linear-gradient(0deg, rgba(169, 203, 255, 1),rgba(169, 203, 255, 1));
    /*border: 1px solid rgba(0, 0, 0, .3019607843)*/
}


.state-lbl--type {
    font-family: Impact;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, .7509803922);
    display: block;
    text-align: center
}

.state-lbl--val {
    font-family: inter;
    font-size: .690769rem;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -.00615385rem;
    color: #fff;
    display: block
}

.btn-state--normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 77.75px;
    height: 44px;
    border-radius: 8px;
    font-size: .57230769rem;
    border: 1px solid rgba(255, 255, 255, .6196078431)
}

.btn-state--normal div {
    width: 100%
}

.btn-state0 {
    background: -webkit-gradient(linear, left bottom, left top, from(#38A8E0), to(#38A8E0)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .22)), to(rgba(255, 255, 255, .22)));
    background: linear-gradient(0deg, #38A8E0, #38A8E0), linear-gradient(0deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22));
    -webkit-box-shadow: 0px 4px 0px 0px #0077B3;
    box-shadow: 0 4px #0077b3
}

.btn-state1 {
    background: -webkit-gradient(linear, left bottom, left top, from(#EF7D00), to(#EF7D00)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .22)), to(rgba(255, 255, 255, .22)));
    background: linear-gradient(0deg, #EF7D00, #EF7D00), linear-gradient(0deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22));
    -webkit-box-shadow: 0px 4px 0px 0px #BF6400;
    box-shadow: 0 4px #bf6400
}

.btn-state2 {
    background: -webkit-gradient(linear, left bottom, left top, from(#24CD1A), to(#24CD1A)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .22)), to(rgba(255, 255, 255, .22)));
    background: linear-gradient(0deg, #24CD1A, #24CD1A), linear-gradient(0deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22));
    -webkit-box-shadow: 0px 4px 0px 0px #12960A;
    box-shadow: 0 4px #12960a
}

.btn-state3 {
    background: -webkit-gradient(linear, left bottom, left top, from(#E30613), to(#E30613)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .22)), to(rgba(255, 255, 255, .22)));
    background: linear-gradient(0deg, #E30613, #E30613), linear-gradient(0deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22));
    -webkit-box-shadow: 0px 4px 0px 0px #AA000A;
    box-shadow: 0 4px #aa000a
}

.btn-state0:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#38A8E0), to(#38A8E0)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .22)), to(rgba(255, 255, 255, .22)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #38A8E0, #38A8E0), linear-gradient(0deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22));
    -webkit-box-shadow: 0px 4px 0px 0px #0077B3;
    box-shadow: 0 4px #0077b3
}

.btn-state1:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#EF7D00), to(#EF7D00)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .22)), to(rgba(255, 255, 255, .22)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #EF7D00, #EF7D00), linear-gradient(0deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22));
    -webkit-box-shadow: 0px 4px 0px 0px #BF6400;
    box-shadow: 0 4px #bf6400
}

.btn-state2:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#24CD1A), to(#24CD1A)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .22)), to(rgba(255, 255, 255, .22)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #24CD1A, #24CD1A), linear-gradient(0deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22));
    -webkit-box-shadow: 0px 4px 0px 0px #12960A;
    box-shadow: 0 4px #12960a
}

.btn-state3:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#E30613), to(#E30613)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .22)), to(rgba(255, 255, 255, .22)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #E30613, #E30613), linear-gradient(0deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22));
    -webkit-box-shadow: 0px 4px 0px 0px #AA000A;
    box-shadow: 0 4px #aa000a
}


.odd-color3 {
    background: #24CE1A;
    -webkit-box-shadow: 0px 2px 0px 0px #12960A;
    box-shadow: 0 2px #12960a
}

.odd-color4 {
    background: #E30613;
    -webkit-box-shadow: 0px 2px 0px 0px #960A14;
    box-shadow: 0 2px #960a14
}

.option-txt {
    font-family: Impact;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 4px #00000040
}


.prev-game--info {
    width: 10rem;
    gap: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px
}

.prev-game--winner {
    width: 108px;
    height: 2.1692rem;
    border-radius: 8px;
    background: #2A384B;
    -webkit-box-shadow: 0px 4px 4px 0px #0000001A inset;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1) inset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.prev-game--car {
    margin: auto;
    display: block;
    width: 3.907692rem
}

.prev-game--option {
    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;
    width: 2.3692rem;
    height: 2.3692rem;
    border-radius: 8px;
    gap: 10px;
    background: #2A384B;
    -webkit-box-shadow: 0px 4px 4px 0px #0000001A inset;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1) inset
}

.prev-game--option-bar {
    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;
    text-align: center;
    width: 1.36153rem;
    height: 1.36153rem;
    border-radius: 4px;
    border: 1px solid #FFFFFF1A;
    -webkit-box-shadow: 0px 2px 0px 0px #BE6A11;
    box-shadow: 0 2px #be6a11
}

.gamebg {
    position: relative;
    background: linear-gradient(180deg, rgba(228, 234, 255, 1) 0%, rgba(228, 234, 255, 1) 100%), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    padding: .690769rem;
    border-top: 1px solid rgba(255, 255, 255, .1019607843)
}

.loading-overlay {
    position: absolute;
    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;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #00000080
}

.loading-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/loading-bg-ec664b1d.webp);
    background-size: cover;
    /*height: 270px;*/
    background-repeat: no-repeat;
    z-index: -1
}

.loading-overlay-content {
    margin-bottom: 0rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loading-stop-betting {
    font-family: inter;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: .06em;
    color: #fff;
    text-align: center
}

.flex-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loading-countdown--panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 128px;
    height: 55px;
    gap: 8px;
    margin-top: 10px;
}

.loading-countdown--panel div {
    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;
    width: 55px;
    height: 55px;
    border-radius: .067166rem;
    background: #000000
}

.loading-countdown--panel label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -.02em;
    text-align: center;
    color: #fff
}

.loading-countdown--panel div span {
    font-family: inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -.02em;
    text-align: center;
    color: #fff
}

.round-back {

    background: linear-gradient(0deg, rgba(169, 203, 255, 1),rgba(169, 203, 255, 1));
    border-radius: 8px
}

.number-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 12px 8px 8px;
    margin-bottom: 8px
}

.number {
    font-size: 1rem;
    width: 3rem;
    height: 3rem
}

.rbtn--car {
    width: 3.630769rem;
    height: 1rem;
}

.rbtn--bar {
    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
}

.rbtn--button {
    width: 3.3230769rem;
    height: 3.3230769rem;
    padding: 4px 8px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px
}

.num-no {
    margin: .1rem;
    font-family: Impact;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0em;
    text-shadow: rgba(0, 0, 0, .6509803922) 0rem 4px 4px
}

.num-val {
    font-family: inter;
    font-size: .80769rem;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -.00615385em
}

.number2 {
    background: #3ab6ee;
    font-size: 1.3rem;
    width: 6.3rem;
    height: 3rem;
    border-radius: 0.54rem
}

.pk10nav {
    background: -webkit-gradient(linear, left top, left bottom, from(#435068), to(#435068)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(180deg, #435068 0%, #435068 100%), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    border-bottom: 1px solid #FFFFFF1A;
}

.loading-overlay--config {
    position: absolute;
    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;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #00000099;
    height: 1300px
}

.config-provider {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    max-width: 503px;
    width: 100%;
    border-radius: .90769rem .30769rem 0 0;
    background: white;
    z-index: 2001
}

.config-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 20px 0
}

.config-bet-lbl {
    font-family: inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
    color: #000;
}

.config-body--panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFCEB;
    height: 4.89230769rem;
    margin: 12px 0rem
}

.config-body--panel img {
    width: 120px;
    height: 33px
}

.config-calc {
    padding-bottom: 1rem
}

.config-calc--top {
    display: block;
    padding-bottom: .6rem
}

.config-calc--money-btn {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 80%;
    height: 40px
}

.config-calc--money-btn li {
    list-style-type: none
}

.config-calc--money-btn li button {
    height: 40px;
    border-radius: .2462rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F4F9), to(#F3F5FB)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5)));
    background: linear-gradient(180deg, #F2F4F9 0%, #F3F5FB 100%), linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    border: 1px solid #FFFFFF80;
    -webkit-box-shadow: 0px 2px 0px 0px #C3C8DC;
    box-shadow: 0 2px #c3c8dc;
    font-family: inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: -.00615385em;
    padding: 0 12px
}

.config-calc--money--selected {
    background: -webkit-gradient(linear, left bottom, left top, from(#00BE4C), to(#00BE4C)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1))) !important;
    background: linear-gradient(0deg, #00BE4C, #00BE4C), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)) !important;
    border: 1px solid #FFFFFF1A !important;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
    box-shadow: 0 0 0 0 transparent !important
}

.config-calc--board {
    position: relative;
    /*width: 19.2rem;*/
    background: #F7F7F7;
    margin: 12px 25px 0;
    padding-bottom: 12px
}

.config-calc--panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .6907rem
}

.config-calc--panel span {
    font-size: 14px;
    color: #000000;
}

.config-calc--panel label {
    font-family: inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.0923077rem;
    letter-spacing: 0px;
    color: #31373d
}

/*.config-calc--panel input {*/
/*    height: 40px;*/
/*    background: #eff1f7*/
/*}*/

.config-calc--panel div button {
    width: 1.63846154rem;
    height: 40px
}

.config-calc--amount {
    padding: 0 12px
}

.config-calc--amount ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.config-calc--amount ul li {
    list-style-type: none
}

.config-calc--amount ul li button {
    width: 41px;
    height: 1.63846154rem;
    border-radius: 4px;
    border: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(#D1F2DE), to(#D1F2DE)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5)));
    background: linear-gradient(0deg, #D1F2DE, #D1F2DE), linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    font-family: inter;
    font-size: .690769rem;
    font-weight: 700;
    line-height: .668125rem;
    letter-spacing: 0rem
}

.amount-btn-clicked {
    color: #009c3f;
    border: 1px solid #009C3F !important
}

.config-calc--btm-panel {
    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;
    margin-top: .90769rem
}

.config-calc--btm-panel button {
    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;
    width: 19.261538rem;
    height: 2.8230769rem;
    border-color: transparent;
    border-radius: 1.81538462rem;
    gap: 10px;
    background: #00BE4C;
    -webkit-box-shadow: 0px 1px 0px 0px #FFFFFF33 inset;
    box-shadow: 0 1px rgba(255, 255, 255, .2) inset;
    -webkit-box-shadow: 0px 1px 4px 0px #00000040;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25)
}

.config-calc--btm-panel button:focus {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left bottom, left top, from(#00BE4C), to(#00BE4C));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, #00BE4C, #00BE4C);
    -webkit-box-shadow: 0px 1px 0px 0px #FFFFFF33 inset;
    box-shadow: 0 1px rgba(255, 255, 255, .2) inset
}

.config-calc--btm--disable {
    background: #00BE4C;
    -webkit-box-shadow: 0px 1px 0px 0px #FFFFFF33 inset;
    box-shadow: 0 1px rgba(255, 255, 255, .2) inset
}

.config-calc--font {
    font-family: inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.06923077rem;
    letter-spacing: 0px;
    text-align: left;
    color: #fff
}


.game-item {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    margin: 5px 2px;
    position: relative;
    display: inline-block; /* 或者其他适合的布局方式 */
}

.game-item a img {
    display: block;
    width: 100%;
    min-height: 130px;
}

.game-time {
    width: 100px;
    height: 26px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    position: absolute;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -35%);
    margin: 0;

}

.game-time span {
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: Bold;
    font-size: 12px;
    opacity: 1;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.num-color1 {
    background: #FFDA00;
    border: 1px solid rgba(255, 255, 255, .2)
}

.num-color2 {
    background: -webkit-gradient(linear, left bottom, left top, from(#38A8E0), to(#38A8E0)), -webkit-gradient(linear, left bottom, left top, from(#D9D9D9), to(#D9D9D9));
    background: linear-gradient(0deg, #38A8E0, #38A8E0), linear-gradient(0deg, #D9D9D9, #D9D9D9);
    border: 1px solid rgba(255, 255, 255, .2)
}

.num-color3 {
    background: -webkit-gradient(linear, left bottom, left top, from(#393C3C), to(#393C3C)), -webkit-gradient(linear, left bottom, left top, from(#D9D9D9), to(#D9D9D9));
    background: linear-gradient(0deg, #393C3C, #393C3C), linear-gradient(0deg, #D9D9D9, #D9D9D9);
    border: 1px solid rgba(255, 255, 255, .2)
}

.num-color4 {
    background: #EF7D00;
    border: 1px solid rgba(255, 255, 255, .2)
}

.num-color5 {
    background: #00D58D;
    border: 1px solid rgba(255, 255, 255, .2)
}

.num-color6 {
    background: #4B58C9;
    border: 1px solid rgba(255, 255, 255, .2)
}

.num-color7 {
    background: #6B6A69;
    border: 1px solid rgba(255, 255, 255, .2)
}

.num-color8 {
    background: -webkit-gradient(linear, left bottom, left top, from(#FF306E), to(#FF306E)), -webkit-gradient(linear, left bottom, left top, from(#D9D9D9), to(#D9D9D9));
    background: linear-gradient(0deg, #FF306E, #FF306E), linear-gradient(0deg, #D9D9D9, #D9D9D9);
    border: 1px solid rgba(255, 255, 255, .2)
}

.num-color9 {
    background: -webkit-gradient(linear, left bottom, left top, from(#E30613), to(#E30613)), -webkit-gradient(linear, left bottom, left top, from(#D9D9D9), to(#D9D9D9));
    background: linear-gradient(0deg, #E30613, #E30613), linear-gradient(0deg, #D9D9D9, #D9D9D9);
    border: 1px solid rgba(255, 255, 255, .2)
}

.num-color10 {
    background: -webkit-gradient(linear, left bottom, left top, from(#24CD1A), to(#24CD1A)), -webkit-gradient(linear, left bottom, left top, from(#D9D9D9), to(#D9D9D9));
    background: linear-gradient(0deg, #24CD1A, #24CD1A), linear-gradient(0deg, #D9D9D9, #D9D9D9);
    border: 1px solid rgba(255, 255, 255, .2)
}

.state-board {
    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;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #FFFFFF1A
}

.state-board span {
    font-family: Impact;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: right;
    color: #fff
}

.state-default {
    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;
    width: .461538rem;
    height: .461538rem;
    color: #fff;
    border-radius: .06153846rem;
    font-family: DIN;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -.3px
}


.lbl_B-active {
    background: -webkit-gradient(linear, left bottom, left top, from(#38A8E0), to(#38A8E0)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #38A8E0, #38A8E0), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1))
}

.lbl_S-active {
    background: -webkit-gradient(linear, left bottom, left top, from(#EF7D00), to(#EF7D00)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(0deg, #EF7D00, #EF7D00), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1))
}

.lbl_O-active {
    background: #24CE1A
}

.lbl_E-active {
    background: #E30613
}

.rec-num {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 2px;
    color: #fff;
    text-align: center;
    line-height: 1rem;
    margin-left: .090769rem;
    font-size: .90769rem;
    border-radius: .18153846rem;
    font-weight: 500
}

.iframe-container {
    width: 100%;
    max-width: 640px; /* 设置 iframe 容器的宽度 */
    position: relative;
}

iframe {
    width: 100%;
    min-height: 12rem;
    height: 100%;
    border: none;
    opacity: 0;
}

.gameruning {
    display: block;
    height: 15.0769rem;
    background: url(/images/pk10/gameing-c9163992.webp);
    background-size: 100% 15.0769rem
}

.waiting--text {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C7D7E3));
    background: linear-gradient(180deg, #FFF 0%, #C7D7E3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 11rem
}

.waiting--text span {
    display: block;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, .25), 0px 4px 4px rgba(0, 0, 0, .25);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: var(--T1, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.van-popup {
    background: #201d2b;
}

.van-popup--center.van-popup--round {
    border-radius: 16px;
}

.van-popup--center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background: #201d2b;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-overflow-scrolling: touch
}

.TimeLeft__C-PreSale {
    width: 25rem;
}

.TimeLeft__C-PreSale-head {
    height: 2.6rem;
    line-height: 2.6rem;
    color: #8f5206;
    font-size: 1.2rem;
    text-align: center;
    background: linear-gradient(90deg, #fae59f 0%, #c4933f 100%)
}

.TimeLeft__C-PreSale-body {
    max-height: 30rem;
    overflow-y: auto;
    color: #f5f3f0;
    padding: .78667rem;
    font-size: 1rem;
    /*line-height: 2.4rem*/
}

.TimeLeft__C-PreSale-body p {
    /*margin-bottom: 1.8rem;*/
    line-height: 1.8rem;
    color: var(--text_color_L1);
    word-wrap: break-word
}

.TimeLeft__C-PreSale-foot {
    height: 3.4rem;
    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;
    background: #333332
}

.TimeLeft__C-PreSale-foot-btn {
    width: 60%;
    background: linear-gradient(90deg, #fae59f 0%, #c4933f 100%);
    border-radius: 1.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    font-size: 1rem;
    color: #fff
}

.running-countdown {
    position: relative;
    top: 11rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 640px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.9px
}

.running-countdown div {
    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;
    padding: 3.81px;
    width: 11px;
    height: 18px;
    border-radius: 1.904px;
    background: #000000;
    color: #ffffff;
    font-size: 15.228px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.305px
}

.color-161F2C {
    background: #ffffff;
}
.color-93ACD3 {
    color: #0075FF;
}
.color-0075FF{
    color: #0075FF;
}
.color-ffffff{
    color: #000000;
}
.color-2F3A49{
    background-color: #E4EAFF;
}
.matkaBg{
    background-color: #ffffff;
}
.gray-lottery{
    border: #0075FF 1px solid;
}
.copyBtn{
    width: 50px;
    line-height: 30px;
    margin-left: 10px;
    border: #0075FF 1px solid;
}
.transaction-search{
    background: #2F3A49;
    height: 6rem;
}
.transaction-search-area {
    background: #E4EAFF;
    color: #000030;
    font-size: 17px;
    /*font-weight: 900;*/
    line-height: 3rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.transaction-search-area .col-100 > div {
    background: #ffffff;
    border-radius: 12px;
    min-height: 2rem;
    margin-bottom: 10px;
    margin-top:10px;
}

.transaction-search-area .col-100 > section {
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.transaction-search-area .col-100 > section .col-75 {
    color: red !important;
}

.transaction-search-area .col-100 input {
    line-height: 2rem;
    width: 100%;
}
.transaction-search-area .col-100 select {
    line-height: 2rem;
    width: 90%;
}
.transaction-search-area .col-100 select option {
    width: 80%;
    background: #E4EAFF;
    color: #000030;
}

.transaction-search-area .col-100 > div a {
    float: right;
    color: #ffffff;
    line-height: 2rem;
}
.kerala-faq{
    min-height: 30vh;
}

.btn-wingo-color0 {
    width: 3.6rem;
    height: 3.6rem;
    padding: 4px 8px;
    color: #000000;
    border-radius: 50%; /* 创建圆形 */
    background-image: url(../images/wingo/red-violet.webp);
    background-size: 100% 100%;
    border: none;
}

.btn-wingo-color5 {
    width: 3.6rem;
    height: 3.6rem;
    padding: 4px 8px;
    color: #000000;
    border-radius: 50%; /* 创建圆形 */
    background-image: url(../images/wingo/green-violet.webp);
    background-size: 100% 100%;
    border: none;
}

.btn-wingo-color-green {
    width: 3.6rem;
    height: 3.6rem;
    padding: 4px 8px;
    color: #000000;
    border-radius: 50%; /* 创建圆形 */
    background-image: url(../images/wingo/green.webp);
    background-size: 100% 100%;
    border: none;
}

.btn-wingo-color-red {
    width: 3.6rem;
    height: 3.6rem;
    padding: 4px 8px;
    color: #000000;
    border-radius: 50%; /* 创建圆形 */
    background-image: url(../images/wingo/red.webp);
    background-size: 100% 100%;
    border: none;
}

.btn-wingo-color-red-2 {
    color: #000000;
    border-radius: 50%; /* 创建圆形 */
    background-image: url(../images/wingo/color-red.webp);
    background-size: 100% 100%;
    border: none;
}

.btn-wingo-color-violet-2 {
    color: #000000;
    border-radius: 50%; /* 创建圆形 */
    background-image: url(../images/wingo/color-violet.webp);
    background-size: 100% 100%;
    border: none;
}

.btn-wingo-color-green-2 {
    color: #000000;
    border-radius: 50%; /* 创建圆形 */
    background-image: url(../images/wingo/color-green.webp);
    background-size: 100% 100%;
    border: none;
}

.btn-wingo-state1{
    background-image: url(../images/wingo/btn_green_1.png);
    background-size: 100% 100%;
    border: none;
}

.btn-wingo-state2{
    background-image: url(../images/wingo/btn_violet_1.png);
    background-size: 100% 100%;
    border: none;
}

.btn-wingo-state3{
    background-image: url(../images/wingo/btn_red_1.png);
    background-size: 100% 100%;
    border: none;
}

.wingo-num-no{
    margin: .1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0em;

}

.wingo-num-val {
    font-family: inter;
    font-size: .80769rem;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -.00615385em
}

.wingo-prev-game--option-bar {
    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;
    text-align: center;
    width: 1.36153rem;
    height:1.36153rem;
    border-radius: 4px;
    border: 1px solid #FFFFFF1A;
    -webkit-box-shadow: 0px 2px 0px 0px #BE6A11;
    box-shadow: 0 2px #be6a11
}

.wingo-prev-game--top {
    /*height: 1.53846rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*width: 70%;*/
    margin-top: 8px
}

.wingo-testing{
    display: block;
    /*width: 6rem;*/
    margin-top: 0.1rem;
    margin-left: 1rem;
}
.wingo-prev-game--info {
    gap: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px
}

.wingo-prev-game--winner {
    width: 108px;
    height: 2.1692rem;
    border-radius: 8px;
    background: #2A384B;
    -webkit-box-shadow: 0px 4px 4px 0px #0000001A inset;
    box-shadow: 0 4px 4px rgba(0,0,0,.1) inset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.wingo-prev-game--option {
    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;
    width: 4.3692rem;
    height: 4.3692rem;
    border-radius: 8px;
    gap: 10px;
    background: rgba(228, 234, 255, 1);
    -webkit-box-shadow: 0px 4px 4px 0px #0000001A inset;
    box-shadow: 0 4px 4px rgba(0,0,0,.1) inset
}

.wingo-prev-game--option-bar {
    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;
    text-align: center;
    width: 3.36153rem;
    height:3.36153rem;
    border-radius: 4px;
    border: 1px solid #FFFFFF1A;
    -webkit-box-shadow: 0px 2px 0px 0px #BE6A11;
    box-shadow: 0 2px #be6a11
}

.wingo-btn-description{
    /*width: 6.5692rem;*/
    /*height: 1.53846rem;*/
    border-radius: 4px;
    background:#A9CBFF;
    color: #0075FF;
    border: 1px solid rgba(228, 234, 255, 1);
    font-family: inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -.3px;
    text-align: center;
    margin-top: 0.5rem;
}

.wingo-time-van {
    background: #E4EAFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:10px 10px 10px 10px;
}

.wingo-btn-size{
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
}

.wingo-btn-color-size{
    width: 2.8rem;
    height: 1.8rem;
    color: #fff;
}

.wingo-num-no-2 {
    margin: .1rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0em;
}
.wingo-num-no-3 {
    font-family: "Roboto", sans-serif;
    font-size: 0.5rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0em;
}

.wingo-order-color{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.wingo-win-amount{
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.wingo-gamebg {
    position: relative;
    background: #E4EAFF;
    padding: .690769rem;
    /*border-top: 1px solid rgba(255, 255, 255, .1019607843)*/
}

.wingo-round-back {

    background: #A9CBFF;
    border-radius: 8px
}

.wingo-state-back {
    height: 62px;
    border-radius: 8px;
    background: #A9CBFF
    /*border: 1px solid rgba(0, 0, 0, .3019607843)*/
}

.wingo-btn-black {
    color: #dcdcdc;
    background-color:  #E4EAFF
}

.ios .toolbar {
    box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.11);
}

.fa-clock{
    color:rgba(0, 117, 255, 1);
}

.toolbar .toolbar-inner .tab-link.tab-link-active {
    color: #ffffff;
}

.wingo-toolbar-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    align-content: center;
    overflow: hidden;
    background: #ffffff;

}

.language-switch{
    height: 30px;
    margin-right: 5px;
}

.language-switch span{
    color: rgba(0, 117, 255, 1);
    width: 40px;
    height: 20px;
    float: right;
    padding: 5px;
}
.language-switch span.active{
    width: 40px;
    height: 15px;
    background: #93ACD3;
    color: #000;
    border-radius: 5px;
}

.language-switch span b{
    width: 10px;
    float: left;
    line-height: 15px;
    font-size: 14px;
    margin-left: 2px;
}

.language-switch img{
    width: 20px;
    height: 15px;
    float: left;
}

@keyframes grow-wingo {
    from {
        transform: scale(0.5); /* 开始时缩小到50% */
    }
    to {
        transform: scale(1);   /* 结束时恢复到100% */
    }
}

.wingo-mask_bg {

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 555;
}

.wingo_win_box {
    width: 370px;
    height: 285px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    z-index: 10002;
}

.wingo_win_box .close_message_btn {
    position: absolute;
    top: 5px;
    right: 15px;
}

.wingo_win_box .close_message_btn .close_x {
    width: 25px;
    height: 25px;
    text-align: right;
}

.wingo_win_box .message_img {
    width: 370px;
    height: 300px;
    animation: grow-wingo 0.5s ease; /* 使用名为grow的动画，持续2秒，缓动函数为ease */
}

.wingo_win_box .message_btn {
    width: 200px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    font-size: 32px;
}

.wingo-winAmount{
    top: 180px;
    position: absolute;
    left: 165px;
    font-weight: 800;
    font-size: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 4rem;
}
.pagination a, .pagination span {
    padding: 2px 4px;
    text-decoration: none;
    border: 1px solid #0075FF;
    margin: 0 4px;
    color: #0075FF;
    font-size: 1.1rem;
}
.pagination-next,
.pagination-next-pick3,
.pagination-next-pick4,
.pagination-next-pick5,
.pagination-prev-pick3,
.pagination-prev-pick4,
.pagination-prev-pick5,
.pagination-prev-matka,
.pagination-next-matka-speed,
.pagination-prev-matka-speed,
.pagination-next-matka-speed,
.page-info,
.pagination-prev {
    min-width: 30px;
}

.pagination a.active, .pagination a:hover {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.no-before::before {
    content: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}


.pick3-btn-description{
    /*width: 8rem;*/
    height: 2rem;
    border-radius: 4px;
    background: #A9CBFF;
    color: #fff;
    border: 1px solid #A9CBFF;
    font-family: inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -.3px;
    text-align: center;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes shrink {
    from { transform: scale(1.3); }
    to { transform: scale(1); }
}

.pick3-num-no{
    margin: .1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0em;
}

.pick3OpenNo{
    text-align: center;
    margin-top: 2px;
    /*width: 8rem;*/
    font-size: 1rem;
}

.pick3-mask_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    touch-action: none;
}

.pick3_win_box {
    width: 220px;
    height: 485px;
    position: fixed;
    left: 50%; /* 水平居中 */
    top: 20%;  /* 距离顶部 30% */
    transform: translate(-50%, 0); /* 水平居中调整 */
    border-radius: 10px;
    text-align: center;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */

}

.pick3_number_machine {
    background-image: url("/images/pick3/lottery-machine.png");
    background-size: cover;
    width: 210px;
    height: 250px;
}


.pick3_number_box{
    background-image: url("/images/pick3/machine.gif");
    background-size: cover;
    width: 200px;
    height: 200px;
}


.pick3_win_box_num {
    display: flex;
    justify-content: center; /* 水平居中 */
    font-weight: 800;
    font-size: 20px;
    gap: 10px; /* 图片之间的间距 */
    margin-top: 20px;
}

.pick3-num-size{
    width: 3rem;
    height: 3rem;
}

.loading-page {
    height: 100vh;
    background: rgb(2, 0, 36);
    background: linear-gradient(60deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 153, 1) 100%);
}
#logoContainer {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/images/loading.png");
    background-repeat: no-repeat;
    background-size: cover;
}
@keyframes animationindex {
    0% {
        stroke-dasharray: 1 98;
        stroke-dashoffset: -105;
    }

    50% {
        stroke-dasharray: 80 10;
        stroke-dashoffset: -160;
    }

    100% {
        stroke-dasharray: 1 98;
        stroke-dashoffset: -300;
    }
}
#spinner {
    transform-origin: center;
    animation-name: animationindex;
    animation-duration: 1.2s;
    /*animation-timing-function: cubic-bezier;*/
    animation-iteration-count: infinite;
}


.draw-container {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #0075FF;
}

.logo {
    width: 66px;
    height: 66px;
    border-radius: 8px;
}

.draw-info {
    text-align: left;
    margin-left: 10px;
}

.draw-info h1 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.draw-info p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px
}

.draw-info-timer {
    height: 20px;
    background-color: #FFFFFF;
    color: #0075FF;
    font-size: 12px;
    padding: 5px;
    margin-top: 10px;
}

.btn-gold-rectangle-nagaland {
    background-image: url("/images/nagaland_quickpick-2.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;

}

.btn-gold-rectangle-nagaland2 {
    background-image: url("/images/nagaland_quickpick-1.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;

}

.btn-gold-rectangle-nagaland3{
    background-image: url("/images/nagaland_quickpick-3.png") !important;
    background-size: 100% 100% !important;
    border: 0 none;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: black !important;
    height: 60px;
    border-radius: 10px;

}

.btn-pick4-color {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 3px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    float: left;
    display: inline-block;
}

.btn-pick4-color1 {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 3px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
    float: left;
}

.btn-pick4-color2 {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 3px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
    float: left;
}

.btn-pick4-color3 {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 3px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
    float: left;
}
.pick3-input input.col-25{
    padding: 0.5rem;
    line-height: 1.5rem;
    font-weight: 900;
    text-align: center;
    border: 1px solid #93ACD3;
    border-radius: 4px;

}
.btn-pick5-color {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 1px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    float: left;
    display: inline-block;
}

.btn-pick5-color1 {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 1px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
    float: left;
}

.btn-pick5-color2 {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 1px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
    float: left;
}

.btn-pick5-color3 {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 1px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
    float: left;
}
.btn-pick5-color4 {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 1px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    float: left;
}
.pick3-input input.col-20{
    padding: 0.5rem;
    line-height: 1.5rem;
    font-weight: 900;
    text-align: center;
    border: 1px solid #93ACD3;
    border-radius: 4px;

}
.mylotteryTh {
    background: rgba(0, 117, 255, 1);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

}

.mylotteryTr {
    text-align: center;
    border: 1px solid #E4EAFF;;
    background: #E4EAFF;;
    padding: 0.5rem;
    border-radius: 12px;
}
.pick4_number_machine {
    background-image: url("/images/pick4/lottery-machine.png");
    background-size: cover;
    width: 210px;
    height: 250px;
}


.pick4_number_box {
    background-image: url("/images/pick4/machine.gif");
    background-size: cover;
    width: 200px;
    height: 200px;
}

.pick5_number_machine {
    background-image: url("/images/pick5/lottery-machine.png");
    background-size: cover;
    width: 210px;
    height: 250px;
}


.pick5_number_box {
    background-image: url("/images/pick5/machine.gif");
    background-size: cover;
    width: 200px;
    height: 200px;
}

.clock_matka {
    overflow: hidden;
    color: #fff;
    padding-left: 10px;
}

.clock_matka span,
.clock_matka i {
    display: block;
    text-align: center;
    line-height: 1.4rem;
    font-size: 1rem;
    float: left;
}

.clock_matka span {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 2px;
    background-color: #93ACD3;
    color: #000000;
    font-weight: 700;
}

.clock_matka i {
    width: 1rem;
    font-style: normal;
    color: #93ACD3;
}


.jackpot-container {
    position: relative;
    max-width: 620px;
    z-index: 1;
    padding: 0 15px;
    background-image: url('/images/jackpot/blurchip2.png');
    background-size: cover;
    background-position: center;
}

/* 使用图片作为背景，但不显示其中的数字 */
.jackpot-panel {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%; /* 根据图片比例调整 */
    overflow: hidden;
}

/* 创建一个覆盖层，用于放置我们自己的数字 */
.jackpot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 使用背景图片 */
.jackpot-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/jackpot/jackpot2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.jackpot-background-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/jackpot/jackpot2-1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 数字容器，定位在红框区域 */
.grand-amount-container {
    position: absolute;
    top: 35%; /* 调整位置 */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    height: 40px; /* 设置固定高度 */
    overflow: hidden;
}

.prize-text {
    color: #e9d587;
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(233, 213, 135, 0.8);
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.prize-text2{
    font-size: 2.2rem;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.pulse-animation {
    animation: pulse 2s infinite;
}

/* 媒体查询，确保在小屏幕上显示正常 */
@media (max-width: 480px) {
    .prize-text {
        font-size: 24px;
    }
    .prize-text2{
        font-size: 1.5rem;
    }
    .grand-amount-container {
        height: 30px;
    }
}

/* 数字滚动的样式 */
.digit {
    position: relative;
    display: inline-block;
    height: 88%;
    width: 0.6em;
    overflow: hidden;
}

.digit-track {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    transition-property: translate;
    transition-timing-function: ease-in-out;
    font-variant-numeric: tabular-nums;
    line-height: 1em;
}

.character {
    display: inline-block;
    width: 0.3em;
    text-align: center;
}


.jackpot_mask_bg {

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 998;
}

.jackpot_box {
    width: 300px;
    height: 460px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    z-index: 999;
}

.jackpot_box .close_message_btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.jackpot_box .close_message_btn .close_x {
    width: 25px;
    height: 25px;
    text-align: right;
}

.jackpot_box .jackpot_img {
    width: 300px;
    height: 400px;
}

.jackpot_number {
    position: absolute;
    top: 40%;
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #612500;
    z-index: 1000;
}

.jackpot_rank{
    /*font-family: Arial, sans-serif;*/
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-container {
    position: relative;
    max-width: 37.5rem; /* 600px / 16 */
    /*width: 95%;*/
    background-color: #ffffff;
    border-radius: 0.625rem; /* 10px / 16 */
    overflow: hidden;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 117, 255, 1); /* 5px / 16, 15px / 16 */
    color: black;
    max-height: 85vh; /* 限制最大高度为视口高度的90% */
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.close-button {
    position: absolute;
    top: 0.625rem; /* 10px / 16 */
    right: 0.625rem; /* 10px / 16 */
    width: 1.875rem; /* 30px / 16 */
    height: 1.875rem; /* 30px / 16 */
    border-radius: 50%;
    background-color: #5F6368;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.close-button img {
    width: 1.25rem; /* 20px / 16 */
    height: 1.25rem; /* 20px / 16 */
}

.popup-content {
    padding: 0;
    /*overflow-y: auto; !* 允许内容滚动 *!*/
    flex-grow: 1;
}

.jackpot-header {
    width: 100%;
    display: block;
}

.instructions {
    padding: 0.9375rem 1.25rem; /* 15px / 16, 20px / 16 */
    font-size: 0.875rem; /* 14px / 16 */
}

.instructions ol {
    padding-left: 1.5625rem; /* 25px / 16 */
    margin: 0;
}

.instructions li {
    margin-bottom: 0.625rem; /* 10px / 16 */
}

.winner-list {
    padding: 0 0.9375rem 0.9375rem 0.9375rem; /* 15px / 16 */
}

.winner-list-header {
    background: linear-gradient(rgba(255, 99, 246, 1), rgba(255, 219, 76, 1));
    color: #ffffff;
    text-align: center;
    padding: 0.5rem; /* 8px / 16 */
    font-weight: bold;
    border-radius: 0.3125rem 0.3125rem 0 0; /* 5px / 16 */
    margin-bottom: 0;
}

.winner-table-container {
    height: 23rem; /* 22rem */
    overflow-y: auto; /* 允许垂直滚动 */
    background-color: #ffffff;
    border-radius: 0 0 0.3125rem 0.3125rem; /* 5px / 16 */
}

.winner-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.winner-table th {
    position: sticky; /* 固定表头 */
    top: 0;
    text-align: left;
    padding: 0.625rem 0.5rem; /* 10px / 16, 8px / 16 */
    background-color: rgba(0, 117, 255, 1);;
    border-bottom: 0.0625rem solid #3a4055; /* 1px / 16 */
    z-index: 1;
    text-align: center;
    color: #ffffff;
    text-align: center;
}

.winner-table td {
    padding: 0.625rem 0.5rem; /* 10px / 16, 8px / 16 */
    border-bottom: 0.0625rem solid #2a3045; /* 1px / 16 */
    text-align: center;
}

.winner-table tr:last-child td {
    border-bottom: none;
}

.winner-kind {
    display: flex;
    align-items: center;
}

.trophy-icon {
    width: 1.25rem; /* 20px / 16 */
    height: 1.25rem; /* 20px / 16 */
    margin: 0 auto;
}

/* 响应式调整 */
@media (max-width: 30rem) { /* 480px / 16 */
    .popup-container {
        /*width: 95%;*/
        max-height: 85vh;
    }

    .winner-table {
        font-size: 0.75rem; /* 12px / 16 */
    }

    .winner-table th,
    .winner-table td {
        padding: 0.5rem 0.3125rem; /* 8px / 16, 5px / 16 */
    }

    .instructions {
        font-size: 0.75rem; /* 12px / 16 */
        padding: 0.625rem 0.9375rem; /* 10px / 16, 15px / 16 */
    }
}
.stop_tip_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
}
.tips {
    color: white; /* 文字颜色为白色 */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-size: 2rem; /* 文字大小 */
    font-weight: bold; /* 加粗 */
}
/* 数字球显示窗口 */
.ball-window {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* 数字球背景图片 */
.ball-sprite {
    width: 60px;
    height: 600px; /* 10个球，每个60px高 */
    background-image: url('/images/wingo/wingo_number.png');
    background-size: 60px 600px;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: background-position 0.1s ease-in-out;
}
/* 动画效果 */
.ball-sprite.fast-spin {
    animation: fastSpin 0.1s linear infinite;
}

@keyframes fastSpin {
    0% { background-position: 0 0; }
    10% { background-position: 0 -60px; }
    20% { background-position: 0 -120px; }
    30% { background-position: 0 -180px; }
    40% { background-position: 0 -240px; }
    50% { background-position: 0 -300px; }
    60% { background-position: 0 -360px; }
    70% { background-position: 0 -420px; }
    80% { background-position: 0 -480px; }
    90% { background-position: 0 -540px; }
    100% { background-position: 0 0; }
}

.betting-area {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5px;
    padding: 5px;
}

.bet-box {
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.bet-box {
    position: relative; /* 确保伪元素可以相对于这个容器定位 */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #00E51C; /* 默认的绿色背景 */
    transition: background-color 0.3s ease; /* 平滑过渡效果 */
}

.bet-box:hover {
    opacity: 0.75;
}

/* 当鼠标悬停时，改变伪元素的背景颜色 */
.bet-box:hover::before {
    background-color: rgba(0, 0, 0, 0.3); /* 半透明黑色蒙版 */
}

.bet-box:active {
    box-shadow: 0 0 15px #fff;
    transform: scale(0.95); /* 缩小到 95%，可以根据需要调整数值 */
}

/* 设置第一个 bet-box 的背景颜色 */
.bet-box:nth-child(1) {
    background-color: #00E51C; /* Green */
}

.bet-box:nth-child(6) {
    background-color: #FFF71C; /* Yellow */
}

.bet-box:nth-child(5) {
    background-color: #DBDBDB; /* Gray */
}

.bet-box:nth-child(2) {
    background-color: #FF50C5; /* Pink */
}

.bet-box:nth-child(4) {
    background-color: #00A3F1; /* Blue */
}

.bet-box:nth-child(3) {
    background-color: #FF0901; /* Red */
}


.color_bet_coin {
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 50px;
    margin: 10px;
    transition: transform 0.2s ease;
}

.color_bet_coin:active {
    transform: scale(0.95); /* 缩小到 95%，可以根据需要调整数值 */
}

.coin_check {
    border: 2px solid #FFF;
    box-shadow: 0 0 10px #263fb9;
    border-radius: 50%;
}

.color-bet-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.color-coin-back {
    border-radius: 8px;
    background: #A9CBFF;
    /*border: 1px solid rgba(0, 0, 0, .3019607843)*/
}

.bet-amount {
    width: 50%;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 5px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.color_tip_title {
    top: 10px;
    left: 10px;
    color: rgba(147, 172, 211, 1);
    font-size: 14px;
    font-weight: bold;
}

.color-result-img {
    align-items: center;
    justify-content: center;
    display: inline;
    padding: 2px;
    width: 25px;
    height: 25px;
}

.color-result {
    margin: 0 auto;
    padding-top: 1px;
    padding-bottom: 1px;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
}

.color-result-ico {
    align-items: center;
    justify-content: center;
    display: inline;
    padding: 3px;
    width: 4rem;
    height: 4rem;
    margin-left: 10px;
}


.color-coin-back .col-60 a.button {
    color: #ffffff;
    background: rgba(0, 117, 255, 1) !important;
    float: right;
    width: 90%;
    height: 40px;
    margin: 5px;
    font-size: 1.2rem;
    line-height: 40px;
}

.color-coin-back .col-40 a.button {
    color: #000000;
    border: 1px solid #93ACD3;
    height: 40px;
    margin: 5px 20px 5px 5px;
    font-size: 1.2rem;
    line-height: 40px;
}
.color-coin-ico {
    width: 40px;
    height: 40px;
    padding-bottom: 5px;
}

.game-container {
    margin: 5px;
    width: 100%;
    max-width: 630px;
    background-color: #333;
    /*border-radius: 10px;*/
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.top-row {
    display: flex;
    height: 120px;
}

.bet-area {
    border: 1px solid #333;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.bet-area.down {
    background: #02aa70 ;
}

.bet-area.mid {
    background: #118dbd;
}

.bet-area.up {
    background: #e23e2d;
}

.bet-area .number {
    color: #f3ec7e; /* 文字颜色为金色 */
    text-shadow: 2px 2px 0 #000; /* 第一层阴影 */
    font-weight: bold; /* 加粗字体 */
    position: absolute;
    top: 2px;
    font-size: 28px;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.bet-area .label {
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 30px;
    font-size: 24px;
    opacity: 0.6;
    text-transform: uppercase;
    font-weight: bold;
}

.bet-area .odds {
    color:#333333;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.6;
    padding-top: 5px;
    top: 30px;
    position: absolute;
}

.bet-area .bet-amount {
    width: 50%;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 5px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}


.number-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.single-number {
    color:#ffffff;
    border: 1px solid #333;
    background: #02aa70 ;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.single-number .number {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.single-number .odds {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.6;
    bottom: 7px;
}
.single-number .bet-amount {
    width: 80%;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    bottom: 5px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.footer {
    background-color: #222;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

/* Selected state and animation */
.bet-area.selected, .single-number.selected {
    transform: scale(0.95);
    box-shadow: inset 0 0 20px rgba(255,255,255,0.3);
    position: relative;
}

.bet-area.selected::after, .single-number.selected::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid yellow;
    animation: pulses 1s infinite;
    border-radius: 2px;
    pointer-events: none;
}

@keyframes pulses {
    0% { opacity: 0.8; }
    50% { opacity: 0.5; }
    100% { opacity: 0.8; }
}

.memory-module {
    position: relative;
    background-color: #E4EAFF;
    border-radius: 12px;
    padding: 8px;
    margin: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.memory-inner {
    width: 100%;
    height: 100%;
    background-color: #A9CBFF;
    border-radius: 6px;
    position: relative;
}

.notch {
    position: absolute;
    background-color: #E4EAFF;
    width: 20px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.notch-left {
    left: -8px;
    border-radius: 0 8px 8px 0;
}

.notch-right {
    right: -8px;
    border-radius: 8px 0 0 8px;
}

.toolbar .col-60 a.button {
    color: #ffffff;
    background: linear-gradient(rgba(255, 99, 246, 1), rgba(255, 219, 76, 1));
    float: right;
    width: 90%;
    height: 40px;
    margin: 5px;
    font-size: 1.2rem;
    line-height: 40px;
}

.toolbar .col-40 a.button {
    color: #93ACD3;
    border: 1px solid #93ACD3;
    height: 40px;
    margin: 5px 20px 5px 5px;
    font-size: 1.2rem;
    line-height: 40px;
}

.title-container {
    display: flex;
    align-items: center;
    gap: 10px; /* 控制标题和徽章之间的间距 */
}

.live-badge {
    display: flex;
    align-items: center;
    background-color: red; /* 根据你的设计调整 */
    color: white;
    padding: 2px 8px;
    border-radius: 2em;
    font-size: 12px;
    margin-bottom: 3px;
}

.live-dot {
    width: 0.8em;
    height: 0.8em;
    background-color: white;
    border-radius: 50%;
    margin-right: 0.5em;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}

.live-trading-badge {
    display: inline-flex;
    align-items: center;
    background-color: #e53935; /* 紅底 */
    color: white;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

.live-trading-badge svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    animation: blink 1s infinite;
    stroke: white; /* icon 顏色 */
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
/* 新增角标样式 */
.game-link {
    position: relative; /* 关键：为角标定位提供参照 */
    display: block;     /* 确保链接块级化，避免布局问题 */
}

.game-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;        /* 角标宽度 */
    height: 40px;       /* 角标高度 */
    background-image: url('../images/new.png'); /* 默认角标图 */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;         /* 确保角标在图片上方 */
}

.game-link[data-corner="color"]::after {
    left: 2px;
    background-image: url('../images/hot.png'); /* 默认角标图 */
}
.live_title{
    display: flex;
    gap: 10px;
}
.live-trading-index {
    display: inline-flex;
    align-items: center;
    background-color: #e53935;
    color: white;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 2px;
}
.live-trading-index svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    animation: blink 1s infinite;
    stroke: white; /* icon 顏色 */
}
.btn-pick3-color-type2 {
    opacity: 0;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0px 1px;
    color: #000000;
    border: none;
    margin-top: 2px;
    animation-name: fadeIn, shrink;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    float: left;
}

/* 为每个img元素设置递增的animation-delay */
.btn-pick3-color-type2:nth-child(1) {
    animation-delay: 0.2s;
}
.btn-pick3-color-type2:nth-child(2) {
    animation-delay: 0.4s;
}
.btn-pick3-color-type2:nth-child(3) {
    animation-delay: 0.6s;
}
.btn-pick3-color-type2:nth-child(4) {
    animation-delay: 0.8s;
}
.btn-pick3-color-type2:nth-child(5) {
    animation-delay: 1s;
}
.btn-pick3-color-type2:nth-child(6) {
    animation-delay: 1.2s;
}

.ball-container {
    position: relative;
    float: left;
    display: inline-block;
    height: 100%;
}

.ball-label {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

/* 为不同字母设置不同颜色 */
.ball-container:nth-child(3) .ball-label { color: red; }    /* A - 红色 */
.ball-container:nth-child(4) .ball-label { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(5) .ball-label { color: orange; } /* C - 橙色 */

.ball-label-1 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

/* 为不同字母设置不同颜色 */
.ball-container:nth-child(1) .ball-label-1 { color: red; }    /* A - 红色 */
.ball-container:nth-child(2) .ball-label-1 { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(3) .ball-label-1 { color: orange; } /* C - 橙色 */

.ball-label4 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.ball-container:nth-child(2) .ball-label4 { color: red; }    /* A - 红色 */
.ball-container:nth-child(3) .ball-label4 { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(4) .ball-label4 { color: orange; } /* C - 橙色 */
.ball-container:nth-child(5) .ball-label4 { color: rgba(0, 128, 0, 1); }

.ball-label4-1 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.ball-container:nth-child(1) .ball-label4-1 { color: red; }    /* A - 红色 */
.ball-container:nth-child(2) .ball-label4-1 { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(3) .ball-label4-1 { color: orange; } /* C - 橙色 */
.ball-container:nth-child(4) .ball-label4-1 { color: rgba(0, 128, 0, 1); }

.ball-label5 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.ball-container:nth-child(1) .ball-label5 { color: red; }    /* A - 红色 */
.ball-container:nth-child(2) .ball-label5 { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(3) .ball-label5 { color: orange; } /* C - 橙色 */
.ball-container:nth-child(4) .ball-label5 { color: rgba(0, 128, 0, 1); }
.ball-container:nth-child(5) .ball-label5 { color: rgba(128, 0, 128, 1); }.ball-container {
                                                                              position: relative;
                                                                              float: left;
                                                                              display: inline-block;
                                                                              height: 100%;
                                                                          }

.ball-label {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

/* 为不同字母设置不同颜色 */
.ball-container:nth-child(3) .ball-label { color: red; }    /* A - 红色 */
.ball-container:nth-child(4) .ball-label { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(5) .ball-label { color: orange; } /* C - 橙色 */

.ball-label-1 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

/* 为不同字母设置不同颜色 */
.ball-container:nth-child(1) .ball-label-1 { color: red; }    /* A - 红色 */
.ball-container:nth-child(2) .ball-label-1 { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(3) .ball-label-1 { color: orange; } /* C - 橙色 */

.ball-label4 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.ball-container:nth-child(2) .ball-label4 { color: red; }    /* A - 红色 */
.ball-container:nth-child(3) .ball-label4 { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(4) .ball-label4 { color: orange; } /* C - 橙色 */
.ball-container:nth-child(5) .ball-label4 { color: rgba(0, 128, 0, 1); }

.ball-label4-1 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.ball-container:nth-child(1) .ball-label4-1 { color: red; }    /* A - 红色 */
.ball-container:nth-child(2) .ball-label4-1 { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(3) .ball-label4-1 { color: orange; } /* C - 橙色 */
.ball-container:nth-child(4) .ball-label4-1 { color: rgba(0, 128, 0, 1); }

.ball-label5 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.ball-container:nth-child(1) .ball-label5 { color: red; }    /* A - 红色 */
.ball-container:nth-child(2) .ball-label5 { color: #0070c0; }   /* B - 蓝色 */
.ball-container:nth-child(3) .ball-label5 { color: orange; } /* C - 橙色 */
.ball-container:nth-child(4) .ball-label5 { color: rgba(0, 128, 0, 1); }
.ball-container:nth-child(5) .ball-label5 { color: rgba(128, 0, 128, 1); }

.pick3OpenGameName {
    margin-top: 2px;
    /*width: 8rem;*/
    font-size: 0.8rem;
}
.draw-container-pick {
    display: flex;
    justify-content: center;
}
.pick-logo {
    width: 4rem;
    height: 4rem;
    border-radius: 8px;
}

.pick-draw-info {
    text-align: left;
    margin-left: 3px;
}

.pick-draw-info h1 {
    font-size: 1rem;
    color: #000000;
}

.pick-draw-info p {
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 5px;
    color: #000000;
}

.pick-draw-info-timer {
    height: 20px;
    background-color: #0075FF;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 5px;
    margin-top: 5px;
}

.pick3-header-type2 {
    background: #E4EAFF;
    padding: 20px 0;
}
/* 未输入时的占位符颜色 */
.pick3log_num:nth-child(1)::placeholder {
    color: rgba(255, 59, 48, 0.6);
}
.pick3log_num:nth-child(2)::placeholder {
    color: rgba(0, 122, 255, 0.6);
}
.pick3log_num:nth-child(3)::placeholder {
    color: rgba(255, 204, 0, 0.6);
}
.pick3log_num:nth-child(4)::placeholder {
    color: rgba(0, 128, 0, 0.6);
}
.pick3log_num:nth-child(5)::placeholder {
    color: rgba(128, 0, 128, 0.6); /* RGB 格式 */
}

.sticky-container {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(228, 234, 255, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

/* 固定图标样式 */
.fixed-icon {
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 101;
    position: relative;
}

.fixed-icon img {
    width: 30px;
    height: 30px;
}

.nav-container {
    width: calc(100% - 54px); /* 减去固定图标的宽度 */
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.nav-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.nav-tabs {
    display: flex;
    padding: 7px 5px;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: none; /* 对于支持的浏览器隐藏滚动条 */
}
.nav-tab {
    padding: 8px 4px;
    margin: 0 5px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
    flex-shrink: 0;
}

.nav-tab.active {
    color: rgba(0, 117, 255, 1);
    font-weight: 500;
}

.nav-tab.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background-color: rgba(0, 117, 255, 1);
    border-radius: 3px;
}


/* 锚点区域样式 */
.anchor-section {
    min-height: 800px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body > #app > .view .page .page-content-index {
    max-width: 100vw;
    overflow-x: hidden;
    padding-top: 0;
    height: calc(100vh - var(--f7-navbar-height));
    /*overflow: auto; !* 启用滚动 *!*/
    scrollbar-width: none; /* 对于支持的浏览器隐藏滚动条 */
}