@font-face {
  font-family: "wenfeng-albbpht";
  src: url("../../fonts/alibabapuhui/sm/thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "wenfeng-albbpht";
  src: url("../../fonts/alibabapuhui/sm/light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "wenfeng-albbpht";
  src: url("../../fonts/alibabapuhui/regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "wenfeng-albbpht";
  src: url("../../fonts/alibabapuhui/sm/medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "wenfeng-albbpht";
  src: url("../../fonts/alibabapuhui/sm/semiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "wenfeng-albbpht";
  src: url("../../fonts/alibabapuhui/sm/bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "wenfeng-albbpht";
  src: url("../../fonts/alibabapuhui/sm/extraBold.ttf");
  font-weight: 800;
}

/*
@font-face {
  font-family: "wenfeng-albbpht";
  font-weight: 900;
}
*/

html {
  overflow-x: auto;
  overflow-y: scroll;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f3f3f3;
  color: #333;
  font-family: "wenfeng-albbpht", "PingFang SC", "Microsoft Yahei", miui,
    system-ui, -apple-system, BlinkMacSystemFont, San Francisco Fonts,
    Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
pre {
  font-family: "wenfeng-albbpht", "PingFang SC", "Microsoft Yahei", miui,
    system-ui, -apple-system, BlinkMacSystemFont, San Francisco Fonts,
    Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
select {
  font-size: 12px;
}
table {
  border-collapse: collapse;
}
fieldset,
img {
  border: 0 none;
}
fieldset {
  margin: 0;
  padding: 0;
}
fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}
legend {
  display: none;
}
address,
caption,
em,
th,
i {
  font-style: normal;
  font-weight: 400;
}
table caption {
  margin-left: -1px;
}
hr {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #e4e4e4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}
ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

.product-detail .auto-content {
  width: 1440px;
}

.auto-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.auto-content.home {
  width: 1440px;
}
a {
  text-decoration: none;
}

button {
  appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(buttontext, rgb(170, 170, 170));
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(74, 74, 74));
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border-width: 1px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
  border-image: initial;
}

/*bootstrap开始*/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
/*bootstrap结束*/

/*搜索结果页面推荐产品样式*/

.product-sn-suggest-title p {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.product-sn-suggest-title p::after {
  content: "";
  float: left;
  height: 16px;
  width: 2px;
  background: #293e98;
  margin: 2px 7px 0 0;
}

ul.product-sn-suggest {
  width: 100%;
  margin-bottom: 25px;
}
ul.product-sn-suggest a:hover li {
  background: #293e98;
  color: #ffffff;
}

ul.product-sn-suggest li {
  padding: 10px 18px;
  float: left;
  border-radius: 5px;
  color: #666666;
  background: #eeeeee;
  margin-right: 25px;
  margin-top: 15px;
}

.compare-bubble {
  display: none;
  padding: 10px;
  width: 420px;
  right: 454px;
  bottom: 40px;
  border: 1px solid #293e98;
  position: relative;
  background: #ffffff;
  z-index: 99999;
}

.compare-bubble::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  bottom: 50%;
  left: 441px;
  border-color: transparent transparent transparent #293e98;
}
.compare-bubble::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  bottom: 50%;
  left: 441px;
  border-color: transparent transparent #ffffff;
  opacity: 0;
}
/**
  加入购物车的动画
 */
.u-flyer {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 9999;
  object-position: center;
  object-fit: contain;
}

/**
产品对比弹窗样式
 */
.compare-bubble .compare-container-toolbar {
  width: 420px;
}

.compare-bubble .compare-container-toolbar .compare-content {
  overflow: hidden;
  padding: 5px 0;
  border-bottom: 1px #eeeeee solid;
}

.compare-bubble .compare-container-toolbar .compare-content .compare-left {
  width: 95px;
  float: left;
}

.compare-bubble .compare-container-toolbar .compare-content .compare-right {
  width: 305px;
  float: left;
}
.compare-bubble
  .compare-container-toolbar
  .compare-content
  .compare-right
  .compare-name {
  height: 58px;
}

.compare-bubble .compare-container-toolbar .compare-content .compare-right p {
  font-size: 14px;
  padding: 0;
  margin: 3px;
}

.compare-bubble .compare-container-toolbar .compare-content .compare-del {
  float: left;
  width: 20px;
  text-align: center;
  padding-top: 25px;
}

.compare-bubble
  .compare-container-toolbar
  .compare-content
  .compare-del
  .compare-del-i {
  content: "";
  float: left;
  position: relative;
  top: 2px;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background: url("../icon/shopping-step/shopping-step-del-1.png") center
    no-repeat;
}

.compare-bubble .compare-container-toolbar .compare-btn {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.compare-bubble .compare-container-toolbar .compare-btn .clear-all {
  width: 50%;
  float: left;
  text-align: center;
}

.compare-bubble .compare-container-toolbar .compare-btn .clear-all p {
  border: 1px solid #cccccc;
  padding: 5px 15px;
  border-radius: 5px;
  width: 80px;
  margin: auto;
}

.compare-bubble .compare-container-toolbar .compare-btn .compare-all {
  width: 50%;
  float: left;
  text-align: center;
}

.compare-bubble .compare-container-toolbar .compare-btn .compare-all p {
  border: 1px solid #293e98;
  padding: 5px 15px;
  border-radius: 5px;
  color: #293e98;
  width: 80px;
  margin: auto;
}
.compare-bubble .compare-container-toolbar .compare-btn .clear-all p:hover {
  background: #cccccc;
  color: #ffffff;
}
.compare-bubble .compare-container-toolbar .compare-btn .compare-all p:hover {
  background: #293e98;
  color: #f7f7f7;
}

@font-face {
  font-family: "iconfont"; /* Project id 2135576 */
  src: url("https://at.alicdn.com/t/font_2135576_qxjmie7ka8.woff2?t=1636970330418")
      format("woff2"),
    url("https://at.alicdn.com/t/font_2135576_qxjmie7ka8.woff?t=1636970330418")
      format("woff"),
    url("https://at.alicdn.com/t/font_2135576_qxjmie7ka8.ttf?t=1636970330418")
      format("truetype");
}
/* 
@font-face {
  font-family: 'iconfont';  
  src: url('https://at.alicdn.com/t/font_2135576_a9j5bkb9h1r.woff2?t=1634287425998') format('woff2'),
  url('https://at.alicdn.com/t/font_2135576_a9j5bkb9h1r.woff?t=1634287425998') format('woff'),
  url('https://at.alicdn.com/t/font_2135576_a9j5bkb9h1r.ttf?t=1634287425998') format('truetype');
} */

/*@font-face {
  font-family: 'iconfont';  !* project id 1282814 *!
  src: url('https://at.alicdn.com/t/font_1282814_n2b3g85sy2g.eot');
  src: url('https://at.alicdn.com/t/font_1282814_n2b3g85sy2g.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1282814_n2b3g85sy2g.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1282814_n2b3g85sy2g.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1282814_n2b3g85sy2g.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1282814_n2b3g85sy2g.svg#iconfont') format('svg');
}*/

.oauth {
  margin-top: 15px;
}
/* .iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
} */
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.oauth-three {
  width: 33.3%;
  float: left;
  text-align: center;
}
.qq {
  color: #00b0fb;
  font-size: 42px;
}
.wechat {
  color: #46d800;
  font-size: 39px;
}
.alipay {
  color: #06b4fd;
  font-size: 39px;
}
.file {
  color: #cccccc;
  font-size: 24px;
  cursor: not-allowed;
}

.file-enable {
  color: #06b4fd;
  cursor: pointer;
}
.file-url-copy {
  color: #06b4fd;
  cursor: pointer;
}

.css_pdf {
  color: #cc2525;
  cursor: pointer;
}
.css_step {
  color: #3570b2;
  font-size: 26px;
  cursor: pointer;
}

.css_zar {
  color: #3ff;
  font-size: 22px;
  cursor: pointer;
}

.css_xls {
  color: #2ea355;
  cursor: pointer;
}

table.file-table {
  width: 90%;
  margin: 10px 5%;
}
table.file-table tr {
  height: 40px;
  border-bottom: 1px dotted #cccccc;
}

.file-container .file-footer {
  text-align: center;
  height: 40px;
}
.file-container .file-footer .file-zip-btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #ffffff;
  padding: 0 12px;
  background-color: #293e98;
  border: 1px solid #293e98;
  border-radius: 5px;
  cursor: pointer;
}

.forshow {
  width: 100%;
  height: 40px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.forshow .img_setH {
  padding: 0 10px;
  font-size: 15px;
  color: #333333;
}
.forshow .img_setH img {
  width: 13px;
  height: 12.5px;
  display: inline-block;
  margin-right: 5px;
}
.forshow .flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #cccccc;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
新品推荐
*/

.new-cate::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  position: relative;
  bottom: 246px;
  right: -514px;
  background-size: 100%100%;
  background: url("../img/new.png");
}

.product-new {
  margin-left: 10px;
  padding: 2px 6px;
  background: #293e98;
  font-size: 12px;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
}

.new-product::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  position: relative;
  bottom: 211px;
  right: -157px;
  background-size: 100%100%;
  background: url("../img/new.png");
}

.new-nav::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  position: absolute;
  bottom: 155px;
  right: -352px;
  background-size: 100%100%;
  background: url("../img/new.png");
}

.hidden {
  display: none;
}

.show {
  display: inline-block !important;
}

.invoice-temp ul:after {
  content: "";
  display: table;
  clear: both;
}

#invoice-list li {
  width: 32%;
  float: left;
  margin-top: 15px;
  margin-left: 1%;
  border: 1px dashed #dbdbdb;
  min-height: 184px;
  padding: 8px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
  color: #666666;
}

#invoice-list li:hover {
  border-color: #333;
}

#invoice-list li.selected {
  border: 1px dashed #293e98;
  background-color: #78d0f5;
  color: #fff;
}

#invoice-list li p {
  font-size: 14px;
  padding: 5px 8px;
}

#invoice-list li p em.is-default {
  font-size: 12px;
  background-color: #ff9000;
  padding: 3px 5px;
  border-radius: 5px;
  color: #ffffff;
  margin-left: 15px;
}

#invoice-list li p.invoice_title {
  font-size: 16px;
  color: #111111;
}

#invoice-list li:hover em.edit-em {
  opacity: 1;
}

#invoice-list li p em.edit-em {
  float: right;
  font-size: 14px;
  opacity: 0;
  margin-right: 10px;
}

.news-notice-title {
  margin-left: 15px;
  width: 770px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}

.notice-item:hover .news-notice-title {
  color: #293e98;
}

.notice-news {
  padding: 3px 8px;
  color: #ffffff;
  background: #293e98;
  margin-left: 10px;
  border-radius: 2px;
}

.notice-item {
  margin-bottom: 10px;
  line-height: 38px;
  display: flex;
  font-size: 14px;
  border-bottom: 1px dashed #ececec;
}

.notice-news-title {
  display: flex;
  width: 860px;
}

.discount-swiper-btn {
  margin-top: 10px;
  text-align: center;
}

.lb-btn {
  background-color: #293e98;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 3px;
  cursor: pointer;
}

.user-referral {
  margin-top: 20px;
}

.user-referral-code {
  font-size: 14px;
  padding: 2px 8px;
  background-color: #293e98;
  border-radius: 14px;
}

.checkout-integral {
  display: flex;
  flex-direction: row-reverse;
}

.check-integral-input {
  box-sizing: border-box;
  width: 100px;
  border: 1px solid #999;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
}

.integral_title {
  width: 100%;
}
.integral_title img {
  width: 100%;
  display: block;
}

.integral_product_list {
  background-size: 100%;
  padding-bottom: 45px;
}

.i_product_list {
  width: 100%;
  /*display: flex;*/
  padding: 35px 0 35px 0;
  /*flex-wrap: wrap;*/
}

.i_product_item {
  background: #ffffff;
  border-radius: 10px;
  /*display: flex;*/
  padding: 35px 20px 20px 20px;
  margin-bottom: 45px;
  width: 230px;
  float: left;
  margin-right: 30px;
}

/*.i_product_item:nth-child(even){*/
/*  margin-left: 60px;*/
/*}*/

.i_product_item .item-img {
  width: 230px;
  height: 160px;
}
.i_product_item .item-img img {
  width: 100%;
  height: 100%;
}

.i_product_item .item-content {
  /*padding-left: 20px;*/
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
}

.i_product_item .item-content .desc {
  margin-top: 15px;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.i_product_item .item-content .item-title {
  font-size: 16px;
  font-weight: 600;
}

.item-content .price {
  margin-top: 10px;
  line-height: 32px;
}

.item-content .integral_price {
  color: #293e98;
}

.item-content .price .exchange {
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #293e98;
  color: #ffffff;
  cursor: pointer;
  margin-left: 10px;
}

.my_integral {
  display: flex;
  padding: 20px;
}

.my_integral .my_integral_num {
  margin: 16px 0;
  font-size: 48px;
  line-height: 48px;
  color: #293e98;
  font-weight: bold;
}

.my_integral .integral-container {
  width: 360px;
}

.my_integral .integral-used {
  width: 550px;
}
.my_integral .integral-container .integral-used {
  margin-top: 45px;
}

.my_integral .integral_b_right {
  border-right: 1px #ebebeb solid;
  width: 210px;
}

.my_integral .btn-container {
  margin-top: 10px;
}

.exchange_integral {
  margin-left: 5px;
  padding: 2px 15px;
  color: #293e98;
  border: 1px #293e98 solid;
  border-radius: 15px;
  cursor: pointer;
}

.my_integral .integral_used {
  width: 240px;
  text-align: center;
}

.my_integralwrapper .ft16 {
}

.my_integral .integral-explain p {
  line-height: 1.5;
}

.my_integral .integral-explain p.integral-explain-title {
  font-weight: bold;
  margin-top: 0.3em;
}

.my_integral .integral-explain p.integral-explain-title:first-child {
  margin-top: 0;
}

.mt-3 {
  margin-top: 15px;
}

.integral-btn {
  margin-right: 10px;
  cursor: pointer;
}

.integral-btn:hover,
.integral-btn.active {
  color: #293e98;
}

.content .section {
  display: none;
}
.content .section:first-child {
  display: block;
}

.cate-integral {
  padding-top: 25px;
}

.invoice-info .integral-consume {
  font-size: 16px;
}

.integral-consume {
  font-size: 14px;
}
.apply-container {
  padding: 20px;
}
.apply_pay_deliver_tips {
  font-size: 14px;
}

.no-remind-container {
  margin-top: 15px;
  line-height: 18px;
}
/*优惠券*/
.full-coupon-bg {
  background-color: #f39684;
}
.full-coupon-unit {
  color: #f39684;
}
.dec-coupon-bg {
  background-color: #448aca;
}
.dec-coupon-unit {
  color: #448aca;
}
.coupon-container {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.full-coupon {
  padding: 20px 0;
  display: flex;
}

.coupon-section {
  display: flex;
  flex-wrap: wrap;
}
.coupon-left,
.coupon-right {
  position: relative;
  width: 20px;
}

.coupon-left-top,
.coupon-left-bottom,
.coupon-right-top,
.coupon-right-bottom {
  position: absolute;
  width: 10px;
  height: 12px;
  border: 1px solid #fff;
  z-index: 1;
  background: #fff;
}

.coupon-left-top {
  top: 20px;
  left: -1px;
  border-radius: 0 14px 0 0;
}

.coupon-right-top {
  top: 20px;
  right: -1px;
  border-radius: 14px 0 0 0;
}

.coupon-left-bottom {
  left: -1px;
  bottom: 20px;
  border-radius: 0 0 14px 0;
}

.coupon-right-bottom {
  right: -1px;
  bottom: 20px;
  border-radius: 0 0 0 14px;
}
.coupon-value {
  display: flex;
  padding-right: 5px;
  justify-content: center;
  width: 98px;
  text-align: center;
}
.coupon-full-border {
  border-right: 2px solid #f6b5a8;
}
.coupon-dec-border {
  border-right: 2px solid #7bacd9;
}

.coupon-value-p {
  font-size: 44px;
  line-height: 66px;
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
}

.coupon-unit {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 16px;
  font-weight: bolder;
  background-color: #ffffff;
  margin-top: 36px;
}
.coupon-coupon-content {
  padding: 8px;
}
.coupon-title,
.coupon-time {
  color: #ffffff;
}
.coupon-title {
  line-height: 30px;
  font-size: 18px;
}
.coupon-time {
  margin-top: 3px;
}

.coupon-container .flag {
  position: absolute; /*绝对定位*/
  height: 40px;
  width: 140px;

  color: #fff;
}

.coupon-container .flag p {
  padding-top: 19px;
  padding-left: 9px;
}

.coupon-container .check_flag p {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 19px;
}

.check_flag {
  opacity: 0;
}
.coupon-checked .check_flag {
  opacity: 1;
}

.full-coupon-bg .flag {
  background-color: #ad3824;
}

.dec-coupon-bg .flag {
  background-color: #0d5190;
}

.coupon-item-gray {
  background-color: #c3c3c3;
}

.coupon-container .flag-left {
  -moz-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  -o-transform: rotate(-21deg);
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
  left: -10px;
  top: -23px;
}

.no-log {
  text-align: center;
  color: #c30d23;
  padding-top: 15px;
  font-size: 16px;
}

.slide_container {
  max-height: 358px;
  overflow-y: auto;
}

.slide_container::-webkit-scrollbar {
  width: 8px;
}

.slide_container::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.slide_container::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.coupon-checkout {
  padding: 10px 0;
}

.coupon-checkout .coupon-container {
  cursor: pointer;
}

.product-center {
  margin-top: 15px;
}
.product-center .title {
  display: flex;
  height: 40px;
}
.news-product .title {
  display: flex;
}
.title .title-icon {
  /* width: 8px;
  height: 16px;
  background-color: #293e98; */
  width: 12px;
  height: 30px;
  margin-top: 4px;
  background-color: #293e98;
}

.title.home .title-icon {
  background-color: #ec2518;
}

.product-center .title .title-main {
  /* font-size: 16px;
  font-weight: bolder;
  margin-left: 10px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; */

  font-size: 25px;
  font-weight: bolder;
  margin-left: 10px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.title .nav-name {
  margin-left: 15px;
  font-size: 14px;
}

p.nav-name:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin-left: 15px;
}

.title-icon,
.title-main,
.nav-name,
.integral-title {
  align-self: center;
}

.integral-title {
  margin-left: 20px;
  background-color: #293e98;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 12px;
  font-size: 14px;
}

.product-center .content {
  display: flex;
  flex-wrap: wrap;
}

.nav-item {
  /* width: 195px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-bottom: 6px solid #ffffff; */

  width: 195px;
  background: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-bottom: 6px solid #ffffff;
  border: 5px solid #f8f8f8;
  box-sizing: border-box;
}

.home .nav-item {
  border: 0;
  border-bottom: 6px solid #ffffff;
  background: #70d5f0fc;
  border: 5px solid #b6aeae;
  width: 215px;
}

.nav-item:hover {
  border-bottom: 6px solid #293e98;
  box-shadow: -1px 1px 5px #cccccc;
}

.nav-item:not(:nth-child(6n)) {
  margin-right: auto;
}

.home .nav-item:not(:nth-child(6n)) {
  margin-right: 30px;
}

.nav-item img {
  width: 100%;
  height: 145px;
  transition: transform 0.2s ease-in;
}
/* 0119 */
.nav-item .nav-title {
  color: #333333;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}

.nav-item:hover .nav-title {
  color: #293e98;
}

.nav-item .nav-icon {
  position: absolute;
  font-size: 16px;
  bottom: 35px;
  color: #293e98;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #e60012;
  border-radius: 50%;
}
.nav-item:not(:last-child) .nav-icon {
  right: 50px;
}
.nav-item:last-child .nav-icon {
  right: 30px;
}

.nav-item:hover .nav-icon {
  background-color: #e60012;
  color: #ffffff;
}
.news-product {
  border-top: 1px solid #cccccc;
  height: 60px;
  line-height: 60px;
  display: flex;
}

.news-product .new-product-title {
  color: #535353;
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.news-product .news-product-box {
  width: 1050px;
  overflow: hidden;
}
.news-item {
  float: left;
  margin-right: 35px;
  font-size: 14px;
}

.news-item a {
  color: #333333;
}

.integral-img {
  position: absolute;
  right: -160px;
  bottom: 50px;
}

.integral-img .integral-shop {
  width: 140px;
}

.integral-img .integral-shop-close {
  width: 30px;
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}

.contact-btn {
  cursor: pointer;
}

.cart-btn-disable {
  background: #999999 !important;
  border: #999999 1px solid !important;
}

.check-email-input {
  box-sizing: border-box;
  width: 300px;
  border: 1px solid #999;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
}

.nav-item:hover img {
  transform: scale(1.08);
}

.limit-activities {
  background: #fd7345;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.integral-limit-title {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 15px;
}

.integral-limit-time {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
}
.integral-limit-product-item {
  width: 570px;
  margin: auto;
}

.forum-title-header {
  display: flex;
  line-height: 42px;
  background: #f8f8f8;
}

.forum-title-header .forum-title {
  background: #e50b25;
  text-align: center;
}
.forum {
  position: relative;
  /* background: #ffffff; */
}
.forum-content {
  background: #eff2f3;
}
.forum-post {
  -moz-box-shadow: 0px 5px 5px #dee0e1; /* 老的 Firefox */
  box-shadow: 0px 5px 5px #dee0e1;
}

.forum-title {
  width: 154px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.forum-title-blank {
  width: 646px;
}
.forum-title-post {
  width: 200px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.forum-class-content {
  display: flex;
  padding: 15px 5px;
  color: #2f2f2f;
  background: #ffffff;
}

.forum-content-ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.forum-content-post,
.forum-content-admin {
  width: 200px;
  text-align: center;
}

.d-flex {
  display: flex;
}
.forum-post-icon {
  width: 30px;
  height: 30px;
  border: 1px solid #d4d1d1;
  border-radius: 15px;
  background: #f1efef;
  text-align: center;
  margin-left: 10px;
}
.forum-post-icon img {
  margin-top: 5px;
  width: 18px;
}

.forum-content-title,
.forum-content-post,
.forum-content-admin {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 30px;
}
.forum-content-post,
.forum-content-admin {
  color: #a1a1a1;
}

.forum-post-title {
  margin-left: 20px;
}

.text-center {
  text-align: center;
}
.forum-admin-icon {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #d4d1d1;
  text-align: center;
  overflow: hidden;
}
.forum-admin-icon img {
  width: 100%;
}

.forum-content-admin .admin-name {
  margin-left: 5px;
}

.d-flex-center {
  justify-content: center;
}

.forum-release-time,
.forum-replay-time {
  font-weight: normal;
}
.forum-post-icon .post-email {
  margin-top: 2px;
  width: 25px;
}

.forum-describe {
  width: 600px;
}

.forum-content-blank {
  width: 200px;
  line-height: 60px;
  color: #d0d0d0;
  font-size: 14px;
}
.forum-describe .forum-post-icon {
  margin-top: 15px;
}

.forum-content-ul li:hover .forum-class-content {
  background: #fcf6f6;
}

.forum-content-ul li:hover .forum-class-content a,
.forum-content-ul li:hover .forum-class-content .forum-content-blank {
  color: #e50b25;
}

.forum-content-ul li:hover .forum-class-content a {
  text-decoration: underline;
}

.forum-content-ul li:hover .forum-describe .forum-post-icon {
  background: #e50b25;
  border: 1px solid #e50b25;
}

.icon-star {
  cursor: pointer;
}

.icon-star-selected {
  color: #e50b25;
}

.issue-post {
  color: #e50b25;
  font-size: 14px;
  cursor: pointer;
}

.forum-title-input {
  width: 800px;
}

.form-cell {
  line-height: 34px;
}
.lb-input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
}

.btn-red {
  background: #e50b25;
  border: 1px solid #e50b25;
}

.post-title-container {
}

.post-title {
  color: #e10f0f;
  font-weight: bold;
  font-size: 16px;
}

.post-title-container {
  border-bottom: 1px solid #d4d4d4;
}

.post-body-left {
  text-align: center;
  width: 200px;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

.post-body-right {
  width: 1000px;
  font-size: 14px;
  position: relative;
}

.post-floor-bottom {
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.post-floor {
  border-bottom: 1px solid #cccccc;
}

.user-avatar {
  width: 140px;
  height: 140px;
  border: 1px solid #cccccc;
  border-radius: 50%;
}

.post-body-left .user-name {
  font-size: 16px;
  color: #e10f0f;
}

.floor-owner {
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  left: -30px;
  top: -50px;
  text-align: left;
  color: #ffffff;
  height: 80px;
  width: 80px;
  position: absolute;
  background: #e50b25;
}

.floor-owner-text {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: #ffffff;
}

.post-floor-bottom a {
  color: #293e98;
}

.ft14 {
  font-size: 14px !important;
}
.ft16 {
  font-size: 16px;
}
.nowrap {
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* .product-detail .auto-content {
    width: 1200px;
  } */
}

.shopping-step .address-list {
  font-size: 16px;
}
