.flex{
  display: flex;
}
.flex-direction-column{
  flex-direction: column;
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-j-center{
  display: flex;
  justify-content: center;
}
.flex-a-center{
  display: flex;
  align-items: center;
}
.flex-b{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-a{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
input:focus,textarea:focus {
  outline: none;
}
/* 公共 */
.blue-link{
  color: #46B8D5;
  font-size: 12px;
}
.gray-txt{
  color:#999;
  font-size: 12px;
}
.big-title{
  padding: 0 0 0 10px;
  font-size: 15px;
  position: relative;
}
.big-title::after{
  content: "";
  width: 3px;
  background: #FF9604;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
/* tab切换 */
.tab-title-1 {
  margin-top: 10px;
}
.tab-title-1 ul {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.tab-title-1 a {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  height: 46px;line-height: 46px;padding: 0 18px; display: block;
}


.tab-title-1 a.on {
  color: #FF9604;
  text-align: center;
}



.tab-title-1 a.on::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FF9604;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.view-more-btn{
  border:1px solid #999;
  color:#666;
  padding: 5px 0px;
  width: 102px;
  display: block;
  text-align: center;
  margin: 5px 0;
}
.down-btn{
  border:1px solid #46B8D5;
  color:#46B8D5;
  padding: 5px 0px;
  width: 102px;
  display: block;
  text-align: center;
  margin: 5px 0;
}
.cancel-btn{
  border:1px solid #A33856;
  color:#A33856;
  padding: 5px 0px;
  width: 102px;
  display: block;
  text-align: center;
  margin: 5px 0;
}
.content {
  width: 100%; }
  .content .header {
    width: 100%;
    background: #202020;
    height: 54px; }
    .content .header .m {
      max-width: 1400px;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .header .m .select {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m .select .label {
          height: 100%;
          cursor: pointer;
          display: flex;
          align-items: center;
          position: relative;
           }
          .content .header .m .select .label:hover .slides {
            opacity: 1;
            visibility: inherit;
            top: 100%; }
          .content .header .m .select .label:hover .line .down {
            transform: rotate(180deg); }
          .content .header .m .select .label .slides {
            overflow: hidden;
            background: #202020;
            border-radius: 0 0 4px 4px;
            position: absolute;
            left: 0;
            top: 120%;
            transition: all .3s;
            width: 130px;
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            padding: 10px 0px; }
            .content .header .m .select .label .slides div {
              width: 100%;
              height: 40px;
              display: flex;
              align-items: center; border-bottom: 1px solid #424242;padding: 0px 10px; }
              .content .header .m .select .label .slides div:last-child{border-bottom: 0px solid #424242;}

              .content .header .m .select .label .slides div:hover span {
                color: #998A66; }
              .content .header .m .select .label .slides div img {
                display: block;
                margin-right: 10px; }
              .content .header .m .select .label .slides div span {
                font-size: 13px;
                color: #999999; }
          .content .header .m .select .label .line {
            display: flex;
            align-items: center;
            height: 100%;
            position: relative; }
            .content .header .m .select .label .line .icon {
              display: block;
              margin-right: 12px; }
            .content .header .m .select .label .line span {
              font-size: 14px;
              color: #999999;
              margin-right: 15px; }
            .content .header .m .select .label .line .down {
              display: block;
              transition: all .3s; }
      .content .header .m .search {
        width: 496px;
        height: 26px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        background: #34322C;
        border: 1px solid #636363;
        cursor: pointer; }
        .content .header .m .search.on span {
          display: none; }
        .content .header .m .search.on img {
          display: none; }
        .content .header .m .search.on input {
          z-index: 9; }
        .content .header .m .search input {
          width: 100%;
          height: 100%;
          border: none;
          outline: none;
          position: absolute;
          left: 0;
          top: 0;
          z-index: -1;
          font-size: 14px;
          color: #999999;
          text-align: center;
          background: none; }
        .content .header .m .search span {
          font-size: 14px;
          color: #999999;
          margin-left: 14px; }
      .content .header .m .link {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m .link a {
          display: flex;
          align-items: center;
          margin-right: 22px; }
          .content .header .m .link a:last-child {
            margin-right: 0; }
          .content .header .m .link a:hover span {
            color: #E4CE94; }
          .content .header .m .link a span {
            font-size: 14px;
            color: #999999;
            margin-left: 16px;
            transition: all .15s; }
  .content .navbar1 {
    width: 100%;
    height: 96px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    z-index: 99;
    background: rgba(153, 153, 153, 0.7); }
    .content .navbar1.on {
      top: 0;
      position: fixed;
      background: rgba(0, 0, 0, 0.8); }
    .content .navbar1 .m {
      max-width: 1400px;
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
       }
      .content .navbar1 .m .logo {
        display: block; }
      .content .navbar1 .m > ul {
        height: 100%;
        display: flex;
        align-items: center;
        margin-left: 122px; }
        .content .navbar1 .m > ul > li {
          margin-left: 46px;
          position: relative;
          height: 100%; }
          .content .navbar1 .m > ul > li.on::after {
            width: 100%; }
          .content .navbar1 .m > ul > li.on > a {
            color: #E4CE94; }
          .content .navbar1 .m > ul > li:hover::after {
            width: 100%; }
          .content .navbar1 .m > ul > li:hover > a {
            color: #E4CE94; }
          .content .navbar1 .m > ul > li::after {
            content: '';
            width: 0%;
            height: 3px;
            background: #E4CE94;
            transition: all .2s;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 0; }
          .content .navbar1 .m > ul > li:first-child {
            margin-left: 0; }
          .content .navbar1 .m > ul > li > a {
            display: flex;
            align-items: center;
            height: 100%;
            font-size: 16px;
            transition: all .1s;
            padding: 0 14px;
            color: #fff; }

  .content .banner {
    width: 100%;
    height: 700px;
    position: relative;   overflow: hidden;}

    .content .banner .btn {
      cursor: pointer;
      position: absolute;
      top: 50%;
      z-index: 9;
      transform: translateY(-50%); }
      .content .banner .btn.prev {
        left: 148px; }
      .content .banner .btn.next {
        right: 148px; }
    .content .banner .dot_list {
      width: 100%;
      height: 110px;
      background: rgba(17, 17, 17, 0.7);
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 9; }
      .content .banner .dot_list ul {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center; }
        .content .banner .dot_list ul li {
          overflow: hidden;
          width: 132px;
          height: 71px;
          cursor: pointer;
          transition: all .16s;
          margin: 0 34px;
          border: 1px solid #595B5C; }
          .content .banner .dot_list ul li.on {
            transform: scale(1.2); }
          .content .banner .dot_list ul li img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover; }
    .content .banner .mySwiper {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .content .banner .mySwiper .swiper-slide {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .content .banner .mySwiper .swiper-slide img {
          width: 100%;
          height: 100%;
          overflow: hidden;
          display: block;
          object-fit: cover; }

    .content .banner-page {
            width: 100%;
            
            position: relative; margin: 0px; padding:0px }
    .content .banner-page .banner-image img{max-width:100%; display: block; margin:0px auto}  


  .content .main_notice {
    width: 100%;
    height: 38px;
    background: #202020;overflow: hidden; }
    .content .main_notice .m {
      max-width: 1400px;
      height: 100%;
      display: flex;
      align-items: center;
      margin: 0 auto; }
      .content .main_notice .m .icon {
        display: flex;
        align-items: center; }
        .content .main_notice .m .icon span {
          font-size: 14px;
          color: #e4ce94;
          margin-left: 12px;
          text-transform: uppercase; }
      .content .main_notice .m .slide {
        flex: 1;
        height: 100%;
        padding-left: 36px; }
        .content .main_notice .m .slide .mySwiper1 {
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .content .main_notice .m .slide .mySwiper1 .swiper-slide {
            width: 100%;
            height: 100%;
            overflow: hidden; }
        .content .main_notice .m .slide a {
          display: flex;
          align-items: center;
          height: 100%;
          font-size: 12px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #999999; }
  .content .main_content {
    overflow: hidden;
    width: 100%; }
    .content .main_content .m {
      max-width: 1400px;
      margin: 0 auto; }
      .content .main_content .m .pubilc_title {
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
        color: #363636; }
      .content .main_content .m .main_checkout {
        overflow: hidden;
        width: 100%;
        padding: 30px 0 0 0; }
        .content .main_content .m .main_checkout .box {
          width: 100%;
          display: flex;
          align-items: center;
          margin-top: 42px;
          justify-content: space-between; gap: 1%; }
          .content .main_content .m .main_checkout .box select {
            width:23%;
            height: 40px;
            border: 1px solid #999999;
            background: #fff;
            outline: none;
            position: relative;
            font-size: 14px;
            color: #999999;
            padding-left: 16px;
            background-image: url(../image/down.png);
            background-repeat: no-repeat;
            background-position: right 18px center;
            appearance: none;
            box-sizing: border-box; }
          .content .main_content .m .main_checkout .box .search {
            width:23%;
            height: 40px;
            border: 1px solid #999999;
            background: #fff;
            outline: none;
            position: relative; }
            .content .main_content .m .main_checkout .box .search input {
              width: 100%;
              height: 100%;
              border: none;
              outline: none;
              background: none;
              font-size: 14px;
              color: #999;
              padding-left: 14px;
              box-sizing: border-box; }
            .content .main_content .m .main_checkout .box .search button {
              width: 40px;
              height: 40px;
              background-color: #E4CF92;
              cursor: pointer;
              position: absolute;
              right: 0;
              top: 0;
              z-index: 9;
              display: flex;
              align-items: center;
              justify-content: center;
              border: none;
              outline: none; }
      .content .main_content .m .main_show {
        voice-family: child;
        width: 100%;
        padding-bottom: 30px;
        padding-top: 30px; }
        .content .main_content .m .main_show ul {margin-top: 30px;
          display: grid;
          gap: 20px; grid-template-columns: repeat(4, 1fr); }
          .content .main_content .m .main_show ul li {
            overflow: hidden;
            
            border-radius: 6px;
            
            
            background: #F3F3F3;
            padding: 0 20px; }
            .content .main_content .m .main_show ul li:nth-child(4n) {
              margin-right: 0; }
            .content .main_content .m .main_show ul li .bottom {
              display: flex;
              align-items: center;
              height: 38px;
              justify-content: space-between; }
              .content .main_content .m .main_show ul li .bottom .star {
                display: flex;
                align-items: center; }
                .content .main_content .m .main_show ul li .bottom .star img {
                  display: block;
                  margin-right: 1px; }
              .content .main_content .m .main_show ul li .bottom .like {
                display: flex;
                align-items: center;
                height: 100%;
                cursor: pointer; }
                .content .main_content .m .main_show ul li .bottom .like.on div {
                  background-image: url(../image/like2.png); }
                .content .main_content .m .main_show ul li .bottom .like div {
                  width: 22px;
                  height: 21px;
                  background-image: url(../image/like3.png);
                  background-size: 100% 100%;
                  margin-right: 16px; }
                .content .main_content .m .main_show ul li .bottom .like span {
                  font-size: 12px;
                  color: #999999; }
            .content .main_content .m .main_show ul li .user {
              width: 100%;
              display: flex;
              align-items: center;
              height: 103px;
              border-bottom: 1px dashed #E3E3E3; }
              .content .main_content .m .main_show ul li .user .avat {
                width: 66px;
                height: 66px;
                overflow: hidden;
                border-radius: 50%; }
                .content .main_content .m .main_show ul li .user .avat img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
              .content .main_content .m .main_show ul li .user .grow {
                overflow: hidden;
                padding-left: 20px;
                width: calc(100% - 66px);
                padding-right: 16px; }
                .content .main_content .m .main_show ul li .user .grow p {
                  font-size: 14px;
                  color: #363636;
                  text-transform: uppercase;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                .content .main_content .m .main_show ul li .user .grow span {
                  display: block;
                  font-size: 12px;
                  color: #999999;
                  line-height: 2;
                  margin-top: 6px;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 1.8;
                  overflow: hidden; }
      .content .main_content .m .main_news {
        overflow: hidden;
        width: 100%;
        padding-top: 30px; }
        .content .main_content .m .main_news ul {
          padding-top: 30px;
          width: 100%;
          display: grid;
          flex-wrap: wrap; gap: 20px; grid-template-columns: repeat(4,1fr); }
          .content .main_content .m .main_news ul li {
            overflow: hidden;

            border-radius: 6px;
            background: #F3F3F3; }
            .content .main_content .m .main_news ul li:nth-child(4n) {
              margin-right: 0; }
            .content .main_content .m .main_news ul li:hover .picture img {
              transform: scale(1.03); }
            .content .main_content .m .main_news ul li .picture {
              overflow: hidden;
              width: 100%;
              height: 254px; }
              .content .main_content .m .main_news ul li .picture img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
                transition: all .4s; }
            .content .main_content .m .main_news ul li .info {
              overflow: hidden;
              padding: 16px 12px; }
              .content .main_content .m .main_news ul li .info p {
                font-size: 14px;
                color: #363636;
                line-height: 1.4;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden; }
              .content .main_content .m .main_news ul li .info span {
                display: block;
                font-size: 12px;
                line-height: 1.4;
                color: #999999;
                margin-top: 12px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden; }
      .content .main_content .m .main_games {
        overflow: hidden;
        padding: 30px 0 0 0; }
        .content .main_content .m .main_games .box2 {
          width: 100%;
          overflow: hidden; }
          .content .main_content .m .main_games .box2 .fade1 {
            overflow: hidden;
            width: 100%; }
            .content .main_content .m .main_games .box2 .fade1 .item {
              width: 100%;
              display: grid;
              flex-wrap: wrap; gap: 20px; grid-template-columns: repeat(6,1fr);}
              .content .main_content .m .main_games .box2 .fade1 .item .label {
                overflow: hidden;
                
                margin-top: 30px;
                background: #F3F3F3;
                border-radius: 0 0 6px 6px; }
                .content .main_content .m .main_games .box2 .fade1 .item .label:nth-child(6n) {
                  margin-right: 0; }
                .content .main_content .m .main_games .box2 .fade1 .item .label .picture {
                  overflow: hidden;
                  width: 100%;
                  height: 232px;
                  position: relative; display: flex; align-items: center; justify-content: center; }
                  .content .main_content .m .main_games .box2 .fade1 .item .label .picture img {
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: cover;
                    display: block;
                    transition: all .4s; }
                .content .main_content .m .main_games .box2 .fade1 .item .label .info {
                  overflow: hidden;
                  padding: 12px;
                  padding-bottom: 15px; }
                  .content .main_content .m .main_games .box2 .fade1 .item .label .info p {
                    
                    font-size: 12px;
                    color: #363636; height:20px; overflow: hidden ; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
                  .content .main_content .m .main_games .box2 .fade1 .item .label .info .change {
                    display: flex;
                    align-items: center;
                    margin-top: 14px; }
                    .content .main_content .m .main_games .box2 .fade1 .item .label .info .change .sw {
                      display: flex;
                      align-items: center;
                      height: 27px;
                      width: 88px;
                      background: #fff;
                      border-radius: 6px; }
                      .content .main_content .m .main_games .box2 .fade1 .item .label .info .change .sw div {
                        width: 26px;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 16px;
                        color: #000;
                        cursor: pointer; }
                      .content .main_content .m .main_games .box2 .fade1 .item .label .info .change .sw input {
                        height: 100%;
                        width: calc(100% - 52px);
                        text-align: center;
                        font-size: 14px;
                        color: #000;
                        border: none;
                        outline: none;
                        background: none;
                        border-left: 1px solid #F3F3F3;
                        border-right: 1px solid #F3F3F3; }
                    .content .main_content .m .main_games .box2 .fade1 .item .label .info .change .price {
                      overflow: hidden;
                      margin-left: 16px; }
                      .content .main_content .m .main_games .box2 .fade1 .item .label .info .change .price span {
                        display: block;
                        font-size: 16px;
                        color: #999999; }
                      .content .main_content .m .main_games .box2 .fade1 .item .label .info .change .price em {
                        display: block;
                        font-size: 12px;
                        color: #363636; text-align: center; }
                        .content .main_content .m .main_games .box2 .fade1 .item .label .info .change .price em i {
                          font-size: 18px;
                          margin-left: 8px;
                          display: inline-block;
                          line-height: 1; }
                  .content .main_content .m .main_games .box2 .fade1 .item .label .info .btn {
                    width: 100%;
                    height: 30px;
                    background: #363636;
                    margin-top: 12px;
                    transition: all .1s;
                    border-radius: 40px; cursor: pointer; }
                    .content .main_content .m .main_games .box2 .fade1 .item .label .info .btn:hover{color:#363636;background:#E4CE92}
                    .content .main_content .m .main_games .box2 .fade1 .item .label .info .btn a {
                      width: 100%;
                      height: 100%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-size: 12px;
                      color: #fff;
                      text-transform: uppercase; }
                      
          .tabbar-outer{display: flex;  height: 58px;
            border-bottom: 1px solid #E7E7E7; justify-content: space-between; }
            .content .main_content .m .main_games .box2 .tabbar-more{display: flex; align-items: center; }
          .content .main_content .m .main_games .box2 .tabbar {
            display: flex;
            align-items: center;
           }

            .content .main_content .m .main_games .box2 .tabbar div {
              cursor: pointer;
              display: flex;
              align-items: center;
              height: 100%;
              position: relative;
              font-size: 14px;
              color: #202020;
              margin-left: 76px; }

              .content .main_content .m .main_games .box2 .tabbar div.on::after {
                width: 100%; }
              .content .main_content .m .main_games .box2 .tabbar div.on {
                color: #E4CE94; }
              .content .main_content .m .main_games .box2 .tabbar div:hover {
                color: #E4CE94; }
              .content .main_content .m .main_games .box2 .tabbar div:hover::after {
                width: 100%; }
              .content .main_content .m .main_games .box2 .tabbar div::after {
                content: '';
                width: 0;
                height: 3px;
                background: #E4CE94;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
                transition: all .2s; }



        .content .main_content .m .main_games .box1 {
          width: 100%;
          display: grid;
          margin-top: 30px; margin-bottom: 30px; gap: 20px; grid-template-columns: repeat(4,1fr);}
          .content .main_content .m .main_games .box1 .item {
            overflow: hidden;
            border-radius: 6px;
            background: #F3F3F3; }
            .content .main_content .m .main_games .box1 .item:last-child {
              margin-right: 0; }
            .content .main_content .m .main_games .box1 .item .head {
              width: 100%;
              height: 40px;
              background: #363636;
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 0 20px; }
              .content .main_content .m .main_games .box1 .item .head div {
                display: flex;
                align-items: center; }
                .content .main_content .m .main_games .box1 .item .head div span {
                  font-size: 14px;
                  color: #fff;
                  margin-left: 12px; }
              .content .main_content .m .main_games .box1 .item .head a {
                display: block;
                font-size: 12px;
                color: #fff;
                transition: all .1s;   }
                .content .main_content .m .main_games .box1 .item .head a:hover {
                  color: #e4cf92; }
            .content .main_content .m .main_games .box1 .item ul {
              overflow: hidden;
              padding: 10px 20px; }
              .content .main_content .m .main_games .box1 .item ul li {
                overflow: hidden;
                width: 100%;
                height: 52px;
                border-bottom: 1px dashed #E3E3E3; }
                .content .main_content .m .main_games .box1 .item ul li:last-child {
                  border: none; }
                .content .main_content .m .main_games .box1 .item ul li:hover a {
                  color: #e4cf92; }
                .content .main_content .m .main_games .box1 .item ul li a {
                  display: flex;
                  align-items: center;
                  font-size: 12px;
                  height: 100%;
                  display: flex;
                  align-items: center;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  color: #363636;
                  transition: all .1s; }
        .content .main_content .m .main_games .box {
          width: 100%;
          margin-top: 30px;
          display: grid;
          gap: 20px; grid-template-columns:repeat(2,1fr); 
           }
          .content .main_content .m .main_games .box ul {
            
            display: grid; gap: 20px; grid-template-columns:repeat(2,1fr);
             }
            .content .main_content .m .main_games .box ul li {
              overflow: hidden;
              
              border-radius: 6px; }
              .content .main_content .m .main_games .box ul li:nth-last-child(1) {
                margin-bottom: 0; }
              .content .main_content .m .main_games .box ul li:nth-last-child(2) {
                margin-bottom: 0; }
              .content .main_content .m .main_games .box ul li:hover .picture img {
                transform: scale(1.03); }
              .content .main_content .m .main_games .box ul li .picture {
                width: 100%;
                height: 202px;
                overflow: hidden; }
                .content .main_content .m .main_games .box ul li .picture img {
                  width: 100%;
                  height: 100%;
                  display: block;
                  object-fit: cover;
                  transition: all .4s; }
              .content .main_content .m .main_games .box ul li .bottom {
                width: 100%;
                height: 66px;
                background: #F3F3F3;
                padding: 0 12px;
                display: flex;
                align-items: center;
                justify-content: space-between; }
                .content .main_content .m .main_games .box ul li .bottom span {
                  display: block;
                  font-size: 14px;
                  color: #363636;
                  width: calc(100% - 177px);
                  text-transform: uppercase; }
                .content .main_content .m .main_games .box ul li .bottom .btn {
                  width: 126px;
                  height: 40px;
                  display: flex;
                  align-items: center;
                  background: #fff;
                  overflow: hidden;
                  border-radius: 6px; }
                  .content .main_content .m .main_games .box ul li .bottom .btn div {
                    width: calc(100% - 86px);
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #363636; }
                  .content .main_content .m .main_games .box ul li .bottom .btn p {
                    width: 86px;
                    font-size: 12px;
                    color: #999999;
                    text-transform: uppercase;
                    text-align: center; }
          .content .main_content .m .main_games .box .left {
            overflow: hidden;
            
            border-radius: 6px; }
            .content .main_content .m .main_games .box .left:hover .picture img {
              transform: scale(1.03); }
            .content .main_content .m .main_games .box .left .picture {
              width: 100%;
              height: 503px;
              overflow: hidden; }
              .content .main_content .m .main_games .box .left .picture img {
                width: 100%;
                height: 100%;
                display: block;
                object-fit: cover;
                transition: all .4s; }
            .content .main_content .m .main_games .box .left .bottom {
              width: 100%;
              height: 66px;
              background: #F3F3F3;
              padding: 0 12px;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .content .main_content .m .main_games .box .left .bottom span {
                display: block;
                font-size: 14px;
                color: #363636;
                width: calc(100% - 177px);
                text-transform: uppercase; }
              .content .main_content .m .main_games .box .left .bottom .btn {
                width: 126px;
                height: 40px;
                display: flex;
                align-items: center;
                background: #fff;
                overflow: hidden;
                border-radius: 6px; }
                .content .main_content .m .main_games .box .left .bottom .btn div {
                  width: calc(100% - 86px);
                  height: 100%;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  background: #363636; }
                .content .main_content .m .main_games .box .left .bottom .btn p {
                  width: 86px;
                  font-size: 12px;
                  color: #999999;
                  text-transform: uppercase;
                  text-align: center; }

.main_help {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #F7F7F7;
  padding: 66px 0; }
  .main_help .m {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    display: grid;
    gap:20px;
    grid-template-columns: repeat(4,1fr);

  }
    .main_help .m li {
      overflow: hidden;
      }
      .main_help .m li img {
        display: block;
        margin: 0 auto;
        margin-bottom: 36px; }
      .main_help .m li p {
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        color: #363636; }
      .main_help .m li span {
        display: block;
        font-size: 12px;
        color: #999999;
        line-height: 1.4;
        margin-top: 10px; }

.footer {
  overflow: hidden;
  width: 100%;
  background: #202020; }
  .footer .m {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden; }
    .footer .m .icon {
      display: flex;
      justify-content: space-between;
      padding: 40px 0;
      border-bottom: 1px solid #2F2F2F; }
      .footer .m .icon a {
        display: block; }
        .footer .m .icon a img {
          display: block;
          transition: all .2s; }
          .footer .m .icon a img:hover {
            opacity: 0.8; }
    .footer .m .link {
      overflow: hidden;
      padding: 40px 0 110px 0;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .footer .m .link .item {
        overflow: hidden;
        width: 325px; }
        .footer .m .link .item .title {
          height: 55px;
          display: flex;
          align-items: center;
          font-size: 14px;
          text-transform: uppercase;
          color: #fff;
          border-bottom: 1px solid #2F2F2F; }
        .footer .m .link .item .contact {
          display: flex;
          align-items: center;
          margin-top: 23px; }
          .footer .m .link .item .contact span {
            font-size: 12px;
            color: #999999;
            margin-left: 10px; }
        .footer .m .link .item .send {
          width: 100%;
          height: 40px;
          display: flex;
          align-items: center;
          border-radius: 40px;
          background: #34322C;
          position: relative;
          margin-top: 20px;
          border: 1px solid #636363; }
          .footer .m .link .item .send input {
            width: 100%;
            height: 100%;
            border: none;
            outline: none;
            background: none;
            font-size: 14px;
            color: #999999;
            padding-left: 20px; }
          .footer .m .link .item .send img {
            display: block;
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            z-index: 9; }
        .footer .m .link .item .share {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 50px; }
          .footer .m .link .item .share a {
            display: block; }
            .footer .m .link .item .share a img {
              display: block; }
        .footer .m .link .item ul {
          overflow: hidden; }
          .footer .m .link .item ul li {
            font-size: 12px;
            margin-top: 18px; }
            .footer .m .link .item ul li:hover a {
              color: #E4CF92; }
            .footer .m .link .item ul li a {
              transition: all .1s;
              color: #999999; }

footer {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0;
  background: #34322C; }
  footer .m {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .m p {
      font-size: 12px;
      color: #999999; }
      footer .m p a {
        color: #e4cf92; }
    footer .m div {
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #999999; }
      footer .m div a {
        font-size: 12px;
        color: #999999;
        padding: 0 2px;
        transition: all .1s; }
        footer .m div a:hover {
          color: #e4cf92; }

/*# sourceMappingURL=css.css.map */
.menu-box-bg{
  background-color: #202020;
  position: sticky;
  top: 0;
  z-index: 90;
}
.menu-box-bg .menu-box{

  max-width: 1400px;

  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 38px;
  color: #fff;
}
.menu-box .home-icon{
  background: url(../image/home.png) left center no-repeat;
  background-size: auto 100%;
  padding-left: 26px;
  color: #fff;
}
.menu-box .arraw{
  background: url(../image/left-arraw.png) left center no-repeat;
  background-size: auto 76%;
  padding-left: 26px;
  margin-left: 10px;
  color: #fff;
}
/* 列表页 */
.content-body-h{

  max-width: 1400px;
  margin: 0 auto;
}
.tab-title{
  margin-top: 20px;
}
.tab-title ul{
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.tab-title li{
  cursor: pointer;
  position: relative;
  font-size: 12px;
  line-height: 46px;
  margin-right: 40px;
}
.tab-title li a{display: block;}
.tab-title li.on{
  color:#E4CE94;
  text-align: center;
}
.tab-title li.on::before{
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background: #E4CE94;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%);
}



/* 弹窗公共 */
.opacity-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.dialog-box {
    display: none;
    width: 520px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1001;
}
#buy-now-dialog,#product-detail-dialog {width: 750px;}
#register-dialog,#login-dialog{width: 600px;}

@media (max-width: 768px) {
  #game-search-dialog, #register-dialog,#login-dialog,#add-car-dialog, #buy-now-dialog,#product-detail-dialog{
    width: 92%;
  }
}


.dialog-box .dialog-close-btn {
    background: url(../image/close-icon1.png) no-repeat center center;
    background-size: 100% auto;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
    z-index: 1002;
}

.dialog-box .dialog-content {
    padding: 24px 30px;
}

.deliver_information{}

.dialog-box .add-car-dialog-title {
    font-size: 14px;
    padding: 14px 30px;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
}



/* 弹窗1 */
.addcart-dialog-box .pro-list-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    overflow-y: auto;
    padding-top: 10px;
    height: 196px;
    gap: 34px;
    position: relative;
    left: 5px;
}

.addcart-dialog-box .pro-list-box li {
    width: 120px;
    position: relative;
    background: #F3F3F3;
}

.pro-list-box li .price {
    padding: 5px 0;
    text-align: center;
    color: #666;
}

.pro-list-box li .price span {
    font-size: 14px;
    font-weight: bold;
}

.pro-list-box li .img {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-list-box li .img img{

   max-width: 100%;
   max-height: 120px;

}


.pro-list-box li .count-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: 86px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 8px;
}

.pro-list-box li .count-box .del-btn,
.pro-list-box li .count-box .add-btn {
    border: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    background: #fff;
}

.pro-list-box li .count-box .num-btn {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    height: 24px;
    line-height: 24px;
    width: 36px;
    text-align: center;
    margin: 0;
    background: #fff;
}

.pro-list-box li .close-btn {
    width: 20px;
    height: 20px;
    background: url(../image/close-icon2.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: -9px;
    top: -10px;
    z-index: 1003;
    cursor: pointer;
}

.price-list-box {
    background: #F3F3F3;
    padding: 24px 30px 10px 30px;
    border-radius: 10px;
    margin-top: 20px;
}

.price-list-box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #888;
    font-size: 12px;
    padding-bottom: 14px;
}
.price-list-box li.total .lt{color: #666;font-size: 16px;font-weight: bold;}
.price-list-box li.total .rt{color: #FD0B0B;font-size: 18px;font-weight: bold;}
.price-list-box li .bd {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.price-list-box li .ft14 {
    font-size: 14px;
}

.price-list-box li .ft16 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.price-list-box li .red {
    font-size: 18px;
    color: #FD0B0B;
    font-weight: bold;
}

.addcart-dialog-box .sure-btn {
    background: #363636;
    border-radius: 90px;
    padding: 11px 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 30px;
}

/* 弹窗2 */


/* 滚动条 */
/* 定制整个滚动条 */
::-webkit-scrollbar {
    width: 4px;
    /* 设置滚动条的宽度 */
}

/* 定制滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 设置轨道的背景颜色 */
}

/* 定制滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
    background: #ddd;
    /* 设置滑块的背景颜色 */
}

/* 当hover或active状态时，定制滚动条滑块的颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* 单选框 */
input[type=radio] {
    font-size: 14px;
    width: 14px;
    height: 10px;
    position: relative;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
    cursor: pointer;
}

input[type=radio]:after {
    position: absolute;
    width: 10px;
    height: 18px;
    left: -1px;
    top: -3px;
    content: "";
    box-sizing: border-box;
    background-color: #fff;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 4px;
    border-radius: 50%;
    border: 5px solid #888;
}

input[type=radio]:checked:after {
    border-color: #E3CF94;
}

input[type=radio]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}



/* 弹窗1 */
.addcart-dialog-box .pro-list-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    overflow-y: auto;
    padding-top: 10px;
    height: 196px;
    gap: 34px;
    position: relative;
    left: 5px;
}

.addcart-dialog-box .pro-list-box li {
    width: 120px;
    position: relative;
    background: #F3F3F3;
}

.pro-list-box li .price {
    padding: 5px 0;
    text-align: center;
    color: #666;
}

.pro-list-box li .price span {
    font-size: 14px;
    font-weight: bold;
}

.pro-list-box li .img {
    width: 100%;
    height: 120px;
    display: block;
}

.pro-list-box li .count-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: 86px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 8px;
}

.pro-list-box li .count-box .del-btn,
.pro-list-box li .count-box .add-btn {
    border: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    background: #fff;
}

.pro-list-box li .count-box .num-btn {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    height: 24px;
    line-height: 24px;
    width: 36px;
    text-align: center;
    margin: 0;
    background: #fff;
}

.pro-list-box li .close-btn {
    width: 20px;
    height: 20px;
    background: url(../image/close-icon2.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: -9px;
    top: -10px;
    z-index: 1003;
    cursor: pointer;
}

.price-list-box {
    background: #F3F3F3;
    padding: 24px 30px 10px 30px;
    border-radius: 10px;
    margin-top: 20px;
}

.price-list-box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #888;
    font-size: 12px;
    padding-bottom: 14px;
}

.price-list-box li .bd {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.price-list-box li .ft14 {
    font-size: 14px;
}

.price-list-box li .ft16 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.price-list-box li .red {
    font-size: 18px;
    color: #FD0B0B;
    font-weight: bold;
}

.addcart-dialog-box .sure-btn {
    background: #363636;
    border-radius: 90px;
    padding: 11px 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 30px;
}



.buy-info-box .input-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.buy-info-box .input-ul .text-danger-1{padding-left: 122px;}
.buy-info-box .input-ul li .lt-name {
    white-space: nowrap;
    width: 110px;
    margin-right: 12px;
    color: #999;
    font-size: 12px;
}

.buy-info-box .input-ul li .input-box {
    flex: 1;
    display: flex;
    align-items: center;
}

.input-box .radio-list {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

.input-box .radio-list .name {
    padding-left: 6px;
    color: #333;
    cursor: pointer;
}
.buy-info-box .input-box.file-bg{
    background: #f3f3f3;
    position: relative;
}
.buy-info-box .input-box.file-bg::after{
    content: "";
    color:#888;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 3;
}
.buy-info-box .input-box.file-bg::before{
    content: "+";
    font-size: 22px;
    text-align: center;
    color:#ccc;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 0;
}
.buy-info-box .input-box .input-txt {
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    background: #f3f3f3;
    
}
.buy-info-box .input-box .input-txt.file-self{
    
}
.buy-info-box .notice-box{
    display: flex;
    border-top: 1px solid #ddd;
    padding-top: 14px;
    margin-top: 14px;
    max-height:260px;
    overflow: auto;
    display: none;
}
.buy-info-box .notice-box .lt-title{
    width: 60px;
    display: block;
    flex: none;
    color:#888;
}
.buy-info-box .notice-box ul{
    color:#888;
    flex: 1;
    line-height: 25px;
}
.buy-info-box .notice-box li{
    padding-bottom: 10px;
}
.buy-info-box .notice-box li img{
    width: 100%;
    height: auto;
    display: block;
}
.buy-info-box .dialog-btn-box-line{
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 16px;
}
.buy-info-box .dialog-btn-box{
    display: flex;
    align-items: center;
    border-radius: 99px;
    width: 280px;
    margin: 0 auto;
    overflow: hidden;
}
.buy-info-box .dialog-btn-box a{
    height: 44px;
    line-height: 44px;
    font-size: 13px;
}
.buy-info-box .dialog-btn-box .cancel{
    background: #363636;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    width: 140px;
    text-align: center;
}
.buy-info-box .dialog-btn-box .sure{
    background: #E3CF94;
    color: #555;
    padding: 0 10px;
    box-sizing: border-box;
    width: 140px;
    text-align: center;
}
/* 滚动条 */
/* 定制整个滚动条 */
::-webkit-scrollbar {
    width: 4px;
    /* 设置滚动条的宽度 */
}

/* 定制滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 设置轨道的背景颜色 */
}

/* 定制滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
    background: #ddd;
    /* 设置滑块的背景颜色 */
}

/* 当hover或active状态时，定制滚动条滑块的颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* 单选框 */
input[type=radio] {
    font-size: 14px;
    width: 14px;
    height: 10px;
    position: relative;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
    cursor: pointer;
}

input[type=radio]:after {
    position: absolute;
    width: 10px;
    height: 18px;
    left: -1px;
    top: -3px;
    content: "";
    box-sizing: border-box;
    background-color: #fff;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 4px;
    border-radius: 50%;
    border: 5px solid #888;
}

input[type=radio]:checked:after {
    border-color: #E3CF94;
}

input[type=radio]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

/* 注册弹窗 */
#register-dialog{
    width: 600px;
}
.login-info-box .input-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
}
.login-info-box .input-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    flex-wrap: wrap;
}

.login-info-box .input-ul li .lt-name {
    white-space: nowrap;
    min-width: 76px;
    margin-right: 12px;
    color: #111;
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left: 10px;
}

.login-info-box .input-ul li .input-box {
    flex: 1;
    display: flex;
    align-items: center;
}
.login-info-box .input-box .input-txt {
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    background: #f3f3f3;
}
.login-info-box .text-link-box{
    display: flex;
    align-items: center;
}
.login-info-box .sure{
    width: 18px;
    height: 18px;
    background: #e3ce92;
    border-radius: 5px;
    cursor: pointer;
}
.login-info-box .sure.on{
    background: url(../image/sure-black.png) no-repeat center center #e3ce92;
    background-size: 50% auto;
}
.login-info-box .text-link-box p{
    color:#888;
    padding-left: 10px;
}
.login-info-box .text-link-box p a{
    color:#111;
}
.login-info-box .register-btn{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #363636;
    display: block;
    margin-top: 20px;
}
.login-info-box .to-login{
    font-size: 12px;
    text-decoration: underline;
    padding: 10px 0;
    display: block;
    text-align: center;
}
.login-info-box .tips{
    color:#888;
    text-align: center;
}
/* 登录弹窗 */
#login-dialog{
    max-width: 600px;
}
.login-info-box .register-box-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#login-dialog .to-login{
    text-decoration: none;
}
#login-dialog .login-info-box .tips{
    padding-top: 14px;
}
.login-info-box .share-box{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
}
.login-info-box .share-box a{
    width: 42px;
    height: 42px;
    background: red;
}
.login-info-box .share-box a.share-icon1{
    background: url(../image/share-1-ico.png) no-repeat center center;
    background-size: 100% auto;
}
.login-info-box .share-box a.share-icon2{
    background: url(../image/share-2-ico.png) no-repeat center center;
    background-size: 100% auto;
}
.login-info-box .share-box a.share-icon3{
    background: url(../image/share-3-ico.png) no-repeat center center;
    background-size: 100% auto;
}

.page-change-box{
  margin: 50px 0;
}
.page-change-box ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-change-box li{
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  /*padding: 0 10px;*/
  box-sizing: border-box;
  border: 1px solid #999;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}
.page-change-box li.active{
  background: #E4CE92;
  border: 1px solid #E4CE92;
}


  
.row h1, .row h2, .row h3, .row h4, .row h5, .row h6 {
	color: #444;
  margin-top: 20px;
  margin-bottom: 10px;
}
.row h1 {
	font-size: 33px;
}
.row p {
	margin: 0 0 10px;
}
.row .buttons {
	margin: 1em 0;
}

#game-search-dialog{width: 750px; }
.search-results{ display: flex; flex-direction: column; margin:20px; max-height:450px; overflow: auto;}
.search-results dl{display: flex; flex-direction: column;}
.search-results dl dt{ border-bottom: #f2f2f2 solid 1px; padding:10px; font-weight: bold;}
.search-results dl dd{padding:10px; display: flex; flex-wrap:wrap}
.search-results dl dd a{color: #999;padding:5px 10px 5px 0px;}

.breadcrumb{ background: #f7f8fa;}


.account-account{ background: #f7f8fa; padding-bottom: 60px;}
.account-account .content-body-h{ margin: 20px auto 0px auto;}
.border-0{border:0px;}
.account-left{background: #fff; padding:15px}
.card .card-header{padding:10px 0px 10px 0px;}
.card .card-title{margin:0px!important;padding-left:10px;border-left:3px solid #fd9800;line-height:1}
.account-left .list-group-item i, .account-left .list-group-item svg {
	margin-right: 8px;
	opacity: .6;
  vertical-align: middle;
}


.attrbute-weight ul{
  display: flex;
  
  flex-wrap:wrap;
  gap: 5px;
}
.attrbute-weight li{
  background: #f3f3f3;
  padding: 10px 8px;
  text-align: center;
  color: #333;
  cursor: pointer;
  border-radius: 3px;
}
.attrbute-weight li.on{
  background: #E0C785;
  color:#fff
}

.choose-server-title{margin-top: 25px;}
.sub_category{ margin-top: 25px; padding:10px 25px; display: flex; flex-wrap:wrap; border: 1px solid #ddd;}
.sub_category a{ width:15%; margin: 10px 0px; position: relative; display: flex; align-items: center;  }
.sub_category a span{ margin-right: 10px;  display: block; width: 10px; height: 10px; background:#999;border-radius: 100%;}
.sub_category a.on{ color: #E3CF94;}
.sub_category a.on span{ background: #E3CF94;}


.category-server-list ul{
  display: flex;
  margin-top: 25px;
  flex-wrap:wrap;
  gap: 5px;
}
.category-server-list li{
  background: #f3f3f3;
  padding: 10px 8px;
  text-align: center;
  color: #333;
  cursor: pointer;
  border-radius: 3px;
}
.category-server-list li a{display: block;}
.category-server-list li.on{background: #E0C785;}

.no-results{padding:50px 30px; text-align: center; color: #999; font-size: 16px;}

/*会员中心菜单 */
.lt-menu-ul{
  margin-top: 20px;
}
.lt-menu-ul li a{
  padding: 10px 14px 10px 38px;
  cursor: pointer;
  border-radius: 5px;
  display: block;
}
.lt-menu-ul li a.active{
  color:#fff;
  background-color: #FF9604 !important;
}


/* 左侧导航 */
.lt-menu{
  width: 310px;
}
.lt-bg{
  background: #fff;
  padding: 12px 15px;
}
.rt-body{
  flex: 1;
  margin-left: 20px;
}


/* 个人中心 */
.vip-lt-info{
  width: 390px;
  margin-right: 20px;
  background-color: #fff;
  padding: 12px 15px;
}
.user-pic-box{
  padding:30px 0;
}
.user-pic-box .info-list{
  flex: 1;
  margin-left: 32px;
}
.user-pic-box .info-list ul{
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user-pic-box .info-list li{
  color:#444;
  padding-left: 20px;
}
.user-pic-box .info-list li.name{
  background: url(../image/m-user.png) no-repeat left center;
  background-size: auto 90%;
}
.user-pic-box .info-list li.phone{
  background: url(../image/m-phone.png) no-repeat left center;
  background-size: auto 90%;
}
.user-pic-box .info-list li.email{
  background: url(../image/m-email.png) no-repeat left center;
  background-size: auto 100%;
}
.user-pic{
  width: 92px;
  height: 92px;
  border:2px solid #fff;
  box-shadow: 0 0 5px #ccc;
  border-radius: 99px;
  overflow: hidden;
}
.head-img{
  width: 100%;
  height: 100%;
}

.vip-rt-info{
  flex: 1;
  background-color: #fff;
  padding: 12px 15px;
}
.vip-rt-info .num-box{
  padding: 48px 0;
}
.vip-rt-info .num-box li{
  text-align: center;
  color:#666;
}
.vip-rt-info .num-box li a{
  font-size: 20px;
  font-weight: bold;
  color:#333;
  display: block;
  padding-bottom: 10px;
}

.wddd-box{
  margin-top: 20px;
  padding: 12px 15px;
  background-color: #fff;
}
.link-list{
  padding: 40px 0;
}
.link-list a{
  display: block;
  padding-top: 40px;
  color:#666;
  width: 46px;
  text-align: center;
}
.link-list a.dfk{
  background: url(../image/fukuan-icon.png) no-repeat center top;
  background-size: 70% auto;
}
.link-list a.dfh{
  background: url(../image/fahuo-icon.png) no-repeat center top;
  background-size: 60% auto;
}
.link-list a.dsh{
  background: url(../image/shouhuo-icon.png) no-repeat center top;
  background-size: 70% auto;
}
.link-list a.sh{
  background: url(../image/shouhou-icon.png) no-repeat center top;
  background-size: 60% auto;
}
.table-mode{
  background-color: #F7F8FA;
  padding: 12px 15px;
}
.table-mode li{
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  color:#222;
}
.table-mode li .time{
  color:#666;
  padding-top: 10px;
}
.table-mode .lt-pic{
  width: 62px;
  height: 62px;
  border: 1px solid #e3e3e3;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-mode .lt-pic img{max-width: 62px;height:auto}
.table-mode .top-txt .line{
  color:#999;
  padding:0 10px;
}

.rt-body-1{
  background-color: #fff;
  padding: 12px 15px;
}
.table-mode-1{
  margin-top: 10px;
  border:1px solid #eee;
  padding:0px; background: none;
}
.table-title{
  background-color: #F6F6F6;
  padding: 10px 8px;
}
.table-body{
  align-items: normal;
}
.table-body .col{
  padding:5px 6px;
  border-left: 1px solid #eee;
}
.table-body .col1{
  flex: 1;
  padding: 0;
}
.table-body .col2,.table-body .col3,.table-body .col4{
  padding: 8px 30px;
  display: flex;
  align-items: center;
}
.table-body .col5{
  display: flex;
  align-items: center;
}
.table-body .col:first-child{
  border-left: 0;
}
.dingdan-list .lt-pic{
  width: 62px;
  height: 62px;
  border: 1px solid #e3e3e3;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dingdan-list .lt-pic img{max-width: 62px;height:auto}
.dingdan-list .box{
  border-bottom: 1px solid #eee;
  padding: 8px 10px;
}
.dingdan-list .box:last-child{
  border-bottom: 0;
}
.dingdan-list .quantity{
  color:#888;
  padding-top: 6px;
}
.dingdan-list p{
  color:#666;
  padding-top: 3px;
}

.card{
  padding: 12px 15px;
  background-color: #fff;
  margin-bottom: 20px;
}
.card-body {
	padding: 15px 0px 0px 0px;
}
.card-body .table{margin-bottom: 0px;}
.card-body .payment_address{ line-height: 20px;  }
.card-body .cart-table{border: 1px solid #efefef;}
.card-body .cart-table thead td{ background-color: #f4f4f4!important; border-bottom:0px; }
.card-body .cart-table tbody td{border-top:0px;border-bottom:1px solid #efefef;}
.card-body .cart-table tfoot td{border-top:0px;}


.account-account .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
  border:0px;
}
.account-account .btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.account-account .btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.account-account .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #000;
	background-image: linear-gradient(to bottom, #000, #000);
	background-repeat: repeat-x;
	border-color: #000 #000 #000;
}


.sub-text-box{
  margin-top: 30px;
  padding-bottom: 20px;
}
.sub-text-box .title{
  color:#888;
  font-size: 14px;
  padding: 20px 30px;
}
.sub-text-box .sub-box{
  background: #F3F3F3;
  border-radius: 10px;
  padding: 15px 10px;
  display: flex;
  align-items: end;
}
.sub-text-box .sub-btn{
  background: #363636;
  color:#fff;
  border-radius: 10px;
  height: 44px;
  padding:0 30px;
  border: none;
  cursor: pointer;
}
.sub-text-box .text-area{
  border: none;
  background: #F3F3F3;
  flex: 1;
  height: 120px;
  padding: 0 20px;
}
textarea{
  resize: none;
}
.gotop{ display:block; width:60px; height:60px; position:fixed; bottom: 150px;
  right: 30px;background-color:rgba(27,27,27,0.6);  -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; z-index:999 }
.gotop img{ display:block; width:60px; height:60px;}