@font-face { font-family: 'Karla'; /*src: url('../../common/font/Karla/Karla-Light.ttf') format('truetype');*/ src: url('../../common/font/Karla/Karla-Regular.ttf') format('truetype'); font-style: normal; font-display: swap; } @font-face { font-family: 'Work Sans'; src: url('../../common/font/Work_Sans/static/WorkSans-ExtraBold.ttf') format('truetype'); font-style: normal; font-display: swap; } body { /*font-family: 'Karla', sans-serif;*/ font-family: 'Roboto',sans-serif,arial,Verdana; font-size: 16px; background-color: #fff; color: #333; } .ff-title{ font-family: 'Work Sans', sans-serif; } .table td{ border: 1px solid #ccc!important; } /*头部和底部，手机电脑端的显示与隐藏*/ @media (min-width: 1025px) { .d-pc { display: block; } .d-phone { display: none; } } @media (max-width: 1024px) { .d-pc { display: none; } .d-phone { display: block; } } .fs-1 { font-size: 3rem!important; } .fs-2 { font-size: 1.5rem!important; } .fs-3 { font-size: 1.2rem!important; } .fs-4 { font-size: .9rem!important; } .fs-5 { font-size: .8rem!important; } .fs-6 { font-size: .6rem!important; } .text-primary { color: rgb(255, 102, 51) !important; } .text-secondary { color: #5187f3 !important; } .text-close { color: #6c6666; } .bg-primary { background-color: rgb(255, 102, 51) !important; } .text-price{ color: rgb(255, 63, 0); } .text-step{ color: rgb(255, 26, 56)!important; } .bg-secondary { background-color: #5187f3 !important; } .bg-buy { background-color: #1D77E7; } .bg-sale { background-color: #F5F5F5; } .btn-primary { background-color: rgb(250, 110, 64) !important; border: 1px solid rgb(250, 110, 64) !important; } .btn-primary:hover { background-color: rgb(246, 64, 6) !important; border: 1px solid rgb(246, 64, 6) !important; } .btn-buy { color: #fff!important; background-color: #1D77E7 !important; border: 1px solid #1D77E7 !important; } .btn-buy:hover { color: #fff!important; background-color: #FA6E40!important; border: 1px solid #FA6E40!important; } .btn3 { background-color: #FA6E40; color: #fff; } .btn3:hover { background-color: #f14b13 !important; color: #fff !important; } .btn3:active { background-color: #f14b13; border: 1px solid #f14b13; color: #fff; } .btn4 { background-color: #4d5154; color: #fff; } .btn4:hover { background-color: #606069 !important; color: #fff !important; } .btn4:active { background-color: #4d5154; border: 1px solid #4d5154; color: #fff; } /* .btn-outline-primary{ color: rgb(255,102,51) !important; border:1px solid rgb(255,102,51) !important; } .btn-outline-primary:hover{ color: #fff !important; background-color: rgb(255,102,51) !important; border-color: rgb(255,102,51) !important; } */ .btn-outline-primary { color: #000 !important; border: 1px solid #ccc !important; } .btn-outline-primary:hover { color: #fff !important; background-color: #ccc !important; border-color: #ccc !important; } .btn-outline-primary:active, .btn-outline-primary:focus-visible, .btn-outline-primary.show { background-color: #ccc; color: #fff; } .btn-outline-secondary { color: #000 !important; border: 1px solid rgb(255, 102, 51) !important; } .btn-outline-secondary:hover { color: #fff !important; background-color: rgb(255, 102, 51) !important; border-color: rgb(255, 102, 51) !important; } .btn-outline-secondary:active, .btn-outline-secondary:focus-visible, .btn-outline-secondary.show { background-color: rgb(255, 102, 51); color: #fff; } .btn-game.show, .btn-game:hover{ border: none; } .border-light:focus { box-shadow: 0 !important; border-color: rgb(255, 102, 51) !important; } .list-group-item.active { z-index: 2; color: rgb(255, 102, 51) !important; background-color: #ccc; border: none; } a { color: #666; text-decoration: none !important; } a:hover { color: rgb(255, 102, 51) !important; text-decoration: none !important; } .icbox a:hover { color: #fff!important; text-decoration: none !important; } .text-main { color: #333; } .bg-jianbian { background-image: repeating-linear-gradient(45deg, rgb(7, 137, 151), rgb(7, 137, 151), rgb(7, 137, 151), rgb(7, 137, 151), rgb(31, 118, 231), rgb(31, 118, 231), rgb(31, 118, 231), rgb(31, 118, 231)); } /* 鼠标悬停图片放大加阴影边框效果 */ .wyx-hv .gamebox { transition: all 0.5s; } .wyx-hv .gamebox:hover { transform: scale(1.1); box-shadow: 5px 8px 5px rgb(61, 58, 58); } /* 鼠标悬停图标旋转 */ @keyframes turnY { 0% { transform: rotateY(0deg); } 50% { transform: rotateY(180deg); } 100% { transform: rotateY(360deg); } } .wyx-xz:hover { animation-name: turnY; animation-duration: 1s; animation-iteration-count: 1; animation-delay: 0.4s; animation-fill-mode: none; animation-timing-function: ease-in-out; } @media screen and (max-width: 992px) { #wyx-xz, #wyx-xz1, #wyx-xz2 { font-size: 50px; } } @media screen and (min-width: 993px) { #wyx-xz, #wyx-xz1, #wyx-xz2 { font-size: 80px; } } @media screen and (max-width: 992px) { #choose-icon1, #choose-icon2, #choose-icon3, #choose-icon4 { font-size: 26px; } } @media screen and (min-width: 993px) { #choose-icon1, #choose-icon2, #choose-icon3, #choose-icon4 { font-size: 60px; } } @media screen and (max-width: 992px) { .wyx-lb { margin-top: 58px; } } @media screen and (min-width: 993px) { .wyx-lb { margin-top: 10px; } } .wyx-hv2 .reason { transition: all 0.3s; } .wyx-hv2 .reason:hover { transform: scale(1.05); box-shadow: 1px 4px 8px rgb(61, 58, 58); } @media screen and (max-width: 992px) { .zf { width: 60%; } } @media screen and (min-width: 993px) { .zf { width: 35%; } } .jbwz { font: bold Poppins, sans-serif; } .jbwz { background-image: linear-gradient(to right, rgb(39, 143, 254), rgb(255, 208, 9), rgb(39, 143, 254)); -webkit-background-clip: text; background-clip: text; color: transparent; } .swiper-button-next:after, .swiper-button-prev:after { font-size: 26px !important; } @media screen and (max-width: 992px) { .jbwzbox .text-b { font-size: 20px !important; } } @media screen and (min-width: 993px) { .jbwzbox .text-b { font-size: 52px !important; } } .modal-backdrop { --bs-backdrop-zindex: 1029 !important; } @media screen and (max-width: 992px) { .wyx-why { left: calc(50% - 90px); top: -30px; font-size: 2rem; } } @media screen and (min-width: 993px) { .wyx-why { left: calc(50% - 132px); top: -30px; font-size: 2rem; } } /* 三号效果 */ .icon2 { animation: animateSpan 0.5s ease-in-out infinite; } @keyframes animateSpan { 0% { transform: scale(1.3); } 50% { transform: scale(0.7); } 100% { transform: scale(1.3); } } input { border: 0; } .sg-btn:hover { color: #fff !important; } a.sls-text { color: #fff !important; } a.sls-text:hover { color: #fff !important; } .wyx-hv2 .reason { transition: all 0.3s; } .wyx-hv2 .reason:hover { transform: scale(1.05); box-shadow: 1px 4px 8px rgb(61, 58, 58); } .page-link{ color: #000; } .active>.page-link, .page-link.active { z-index: 3; color: var(--bs-pagination-active-color); background-color: rgb(255, 102, 51) !important; border-color: rgb(255, 102, 51) !important; } a.toreg{ color:#fff!important; } a.toreg:hover{ color:#fff!important; } .text-ad{ color: #ff0000; } .rg-input:focus-visible { outline: 1px solid rgb(255, 102, 51) !important; } .form-control:focus { color: var(--bs-body-color); background-color: var(--bs-form-control-bg); border-color: rgb(255, 102, 51); outline: 0; box-shadow: 0 0 0 0 ; } .form-select:focus { border-color: rgb(255, 102, 51); outline: 0; box-shadow: 0 0 0 0 ; } .border-nav{ border: 1px solid #ccc; } .border-nav:focus{ border: 1px solid rgb(255, 102, 51) !important; } .btn-s:hover{ color: #fff !important; } .wyx-btn1:hover{ color: #fff !important; background-color: #f14208!important; } .border-cate{ border: 4px solid #5186F2!important; border-top: 0!important; } a.currency-header:hover{ color: #fff!important; background-color: #FE6633!important; } a.lang:hover{ color: #fff!important; background-color: #FE6633!important; } a.lg-quick:hover{ color: #fff!important; background-color: #FE6633!important; } .text-a{ color: #f59479 !important; } .border-grey, .border-grey:active, .border-grey:focus { border: 1px solid #343A40 !important; } .gold-qty-invalid.form-control.is-invalid, .was-validated .form-control:invalid { background-position: right calc(2.3em + 0.1875rem) center; } .top-cate:hover{ background-color: #fff; font-weight: bold; } .top-cate-active{ font-weight: bold; background-color: #fff!important; color: #FE6633!important; } .bg-zffs { width: 150px; height: 65px; background: url('../images/all-img.png') no-repeat; } .bg-cate { background-color: #282523; } .bg-dia4-dark{ background-color: #000; } .bg-dia4-dark img{ transition: all 0.5s; } .bg-dia4-dark:hover img{ transform: scale(1.1); } .bg-content { background-color: #EDEDED; } .bg-hg1 { background-color: #EEBE38; } .bg-hg2 { background-color: #7889FB; } .bg-hg3 { background-color: #61BBB9; } .bg-hg4 { background-color: #ED9064; } .bg-hg5 { background-color: #86C64E; } .bg-topnav { background-color: #EEEEEE; } .bg-navs { background-color: #00A0E6 !important; } .bg-banner { background-color: #FE6633; } .bg-news { background-color: #7B570D; } .bg-footnav { background-color: #2B2F38; } .bg-footcontent { background-color: #212830; } .bg-rate { background-color: #B1F2D0; } .bg-buy { background-color: #008CC8; } .bg-center { background-color: #1D2939; } .bg-fee { background-color: #4FAE52; } .text-shuzi { color: #FE6633; } .text-news { color: #00A5E8; } .text-star { color: #07B67B; } .text-rate { color: #0E7946; } .text-price { color: #FF0027; } .text-price2 { color: #ff541a; } .text-login{ color: #D13500; } .text-ico { color: #444141; } .text-step { color: #009EE3; } .text-why { color: #01ABEA; } .text-qian { color: #9d9a9a } .text-dia4-des{ color: #c9c9c9; } .text-dia4-des li:first-child{ color: #FF6633; } .text-dia4-des li::marker{ color: #3E91C9; } .text-buy{ color: #008CC8!important; } /*支付方式*/ .js-payment-icon-2, .js-payment-icon-3, .js-payment-icon-4, .js-payment-icon-5, .js-payment-icon-6, .js-payment-icon-7, .js-payment-icon-82{ background-position: 6px 2px; } .js-payment-icon-11 { background-position: -154px -248px; } .js-payment-icon-15 { background-position: 4px -355px; } .js-payment-icon-16 { background-position: 4px -353px; } .js-payment-icon-17 { background-position: 6px -299px; } .js-payment-icon-69 { background-position: 8px -60px; } .js-payment-icon-70, .js-payment-icon-135 { background-position: 22px -118px; } .js-payment-icon-71, .js-payment-icon-134 { background-position: 22px -178px; } .js-payment-icon-73 { background-position: 6px -240px; } .js-payment-icon-77{ background-position: 4px -413px; } .js-payment-icon-78{ background-position: -162px -56px; } .js-payment-icon-79{ background-position: -145px -117px; } .js-payment-icon-80{ background-position: -158px -184px; } .js-payment-icon-100{ background-position: -152px -363px; } .js-payment-icon-101{ background-position: -153px -420px; } .js-payment-icon-102{ background-position: -150px -480px; } .js-payment-icon-158{ background-position: 22px -118px; } .js-payment-icon-159 { background-position: 22px -178px; } .js-payment-icon-157 { background-position: 9px -56px; } /*.js-payment-icon-208 {*/ /* background-position: -1342px -398px;*/ /*}*/ .js-payment-icon-208 { background-position: 9px -240px; } .js-payment-icon-ideal{ background-position: 8px -476px; } .js-payment-icon-sepa{ background-position: 6px -535px; } .js-payment-icon-giropay{ background-position: -146px 2px; } .js-payment-icon-many{ background-position: -158px -248px; } .text-content-box h3{ text-align: center; } .bg-buy-active { background-color: #51cbff!important; color: #fff!important; } .btn2 { background-color: #FE6633; color: #fff; } .btn2:hover { background-color: #ff4f11 !important; color: #fff !important; } .btn2:active { background-color: #FE6633; border: 1px solid #FE6633; color: #fff; } .dropdown-menu{ --bs-dropdown-link-active-bg: #fff; } @media (min-width: 1025px) { .js-cart-preview-box .website-cart{ color: #fff } } @media (max-width: 1024px) { .js-cart-preview-box .website-cart{ color: #000 } } .description-box { width: 400px; font-size: 0.9rem; } .description-box table { width: 100%; } .description-box h2 { margin: 0; font-size: 1rem; text-align: center; background-color: #111; padding: 10px 0; } .description-box td { text-align: center; width: 50%; } .bg-table { background: #24211C; } .description-box a { color: #3fbddd; } .description-box img { width: 100%; max-width: 100%; } .bg-dia4-pl{ background-image: url(../images/dia4-pl-bg.jpg) ; background-size: contain; } .rsvsrop-bg{ background-color: #F8F9FA!important; } .text-product-title{ color: #EAEB0A!important; } .text-product-type{ color: #BFBF08!important; } .text-product-bd{ color: #d7d7d7!important; } .text-product-text{ color: #B0A799!important; } .text-product-price{ color: #facd91!important; } .product-box{ border: 2px solid #A99412; background: linear-gradient(180deg,#4A3308,#251D0F,#151514); } .btn-type{ color: #000!important; background-color: #eee!important; } .btn-type-active, .btn-type:hover{ color: #ffffff!important; background-color: #00A0E6!important; } .btn-item{ color: #000!important; border: 1px solid #e9e9e9!important; } .btn-item-active, .btn-item:hover{ color: #00A0E6!important; border-color: #00A0E6!important; } .btn-cart{ z-index: 10000000; border: 1px solid #c5a76d; background: #c5a76d; transition: 0.5s; color: #fff; } .btn-cart:hover{ border: 1px solid #f1c054; background: #f1c054; transition: 0.5s; color: #fff; } .btn-cart:disabled{ border: 1px solid #a2a1a1; background: #a2a1a1; transition: 0.5s; color: #fff!important; opacity: 1; } .btn-congra{ border: 1px solid #00B67A; color: #00B67A; } .btn-congra:active, .btn-congra:hover{ background-color: #00B67A; color: #ffffff; } .rsvsrop-title{ color: #009EE3!important; } .description-box-2{ width: 450px; font-size:0.9rem; } .description-box-2 table { width: 100%; } .description-box-2 h2{ margin: 0; font-size: 1rem; text-align: center; background-color: #111; padding: 10px 0; } .description-box-2 td{ text-align: center; width:50%; } .bg-table{ background: #24211C; } .description-box-2 a{ color: #3fbddd; } .description-box-2 img{ width: 100%; max-width: 100%; } .cy-select-picker:hover, .cy-select-picker:active, .cy-select-picker:focus-visible{ background-color: #f8f9fa!important; } .cy-select-picker:focus, .cy-select-picker .dropdown-toggle:focus{ border: none!important; } .js-select-picker .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .js-select-picker .bootstrap-select .dropdown-toggle:focus { outline: none!important; } .js-select-picker .dropdown-item:hover { color: rgb(255, 255, 255) !important; background-color: #1E90FF !important; } .js-select-picker .dropdown-menu { max-height: 300px; /*max-width: 100%;*/ } .js-select-picker .dropdown-item.active, .js-select-picker .dropdown-item:active { color: rgb(255, 255, 255) !important; background-color: #1E90FF !important; } .bootstrap-select button.cy-select-picker.dropdown-toggle:focus{ outline: none!important; border: 1px solid #ccc!important; } .cy-select-picker{ border: 1px solid #ccc!important; } .img-modal-box{ width: 500px; font-size:0.9rem; } .cart-drop .dropdown-item.active, .cart-drop .dropdown-item:active { color: #000!important; background-color: #fff!important; } @media screen and (max-width: 768px) { .home-banner-box{ height: 120px; } } @media screen and (min-width: 769px) and (max-width: 1024px) { .home-banner-box{ height: 250px; } } @media screen and (min-width: 1024px) and (max-width: 1100px) { .home-banner-box{ height: 320px; } } @media screen and (min-width: 1100px) and (max-width: 1280px) { .home-banner-box{ height: 380px; } } @media screen and (min-width: 1280px) and (max-width: 1536px) { .home-banner-box{ height: 440px; } } @media screen and (min-width: 1536px) and (max-width: 1745px) { .home-banner-box{ height: 520px; } } @media screen and (min-width: 1745px){ .home-banner-box{ height: 568px; } } /*cod 代练webp图片显示错误修改*/ .cod-webp-img{ position: absolute; right:-6px; top: 54px; width: 150px; max-height: 150px; } .cod-cart-img img{ max-width: 100%; max-height: 100%; } @media screen and (min-width: 768px) { .js-item-countdown { font-weight: bold; font-size: 0.9rem !important; } } @media screen and (max-width: 769px) { .js-item-countdown { font-size: 0.7rem !important; } } /* 语言样式 */ .lang:hover { color: #fff; background-color: #F4AE1B !important; } .bg-lang { width: 16px; height: 13px; background: url('../images/lan.png') no-repeat; } .lang-en { background-position: 0 1px; } .lang-zh { background-position: 0 -66px; } .lang-de { background-position: 0 -12px; } .lang-fr { background-position: 0 -39px; } .lang-it { background-position: 0 -26px; } .lang-es { background-position: 0 -53px; } .lang-ar { background-position: 0 -81px; } .lang-ru { background-position: 0 -93px; } .icon-service{ width: 25px; height: 25px; background: url('../images/service.webp') no-repeat; background-size: 100%; background-position: 0 60px; border-radius: 50%; } i.na_east{ background-position: 0 0; } i.na_west{ background-position: 0 0; } i.eu_central{ background-position: 0 -37px; } i.jp{ background-position: 0 -375px; } i.sa{ background-position: 0 -450px; } i.korea{ background-position: 0 -824px; } i.sa_east{ display: inline-block; width: 26px; height: 25px; background-image: url('../images/sa-east.jpg'); background-size: cover; background-position: center; } i.ap_northeast{ display: inline-block; width: 25px; height: 25px; background-image: url('../images/ap-northeast.png'); background-size: cover; background-position: center; margin-right: 0.08rem!important; } .affix-txt{ color: #000; } .affix-box:hover .affix-txt{ color: #008CFF; } .hot-game-box img{ filter: brightness(90%); } .hot-game-box img:hover{ filter: brightness(110%); } .bo6-bot-lobby-bg-img{ background: url('../images/bo6-bot-lobby-bg-img.png') center top #fff no-repeat; background-size: contain; padding: 220px 0 20px; } .bo7-bot-lobby-bg-img{ background: url('../images/bo7-bot-lobby-bg-img.png') center top #fff no-repeat; background-size: contain; padding: 220px 0 20px; } 