@charset "utf-8";
/**
 * common.css - Shared styles extracted from inline <style> blocks
 * Used across detail.jsp, checkout.jsp, checkoutNew.jsp
 */

/* Iconfont */
@font-face {
  font-family: "iconfont";
  src: url('//at.alicdn.com/t/c/font_1813467_c5ibn4eautm.woff2?t=1712039024514') format('woff2'),
       url('//at.alicdn.com/t/c/font_1813467_c5ibn4eautm.woff?t=1712039024514') format('woff'),
       url('//at.alicdn.com/t/c/font_1813467_c5ibn4eautm.ttf?t=1712039024514') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 32px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconnew-06-gouwuche:before {
  content: "\e60f";
}

.iconnew-06-arrow-:before {
  content: "\e623";
}

.iconnew-06-tianchongxing-:before {
  content: "\e633";
}

/* Buy buttons */
.buybtn2 {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: red !important;
  color: #fff !important;
  font-size: 20px !important;
  border-radius: 42px !important;
  height: 84% !important;
  margin-left: 5px;
  margin-right: 5px;
}

.buybtn3 {
  background-color: #00923f;
  width: 35%;
}

/* Bottom action bar */
.van-image__img {
  overflow: clip;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.bottomRow {
  height: 51px;
  display: flex;
  margin: 0 auto;
  padding: 0;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  left: 0;
}

.bottomBtn {
  padding-bottom: 3px;
  padding-top: 3px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  color: #fff;
  font-size: 13px;
}

.jumpWhatsapp {
  background-color: #f1b52a;
  width: 30%;
}

.van-image {
  max-width: 20px;
  display: inline-block;
  position: relative;
}

.van-text {
  margin: 0;
  padding: 0;
}

/* Number box */
.mui-numbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 120px;
  height: 35px;
  padding: 0 40px;
  vertical-align: middle;
  border: solid 1px #bbb;
  border-radius: 3px;
  background-color: #efeff4;
  box-sizing: border-box;
}

.mui-numbox [class*=mui-numbox-btn] {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 40px;
  height: 100%;
  padding: 0;
  color: #555;
  border: none;
  border-radius: 0;
  background-color: #f9f9f9;
  box-sizing: border-box;
}

.mui-numbox [class*=mui-numbox-btn]:active {
  background-color: #ccc;
}

.mui-numbox .mui-numbox-btn-plus {
  right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.mui-numbox .mui-numbox-btn-minus {
  left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.mui-numbox .mui-numbox-input {
  display: inline-block;
  overflow: hidden;
  width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0 3px !important;
  text-align: center;
  border: none !important;
  border-right: solid 1px #ccc !important;
  border-left: solid 1px #ccc !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  color: #535353;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

/* Detail page specifics */
.detail-spec-panel,
.detail-spec-panel *,
.shuliang_right,
.shuliang_right * {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.detail-spec-panel .spec-name {
  font-size: 16px;
}

.detail-spec-panel .sys_spec_text li {
  line-height: 1.3;
}

.shuliang_right {
  margin: 0 0 5px;
  color: #535353;
}

.shuliang_lable {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.2px;
  color: #535353;
}

/* Product detail gallery */
#mq {
  background: #FFF;
  overflow: hidden;
  height: 500px;
  padding: 10px;
}

#mq .mqc {
  display: block;
}

#mq .mqc img {
  width: 30%;
  margin-right: 5px;
  vertical-align: auto;
}

.description p {
  margin: 0;
  padding: 0;
}

.description p img {
  border: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

#buybtn {
  width: 60%;
  background: #f57224;
}

@media only screen and (max-width: 767px) {
  #buybtn {
    width: 96%;
    height: 30px;
    background: #f57224;
    font-size: 25px;
  }
  #buydiv {
    border: none;
    height: auto;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    background-color: #fdfdfd;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0 -1px 1px #dad8d8;
  }
}

/* Fixed floating badges (WhatsApp etc.) */
.fixed-badges {
  top: 50%;
  right: 1px;
  z-index: 1000;
  position: fixed;
}

.fixed-badge {
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
  border-radius: 30px;
  height: 48px;
  width: 48px;
  border: 0 solid #565656;
  color: #FFF;
  cursor: pointer;
  margin-top: 10px;
}

.fixed-badge img {
  padding-top: 10px;
}

#fixed-fb {
  font-size: 14px;
  background: #F00;
  display: block;
  text-align: center;
  text-decoration: none;
}

#fixed-fb:hover {
  color: white;
}

#fixed-line {
  background: #00C300;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 7px;
}

#fixed-line:hover {
  color: white;
}

/* Badge */
.vux-badge {
  display: inline-block;
  text-align: center;
  background: #f74c31;
  color: #fff;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  padding: 0 6px;
  background-clip: padding-box;
  vertical-align: middle;
}

/* Video embed */
.ql-video {
  width: 100%;
  height: 95vw;
}

/* Logo */
.logo img {
  width: 300px;
}
