.idx-hot-sale {
  background: #fff;
  margin-top: 24px;
}

.idx-hot-sale .main-title {
  padding-top: 24px;
}

.idx-hot-sale .main-center .hot-sale-list img {
  height: 120px;
}

.idx-hot-sale .title span {
  color: #0b85ea;
}

.idx-hot-sale .title {
  text-align: left;
  font-size: 32px;
  color: #363537;
  line-height: 1;
  margin-bottom: 15px;
}

.hot-sale-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: -10px;
  margin-right: -10px;
}

.hot-sale-list li {
  margin-bottom: 32px;
  height: 200px;
}

.hot-sale-list li .img-box {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hot-sale-list li .img-box img {
  max-height: 115px;
}

.hot-sale-list a {
  color: #353637;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 10px;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.hot-sale-list a:hover{
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.2);
}

.special {
  transition: all 0.3s;
}
.special:hover {
  transform: scale(0.95);
}
/*   */
.hot-sale-list .item-title {
  text-align: center;
  font-size: 22px;
  margin: 15px 0;
  line-height: 32px;
  font-weight: bold;
}

.vip-go {
  position: absolute;
  right: 45px;
  top: 22px;
  cursor: pointer;
}

.vip-go:hover {
  top: 16px;
}

/* hot item */
.hot-item .hot {
  margin-left: -10px;
  margin-right: -10px;
}
.hot-item .hot li {
  padding-left: 10px;
  padding-right: 10px;
}
.hot-item .hot li .hot-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f9f9f9;
  padding: 20px 10px 10px 10px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}

.hot-item .hot li .hot-box .box-c {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hot-item .hot li .hot-box .box-c .title {
  color: #686868;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.hot-item .hot li .hot-box .box-c .specs-title {
  height: 18px;
  font-size: 12px;
  color: #283b4f;
}

.hot-item .hot li .hot-box .box-c .price {
  color: #f25b61;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}

.hot-item .hot li .hot-box .box-c .price .old-price {
  color: #999;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 400;
}

.hot-item .hot li .hot-box .box-c .add-to-cart {
  width: 136px;
  height: 34px;
  line-height: 34px;
  border: none;
  border-radius: 25px;
  margin: 12px 0;
  color: #fff;
  background: #f25b61;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: bold;
}

.hot-item .hot li .hot-box .box-c .add-to-cart:hover {
  background-color: #df5459;
}

.hot-item .hot li .hot-box .img-box {
  width: 128px;
  height: 128px;
  margin: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hot-item .hot li .hot-box .img-box img {
  width: 100%;
}
.hot-item .hot li .hot-box .discount {
  background: rgb(216, 36, 43);
  position: absolute;
  top: 15px;
  right: -50px;
  width: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  transform: rotate(45deg);
}
/* choose */
main {
  padding: 10px;
}

main > section {
  margin-bottom: 20px;
}

main .main-title {
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: 700;
  position: relative;
  margin: 24px 0;
  font-family: "Oswald";
}

main .main-title .more {
  position: absolute;
  right: 0;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  line-height: 35px;
}

main .main-title .more img {
  margin-bottom: 3px;
}

.main-box {
  border-radius: 8px;
  position: relative;
}

.main-box .choose-box-m {
  padding: 20px 0px;
  border-radius: 8px;
  background-color: #f7f7f7;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.main-box .choose-box-m li {
  width: 20%;
  padding: 0 26px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  text-align: center;
  color: #363537;
}

.main-box .choose-box-m li > section h4 {
  font-size: 1.2rem;
  margin-bottom: 0 !important;
}

.main-box .choose-box-m li:last-child {
  border-right: none;
}

.main-box .choose-box-m li img {
  margin-bottom: 5px;
}

.main-box .choose-box-m li p {
  font-size: 14px;
  padding-top: 5px;
  line-height: 14px;
}

/* reviews */
.reviews.index .mobile_img {
  padding: 0px 25px;
}
.reviews-ul {
  display: flex;
  flex-wrap: nowrap !important;
  overflow: auto;
  /*padding-bottom: 15px;*/
}

/* .reviews-ul>li {
  width: 20%;
  padding: 4px;
} */
.main-reviews .reviews-ul article {
  width: 100%;
}

.main-reviews .reviews-ul .main-box {
  display: block;
}

.main-reviews .reviews-ul .main-box .reviews-main {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.main-box .reviews-box-m {
  padding: 15px 20px;
  box-sizing: border-box;
  width: 248px;
  margin-right: 20px;
  /*background-color: rgb(245, 247, 249);*/
  height: 160px;
  border-radius: 15px;
  color: #363537;
  border:1px solid #ddd;
}

.main-box .reviews-box-m > p {
  text-align: left;
  color: #363537;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 15px;
  line-height: 18px;
}

/* .main-box .reviews-box-m time {
  color: #363537;
  font-size: 13px;
  margin-bottom: 0;
} */

.main-box .reviews-box-m .reviews-t {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-box .reviews-box-m .reviews-t > span:first-child {
  font-size: 14px;
  font-weight: bold;
}

.main-box .reviews-box-m time {
  position: absolute;
  bottom: 10px;
  right: 35px;
  font-size: 10px;
  color: #999;
  margin-bottom: 0;
}

/* about */
.main-box .main-box-m {
  border-radius: 8px;
  background-color: #f7f7f7;
  padding: 30px 20px 30px;
}

.main-box .main-box-m p {
  color: #363537;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 15px;
}

.main-box .main-box-m strong {
  font-weight: 500;
  color: #f7fa04;
}

.main-box .new-box-m {
  border-radius: 15px;
  background-color: #f7f7f7;
  display: inline-block;
  height: 187px;
  padding: 0 20px;
}

.main-box .main-box-img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-box > a {
  margin-left: 10%;
  width: 90%;
}

.main-box .news-box-m {
  border-radius: 15px;
  background-color: #52A1EC;
  box-sizing: border-box;
  color: #ffffff;
}

.main-box .news-box-m h4 {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-box .news-box-m p {
  font-size: 16px;
  line-height: 18px;
  margin-top: 12px;
}

.news-box-c .main-box:nth-child(2) .news-box-m {
  background-color: #FB5A75;
}

.main-box .news-box-m .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.main-box .news-box-m .content a {
  color: #363537;
}

.main-box .news-box-m .content img {
  display: none;
}

.main-box .date {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.carousel-inner {
  border-radius: 20px;
}

.carousel-item img {
  width: 100%;
  height: auto;
  max-height: 420px;
}
.index-faq .faq-main {
  margin-left: -10px;
  margin-right: -10px;
}
@media print, screen and (max-width: 576px){
  .index-faq .faq-main {
    padding-bottom: 50px;
  }
}
.index-faq .faq-main li {
  padding-left: 10px;
  padding-right: 10px;
}
.index-faq .faq-main li .main {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  padding: 30px 20px;
  color:#000;
}

.index-faq .faq-main li .main .img-box {
  text-align: center;
}

.index-faq .faq-main li .main .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color:#333;
}

.index-faq .faq-main li .main .content p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  word-break: break-all;
}

/* news and feedback */
.game-news-and-feedback {
  margin-top: 8px;
  background: #f0f0f0;
  padding: 24px;
}

.game-news-and-feedback > div {
  display: flex;
}

.game-news {
  margin-left: 30px;
}
.game-news .game-news-head {
  font-size: 26px;
  font-weight: bold;
  height: 42px;
  display: flex;
  justify-content: space-between;
}

.game-news .game-news-head > div:last-child {
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 12px;
}

.game-news .game-news-head > div:last-child a {
  color: #666;
}

.game-news .game-news-content {
  margin-top: 8px;
  display: flex;
}

.game-news .game-news-content .game-news-big-pic {
  width: 324px;
  height: 443px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 49px;
}
.game-news .game-news-content .game-news-big-pic img{
  width: 100%;
}

.game-news .game-news-content .game-news-box {

}

.game-news .game-news-content .news {
  position: relative;
  width: 467px;
  height: 212px;
  background: #52A1EC;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.24);
  opacity: 1;
  border-radius: 16px;
  margin-bottom: 19px;
}

.game-news .game-news-content .news:last-child {
  background: #FB5A75;
}

.news img {
  position: absolute;
  top: 9px;
  left: -13px;
}

.news .news-box {
  margin-left: 131px;
  padding-top: 28px;
  color: #fff;
  font-size: 14px;
  width: 270px;
}

.news .news-box .news-title {
  font-size: 16px;
  margin-bottom: 16px;
}

.news .news-box .news-content {
  margin-bottom: 16px;
  line-height: 20px;
  word-break: break-word;
}

.news .news-box .news-date {
  margin-bottom: 16px;
  text-align: right;
}

.feedback {
  margin-left: 0px;
}

.feedback-head {
  display: flex;
  justify-content: space-between;
  height: 42px;
}

.feedback-head > div:first-child {
  height: 42px;
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  color: #333;
}

.feedback-head > div:last-child {
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;

  padding-top: 12px;
}

.feedback-head > div:last-child a {
  color: #666;
}

.feedback-list {
  margin-top: 8px;
}

.feedback-item {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 8px 16px;
  margin-bottom: 16px;
}

.feedback-item .feedback-item-head {
  display: flex;
  justify-content: space-between;
}

.feedback-item .feedback-item-head .feedback-user {
  font-size: 16px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  color: #333;
}

.feedback-item .feedback-content {
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #686868;
  word-break: break-all;
}

.feedback-item .feedback-date {
  text-align: right;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
}

@media (max-width: 576px) {
  .hot-item .hot li .hot-box .box-c .price {
    margin: 3px 0;
    font-size: 18px;
  }
  main .main-title {
    font-size: 1.63rem;
    margin: 24px 0 12px 0;
  }
  .hot-item .hot li .hot-box .box-c .add-to-cart {
    width: 128px;
    margin: 5px 0 0 0;
    font-size: 14px;
  }
  .hot-item .hot {
    margin-left: -5px;
    margin-right: -5px;
  }
  .hot-item .hot li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hot-sale-list li .img-box {
    max-height: 5.2rem;
    width: 64px;
    height: 64px;
    background-color: #eee;
    border-radius: 50%;
    display: block;
    padding-top: 5px;
  }

  .hot-sale-list a {
    background-color: transparent;
    padding: 10px;
    box-shadow: none;
  }

  .hot-sale-list li .img-box img {
    max-width: 60px;
    height: auto;
    margin-bottom: 0;
  }

  .carousel.container {
    padding: 0;
  }

  .carousel-item img {
    height: 225px !important;
  }

  .hot-item .hot li .hot-box .discount {
    top: 15px;
    right: -50px;
  }

  .idx-hot-sale {
    padding: 10px 0;
  }

  .idx-hot-sale .main-title {
    padding-top: 0;
    margin: 0;
  }

  main > section {
    margin-bottom: 15px;
  }

  .hot-sale-list {
    display: flex;
    justify-content: space-around;
    margin-top: 0.3rem;
  }

  .hot-sale-list li {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
  }

  .idx-hot-sale .title {
    font-size: 1.45rem;
    line-height: 1;
    margin-bottom: 1rem;
  }

  .hot-sale-list li img {
    height: 5rem;
    margin-bottom: 0.46rem;
  }

  .hot-sale-list .item-title {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin: 8px 0 0;
    white-space: nowrap;
  }

  .hot-sale-list .item-describe {
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.8rem;
  }

  .hot-sale-list .line {
    width: 80%;
    height: 0.02rem;
    background: #0b85ea;
    margin: 0.87rem auto 0.58rem;
  }

  .idx-hot-sale .main-center .hot-sale-list img {
    height: 3rem;
  }

  .main-box .reviews-box-m {
    padding: 8px 12px;
  }

  .main-box .choose-box-m {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-box .choose-box-m li {
    width: 50% !important;
    border: none;
    height: 12rem;
  }

  .main-box .choose-box-m li > section h4 {
    font-size: 0.8rem;
  }

  .main-box {
    margin-top: 6px;
  }

  .main-box .news-box-m {
    height: 8rem;
    padding: 16px 24px 12px 80px;
  }

  .main-box .main-box-img > img {
    height: 8rem;
  }

  .main-news .main-box-two {
    margin-left: 0 !important;
  }

  .main-box .news-box-m p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0.2rem 0;
    font-size: 12px;
  }

  .index-faq .faq-main li .main {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border-bottom: 0;
    background-color: #f9f9f9;
  }
  .index-faq .faq-main li:first-child .main {
    border-radius: 10px 10px 0px 0px;
  }
  .index-faq .faq-main li:last-child .main {

  }
  .index-faq .faq-main li:last-child .main {
    border-radius: 0px 0px 10px 10px;
    border-bottom:1px solid #f0f0f0;
  }

  .index-faq .faq-main li .main .title {
    font-size: 18px;
    margin-left: 12px;
    line-height: 55px;
  }

  .index-faq .faq-main li .main .img-btn {
    position: absolute;
    top: 27px;
    right: 31px;
  }

  .index-faq .faq-main li .main > div:first-child {
    position: relative;
    display: flex;
    padding: 20px 36px;
  }

  .index-faq .faq-main li .main .content {
    padding: 0px 36px 16px 36px;
    background-color: #f7f7f7;
    /*display: none;*/
  }

  .index-faq .faq-main li .main .content p {
    color: #666;
    font-size: 12px;
    line-height: 18px;
  }

  .img-box img {
    width: 60px;
    height: 60px;
  }

  .main-box .date {
    font-size: 10px;
    bottom: 5px;
  }

  main .main-title .more {
    line-height: 50px;
    font-weight: normal;
  }

  .hot-item .hot li .hot-box .box-c .title {
    font-size: 14px;
    height: 35px;
    line-height: 16px;
    text-align: center;
    white-space: inherit;
  }

  .hot-item .hot li .hot-box .img-box {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
  }
  .hot-item .hot li .hot-box .img-box img {
    max-height: 90px;
    width: auto !important;
  }
  .hot-item .hot li .hot-box .box-c .specs-title {
    font-size: 14px;
    margin: 5px 0;
  }
  .hot-item .hot li .hot-box {
    padding: 20px 5px;
    margin-bottom: 10px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.ad{ padding-bottom: 24px; display: block; text-align: center}
.ad img{ border-radius: 15px; width: 98%;}
.upgraded{margin-bottom: 0;padding: 0 28px;}
.reviews{ text-align: center;margin-top: 12px;}
.reviews a{ color:#333; font-size: 14px;}
.reviews strong{}
.reviews .reviews-logo{ width: 80px; display: inline-block; position: relative; top:-3px;}
.home_banner .m_img {
  display: none;
}
.home_banner .p_img {
  display: block;
}
.home_banner {
  width: 100%;
  height: 70px;
  position: relative;
}
.home_banner img {
  width: 100%;
  height: inherit;
  object-fit: fill;
  border-radius: 1px;
}
.home_banner .swiper-container {
  height: inherit;
}
.home_banner .swiper-button-prev,.home_banner .swiper-button-next {
  background:0 0;
  width:50px;
  height:50px;
  line-height: 50px;
  border-radius: 50%;
  color:rgba(255,255,255,.4);
  margin-top: -28px;
}
.home_banner .swiper-button-prev {
  left:30px
}
.home_banner .swiper-button-next {
  right:30px
}
.home_banner .banner_arrow {
  font-size:25px
}
.home_banner .swiper-button-prev:hover,.home_banner .swiper-button-next:hover {
  background-color:rgba(249,249,249,.2);
  /*border:solid 1px rgba(5,0,1,.2);*/
  color:#fff
}
.home_banner .swiper-container-horizontal>.swiper-pagination-bullets,.home_banner .swiper-pagination-custom,.home_banner .swiper-pagination-fraction {
  z-index:9;
  bottom:50px;
}
.home_banner .swiper-pagination-bullet {
  width:13px;
  height:13px;
  background:#fff;
  opacity:.3
}
.home_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background:#fff;
  opacity:1
}
@media (max-width: 576px) {
  .idx-hot-sale{
    margin-top: 0px;
  }
  .ad{ padding-bottom: 12px; }
  .reviews{ margin-top: 55px;}
  .upgraded{margin:10px 0;padding: 0 18px;}
  .delivery_process{
    /*margin-bottom: 30px;*/
  }

  #head .head-nav .category > li:last-child {
    margin-right: 25px;
  }
  .home_banner {
    height: 40px;
  }
  .home_banner .m_img {
    display: block;
  }
  .home_banner .p_img {
    display: none;
  }
  .home_banner .swiper-button-prev,.home_banner .swiper-button-next {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -12px;
  }
  .home_banner .swiper-button-prev {
    left:10px
  }
  .home_banner .swiper-button-next {
    right:10px
  }
  .home_banner .banner_arrow {
    font-size: 12px
  }
  .home_banner .swiper-button-prev:hover,.home_banner .swiper-button-next:hover {
    background-color:rgba(249,249,249,.2);
    /*border:solid 1px rgba(5,0,1,.2);*/
    color:#fff
  }

}

@media (max-width: 375px) {
  #head .head-nav .category > li:last-child {
    margin-right: 40px;
  }
}

@media (width: 414px) {
  #head .head-nav .category > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  #head .head-nav .category > li:last-child {
    margin-right: 50px;
  }
}

@media (max-width: 300px) {
  #head .head-nav .category > li:last-child {
    margin-right: 130px;
  }
}
