@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;
}
.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);
}
.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;
}
}
.main-nav {
  line-height: .3rem;
  margin-top: .15rem;
  margin-bottom: .2rem;
  font-size: .13rem;
}
.main-nav .result {
  margin-left: .05rem;
  line-height: .25rem;
  vertical-align: middle;
}
.main-nav > a, .main-nav .filter-tags > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*margin-left: .3rem;*/
  padding:0 10px;
  line-height: .25rem;
  font-size: .13rem;
}
.main-nav > a:before, .main-nav .filter-tags > a:before {
  display:none;
  content: '>';
  position: absolute;
  top: .04rem;
  left: -.25rem;
  text-align: center;
  width: .2rem;
  line-height: .17rem;
  color: #627381;
  font-size: .12rem;
  font-family: monospace;
}
.main-nav > a.else, .main-nav > a.back, .main-nav .filter-tags > a.else, .main-nav .filter-tags > a.back {
  margin-left: 0;
  line-height: normal;
}
.main-nav > a.else:before, .main-nav > a.back:before, .main-nav .filter-tags > a.else:before, .main-nav .filter-tags > a.back:before {
  content: '';
  width: 0;
}
.main-nav > a.back, .main-nav .filter-tags > a.back {
  float: right;
  height: .3rem;
  line-height: .28rem;
  padding: 0 .25rem;
  font-size: .12rem;
  color: #708aa3;
  background: #202c3a;
  border: solid 1px #2a394c;
  border-radius: .14rem;
}
.main-nav .filter-tags > a:not(:first-child) {
  margin-left: .1rem;
}
.main-nav .filter-tags > a:not(:first-child):before {
  content: '';
}
.main-nav .search-keyword, .main-nav .filter-keyword {
  padding: 0 .05rem;
  background: #529fc9;
  color: #cffaff;
  font-size: .13rem;
  border-radius: .02rem;
}
.main-nav .search-keyword span, .main-nav .filter-keyword span {
  vertical-align: middle;
  color: #ffffff;
}
.main-nav .search-keyword i, .main-nav .filter-keyword i {
  margin-left: .05rem;
  vertical-align: middle;
}
.sec-nav {
  position: relative;
  margin-top: .2rem;
  border-bottom: solid 1px #549ecb;
  font-size: 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.sec-nav > li {
  position: relative;
  display: inline-block;
  height: 100%;
  min-width: .8rem;
  vertical-align: top;
  text-align: center;
  background: rgba(25, 36, 50, 0.9);
  border-right: solid 1px rgba(255, 255, 255, 0.05);
  font-size: .12rem;
  cursor: pointer;
}
.sec-nav > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-nav > li p {
  color: #8f98a0;
}
.sec-nav > li i {
  display: inline-block;
  margin-top: .04rem;
  width: .38rem;
  height: .38rem;
  opacity: .5;
}
.sec-nav > li:first-child {
  border-top-left-radius: 0.06rem;
}
.sec-nav > li:last-child {
  border: none;
  border-top-right-radius: 0.06rem;
}
.sec-nav > li ul {
  position: absolute;
  display: none;
  z-index: 2;
  top: 100%;
  left: auto;
  right: 0;
  width: 3rem;
  padding: .1rem .15rem;
  margin-top: 1px;
  background: #101a26;
  white-space: normal;
  text-align: left;
}
.sec-nav > li ul li {
  display: inline-block;
  width: 1.2rem;
  height: .35rem;
  line-height: .36rem;
  margin: 0 .06rem .05rem;
  text-align: center;
  color: #8f98a0;
  border-top: solid 1px #192532;
}
.sec-nav > li ul li:nth-of-type(1), .sec-nav > li ul li:nth-of-type(2) {
  border: none;
}
.sec-nav > li ul li.on {
  color: #67c1f5;
}
.sec-nav > li:nth-of-type(1) ul, .sec-nav > li:nth-of-type(2) ul {
  left: 0;
  right: auto;
}
.sec-nav > li:hover {
  background: #101a26;
}
.sec-nav > li:hover:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}
.sec-nav > li:hover ul {
  display: block;
}
.sec-nav > li.on {
  background: #549ecb;
}
.sec-nav > li.on p {
  color: #ffffff;
}
.sec-nav > li.on i {
  opacity: 1;
}
.sec-nav > li.others {
  position: static;
}
.filter-nav {
  padding: .08rem;
  background: rgba(25, 36, 50, 0.9);
  border-bottom: solid 1px #222d3b;
  border-radius: 0.06rem;
}
.filter-nav > li {
  display: inline-block;
  margin: .02rem .04rem;
  vertical-align: middle;
}
.filter-nav > li.dropmenu {
  max-width: 1rem;
  height: 0.32rem;
  color: #a3d6f3;
}
 .filter-nav > li.dropmenu .drop-title input, .filter-nav > li.dropmenu .drop-title input::-webkit-input-placeholder {
 color: #a3d6f3;
}
.filter-nav > li.dropmenu .drop-title .edge {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  overflow: hidden;
  margin-top: -0.025rem;
  border-top-color: #a3d6f3;
}
.filter-nav > li.dropmenu .drop-menu dd {
  line-height: 0.32rem;
}
.filter-nav > li.dropmenu.active .drop-title .edge {
  margin-top: -0.075rem;
}
.filter-nav > li.dropmenu .drop-title {
  background-color: #2d3b4c;
}
.filter-nav > li.check-box {
  display: inline-block;
  height: .36rem;
  line-height: .36rem;
  margin-left: .02rem;
  margin-right: .1rem;
  font-size: .12rem;
  color: #a3d6f3;
  vertical-align: middle;
}
.filter-nav > li.check-box span, .filter-nav > li.check-box label {
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
}
.filter-nav > li.search {
  position: relative;
  width: 2rem;
  line-height: .3rem;
  border: solid 1px #2d3b4c;
  background: #17212d;
  white-space: nowrap;
}
.filter-nav > li.search input {
  width: 100%;
  padding: .05rem .1rem;
  color: #ffffff;
}
.filter-nav > li.search button {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 .05rem;
  background: #2d3b4c;
  line-height: 1;
}
.filter-nav > li.search button i {
  margin: 0 .05rem;
}
.filter-nav > li.explain {
  line-height: .32rem;
}
.filter-nav > li.explain > span {
  color: #67c1f5;
}

@media only screen and (min-width: 768px) {
.nav .sec-nav {
  overflow: visible !important;
}
.nav .sec-nav li.others {
  position: relative;
}
.filter-nav span {
  margin-left: .1rem;
}
}
/*.main-nav a:not(:last-child) {
  color: #e8f0f8;
}*/
.fix-top {
  position: fixed;
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: .53rem;
  background: #182332;
  border-bottom: solid 1px #000000;
}
.fix-top .buy-now {
  position: absolute;
  display: none;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2.82rem;
  line-height: .52rem;
  white-space: nowrap;
  text-align: center;
  font-size: .16rem;
  color: #fffffe;
  background: linear-gradient(90deg, #eb3a28, #f78206);
  transform: translateX(-100%);
}
.fix-top .buy-now.disabled {
  pointer-events: none;
  cursor: default;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 980px) {
.fix-top .buy-now {
  display: block;
  margin-left: 4.9rem;
}
}

@media only screen and (min-width: 1200px) {
.fix-top .buy-now {
  display: block;
  margin-left: 6rem;
}
}
.cdk-detail {
  margin: -.2rem -.12rem 0;
  background: url("../images/cdk-detail-bg.png") no-repeat center bottom/100%;
}
.cdk-detail .media, .cdk-detail .info {
  display: block;
  vertical-align: top;
  width: 100%;
  padding: .2rem .12rem 0;
}
/*.cdk-detail .media .media-content{
  max-height:350px;
  overflow:hidden;
}*/
.cdk-detail .info .tit {
  height: .24rem;
  line-height: .24rem;
  margin-bottom: .1rem;
  white-space: nowrap;
  color: #ffffff;
  font-size: .24rem;
}
.cdk-detail .info .tit span, .cdk-detail .info .tit a {
  display: inline-block;
  vertical-align: top;
}
.cdk-detail .info .tit span {
  margin-right: .08rem;
}
.cdk-detail .info .tit a {
  line-height: 0;
}
.cdk-detail .info .tit a img {
  max-height: 100%;
}
.cdk-detail .info .sec-tit {
  margin-bottom: .04rem;
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.5);
}
.cdk-detail .info .tags span {
  display: inline-block;
  margin-right: .05rem;
  padding: .03rem .06rem;
  border-radius: .02rem;
  color: rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.2);
}
.cdk-detail .info .sell-info {
  margin: .15rem 0 .25rem;
  background: rgba(255, 255, 255, 0.05);
  border-top-left-radius: .02rem;
  border-top-right-radius: .02rem;
}
.cdk-detail .info .sell-info .timer-bar {
  padding: 0 .1rem;
  line-height: .24rem;
  font-size: .14rem;
  color: white;
  border-radius: .02rem;
  background: linear-gradient(90deg, #eb3a28, #f78206);
  white-space: nowrap;
}
.cdk-detail .info .sell-info .timer-bar i {
  margin-right: .1rem;
}
.cdk-detail .info .sell-info .timer-bar span {
  vertical-align: middle;
}
.cdk-detail .info .sell-info .timer-bar .timer {
  display: inline-block;
  margin-left: .2rem;
  font-size: .12rem;
  color: rgba(255, 255, 255, 0.8);
}
.cdk-detail .info .sell-info .timer-bar .timer strong, .cdk-detail .info .sell-info .timer-bar .timer span, .cdk-detail .info .sell-info .timer-bar .timer b {
  display: inline-block;
  vertical-align: middle;
}
.cdk-detail .info .sell-info .content {
  padding: .1rem 4%;
  white-space: nowrap;
}
.cdk-detail .info .sell-info .content > div {
  display: inline-block;
  white-space: nowrap;
  line-height: .4rem;
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.5);
}
.cdk-detail .info .sell-info .content > div.price p {
  display: inline-block;
  color: #ffcc6a;
}
.cdk-detail .info .sell-info .content > div.price p strong {
  font-size: .24rem;
}
.cdk-detail .info .sell-info .content > div.price p strong span {
  line-height: .32rem;
  /*font-size: .32rem;*/
}
.cdk-detail .info .sell-info .content > div.price del {
  margin-left: .05rem;
  font-size: .16rem;
}
.cdk-detail .info .sell-info .content > div.count {
  padding-left: 4%;
  border-left: solid 1px #335069;
}
.cdk-detail .info .sell-info .content > div.count span {
  color: rgba(255, 255, 255, 0.8);
}
.cdk-detail .info .choose-attr {
  color: rgba(255, 255, 255, 0.8);
}
.cdk-detail .info .choose-attr p {
  margin: .1rem 0;
  font-size: .15rem;
}
.cdk-detail .info .choose-attr ul {
  margin: -.02rem;
  font-size: 0;
}
.cdk-detail .info .choose-attr ul li {
  display: inline-block;
  /*width: 25%;*/
  padding: .04rem;
}
.cdk-detail .info .choose-attr ul li a {
  display: block;
  padding: .06rem;
  font-size: .14rem;
  text-align: center;
  border: solid 1px #637383;
}
.cdk-detail .info .choose-attr ul li:hover a, .cdk-detail .info .choose-attr ul li.on a, .cdk-detail .info .choose-attr ul li a {
  color: #44a1ef;
  border-color: #44a1ef;
}
.cdk-detail .info .choose-attr ul li.on a {
  position: relative;
}
.cdk-detail .info .choose-attr ul li.on a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: .2rem;
  height: .2rem;
  background: url("../images/attr-choosed.png") center/cover;
}
.cdk-detail .info .choose-attr ul li.disabled {
  opacity: .5;
}
.cdk-detail .info .choose-attr ul li.disabled a {
  border-style: dashed;
}
.cdk-detail .info .buy {
  margin-top: .4rem;
}
.cdk-detail .info .buy .stock {
  display: inline-block;
  margin-left: .2rem;
  color: rgba(255, 255, 254, 0.5);
}
.cdk-detail .info .buy .buy-now {
  width: 50%;
  padding: .12rem 0;
  text-align: center;
  color: #ffffff;
  font-size: .16rem;
  border-radius: .04rem;
  background: linear-gradient(90deg, #eb3a28, #f78206);
}
.cdk-detail .info .buy .down-now {
  width: 50%;
  padding: .12rem 0;
  text-align: center;
  color: #ffffff;
  font-size: .16rem;
  border-radius: .04rem;
  background: linear-gradient(90deg, #3c2367, #124182);
}
.cdk-detail .info .buy .buy-now.disabled {
  pointer-events: none;
  cursor: default;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.cdk-detail .media-content video, .cdk-detail .media-content img {
  display: block;
  width: 100%;
}
.cdk-detail .media-swiper {
  position: relative;
  padding: 0 8%;
  background: #121a27;
}
.cdk-detail .media-swiper .swiper-container {
  padding: .16rem 0;
  border-radius: 0;
}
.cdk-detail .media-swiper .swiper-container .swiper-slide {
  display: inline-block;
  width: 28%;
  vertical-align: middle;
  cursor: pointer;
}
.cdk-detail .media-swiper .swiper-container .swiper-slide img {
  width: 100%;
}
.cdk-detail .media-swiper .swiper-container .swiper-slide-clicked {
  position: relative;
  border: solid 2px #babec6;
}
.cdk-detail .media-swiper .swiper-container .swiper-slide-clicked:before {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  overflow: hidden;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  border-top: 0;
  border-bottom-color: #babec6;
}
.cdk-detail .media-swiper .swiper-container .swiper-slide.is-video {
  position: relative;
}
.cdk-detail .media-swiper .swiper-container .swiper-slide.is-video:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: .4rem;
  height: .4rem;
  background: url("../images/video-icon.png") no-repeat center/cover;
}
.cdk-detail .media-swiper .media-btn-prev, .cdk-detail .media-swiper .media-btn-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 3.5%;
  height: calc(100% - .32rem);
  line-height: calc(100% - .32rem);
  background: #1e2e3d;
  border-radius: .02rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cdk-detail .media-swiper .media-btn-prev .edge, .cdk-detail .media-swiper .media-btn-next .edge {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.07rem solid transparent;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cdk-detail .media-swiper .media-btn-prev.swiper-button-disabled, .cdk-detail .media-swiper .media-btn-next.swiper-button-disabled {
  opacity: .5;
  cursor: default;
}
.cdk-detail .media-swiper .media-btn-prev {
  left: 2%;
}
.cdk-detail .media-swiper .media-btn-prev .edge {
  border-left: 0;
  border-right-color: #407899;
}
.cdk-detail .media-swiper .media-btn-next {
  right: 2%;
}
.cdk-detail .media-swiper .media-btn-next .edge {
  border-right: 0;
  border-left-color: #407899;
}

@media only screen and (min-width: 980px) {
.cdk-detail .media {
  width: 58.34%;
  float: left;
}
.cdk-detail .info {
  width: 41.66%;
  float: right;
}
}
.app-detail {
  padding: 30px 40px 34px;
  width: 1200px;
  height: 224px;
  background: #192432;
  font-size: 0;
}
.app-detail .app-logo {
  margin-right: 42px;
  width: 160px;
  border-radius: 36px;
  vertical-align: top;
}
.app-detail .app-info {
  display: inline-block;
  margin-right: 40px;
  width: calc(100% - 160px - 40px - 42px - 1px - 40px - 120px);
  vertical-align: middle;
}
.app-detail .app-info .extra-info {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.3);
}
.app-detail .app-info .extra-info div:nth-child(1) h2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.app-detail .app-info .extra-info div:nth-child(1) span {
  display: inline-block;
  margin-right: 8px;
  line-height: 100%;
  font-size: 12px;
  vertical-align: middle;
}
.app-detail .app-info .extra-info div:nth-child(1) span.separate-line {
  height: 10px;
  width: 1px;
  background: rgba(124, 130, 137, 0.5);
}
.app-detail .app-info .extra-info div:nth-child(2) {
  color: #44A1EF;
  font-size: 14px;
}
.app-detail .app-info .extra-info div:nth-child(2) span {
  font-size: 24px;
}
.app-detail .app-info .introduction {
  margin-bottom: 28px;
  line-height: initial;
  font-size: 16px;
  color: #BABEC6;
}
.app-detail .app-info ul {
  font-size: 0;
}
.app-detail .app-info ul li {
  display: inline-block;
  padding: 6px 10px;
  line-height: 100%;
  font-size: 12px;
  color: #44A1EF;
  border: 1px solid rgba(68, 161, 239, 0.5);
  border-radius: 12px;
}
.app-detail .app-info ul li:not(:last-child) {
  margin-right: 9px;
}
.app-detail .separate-line {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
}
.app-detail .download {
  display: inline-block;
  padding: 10px;
  width: 120px;
  height: 144px;
  background: #131b26;
  border-radius: 8px;
  vertical-align: middle;
}
.app-detail .download img {
  margin-bottom: 10px;
  width: 100px;
}
.app-detail .download div {
  text-align: center;
}
.app-detail .download div i {
  margin-right: 6px;
}
.app-detail .download div span {
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
}
.why-stmbuy {
  display: none;
  width: 100%;
  margin-top: .2rem;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
.why-stmbuy {
  display: block;
}
}
.container {
  margin-top: .2rem;
}
.container .main-content .switch-head {
  background: #182332;
}
.container .main-content .switch-head li {
  position: relative;
  display: inline-block;
}
.container .main-content .switch-head li a {
  display: block;
  padding: 0 .4rem;
  line-height: .5rem;
  font-size: .15rem;
  color: #babec6;
  border-top: solid 2px transparent;
}
.container .main-content .switch-head li.on a {
  background: #1b2736;
  color: #ffffff;
  border-color: #549ecb;
}
.container .main-content .switch-head li.on:before {
  display: none !important;
}
.container .main-content .switch-head li.on + li:before {
  display: none !important;
}
.container .main-content .switch-head li:not(:first-child):before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: .24rem;
  background: #303947;
  transform: translateY(-50%);
}
.container .main-content .switch-head.fixed {
  position: fixed;
  z-index: 1;
  top: 0;
}
.container .main-content .switch-content {
  margin-bottom: .2rem;
  font-size: .16rem;
}
.container .main-content .switch-content .content-item.comments h4:first-child {
  display: none;
}
.container .main-content .switch-content .content-item:not(.comments) {
  padding: 4%;
  background: #1a2736;
}
.container .main-content .switch-content .content-item:not(.comments) img, .container .main-content .switch-content .content-item:not(.comments) video {
  max-width: 100%;
}
.container .main-content .switch-content .content-item:not(.comments) strong, .container .main-content .switch-content .content-item:not(.comments) b {
  font-weight: bold;
}
.container .main-content .switch-content .content-item:not(.comments) i, .container .main-content .switch-content .content-item:not(.comments) cite, .container .main-content .switch-content .content-item:not(.comments) em, .container .main-content .switch-content .content-item:not(.comments) var, .container .main-content .switch-content .content-item:not(.comments) address, .container .main-content .switch-content .content-item:not(.comments) dfn {
  font-style: italic;
}
.container .main-content .comments {
  background: #1a2635;
}
.container .main-content .comments > h4 {
  padding: 0 4.47%;
  line-height: .5rem;
  background: #182332;
  color: #ffffff;
  font-size: .15rem;
}
.container .main-content .comments > h4.bottom {
  text-align: center;
  color: #babec6;
  font-size: .14rem;
  border-top: solid .1rem #203043;
}
.container .main-content .comment-list li {
  padding: .2rem 4.47%;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
  font-size: .14rem;
}
.container .main-content .comment-list li:not(:last-child) {
  border-bottom: solid 1px #2b3b4d;
}
.container .main-content .comment-list li div {
  display: inline-block;
  vertical-align: top;
}
.container .main-content .comment-list li div .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.container .main-content .comment-list li .user {
  display: none;
  width: 1.6rem;
  padding-right: .25rem;
}
.container .main-content .comment-list li .user p {
  max-width: 100%;
  line-height: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .main-content .comment-list li .comment-detail {
  width: 100%;
}
.container .main-content .comment-list li .comment-detail .tit {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: .15rem;
  background: #182332;
}
.container .main-content .comment-list li .comment-detail .tit > .avatar {
  float: right;
}
.container .main-content .comment-list li .comment-detail .tit > div {
  height: 100%;
}
.container .main-content .comment-list li .comment-detail .tit > div > div {
  margin-left: .05rem;
}
.container .main-content .comment-list li .comment-detail .tit > div > div p {
  color: rgba(255, 255, 255, 0.3);
  font-size: .12rem;
}
.container .main-content .comment-list li .comment-detail .tit > div > div p:nth-of-type(1) {
  color: #ffffff;
  font-size: .16rem;
}
.container .main-content .comment-list li .comment-detail .content {
  display: block;
}
.container .main-content .comment-list li .comment-detail .content .time {
  color: rgba(255, 255, 255, 0.3);
  font-size: .12rem;
}
.container .main-content .comment-list li .comment-detail .content .words {
  margin: .05rem 0 .2rem;
  white-space: normal;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
.container .main-content .comment-list li .user {
  display: inline-block;
}
.container .main-content .comment-list li .comment-detail {
  width: calc(100% - 1.6rem);
}
.container .main-content .comment-list li .comment-detail .tit .avatar {
  display: none;
}
}
.container .main-content .list-footer {
  position: relative;
  height: .8rem;
}
.container .main-content .list-footer:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #2b3b4d;
}
.container .main-content .list-footer > div {
  position: absolute;
  padding: 0 .3rem;
  top: 50%;
  left: 50%;
  background: #1a2635;
  color: rgba(255, 255, 255, 0.5);
  font-size: .14rem;
  transform: translate(-50%, -50%);
}
.container .main-content .list-footer > div a {
  color: #67c1f5;
}
.container .related .comment-sum {
  position: relative;
  display: block;
  width: 100%;
  padding: .2rem .2rem .15rem;
  background: url("../images/comment-sum-bg.png") no-repeat center/cover;
  border-radius: 0.06rem;
}
.container .related .comment-sum .tit {
  font-size: .16rem;
  color: #ffffff;
}
.container .related .comment-sum .tit i {
  margin-right: .05rem;
}
.container .related .comment-sum .tit span {
  vertical-align: middle;
}
.container .related .comment-sum .count {
  margin-bottom: .05rem;
  line-height: normal;
  color: #ffae00;
  font-size: .34rem;
  font-weight: bold;
}
.container .related .comment-sum .sec-tit {
  font-size: .14rem;
  color: #ffc6bd;
}
.container .related .comment-sum .level {
  position: absolute;
  top: .1rem;
  right: .15rem;
  display: block;
  width: .7rem;
  line-height: .7rem;
  background: url("../images/comment-level-bg.png") no-repeat center/cover;
  text-align: center;
  font-size: .2rem;
  color: #171015;
  font-weight: bold;
}
.container .related .panel {
  padding: .2rem;
  color: #babec6;
}
.container .related .panel > p {
  margin-bottom: .2rem;
  font-size: .17rem;
  color: #babec6;
}
.container .related .panel ul li {
  position: relative;
  margin-bottom: .04rem;
  background: #0c1118;
}
.container .related .panel ul li span {
  display: inline-block;
  font-size: .13rem;
  vertical-align: top;
}
.container .related .panel ul li span:first-child {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: .58rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container .related .panel ul li span:last-child {
  width: calc(100% - .58rem);
  margin-left: .58rem;
  padding: .08rem .15rem;
  background: #242e3c;
}
.container .related .list-tit > a {
  float: right;
  line-height: .25rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: .12rem;
}
.container .related .list-tit > a span, .container .related .list-tit > a i {
  display: inline-block;
  vertical-align: middle;
}
.container .related .list-tit > a i {
  padding-left: .04rem;
  font-family: monospace;
}
.container .related .list-content li .news-img {
  display: inline-block;
  width: .9rem;
  height: .52rem;
  margin-right: .1rem;
  vertical-align: top;
}
.container .related .list-content li .news-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: .02rem;
}
.container .related .list-content li .news-info {
  display: inline-block;
  width: calc(100% - 1rem);
  vertical-align: top;
}
.container .related .list-content li .news-info .tit {
  margin-bottom: .05rem;
}
.container .related .list-content li .news-info .tit a {
  line-height: .16rem;
  color: #babec6;
  font-size: .13rem;
}
.container .related .list-content li .news-info .sec-tit {
  color: #7b7f84;
  font-size: .12rem;
}
.container .related .list-content li .news-info .sec-tit span {
  vertical-align: middle;
}
.container .related .list-content li .sell-info {
  vertical-align: top;
}
.container .related .list-content li .sell-info .sec-tit {
  white-space: normal;
}
.container .related .list-content li .sell-info .sec-tit strong {
  font-weight: bold;
}
.line {
  width: 100%;
  height: 1px;
  margin: .8rem 0;
  background: #000000;
}
.template.goodstrade-box .bottom, .template.agreerule-box .bottom {
  width: 100%;
  line-height: .36rem;
  text-align: left;
  border-top: solid 1px rgba(33, 37, 48, 0.65);
}
.template.goodstrade-box .bottom > div, .template.goodstrade-box .bottom > p, .template.agreerule-box .bottom > div, .template.agreerule-box .bottom > p {
  display: inline-block;
  line-height: normal;
}
.template.goodstrade-box .bottom button, .template.agreerule-box .bottom button {
  display: inline-block;
  height: auto;
  padding: 0.1rem 0.45rem;
  line-height: normal;
  white-space: nowrap;
  border-radius: .03rem;
  background: #5c7e10;
  color: #ffffff;
  font-size: .12rem;
}
.template.goodstrade-box .bottom button:disabled, .template.agreerule-box .bottom button:disabled {
  background: #363942;
  color: rgba(255, 255, 255, 0.3);
}
.template.goodstrade-box {
  margin: auto;
  font-size: .14rem;
}
.template.goodstrade-box > div {
  width: 5.7rem;
  font-size: .12rem;
  color: #7b8890;
}
.template.goodstrade-box > form {
  width: 5rem;
}
.template.goodstrade-box .goods {
  position: relative;
  margin: .25rem auto;
  padding: .2rem 3%;
  white-space: nowrap;
  background: #2f3138;
}
.template.goodstrade-box .goods > img {
  display: inline-block;
  width: 30%;
  max-height: 100%;
  min-width: 116px;
  min-height: 64px;
  vertical-align: top;
}
.template.goodstrade-box .goods .des {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  padding-left: 4%;
  white-space: normal;
}
.template.goodstrade-box .goods .des .name {
  margin-bottom: .05rem;
  line-height: .18rem;
  font-size: .16rem;
  color: #e8f0f8;
}
.template.goodstrade-box .goods .des .attr {
  color: #babec6;
}
.template.goodstrade-box .goods .des .attr span {
  display: inline-block;
  margin-right: .1rem;
}
.template.goodstrade-box .goods .des .price {
  margin-top: .05rem;
  color: #ffcc6a;
  font-size: .12rem;
}
.template.goodstrade-box .goods .des .price strong {
  font-weight: bold;
}
.template.goodstrade-box .goods .des .price strong span {
  font-size: .18rem;
}
.template.goodstrade-box .goods .edit-amount {
  position: absolute;
  right: 3%;
  bottom: .2rem;
  white-space: nowrap;
  font-size: 0;
}
.template.goodstrade-box .goods .edit-amount input, .template.goodstrade-box .goods .edit-amount button {
  display: inline-block;
  height: .3rem;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
}
.template.goodstrade-box .goods .edit-amount input:not(:read-only) {
  width: .5rem;
  background: #121417;
  border: solid 1px #3c404b;
}
.template.goodstrade-box .goods .edit-amount button {
  width: .3rem;
  line-height: 0;
  background: #30333a;
  border: solid 1px #3c404b;
}
.template.goodstrade-box .goods .edit-amount button:disabled {
  pointer-events: none;
  background: #121417;
}
.template.goodstrade-box .goods .edit-amount button:disabled i {
  opacity: .2;
}
.template.goodstrade-box .bottom {
  margin-top: 10%;
  padding: .3rem .2rem;
}
.template.goodstrade-box .bottom > p, .template.goodstrade-box .bottom > div {
  color: #7b8890;
}
.template.goodstrade-box .bottom > p strong, .template.goodstrade-box .bottom > div strong {
  color: #ffcc6a;
}
.template.goodstrade-box .bottom > p strong span, .template.goodstrade-box .bottom > div strong span {
  font-size: .18rem;
  font-weight: bold;
}
.template.goodstrade-box .bottom > p button, .template.goodstrade-box .bottom > div button {
  margin-left: .05rem;
}
.template.goodstrade-box .bottom .coupon {
  max-width: 1.6rem;
  height: 0.32rem;
  color: #babec6;
  font-size: .13rem;
  background: #2f3138;
  border-radius: .02rem;
}
 .template.goodstrade-box .bottom .coupon .drop-title input, .template.goodstrade-box .bottom .coupon .drop-title input::-webkit-input-placeholder {
 color: #babec6;
}
.template.goodstrade-box .bottom .coupon .drop-title .edge {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  overflow: hidden;
  margin-top: -0.025rem;
  border-top-color: #babec6;
}
.template.goodstrade-box .bottom .coupon .drop-menu dd {
  line-height: 0.32rem;
}
.template.goodstrade-box .bottom .coupon.active .drop-title .edge {
  margin-top: -0.075rem;
}
.template.goodstrade-box .bottom .coupon:before, .template.goodstrade-box .bottom .coupon:after {
  content: '';
  display: block;
  position: absolute;
  width: .1rem;
  height: .1rem;
  top: 50%;
  background: #171a21;
  border-radius: 50%;
}
.template.goodstrade-box .bottom .coupon:before {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.template.goodstrade-box .bottom .coupon:after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.template.goodstrade-box .bottom .coupon .drop-title input {
  padding: 0 .4rem 0 .2rem;
}
.template.goodstrade-box .bottom .coupon .drop-title i {
  right: .2rem;
}
.template.goodstrade-box .bottom .coupon .drop-menu {
  top: 0;
  width: 200%;
  padding-bottom: .15rem;
  background: transparent;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.template.goodstrade-box .bottom .coupon .drop-menu > div {
  position: relative;
  padding: .15rem 0 .2rem;
  background: #171a21;
  border: solid 1px #000000;
  color: rgba(255, 255, 255, 0.5);
  font-size: .14rem;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: .5rem;
  display: block;
  width: .1rem;
  height: .1rem;
  background: #171a21;
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: translateY(50%) rotate(45deg);
  -moz-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  -o-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}
.template.goodstrade-box .bottom .coupon .drop-menu > div > p, .template.goodstrade-box .bottom .coupon .drop-menu > div > dl {
  padding: .05rem .2rem;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl {
  max-height: 1.6rem;
  overflow-y: auto;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl dd {
  margin-top: .05rem;
  padding: .1rem;
  line-height: normal;
  white-space: nowrap;
  border: solid 1px #2f3138;
  background: #2f3138;
  font-size: 0;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong, .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd span {
  display: inline-block;
  vertical-align: middle;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong {
  position: relative;
  width: .6rem;
  line-height: .28rem;
  text-align: center;
  background: #ffd461;
  color: #915611;
  font-weight: bold;
  font-size: .15rem;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong:before, .template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong:after {
  content: '';
  display: block;
  position: absolute;
  width: .07rem;
  height: .07rem;
  top: 50%;
  background: #2f3138;
  border-radius: 50%;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong:before {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl dd strong:after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl dd span {
  width: calc(100% - .65rem);
  padding-left: .05rem;
  white-space: normal;
  font-size: .13rem;
  color: #babec6;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl dd.selected {
  border-color: #ffd461;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div dl dd:last-child {
  background: transparent;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div .def-none {
  padding: 0 !important;
}
.template.goodstrade-box .bottom .coupon .drop-menu > div .def-none p {
  color: inherit;
  margin: 0 0 .1rem;
}
.template.agreerule-box {
  padding-top: .4rem;
}
.template.agreerule-box > div {
  width: 4.8rem;
  padding: 0 .1rem;
  text-align: left;
}
.template.agreerule-box > div h3 {
  text-align: center;
  color: #ffcc6a;
  font-size: .18rem;
}
.template.agreerule-box > div ol {
  margin: .2rem 0;
}
.template.agreerule-box > div ol li {
  line-height: .25rem;
  color: #babec6;
  font-size: .14rem;
}
.template.agreerule-box > div .bottom {
  padding: .3rem 0;
}
.template.agreerule-box > div .bottom .checkbox i {
  border-color: #babec6;
}


