@charset "UTF-8";
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, select, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*去除移动端特有的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  width: 100%;
}

body {
  max-width: 640px;
  font-size: 0.94rem;
  background-color: #EAEFF0;
  margin: 0 auto;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

address, cite, dfn, em, var, em, i {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

/*清除文本框获取焦点时默认的边框阴影*/
input,
button,
textarea,
select {
  outline: none;
  resize: none;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 0.94rem;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 图片自适应 */
img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #121212;
}

/* 移动端点击a链接出现蓝色背景问题解决 */
a:active {
  text-decoration: none;
  background: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* 浮动 定位*/
.cl::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 左*/
.fl {
  float: left;
}

/*右*/
.fr {
  float: right;
}

/*定位*/
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

.a-c {
  text-align: center;
}

/* flex */
.flex {
  display: flex;
}

.flex-a {
  display: flex;
  align-items: center;
}

/* 左右居中 */
.flex-level-cen {
  display: flex;
  justify-content: center;
}

/* 左右对齐 */
.flex-level-btw {
  display: flex;
  justify-content: space-between;
}

/* 上下左右居中 */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 上下居中 两端对齐，项目之间的间隔都相等 */
.flex-btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 上下居中 每个项目两侧的间隔相等 */
.flex-ar {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.flex-d-c {
  display: flex;
  flex-direction: column;
}

/* 像结束对齐 */
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-item {
  display: flex;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* show hide */
.hide, .show0 {
  display: none;
}

.show, .show1 {
  display: block;
}

/*单行溢出*/
.line1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.line2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.dis-line-block {
  display: inline-block;
}

/*  鼠标样式 */
.pointer {
  cursor: pointer;
}

/* 隐藏滚动条 */
.hide-scrcoll::-webkit-scrollbar {
  display: none;
}

/*块元素百分比上下居中*/
/*外阴影*/
.box-shaow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.box-shaow1 {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

/*表单输入框*/
/*圆角*/
.al-c {
  text-align: center;
}

/*置底部*/
.gui-bottom {
  position: absolute;
  bottom: 8px;
}

/*頭部底部定位*/
.gui-fixed {
  position: fixed;
  width: 100%;
  max-width: 640px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .gui-fixed {
    left: 0;
    margin-left: auto;
  }
}

.pad-lr {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.font-f {
  color: #fff;
}

.bg-f {
  background: #fff;
}

.anim-left {
  position: fixed;
  bottom: 0;
  top: 0;
  background-color: #f8f8f8;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
  will-change: transform;
  box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  max-width: 640px;
  width: 100%;
}

.anim-down {
  position: fixed;
  bottom: 0;
  top: 20%;
  background-color: #f8f8f8;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 80ms;
  -webkit-transform: translate3d(0, 300%, 0);
  transform: translate3d(0, 300%, 0);
  will-change: transform;
  box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  max-width: 640px;
  width: 100%;
}

.anim-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gui-promotion-item {
  color: #FA63AD;
  line-height: fs(35px);
  font-size: fs(26px);
}

.gui-promotion-item p {
  display: inline-block;
}

.red {
  color: red;
}

.gui-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.gui-mask.gui-show {
  opacity: 1;
  visibility: visible;
}

.confirm {
  position: fixed;
  z-index: 5;
  max-width: 3.2rem;
  min-width: 2.8rem;
  border-radius: 0.1rem;
  background-color: #fff;
  left: 50%;
  top: 50%;
}

.confirm .confirm-t {
  width: 100%;
  padding: 0.2rem;
  text-align: center;
  font-size: 0.98rem;
  line-height: 0.5rem;
}

.confirm .confirm-btn {
  height: 0.6rem;
  line-height: 0.6rem;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.confirm .confirm-btn span {
  width: 50%;
  border-right: 1px solid #eee;
  text-align: center;
}

.confirm .confirm-btn span:last-child {
  border: 0;
}

.theme {
  background: #FA63AD;
}

.theme-btn {
  background: #FA63AD;
  color: #fff;
}

.body-pad {
  padding-bottom: 1rem;
}

.body-pb18 {
  padding-bottom: 1.8rem;
}

.mag-b20 {
  margin-bottom: 0.12rem;
}

.mag-b10 {
  margin-bottom: 0.1rem;
}

#swiper-big-imgs .swiper-pagination-fraction {
  text-align: right;
  padding-right: 0.2rem;
  color: #666;
  font-size: 0.98rem;
}

.label {
  width: auto;
  height: 0.36rem;
  padding: 0 0.12rem;
  font-size: 0.94rem;
  margin-bottom: 0.05rem;
  margin-right: 0.05rem;
  border-radius: 0.1rem;
  color: #F51111;
  border: 1px solid #F51111;
}

.detail-box {
  border-top: 1px solid #eee;
  border-radius: 0.05rem;
}

.detail-box .label:last-child {
  margin-right: 0;
}

.price-box {
  line-height: 0.45rem;
  padding: 0.2rem;
}

.price-box .label {
  background-color: #FA63AD;
  color: #fff;
}

.final-price {
  font-size: 0.32rem;
  color: #F51111;
}

.final-price i {
  font-size: 0.48rem;
}

.final-price span {
  background: #F51111;
  color: #fff;
  border-radius: .1rem;
  line-height: .32rem;
  padding: 0 .12rem;
  font-size: .2rem;
  margin-left: .2rem;
  align-items: flex-end;
}

.old-price {
  font-size: 0.26rem;
  color: #666;
  text-decoration: line-through;
  margin-top: .1rem;
}
.price-comment{
  text-align: right;
}
.price-comment .icon-shoucang-copy {
  font-size: .24rem;
}
.price-comment .sc span{
  font-size: .28rem;
}
.price-comment .num {
  font-size: .24rem;
}
.comment-imgj{
  display: none;
}
#star i{
  color:#FFC300;
}
#commentNumber{
  color:#f51111;
  display: flex;
  align-items: center;
}
#commentNumber span{
  margin-top: 1px;
  color: #999;
}

.d-name {
  width: 100%;
  height: auto;
  min-height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.2rem 0.2rem;
  font-size: 0.24rem;
  border-top: 1px solid #ddd;
}
.d-name span{
  font-size: 14px;
}

.d-name .label {
  display: inline-block;
  line-height: 0.36rem;
}

.d-freight {
  height: 0.6rem;
  font-size: 0.24rem;
}

.d-freight img {
  width: 0.62rem;
  height: 0.32rem;
  margin-right: 0.08rem;
}

.coll-box {
  color: #666;
}

.prom-box {
  border-radius: 0.1rem;
}

.prom-box .prom-item {
  line-height: 0.4rem;
  font-size: 0.22rem;
  padding: 0.26rem 0.2rem;
  border-bottom: 1px solid #eee;
}

.prom-box .prom-item.last {
  border-bottom: 0;
}

.prom-box .prom-item .iconfont {
  font-size: 0.2rem;
}

.prom-box .prom-item .prom-l {
  color: #121212;
  font-weight: bold;
}

.prom-box .prom-ser {
  color: #999;
  text-align: center;
}

.prom-box .prom-ser .iconfont {
  font-size: .6rem;
}

.prom-box .prom-ser p {
  font-size: .2rem;
  padding: .1rem 0 .2rem;
}

.prom-box .prom-ser .htc img {
  width: 35px;
  margin: 6px 0 6px;
}

.prom-box .prom-ser span {
  width: .8rem;
  height: 1px;
  border-bottom: 1px solid #ddd;
  margin-top: -.6rem;
}

.text-box {
  padding: .3rem;
  color: #999;
  border-radius: 0.1rem;
}

.text-box img {
  width: 1.8rem;
  margin-right: 8px;
}

.text-box p {
  flex: 1;
  line-height: .35rem;
}

.text-box .text-item {
  flex: 1;
  text-align: center;
 
  padding: .3rem 0 0;
}

.text-box .text-item i {
  color: #FA63AD;
}

.p-item-box {
  flex: 1;
  min-height: 0.4rem;
  overflow: hidden;
  margin: 0 0.15rem;
}

.p-item-box p {
  width: 100%;
  margin-bottom: 0.06rem;
  color: #666;
}

.info-box {
  border-radius: 0.1rem 0.1rem 0 0;
  width: 100%;
  overflow: hidden;
}

.info-title {
  height: 0.8rem;
  top: 0;
}

.info-title li {
  width: auto !important;
  height: 100%;


  margin: 0 0.26rem;
  display: flex;
  align-items: center;
}

.info-title li img {
  width: 0.28rem;
  height: 0.28rem;
  top: -0.1rem;
  left: -5px;
}

.info-title li.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  width: 100%;
  height: 0.04rem;
  border-radius: 0.02rem;
  background-color: #FA63AD;
}

.footer-bar {
  height: 1rem;
  bottom: 0;
  padding: 0.05rem 0.2rem;
}

.footer-bar a {

}

.footer-bar a .iconfont {

}

.footer-bar a span {
  margin-top: 0.08rem;
  width: 100%;
  display: block;
}

.footer-bar a:nth-child(2) {
  margin: 0 0.2rem;
}

.footer-bar .buy-now {
  flex: 1;
  height: 100%;

  border-radius: 0.45rem;
  font-weight: 600;
}

.notice-box {
  border-radius: 0.1rem;
  padding: 0.2rem;
}

.liu-box {
  height: auto;
  min-height: 1.88rem;
  background-color: #418DD1;
  border-radius: 0.1rem;
  padding: 0 0.1rem 0 0;
  margin-top: 0.35rem;
  margin-left: 0.1rem;
}

.liu-box .liu-c {
  border: 0.05rem solid #03020E;
  padding: 0 0.05rem 0.05rem 0;
  border-radius: 0.1rem;
  height: 100%;
  margin-left: -0.05rem;
  position: relative;
  top: -0.1rem;
}

.liu-box .liu-b {
  border: 0.05rem solid #03020E;
  padding: 0.2rem;
  border-radius: 0.1rem;
  height: 100%;
  margin-left: -0.1rem;
  margin-top: -0.15rem;
}

.liu-box .liu-title {
  width: 100%;
  height: 0.60rem;
  line-height: 0.60rem;
  color: #FA63AD;
}

.liu-box p {
  color: #999;
  line-height: 0.3rem;
  margin: 0.18rem 0;
  align-items: center;
}

.article {
  width: 100%;
  height: auto;
  min-height: 1.5rem;
  color: #bbb;
  line-height: 0.5rem;
  margin-bottom: 1rem;
}

.article .article-top {
  width: 100%;
  border-bottom: 1px solid #bbb;
  padding: 0.2rem;
}

.article .article-top a {
  margin: 0 0.15rem;
  color: #bbb;
  display: inline-block;
}

.article p {
  padding: 0.08rem 0;
}

.body-pt {
  padding-top: 0.88rem;
}

.header {
  height: 0.88rem;
  top: 0;
  padding: 0 0.2rem;
}

.header i {
  width: 0.88rem;
  display: inline-block;
}

.header div {
  flex: 1;
}

.goods-top {
  height: auto;
  padding: 0.4rem 0.2rem;
  border-bottom: 1px solid #eee;
}

.goods-top .items {
  width: 65%;
  margin: 0;
}

.goods-top .goods-top-r .final-price {
}

.goods-top .goods-top-r .num {
  color: #666;
  margin-top: 0.42rem;
  display: block;
}

.goods-top .goods-top-r .iconfont {
  width: 0.36rem;
  color: #999;
  margin-left: 0.2rem;
  display: inline-block;
}

.goods-top .goods-top-r .icon-next {
}

.goods-list .list-item {
  border-bottom: 1px solid #eee;
  padding: 0.2rem;
}

.goods-list .list-item img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.2rem;
}

.goods-list .list-item .list-info {
  flex: 1;
}

.goods-list .list-item .list-info .d-name {
  height: 0.42rem;
  max-height: 0.42rem;
  margin-bottom: 0.2rem;
}

.goods-list .list-item .list-info .list-two {
  height: 0.4rem;
}

.goods-list .list-item .list-info .list-spec {
  background-color: #EAEFF0;
  color: #999;
  border-radius: 0.1rem;
  height: 0.34rem;
  line-height: 0.34rem;
  padding: 0 0.15rem;
}

.goods-list .list-item .list-info .list-name {

  color: #999;
}

.goods-list .list-item .list-info .final-price {
  margin-top: 0.75rem;

}

.set-box {
  padding: 0.1rem 0.2rem;
}

.set-box .set-item {
  height: 0.55rem;
}

.set-box .set-item:last-child {
  height: 0.75rem;
  border-top: 1px solid #eee;
  font-weight: 600;
}

.address-box {
  padding: 0 0.2rem 0.1rem;
}

.ad-title {
  height: 0.88rem;
  font-weight: 600;
}

.ad-form .form-item {
  min-height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #eee;
}

.ad-form .form-item input::-webkit-input-placeholder, .ad-form .form-item textarea::-webkit-input-placeholder {

}

.ad-form .form-item:last-child {
  border: 0;
}

.ad-form input, .ad-form select, .ad-form textarea {
  flex: 1;
  height: 0.8rem;
}

.ad-form textarea {
  height: auto;
  min-height: 0.8rem;
  line-height: 0.8rem;
}

.pay-item {
  height: 0.8rem;
  border-top: 1px solid #eee;
  padding: 0 0.2rem;
}

.pay-item .iconfont {
  margin-right: 0.05rem;
  font-size: 0.32rem;
}

.pay-item input[type=radio] {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.22rem;
  line-height: 0.22rem;
  color: #999;
}

.pay-item input[type=radio]:before {
  font-family: iconfont;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #999;
  border-radius: 0;
  background: 0 0;
  -webkit-font-smoothing: antialiased;
  content: "\e72f";
}

.pay-item input[type=radio]:checked:before {
  content: '\e731';
  color: #FA63AD;
  font-size: 24px;
}

.ch-b {
  height: 1.8rem;
  padding: 0 0.2rem 0.2rem;
  bottom: 0;
}

.ch-b .ch-bt {
  width: 100%;
  height: 0.71rem;
  line-height: 0.71rem;
  color: #999;
}

.ch-b .ch-bt span {
}

.ch-b .ch-btn {
  height: 0.88rem;
  line-height: 0.88rem;
  border-radius: 0.1rem;
}

.h-100 {
  height: 100%;
}

.success-box {
  width: 100%;
  padding-top: 2rem;
}

.success-tips .icon-select {
  font-size: 1.8rem;
  background-image: -webkit-linear-gradient(left, #FE7144, #FD4969);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.success-tips span {
  display: block;
  margin: 0.2rem auto;
  font-weight: 600;
}

.success-info {
  padding: 0.5rem 0.2rem 0.8rem;
}

.success-info .success-item {
  width: 100%;
  min-height: 0.7rem;
  line-height: 0.7rem;
}

.success-info .success-item .success-item-l {
  width: 2rem;
  color: #999;
}

.success-info .success-item .success-item-r {
  flex: 1;
}

.success-info .success-line {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 0.4rem auto;
}

/* 加購 */
#addcart{
  background: #eee;
}
.anim-down .addcart-header-bar{
  display: none;
}
.addcart-mask{
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.giikin-hide{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.giikin-on{
  opacity: 1;
  visibility: visible;
}
.addcart-header-image{
  border-radius: .1rem;
  border: none;
}
.addcart-header,
.addcart-specs-group,
.addcart-quantity{
  border-bottom: none !important;
  background: #fff;
}
.addcart-quantity{
  border-top: 5px solid #F2F2F2 !important;
}
.addcart-quantity-content span,
#addcart-quantity-val{
  width: 25px;
  height: 25px;
  line-height:24px;
  font-size: 14px;
}
.addcart-quantity-title{
  float: left;
  line-height: 24px;
  font-size: 14px;
}
#addcart-quantity-val{
  background-color: #fff;
}
.addcart-quantity-content{
  margin: 0;
  padding: .1rem 0;
}
.addcart-body{
  padding: 0 !important;
}
.addcart-specs-group .addcart-specs-arrow{
  top: 8px;
}
.anim-down .addcart-header,
.addcart-specs{
  border-bottom: 5px solid #F2F2F2 !important;
}
.addcart-body:before{
  display: none;
}
.addcart-bar-buynow{
  background: #FA63AD;
}
#down-close{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  font-size: 14px;
  font-weight: bold;
}
.body-box{
  max-width: 640px;
}
.addcart-header-number-total i{
  color: #FA63AD !important;
}
.addcart-header-price .addcart-header-stock{
  color: #999;
}
.addcart-header-price-total{
  color: #333 !important;
  font-weight: bold;
  margin: 4px 0 5px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 20px;
  line-height: .28rem;
}
.addcart-header-price-total span{
  font-weight: normal !important;
  font-size: 14px;
}
.addcart-float-buttons-block-button{
  background: #FA63AD;
  color: #fff;
}
.addcart-group-buttons{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.addcart-specs-content dd span.active,.addcart-specs dd .addcart-spec-img.active img{
  border-color: #FA63AD!important;
  color: #FA63AD;
}
.addcart-specs dd .addcart-spec-img font,.addcart-footer-number-total font, .addcart-footer-number-service font, .addcart-footer-number-freight font, .addcart-footer-price-total font{
  color: #FA63AD;
}
.addcart-float-buttons-block .addcart-float-buttons-block-button,.btnstyle01{
  background: #FA63AD;
}
.anim-up .addcart-body{
  max-height: 220px !important;
}

/* 促销 */
.gui-promotion-item{
  color: #F51111;
}
.p-item-box .gui-promotion-item{
  display: none;
}
.p-item-box .gui-promotion-item:first-child,
.p-item-box .gui-promotion-item:nth-child(2){
  display: block;
}
.gui-promotion-item span{
  color: #666;
}

.prom-layer .prom-header{
  color: #FA63AD;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: .4rem 0 .6rem;
}
.prom-layer .prom-header i{
  position: absolute;
  right: 10px;
  line-height: .4rem;
  color: #333;
}
.prom-layer .gui-promotion-item{
  padding: .14rem .2rem;
}
.prom-layer .prom-btn{
  background: #FA63AD;
  color: #fff;
  line-height: .86rem;
  border-radius: .86rem;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.clearfix:after{
  content: '';
  display: table;
  clear: both;
}
.pages-container .pagination .active{
  background: #fa63ad!important;
  border-color: #fa63ad!important;
}

#info-comment .show-title{
  display: none;
}

.color-red,
.info-comment .title h3{
  color: #fa63ad!important;
}
.gui-btn-checkout,
.checkout-mode label input:checked:before{
  background: #fa63ad!important;
}
.checkout-mode label input:checked{
  border-color: #fa63ad !important;
}

.comments-wrap-new .com-title{
  color: #fa63ad!important;
  font-size: 17px;
  font-weight: bold;
}

#info-comment .list{
  margin-bottom: 0;
  border: none;
}
.gui-comment-bottom{
  padding: 0 .2rem;
  background: #fff;
  margin-top: .2rem;
}
.gui-comment-bottom .star-score{
  display: none;
}
.gui-comment-bottom .pagination{
  padding: .2rem 0;
}
.gui-comment-bottom .pagination ul li{
  border: 1px solid #ddd;
  width: .4rem;
  height: .4rem;
  line-height: .38rem;
  border-radius: 3px;
  text-align: center;
  margin: 0 .1rem;
}
.gui-comment-bottom .pagination ul li.on{
  border-color: #FA63AD;
  background-color: #FA63AD;
  color: #fff;
}
.date{
  font-size: 14px;
}
.comment3_2 .comments-list .comment-content p{
  line-height: 22px;
}
.comment-pics ul li{
  height: auto !important;
}
.comment3_2 .comment-content p{
  padding: 0 !important;
}

.gk-article .article-title{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: .8rem;
  font-weight: normal;
  color: #333;
  box-shadow: 0 0 2px rgba(0,0,0,.3);
}
.gk-article .article-title i{
  position: absolute;
  left: 10px;
}
.gk-article .article-wrap{
  margin-top: 1.1rem;
  padding: 0 .2rem;
  color: #666;
  line-height: .44rem;
}
.gk-article .article{
  position: fixed;
  bottom: 0;
  max-width: 640px;
  margin-bottom: 0;
  background-color: #f2f2f2;
}

#promotion-list .gui-edging{
  display: none;
}
.prom-wrap .gui-edging{
  font-size: 10px;
  color: #FA63AD;
  background: rgba(250, 99, 173, .1);
  line-height: 18px;
  padding: 0 5px;
  border-radius: 16px;
  margin-right: 10px;
}
#divVideo{
  margin-top: 0 !important;
}

.mui-content{
  background-color: #EAEFF0;
}
.detail-bars{
  border: none;
}
.detail-bars li:nth-child(3) .scrollBar:after{
  top: 5px;
  right: -20px;
}
.swiper-pagination-fraction{
  bottom: 10px !important;
  left: auto !important;
  right: 0 !important;
  width: 50px !important;
  line-height: 18px;
}

.mui-bar .mui-bar-item{
  background: none;
  color: #333;
}
 
#buynow{
  width: 70%;
  background: #FA63AD !important;
  border-radius: 40px;
  font-size: 20px;
  color: #fff;
}
.mui-bar-con{
  width: 100% !important;
}

.mui-content .pro_info{
  margin-bottom: 0 !important;
}
#addcart{
  background: #fff !important;
  padding-top: 5px !important;
}
.addcart-group-buttons{
  position: unset;
}
.addcart-body{
  margin-top: 10px !important;
}
form.mui-content{
  background: #fff;
  padding-bottom: 15px;
}
.mui-bar{
  z-index: 10 !important;
}
.addcart-group-buttons button.active{
  background: #FA63AD !important;
}
.hm i{
  color: #FFBA53;
}

.detail-content .title{
  padding: 0 10px;
}

.detail-bars li:after{
  display: none !important;
}
#detial-appraise .go-appraise{
  background: #fff !important;
}

.prom-layer.anim-down{
  top: 50% !important;
}
#detial-appraise .go-appraise a{
  background-color: #fff !important;
}

.hm span,
#btnOnline span,
#track_online span,
.addcart-specs-title,
.mui-input-row label~input,
.mui-input-row select,
.mui-input-row label~input::-webkit-input-placeholder,
.mui-input-row label~textarea,
.mui-input-row label~textarea::-webkit-input-placeholder{

}
.addcart-specs-descript{

}

.addcart-specs-group .addcart-specs:last-child{
  border: none !important;
}

.reply {
  line-height: 20px;
}
.reply span{
  margin-bottom: 5px;
}