/*-----------公共样式--------------*/
body {    
  font-family: arial,Verdana;
  font-size: 14px;
  color: #6c6c6c;
  background: #1a1c31 url(/dist/images/index-bg.webp) center top fixed no-repeat;
}
*{
    box-sizing: border-box;
}
body,h1,h2,h3,p,ul,ol,form,fieldset,figure {
    margin: 0;
    padding: 0;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
input,textarea{outline: medium;}
img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
ul,ol {
    list-style: outside none none;
}
li{list-style:none; padding: 0; margin: 0;}
a{
   color: #0057AD; 
}
a,a:hover, a:focus {
    border: none;
    cursor: pointer;
    text-decoration: none;
}
input::-webkit-outer-spin-button,  
input::-webkit-inner-spin-button{  
    -webkit-appearance: none !important;  
    margin: 0;  
}
input[type="number"] {
    -moz-appearance: textfield;
}
.main-page{float:left;width:100%; background: #f3f3f3 url(/dist/images/bot-bg.webp) center bottom no-repeat}
.red{color: red;vertical-align:sub;margin-right: 4px;}
.none{display: none;}
.orange{color: #ec5d34;}
.clear {clear: both;}
.area{float: left;}
.areas{float: left;width: 100%;}
.container{width: 1200px; margin: 0 auto;position: relative;}
.loging{position: fixed;background: #fff;left: 0;right: 0;top: 0;bottom: 0;z-index: 100000000;text-align: center;}
.loging img{position: absolute;top:45%;}
.wrong-timeout{text-align: center;background: #fff;height: 200px;margin-bottom: 40px;border-radius: 5px;color: #333;padding-top: 70px;}
.wrong-timeout p{margin-bottom: 10px;font-size: 20px;}
.items-img{width: initial;height: initial;}
.live-chat-btn{cursor: pointer;}
.mask {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.crumbs-details{    
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
.crumbs-details .crumbs-list li{
    float: left;
}
.crumbs-details .crumbs-list li:before {
    padding: 0 5px;
    font-size: 14px;
    color: #4c6285;
    vertical-align: sub;
}
.crumbs-details .crumbs-list li:first-child:before{
    display: none;
}
.crumbs-details a{
  
  color: #fff;
  font-weight: bold;
}
.crumbs-details a:hover{
    color: #66c792;
}
.crumbs-details i{
    margin-right: 4px;
}
.upward {
    font-size: 30px;
    line-height: 60px;
    position: fixed;
    z-index: 999;
    right: 17px;
    bottom: 160px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #c4bfbe;
    border-radius: 50%;
    background: #222;
}
.activity-tian{
  background: url(/dist/images/christmas/activity.webp) no-repeat;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 1000;
  width: 222px;
  height: 222px;
  animation:myletian 5s infinite;
}

@keyframes myletian
{
0%   {transform:rotate(0deg);}
25%  {transform:rotate(90deg);}
50%  {transform:rotate(180deg);}
75%  {transform:rotate(270deg);}
100% {transform:rotate(360deg);}
}

/*-----------头部样式--------------*/
#chat-widget-container{z-index: 1000 !important;}
.header{
  position: relative;
  z-index: 1001;
    background: #000;
}
.header .logo {
  position: absolute;
  left: 0;
  right: 0;
  top:14px;
  margin: 0 auto;
  width: 129px;
}
.header .top{
  height: 60px;
  background: #1e0c22;
}
.header .top .head-text {
  font-size: 14px;
  line-height: 60px;
  float: left;
  color: silver;
}
.header .top .head-text a{
  color:#47A4FF;
}
.header .personal{
    float: right;
}
.header .personal .personal-ul{
  float: right;
}
.personal-ul li{
  float: left;
}
.personal-ul .link{
  line-height: 58px;
}
.personal-ul .link a{
  font-size: 13px;
  padding: 0 10px;
  cursor: pointer;
  color: #000;
}
.personal-ul .link a:hover{
  color: #ff8208;
}

.header .personal-ul .user-area{
  margin-left: 10px;
  margin-right: 20px;
  height: 58px;
  line-height: 58px;
}
.header .personal-ul .user-area .userlog{
  color: #f4b439;
  cursor: pointer;
}
.header .personal-ul .user-area .userlog .user-ico{
  font-size: 18px;
}
.log-box {
  position: fixed;
  z-index: 100000000001;
  top: 204px;
  right: 0;
  left: 0;
  width: 430px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.log-box .user-title {
  font-size: 24px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
  background: #5e5574;
}
.log-box .cols {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
}
.log-box .error-text {
  display: inline-block;
  padding: 10px 10px 10px 30px;
  border-radius: 3px;
  background: red;
  position: relative;
  text-align: left;
  margin: 0 10px 10px;
  line-height: 1;
}
.log-box .error-text .dragon {
  position: absolute;
  left: 8px;
  top: 11px;
  color: #fff;
  font-size: 14px;
}
.log-box .error-text p {
  float: left;
  color: #fff;
}
.log-box li {
  position: relative;
  width: 100%;
  padding: 0 40px;
  text-align: left;
  line-height: 1.5;
}
.log-box li .form-control {
  font-size: 16px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  padding-left: 15px;
  color: #4c6285;
  border: 1px solid #e4e8ef;
  border-radius: 5px;
}
.log-box li .icons {
  font-size: 18px;
  position: absolute;
  top: 16px;
  right: 60px;
  color: #b2b4b7;
}
.log-box .reset-z-area {
  line-height: 22px;
}
.log-box .reset-z-area .tian-radio {
  float: left;
  color: #66c792;
}
.log-box .de-de .tian-radio,
.log-box .fr-fr .tian-radio{
  white-space: initial;
  line-height: 1;
}
.log-box .reset-z-area .reset-passwd {
  font-size: 14px;
  float: right;
  color: #ffb822;
}
.log-box .reset-z-area .tian-radio a{
  color: #ffb822;
}
.log-box .reset-z-area .tian-radio label {
  font-weight: 400;
  cursor: pointer;
  color: #222;
}
.log-box .submit {
  float: left;
  width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 46px;
  height: 46px;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 3px;
  background: #ffb822;
}
.log-box .or-t-continue {
  margin-top: 20px;
  text-align: center;
}
.log-box .registered {
  font-size: 14px;
  line-height: 30px;
  display: block;
  height: 30px;
  margin-bottom: 50px;
  text-align: center;
  color: #6e6e6e;
}
.log-box .registered span {
  color: #ffb822;
  cursor: pointer;
}
.log-box .list-link {
  line-height: 55px;
  height: 55px;
  padding: 0 60px;
}
.log-box .list-link a .user-let{
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
}
.log-box .list-link a {
  font-size: 20px;
  display: block;
  color: #6e6e6e;
}
.log-box .list-link a .dragon {
  float: right;
  margin: 16px 0;
}
.log-box .list-link {
  border-bottom: 1px solid #ebebeb;
}
.log-box .content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.log-box .list-link a:hover {
  color: #687bd9;
}

.header .personal-ul .cart-area{
  margin-right: 20px;
}
.header .personal-ul .cart-area .cart{
  color: #f4b439;
  padding: 20px 0;
  position: relative;
  display: inline-block;
}
.header .personal-ul .cart-area .user-ico{
  font-size: 18px;
}
.header .personal-ul .cart-area .cart-total{
  font-size: 10px;
  font-style: normal;
  line-height: 15px;
  position: absolute;
  top: 14px;
  left: 11px;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: red;
}
.header .personal-ul .cart-area .ico{
  margin-left: 5px;
}
.header .personal .sing {
  color: #f4b439;
}
.header .personal .singafter {
  font-size: 18px;
}

.header .personal .currency {
    position: relative;
    border-radius: 3px;
    margin: 14px 0;
    border-bottom: 1px solid #191919;
    background: #0f0311;
}
.header .personal .ui-btn{
    color: #f4b439;
    padding: 7px;
    cursor: pointer;
    font-size: 12px;
}
.header .ui-btn span::before{        
    content: ""; 
    position:relative;
    top:-2px;
    float:left;
    width:20px;
    height:20px;
    margin-right:6px;
    background: url(/dist/images/countries/gw.webp) no-repeat;
    background-size: 100%;
}
.header .currency .ui-btn span[data-val="1"]::before{background-position: 0 0;}
.header .currency .ui-btn span[data-val="2"]::before{background-position: 0 -29px;}
.header .currency .ui-btn span[data-val="3"]::before{background-position: 0 -60px;}
.header .currency .ui-btn span[data-val="4"]::before{background-position: 0 -90px;}
.header .currency .ui-btn span[data-val="5"]::before{background-position: 0 -120px;}
.header .currency .ui-btn span[data-val="6"]::before,
.header .currency .ui-btn span[data-val="21"]::before{background-position: 0 -150px;}
.header .currency .ui-btn span[data-val="8"]::before,
.header .currency .ui-btn span[data-val="28"]::before{background-position: 0 -180px;}
.header .currency .ui-btn span[data-val="12"]::before,
.header .currency .ui-btn span[data-val="24"]::before{background-position:0 -240px;}
.header .currency .ui-btn span[data-val="10"]::before,
.header .currency .ui-btn span[data-val="23"]::before{background-position:0 -210px;}
.header .currency .ui-btn span[data-val="14"]::before,
.header .currency .ui-btn span[data-val="25"]::before{background-position:0 -270px;}
.header .currency .ui-btn span[data-val="16"]::before,
.header .currency .ui-btn span[data-val="26"]::before{background-position:0 -301px;}
.header .currency .ui-btn span[data-val="22"]::before,
.header .currency .ui-btn span[data-val="27"]::before{background-position:0 -331px;}
.header .ui-btn i{
    font-size: 7px;
    margin-left: 4px;
}
.header .ui-options {
    position: absolute;
    top: 30px;
    left: 0;
    overflow: inherit;
    width: 100%;
    max-height: 590px;
    padding: 0;
    text-align: right;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    background: #fff;
    z-index: 9999;
}
.header .ui-option {
    width: 100%;
    line-height: 25px;
    text-align: left;
    padding-left: 6px;
    color: #303640;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #efeff6;
}
.header .ui-option::before{        
    content: ""; 
    position:relative;
    top: 5px;       
    display: inline-block;
    width:20px;
    height:20px;
    margin-right:5px;
    background: url(/dist/images/countries/gw.webp) no-repeat;
    background-size: 100%;
}
.header .currency .ui-option[data-val="USD"]::before{background-position: 0 0;}
.header .currency .ui-option[data-val="EUR"]::before{background-position: 0 -29px;}
.header .currency .ui-option[data-val="GBP"]::before{background-position: 0 -60px;}
.header .currency .ui-option[data-val="AUD"]::before{background-position: 0 -90px;}
.header .currency .ui-option[data-val="CAD"]::before{background-position: 0 -120px;}
.header .currency .ui-option[data-val="RUB"]::before{background-position: 0 -150px;}
.header .currency .ui-option[data-val="SGD"]::before{background-position: 0 -180px;}
.header .currency .ui-option[data-val="HKD"]::before{background-position: 0 -240px;}
.header .currency .ui-option[data-val="TWD"]::before{background-position: 0 -210px;}
.header .currency .ui-option[data-val="CNY"]::before{background-position: 0 -270px;}
.header .currency .ui-option[data-val="JPY"]::before{background-position: 0 -301px;}
.header .currency .ui-option[data-val="MXN"]::before{background-position: 0 -331px;}
.header .ui-option:hover{
    color: #fff;
    background:#f4592b;
}
.header .personal-ul li{
  float: left;
}
.header .nav-ul{
  display: inline-block;
}
.header .nav-ul .nav-li{
  position: relative;
  display: inline-block;
}
.header .nav-ul .left-distance{
  margin-left: 135px;
}
.header .nav-ul .nav-li .iconew{
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: green;
  padding: 0 4px;
  border-radius: 3px;
}
.header .nav-ul .menu-box{
  display: none;
  position: absolute;
  z-index: 10;
  text-align: left;
  width: 230px;
  background: #0a0d2d;
}
.header .nav-ul .linka{
  position: relative;
  z-index: 2;
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 13px;
  color: silver;
  cursor: pointer;
}
.header .nav-ul .linkb{
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #252f33;
  box-shadow: 0 -1px 0 0 #120805;
}
.header .nav-ul .linkb:hover{
  color: #f4b439;
}
.header .nav-ul .nav-li:hover .linka{
  color: #fff;
  background: #f4592b;
}
.header .nav-ul .nav-li:hover .menu-box{
  display: block;
}
/*购物车弹窗*/
.cart-area .cart-box {
  position: fixed;
  z-index: 10000000000;
  right: 0;
  bottom: 0;
  display: none;
  width: 300px;    
}
.cart-area .cart-box .title{
  font-size: 16px;
  color: #ffb400;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  border-radius: 4px 4px 0 0;
  background: #141c24;
}
.cart-area .cart-box .cols {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.cart-area .cart-box .cart-Empty{
  background: #191d22;
  display: block;
  color: #fff;
  border-radius: 5px;
}

.cart-area .cart-box ul {
  float: left;
  overflow: auto;
  width: 100%;
  max-height: 490px;
  background: #213244;
}
.cart-area .cart-box ul li {
  position: relative;
  float: left;
  width: 100%;
  padding:10px;
  border-bottom: 1px solid #141c24;
}
.cart-area .cart-box ul li .img {
  float: left;
  width: 50px;
  padding: 5px;
  text-align: center;
}
.cart-area .cart-box ul li .img img {
  display: inline-block;
  height: initial;
  width: initial;
  overflow: hidden;
  vertical-align: middle;
}
.cart-area .cart-box ul li .title-game {
    float: left;
    font-size: 12px;
    line-height: 1.5;
    width: 76%;
    text-align: left;
    padding: 5px;
    color: #fff;
}
.cart-area .cart-box ul li .dels {
  font-size: 16px;
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
  color: #fff;
}
.cart-area .cart-box ul li .dels:hover {
  color: red;
}
.cart-area .cart-box ul li .title-game .red {
    font-size: 16px;
    font-style: normal;
    display: block;
    margin-top: 5px;
    color: #fff;
}
.cart-area .cart-box .sum {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    text-align: right;
    color: #fff;
    line-height: 36px;
}
.cart-area .cart-box .sum .tile {
    font-size: 14px;
    font-style: normal;
    float: left;
    color: #fff;
}
.cart-area .cart-box .cbox {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 30px 30px;
  border-radius: 0 0 5px 5px;
  background: #213244;
}

.cart-area .cart-box .cbox .button {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    width: 45%;
    height: 36px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    color: #333;
    background: #f1f1f1;
}
.cart-area .cart-box .cbox .clear-all{
    margin-left: 10px;
}
.cart-area .cart-box .cbox .view-cart{
    margin-right: 10px;
    color: #0e0b04;
    font-weight: bold;
    background: #fcc803;
}
.cart-area .cart-box .cbox .button:hover{
  -webkit-filter: brightness(1.2);
}

.cart-area .cart-box .de-de .button{
  width: 100%;
  margin: 0;
}

/*----添加桌面快捷方式开始----*/
.desktop-area {
    line-height: 58px;
    position: fixed;
    z-index: 120;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background: rgba(33,33,33,.9);
}
.desktop-area p {
    font-size: 20px;
    color: #ff9300;
}
.desktop-area span {
    line-height: 36px;
    position: absolute;
    top: 12px;
    float: right;
    width: 150px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}
.desktop-area .get {
    right: 180px;
    color: #000;
    background: #fea133;
}
.desktop-area .exit {
    right: 0;
    color: #fff;
    background: #88757f;
}
.coupon .box-img {
    position: fixed;
    z-index: 100000000;
    top: 20%;
    right: 0;
    left: 0;
    height: 446px;
    width: 439px;
    margin: 0 auto;
    text-align: center;
    background: url(/dist/images/coupon.png) no-repeat;
    background-size: 100%;
}
.coupon .coupon-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.coupon .coupon-getit{
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 52px;
  left: 0;
  cursor: pointer;
}
.popup-promo-code{
  opacity:0;
}
/*----添加桌面快捷方式结束----*/

/*首页弹窗*/
.ad-lock-screen{
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,.7);
}
.ad-lock-screen .ad-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ad-lock-screen .ad-img .close {
  font-size: 50px;
  line-height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .8;
  color: red;
}
/*-----------底部样式--------------*/
.footer {    
    overflow: hidden;
    padding-top: 20px;
    background: #0d1420;
}
.footer .footer-line{
  margin: 0 -10px;
}
.footer .footer-line .outreach-3{
  padding: 10px;
  width: 16%;
}
.footer .footer-line .outreach-4{
  padding: 10px;
  width: 36%;
  text-align: center;
}
.footer .footer-line .outreach-4 .imgbox{
  display: inline-block;
}
.footer .footer-line .outreach-4 .logo{
  padding: 0 25px;
}
.footer .footer-line .outreach-4 .mcgo {
  float: left;
  width: 105px;
  height: 50px;
  min-height: 50px;
}
.footer .footer-line .outreach-4 .mcgo1 {
  background-position: -18px -573px;
}
.footer .footer-line .outreach-4 .mcgo2 {
  background-position: -166px -573px;
}

.footer .footer-line .outreach-4 .pgif {
  width: 100px;
}
.footer .footer-line .outreach-3 .menu1{
  color: #fff;
}
.footer .footer-line .outreach-3 li{
  float: left;
  width: 100%;
}
.footer .footer-line .outreach-3 li a {
  font-size: 14px;
  color: #b8bec5;
  line-height: 1.8;
}
.footer .footer-line .outreach-3 li a:hover{
  color: #fff;
}
.footer .footer-line .outreach-3 li img{
  margin: 5px;
  vertical-align: middle;
}
.footer .footer-line .outreach-3 li .rsrico {
  line-height: 40px;
}
.footer .footer-line .outreach-3 li .rsrico::before {
  float: left;
  content: '';
  width: 31px;
  height: 31px;
  margin: 5px;
}
.footer .footer-line .outreach-3 li .ook-1::before {
  background-position: 0 -638px;
}
.footer .footer-line .outreach-3 li .ook-2::before {
  background-position: 0 -682px;
}
.footer .footer-line .outreach-3 li .ook-3::before {
  background-position: 0 -727px;
}
.footer .footer-line .outreach-3 li .ook-4::before {
  background-position: 0 -768px;
}

.footer .footbottom {
  margin-top: 10px;
  padding: 10px 0;
  line-height: 1.5;
  text-align: center;
  color: #A8A9A9;
  background: #1e0c22;
}
.footer .footbottom a{
  color: #fff;
}

/*-----------翻页-----------------*/
.page {
    margin-top: 20px;
    text-align: center;
}
.page .pg{
    display: inline-block;
}
.page .pg .num,
.page .pg .next,
.page .pg .prev,
.page .pg .current{
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 2px;
    color: #484848;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
}
.page .pg .num:hover,
.page .pg .next:hover,
.page .pg .prev:hover,
.page .pg .current{
    color: #fff;
    background: #808080;
}
.page .pg em{display: none;}

.rsico, .rsrico::before {
  background: url(/dist/images/rsico.webp) no-repeat;
}
/*-----------首页-----------------*/
.index .title {
  font-family: Cinzel;
  font-size: 30px;
  color: #ddd;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.hot-game{
  float: right;
  width: 31%;
  text-align: center;
  margin-top: 20px;
}
.hot-game .hot-left,
.hot-game .hot-right{
  float: right;
}
.hot-game .hot-left {
  margin-bottom: 10px;
}
.hot-game .box {
  float: right;
  width: 365px;
  height: 258px;
}
.hot-game .price {
  font-family: Cinzel;
  font-size: 30px;
  display: block;
  margin-top: 30px;
  color: #fff;
}
.hot-game .gold-title {
  font-family: Cinzel;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #f5b41d;
}
.hot-game .number-box {
  position: relative;
  margin: 0 40px;
}
.hot-game .number-box .number, 
.hot-game .number-box .price-box {
  width: 136px;
  height: 42px;
  text-align: center;
  color: #a6a6a6;
  border: 1px solid #696969;
  outline: medium;
  background: #000;
}
.hot-game .number-box .price-box {
  font-weight: 700;
  color: #f5b41d;
  border: 1px solid #696969;
  background: #000;
  margin-left: -1px;
  padding-right: 40px;
}
.hot-game .number-box .currency {
  position: absolute;
  top: 11px;
  right: 20px;
  color: #fff;
}
.hot-game .free {
  font-size: 12px;
  font-style: normal;
  float: left;
  width: 148px;
  margin-top: 5px;
  margin-bottom: -10px;
  color: #00ba64;
}
.hot-game .character-area {
  margin: 0 20px;
}
.hot-game .character-area .button {
  width: 279px;
  height: 53px;
  margin-top: 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
.hot-game .button {
  background-position: 0 -277px;
}
.hot-game .hot-left .button{
  background-position: 0 -355px;
}
.hot-game .button:hover{
  -webkit-filter: brightness(1.2);
}
.hot-sell {
  margin: 20px 0;
}
.hot-sell ul{
  margin: 0 -12px;
}
.hot-sell li{
  float: left;
  width: 25%;
  padding: 12px;
}
.hot-sell .hbox {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  padding: 30px 15px;
  border-radius: 4px;
}
.hot-sell .g-c1{background: linear-gradient(to bottom,#39b9c1,#04626c);}
.hot-sell .g-c2{background: linear-gradient(to bottom,#ac9365,#786641);}
.hot-sell .g-c3{background: linear-gradient(to bottom,#395287,#395597);}
.hot-sell .g-c4{background: linear-gradient(to bottom,#567d64,#50755e);}
.hot-sell .hbox::before {
  position: absolute;
  top: 30px;
  right: 10px;
  content: '';
  width: 82px;
  height: 82px;
}
.hot-sell .g-c1::before {
  background-position: 0 -445px;
}
.hot-sell .g-c2::before {
  background-position: -110px -445px;
}
.hot-sell .g-c3::before {
  background-position: -244px -445px;
}
.hot-sell .g-c4::before {
  background-position: -368px -445px;
}
.hot-sell .hbox .text {
  position: relative;
  z-index: 1;
  float: left;
  text-align: center;
}
.hot-sell .hbox p {
  font-family: Cinzel;
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.hot-sell .hbox .view {
  line-height: 37px;
  position: relative;
  display: block;
  width: 140px;
  height: 40px;
  margin-top: 10px;
  text-align: center;
}
.hot-sell .g-c1 .view {
  color: #faffff;
  border: 1px solid #73e1eb;
  background: #32bdc9;
}
.hot-sell .g-c2 .view {
  color: #fff;
  border: 1px solid #eacf9d;
  background: #bb9f6a;
}
.hot-sell .g-c3 .view {
  color: #cadbff;
  border: 1px solid #85a3e5;
  background: #486ab3;
}
.hot-sell .g-c4 .view {
  color: #fff;
  border: 1px solid #8fd4a9;
  background: #6daa84;
}
.hot-sell .hbox .view i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.hot-sell .g-c1 .view i {
  border-right: 1px solid #236369;
  border-bottom: 1px solid #236369;
}
.hot-sell .g-c2 .view i {
  border-right: 1px solid #7d602a;
  border-bottom: 1px solid #7d602a;
}
.hot-sell .g-c3 .view i {
  border-right: 1px solid #0d2862;
  border-bottom: 1px solid #0d2862;
}
.hot-sell .g-c4 .view i {
  border-right: 1px solid #38744e;
  border-bottom: 1px solid #38744e;
}
.hot-sell .hbox:hover {
  -webkit-filter: brightness(1.2);
}

.about-us{
  margin-top: 40px;
  margin-bottom: 20px;
}
.about-us .ab-title {
  font-family: Cinzel;
  font-size: 30px;
  color: #ddd;
  text-align: center;
  margin-bottom: 10px;
}
.about-us .text-content {
  float: left;
  padding: 15px;
  border-radius: 4px;
  background: #040710;
}
.about-us .text-content p {
  margin-bottom: 10px;
  color: #c6c1c1;
  line-height: 1.5;
}
.about-us .text-content a{
  color: #ffd700;
}
.about-us .text-content h2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: #c6c1c1;
}
.about-us .a-top-1{
  display: none;
}
.about-us .redn-more {
  cursor: pointer;
  color: #ffd700;
}
.about-us .redn-more .icon {
  display: inline-block;
}

.idnex-news{
  padding-bottom: 50px;
}
.idnex-news .news-list{
  margin: 0 -10px;
}
.idnex-news .news-link{
  float: left;
  width: 25%;
  padding: 10px;
}
.idnex-news .content {
    border-radius: 4px;
    background: #101219;
    overflow: hidden;
}
.idnex-news .content .news-img{
  float: left;
}
.idnex-news .news-content{
  padding: 10px; 
}
.idnex-news .news-content img{
  display: none;
}
.idnex-news .news-title{
  float: left;
  width: 100%;
  font-family: arial;
  font-size: 14px;
  color: #e3e3e3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0;
  font-weight: bold;
}
.idnex-news .text-content{
  margin-top: 10px;
  color: #c6c1c1;
  font-size: 12px;
  font-family: arial;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 60px;
  width: 100%;
  line-height: 1.5;
}
.idnex-news .time{
  display: block;
  font-family: arial;
  font-size: 13px;
  margin-top: 20px;
  text-align: right;
  color: #c6c1c1;
}

/*-----------内页框架结构----------*/
.block-widget{
    margin-bottom: 20px;
}
.title-1{
  float: left;
  width: 100%;   
  font-family: Cinzel;
  font-size: 30px;
  position: relative;
  color: #0d0d0d;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
.title-1::after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #303c40;
}
.title-1 .one{
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
}
.title-1 .ona{
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #f3f3f3;
}
.block-widget .title-2{    
  font-size: 20px;
  color: #0e0b04;
  font-weight: 500;
  margin: 15px;
}
.block-widget .title-2 .ico-cart {
  margin-right: 10px;
  color: #66a2fc;
}
.title-4{
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin-top: 25px;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}
.block-widget .title-5{    
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
}
.block-widget .text{color: #6c6c6c;}
.block-widget .text h2{color: #2b2b2b;font-size: 20px;}
.block-widget .text h3,
.block-widget .text h4{color: #2b2b2b;font-size: 16px;margin-top: 20px;margin-bottom: 0; font-weight: 500;}
.block-widget .text a{color: #337ab7;}
.block-widget .text p{margin-bottom: 5px;}
.list{    
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.list li{
    width: 20%;
    padding: 8px 0;
}
.list .box{
    position: relative;
    display: flex;
    padding: 20px;       
    margin: 0 8px;
    height: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
}

.left-reviews .lists{
  margin: 0 -8px;
}
.left-reviews .nickname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-reviews .content {
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.left-reviews .lists .list-item{
  float: left;
  padding: 8px;
  width: 33.33333%;
}
.left-reviews .lists .box{
  float: left;
  width: 100%;
  height: 155px;
  padding: 15px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.left-reviews .star-bottom {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.left-reviews .star-bottom i{
  color: #fff;
  background: #ffc124;
  padding: 6px;
  margin-right: 5px;
  border-radius: 3px;
}
.tian-product-area{
  margin-top: 25px;
  padding: 10px 30px;
  border: 1px solid #e9e9ee;
  background: #fff;
}
/*-----------产品页面-------------*/
.main-box {
  min-height: 500px;
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 50px;
  border: 1px solid #e8e8e8;
  background: #fff;
}
/*金币*/
.product-area .main-box{
  margin-bottom: 20px;
  min-height: 625px;
}
.product-area .describe-right{
  float: right;
  width: 34%;
  padding-left: 20px;
}
.describe-right .main-box{padding: 0;}
.describe-right .title-text {
  line-height: 80px;
  width: 100%;
  height: 80px;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #4b1a03;
  background: #f4b439;
  text-transform: uppercase;
}
.describe-right .left-text {
  padding: 20px 0;
  text-align: center;
}
.describe-right .gold-title {
  font-size: 16px;
  margin-top: 20px;
  color: #1c1c1c;
}
.describe-right .top-price {
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin-top: 10px;
  font-size: 20px;
  color: #2a0d63;
  border: 1px solid #261742;
}
.describe-right .box {
  padding: 10px 55px;
}
.describe-right .form-title {
  font-size: 12px;
  margin-bottom: 4px;
  color: #555;
}
.describe-right .blanks-black {
  float: left;
  width: 50%;
  height: 42px;
  line-height: 42px;
  color: #000;
  padding-left: 8px;
  border: 1px solid #000;
}
.describe-right .form-server {
  line-height: 42px;
  display: inline-block;
  width: 50%;
  height: 42px;
  padding-left: 10px;
  text-align: left;
  color: #fff;
  border: 1px solid #000;
  background: #22223a;
}
.describe-right .delivery-fast {
  font-size: 12px;
  margin: 10px 0;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #e9e9ee;
}
.describe-right .delivery-fast span {
  padding-left: 10px;
}
.describe-right .delivery-fast span:first-child{
  padding-left: 0;
}
.describe-right .buy {
  text-align: center;
}
.describe-right .button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  font-size: 18px;
  border-radius: 2px;
  background: #126a1f;
}
.describe-right .button:hover{
  -webkit-filter: brightness(1.2);
}

.product-area .describe-left{
  float: left;
  width: 66%;
}
.describe-left .process {
  overflow: hidden;
  border: 1px solid #e9e9ee;
  background: #f3f3f3;
}
.describe-left .process img {
  float: left;
}
.describe-left .process .text {
  float: left;
  padding: 14px;
  line-height: 1.42857143;
}
.describe-left .process .text span {
  color: #000;
}

.message {
  margin-top: 10px;
}
.message ul{
  margin: 0 -10px;
}
.message li{
  float: left;
  width: 50%;
  padding: 10px;
}
.message .box{
  min-height: 134px;
  padding: 10px;
  border: 1px solid #e9e9ee;
}
.message .name {
  display: block;
  color:#000;
}
.message .namenav {
  display: block;
  margin-bottom: 10px;
  color: #3e3e3e;
}
.message .stars{
  margin-bottom: 10px;
}
.message .stars i{
  color:#fff;
  padding: 6px;
  margin-right: 5px;
  border-radius: 3px;
  background: #ffc124;
}
.message .text{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 37px;
  width: 100%;
}

/*说明文字*/
.fire-leg{
  overflow: hidden;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.fire-leg .subtitle {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #333;
  font-weight: 500;
}

/*物品*/
.quest-top.rs12368{min-height:192px}
.quest-top.rs12370{min-height:137px}
.quest-top.min678{min-height:192px}
.quest-top.min1557{min-height:247px}
.quest-top .classification {
  margin: 10px 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #5e5574;
}
.classification .filter-by,
.classification .all-type {
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  border-right: 1px solid grey;
  cursor: pointer;
}
.classification .all-type i {
  font-size: 12px;
  vertical-align: middle;
  color: #ffd200;
}
.quest-top .search {
  line-height: 32px;
  position: relative;
  display: inline-block;
  width: 400px;
  height: 32px;
  margin-left: 20px;
  padding-left: 10px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}
.quest-top .search-area{
  position: relative;
  display: inline-block;
}
.quest-top .search-area .icon{
  position: absolute;
  color: #666;
  right: 10px;
  top: 18px;
  font-size: 18px;
}
.quest-top .unit{
  float: left;
  width: 100%;
  padding: 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.quest-top .unit ul li {
  float: left;
  padding: 10px;
  width: 16.66666%;
}
.quest-top .unit ul li span {
  float: left;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
  color: #000;
  border: 1px solid #ffd673;
  border-radius: 4px;
  background: #fdf7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quest-top .unit ul li:hover span,
.quest-top .unit ul .current span {
  border: 1px solid #ffda46;
  background: #ffda46;
}
.quest-top .cut-a-acc{
  float: right;
  color: #ffd200;
  margin-right: 10px;
}

.product .list .link{
  width: 25%;
}
.product .list .box{
  padding: 0 0 105px 0;
  border:7px solid #5c5672;
  justify-content: stretch;
}
.product .list .box-img {
  overflow: hidden;
  height: 165px;
  text-align: center;
  padding: 15px;
  background: #504865;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.product .list .box-img img{
  margin: 0 auto;
}
.product .list .product-text{
  padding: 10px;
  text-align: left;
}
.product .list .product-text .text{
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  height: 50px;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product .list .view-area{
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding: 9px 12px;
  cursor: pointer;
  color: #2b0f0f;
  border-radius: 3px;
  background: #ff9600;
}
.product .itemsattr{
  position: relative;
  top: -22px;
  display: inline-block;
  width: 100%;
  height: 31px;
  padding: 0 10px;
  margin-top: 20px;
}
.product .itemsattr .atr-left{
  font-size: 12px;
  line-height: 30px;
  float: left;
  width: 22%;
}
.product .itemsattr .ui-select{

  float: left;
  width: 78%;
  height: 32px;
  line-height: 30px;
  padding: 0;
  color: #48617e;
  border: 1px solid #d1d1d1;
  background: #fff;
}
.product .itemsattr .ui-btn{
  overflow: hidden;
  position: relative;
  font-size: 12px;
  line-height: 30px;
  width: 100%;
  height: 30px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #eaeaea;
  padding: 0 20px 0 10px;
}
.product .itemsattr .init-price{
  font-style: normal;
  margin-right: 10px;
}
.product .itemsattr .dragon-ico-jiantou{
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  line-height: 30px;
  color: #333;
}
.product .itemsattr .ui-options{
  position: absolute;
  z-index: 3;
  top: 31px;
  overflow: auto;
  width: 225px;
  max-height: 150px;
  padding: 0;
  text-align: left;
  border: 1px solid #fff;
  background: #eaeaea;
  font-size: 12px;
  line-height: 20px;
}
.product .itemsattr .ui-option{
  float: left;
  width: 100%;
  padding: 4px 11px;
  white-space: revert;
  cursor: pointer;
  color: #666;
}
.product .itemsattr .ui-option:hover{
  color: #fff;
  background: rgba(102,63,0,.5);
}
.product .itemsattr .ui-option em{
  font-style: normal;
  margin-right: 10px;  
}
.product .itemsattr .ui-option span{
  color: #000;
}

.product .list .view-profile {
  font-size: 14px;
  font-weight: bold;
  color: #1f4b7d;
  min-height: 40px;
}
.product .list .buy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  padding: 0 10px;
  border-top: 1px solid #e0e0e0;
}
.product .list .buy .price {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #2a0d63;
  width: 100%;
  padding-top: 10px;
}
.product .list .buy .btn {
  float: right;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  text-align: center;
  color: #2b0f0f;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  margin: 10px 0;
  background: #ff9600;
}
.product .list .buy .btn:hover {
  -webkit-filter: brightness(1.2);
}
.product .list .buy .goods-num{
  float: left;
 margin: 10px 0 0 0;
}
.product .list .buy .goods-num .item-num{
  float: none;
  width: 70px;
  height: 36px;
  padding-left: 0;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: medium;
  background: #fff;
}
.goods-num {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Verdana;
}
.goods-num .btn-sm {
  font-size: 16px;
  line-height: 30px;
  float: left;
  width: 25px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #303030;
  border:1px solid #d4d4d4;
  background: #efefef;
}
.goods-num .num-reduce {
  border-radius: 4px 0 0 4px;
}
.goods-num .num-add {
  border-radius: 0 4px 4px 0;
}
.goods-num .item-num {
  line-height: 32px;
  float: left;
  width: 50px;
  height: 32px;
  padding: 0;
  text-align: center;
  color: #303030;
  border: none;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
  background: #efefef;
}

.product-account .list .view-account{
  display: -webkit-box;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  padding: 6px;
  color: #000;
  text-align: left;
  background: #e5e1f6;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-account .list .box-img{
  height: 310px;
  line-height: initial;
  text-align: center;
  background: #fff;
}
.product-account .list .view-area{
  position: absolute;
  z-index:2;
  right: 10px;
  bottom: 90px;
  min-width:87px;
  padding: 6px 10px;
  cursor: pointer;
  color: #2b0f0f;
  border-radius: 3px;
  background: #ff9600;
}
.product-account .list .buy .btn{
  width: 100%;
}
.tag {
  position: absolute;
  padding-left:10px;
  bottom: 90px;
  float: left;
  text-align: left;
}
.tag .tag-box{
  float: left;
  color: #fff;
  min-width:87px;
  padding: 0 5px;
  text-align:center;
  height: 27px;
  line-height: 27px;
  border-radius: 3px;
}
.tag .icon{
  overflow: hidden;
  display:inline-block;
  margin:6px 0;
  color: #010008;
  height: 16px;
  line-height: 16px;
  width: 16px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  padding-left: 3px;
}
.tag .res{
  display:inline-block;
  vertical-align: top;
  margin-left: 4px;
  font-size: 12px;
  font-weight:bold;
}
.tag .tag-content{
  display:none;
  position: absolute;
  top: 32px;
  z-index: 10;
  font-size:12px;
  padding: 10px;
  width: 200px;
  color:#B8B8B8;
  border-radius: 4px;
  background: #252f33;
}
.tag .tag-content i {
  position: absolute;
  z-index: 10;
  top: -4px;
  left: 35px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #252f33;
  border-left: 5px solid transparent;
}
.tag .tag-box:hover + .tag-content{display:block;}


/*代练*/
.powerleveling-box{
  margin-top: 20px;
}
.powerleveling-box .lv-range{
  float: left;
  width: 50%;
}
.powerleveling-box .lv-range .link{
  width: 25%;
  padding-left: 15px;
}
.powerleveling-box .lv-range .onk-text{
  width: 100%;
  padding: 10px 0;
  line-height: 1.5;
}
.powerleveling-box .lv-range .onk-area{
  padding-left: 0;
  width: 50%;
}
.powerleveling-box .input-n-num{
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  text-align: left;
  border: 1px solid #d6d6d6;
  outline: medium;
  width: 100%;
  background: #f4f4f4;
}
.powerleveling-box .onk-area .lv-link{
  position: relative;
}
.powerleveling-box .onk-area .ui-btn{  
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #303030;
  background: #f4f4f4;
  border: 1px solid #d6d6d6;
}
.powerleveling-box .onk-area .ui-btn i{
  position: absolute;
  font-size: 12px;
  top:15px;
  right: 10px;
}
.powerleveling-box .onk-area .ui-options{
  position: absolute;
  z-index: 9999;
  top:38px;
  left: 0;
  width: 100%;
  overflow: auto;
  max-height: 350px;
  color: #282828;
  border: 1px solid #c9c9c9;
  background: #fff;
}
.powerleveling-box .onk-area .ui-option{
  line-height: 24px;
  padding: 0 10px;
  color: #666;
  white-space: nowrap;
}
.powerleveling-box .onk-area .ui-option:hover{
  background: #b3e4ff;
}
.powerleveling-box .selector-bar{
  position: relative;
  margin-top: 30px;
}
.powerleveling-box .lv-about{
  float: left;
  width: 50%;
  padding-left: 30px;
}
.powerleveling-box .lv-about .textbox {
  padding: 15px;
  border-radius: 5px;
  background: #f4f4f4;
}
.powerleveling-box .lv-about .about-text{
  display: none;
}
.powerleveling-box .pl-list-bottom{
  text-align: center;
  margin-top: 30px;
}
.powerleveling-box .pl-list-bottom .name{
  color: #313131;
}
.powerleveling-box .pl-list-bottom .total-price{
  font-size: 24px;
  color: red;
  margin-left: 10px;
}
.powerleveling-box .pl-list-bottom .buy {
  margin: 20px 0;
}
.powerleveling-box .pl-list-bottom .btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  min-width: 120px;
  height: 40px;
  margin: 0 10px;
  padding: 0 10px;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  background: linear-gradient(to bottom,#fec840,#eca00d);
}
.powerleveling-box .pl-list-bottom .buynow{
  background: linear-gradient(to bottom,#ff634e,#e51010);
}

.product-details {
  display: none;
  position: fixed;
  z-index: 1100;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: auto;
  width: 600px;
  max-height: 600px;
  padding: 20px;
  line-height: 28px;
  text-align: left;
  border-radius: 4px;
  background: #fff;
}
.product-details h2 {
  font-size: 20px;
  color: #000;
}
.product-details .account-img{
  text-align: center;
}
.product-details .account-img img{
  margin: 10px;
}
.product-details strong {
  font-size: 16px;
  color: #333;
}
.product-details .middle {
  margin: 20px 0;
  text-align: center;
}
.product-details .middle .button {
  line-height: 36px;
  width: 138px;
  height: 36px;
  text-align: center;
  color: #0e0b04;
  border: none;
  border-radius: 3px;
  background: #f4b439;
  cursor: pointer;
}

/*-----------支付区域-------------*/
.email-big-area {
    position: relative;
}
.email-big-area .email-list{
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    font-size: 14px;
    box-shadow: 0 .14px 2.29px rgba(0,0,0,.03),0 .37px 4.43px rgba(0,0,0,.05),0 3px 7px rgba(0,0,0,.09);
}
.email-big-area .email-list li{
    color: #515482;
    width: 100%;
    cursor: pointer;
    line-height: 25px;
    padding-left: 10px;
}
.email-big-area .email-list li:hover{
    background: #e8e8e8;
}
.order-list-link{
  display: inline-block;
  padding: 0 10px;
}
.order-list-link li{
    width: 50%;
    padding: 5px;
}
.order-list-link .textarea-box{
    width: 100%;
}


.input-form{
  height: 45px;
  line-height: 45px;
  width: 100%;
  padding-left: 10px;
  color: #000;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #f3f3f3;
}
.order-list-link .country-c-area{
    width: 42%;
}
.order-list-link .cross {
    width: 8%;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.order-list-link .phone-box{
    width: 50%
}
.order-list-link .textarea-box .input-form{
    line-height: initial;
    height: 100px;
    padding: 15px;
    outline: medium;
    font-size: 14px;
    border-radius: 5px;
    font-family: arial,Verdana;
}
.country-c-area{
    position: relative;
}
.country-c-area .ui-btn {
    height: 45px;
    line-height: 45px;    
    cursor: pointer;
    color: #191d22;
    border-radius: 5px;
    padding: 0 15px;
    border: 1px solid #d4d4d4;
    background: #f3f3f3;
}
.country-c-area .ui-btn span{
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
}
.country-c-area .ui-btn i{
    float: right;
    line-height: 45px;
    font-size: 12px;
}
.country-c-area .ui-options{
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 1;
    width: 238%;
    max-height: 320px;
    padding-bottom: 10px;
    color: #687bd9;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d4d4d4;
}
.country-c-area .ui-options li{width: 100%;}
.country-c-area .ui-options .search-area {
    margin: 0;
    padding: 10px;
}
.country-c-area .ui-options .search-area .keyword{
    line-height: 35px;
    height: 35px;
    color: #515482;
    border: none;
    width: 100%;
    border-radius: 3px;
    padding-left: 10px;
    background: #f0f0f0;
}
.country-c-area .ui-options .ui-option {
  position: relative;
  padding: 0 13px;
  line-height: 24px;
  color: #515482;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 0;
}
.country-c-area .ui-options .ui-option:hover {
  background: #b3e4ff;
}

.order .cart-left{
    width: 72%;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
} 
.order .cart-right{
    width: 28%;
    margin-top: 20px;
    padding-left: 15px;
}

.order .cart-list .shpp-list{
  padding: 0 15px;
}
.order .cart-list li{
    text-align: center;
} 
.order .cart-list .title{
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
  color:#585a5c;
}

.order .cart-list .product {width: 42%; text-align: left;}
.order .cart-list .quantity{width: 24%;}
.order .cart-list .total   {width: 18%;}
.order .cart-list .del     {width: 16%;}
.order .cart-list .total .price{color: #000;}
.order .cart-list .list-item{
  margin-bottom: 10px;
  border-radius: 4px;
  background: #efefef;
}
.order .cart-list .list-item .area {
  padding:10px 15px;
}
.order .cart-list .cart-img {
  position: relative;
  float: left;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;  
}
.order .cart-list .cart-img img {
    overflow: hidden;
    margin: 0 auto;
}
.order .cart-list .title-game {
    padding: 8px 0 8px 60px;
    color: #282a39;
}
.order .cart-list .title-game .game{
  display: block;
}
.order .cart-list .goods-num{
    margin-top: 10px;
    margin-bottom: 0;
}
.order .cart-list .goods-num .item-num{
  margin: 0 -1px;
  border: 1px solid #d4d4d4;
  background: #efefef;
}
.order .cart-list .goods-num .btn-sm{
  border: 1px solid #d4d4d4;
  background: #efefef;
}
.order .cart-list .shpp-list-order .goods-num{
  margin-top: 0;
}
.order .cart-list .shpp-list-order .quantity{
  width: 38%;
}
.order .cart-list .make{
    line-height: 50px;
}
.order .cart-list .icon:hover{
    color: red;
    cursor: pointer;
}
.order .also-inct {
  font-size: 12px;
  line-height: 40px;
  float: left;
  height: 40px;
  margin: 5px 15px 15px;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
  background: #f4b439;
}
.order .text-area{
    padding: 0 15px;
}
.order .text-area .explain-bg{
  font-size: 12px;
  line-height: 1.8;
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.order .text-area .explain-bg p{
  margin-bottom: 10px;
}
.order .add-options{
    padding: 15px; 
    margin-top: 15px;
}
.add-options .ui-select .ui-btn{
    height: 45px;
    line-height: 43px;
    padding: 0 15px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #3a4350;
    border-radius: 5px;
    background: #303640;
}
.add-options .ui-select{
    position: relative;
}
.add-options .ui-select .ui-btn span{
  float: left;
  overflow: hidden;
  max-width: 88%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-options .ui-select .ui-btn i{
    float: right;
    line-height: 45px;
    font-size: 12px;
}
.add-options .ui-select .ui-options {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 1;
    color: #687bd9;
    border-radius: 3px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 320px;
}
.add-options .ui-select .ui-options .ui-option {
    position: relative;
    padding: 0 10px;
    line-height: 24px;
    color: #515482;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
}
.add-options .ui-select .ui-options .ui-option:hover{
    color: #fff;
    background: #66c792;
}
.add-options .ui-select .ui-options .ui-option::before {
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-right: 5px;
    content: '';
    vertical-align: middle;
    background: #515482;
}
.add-options .ui-select .ui-options .ui-option:hover::before{
    background: #fff;
}
.add-options .ui-select .search-area{
    margin: 0;
    padding: 10px;
    width: 100%;
}
.add-options .ui-select .search-area .keyword {
    line-height: 35px;
    height: 35px;
    color: #515482;
    border: none;
    width: 100%;
    border-radius: 3px;
    padding-left: 10px;
    background: #f0f0f0;
}
.add-options .label-title{
    margin-bottom: 5px;
}
.add-options .label-title i{
    color: red;
    vertical-align: sub;
    margin-right: 2px;
}
.add-options .big-radio .input-form{
  background: #3a556b;
  border: 1px solid #47657d;
  color: #fff;
}
.add-options .add-options-desc{
  font-size: 12px;
  font-style: normal;
  color: #FFE500;
}
.add-options .add-options-file {
  position: relative;      
  float: left;
  width: 100%;      
}
.add-options .add-options-file .pcs{
  float: left;
}
.add-options .add-options-file em{
  font-style: normal;
  color: #0eff74;
}
.add-options .add-file-input {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  height: 60px;
  cursor: pointer;
  opacity: 0;
  width: 100%;
}
.add-options .add-file-input:hover + .add-file-text{
  background: #417ac7;
}
.add-options .add-file-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  border-radius: 4px;
  height: 60px;
  line-height: 60px;
  background: #3b485c;
}
.add-options .show-upload-img{
  margin-top: 60px;
}
.add-options .show-upload-img img{
  max-width: 48px;
  max-height: 60px;
  height: auto;
  margin: 10px 10px 0 0;
}
.add-options ul .link{
  position: relative;
    margin-bottom: 10px;
}
.add-options ul .link .error-message{
  position: absolute;
  left: 0;
  bottom: -18px;
  background: #000;
  color: red;
  padding: 0 4px;
  border-radius: 4px;
  z-index: 1;
  width: 190px;
  font-size: 12px;
}
.add-options ul .link .error-message .icn {
  position: absolute;
  z-index: 10;
  top: -5px;
  left: 14px;
  width: 0;
  height: 0;
  content: "";
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  border-left: 5px solid transparent;
}
.add-options ul .width1{width: 40%;}
.add-options ul .width2{width: 24%;}
.add-options ul .width3{width: 18%;}
.add-options ul .width4{width: 18%;}
.add-options ul .width4 .ui-select{width: 50%;}
.add-options .btn{
  float: right;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
  text-align: center;
  color: #191d22;
  line-height: 38px;
  height: 38px;
  border-radius: 5px;
  background: #66c792;
  margin-left: 10px;
  
}
.add-options .del{background:#5988cf;padding: 0 35px;}
.add-options .btn:hover{
    -webkit-filter: brightness(1.2);
}
.add-options .tian-confirm{float: left;width: 100%;margin-top: 10px;}
.add-options .above{cursor: pointer;}
.add-options .copyBox .label-title{display: none;}
.add-options .ui-select-areaw{position: relative;}
.add-options .ui-select-areaw .ui-select{position: absolute;top:-20px;left: 0;}
.add-options .copyLink{
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px dotted #999;
}

.playerinfo .link .images-s-title {
  background: #4c6285 !important;
}
.playerinfo .platform .btn-area{
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  border-radius: 5px;
  background: #2395bf;
  margin:0 0 10px 15px;
}

.payment-method {
  padding: 0 15px;
  margin: 0 -8px;
}
.payment-method li{
    width: 33.33333%;
    float: left;
    padding: 8px;
}
.payment-method .pay-box{
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.payment-method .pay-box .pay-text{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  background: #56556D;
  border-radius: 8px 0 0 0;
}
.payment-method .pay-box input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.payment-method .pay-box label{ 
  display: block; 
  cursor: pointer;
  background: #fff;
  padding-bottom: 15px;
  border-radius: 5px;
  border:2px solid #a19fb3;
}
.payment-method .pay-box label img{
  border-radius: 5px;
}
.payment-method .pay-box label .metpera{
  position: relative;
  top:8px;
}
.payment-method .pay-box input[type="radio"] + label::before {
  position: absolute;
  top: 35px;
  right: 9px;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #151424;
  border-radius: 50%;
}
.payment-method .pay-box input[type="radio"] + label::after {
  position: absolute;
  content: "";
  top: 37px;
  right: 16px;
  width: 5px;
  height: 12px;
  opacity: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.payment-method .pay-box input[type="radio"]:checked + label::after{
  opacity: 1;
}
.payment-method .pay-box input[type="radio"]:checked + label::before{
  border-color: #4d49d5;
  background: #4d49d5;
}
.payment-method .pay-box input[type="radio"]:checked + label{
  border-color: #4d49d5;
}
.payment-method .pay-box input[type="radio"]:checked + label .pay-text{
  background: #4d49d5;
}
.payment-method .pay-box .pay-coinpal4 .pay-text{background:#B01232;}
.payment-method .pay-box input[type="radio"]:checked + .pay-coinpal4 .pay-text{background:#B01232;}
.payment-method .pay-box input[type="radio"]:checked + .pay-coinpal4::before{border-color: #B01232;background: #B01232;}
.payment-method .pay-box input[type="radio"]:checked + .pay-coinpal4{border-color: #B01232;}

.paymentbox .check-box{
  padding: 12px;
}

.paymentbox .text-area{
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.cart-rightbox {
    display:inline-block;
    overflow-y:auto;
    position: fixed;
    z-index: 100;
    width: 320px;
    background:#fff;
    max-height: calc(100vh - 240px);
}
.cart-rightbox::-webkit-scrollbar {width :4px}
.cart-rightbox::-webkit-scrollbar-track{background-color :#cCc;}
.cart-rightbox::-webkit-scrollbar-thumb {background-color :#666;}
.cart-rightbox .cart-right-area {
  padding:0 15px;
}
.cart-rightbox .tile-code {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
}
.cart-right-area .discount-code {
  line-height: 38px;
  float: left;
  width: 60%;
  height: 40px;
  color: #000;
  padding: 0 12px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  background: #f3f3f3;
}
.cart-right-area .btn {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 40px;
    width: 35%;
    min-width: inherit;
    height: 40px;
    margin-left: 5%;
    border-radius: 5px;
    background: #094CD2;
}
.cart-right-area .btn:hover{
    -webkit-filter: brightness(1.1);
}
.cart-right-area .fr-fr .discount-code,
.cart-right-area .de-de .discount-code{
    width: 50%;
}
.cart-right-area .fr-fr .btn,
.cart-right-area .de-de .btn{width: 45%;}
.cart-right-area .submit{  
  font-size: 18px;
  line-height: 45px;
  width: 100%;
  height: 45px;
  color: #191d22;
  border-radius: 5px;
  background: #fecb00;
  border: none;
  margin: 10px 0 15px 0;
}
.cart-rightbox .box {
    margin-top: 10px;
}
.cart-rightbox .box .name{
  color: #575757;
}
.cart-rightbox .box .price {
  float: right;
  color:#575757;
}
.cart-rightbox .cart-amounts {
  margin: 0 -15px 10px -15px;
  padding: 20px 15px;
  background: #efefef;
}
.cart-right-ul{margin-bottom:20px;}
.cart-rightbox .cart-amounts .name,
.cart-rightbox .cart-amounts .price  {
  font-size: 18px;
  color: #000;
}
.css-order-pay .mobile-money{display:none;}
.order-pay {
    font-size: 16px;
    text-align: center;
    min-height: 500px;
    margin-top: 50px;
}
.order-pay .top-pay{
    font-size: 28px;
    color: #000;
}
.order-pay .timer-box {
    display: inline-block;
    margin: 30px 0;
}
.order-pay .timer-box .timer {
    font-size: 36px;
    font-style: normal;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: #db0b0b;
    border: 1px solid;
    border-radius: 50%;
}
.order-pay .text {
  font-size: 14px;
    color: #6d6d6d;
}
.order-pay .going-on {
  display: inline-block;
  margin: 30px 0;
  padding: 11px 32px;
  color: #fff;
  border-radius: 4px;
  background: #00a0e9;
}
.order-pay .please-text{
    color: #e01b1b;
}
.order-info{
  background: #f9f9f9;
  padding: 20px;
  border-radius: 4px;
}
.order-info .order-a{
    line-height: 32px;
}
.order-info .order-a li{
  display: inline-block;
  width: 100%;
}
.order-info .name {
  min-width: 100px;
  float: left;
  text-align: right;
  margin-right: 6px;
}
.order-info .bcde{
    color: #282828;
    font-size: 12px;
    margin-top: 10px;
}
.order .order-s-status .product{
    width: 58%;
}
.order .order-s-status .order-s-list{
    background: #fbfbfb;
    padding: 0 20px;
    border-radius: 4px;
}
.order .order-s-status .total{
    text-align: right;
}
.order .order-s-status .order-s-list li{
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #ededed;
}
.order .order-s-status .order-s-list .total-amount-area{
    border: none;
    text-align: right;
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}
.order .order-s-status .order-a{
    padding: 0 15px 30px 15px;
}
.order .order-s-status .order-a li{
  margin-bottom:20px;
}
.order .order-s-status .order-a .issues{
  display: block;
  margin-top: 5px;
  color: #ff3f3f;
}
.order .order-s-status .order-a .issues .live-chat-btn{
  color:#2eb6ec;
  cursor: pointer;
}
.order .order-s-status .order-a .issues .live-chat-btn:hover{
  text-decoration: underline;
}
.order .order-s-status .order-a .name{
  color: #666;
}
.order .order-s-status .order-a .link{
    color: #000;
}
.order .order-status{
    margin: 25px 0;
}
.order .order-status li{
    position: relative;
    width: 25%;
    color: #a4a4a4;
    text-align: center;
}
.order .order-status li::before {
  font-size: 65px;
  position: absolute;
  top: -24px;
  right: -20px;
  content: '»';
  color: #a4a4a4;
}
.order .order-status li:nth-child(n+4)::before{
    display: none;
}
.order .order-status .icon {
    font-size: 30px;
}
.order .order-status .title{
    font-size: 12px;
    margin-top: 10px;
}
.order .order-status .on{
    color: #008298;
}
.order .order-status .on::before {
   color: #66c792; 
}
.order .title-success {    
    font-size: 40px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    padding-top: 20px;
    text-align: center;
    color: #303030;
}

/*-----------vip页面--------------*/
.vip .vip-aera{
    color: #9b9fa5;
    margin-bottom: 10px;
}
.vip .vip-aera .vip-banner{
    margin: 15px 0;
    border-radius: 5px;
}
.vip .vip-aera h4{
    margin: 20px 0 10px;
    color: #66c792;
}
.vip .vip-discount{
    color: #fff;
}
.vip .vip-discount th{
    font-size: 16px;
    font-weight: 700;
    width: 10%;
    height: 54px;
    text-align: center;
    background: #4c6285;
}
.vip .vip-discount td {
    height: 54px;
    text-align: center;
    border: 1px solid #4c6285;
}
.vip .vip-icon {
  font-size: 18px;
  color: #f4ba40;
}

.about .textimg{
    border-radius: 5px;
    margin-bottom: 15px;
}
.about .textbox{
    color: #9b9fa5;
    line-height: 1.75;
}
.about-contact{
    margin: 0 -15px;
}
.about-contact li{
    float: left;
    padding: 15px;
    width: 50%;
}
.about-contact li .box {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 285px;
  margin-top: 80px;
  padding: 15px;
  border-radius: 10px;
  background: #394454;
}
.about-contact li .text-top {
  margin-top: 80px;
  color: #fff;
}
.about-contact li .box img {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 50%;
}
.about-contact li .box .right {
  font-size: 14px;
  padding: 20px 0;
  color: #66c792;
}
.about-contact li .box .right p {
  padding-top: 10px;
}
.about-contact li .box .right a {
  cursor: pointer;
  color: #66c792;
}
.about-contact li .box .right span {
  font-size: 16px;
  float: left;
  padding-right: 10px;
  vertical-align: middle;
}
.about .new-contact-live {
  padding: 20px 0;
}
.about .sell-c-live {
  margin:0 -20px;
}
.sell-c-live .livee {
  float:left;
  padding:20px;
  width:50%;
}
.sell-c-live .box {
  border: 1px solid #e0e2ee;
  border-radius: 5px;
  overflow: hidden;
}
.sell-c-live .box .icon {
  display:inline-block;
  height: 120px;
  line-height: 120px;
  width: 120px;
  text-align: center;
  font-size: 50px;
  background: #943d0f;
  color: #fff;
}
.sell-c-live .unicom {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  color: #282a39;
  line-height:1.5;

}
.sell-c-live .unicom i{
  font-style:normal;
  color:#946300;
}
.sell-c-live .unicom em{
  font-style:normal;
  font-size:12px;
}

.about .text-area {
  overflow: hidden;
  padding: 0 20px 20px 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.about .text-area .title {
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
  color:#2b2b2b;
  font-weight:500;
}
.about .left-box{
  padding: 36px 300px;
  background: #282828;
}
.about .left-box .box {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.about .left-box .box .form-text {
  font-size: 16px;
  line-height: 40px;
  float: left;
  width: 30%;
  height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #d6d6d6;
  border-right: 0;
  background: #943D0F;
}
.about .left-box .form-email {
  line-height: 40px;
  width: 70%;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  font-family: arial,Verdana;
  border: 1px solid #d6d6d6;
}
.about .left-box .box .ui-select {
  position: relative;
  float: left;
  width: 70%;
  height: 40px;
  background: #fff;
}
.about .left-box .ui-btn {
  line-height: 40px;
  font-size: 14px;
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  color: #313131;
}
.about .left-box .ui-btn i {
  line-height: 40px;
  height: 40px;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  color: #313131;
}
.about .left-box .ui-select ul {  
  position: absolute;
  top: 38px;
  z-index: 9999;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 350px;
  color: #282828;
  border: 1px solid #c9c9c9;
  background: #fff;
}
.about .left-box .ui-option {
  line-height: 24px;
  padding: 0 10px;
  color: #666;
  cursor: pointer;
  white-space: nowrap;
}
.about .left-box .ui-option:hover{
  background: #b3e4ff;
}
.about .left-box .box .message {
  width: 30%;
  height: 70px;
  line-height: 70px;
  margin-top: 1px;
}
.about .left-box .buy {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.about .left-box .start-style {
  font-size: 16px;
  line-height: 42px;
  position: relative;
  display: inline-block;
  width: 50%;
  height: 40px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: #1B6209;
}
.about .left-box .start-style:hover {
  -webkit-filter: brightness(1.2);
}

/*-----------个人中心--------------*/
.instructions {
  font-size: 13px;
  padding: 20px 20px 30px 20px;
  color: #484848;
  background: #f5f5f5;
}
.tian-product-area .title{
  margin-top: 5px;
  margin-bottom: 30px;
}
.tian-product-area .table-list {
  margin-bottom: 70px;
}
.tian-product-area .table-list .box{
  margin-top: 15px;
  padding: 0;
  border: 1px solid #e9e9e9;
}
.tian-product-area .table-list .link{
  display: block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  color: #484848;
  cursor: pointer;
  border-left: 5px solid #f4b439;
}
.tian-product-area .table-list .under {
  line-height: 48px;
  float: right;
  padding-right: 20px;
  color: #a5a5a5;
}
.tian-product-area .table-list .box:hover{
  border-color: #f4b439;
}
.tian-product-area .table-list .box:hover .link{
  color: #f4b439;
}

.user-information-box {
  text-align:center;
}

.personal-table {
  margin: 0 -10px;
}
.personal-table li {
  float: left;
  width: 50%;
  padding: 10px;
  text-align: left;
}
.personal-table li .name {
  display: block;
  color: #666;
}
.personal-table li input {
  line-height: 40px;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  color: #000;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  background: #fff;
}
.personal-table li .country-c-area{
    float: left;
    width: 100%;
}
.personal-table li .ui-select .ui-btn{
  line-height: 40px;
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #000;
  padding-left: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background: #fff;
}
.personal-table li .ui-select .ui-btn i{
  position: absolute;
  right: 15px;
  font-size: 12px;
  line-height: 40px;
  color: #000;
}
.personal-table li .ui-select .ui-options{
  top: 41px;
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff;
  max-height: 220px;
}
.personal-table .confirm{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.personal-table li .btn {
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  min-width: 120px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  background: #f4b439;
}
.personal-table li .btn:hover{
  background: #fa9f00;
}
.personal-table-old{
    width: 50%;
    display: inline-block;
}
.personal-table-old li{
    width: 100%;
}
.my-order-list li{
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 5px;
  background: #f7f7f7;
}
.my-order-list .base{
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}
.my-order-list .base .nubmer {
  line-height: 12px;
  float: left;
  color: #337ab7;
}
.my-order-list .base .orders-time {
  font-size: 12px;
  float: right;
  color: #9b9fa5;
}
.my-order-list .content {
  float: left;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.my-order-list .content .game {
  font-size: 14px;
}
.my-order-list .content em {
  font-style: normal;
}
.my-order-list .content .area,
.my-order-list .content .item {
  font-size: 12px;
}
.my-order-list .content .money {
  
  font-size: 16px;
  font-style: normal;
  float: right;
  color: #66a2fc;
}
.my-order-list .content .status {
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 7px;
  border: 1px solid;
  border-radius: 4px;
}
.my-order-list .content .order-time {
  line-height: 1;
  display: inline-block;
  width: 80%;
  margin-top: 10px;
  margin-left: 10px;
  color: #fa3636;
}
.my-order-list .action {
  float: right;
  margin-top: 10px;
}

.my-order-list .action .del {
  cursor: pointer;
}
.my-order-list .action .del:hover {
  color: red;
}

.my-points .your-current {
  font-size: 16px;
  margin-bottom: 15px;
  padding: 8px 10px;
  color: #9b9fa5;
  border-radius: 5px;
  background: #303640;
}
.my-points .your-current .points {
  font-size: 18px;
  color: #66a2fc;
}
.my-points .points-table {
  width: 100%;
}
.my-points .points-table th {
  font-size: 14px;
  height: 48px;
  text-align: center;
  color: #fff;
  background: #4c6285;
}
.my-points .points-table td {
  height: 48px;
  text-align: center;
  color: #fff;
  border: 1px solid #303640;
}
.my-points .img-name {
  display: flex;
  margin: 30px 85px;
}
.my-points .img-name .con {
  font-size: 40px;
  margin-right: 5px;
  color: #66c792;
}
.my-points .img-name .user {
  color: #fff;
}
.my-points .text-box {
  float: left;
  width: 100%;
  padding: 0 50px;
}
.my-points .text-box ul {
  float: left;
  width: 100%;
  padding: 40px 20px;
  border-radius: 5px;
  background: #303640;
}
.my-points .text-box ul li{
  float: left;
  padding:0 15px;
  width: 33.3333%
}
.my-points .text-box .box {
  display: flex;
}
.my-points .text-box .box .con {
  font-size: 40px;
  margin-right: 5px;
  color: #4c6285;
}
.my-points .text-box .box .text p {
  font-size: 20px;
  color: #66a2fc;
}

.welcome-area{
    margin-top: 10px;
    margin-bottom: 20px;
}
.welcome-area h3 {
  font-size: 24px;
  margin: 0;
  color: #66c792;
}
.welcome-area p{
  font-size: 14px;
  color: #9b9fa5;
}
.about-sell .personal-table li .ui-select{
    position: relative;
    height: 45px;
}
.about-sell .personal-table li .ui-select .ui-btn{
    padding-right: 15px;
    background: #303640;
}
.about-sell .personal-table li .ui-select .ui-btn i{
    float: right;
}
.about-sell .personal-table li .ui-select .ui-options {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-height: 320px;
  padding-bottom: 10px;
  color: #687bd9;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 3px;
  background: #fff;
}
.about-sell .personal-table li .ui-select .ui-options .ui-option {
  position: relative;
  padding: 0 15px;
  line-height: 24px;
  color: #515482;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}
.about-sell .personal-table li .ui-select .ui-options .ui-option:hover{
    color: #fff;
    background: #66c792;
}
.about-sell .personal-table li input{
    background: #303640;
    font-size: 15px;
}
.about-sell .personal-table li .paypal {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.about-sell .personal-table li .put {
  width: 75%;
}
.about-sell .personal-table .confirm{
    text-align: center;
}
.about-sell .personal-table{
    padding: 0;
    margin: 0 -10px;
}

/*--------留言-------------*/
.reviews .title{
  margin: 20px 0;
  font-size: 30px;
  font-weight: 500;
}
.reviews-big-area{
  padding:10px 20px;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 20px;
}
.reviews .reviews-left{
    width: 100%;
}
.reviews .star {
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px;
}
.reviews .star i {
  display: inline-block;
  color: #fff;
  background: #808080;
  padding: 6px;
  margin-right: 2px;
  border-radius: 3px;
  cursor: pointer;
}
.reviews .textarea-text {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    height: 130px;
    color: #303030;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.reviews .action {
  text-align: right;
}
.reviews .btn {
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 120px;
  height: 36px;
  margin: 15px 0;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: #A52A2A;
}
.reviews .comments-box{
  margin: 0 -10px;
}
.reviews .comments-box li {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.reviews .usname {
  font-weight: 700;
  float: left;
  line-height: 26px;
  padding-right: 10px;
  color: #41718d;
}
.reviews .star-bottom i{
  display: inline-block;
  color: #fff;
  background: #ffc124;
  padding: 6px;
  margin-right: 2px;
  border-radius: 3px;
}
.reviews .time {
  color: #565858;
  float: right;
  line-height: 26px;
}
.reviews .content-guestbook{
  padding: 10px 0;
}

/*------------推广-------------*/

.affiliate .user-table{
  width: 27%;
  padding-right: 30px;
}
.affiliate .user-table ul{
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}
.affiliate .user-table ul li+li{
  border-top: 1px solid #eaecf3;
}
.affiliate .user-table .box a,
.affiliate .user-table .box .sign-out{
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  color: #60697b;
  cursor: pointer;
  border-left: 4px solid #fff;
}
.affiliate .user-table .box a:hover,
.affiliate .user-table .box .sign-out:hover{
  color: #f4b439;
}
.affiliate .user-table .current a{
  color: #f4b439;
  border-left: 4px solid #f4b439;
}
.affiliate .figure{
  border-radius: 10px;
}
.affiliate .contact-area {
  margin: 40px 0;
}
.affiliate .contact-area .box {
  font-size: 14px;
  float: left;
  margin-right: 84px;
  padding: 15px;
  color: #fff;
}
.affiliate .contact-area .box .text {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #9b9fa5;
}
.affiliate .contact-area .box .text em {
  
  font-style: normal;
  color: #66c792;
}
.affiliate .contact-area .box i,
.affiliate .contact-area .box a {
  font-size: 25px;
  line-height: 56px;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 50%;
  background: #66c792;
}

.affiliate .index {
  width: 73%;
  min-height: 570px;
  margin-bottom: 50px;
  padding: 20px;
  color: #201f3f;
  text-align: left;
  border-radius: 5px;
  background: #fff;
}
.affiliate .index strong span {
  text-transform: capitalize;
}
.affiliate .landing {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecf3;
}
.affiliate .landing .user-left {
  font-size: 60px;
  display: inline-block;
  color: #66c792;
}
.affiliate .landing .acbox {
  display: inline-block;
  margin-left: 5px;
  vertical-align: super;
}
.affiliate .landing .acbox .usname {
  margin-bottom: 4px;
  color: #201f3f;
}
.affiliate .landing .acbox .url-box {
  color: #66a2fc;
}
.affiliate .modify-box li{
    float: left;
    width: 50%;
    padding: 10px;
    margin-bottom: 10px;
}
.affiliate .modify-box .name{
  color: #201f3f;
}
.affiliate .modify-box .foinput{
  line-height: 43px;
  height: 45px;
  padding-left: 15px;
  color: #000;
  font-size: 14px;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #f3f3f3;
}
.affiliate .confirm{
    padding: 10px;
}
.affiliate hr {
  border-top: 1px solid #1c1a2f;
}
.affiliate .btn{
    display: inline-block;
    font-size: 14px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    text-align: center;
    color: #191d22;
    cursor: pointer;
    border-radius: 4px;
    background: #fecb00;
}
.affiliate .confirm.btton {
  border-bottom: 1px solid #eaecf3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.affiliate .radio {
  float: left;
  margin-right: 12px;
  margin-top: 10px;
}
.affiliate .affi-display {  
  font-size: 16px;
  color: #201f3f;
  margin-bottom: 5px;
  font-weight: 500;
}
.affiliate .time {
  margin: 0 -10px;
}
.affiliate .time input {
  line-height: 43px;
  width: 26%;
  height: 45px;
  margin: 10px 10px 25px 10px;
  padding-left: 10px;
  color: #000;
  font-size: 14px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #f3f3f3;
}
.affiliate .sth {
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 120px;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 4px;
  background:#ff8125;
}
.affiliate .one-first{
    width: 100%;
}
.affiliate .one-first th {
  font-size: 12px;
  width: 2%;
  height: 45px;
  text-align: center;
  color: #000;
  background: #f2f4f9;
}
.affiliate .one-first td {
  height: 40px;
  color: #000;
  text-align: center;
  border: 1px solid #f2f4f9;
}
.affiliate .order .settlement {  
  display: inline-block;
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px;
  text-align: right;
  background: #e9e9e9;
}
.affiliate .order .settlement i {    
    color: #66a2fc;
    font-style: normal;
}
.affiliate .exchange-cash {
    float: right;
    margin-top: 15px;
    font-size: 14px;
    line-height: 35px;
    box-sizing: border-box;
    min-width: 120px;
    height: 36px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #0095ff;
}

.affiliate .btn:hover{
  opacity: .9;
}

/*---------------新闻区域------------*/
.news .posts-list li{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.news .posts-list .box{
  padding: 10px;
}
.news .posts-list .title-new{
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
  color: #272727;
  font-weight: 500;
}
.news .posts-list .text-content img{
  display: none;
}
.news .posts-list .text-content p{
  text-align: left !important;
}
.news .posts-list .text-content strong{
  font-weight: normal;
}
.news .posts-list .title-new:hover{
  color: #22809a;
}
.news .text .title-pop{
  font-size: 24px;
  margin: 10px 0;
  color: #010101;
  font-weight:500;
  text-align: center;
}
.news  .text .time {
  float: left;
  width: 100%;
  text-align: center;
}

/*-----------站点地图------------*/
.sitemap .title{
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
}
.sitemap ul{
  margin: 0 -10px;
}
.sitemap ul li{
  float: left;
  padding: 10px;
  text-align: left;
  width: 33.33333%;
}
.sitemap a{
  display: block;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  padding: 0 20px;
  border-radius: 2px;
  background: #f4b439;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;

}
.sitemap .news ul li{
  float: left;
  width: 50%;
  text-align: left;
}

/*找回密码*/
.reset-area{
  width: 500px;
  margin: 50px auto 200px auto;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
}
.reset-area .title-3{  
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  color: #282a39;
  text-transform: uppercase;
  text-align: center;
}
.reset-area .input-area .input-text {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 14px;
  border: 1px solid #959595;
  border-radius: 5px;
  background: 0 0;
}
.reset-area .title-w-will {
  margin-bottom: 30px;
  color: #9b9fa5;
  text-align: center;
}
.reset-area .btn {
  line-height: 45px;
  width: 100%;
  height: 45px;
  cursor: pointer;
  margin-top: 25px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #000;
  border: none;
  background: #f4b439;
  border-radius: 5px;
}
.reset-area .btn:hover{
  color: #000;
  background: #f4b439;
}
.reset-area .tips {
  font-size: 18px;
  margin-bottom: 40px;
  color: #687bd9;
}
.reset-area .input-area {
  position: relative;
  float: left;
  width: 100%;
  text-align: right;
}
.reset-area .input-area .ico {
  position: absolute;
  top: 19px;
  right: 10px;
  color: #5988cf;
}
.reset-area .input-area:nth-child(2n) {
  text-align: left;
}
.reset-area .input-area .submit-again {
  font-size: 12px;
  line-height: 35px;
  float: right;
  min-width: 35px;
  height: 35px;
  margin: 11px;
  padding: 0 10px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  background: linear-gradient(to bottom,#779fdb,#503fd5);
}
.reset-area.success-text{text-align: center;}
.reset-area.success-text .cont {color: #00981f;font-size: 50px;}

/*活动促销*/
.promotion .gold-for{
  padding: 20px 0;
}
.promotion .top-gold{
  margin: 0 -10px;
  min-height:58px;
}
.promotion .top-gold .link{
  float: left;
  padding: 10px;
}
.promotion .top-gold .link i{
  float: left;
  font-style: normal;
  min-width: 130px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  background: #363433;
}
.promotion .top-gold .link i:hover,
.promotion .top-gold .current i{
  color: #000;
  background: #ffb63a;
}
.promotion-area {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.promotion-area .list .sales-promotion{
  width: 25%;
  padding: 15px 0;
}
.promotion-area .sales-promotion .box{
  margin: 0 15px;
  padding: 0;
  border: 1px solid #cacaca;
  background: #f3f3f3;
  justify-content: space-between;
}
.promotion-area .box-img{  
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 145px;
  background: url(/dist/images/product/bg.webp) center no-repeat;
}
.promotion-area .img-items{
  background: #504865;
}
.promotion-area .img-account{
  height: 320px;
  padding: 20px;
  background: #f3f3f3;
  border-bottom: 1px solid #cacaca;
}
.promotion-area .box-img img{
  margin: 0 auto;
}
.promotion-area .box-text{
  padding: 10px;
}
.promotion-area .box-text p{
  font-size: 14px;
  margin-bottom: 25px;
  color: #242424;
}
.promotion-area .buy {
  padding: 10px;
  margin-bottom: 10px;
}
.promotion-area .buy .price {
  display: block;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
}
.promotion-area .buy .price .off {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  color: #8d8d8d;
}
.promotion-area .buy .buy-now {
  font-size: 18px;
  line-height: 36px;
  width: 100%;
  height: 36px;
  margin-top: 10px;
  padding: 0 20px;
  color: #000;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background: #ff9600;
}
.promotion-area .buy .buy-now:hover{
  -webkit-filter: brightness(1.2);
}
.promotion-area .time-box {
  display: inline-block;
}
.promotion-area .dash {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  color: #fff;
  margin: 0 5px;
  font-family: Arial;
  border: 1px solid #34444a;
  background: #232323;
}

.promotion .text-area{
  overflow: hidden;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.promotion .text-area .title{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  color: #2b2b2b;
  line-height: 1.1;
  font-weight: 500;
}

.help{min-height: 500px;}
.help .block-widget .text p{
  margin-bottom: 10px;
}
.help .guides{
  padding: 10px 0;
}
.help .guides .list-item{
  float: left;
  width: 50%;
  line-height: 2;
}
.help .guides ul .star {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 4px;
  border-radius: 50%;
  background: #c2c2c2;
}
.help .guides ul a {
  font-size: 14px;
  color: #fff;
}
.help .guides ul a:hover {
  text-decoration: underline;
}

/*付款倒计时*/
.countdown-d-area {
  margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.countdown-d-area .time-t-title {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}
.countdown-d-area .time-t-content {
    width: 240px;
    margin: 0 auto;
}
.countdown-d-area .dash {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 44px;
    line-height: 44px;
    margin: 0 2px;
    padding: 0 5px;
    text-align: center;
    border-radius: 5px;
    background: #940808;
}
.countdown-d-area .digit {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 39px;
    text-align: center;
    color: #fff;
}
.countdown-d-area .colon {
    font-size: 30px;
    vertical-align: top;
    color: #fff;
}

/*没有物品购物车页面*/
.no-c-cart{
    text-align: center;
}
.no-c-cart .no-c-box{
  padding-bottom:50px;
  margin-top: 20px;
  margin-bottom: 50px;
  background: #fff;
  border:1px solid #e8e8e8;
}
.no-c-cart .no-c-box .ico {
  font-size: 170px;
  display: inline-block;
  margin-bottom: 20px;
}
.no-c-box .no-title {  
  font-size: 30px;
  color: #000;
  font-weight: 500;
}
.no-c-box p {
  margin: 10px 0;
  color: #9b9fa5;
}
.no-c-cart .no-c-box .btn {
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 120px;
    height: 45px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    color: #191d22;
    border: none;
    border-radius: 3px;
    background: #f4b439;
}

/*特定游戏弹窗*/
.mask366 {
    position: fixed;
    z-index: 10000000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
}
.sever366-aera {
    font-size: 16px;
    position: fixed;
    z-index: 10000000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 210px;
    margin: auto;
    padding: 50px 0;
    text-align: center;
    color: #1d1b31;
    border-radius: 8px;
    background: #fff;
}
.sever366-aera p {
    font-family: Conv_GoogleSans_bold;
}
.sever366-aera span {
    color: #ec5c34;
}
.sever366-aera .btn {
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 120px;
    height: 36px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    margin: 20px 5px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #66c792;
}
.sever366-aera .btn:hover{
    background: #66c792;
}
.sever366-aera .btns,.sever366-aera .btns:hover {
    color: #4c4bbc;
    border: 1px solid #4c4bbc;
    background: #fff;
}
.popup-w {
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    text-align: center;
    background: rgba(0,0,0,.6);
}
.popup-w .box-w {
    position: relative;
    top: 20%;
    display: inline-block;
}
.popup-w .box-w .close-w {
    font-size: 38px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #fff;
}
.popup-w .box-w a{
    display: block;
}

/* 弹窗提示css */

.wu-loading-svg {
    stroke: #fff;
    fill: #fff;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
}

/* 遮罩 */
.wu-mask-transparent {
    position: fixed;
    z-index: 199;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
}

.wu-mask-black {
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all .4s;
    transition: all .4s;
}

/* 弹出最外层 */
.wu-toast {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 899;
}

/*白色满屏背景*/
.bg-white {
    background-color: #fff;
    opacity: 1;
}

.wu-block {
    max-width: 430px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    z-index: 199;
}

/* 小块黑色背景 */
.wu-toast-box {
    max-width: 430px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px 16px;
    font-size: 16px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.wu-animate-out{display: none;}
.wu-toast-box-transparent {
    background-color: transparent;
}

/* toast icon 提示框公共的图标大小 */
.wu-toast-box .wu-icon {
    font-size: 24px;
}

.wu-toast-box .wu-toast-content {
  color: #1e1a33;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 .14px 2.29px rgba(0,0,0,.03),0 .37px 4.43px rgba(0,0,0,.05),0 3px 7px rgba(0,0,0,.09);
}
.wu-toast-box .notification {
  font-size: 20px;
  color: #e43333;
  margin-right: 5px;
  vertical-align: middle;
}

/*icon - loading*/
.sk-three-bounce {
  width: 100px;
  margin: auto;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 30px;
  height: 30px;
  background-color: #ffb822;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
          animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce-1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce-2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.icon-loading {
    -webkit-animation: weuiLoading 1s steps(12, end) infinite;
    animation: weuiLoading 1s steps(12, end) infinite;
}

@-webkit-keyframes weuiLoading {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes weuiLoading {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

/* 上面滑下来的信息提示框 */
.wu-message {
    width: 100%;
    line-height: 36px;
    position: fixed;
    top: -36px;
    left: 0;
    z-index: 9;
    background: rgba(17, 17, 17, 0.9);
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

/*弹窗*/
.wu-dialog {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 2000;
}

.dialog-content {
    width: 280px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 999;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    transform: translate3d(-50%,-50%,0) scale(.8);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.dialog-content .dialog-title {
    padding: 16px 16px 0;
    font-size: 18px;
    color: #333;
}

.dialog-content .dialog-body {
    padding: 10px 15px 15px;
    position: relative;
}

.dialog-content .dialog-text {
    font-size: 14px;
    color: #666;
}

.dialog-content .dialog-input {
    padding: 0 10px;
    margin-top: 6px;
}

.dialog-content .dialog-input input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 4px 6px;
}

.dialog-content .dialog-foot {
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.dialog-content .dialog-foot:after {
    position: absolute;
    z-index: 15;
    right: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #ddd;
}

.dialog-content .wu-btn {
    -webkit-flex: 1;
    flex: 1;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.dialog-content .dialog-btn-confirm {
    color: #007AFF;
}

.dialog-content .wu-btn:after {
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: #ddd;
}

/* 底部弹出菜单  */
.wu-actionsheet {
    position: relative;
    z-index: 998;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.wu-actionsheet-main {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fafafa;
    font-size: 16px;
    text-align: center;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.wu-actionsheet-cell,
.wu-actionsheet-title,
.wu-actionsheet-cancel {
    background-color: #fff;
    padding: 12px 0;
}

.wu-actionsheet-title {
    padding: 20px 0;
    color: #999;
    font-size: 14px;
}

.wu-actionsheet-cell {
    text-align: center;
    position: relative;
}

.wu-actionsheet-cell:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.wu-actionsheet-cancel {
    margin-top: 5px;
}

.wu-animate-in .wu-actionsheet-main {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* 错误页面 */
.start-box-refresh {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    color: #999;
    z-index: 199;
}

.start-box-refresh .start-box-icon {
    margin-bottom: 50px;
}

.start-box-refresh .wu-icon {
    font-size: 50px;
}

/* 动画进入 */
.wu-animate-fade-in {
    opacity: 1;
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease;
}

.wu-animate-in,
.wu-animate-in .wu-mask-black,
.wu-animate-in .wu-toast-box,
.wu-animate-in .dialog-content {
    opacity: 1;
}

.wu-animate-in .dialog-content {
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
}
.wu-animate-in .wu-toast-box {
    -webkit-transform:  scale(1);
    transform: scale(1);
}

/* 动画结束 */
.wu-animate-fade-out {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

/* .wu-animate-out,
.wu-animate-out .wu-mask-black {
	opacity: 0;
} */
.wu-animate-out .dialog-content,
.wu-animate-out .wu-toast-box,
.wu-animate-out .wu-mask-black {
    opacity: 0;
}

.wu-animate-out .wu-actionsheet-main {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.wu-animate-out .dialog-content {
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

/* 按钮触碰状态  */
.wu-btn-hover {
    background-color: rgba(200, 200, 200, 0.2);
}

/*转盘活动*/
.lottery-area {
  padding-bottom: 100px;
  background: url(/dist/images/index-bg.webp) center no-repeat;
}
.lottery-area .container{
  width: 1277px;
}
.lottery-area .main-area{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
}
.lottery-area .box {
  position: relative;
  z-index: 2;
  top: 20px;
  left: 50px;
  width: 616px;
  min-height: 616px;
}
.lottery-area .box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(/dist/images/christmas/rotary.png) no-repeat;
  background-size: 100% auto;
}
.lottery-area .drawBtn {
  position: absolute;
  width: 35%;
  cursor: pointer;
}
.lottery-area .list-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 1277px;
  height: 681px;
  background: url(/dist/images/christmas/list.webp) no-repeat;
}
.lottery-area .list-box .list_lh {
  position: absolute;
  top: 173px;
  right: 128px;
  overflow: hidden;
  width: 410px;
  height: 400px;
}
.lottery-area .text {
  float: left;
  width: 100%;
  line-height: 1.75;
  padding: 20px;
  color: #c5c4d9;
  background: #230f4e;
}
.lottery-area .text .spin {
  font-size: 20px;
  color: #c5c4d9;
}
.lottery-area .text .live {
  cursor: pointer;
  color: #17b10b;
}
.lottery-area .pop {
  position: fixed;
  z-index: 105;
  top: 20%;
  right: 0;
  left: 0;
  display: none;
  width: 333px;
  height: 420px;
  margin: 0 auto;
  background: url(/dist/images/christmas/pop.webp) no-repeat;
  background-size: 100%;
}
.lottery-area .pop .order {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: inline-block;
  width: 292px;
  height: 45px;
  margin: 12px 20px;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.lottery-area .pop .confirm {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  width: 210px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  background: no-repeat;
}
.lottery-area .pop .shut {
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
}
.lottery-area .list-box p{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #866cbc;
}
.lottery-area .list-box .order {
  width: 200px;
  float: left;
}
.lottery-area .list-box .awards {
  float: right;
  width: 170px;
}
.lottery-area .list-box li{
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 20px;
  border-bottom: 1px solid #c5af94;
}
.lottery-area .list-box .price {
  text-align: center;
  float: right;
  min-width: 170px;
}


