@charset "UTF-8";

/* 设计稿以1920px，后面像素单位换成成为rem：比如设计稿div高度为190px,即（190/100）1.9rem */
html {
  font-size: -webkit-calc(100vw/19.2);
  font-size: calc(100vw / 19.2);
}

html,
body {
  padding: 0;
  margin: 0;
  color: #fff;
  overflow-x: hidden;
  background-color: #16181c;
}



div,
p,
span,
a,
ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

li {
  list-style: none;
}

#vest_1_customization {
  display: none;
}

#vest_1_customization .header {
  height: 1.2rem;
  background-color: #181a20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.6rem;
}

#vest_1_customization .header img {
  width: 1.67rem;
  height: 0.62rem;
}

#vest_1_customization .header p {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}

#vest_1_customization .header p .downCEF {
  position: relative;
  width: 1.28rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: linear-gradient(to right, #07beff, #2a74ff);
  border-radius: 0.04rem;
  color: #fff;
  text-shadow: 0 0 0.02rem #515151;
  font-size: 0.18rem;
  text-align: center;
  margin-right: 0.26rem;
  background-size: 200%;
  background-position: right 0;
  transition: background-position 600ms ease-in;
}

#vest_1_customization .header p .downCEF:hover {
  background-position: 0 0;
}

#vest_1_customization .header p .downCEF img {
  position: absolute;
  width: 1.8rem;
  height: 0.45rem;
  top: 0.47rem;
  left: -0.26rem;
  animation: updown 0.8s linear infinite alternate;
}

#vest_1_customization .header p a {
  color: #888;
  text-decoration: none;
}

#vest_1_customization .header p a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#vest_1_customization .content_top {
  height: 9.6rem;
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vert_bg_1.png');
  background-size: cover;
}

#vest_1_customization .content_top.type_1 .count_div .count_left p:nth-child(1) span {
  background-color: #32ccff;
}

#vest_1_customization .content_top.type_1 .count_div .count_right p:nth-child(1) span {
  background-color: #caf83a;
}

#vest_1_customization .content_top.type_1 .flex_div .flex_left .downCEF {
  background-image: linear-gradient(to right, #08beff 50%, #2a74ff 100%);
}

#vest_1_customization .content_top.type_1 .flex_div .flex_right {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vest_mac_1.png');
}

#vest_1_customization .content_top.type_1 .flex_div .flex_right .swiper_box .swiper-slide .info .name label {
  border-color: #edac46;
  background: #30240e;
  color: #edac46;
}

#vest_1_customization .content_top.type_1 .flex_div .flex_right .swiper_box .swiper-slide .info .price {
  color: #66d4ff;
}

#vest_1_customization .content_top.type_2 .count_div .count_left p:nth-child(1) span {
  background-color: #ff9b46;
}

#vest_1_customization .content_top.type_2 .count_div .count_right p:nth-child(1) span {
  background-color: #32ccff;
}

#vest_1_customization .content_top.type_2 .flex_div .flex_right {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vest_mac_2.png');
}

#vest_1_customization .content_top.type_2 .flex_div .flex_left .downCEF {
  background-image: linear-gradient(to right, #ff4e09 50%, #ff9f23 100%);
}

#vest_1_customization .content_top.type_2 .flex_div .flex_right .swiper_box .swiper-slide .info .name label {
  border-color: #66d4ff;
  background: #0e2930;
  color: #66d4ff;
}

#vest_1_customization .content_top.type_2 .flex_div .flex_right .swiper_box .swiper-slide .info .price {
  color: #f09242;
}

#vest_1_customization .content_top.type_3 .count_div .count_left p:nth-child(1) span {
  background-color: #32ccff;
}

#vest_1_customization .content_top.type_3 .count_div .count_right p:nth-child(1) span {
  background-color: #caf83a;
}

#vest_1_customization .content_top.type_3 .flex_div .flex_right {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vest_mac_3.png');
}

#vest_1_customization .content_top.type_3 .flex_div .flex_left .downCEF {
  background-image: linear-gradient(to right, #00aa46 50%, #00bb83 100%);
}

#vest_1_customization .content_top.type_3 .flex_div .flex_right .swiper_box .swiper-slide .info .price {
  color: #00ffb0;
}

#vest_1_customization .content_top .flex_div {
  display: flex;
  padding: 0.8rem 3rem 0 3.6rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 0.8rem;
}

#vest_1_customization .content_top .flex_div .flex_left .logo {
  width: 2.32rem;
  display: block;
}

#vest_1_customization .content_top .flex_div .flex_left .logo+p {
  font-size: 0.32rem;
  height: 0.88rem;
  line-height: 0.88rem;
}

#vest_1_customization .content_top .flex_div .flex_left .count_div {
  display: flex;
  justify-content: space-between;
}

#vest_1_customization .content_top .flex_div .flex_left .count_div .count_left p:nth-child(3) {
  margin-right: 0.38rem;
}

#vest_1_customization .content_top .flex_div .flex_left .count_div p:nth-child(1) {
  font-size: 0.12rem;
}

#vest_1_customization .content_top .flex_div .flex_left .count_div p:nth-child(1) span {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.08rem;
}

#vest_1_customization .content_top .flex_div .flex_left .count_div p:nth-child(2) {
  font-size: 0.28rem;
  text-shadow: 0px 0px 2px #02040e;
  margin-bottom: 0.2rem;
}

#vest_1_customization .content_top .flex_div .flex_left .count_div p:nth-child(3) {
  font-size: 0.24rem;
}

#vest_1_customization .content_top .flex_div .flex_left .count_div p:nth-child(3) img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.11rem;
  vertical-align: sub;
}

#vest_1_customization .content_top .flex_div .flex_left .downCEF {
  margin: 0.29rem 0 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 3.02rem;
  height: 0.55rem;
  padding: 0 0.23rem;
  border-radius: 0.04rem;
  font-size: 0.21rem;
  color: #fff;
  background: linear-gradient(to right, #08beff 50%, #2a74ff 100%);
  background-size: 200%;
  background-position: right 0;
  transition: background-position 300ms ease-in;
  text-decoration: none;
  box-shadow: 0.01rem 0.01rem 0.01rem 0 #010101, 0 0 0.02rem 0 #ffffff;
  box-sizing: border-box;
  position: relative;
}

#vest_1_customization .content_top .flex_div .flex_left .downCEF:hover {
  background-position: 0 0;
}

#vest_1_customization .content_top .flex_div .flex_left .downCEF img {
  width: 0.2rem;
  height: 0.2rem;
}

#vest_1_customization .content_top .flex_div .flex_left .downCEF .animateImg {
  position: absolute;
  width: 2.45rem;
  height: 0.58rem;
  left: 0.14rem;
  top: 0.58rem;
  animation: updown 0.8s linear infinite alternate;
}

#vest_1_customization .content_top .flex_div .flex_right {
  width: 7.76rem;
  height: 4.21rem;
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vest_mac_1.png');
  background-size: cover;
  position: relative;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box {
  width: 5.1rem;
  height: 2.9rem;
  background-color: #0e0e0e;
  margin: 0.66rem 0 0 2.23rem;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide img {
  width: 100%;
  height: 2.4rem;
  display: block;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info {
  display: flex;
  align-items: center;
  height: 0.5rem;
  padding-right: 0.1rem;
  justify-content: space-between;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info .name {
  font-size: 0.22rem;
  max-width: 3rem;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info .name>span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info .name label {
  width: 0.46rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  border: 0.01rem solid #edac46;
  background: #30240e;
  color: #edac46;
  font-size: 0.12rem;
  margin: 0 0.2rem;
  flex: 0 0 auto;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info .name>span:last-of-type {
  color: #65d4ff;
  font-size: 0.14rem;
  flex: 0 0 auto;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info .name>span:last-of-type span {
  font-size: 0.22rem;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info .downCEF {
  width: 1.46rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.34rem;
  border: 0.01rem solid #54b2da;
  border-radius: 0.02rem;
  font-size: 0.16rem;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info .price {
  font-size: 0.14rem;
  color: #66d4ff;
  margin-left: 0.09rem;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info .price span:first-child {
  font-size: 0.22rem;
  margin-right: 0.1rem;
}

#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info del,
#vest_1_customization .content_top .flex_div .flex_right .swiper_box .swiper-slide .info del+span {
  color: #bcbcbc;
  font-size: 0.12rem;
}

#vest_1_customization .content_top .flex_div .flex_right .control {
  position: absolute;
  width: 0.22rem;
  height: 0.4rem;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  z-index: 2;
}

#vest_1_customization .content_top .flex_div .flex_right .control.prev {
  left: 1.71rem;
}

#vest_1_customization .content_top .flex_div .flex_right .control.next {
  right: -0.09rem;
}

#vest_1_customization .content_top .flex_div .flex_right .coffee {
  width: 1.05rem;
  height: 1.27rem;
  position: absolute;
  left: 1.58rem;
  bottom: 0.12rem;
  z-index: 2;
}

#vest_1_customization .content_top .flex_div .flex_right .gradient {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 1.35rem;
  top: 0.52rem;
  animation: breathe 2s linear infinite alternate;
}

#vest_1_customization .content_top .flex_div .aperture {
  width: 6.19rem;
  height: 5.31rem;
  position: absolute;
  left: 6.88rem;
  top: 0;
  z-index: 1;
}

#vest_1_customization .content_top .list_img {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.6rem;
  justify-content: space-between;
}

#vest_1_customization .content_top .list_img img {
  width: 1.89rem;
  height: 0.76rem;
  margin-bottom: 0.2rem;
}

#vest_1_customization .content_top .decline {
  margin-top: 0.15rem;
  text-align: center;
  font-size: 0.16rem;
  color: #888;
  cursor: pointer;
  transition: all 0.3s;
}

#vest_1_customization .content_top .decline:hover {
  color: rgba(255, 255, 255, 0.8);
}

#vest_1_customization .content_top .decline img {
  width: 0.36rem;
  animation: updown 0.8s linear infinite alternate;
}

.content_buttom {
  height: 9.92rem;
  position: relative;
  text-align: center;
  padding-top: 3.3rem;
  box-sizing: border-box;
}

.content_buttom::after {
  position: absolute;
  content: '';
  width: 14.14rem;
  height: 9.37rem;
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vest_light_1.png');
  left: 2.53rem;
  top: 0;
  background-size: cover;
}

.content_buttom p,
.content_buttom a {
  position: relative;
  z-index: 1;
}

.content_buttom.type_1::after {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vest_light_1.png');
}

.content_buttom.type_1 .downCEF,
.content_buttom.type_1 ul span {
  color: #62c8fe;
}

.content_buttom.type_2::after {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vest_light_2.png');
}

.content_buttom.type_2 .downCEF,
.content_buttom.type_2 ul span {
  color: #f09242;
}

.content_buttom.type_3::after {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vest_light_3.png');
}

.content_buttom.type_3 .downCEF,
.content_buttom.type_3 ul span {
  color: #01ffb0;
}

.content_buttom>p:first-child {
  font-size: 0.68rem;
}

.content_buttom>p:nth-child(2) {
  font-size: 0.32rem;
  margin-bottom: 0.4rem;
}

.content_buttom .downCEF {
  font-size: 0.24rem;
  color: #62c8fe;
  cursor: pointer;
  display: block;
}

.content_buttom .downCEF img {
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.11rem;
  transition: 0.3s;
}

.content_buttom .downCEF:hover img {
  transform: translateX(0.1rem);
}

.content_buttom ul {
  display: flex;
  font-size: 0.18rem;
  justify-content: center;
  margin-bottom: 0.35rem;
}

.content_buttom ul span {
  font-size: 0.36rem;
}

.content_buttom ul li {
  margin-right: 0.8rem;
}

.content_buttom ul li:last-child {
  margin-right: 0;
}

.content_buttom ul li p:first-child {
  margin-bottom: 0.05rem;
}

.content_buttom>img {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.content_buttom .img_1 {
  width: 2.63rem;
  height: 1.19rem;
  top: 1.07rem;
  left: 1.41rem;
}

.content_buttom .img_2 {
  width: 1.66rem;
  height: 0.72rem;
  top: 1.23rem;
  left: 4.81rem;
}

.content_buttom .img_3 {
  width: 1.45rem;
  height: 0.64rem;
  top: 3.06rem;
  left: 1.17rem;
}

.content_buttom .img_4 {
  width: 2.81rem;
  height: 1.26rem;
  top: 3.03rem;
  left: 2.82rem;
}

.content_buttom .img_5 {
  width: 1.48rem;
  height: 0.66rem;
  bottom: 3.12rem;
  left: 1.14rem;
}

.content_buttom .img_6 {
  width: 2.84rem;
  height: 1.27rem;
  left: 3.25rem;
  bottom: 2.26rem;
}

.content_buttom .img_7 {
  width: 2.37rem;
  height: 1.09rem;
  bottom: 1.58rem;
  left: 0.86rem;
}

.content_buttom .img_8 {
  width: 1.38rem;
  height: 0.62rem;
  left: 5.29rem;
  bottom: 1.25rem;
}

.content_buttom .img_9 {
  width: 1.66rem;
  height: 0.72rem;
  top: 0.93rem;
  right: 4.81rem;
}

.content_buttom .img_10 {
  width: 2.66rem;
  height: 1.2rem;
  top: 1.11rem;
  right: 1.37rem;
}

.content_buttom .img_11 {
  width: 2.82rem;
  height: 1.26rem;
  top: 3.03rem;
  right: 2.8rem;
}

.content_buttom .img_12 {
  width: 1.41rem;
  height: 0.63rem;
  top: 3.08rem;
  right: 1.17rem;
}

.content_buttom .img_13 {
  width: 2.64rem;
  height: 1.15rem;
  right: 3.43rem;
  bottom: 2.38rem;
}

.content_buttom .img_14 {
  width: 1.44rem;
  height: 0.64rem;
  bottom: 3.09rem;
  right: 1.15rem;
}

.content_buttom .img_15 {
  width: 2.39rem;
  height: 1.07rem;
  bottom: 1.6rem;
  right: 0.84rem;
}

.content_buttom .img_16 {
  width: 1.41rem;
  height: 0.64rem;
  right: 5.27rem;
  bottom: 1.25rem;
}

.footer {
  padding: 0.25rem 0;
  background-color: #181a20;
  color: #b8b8b8;
  font-size: 0.14rem;
  text-align: center;
}

.footer a {
  color: #1515ef;
}

.fixed_footer {
  position: fixed;
  width: 100%;
  height: 1.2rem;
  border-radius: 0.06rem 0.06rem 0 0;
  background-color: rgba(55, 59, 69, 0.5);
  left: 0;
  bottom: 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/vest_footer_bg.png');
  background-size: 15.35rem 0.87rem;
  background-repeat: no-repeat;
  background-position: 1.71rem 0.14rem;
  display: none;
  align-items: center;
  padding-left: 3.8rem;
  z-index: 10;
}

.fixed_footer .footer_icon_1 {
  width: 0.87rem;
  margin-right: 0.3rem;
}

.fixed_footer .text_div {
  font-size: 0.24rem;
}

.fixed_footer .text_div p:nth-child(2) {
  font-size: 0.18rem;
}

.fixed_footer .text_div p:nth-child(2) span {
  color: #ffc000;
}

.fixed_footer .footer_icon_2 {
  width: 1.16rem;
  margin-top: 0.24em;
  margin-right: 3.18rem;
}

.fixed_footer .downCEF {
  width: 2.5rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  font-size: 0.24rem;
  background: linear-gradient(to right, #58adf8 50%, #3358bf 100%);
  background-size: 200%;
  background-position: right 0;
  transition: background-position 300ms ease-in;
  border-radius: 0.04rem;
}

.fixed_footer .downCEF:hover {
  background-position: 0 0;
}

.fixed_footer .footer_icon_3 {
  width: 1.49rem;
  margin: 0 0 0.1rem -0.43rem;
}

.fixed_footer .footer_left {
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  width: 3.4rem;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

@keyframes breathe {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

#vest_3_customization {
  display: none;
  background: #1c1c1c;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#vest_3_customization .head {
  height: 0.68rem;
  background-color: #2a2a2a;
  padding: 0 2.5rem 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#vest_3_customization .head .logo {
  height: 0.52rem;
}

#vest_3_customization .head .right {
  display: flex;
  align-items: center;
  height: 100%;
}

#vest_3_customization .head .right .downCEF {
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.18rem;
  border-radius: 4px;
  background: linear-gradient(to right, #07beff, #317aea);
  background-position: right 0;
  background-size: 200%;
  transition: background-position 300ms ease-in;
  margin-right: 0.2rem;
  position: relative;
}

#vest_3_customization .head .right .downCEF:hover {
  background-position: 0 0;
}

#vest_3_customization .head .right .downCEF span {
  position: absolute;
  font-size: 0.16rem;
  width: 1.8rem;
  height: 0.45rem;
  text-indent: 0.32rem;
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201124_3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: -0.2rem;
  top: 0.64rem;
  line-height: 0.54rem;
  animation: updown 0.8s linear infinite alternate;
  z-index: 2;
}

#vest_3_customization .head .right .service {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
}

#vest_3_customization .head .right .service img {
  width: 0.22rem;
  margin-left: 0.06rem;
  vertical-align: bottom;
}

#vest_3_customization .head .right .service:hover {
  opacity: 1;
}

#vest_3_customization #swiper {
  position: relative;
  margin: 0.3rem 0;
  height: 9.92rem;
}

#vest_3_customization #swiper .swiper-slide {
  width: 13rem;
  cursor: pointer;
}

#vest_3_customization #swiper .swiper-slide .product_name {
  padding: 0 0.1rem;
  font-size: 0.3rem;
  margin: 0.16rem 0;
}

#vest_3_customization #swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
}

#vest_3_customization #swiper .swiper-slide div {
  margin: 0 auto;
  text-align: center;
  font-size: 0.2rem;
  width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#vest_3_customization #swiper .control {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.04rem;
  background-color: #1c1c1c;
  border: 0.01rem solid #3181f8;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  position: absolute;
  top: 3.6rem;
  z-index: 10;
}

#vest_3_customization #swiper .control:hover {
  background-color: #2f75dc;
}

#vest_3_customization #swiper .control img {
  width: 0.12rem;
}

#vest_3_customization #swiper .control.left {
  left: 2.6rem;
}

#vest_3_customization #swiper .control.right {
  right: 2.6rem;
}

#vest_3_customization .hot_game {
  width: 14.38rem;
  margin: auto;
  display: flex;
  margin-bottom: 0.3rem;
}

#vest_3_customization .hot_game .hot_slide {
  cursor: pointer;
  width: 3.5rem;
  height: 2.6rem;
  background-color: #202020;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-right: 0.13rem;
}

#vest_3_customization .hot_game .hot_slide:last-child {
  margin-right: 0;
}

#vest_3_customization .hot_game .hot_slide img {
  width: 100%;
  height: 1.64rem;
  display: block;
}

#vest_3_customization .hot_game .hot_slide p {
  padding: 0 0.3rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#vest_3_customization .hot_game .hot_slide .price {
  padding: 0 0.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#vest_3_customization .hot_game .hot_slide .price .discount {
  height: 0.28rem;
  line-height: 0.28rem;
  padding: 0 0.04rem;
  background: linear-gradient(0deg, #55bdf9, #3e77f6);
  border-radius: 0.02rem;
  color: #000;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}

#vest_3_customization .hot_game .hot_slide .price del,
#vest_3_customization .hot_game .hot_slide .price del+span {
  display: block;
}

#vest_3_customization .hot_game .hot_slide .price del {
  font-size: 0.12rem;
  color: #a9a9a9;
  height: 0.14rem;
}

#vest_3_customization .hot_game .hot_slide .price del+span {
  font-size: 0.16rem;
}

#vest_3_customization .sile_new {
  width: 0.96rem;
  height: 3.4rem;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#vest_3_customization .sile_new label {
  width: 0.24rem;
  font-size: 0.24rem;
  line-height: 0.38rem;
  margin-bottom: 0.1rem;
}

#vest_3_customization .sile_new span {
  width: 0.67rem;
  height: 0.5rem;
  background-size: contain;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.5rem;
}

#vest_3_customization .new_game {
  width: 14.38rem;
  margin: auto;
  display: flex;
  margin-bottom: 0.24rem;
}

#vest_3_customization .new_game .sile_new {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201203_1.png');
}

#vest_3_customization .new_game .sile_new span {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201203_2.png');
}

#vest_3_customization .new_game .game {
  display: flex;
  height: 3.4rem;
  font-size: 0.16rem;
}

#vest_3_customization .new_game .game img {
  width: 2.24rem;
  height: 100%;
  margin-left: 0.17rem;
  cursor: pointer;
}

#vest_3_customization .new_game .game img:first-child {
  width: 5.94rem;
  margin-left: 0.24rem;
}

#vest_3_customization .hot_play {
  width: 14.38rem;
  margin: auto;
  display: flex;
  margin-bottom: 0.24rem;
  height: 3.4rem;
}

#vest_3_customization .hot_play .sile_new {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201203_3.png');
}

#vest_3_customization .hot_play .sile_new span {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201203_4.png');
}

#vest_3_customization .hot_play .game_4 {
  width: 7.14rem;
  display: flex;
  flex-wrap: wrap;
}

#vest_3_customization .hot_play .game_4 img {
  width: 3.45rem;
  height: 1.61rem;
  margin: 0 0.12rem 0.16rem 0;
  cursor: pointer;
}

#vest_3_customization .hot_play .game_1 {
  width: 5.94rem;
  height: 100%;
  margin-right: 0.34rem;
}

#vest_3_customization .hot_play .game_1 img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#vest_3_customization .all_game {
  display: block;
  width: 14.38rem;
  height: 0.6rem;
  margin: auto;
  text-align: center;
  color: #747575;
  font-size: 0.2rem;
  line-height: 0.6rem;
  background-image: url(https://static-box.steamboxs.com/static/steamboxDownload/down20201119_11.png);
  background-size: 100%;
}

#vest_3_customization .all_game img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.12rem;
  vertical-align: middle;
}

#vest_3_customization .all_game span {
  color: #fff;
}

#vest_2_customization {
  display: none;
  background: #1c1c1c;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#vest_2_customization .head {
  height: 0.68rem;
  background-color: #2a2a2a;
  padding: 0 2.5rem 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#vest_2_customization .head .logo {
  height: 0.52rem;
}

#vest_2_customization .head .right {
  display: flex;
  align-items: center;
  height: 100%;
}

#vest_2_customization .head .right .downCEF {
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.18rem;
  border-radius: 4px;
  background: linear-gradient(to right, #07beff, #317aea);
  background-position: right 0;
  background-size: 200%;
  transition: background-position 300ms ease-in;
  margin-right: 0.2rem;
  position: relative;
}

#vest_2_customization .head .right .downCEF:hover {
  background-position: 0 0;
}

#vest_2_customization .head .right .downCEF span {
  position: absolute;
  font-size: 0.16rem;
  width: 1.8rem;
  height: 0.45rem;
  text-indent: 0.32rem;
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201124_3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: -0.2rem;
  top: 0.64rem;
  line-height: 0.54rem;
  animation: updown 0.8s linear infinite alternate;
  z-index: 2;
}

#vest_2_customization .head .right .service {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
}

#vest_2_customization .head .right .service img {
  width: 0.22rem;
  margin-left: 0.06rem;
  vertical-align: bottom;
}

#vest_2_customization .head .right .service:hover {
  opacity: 1;
}

#vest_2_customization #swiper {
  position: relative;
  margin: 0.3rem 0;
  height: 9.92rem;
}

#vest_2_customization #swiper .swiper-slide {
  width: 13rem;
  cursor: pointer;
}

#vest_2_customization #swiper .swiper-slide .product_name {
  padding: 0 0.1rem;
  font-size: 0.3rem;
  margin: 0.16rem 0;
}

#vest_2_customization #swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
}

#vest_2_customization #swiper .swiper-slide div {
  margin: 0 auto;
  text-align: center;
  font-size: 0.2rem;
  width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#vest_2_customization #swiper .control {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.04rem;
  background-color: #1c1c1c;
  border: 0.01rem solid #3181f8;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  position: absolute;
  top: 3.6rem;
  z-index: 10;
}

#vest_2_customization #swiper .control:hover {
  background-color: #2f75dc;
}

#vest_2_customization #swiper .control img {
  width: 0.12rem;
}

#vest_2_customization #swiper .control.left {
  left: 2.6rem;
}

#vest_2_customization #swiper .control.right {
  right: 2.6rem;
}

#vest_2_customization .hot_game {
  width: 14.38rem;
  margin: auto;
  display: flex;
  margin-bottom: 0.3rem;
}

#vest_2_customization .hot_game .hot_slide {
  cursor: pointer;
  width: 3.5rem;
  height: 2.6rem;
  background-color: #202020;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-right: 0.13rem;
}

#vest_2_customization .hot_game .hot_slide:last-child {
  margin-right: 0;
}

#vest_2_customization .hot_game .hot_slide img {
  width: 100%;
  height: 1.64rem;
  display: block;
}

#vest_2_customization .hot_game .hot_slide p {
  padding: 0 0.3rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#vest_2_customization .hot_game .hot_slide .price {
  padding: 0 0.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#vest_2_customization .hot_game .hot_slide .price .discount {
  height: 0.28rem;
  line-height: 0.28rem;
  padding: 0 0.04rem;
  background: linear-gradient(0deg, #55bdf9, #3e77f6);
  border-radius: 0.02rem;
  color: #000;
  font-size: 0.16rem;
  margin-right: 0.1rem;
}

#vest_2_customization .hot_game .hot_slide .price del,
#vest_2_customization .hot_game .hot_slide .price del+span {
  display: block;
}

#vest_2_customization .hot_game .hot_slide .price del {
  font-size: 0.12rem;
  color: #a9a9a9;
  height: 0.14rem;
}

#vest_2_customization .hot_game .hot_slide .price del+span {
  font-size: 0.16rem;
}

#vest_2_customization .sile_new {
  width: 0.96rem;
  height: 3.4rem;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#vest_2_customization .sile_new label {
  width: 0.24rem;
  font-size: 0.24rem;
  line-height: 0.38rem;
  margin-bottom: 0.1rem;
}

#vest_2_customization .sile_new span {
  width: 0.67rem;
  height: 0.5rem;
  background-size: contain;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.5rem;
}

#vest_2_customization .new_game {
  width: 14.38rem;
  margin: auto;
  display: flex;
  margin-bottom: 0.24rem;
}

#vest_2_customization .new_game .sile_new {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201203_1.png');
}

#vest_2_customization .new_game .sile_new span {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201203_2.png');
}

#vest_2_customization .new_game .game {
  display: flex;
  height: 3.4rem;
  font-size: 0.16rem;
}

#vest_2_customization .new_game .game img {
  width: 2.24rem;
  height: 100%;
  margin-left: 0.17rem;
  cursor: pointer;
}

#vest_2_customization .new_game .game img:first-child {
  width: 5.94rem;
  margin-left: 0.24rem;
}

#vest_2_customization .hot_play {
  width: 14.38rem;
  margin: auto;
  display: flex;
  margin-bottom: 0.24rem;
  height: 3.4rem;
}

#vest_2_customization .hot_play .sile_new {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201203_3.png');
}

#vest_2_customization .hot_play .sile_new span {
  background-image: url('https://static-box.steamboxs.com/static/steamboxDownload/down20201203_4.png');
}

#vest_2_customization .hot_play .game_4 {
  width: 7.14rem;
  display: flex;
  flex-wrap: wrap;
}

#vest_2_customization .hot_play .game_4 img {
  width: 3.45rem;
  height: 1.61rem;
  margin: 0 0.12rem 0.16rem 0;
  cursor: pointer;
}

#vest_2_customization .hot_play .game_1 {
  width: 5.94rem;
  height: 100%;
  margin-right: 0.34rem;
}

#vest_2_customization .hot_play .game_1 img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#vest_2_customization .all_game {
  display: block;
  width: 14.38rem;
  height: 0.6rem;
  margin: auto;
  text-align: center;
  color: #747575;
  font-size: 0.2rem;
  line-height: 0.6rem;
  background-image: url(https://static-box.steamboxs.com/static/steamboxDownload/down20201119_11.png);
  background-size: 100%;
}

#vest_2_customization .all_game img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.12rem;
  vertical-align: middle;
}

#vest_2_customization .all_game span {
  color: #fff;
}