@charset "UTF-8";
.section-tit {
  padding: .2rem 0;
  color: #ffffff;
  font-size: .18rem;
}
.cdk-list .price-info > span, .cdkbar-list .price-info > span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.cdk-list .price-info > span.discount, .cdkbar-list .price-info > span.discount {
  margin-right: .05rem;
  padding: .05rem .1rem;
  font-size: .15rem;
  font-weight: bold;
  color: #fff;
  background: #44a1ef;
  border-radius: .02rem;
  display:none;
}
.cdk-list .price-info > span.price, .cdkbar-list .price-info > span.price {
  text-align: right;
}
.cdk-list .price-info > span.price del, .cdkbar-list .price-info > span.price del {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.cdk-list .price-info > span.price strong, .cdkbar-list .price-info > span.price strong {
  display: block;
  color: #ffcc6a;
}
.cdk-list .price-info > span.price strong span, .cdkbar-list .price-info > span.price strong span {
  font-size: .18rem;
  font-weight: bold;
}
.cdk-list .special-tag, .cdkbar-list .special-tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  padding: .02rem .15rem;
  color: #ffffff;
  font-weight: bold;
  font-size: .13rem;
  border-bottom-right-radius: .1rem;
  background: linear-gradient(90deg, #eb3a28, #f78206);
}
.cdk-list {
  margin: -.12rem;
  font-size: 0;
}
.cdk-list li, .cdk-list .cdk-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 0;
  padding: .12rem;
  transition: all .2s;
}
.cdk-list li > div, .cdk-list .cdk-item > div {
  font-size: .12rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.cdk-list li > div .tit, .cdk-list .cdk-item > div .tit {
  display: block;
  height: 0;
  line-height: .32rem;
  text-align: center;
  background: #455364;
  color: rgba(255, 255, 255, 0.5);
  transition: all .2s;
}
.cdk-list li > div .content, .cdk-list .cdk-item > div .content {
  position: relative;
}
.cdk-list li > div .content video, .cdk-list li > div .content img, .cdk-list .cdk-item > div .content video, .cdk-list .cdk-item > div .content img {
  display: block;
  width: 100%;
  max-height: 100%;
}
.cdk-list li > div .bottom, .cdk-list .cdk-item > div .bottom {
  padding: 0 .1rem;
  background: #455364;
  line-height: .54rem;
}
.cdk-list li > div .bottom .tag, .cdk-list .cdk-item > div .bottom .tag {
  padding: .05rem;
  line-height: normal;
  border: solid 1px #65717e;
  border-radius: .02rem;
  color: #babec6;
}
.cdk-list li > div .bottom .tag:hover, .cdk-list .cdk-item > div .bottom .tag:hover {
  border-color: #67c1f5;
  color: #67c1f5;
}
.cdk-list li.lg, .cdk-list .cdk-item.lg {
  width: 100%;
}
.cdk-list li.lg ~ ul, .cdk-list .cdk-item.lg ~ ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cdk-list li.lg ~ ul li, .cdk-list .cdk-item.lg ~ ul li {
  width: 100%;
}

@media only screen and (min-width: 414px) {
.cdk-list li, .cdk-list .cdk-item {
  width: 50%;
}
.cdk-list li.lg ~ ul li, .cdk-list .cdk-item.lg ~ ul li {
  width: 50%;
}
}

@media only screen and (min-width: 980px) {
.cdk-list li, .cdk-list .cdk-item {
  width: 25%;
}
.cdk-list li.lg, .cdk-list .cdk-item.lg {
  width: 50%;
}
.cdk-list li.lg ~ ul, .cdk-list .cdk-item.lg ~ ul {
  width: 50%;
}
.cdk-list li.lg ~ ul li, .cdk-list .cdk-item.lg ~ ul li {
  width: 50%;
}
.cdk-list li:not(.no-hover):hover, .cdk-list .cdk-item:not(.no-hover):hover {
  margin-top: -.32rem;
  padding: .12rem 0 0;
}
.cdk-list li:not(.no-hover):hover > div, .cdk-list .cdk-item:not(.no-hover):hover > div {
  box-shadow: 0 0 0.2rem 0.02rem rgba(0, 0, 0, 0.5);
}
.cdk-list li:not(.no-hover):hover > div .tit, .cdk-list .cdk-item:not(.no-hover):hover > div .tit {
  height: .32rem;
}
}
.cdkbar-list li {
  max-height: 1.3rem;
  margin-bottom: .15rem;
  padding: .1rem;
  border-radius: 0.06rem;
  overflow: hidden;
  background: #182332;
}
.cdkbar-list li > div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}
.cdkbar-list li > div .img {
  position: relative;
  display: inline-block;
  width: 27%;
  min-width: 1.16rem;
  vertical-align: middle;
}
.cdkbar-list li > div .img > img {
  width: 100%;
  min-height: 64px;
  max-height: 1.1rem;
}
.cdkbar-list li > div .info {
  display: inline-block;
  padding-left: .2rem;
  vertical-align: middle;
  width: 73%;
  font-size: .12rem;
  color: #babec6;
}
.cdkbar-list li > div .info p {
  width: calc(100% - .2rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cdkbar-list li > div .info .tit {
  line-height: .2rem;
  color: #e8f0f8;
  font-size: .16rem;
  font-weight: bold;
}
.cdkbar-list li > div .info .tit span {
  display: inline-block;
  max-width: calc(100% - .4rem);
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cdkbar-list li > div .info .tit i {
  margin-left: .05rem;
}
.cdkbar-list li > div .info .desc {
  margin-top: .1rem;
}
.cdkbar-list li > div .info .tags {
  visibility: hidden;
  margin-top: .05rem;
}
.cdkbar-list li > div .info .tags a {
  display: inline-block;
  margin-right: .05rem;
  padding: .05rem;
  line-height: normal;
  color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: .02rem;
}
.cdkbar-list li > div .info .tags a:hover {
  border-color: #67c1f5;
  color: #67c1f5;
}
.cdkbar-list li > div .price-info {
  position: absolute;
  right: .1rem;
  bottom: 0;
  font-size: .12rem;
}
.cdkbar-list li > div.no-stock .img:after {
  content: '暂无库存';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  line-height: .3rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  color: #babec6;
  font-size: .12rem;
}
.cdkbar-list li > div.no-stock .price-info .discount {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}
.cdkbar-list li > div.no-stock .price-info .price del {
  color: rgba(255, 255, 255, 0.3);
}
.cdkbar-list li > div.no-stock .price-info .price strong {
  color: rgba(255, 255, 255, 0.5);
}
.cdkbar-list li.more {
  margin-top: .3rem;
}
.cdkbar-list li.more a {
  display: block;
  text-align: center;
  font-size: .14rem;
  color: #babec6;
}
.cdkbar-list li:hover {
  background: #131c2a;
}

@media only screen and (min-width: 768px) {
.cdkbar-list li > div .info .tags {
  visibility: visible;
}
.cdkbar-list li > div .price-info {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
}
.related {
  display: none;
  width: 2.7rem;
  margin-left: .2rem;
}
.related > div {
  background: rgba(22, 32, 45, 0.8);
  border-radius: 0.06rem;
  overflow: hidden;
  margin-bottom: .2rem;
}
.related > div .list-tit {
  padding: .15rem .2rem;
  background: #192433;
  border-bottom: solid 1px #1d2b3c;
}
.related > div .list-tit h2 {
  padding-left: .15rem;
  line-height: .14rem;
  border-left: solid 0.03rem #5c7e10;
  color: #bcd5d6;
  font-size: .14rem;
  font-weight: bold;
}
.related > div .list-content {
  padding: 0 .15rem;
}
.related > div .list-content li {
  padding: .173rem 0;
  border-bottom: dotted 1px #252f3c;
}
.related > div .list-content li:last-child {
  border: none;
}
.related > div .list-content li > a {
  white-space: nowrap;
}
.related > div .list-content li .goods-img, .related > div .list-content li .sell-info {
  display: inline-block;
  vertical-align: middle;
}
.related > div .list-content li .goods-img {
  width: .68rem;
  height: .68rem;
  margin-right: .15rem;
  line-height: .68rem;
  text-align: center;
  border: solid 1px #1d293a;
  background: #182330;
}
.related > div .list-content li .goods-img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.related > div .list-content li .sell-info {
  width: 65%;
}
.related > div .list-content li .sell-info .tit {
  margin-bottom: .08rem;
  font-size: .13rem;
  color: #c6d4df;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related > div .list-content li .sell-info .sec-tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: .12rem;
  color: #627381;
}
.related > div .list-content li .sell-info .sec-tit a {
  color: #67c1f5;
}
.related > div .list-content li .sell-info .sec-tit strong {
  color: #fecd67;
}
.related > div .list-content li .sell-info .sec-tit span {
  color: #becfd8;
}
.container {
  font-size: 0;
  white-space: nowrap;
}
.container .main-content, .container .related {
  vertical-align: top;
  white-space: normal;
}

@media only screen and (min-width: 1200px) {
.container .main-content, .container .related {
  display: inline-block;
}
.container .main-content {
  width: 9.1rem;
}
}
body {
  color: #babec6;
  background-color: #101318;
}
.swiper-container {
  overflow: hidden;
  border-radius: 0.06rem;
}
.swiper-container .swiper-wrapper {
  white-space: nowrap;
  font-size: 0;
}
.floors {
  margin: .2rem auto;
}
.floor {
  position: relative;
  margin: .35rem 0 .1rem;
  padding-bottom: .5rem;
  font-size: 0;
}
.floor .floor-head {
  position: static;
  margin-bottom: .25rem;
}
.floor .floor-head h2 {
  display: inline-block;
  font-size: .22rem;
  color: #ffffff;
}
.floor .floor-head h2 span {
  margin-left: .1rem;
  font-size: .14rem;
  color: #d3dbe5;
}
.floor .floor-head .more {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: .32rem;
  line-height: .32rem;
  padding: 0 .2rem;
  font-size: .12rem;
  color: #d3dbe5;
  border: solid 1px #64707f;
  border-radius: .02rem;
  text-align: center;
}
.floor .floor-head .categories {
  border: solid 1px #525d6e;
  font-size: 0;
  white-space: nowrap;
  border-radius: .04rem;
}
.floor .floor-head .categories li {
  display: inline-block;
  padding: 0 .2rem;
  vertical-align: top;
  line-height: .28rem;
  font-size: .12rem;
  color: rgba(211, 219, 229, 0.7);
  cursor: pointer;
}
.floor .floor-head .categories li:first-child {
  border-top-left-radius: .04rem;
  border-bottom-left-radius: .04rem;
}
.floor .floor-head .categories li:nth-of-type(2) {
  border-left: solid 1px #525d6e;
  border-right: solid 1px #525d6e;
}
.floor .floor-head .categories li:last-child {
  border-top-right-radius: .04rem;
  border-bottom-right-radius: .04rem;
}
.floor .floor-head .categories li:hover {
  color: #d3dbe5;
}
.floor .floor-head .categories li.on {
  position: relative;
  background: #525d6e;
  color: #d3dbe5;
}
.floor .floor-head .categories li.on:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: .08rem;
  height: .08rem;
  background: inherit;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.floor .floor-list.small-device-swiper {
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 980px) {
.floor .floor-list.small-device-swiper {
  overflow: visible;
}
}
.floor.hot .floor-head {
  margin-bottom: 0;
}
.floor.hot .floor-list .swiper-container {
  position: relative;
  z-index: 0;
  left: -.12rem;
  width: calc(100% + .24rem);
}
.floor.hot .floor-list .swiper-container .swiper-wrapper {
  padding: .32rem .12rem .12rem;
}
.floor.hot .floor-list .swiper-container .swiper-wrapper .cdk-list {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.floor.hot .floor-list .swiper-container .swiper-wrapper .cdk-list:not(:first-child) {
  margin-left: .12rem;
}
.floor.hot .floor-list .swiper-container .swiper-wrapper .cdk-list div {
  box-shadow: none !important;
}
.floor.hot .floor-list .swiper-container .swiper-wrapper .cdk-list li:nth-of-type(6), .floor.hot .floor-list .swiper-container .swiper-wrapper .cdk-list li:nth-of-type(7), .floor.hot .floor-list .swiper-container .swiper-wrapper .cdk-list li:nth-of-type(8) {
  display: none;
}

@media only screen and (min-width: 414px) {
.floor.hot .floor-list .swiper-container .swiper-wrapper .cdk-list li:nth-of-type(6), .floor.hot .floor-list .swiper-container .swiper-wrapper .cdk-list li:nth-of-type(7), .floor.hot .floor-list .swiper-container .swiper-wrapper .cdk-list li:nth-of-type(8) {
  display: inline-block;
}
}
.floor.hot .floor-list .swiper-pagination {
  margin-top: .2rem;
  text-align: center;
}
.floor.hot .floor-list .swiper-pagination span {
  display: inline-block;
  width: .25rem;
  height: .04rem;
  margin: 0 .05rem;
  background: rgba(255, 255, 255, 0.2);
}
.floor.hot .floor-list .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffffff;
}
.floor.hot .floor-list .swiper-pagination span:only-child {
  display: none;
}

@media only screen and (min-width: 768px) {
.floor {
  padding-bottom: 0;
}
.floor .floor-head {
  position: relative;
}
.floor .floor-head .more {
  position: static;
  display: inline-block;
  float: right;
  width: auto;
}
.floor .floor-list.small-device-swiper {
  white-space: normal;
}
}
.container .related-menu-btn {
  position: fixed;
  right: 2%;
  top: .2rem;
  display: block;
}
.container .related {
  position: fixed;
  z-index: 2;
  right: -100%;
  top: 0;
  display: inline-block;
  width: 2.82rem;
  height: 100%;
  margin-left: .24rem;
  background: #15212d;
  overflow-y: auto;
  transition: all .3s;
}
.container .related .list-tit {
  padding: .18rem;
  line-height: .2rem;
  color: #babec6;
  font-size: .16rem;
  font-weight: bold;
  border: none;
}
.container .related .list-content {
  padding: 0 .18rem;
}
.container .related .list-content li {
  padding: 0;
  margin: .18rem 0;
  border-bottom: none;
  border-radius: .04rem;
  overflow: hidden;
}
.container .related .list-content li:first-child {
  margin-top: 0;
}
.container .related .list-content li .goods-img {
  width: 1.08rem;
  height: .5rem;
  margin-right: .1rem;
  border: none;
}
.container .related .list-content li .goods-img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: .04rem;
}
.container .related .list-content li .sell-info {
  width: calc(100% - 1.2rem);
}
.container .related .list-content li .sell-info .tit {
  margin-bottom: .05rem;
  line-height: .14rem;
  white-space: normal;
  color: #e8f0f8;
}
.container .related .search-box {
  padding: .18rem;
}
.container .related .search-box .search {
  height: .28rem;
  margin-bottom: .2rem;
  background: #284c65;
  border: solid 1px #5e8dab;
  border-radius: .14rem;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.container .related .search-box .search input, .container .related .search-box .search button {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.container .related .search-box .search input {
  width: calc(100% - .4rem);
  padding: 0 .15rem;
  color: #ffffff;
}
 .container .related .search-box .search input::-webkit-input-placeholder {
 color: #babec6;
}
.container .related .search-box .search button {
  width: .4rem;
  text-align: center;
  background: #549ecb;
}
.container .related .search-box .tags p {
  font-size: .14rem;
  font-weight: bold;
  color: #babec6;
}
.container .related .search-box .tags ul {
  font-size: 0;
}
.container .related .search-box .tags ul li {
  display: inline-block;
  margin: 0.1rem 0.1rem 0 0;
}
.container .related .search-box .tags ul li a {
  display: block;
  padding: .05rem;
  line-height: normal;
  font-size: .12rem;
  border: solid 1px #65717e;
  border-radius: .02rem;
  color: #babec6;
}
.container .related .search-box .tags ul li a:hover, .container .related .search-box .tags ul li a.on {
  color: #ffffff;
}
.container .related .search-box .tags ul li a.on {
  border-color: #44a1ef;
  background: #44a1ef;
}
.container .related.visible {
  right: 0;
}

@media only screen and (min-width: 1200px) {
.container .related-menu-btn {
  display: none;
}
.container .main-content {
  width: 8.94rem;
}
.container .related {
  position: static;
  height: auto;
  background: transparent;
}
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  z-index: 1;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  width: .5rem;
  line-height: .8rem;
  border-radius: 0.06rem;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
}
.swiper-button-prev.swiper-button-prev, .swiper-button-next.swiper-button-prev {
  left: 2%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.08));
}
.swiper-button-prev.swiper-button-next, .swiper-button-next.swiper-button-next {
  right: 2%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.08));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  cursor: default;
}
.swiper-button-prev.swiper-button-disabled i, .swiper-button-next.swiper-button-disabled i {
  opacity: .2;
}

@media only screen and (min-width: 980px) {
.swiper-button-prev, .swiper-button-next {
  display: block;
}
}

@media only screen and (min-width: 1200px) {
.swiper-button-prev.swiper-button-prev, .swiper-button-next.swiper-button-prev {
  left: -.7rem;
}
.swiper-button-prev.swiper-button-next, .swiper-button-next.swiper-button-next {
  right: -.7rem;
}
}
.banner {
  position: relative;
  z-index: 0;
  margin-top: .4rem;
}
.banner .small-banner {
  position: absolute;
  z-index: 1;
  display: none;
  height: 100%;
  left: calc(100% - 29.5%);
}
.banner .swiper-container .swiper-slide {
  position: relative;
  display: inline-block;
  width: 100%;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
}
.banner .swiper-container .swiper-slide p {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  padding: 4% 0 2% 2%;
  color: #ffffff;
  font-size: .2rem;
  line-height: .2rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.banner .swiper-container .swiper-slide p strong {
  margin-left: .15rem;
  font-weight: bold;
  color: #ffcc6a;
  font-size: .16rem;
}
.banner .swiper-container .swiper-slide p strong span {
  font-size: .22rem;
}
.banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 6.5%;
  padding-right: 5%;
  text-align: right;
  line-height: .04rem;
}
.banner .swiper-pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 .05rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: white;
}
.banner .swiper-pagination span:only-child {
  display: none;
}

@media only screen and (min-width: 980px) {
.banner .small-banner {
  display: block;
}
.banner .swiper-pagination {
  right: 30%;
}
}
.related .ranking-list .list-tit .btns button {
  display: inline-block;
  padding: 0 .1rem;
  margin: .01rem;
  line-height: .18rem;
  border-radius: .1rem;
  color: #babec6;
  font-size: .12rem;
  font-weight: normal;
}
.related .ranking-list .list-tit .btns button.on {
  color: #ffffff;
  font-weight: bold;
  background: #44a1ef;
}
.related .ranking-list .list-content li {
  position: relative;
  margin: .25rem 0;
}
.related .ranking-list .list-content li .special-tag {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: .26rem;
  line-height: .16rem;
  padding-left: .08rem;
  color: #ffffff;
  font-size: .12rem;
  font-weight: bold;
  background: url("../images/ranking-top10.png") no-repeat center/contain;
}
.related .ranking-list .list-content li .sell-info {
  vertical-align: top;
}
.related .ranking-list .list-content li .sell-info .sec-tit {
  white-space: normal;
}
.related .ranking-list .list-content li .sell-info .sec-tit strong {
  font-weight: bold;
}
.related .ranking-list .list-content li:nth-of-type(1) {
  margin-top: 0;
  white-space: normal;
}
.related .ranking-list .list-content li:nth-of-type(1) .special-tag {
  width: .37rem;
  height: .24rem;
  font-size: 0;
  background-image: url("../images/ranking-top1.png");
}
.related .ranking-list .list-content li:nth-of-type(1) .goods-img {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.related .ranking-list .list-content li:nth-of-type(1) .sell-info {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: .1rem;
  text-align: right;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
}
.related .ranking-list .list-content li:nth-of-type(1) .sell-info .tit {
  display: none;
}
.related .ranking-list .list-content li:nth-of-type(2) .special-tag, .related .ranking-list .list-content li:nth-of-type(3) .special-tag {
  background-image: url("../images/ranking-top3.png");
}
.related .to-pick > a {
  display: block;
  width: 100%;
  border-radius: 0.06rem;
  overflow: hidden;
}
.related .to-pick > a > img {
  display: block;
  width: 100%;
}
