﻿* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
body {
  width: 10rem;
  text-align: center;
  overflow-x: hidden;
  background: #ffffff;
}
.content {
  max-width: 10rem;
  margin: auto;
}
.content .box_search {
  margin: 0.22rem auto;
  height:1.2rem;
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.content .box_search .left {
  width: 8.16rem;
  height: 1.2rem;
  background: #ffffff;
  border: 0.02666667rem solid #e2e2e2;
  border-radius: 0.13333333rem;
  margin: 0rem 0.34666667rem 0rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.content .box_search .left input {
  margin: 0rem 0rem 0rem 0.45333333rem;
  display: inline-block;
  font-size: 0.37333333rem;
  color: #333333;
  font-family: PingFang SC;
  font-weight: 500;
  height: 100%;
  text-align: left;
    width: 6.5rem;
}
.content .box_search .left img {
  margin: 0rem 0.34666667rem 0rem 0rem;
  width: 0.50666667rem;
  height: 0.50666667rem;
}
.content .box_search .right p {
  font-size: 0.42666667rem;
  color: #333333;
  font-family: PingFang;
  font-weight: 500;
}
.content .navSlide {
  width: 10rem;
  height: 1.73333333rem;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 0.02666667rem solid #EEEEEE;
}
.content .navSlide .item {
  width: 2.02666667rem;
  padding: 0rem 0rem 0.50666667rem 0rem;
  border-bottom: 0.05333333rem solid #ffffff;
  font-size: 0.4rem;
  color: #999999;
  margin: 0rem 0.8rem 0rem 0rem;
}
.content .navSlide .active {
  border-bottom: 0.05333333rem solid #919BEA;
  font-size: 0.4rem;
  color: #000000;
}
.content .contentSlide {
  padding: 0rem 0rem 1.57333333rem 0rem;
}
.content .contentSlide .pageOne {
  margin: 0.77333333rem auto 0;
}
.content .contentSlide .pageOne .item {
  width: 9.2rem;
  background: #ffffff;
  box-shadow: 0px 0.02666667rem 0.32rem 0px rgba(7, 0, 2, 0.15);
  border-radius: 0.13333333rem;
  overflow: hidden;
  margin: 0.53333333rem auto 0;
  padding-bottom: 0.5rem;
}
.content .contentSlide .pageOne .item .top {
  display: flex;
  flex: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  height: 1.41333333rem;
  margin: 0.4rem auto 0;
}
.content .contentSlide .pageOne .item .top .left {
  height: 1.41333333rem;
  margin: 0rem 0rem 0rem 0.4rem;
}
.content .contentSlide .pageOne .item .top .left img {
  width: 3.09333333rem;
  height: 1.41333333rem;
}
.content .contentSlide .pageOne .item .top .center {
  margin: 0rem 0rem 0rem 0rem;
  text-align: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 3.73333333rem;
}
.content .contentSlide .pageOne .item .top .center .txt01 {
  font-size: 0.45333333rem;
  color: #000000;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  width: 4rem;
  /*需要配合宽度来使用*/
  text-align: left;
  font-weight:700;
}
.content .contentSlide .pageOne .item .top .center .txt02 {
  font-size: 0.32rem;
  color: #666666;
}
.content .contentSlide .pageOne .item .top .center .txt02 span {
  color: #919BEA;
}
.content .contentSlide .pageOne .item .top .right {
  margin: 0rem 0.48rem 0rem 0rem;
  font-size: 0.32rem;
  color: #919BEA;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.content .contentSlide .pageOne .item .top .right a {
  font-size: 0.32rem;
  color: #919BEA;
  display: inline-block;
  margin: 0rem 0.08rem 0rem 0rem;
}
.content .contentSlide .pageOne .item .top .right img {
  width: 0.18666667rem;
}
.content .contentSlide .pageOne .item .bottom {
  width: 8.4rem;
  margin: 0.64rem auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  /*justify-content: space-between;*/
}
.content .contentSlide .pageOne .item .bottom .box_img {
  width: 2.66666667rem;
  height: 2.66666667rem;
  position: relative;
  margin-right: 0.2rem;
}
.content .contentSlide .pageOne .item .bottom .box_img img {
  width: 2.66666667rem;
  height: 2.66666667rem;
  object-fit:cover;
}
.content .contentSlide .pageOne .item .bottom .box_img .txt {
  height: 0.56rem;
  line-height: 0.56rem;
  position: absolute;
  top: 0.21333333rem;
  left: 0rem;
  padding: 0rem 0.16rem 0rem 0.08rem;
  border-top-right-radius: 0.26666667rem;
  border-bottom-right-radius: 0.26666667rem;
}
.content .contentSlide .pageOne .item .bottom .box_img .txt01 {
  background: rgba(145, 155, 234, 0.1);
  font-size: 0.29333333rem;
  color: #919BEA;
}
.content .contentSlide .pageOne .item .bottom .box_img .txt02 {
  background: #fbe8e8;
  font-size: 0.29333333rem;
  color: #D81F22;
}
.content .contentSlide .pageTwo {
  margin: 0.77333333rem auto 0;
}
.content .contentSlide .pageTwo .item {
  width: 9.2rem;
  height: 6.13333333rem;
  box-shadow: 0px 0.02666667rem 0.32rem 0px rgba(7, 0, 2, 0.15);
  border-radius: 0.13333333rem;
  overflow: hidden;
  margin: 0.53333333rem auto 0;
  position: relative;
}
.content .contentSlide .pageTwo .item .brand {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .contentSlide .pageTwo .item .box_msg {
  position: absolute;
  top: 0.34666667rem;
  left: 0.42666667rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.content .contentSlide .pageTwo .item .status {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.26666667rem;
  color: #ffffff;
  padding: 0rem 0.16rem 0rem 0.16rem;
  border-radius: 0.05333333rem;
}
.content .contentSlide .pageTwo .item .view {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 65px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.05333333rem;
  font-size: 0.26666667rem;
  color: #ffffff;
  padding: 0rem 0.13333333rem 0rem 0.13333333rem;
  margin: 0rem 0rem 0rem 0rem;
}
.content .contentSlide .pageTwo .item .title {
  font-size: 0.37333333rem;
  color: #FFFFFF;
  position: absolute;
  bottom: 0.37333333rem;
  left: 0.32rem;
}
.content .contentSlide .pageTwo .item .status01 {
  background-color: #919BEA;
}
.content .contentSlide .pageTwo .item .status02 {
  background-color: #F4AF38;
}
.content .contentSlide .pageTwo .item .status03 {
    background: #3393FF;
}

.loading-div {
    width: 100%;
    height: 1.6rem;
    text-align: center;
    vertical-align: middle;
}

.loading-div img {
    width: 0.53333333rem;
    height: 0.53333333rem;
    margin: 0.53333333rem auto;
    opacity: 0.8;
}
._choose_box {
    width: 9.2rem;
    margin: auto;
}

._choose_box .title {
    height: 0.45333333rem;
    line-height: 0.45333333rem;
    font-size: 0.48rem;
    color: #000000;
    margin: 0rem 0.4rem 0rem 0rem;
}

._choose_box ._box_content {
    margin-top: 0.69333333rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

._choose_box ._box_content li {
    width: 2.8rem;
    height: 1.06666667rem;
    line-height: 1.06666667rem;
    font-size: 0.37333333rem;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px 0px rgba(7, 0, 2, 0.02);
    color: #000000;
    margin-left: 0.4rem;
    margin-top: 0.29333333rem;
    text-overflow: ellipsis; 
    white-space: nowrap;
    overflow: hidden;
}

._choose_box ._box_content li:nth-child(3n+1) {
    margin-left: 0 !important;
}

._choose_box ._box_content li:nth-child(-n+3) {
    margin-top: 0 !important;
}

._choose_box ._box_content li.active {
    background: #ffffff;
    border: 1px solid #a77f4e;
    color: #A77F4E;
    position: relative;
}

._choose_box ._box_content li.active::after {
    content: '';
    width: 0.42666667rem;
    height: 0.42666667rem;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../img/choose.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

._choose_box ._box_content li a {
    display: block;
}
._hot_product {
    height: calc(100vh - 1.64rem);
    background-color: #f3f4f6;
    padding: 0 0.4rem;
}

._hot_product .title {
    font-size: 0.37333333rem;
    font-family: PingFang-SC-Medium;
    color: #7b7c81;
}

._hot_product ._box_content {
    margin-top: 0.32rem !important;
}

._hot_product .title2 {
    font-size: 0.37333333rem;
  text-align:left;
}