body {
  background-color: #EDEDED;
  padding-top: 2.373333rem;
}
body > .title {
  font-size: 24px;
  text-align: center;
  color: black;
  font-weight: normal;
}
body > .title > img {
  display: block;
  height: 30px;
  max-height: 30px;
  width: 50%;
  margin: 0px auto;
}
body .banner {
  width: 100%;
  height: 13.066667rem;
  background-image: url('../assetss/goods1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin-top: 4rem;
}
body .goods {
  width: 100%;
  height: 7.2rem;
  max-width: 414px;
  position: absolute;
  top: 3.666667rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 0.533333rem;
}
body .goods .goods-details {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  display: flex;
}
body .goods .goods-details .goods-img {
  width: 50%;
  height: 4.853333rem;
}
body .goods .goods-details .goods-img > img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0px auto;
}
body .goods .goods-details .goods-text {
  width: 50%;
  height: 4.853333rem;
  padding: 0.5rem 0.4rem 0px 0px;
}
body .goods .goods-details .goods-text .shell {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: none;
  position: relative;
}
body .goods .goods-details .goods-text .shell .goods-text-box > p {
  margin-top: 0.1rem;
  font-size: 10px;
  color: #383838;
}
body .goods .goods-details .goods-text .shell::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  border-radius: 30px;
}
body .goods .goods-details .goods-text .shell::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 30px;
  background-color: #868686;
}
body .goods .goods-details .goods-text .shell::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #f1f1f1;
  border-radius: 30px;
}
body .goods .goods-details > p {
  width: 1.88rem;
  height: 0.926667rem;
  font-size: 0.32rem;
  position: absolute;
  left: 0.72rem;
  bottom: 0.6rem;
}
body .goods .goods-details .goods-btn {
  width: 1.666667rem;
  height: 0.693333rem;
  background-color: red;
  color: white;
  text-align: center;
  line-height: 0.693333rem;
  border-radius: 0.346667rem;
  position: absolute;
  left: 4.48rem;
  bottom: 0.64rem;
}
body .content {
  width: 100%;
  padding: 0.266667rem 0.533333rem 0rem;
  background-color: white;
}
body .hotbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .hotbar > div {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: black;
}
body .hotbar > div > img {
  width: 100%;
  height: 100%;
}
body .hotbar .hotbarActive {
  border: 2px solid red;
}
body .vipBox {
  width: 100%;
  margin-top: 0.586667rem;
}
body .vipBox .vip {
  width: 100%;
  height: 2rem;
  border: 1px solid #626262;
  border-radius: 0.533rem;
  padding-left: 0.533rem;
  display: flex;
  align-items: center;
  margin-top: 0.36rem;
}
body .vipBox .vip .vip-btn {
  width: 3rem;
  height: 0.667rem;
  background-color: red;
  color: white;
  text-align: center;
  line-height: 0.667rem;
}
body .vipBox .vip .vip-text {
  flex: 1;
  margin-left: 0.586667rem;
  color: #626262;
  font-size: 0.32rem;
}
body .pull-down {
  width: 100%;
  margin-top: 0.96rem;
  color: red;
  padding-bottom: 10px;
}
body .pull-down > ul {
  width: 100%;
}
body .pull-down > ul > li {
  width: 100%;
  text-align: center;
}
body .pull-down > ul > li .pullBox {
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
body .pull-down > ul > li .pullBox .text {
  width: 100%;
  border-bottom: 1px solid #cfcccc;
  text-align: left;
  margin-top: -1px;
}
body .pull-down > ul > li .pullBox .text .text2 {
  width: 100%;
  font-size: 16px;
  color: black;
  padding: 10px 0px 10px 0px;
}
body .pull-down > ul > li .pullBox .text .text2 > span {
  color: black;
  font-size: 16px;
  font-weight: 800;
}
body .pull-down > ul > li .pullBox .text .text2 .goodsText {
  padding-left: 10px;
  color: #626262;
  font-size: 12px;
}
body .pull-down > ul > li .pullBox .text .text4 {
  font-size: 12px;
  width: 100%;
  color: red;
  vertical-align: middle !important;
}
body .pull-down > ul > li .pullBox .text .text4 > i {
  font-size: 0.266667rem !important;
}
body .pull-down > ul > li .pullBox .text > h2 {
  font-size: 16px;
  font-weight: 800;
  color: black;
  border-bottom: 1px solid #cfcccc;
}
body .pull-down > ul > li .pullBox .text > h3 {
  font-size: 14px;
  color: black;
  padding: 10px 0px 5px 0px;
}
body .pull-down > ul > li .pullBox .text > p {
  font-size: 15px;
  padding-bottom: 10px;
  color: #626262;
}
body .pull-down > ul > li .pullBox .text .reply-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
body .pull-down > ul > li .pullBox .text .reply-box .reply {
  color: black;
  font-size: 16px;
  font-weight: 800;
}
body .pull-down > ul > li .pullBox .text .reply-box > div {
  flex: 1;
}
body .pull-down > ul > li .pullBox .text .reply-box > div > p {
  font-size: 15px;
  padding-bottom: 10px;
  color: #626262;
  margin-left: 10px;
}
body .pull-down > ul > li .dtactivedown {
  max-height: 10000px;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
body .pull-down > ul > li .dtactiveup {
  max-height: 0px;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
body .pull-down > ul .base-text {
  height: 1.146667rem;
  width: 100%;
  text-align: center;
  line-height: 1.2rem;
  border-bottom: 1px solid red;
  border-top: 1px solid red;
  position: relative;
  margin-top: -1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
}
body .pull-down > ul .base-text > i {
  display: inline-block;
  position: absolute;
  right: 0.267rem;
  font-size: 0.48rem;
}
body .pull-down > ul .base-text .iactivedown {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
body .pull-down > ul .base-text .iactiveup {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
body .msgbar {
  width: 100%;
  padding-bottom: 0.52rem;
}
body .msgbar .msg1 {
  margin-top: 1.2rem;
  width: 100%;
}
body .msgbar .msg1 > p {
  height: 0.4rem;
  text-align: left;
  line-height: 0.4rem;
  font-size: 0.4rem;
}
body .msgbar .msg1 > p > i {
  font-size: 12px;
}
body .msgbar .msg1 .hot1 {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .msgbar .msg1 .hot1 .hot-content {
  flex: 1;
  text-align: center;
}
body .msgbar .msg1 .hot1 .hot-content > div {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0px auto;
  background-color: #eeeeee;
  overflow: hidden;
}
body .msgbar .msg1 .hot1 .hot-content > div > img {
  width: 100%;
  height: 100%;
}
body .msgbar .msg1 .hot1 .hot-content .ranking {
  color: red;
  margin-bottom: 0.107rem;
}
body .msgbar .msg1 .hot1 .hot-content .text {
  color: black;
  margin-top: 0.16rem;
}
body .msgbar .msg2 {
  margin-top: 0.666667rem;
  width: 100%;
}
body .msgbar .msg2 > p {
  height: 0.4rem;
  text-align: left;
  line-height: 0.4rem;
  font-size: 0.4rem;
}
body .msgbar .msg2 > p > i {
  font-size: 12px;
}
body .msgbar .msg2 .hot2 {
  width: 100%;
  display: flex;
  margin-top: 0.333rem;
  justify-content: space-between;
  align-items: center;
}
body .msgbar .msg2 .hot2 .hot-content {
  flex: 1;
  text-align: center;
}
body .msgbar .msg2 .hot2 .hot-content .hot-img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.267rem;
  margin: 0.133rem auto;
  background-color: #eeeeee;
}
body .msgbar .msg2 .hot2 .hot-content .hot-img > img {
  width: 100%;
  height: 100%;
}
body .msgbar .msg2 .hot2 .hot-content .hot-btn {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #eeeeee;
  vertical-align: middle;
}
body .msgbar .msg2 .hot2 .hot-content > span {
  display: inline-block;
  height: 0.4rem;
  padding-bottom: 0.053333rem;
  font-size: 0.32rem;
  color: black;
  vertical-align: middle;
}
