
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgb(0,165,235);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(33,33,33); opacity:.68;}
*::-moz-input-placeholder{color:rgb(33,33,33); opacity:.68;}
*::-ms-input-placeholder{color:rgb(33,33,33); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:14px; font-weight:400; color:rgb(33,33,33);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(33,33,33); transition:.3s;}
a:hover{color:rgb(0,165,235);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(0,165,235); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:400;}
h1{font-size:28px;}
h2{font-size:21px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:13px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:14px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgb(0,165,235); border-color:rgb(0,165,235); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:1.75; height:42.5px; font-size:14px;}
select[multiple],
textarea{height:116px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; text-align:center; user-select:none; pointer-events:none;}
h6.alert>b{display:inline-block; color:#fff; max-width:320px; background:rgb(255,98,76); text-align:left; box-shadow:0 0 18px rgba(0,0,0,.08); border-radius:3px; padding:8px 22px; font-size:16px; font-weight:normal;}
h6.alert.red>b{background:rgb(255,98,76);}
h6.alert.green>b{background:rgb(29,213,111);}
h6.alert.brown>b{background:#a5692d;}
h6.alert.yellow>b{background:#ffd700;} 
h6.alert.blue>b{background:rgb(56,129,245);}
h6.alert.gold>b{background:linear-gradient(to right bottom,#ffd700,#edc86c);}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  min-width: 375px
}

input {
  color: #121212;
  font-family: montserrat
}
button.error::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/static/web/image/close_2.svg);
  margin: 0 auto;
  display: block;
  background-size: 100%
}
input::placeholder, textarea::placeholder {
  color: #b6b6b6;
  font-size: 14px
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b6b6b6;
  font-size: 14px
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b6b6b6;
  font-size: 14px
}
ol, ul {
  list-style: none
}
a:link {
  text-decoration: none
}
a:visited {
  text-decoration: none
}
a:hover {
  text-decoration: none;
  cursor: pointer
}
a:active {
  text-decoration: none
}
a {
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table
}
.clearfix:after {
  clear: both;
  overflow: hidden
}
.clearfix {
  zoom: 1
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
  line-height: 0;
  font-size: 0
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans;
  font-weight: 400
}
i {
  font-style: normal
}
em {
  font-style: normal
}
.blue {
  color: #0082fb
}
.orange {
  color: #ee6a25
}
.price strong {
  font-weight: 400
}
.flex {
  display: flex
}
.flexItemCenter {
  display: flex;
  align-items: center
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center
}
.flexBetween {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.flexColumn {
  display: flex;
  flex-direction: column;
  align-items: center
}
.flexWarp {
  flex-wrap: wrap
}
.web__hide {
  display: none
}
.mobile__hide {
  display: block
}
body {
  font-family: montserrat;
  background: #fff;
  font-size: 14px;
  color: #444
}
body::-webkit-scrollbar, .commonScroll::-webkit-scrollbar {
  width: 8px
}
body::-webkit-scrollbar-thumb, .commonScroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 7px;
  cursor: pointer
}
body::-webkit-scrollbar-track, .commonScroll::-webkit-scrollbar-track {
  background-color: transparent
}
.fontSans {
  font-family: sans
}
.curPointer {
  cursor: pointer
}
.positionRe {
  position: relative
}
.positionAb {
  position: absolute
}
.price {
  font-family: sans
}
.ell-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis
}
.posLeftTopCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.modal, .goods_modal, .delelte_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index: 99;
  display: none
}
.delelte_modal {
  z-index: 999
}
.tips {
  color: red
}
@font-face {
  font-family: montserrat;
  src: url(/static/web/font/default.ttf);
  font-display: swap
}
@font-face {
  font-family: sans;
  src: url(/static/web/font/default_bold.ttf);
  font-display: swap
}
.container {
  width: 1400px;
  margin-right: auto;
  margin-left: auto
}
.main {
  margin-top:130px/*轮播上空间*/
}
.nw_header {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background: #fff;
}
.nw_header .container, .nw_header .header_left, .nw_header .header_right, .nw_header .header_common_height {
  height: 100%
}

.nw_header .logo {
  margin-right: 50px;
  padding-left: 6px
}
.nw_header .logo img {
  width: 164px;
  height: 28px;
  min-width: 164px
}
.nw_header .header_search {
  position: relative
}
.nw_header .header_search .search_input input {
  width: 300px;
  height: 44px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #b6b6b6
}
.nw_header .header_search .search_input i {
  right: 10px;
  top: 12px;
  color: #b6b6b6;
  font-size: 20px
}
.nw_header .header_search .search_list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 999;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto
}
.nw_header .header_search .search_list a {
  color: #444;
  padding: 7px 10px
}
.nw_header .header_search .search_list a img {
  margin-left: 10px
}
.nw_header .header_search .search_list a:hover {
  background: #d1d1d1
}
.nw_header .header_search .search_list.display {
  display: block
}
.nw_header .header_common--style .common_title {
  height: 44px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #b6b6b6;
  padding: 0 11px
}
.nw_header .header_common--style .common_title p {
  margin: 0 10px
}
.nw_header .header_common--style .common_title i {
  font-size: 12px;
  color: #878787
}
.nw_header .header_common--style .common_child {
  top: 94%;
  left: -13px;
  padding: 18px 0;
  display: none;
  z-index: 99
}
.nw_header .header_common--style.header_currency .common_child {
  left: -20px
}
.nw_header .header_common--style .common_child.display {
  display: block
}
.nw_header .header_common--style .common_child .common_list {
  background: #444;
  width: 150px;
  padding: 10px 0;
  border-radius: 4px
}
.nw_header .header_common--style .common_child .common_list::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 45%;
  transform: rotate(-44deg);
  border: 9px solid #444;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-radius: 0 2px 0 0
}
.nw_header .header_common--style .common_child .common_list a {
  height: 40px;
  padding-left: 23px;
  color: #d4d4d4
}
.nw_header .header_common--style .common_child .common_list a .common_national {
  margin-right: 18px
}
.common_national {
  width: 20px;
  height: 20px;
  background-size: 100%
}
.common_national.en, .common_national.usd {
  background-image: url(../public/images/us.png)
}
.common_national.de {
  background-image: url(../public/images/de.png)
}
.common_national.fr {
  background-image: url(../public/images/fr.png)
}
.common_national.es {
  background-image: url(../public/images/es.png)
}
.common_national.eur {
  background-image: url(../public/images/eur.png)
}
.common_national.gbp {
  background-image: url(../public/images/gbp.png)
}
.common_national.aud {
  background-image: url(../public/images/aud.png)
}
.common_national.cad {
  background-image: url(../public/images/cad.png)
}
.common_national.cny {
  background-image: url(../public/images/cny.png)
}
.common_national.thb {
  background-image: url(../public/images/thb.png)
}
.common_national.php {
  background-image: url(../public/images/php.png)
}
.common_national.idr {
  background-image: url(../public/images/idr.png)
}
.common_national.twd {
  background-image: url(../public/images/twd.png)
}
.common_national.hkd {
  background-image: url(../public/images/hkd.png)
}
.common_national.sgd {
  background-image: url(../public/images/sgd.png)
}
.common_national.myr {
  background-image: url(../public/images/myr.png)
}
.common_national.jpy {
  background-image: url(../public/images/jpy.png)
}
.common_national.rub {
  background-image: url(../public/images/rub.png)
}
.common_national.mxn {
  background-image: url(../public/images/mxn.png)
}
.nw_header .header_common--style.header_currency {
  margin: 0 10px
}
.nw_header .header__pc--user .log_in {
  height: 44px;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  padding: 0 16px;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap
}
.nw_header .header__pc--user .sign_up {
  height: 44px;
  background: #0082fb;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  padding: 0 16px;
  white-space: nowrap
}
.nw_header .header__pc--user a.my_account {
  max-width: 186px
}
.nw_header .header__pc--user a.my_account span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer
}
.nw_header .header__pc--user a.my_account img {
  width: 22px;
  height: 22px;
  margin-right: 8px
}
.nw_header .header_cart {
  margin-left: 10px
}
.nw_header .header_cart .header__cart--title {
  width: 76px;
  height: 44px;
  background: #ee6a25;
  border-radius: 2px;
  cursor: pointer
}
.nw_header .header_cart .header__cart--title i {
  font-size: 26px;
  color: #fff;
  margin-right: 7px
}
.nw_header .header_cart em {
  min-width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  color: #dd682a;
  font-family: sans
}
.cartDialog {
  position: fixed;
  min-width: 800px;
  width: 800px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border-radius: 10px;
  display: none;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .4);
  border-radius: 10px;
  overflow: hidden
}
.cartDialog.display {
  display: block
}
.cartDialog .cartDialog_title {
  padding: 11px 20px 6px;
  font-size: 18px;
  color: #111;
  background: #eee
}
.cartDialog .cartDialog_title i {
  color: #555;
  font-size: 30px;
  cursor: pointer
}
.cartDialog .noCart {
  padding: 23px 0 43px;
  background-color: #f9f9f9;
  display: none;
  text-align: center;
  height: 100%
}
.cartDialog .noCart img {
  width: 75px;
  height: 60px
}
.cartDialog .noCart p {
  font-size: 14px;
  color: #0e1319;
  margin-top: 16px
}
.cartDialog ul {
  display: block;
  overflow-y: auto;
  max-height: 320px;
  padding: 0 30px
}
.cartDialog li {
  padding: 20px 30px;
  overflow: hidden;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
  justify-content: space-between
}
.cartDialog li .cartImages {
  width: 100px;
  height: 100px;
  background: #333;
  border-radius: 4px;
  padding: 5px;
  margin-right: 30px
}
.cartDialog li .cartImages img {
  max-width: 100%;
  max-height: 100%
}
.cartDialog li .headerCart_shopInfo .goodsQty {
  font-family: sans;
  font-size: 14px;
  font-weight: 700
}
.cartDialog li .diy_more {
  cursor: pointer;
  margin-top: 10px;
  color: #12b73d
}
.cartDialog li .diy_more:hover {
  color: #15cf2f
}
.cartDialog li .diy_more i {
  font-size: 12px
}
.cartDialog li .diyDetailInfo {
  position: absolute;
  top: 155px;
  background: #fff;
  z-index: 9;
  border-radius: 5px;
  padding: 10px;
  display: none;
  left: -50px;
  z-index: 1;
  box-shadow: 0 0 5px 1px #ccc
}
.cartDialog li .diyDetailInfo::after {
  content: '';
  background: #fff;
  position: absolute;
  top: -5px;
  left: 217px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg)
}
.cartDialog li .diyDetailInfo.display {
  display: block
}
.cartDialog li .diyDetailInfo p {
  color: #000;
  white-space: nowrap;
  width: auto
}
.cartDialog li .headerCart_shopInfo {
  flex: 1
}
.cartDialog li .headerCart_shopInfo .title {
  color: #222;
  font-size: 14px;
  padding-right: 10px;
  width: 250px
}
.cartDialog li.goods_item .goodsNum {
  border: none;
  width: 148px;
  height: 40px;
  margin-top: 0;
  border-radius: 2px;
  overflow: hidden
}
.cartDialog li.goods_item .goodsNum span {
  background: #414141;
  height: 40px;
  min-width: 40px
}
.cartDialog li.goods_item .goodsNum input {
  background: #414141;
  border-color: #f0f0f0
}
.cartDialog li .priceBox {
  text-align: center;
  min-width: 100px
}
.cartDialog li .priceBox .price {
  color: #0082fb;
  font-size: 18px
}
.cartDialog li .deleteIco {
  margin-left: 30px
}
.cartDialog li .deleteIco i {
  font-size: 22px;
  color: #555;
  cursor: pointer
}
.cartDialog .cart-total {
  padding: 20px;
  color: #111;
  font-size: 18px
}
.cartDialog .cart-total .price {
  font-size: 24px;
  color: #0082fb;
  margin-left: 5px
}
.cartDialog .cart-button {
  padding: 0 20px 26px
}
.cartDialog .cart-button .clear-btn {
  width: 160px;
  height: 46px;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  border: 1px solid #adadad;
  background: 0 0;
  margin-right: 30px;
  border-radius: 2px
}
.cartDialog .cart-button .clear-btn:hover {
  background-color: #0377e3;
  color: #fff;
  border-color: #0377e3
}
.cartDialog .cart-button .checkout-btn {
  width: 160px;
  padding: 0
}
html[lang=de] .cartDialog .cart-button .checkout-btn {
  width: 170px
}
.cartDialog .cart-button .checkout-btn a {
  color: #fff;
  font-size: 16px;
  height: 46px;
  background: #ee6a25;
  border-radius: 2px;
  text-align: center
}
.cartDialog .cart-button .checkout-btn a:hover {
  background: #FDC409
}
.nw_header .header_user .myAccount {
  margin-left: 5px
}
.nw_header .header_menu {
  display: none
}
nav {
    background: #222222;
    font-size: 16px;
    position: fixed;
    width: 100%;
    top: 80px;
    z-index: 97;
    cursor: pointer;
}
nav .nav__categories .categories__title {
  background: #ee6a25;
  /*#FDC409*/
  height: 50px;
  color: #fff;
  padding: 0 28px;
  position: relative;
  z-index: 20
}
nav .nav__categories .categories__title.display::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: rotate(135deg);
  border: 5px solid #FDC409;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent
}
nav .nav__categories .categories__title i {
  font-size: 20px;
  margin-right: 11px
}
nav .nav__categories .categories__list {
  width: 100%;
  background: #151515;
  padding: 26px 30px 80px;
  z-index: 19;
  transform: scale(0);
  opacity: 0;
  transform-origin: 0 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px
}
nav .nav__categories .categories__list.display {
  transform: scale(1);
  opacity: 1
}
nav .nav__categories .categories__list a {
  background: #282828;
  color: #c5c5c5;
  height: 46px;
  padding-left: 20px
}
nav .nav__categories .categories__list a img.menu_hot {
  width: 30px;
  margin-left: 8px
}
nav .nav__categories .categories__list a .game_img {
  width: 26px;
  height: 26px;
  margin-right: 8px
}
nav .nav__categories .categories__list a.allgame {
  position: absolute;
  right: 30px;
  bottom: 20px;
  padding: 0 22px
}
nav .nav__categories .categories__list a.allgame i {
  color: #535353;
  font-size: 16px;
  margin-left: 18px
}
nav .nav__categories .categories__list a:hover {
    background: #0082fb /*#333*/
}
nav .other__nav a {
  color: #fff;
  height: 50px;
  padding: 0 38px;
  position: relative
}
nav .other__nav a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #595959
}
nav .other__nav a:last-child::after {
  display: none
}
nav .other__nav a i {
  margin-right: 8px
}
.nw_goodList.item_goodList .goods_item {
  display: flex;
  position: relative
}
.nw_goodList .goods_item .goods_top_info {
  background: #222;
  width: 100%;
  padding-top: 10px;
  border-radius: 2px
}
.nw_goodList .goods_item .goodsImg {
  width: 100%;
  height: 110px
}
.nw_goodList .goods_item .goodsImg img {
  max-width: 100%;
  max-height: 100%
}
.nw_goodList.lords-list-items .goods_item .goodsImg img {
  max-width: 60%;
  max-height: 60%
}
.nw_goodList .goods_item .goodsNum {
  width: 140px;
  height: 36px;
  background: #414141;
  overflow: hidden;
  margin-top: auto
}
.nw_goodList .goods_item .goodsNum span {
  min-width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  cursor: pointer
}
.nw_goodList .goods_item .goodsNum input {
  width: 100%;
  height: 100%;
  color: #faf9f8;
  background: #414141;
  text-align: center;
  border-left: 1px solid #262626;
  border-right: 1px solid #262626
}
.nw_goodList .goods_item .goodsBtn {
  padding: 0 10px;
  width: 100%;
  margin-top: 21px
}
.nw_goodList .goods_item .goodsBtn .buynow {
  width: 100%;
  color: #ee6a25;
  font-size: 16px;
  background: 0 0;
  line-height: 40px;
  border-top: 1px solid #333
}
.nw_goodList .goods_item .goodsBtn .buynow i {
  margin-right: 10px;
  font-size: 22px
}
.nw_goodList .goods_item .goodsBtn .buynow:hover {
  background: #0082fb;
  color: #fff
}
.item_goodList.nw_goodList .goods_item .goods_title {
  text-align: center
}
.nw_goodList .goods_item .goods_title {
  margin: 20px 0 10px;
  color: #fff;
  padding: 0 8px
}
.nw_goodList .cart_goodsList .goods_item .goods_title {
  color: #000
}
.nw_goodList .goods_item .goods_price {
  padding-top: 5px
}
.nw_goodList.item_goodList .goods_item .true_price {
  text-align: center
}
.nw_goodList .goods_item .true_price {
  color: #0082fb;
  font-size: 22px
}
.nw_goodList .goods_item .old_price {
  color: #ccc
}
.nw_goodList .goods_item .old_price .price {
  font-size: 12px;
  text-decoration: line-through;
  margin-right: 9px
}
.nw_goodList .goods_item .goods_discount {
  color: #12b73d
}
.nw_goodList .goods_item .addCart {
  margin-left: 10px
}
.nw_goodList .goods_item .elden_attr {
  height: 40px;
  margin-top: 10px;
  position: relative;
  width: 100%;
  padding: 0 15px
}
.nw_goodList .goods_item .elden_attr .elden_attr_title {
  height: 34px;
  border: solid 1px #666;
  padding: 0 10px;
  cursor: pointer;
  color: #fff;
  font-size: 12px
}
.nw_goodList .goods_item .elden_attr .elden_attr_title i {
  font-size: 12px;
  color: rgba(255, 255, 255, .5)
}
.nw_goodList .goods_item .elden_attr .elden_attr_ul {
  position: absolute;
  width: 88%;
  top: 100%;
  left: 15px;
  background-color: #fff;
  color: #000;
  max-height: 300px;
  overflow-y: auto;
  z-index: 99;
  display: none
}
.nw_goodList .goods_item .elden_attr .elden_attr_ul .elden_attr_li {
  height: 30px;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 12px
}
.nw_goodList .goods_item .elden_attr .elden_attr_ul .elden_attr_li:hover {
  background: #315973;
  color: #fff
}
.nw_goodList .goods_item .elden_attr .elden_attr_ul .elden_attr_li:hover .price {
  color: #fff
}
.nw_goodList .goods_item .elden_attr .elden_attr_ul .elden_attr_li p {
  margin-left: 5px
}
.ordering_steps {
  padding-top: 70px
}
.ordering_steps .home_common_title i {
  width: 60px;
  height: 4px;
  background-color: #d52b1e
}
.ordering_steps .home_common_title h2 {
  color: #121212;
  font-size: 32px;
  margin-top: 20px
}
.ordering_steps .siteInfo_text {
  text-align: center;
  margin-top: 10px;
  color: #666;
  margin-bottom: 40px
}
.ordering_steps .site_list {
  align-items: flex-start
}
.ordering_steps .site_item {
  margin-right: 40px;
  width: 25%
}
.ordering_steps .site_item:last-child {
  margin-right: 0
}
.ordering_steps .site_item .item_img {
  width: 80px;
  height: 80px;
  background-color: #d5a602;
  border-radius: 50%;
  margin-left: 61px
}
.ordering_steps .site_item .item_img .pay {
  fill: #fff
}
.ordering_steps .site_item h3 {
  color: #121212;
  font-size: 20px;
  margin: 30px 0 15px
}
.footerCommonSet {
  position: fixed;
  right: 60px;
  bottom: 100px;
  z-index: 99;
  cursor: pointer;
  transition: all .3s
}
.footerCommonSet img {
  width: 56px;
  height: 56px
}
.footerCommonSet.backTop {
  bottom: 170px;
  display: none
}
.footerCommonSet .setIcon {
  fill: #fff
}
.liveChat .liveLoad {
  position: absolute;
  background: #fff;
  color: #000;
  width: 245px;
  font-size: 14px;
  box-shadow: 0 0 6px 1px #ccc;
  right: -22%;
  text-align: center;
  display: none;
  padding: 15px 10px;
  text-align: center;
  top: 0
}
.liveChat .liveLoad img {
  display: block;
  width: 80px;
  margin: 10px auto 0;
  height: auto
}
.liveChat .liveLoad.display {
  display: block
}
.footer__payment {
  height: 120px;
  background: #0066cc/*585858*/
}
.footer__payment img {
  max-width: 100%;
  width: 1400px
}
.nw_footer {
  background: #2b2b2b;
  color: #a6a6a6;
  padding: 50px 0 0
}
.nw_footer .footer_head {
  align-items: flex-start
}
.nw_footer .footer_head .footer_head_l {
  margin-top: -4px
}
.nw_footer .footer_head .footer_logo {
  width: 326px;
  margin-right: 60px;
  padding-top: 5px
}
.nw_footer .footer_head .footer_logo img {
  width: 178px;
  height: 29px
}
.nw_footer .footer_head .footer_logo p {
  margin-top: 20px;
  line-height: 30px
}
.nw_footer .footer_head .dont_miss .dont_1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px
}
.nw_footer .footer_head .dont_miss .dont_2 {
  width: 70%
}
.nw_footer .item a {
  color: #a6a6a6;
  white-space: nowrap
}
.nw_footer .item a:hover {
  color: #0082fb/*foot导航*/
}
.nw_footer .item > p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 28px
}
.nw_footer .item.contact ul {
  flex-wrap: wrap;
  width: 400px
}
.nw_footer .item.contact li {
  width: 50%;
  margin-bottom: 13px
}
.nw_footer .joinUs ul li {
  margin-bottom: 13px
}
.nw_footer .joinUs li {
  margin-bottom: 13px
}
.nw_footer .footer_shade a {
  width: 40px;
  height: 40px;
  background: #444;
  border-radius: 4px 4px 4px 4px;
  color: #0082fb;
  margin-right: 10px;
  transition: all .3s
}
.nw_footer .footer_shade .pc_widget {
  height: 48px;
  border: solid 1px rgba(255, 255, 255, .3);
  padding: 10px 0 0;
  margin-top: 30px
}
.nw_footer .footer_shade a:last-child {
  margin-right: 0
}
.nw_footer .footer_shade a i {
  font-size: 22px
}
.nw_footer .footer_shade a:hover {
  background: #0082fb;
  color: #fff
}
.nw_footer .footer_fee {
  grid-gap: 20px;
  padding: 10px 0;
  margin-top: 10px;/**/
  border-top: 1px solid #373737
}
.nw_footer .footer_fee img {
  width: 100px;
  height: 50px
}
.breadcrumb {
  padding: 10px 0 20px;
  background: #333
}
.bredcrumbAbout {
  font-size: 40px;
  color: #fff;
  padding: 10px 0 9px;
  font-family: sans
}
.breadcrumb ul {
  display: flex;
  font-size: 14px
}
.breadcrumb ul li.home a {
  color: #c9c9c9;
  font-size: 12px
}
.breadcrumb ul li.category a {
  color: #c9c9c9;
  margin-left: 10px;
  font-size: 12px
}
.breadcrumb ul li.category a:hover {
  color: #ee6a25
}
.breadcrumb .bredcrumbAbout .bredcrumbAbout_orange {
  font-size: 22px;
  color: #ff8c05
}
.breadcrumb .bredcrumbAbout p {
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 400
}
.page_bj {
  background: #000;
  height: 120px;
  width: 100%;
  text-align: center
}
.page_bj h2 {
  font-size: 30px;
  color: #fff
}
.page_bj img {
  width: 100%;
  height: 100%
}
.page_bj .page_bj_img_m {
  display: none
}
.round_wait {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-left: 2px solid #fff;
  margin: 5px auto 0;
  animation: rotation 1s linear infinite
}
@keyframes rotation {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}
.errorTips {
  background: #fff;
  box-shadow: 0 0 7px 2px #ccc;
  position: absolute;
  font-size: 12px;
  right: 14px;
  top: -35px;
  padding: 10px 20px 10px 10px;
  color: #101822
}
.errorTips::before {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  right: 11px;
  content: '';
  transform: rotate(45deg);
  background: #fff
}
.errorTips p {
  color: #000;
  margin-bottom: 5px;
  display: flex;
  align-items: center
}
.errorTips i {
  width: 15px;
  height: 15px;
  background: url(/static/web/image/gantanhao.png);
  background-size: 100%;
  margin-right: 5px
}
.errorTips.successTips i {
  background: url(/static/web/image/success.png);
  background-size: 100%
}
@keyframes deleteTips {
  0% {
    right: -100%
  }
  100% {
    right: 0
  }
}
@media(min-width:1024px) {
  .container {
    width: 100%;
    padding: 0
  }
  .nw_header .header_common_height:hover {
    background-color: #f9f9f9
  }
  .nw_header .header_common_height:hover::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #d52b1e
  }
  .nw_header .header_common--style .common_child .common_list a:hover {
    background: #333
  }
  .nw_header .header__pc--user .log_in:hover {
    background: #0082fb;
    border: 1px solid #0082fb;
    color: #fff
  }
  .nw_header .header__pc--user .sign_up:hover {
    background: #0377e3
  }
  .nw_header .header_cart .header__cart--title:hover {
    background: #0082fb
  }
  .cartDialog .cartDialog_title i:hover, .cartDialog li .deleteIco i:hover {
    background: #0082fb;
  }
  .nw_goodList .goods_item .wishIco.active:hover .wishHover, .nw_goodList .goods_item .addCart:hover .cartIcoShow, .nw_goodList .goods_item .wishIco:hover .wishHover {
    display: block
  }
  .nw_goodList .goods_item .wishIco.active:hover .wishHide, .nw_goodList .goods_item .addCart:hover .cartIco, .nw_goodList .goods_item .wishIco:hover .wishHide {
    display: none
  }
  .nw_goodList .goods_item .goodsNum span:hover {
    background-color: #ee6a25
  }
  nav .other__nav a:hover {
    background: #0082fb;
    /*color: #ee6a25*/
  }
  nav .nav__categories:hover .categories__title {
    background: #0082fb/**/
  }
}
.nw_dialog {
  width: 390px;
  background-color: #faf9f8;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: auto;
  text-align: center;
  padding: 47px 45px 30px;
  display: none;
  transform: translate(-50%, -50%)
}
.nw_dialog p {
  color: #121212;
  font-size: 14px;
  margin-bottom: 22px
}
.nw_dialog i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #444;
  cursor: pointer
}
.nw_dialog button {
  height: 40px;
  min-width: 140px;
  background: 0 0;
  border-radius: 2px;
  font-size: 15px;
  color: #444;
  cursor: pointer;
  border: 1px solid #b6b6b6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}
.nw_dialog button:hover {
  border: 1px solid #e50000;
  color: #e50000
}
.nw_dialog button.yes {
  margin-right: 20px;
  background: #FDC409;
  color: #fff;
  border: 1px solid #FDC409
}
.nw_dialog button.yes:hover {
  background: #FDC409
}
.nw_dialog.display {
  display: block;
  animation: scaleDialog .3s;
  -webkit-animation: scaleDialog .3s
}
.loading_mask {
  padding: 50px 0
}
.loading_mask img {
  width: 80px
}
.slide__dialog {
  display: none
}
.account__dialog {
  position: fixed;
  min-width: 500px;
  width: 500px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .4);
  overflow: hidden;
  padding: 50px 42px 28px;
  display: none
}
.account__dialog .title {
  color: #111;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px
}
.account__dialog .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer
}
.account__dialog .account__list a {
  color: #444;
  height: 49px;
  border-bottom: 1px solid #dcdcdc
}
.account__dialog .account__list a i {
  font-size: 18px;
  color: #b1b1b1;
  margin-right: 15px
}
.account__dialog .account__list a:hover {
  color: #ee6a25
}
.account__dialog .account__list a:hover i {
  color: #ee6a25
}
.account__dialog .sign_out {
  height: 56px;
  background: #FDC409;
  border-radius: 2px 2px 2px 2px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-top: 24px
}
.account__dialog .sign_out:hover {
  background: #ff5800
}
.errorTips__dialog {
  position: fixed;
  min-width: 240px;
  width: 240px;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .4);
  border-radius: 4px;
  overflow: hidden;
  display: none
}
.errorTips__dialog.display {
  display: block
}
.errorTips__dialog .tips__title {
  color: #444;
  padding: 10px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee
}
.errorTips__dialog .tips__title i {
  cursor: pointer
}
.errorTips__dialog .tips__content {
  padding: 20px
}
.page_404 {
  padding: 17px 0 77px
}
.page_404 .pc_img {
  width: 500px;
  height: 500px
}
.page_404 .mobile_img {
  display: none;
  width: 200px;
  height: 200px
}
.page_404 p {
  font-size: 24px;
  margin: 18px 0
}
.page_404 span {
  color: #666
}
.page_404 a {
  height: 48px;
  background-color: #ee6a25;
  border-radius: 6px;
  padding: 0 60px;
  font-size: 16px;
  color: #fff;
  margin-top: 50px
}
.save-success {
  position: fixed;
  top: 300px;
  left: 50%;
  align-items: center;
  color: #67c23a;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  border-radius: 10px;
  height: 50px;
  justify-content: center;
  display: none;
  padding: 0 20px;
  z-index: 200;
  transform: translateX(-50%)
}
.save-success.save-error {
  color: #f56c6c;
  background-color: #fef0f0;
  border-color: #fde2e2
}
.goods__stock {
  position: fixed;
  top: 300px;
  left: 50%;
  align-items: center;
  color: #f56c6c;
  background-color: #fef0f0;
  border-color: #fde2e2;
  border-radius: 10px;
  height: 50px;
  justify-content: center;
  display: none;
  padding: 0 40px;
  z-index: 200;
  transform: translateX(-50%);
  white-space: nowrap
}
.goods__stock.show {
  display: flex
}
.goods__stock img {
  width: 30px;
  height: 30px;
  margin-right: 20px
}
@keyframes scaleDialog {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }
}
@media(min-width:1400px) {
  .container {
    width: 1400px
  }
}
@media(max-width:1300px) {
  .nw_footer .footer_head .footer_logo {
    width: 300px
  }
  .nw_footer .footer_head .footer_logo {
    margin-right: 40px
  }
  .nw_footer .item.contact {
    margin-left: 20px
  }
  .nw_footer .item.contact ul {
    width: auto;
    display: block
  }
}
@media(max-width:1024px) {
  a, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none
  }
  .main {
    margin-top:124px/**/
  }
  .container {
    width: 100%
  }
  .web__hide {
    display: block
  }
  .mobile__hide {
    display: none
  }
  .nav_mobile_hide {
    display: none
  }
  .nw_header {
    height: 44px;
    padding: 0 15px;
    background: rgba(255, 255, 255, .96)
  }
  .nw_header .logo {
    margin-right: 0;
    padding: 0
  }
  .nw_header .logo img {
    width: 111px;
    min-width: 111px;
    height: 19px
  }
  .nw_header .header_search, .nw_header .header_country, .nw_header .header__pc--user {
    display: none
  }
  .nw_header .header_menu {
    display: flex;
    margin-right: 15px
  }
  .nw_header .header_menu .icon-menu {
    font-size: 20px;
    color: #ee6a25
  }
  .nw_header .header_common--style.header_currency {
    margin: 0
  }
  .nw_header .header_common--style .common_child {
    left: -41px
  }
  .nw_header .header_common--style .common_child .common_list a {
    height: 36px
  }
  .nw_header .header_cart {
    margin: 0
  }
  .nw_header .header_cart.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
  }
  .nw_header .header_common--style .common_title {
    height: 30px;
    padding: 0 6px;
    font-size: 12px
  }
  .nw_header .header_common--style .common_title p {
    margin: 0 8px
  }
  .nw_header .header_cart .header__cart--title {
    height: auto;
    width: auto;
    background: 0 0;
    position: relative
  }
  .nw_header .header_cart .header__cart--title i {
    color: #ee6a25;
    margin-right: 0
  }
  .nw_header .header_cart em {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 17px;
    height: 17px;
    background: #1daeff;
    color: #fff;
    min-width: 17px;
    font-size: 12px
  }
  .nw_header .header__mobile--user {
    margin: 0 15px
  }
  .nw_header .header__mobile--user i {
    font-size: 23px;
    color: #0082fb
  }
  nav {
    top: 44px
  }
  nav .nav__categories {
    display: none
  }
  nav .other__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    align-items: baseline
  }
  nav .other__nav a, nav .other__nav a .liveChat {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0;
    height: 80px;
    font-family: sans
  }
  nav .other__nav a.liveChat {
    display: flex
  }
  nav .other__nav a::after {
    display: none
  }
  nav .other__nav a i {
    margin-bottom: 9px;
    margin-right: 0;
    font-size: 18px
  }
  .breadcrumb {
    padding-left: 10px
  }
  .nw_footer {
    padding: 30px 25px
  }
  .nw_footer .footer_head {
    display: block
  }
  .nw_footer .footer_head .footer_head_l, .nw_footer .footer_fee {
    display: none
  }
  .footer__payment {
    display: none
  }
  .nw_footer .footer_shade {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
  .nw_footer .footer_shade .flexItemCenter {
    justify-content: center
  }
  .nw_footer .footer_shade .pc_widget {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0
  }
  .nw_footer .mobile__footer--copy {
    text-align: center;
    font-size: 12px
  }
  .nw_footer .mobile__footer--country {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0
  }
  .nw_footer .mobile__footer--country .country__value {
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #777;
    padding: 0 9px;
    border-radius: 3px;
    font-size: 12px
  }
  .nw_footer .mobile__footer--country .country__value p {
    margin: 0 5px
  }
  .nw_footer .mobile__footer--country .country__value i {
    font-size: 12px
  }
  .nw_footer .mobile__footer--country .country__list {
    background: #444;
    width: 150px;
    padding: 10px 0;
    border-radius: 4px;
    top: -175px;
    left: -23px;
    display: none
  }
  .nw_footer .mobile__footer--country .country__list.display {
    display: block
  }
  .nw_footer .mobile__footer--country .country__list::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 48%;
    transform: rotate(136deg);
    border: 9px solid #444;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-radius: 0 2px 0 0
  }
  .nw_footer .mobile__footer--country .country__list a {
    padding-left: 15px;
    color: #d4d4d4;
    height: 36px
  }
  .nw_footer .mobile__footer--country .country__list a span {
    margin-right: 10px
  }
  .footerCommonSet {
    right: 15px;
    bottom: 50px
  }
  .footerCommonSet.backTop {
    bottom: 110px
  }
  .slide__dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 199;
    background: rgba(0, 0, 0, .5);
    display: none
  }
  .slide__dialog.display {
    display: block;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  .slide__dialog .slide__warp {
    width: 85%;
    height: 100%;
    background: #151515
  }
  .slide__dialog .slide__warp .slide__close {
    left: 85%;
    top: 0;
    width: 45px;
    height: 45px;
    color: #fff;
    background: #ee6a25;
    z-index: 0;
    position: fixed
  }
  .slide__dialog .slide__warp .slide__search {
    background: #444;
    padding: 10px 15px
  }
  .slide__dialog .slide__warp .slide__search .search_input i {
    right: 10px;
    top: 8px;
    font-size: 24px;
    color: #fff
  }
  .slide__dialog .slide__warp .slide__search input {
    width: 100%;
    border: none;
    background: #222121;
    color: #fff
  }
  .slide__dialog .slide__warp .slide__search .search_list {
    background: #222121;
    width: calc(100% - 30px);
    top: 52px;
    max-height: 300px;
    overflow-y: auto;
    display: none
  }
  .slide__dialog .slide__warp .slide__search .search_list.display {
    display: block
  }
  .slide__dialog .slide__warp .slide__search .search_list a {
    color: #fff;
    padding: 10px
  }
  .slide__dialog .slide__warp .slide__search .search_list a img {
    margin-left: 10px
  }
  .slide__dialog .slide__warp .slide__categories {
    background: #444;
    margin-top: 5px
  }
  .slide__dialog .slide__warp .slide__categories .slide__categories_title {
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    border-bottom: 1px solid #333
  }
  .slide__dialog .slide__warp .slide__categories .slide__categories_list a {
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #333
  }
  .slide__dialog .slide__warp .slide__categories .slide__categories_list a img {
    width: 20px;
    margin-right: 10px
  }
  .slide__dialog .slide__warp .slide__categories .slide__categories_list a:nth-of-type(n+7) {
    display: none
  }
  .slide__dialog .slide__warp .slide__categories .slide__categories_list a.allgame {
    display: flex
  }
  .slide__dialog .slide__warp .slide__contact {
    background: #444;
    margin-top: 5px
  }
  .slide__dialog .slide__warp .slide__contact a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-bottom: 1px solid #333;
    font-size: 14px;
    -webkit-text-size-adjust: 100%
  }
  .nw_dialog {
    width: 90%
  }
  .nw_dialog button {
    width: 48%;
    min-width: 48%;
    padding: 0;
    margin-right: 10px
  }
  .nw_dialog button.yes {
    margin-right: 10px
  }
  .addCartAnimate {
    -webkit-animation-name: flyCart;
    animation-name: flyCart;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 400px;
    display: block;
    position: fixed;
    top: 0;
    opacity: .6;
    z-index: 10000
  }
  .addCartAnimate img {
    width: 100%
  }
  .page_404 .pc_img {
    width: 100%;
    height: auto
  }
  .page_404 {
    padding: 50px 10px
  }
  .page_404 p {
    font-size: 18px;
    text-align: center
  }
  @keyframes flyCart {
    0% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
      animation-timing-function: cubic-bezier(.25, .25, .75, .75)
    }
    100% {
      -webkit-transform: translate(360px, 20px) scale(0);
      transform: translate(360px, 20px) scale(0)
    }
  }
  @keyframes bounce {
    20%, 53%, 80%, 0%, 100% {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
    }
    40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0)
    }
  }
  @keyframes slideIn {
    0% {
      left: -100%
    }
    100% {
      left: 0
    }
  }
}
@media(max-width:800px) {
  .cartDialog {
    width: 95%;
    min-width: 95%
  }
  .cartDialog ul {
    padding: 0 10px
  }
  .cartDialog li {
    padding: 15px 0
  }
  .cartDialog li .headerCart_shopInfo {
    display: block
  }
  .cartDialog li .cartImages {
    min-width: 80px;
    width: 80px;
    height: 80px
  }
  .cartDialog li .priceBox {
    min-width: auto;
    text-align: left
  }
  .cartDialog li .headerCart_shopInfo .title {
    width: auto
  }
  .cartDialog li.goods_item .goodsNum {
    width: 140px
  }
  .cartDialog li.goods_item .goodsNum span {
    min-width: 35px;
    height: 30px;
    width: 35px
  }
  .cartDialog li.goods_item .goodsNum input {
    height: 30px
  }
  .account__dialog {
    width: 95%;
    min-width: inherit;
    padding: 40px 20px 20px
  }
  .nw_goodList .goods_item .goodsBtn .buynow {
    line-height: inherit;
    font-size: 13px
  }
}