.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.none {
  display: none;
}
.pageScreen-container {
  width: 100%;
  padding-left: 10.9375%;
  padding-right: 10.9375%;
  box-sizing: border-box;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.more-link {
  display: inline-block;
  position: relative;
  margin-top: 60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 110px 14px 132px;
  font-size: 16px;
  color: #1F1D2B;
  font-weight: 500;
  border: 1px solid #1F1D2B;
  line-height: 1em;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.more-link .home-notice_linkIcon {
  display: inline-block;
  margin-left: 30px;
}
.home-title {
  position: relative;
  padding-top: 80px;
  padding-bottom: 27px;
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 1em;
  text-align: center;
}
.home-title .iconfont {
  font-size: 38px;
  line-height: 1em;
}
.home-title:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  background: #000;
}
.home-notice_linkIcon {
  position: relative;
  font-size: 14px;
}
.swiper-content {
  position: relative;
}
.swiper-content .swiper-button-prev,
.swiper-content .swiper-button-next {
  position: absolute;
  top: 42%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #efefef;
  background-color: #fff;
  cursor: pointer;
  color: #999;
  opacity: 0.6;
}
.swiper-content .swiper-button-prev:hover,
.swiper-content .swiper-button-next:hover {
  color: #0D1623;
}
.swiper-content .swiper-button-next {
  right: 0;
}
/* 右边栏 */
.right-bar {
  position: fixed;
  top: 240px;
  width: 52px;
  right: 4.06vw;
  z-index: 180;
}
.right-bar_link {
  display: inline-block;
  width: 100%;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border: 1px solid #33333324;
  color: #E20000;
  background-color: #fff;
}
.right-bar_link.money_rain {
  background: url(../../images/public/monery_rain.png) center center no-repeat;
}
.right-bar_link-img {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
.right-bar_link--cart {
  text-align: center;
  position: relative;
  margin-bottom: 1vw;
}
.right-bar_link--cart .iconfont {
  font-size: 28px;
}
.right-bar_link--cart-num {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 0px;
  right: 0px;
  color: #fff;
  background-color: #E20000;
}
.right-bar_link .spirit-bg {
  display: inline-block;
  height: 30px;
  width: 25px;
  background-color: #fff;
  vertical-align: middle;
}
.right-bar_link--gift i {
  background-position: 0 -637px;
}
.right-bar_link--show i {
  background-position: 0 -670px;
  background-color: #fff;
}
.right-bar_link--app .spirit-bg {
  background-color: #fff;
  background-position: -30px -558px;
  background-size: 174px;
}
.right-bar_link--app:hover .rightBar-app {
  opacity: 1;
  visibility: visible;
  transition: all linear 0.3s;
}
.right-bar_link--email .spirit-bg {
  width: 29px;
  background-image: url("../../images/home/home-email.png");
  background-color: #fff;
  background-position: 0 0;
  background-size: 29px;
}
.right-bar_link--one {
  display: none;
}
.right-shoppingcart {
  position: fixed;
  right: -483px;
  top: 0;
  width: 483px;
  height: 100%;
  font-size: 14px;
  background-color: #fff;
  z-index: 18;
}
@media screen and (max-width: 1620px) {
  .pageScreen-container {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
}
/* free gift */
.free-gift {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 700;
}
/* end free gift */
.share-icon {
  display: inline-block !important;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  margin-left: 5px;
}
.share-icon .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.cms-page-view .main {
  background: #efefef;
}
.hide {
  display: none;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.page-banner {
  margin: 0 auto 40px;
}
.pageProduct-title {
  margin: 50px auto 40px;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}
.pageProduct-title_sub {
  margin-top: -26px;
  margin-bottom: 44px;
  font-size: 14px;
  line-height: 1em;
  color: #0D1623;
  opacity: 0.5;
  text-align: center;
}
.img-bottom {
  vertical-align: bottom;
}
/* convenient */
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
body {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
strong {
  font-weight: bold;
}
a {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", "Arial", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  line-height: 1.42857143;
  margin: 0 0 10px;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
}
textarea,
input,
select {
  display: block;
  border: 1px solid #CBCCCD;
  color: #0D1623;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 0.9em;
  height: 42px;
  line-height: 1.4em;
  padding: 10px 10px;
  outline: none;
  cursor: pointer;
}
textarea.validation-failed,
input.validation-failed,
select.validation-failed {
  border: 1px solid #000 !important;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
img {
  max-width: 100%;
}
/* form表单 */
.input-line {
  display: block;
  width: 100%;
}
.input-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px rgba(235, 235, 235, 0.15);
  margin-bottom: 12px;
  min-height: 42px;
}
.input-box input,
.input-box label,
.input-box textarea,
.input-box select {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  box-sizing: border-box;
  cursor: text;
  border: 1px solid #dddddd;
}
.input-box input,
.input-box select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-size: 16px;
  height: 42px;
}
.input-box label {
  display: none;
  background-color: #fff;
  padding-left: 10px;
  line-height: 42px;
  height: 42px;
  border-radius: 4px;
  color: #666666;
}
.input-box textarea {
  resize: none;
  height: 76px;
}
.input-box.half {
  width: calc(50% - 5px);
}
/* 自定义单选多选框 */
.checkbox,
.radio {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  box-shadow: 0px 3px 0px 0px rgba(235, 235, 235, 0.5);
  color: #fff;
  text-align: center;
  line-height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  vertical-align: top;
  margin-right: 8px;
}
/* checkbox */
.checkbox {
  border-radius: 2px;
}
.checkbox-label {
  font-size: 14px;
  max-width: calc(100% - 40px);
}
.checkbox:hover {
  color: #fff;
}
.checkbox:checked {
  color: #0D1623;
  background-color: #F0C8A5;
  border: 1px solid #F0C8A5;
}
.checkbox:after {
  content: "\e861";
  font-family: iconfont;
}
/* radio */
.radio {
  border-radius: 50%;
}
.radio-label {
  font-size: 14px;
}
.radio:hover {
  color: #fff;
}
.radio:checked {
  color: #0D1623;
  background-color: #0d1623;
  border: 1px solid #0d1623;
}
.radio:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.check-box {
  width: 100%;
  margin: 10px 0;
}
/*end 自定义单选多选框 */
/*end form表单 */
select {
  color: #0D1623;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus {
  background: url(../../images/select-arrow.png) no-repeat center right !important;
}
input.error,
textarea.error {
  background-color: #faebe7;
  border-style: dashed;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input:focus {
  border-color: #E20000;
}
select:hover,
textarea:hover,
select:focus,
textarea:focus {
  border-color: #E20000;
  color: #0D1623;
}
textarea::placeholder {
  font-family: "Heebo", "Arial", Helvetica, Arial, sans-serif;
}
input[type="number"] {
  -moz-appearance: textfield;
}
label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 7px;
}
label > em {
  color: #FF0347;
}
button {
  cursor: pointer;
  user-select: none;
  border: none;
  background: none;
}
.button {
  height: 46px;
  font-size: 14px;
  border: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #0D1623;
  text-transform: uppercase;
  text-decoration: none;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button {
  color: #F0C8A5;
  background-color: #0D1623;
  font-weight: bold;
}
.button:hover {
  border-color: #F0C8A5;
  background-color: #F0C8A5;
  color: #0D1623 !important;
  text-decoration: none;
}
.back-btn {
  border: 2px solid #868A91;
  background-color: #fff;
  color: #868A91;
  text-transform: capitalize;
}
.cancel-btn {
  color: #F0C8A5;
  background-color: #fff;
  border-color: #ff117e;
  border-width: 2px;
  text-transform: capitalize;
}
.disabled-btn {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.determine {
  color: #fff;
  border-color: #0D1623;
  background-color: #0D1623;
}
a {
  display: inline-block;
  font-weight: normal;
  text-transform: none;
}
/* 两栏布局 */
.wrapper {
  width: 83.33333333%;
  padding: 0;
  margin: 0 auto;
}
.wrapper .breadcrumbs {
  width: 100%;
}
.wrapper:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.col-left,
.col-right {
  float: left;
}
.col-left {
  width: 22.41%;
  padding: 20px 32px 15px 0;
  box-sizing: border-box;
}
.col-right {
  width: 77.59%;
}
.main-left,
.main-right {
  float: left;
}
.main-left {
  width: 77.59%;
}
.main-right {
  width: 22.41%;
  padding: 20px 0 15px 32px;
  box-sizing: border-box;
}
/*end 两栏布局 */
/* swiper 按钮 */
.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
}
/* end swiper 按钮 */
/* 主题红字体 */
.mainC {
  color: #FF0347;
}
.mainliangC {
  color: #FF0347;
}
/*end 主题红字体 */
/* 结账页面的价格 */
.hasCoupon .oldPrice {
  color: #999;
  text-decoration: line-through;
  line-height: 2;
}
.hasCoupon .coupon {
  font-size: 12px;
  padding: 3px 3px;
  background: #ff117e;
  color: #fff;
  text-align: center;
}
.hasCoupon .price {
  color: #F0C8A5;
}
/*end 结账页面的价格 */
.buttons-set {
  width: 100%;
}
/* 页码导航 */
.pagination {
  width: 100%;
  text-align: right;
  font-size: 14px;
  margin: 50px auto;
  margin-top: 20px;
}
.pagination .ellipsis {
  border: none;
  letter-spacing: 3px;
}
.pagination-label {
  line-height: 30px;
  margin-right: 5px;
}
.pagination-list {
  display: inline-block;
}
.pagination-num.jump {
  letter-spacing: 0;
}
.pagination-num,
.pagination-prev,
.pagination-next {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #0D1623;
  text-align: center;
  cursor: pointer;
  background: #F0C8A5;
  vertical-align: bottom;
}
.pagination-num:hover,
.pagination-prev:hover,
.pagination-next:hover {
  text-decoration: none !important;
  background: #0D1623;
  color: #F0C8A5;
}
.pagination-num.on,
.pagination-prev.on,
.pagination-next.on {
  background: #0D1623;
  color: #F0C8A5;
}
.iconchevron-left {
  display: inline-block;
  transform: rotate(180deg);
}
/*end 页码导航 */
/* 页面标题 */
.page-title {
  width: 100%;
  margin: 20px 0 8px;
  overflow: hidden;
  text-align: center;
}
.account-create .page-title {
  margin: 40px 8px;
}
.page-title h1,
.page-title h2 {
  margin: 0;
  color: #000;
  display: inline-block;
  font-size: 26px;
  position: relative;
  text-transform: capitalize;
}
.page-title h1.wings:before,
.page-title h2.wings:before,
.page-title h1.wings:before,
.page-title h2.wings:before {
  margin-right: 15px;
  right: 100%;
}
.page-title h1.wings:after,
.page-title h2.wings:after,
.page-title h1.wings:after,
.page-title h2.wings:after {
  left: 100%;
  margin-left: 15px;
}
.page-title h1.wings:before,
.page-title h2.wings:before,
.page-title h1.wings:after,
.page-title h2.wings:after {
  display: inline-block;
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 600px;
  border-top: 1px solid #cacaca;
}
.subtitle {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  margin: 0 0 6px;
}
/*end 页面标题 */
.required-field {
  color: #e20000;
}
.form-error {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: #E20000;
  text-align: left;
  text-transform: initial;
}
/* flexbox */
.flex-row {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex-column {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*主轴对齐*/
/*end flexbox */
.img-block {
  display: block;
}
.img-block img {
  display: block;
  width: 100%;
}
.clearfix > * {
  float: left;
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inline-box > * {
  display: inline-block;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.block-content {
  width: 87.604% !important;
  margin: 0 auto;
  box-sizing: border-box;
}
.text-overflow {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:after,
.container:before {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 639px) {
  .container {
    width: 609px;
  }
}
@media (min-width: 767px) {
  .container {
    width: 737px;
  }
}
@media (min-width: 991px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1250px;
  }
}
.divider {
  width: 100%;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/*end convenient */
html {
  position: relative;
  z-index: -999;
}
.main {
  overflow: hidden;
  width: 100%;
}
/* 头部广告 */
#top_advert {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  /*头部倒计时 start*/
  /*头部倒计时 end*/
}
#top_advert .advert-btn--close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 26px;
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
#top_advert .header-ads_clock {
  position: absolute;
  top: 50%;
  left: 56%;
  margin-top: -13px;
}
#top_advert .header-ads_clock-time {
  position: relative;
  display: inline-block;
  height: 27px;
  width: 27px;
  margin-right: 14px;
  font-size: 16px;
  line-height: 27px;
  background: #ac0e0e;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#top_advert .header-ads_clock-time:after {
  content: ":";
  position: absolute;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  color: #fff;
  font-size: 14px;
  right: -8px;
  top: 0;
}
#top_advert .header-ads_clock-time:last-child:after {
  display: none;
}
#top_advert .header-ads_clock--hide {
  display: none;
}
/* header 的部分 */
/* end header */
/* footer */
/*end  footer */
/* 字体*/
.a-right {
  text-align: right;
}
.a-center {
  text-align: center;
}
.a-bold {
  font-weight: bold;
}
.a-gray {
  color: #868A91;
}
.a-line {
  text-decoration: underline;
}
.a-hover:hover {
  text-decoration: underline;
}
.a-touch:hover {
  color: #F0C8A5;
}
/* end 字体 */
/*back-to-top*/
/*end back-to-top*/
/* ratings box 模块 */
.ratings-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.icon-star {
  color: #F0C8A5;
}
.rating-star {
  position: relative;
  display: inline-block;
  font-size: 10px;
  margin-right: 5px;
  text-align: left;
  color: #efefef;
  letter-spacing: 2px;
}
.rating-star::before {
  content: "\e6ce\e6ce\e6ce\e6ce\e6ce";
}
.rating-starNum {
  display: inline-block;
  width: 80%;
  height: 100%;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  letter-spacing: 2px;
}
.rating-starNum::before {
  content: "\e6ce\e6ce\e6ce\e6ce\e6ce";
}
.rating-reviews {
  line-height: 1.25;
}
/* end ratings box 模块 */
/* end ratings box 模块 */
/* price box 模块 */
.price-box {
  font-family: "Heebo", "Arial", Helvetica, Arial, sans-serif;
}
.price-box_oldPrice {
  display: inline-block;
  text-decoration: line-through;
  color: #8F8E95;
  font-size: 16px;
}
.price-box_price {
  font-size: 18px;
  color: #000;
}
.price-box_unit {
  color: #666;
}
/* end price box 模块 */
/*breadcrumbs*/
.breadcrumbs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.breadcrumbs_wrapper {
  color: #999;
  font-size: 16px;
}
.breadcrumbs_crumbs {
  float: left;
  text-transform: capitalize;
  line-height: 32px;
}
.breadcrumbs .oncrumbs {
  font-weight: bold;
  color: #3e3a3a;
  max-width: 78%;
}
.breadcrumbs .new_breadcrumbs_crumbs {
  color: #999;
  font-weight: normal;
}
.breadcrumbs_divider {
  margin-top: 5px;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 18px;
}
/*end breadcrumbs*/
/*
 活动优信息展示
*/
.preferentInfo {
  border: 1px dashed #fdb9c4;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
}
.preferentInfo-item {
  color: #644548;
  line-height: 24px;
  font-weight: normal;
}
.preferentInfo-item .font-light {
  color: #ff117e;
  font-weight: bold;
}
.preferentInfo-item .fc-red {
  color: #ff0000;
  font-weight: bold;
}
.preferentInfo-item .fc-red span {
  color: #ff0000;
  font-weight: bold;
}
.preferentInfo-item .fc-red-bg-yellow {
  background-color: #ffff00;
}
.preferentInfo-item .fc-red-bg-yellow span {
  background-color: #ffff00;
}
/* 总账 */
.total-money {
  background-color: #f5f5f5;
  padding: 20px 40px;
  overflow: hidden;
}
.total-money_table {
  width: 100%;
}
.total-money_table-td {
  padding: 1px 0px 1px 7px;
  line-height: 28px;
  font-size: 14px;
  text-align: right;
  vertical-align: top;
}
.total-money_table-tfoot td {
  font-size: 16px;
}
.total-money_paypal {
  text-align: right;
}
.total-money_paypal-link {
  margin-top: 10px;
}
/* 小加号 */
.summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  cursor: pointer;
}
.summary-collapse.collapsed {
  background-position: 0 -53px;
}
/* end 小加号 */
.checkout-btn {
  background-color: #f92d96;
  border-radius: 3px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  text-transform: none;
  padding: 0 18px;
  margin-top: 10px;
}
/*end 总账 */
/* message of success or fail */
.message-success,
.message-error,
.message-note,
.message-notice {
  position: relative;
  line-height: 20px;
  padding: 15px;
  margin-bottom: 10px;
  border-left: 6px solid #11b400;
}
.message-success::before,
.message-error::before,
.message-note::before,
.message-notice::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: none;
}
.message-success {
  background-color: #dff0d8;
  border-left-color: #11b400;
  color: #468847;
}
.message-success::before {
  border-left: 6px solid #11b400;
}
.message-error {
  background-color: #f2dede;
  border-left-color: #b94a48;
  color: #b94a48;
}
.message-error::before {
  border-left: 6px solid #b94a48;
}
.message-note {
  padding-left: 80px;
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
  background-position: 25px center;
  background-repeat: no-repeat;
}
/*end message of success or fail */
/* 空购物车页面 */
.logo--regular {
  float: left;
  padding: 10px 0;
}
.logo--regular img {
  width: 316px;
  height: auto;
}
.empty-cart {
  text-align: center;
}
.empty-cart .page-title {
  font-size: 22px;
  border-bottom: none;
  margin-bottom: 10px;
}
.empty-cart_link {
  display: inline-block;
  padding: 5px 15px;
  text-transform: capitalize;
  background: #f92d96;
  color: #fff;
  border-radius: 3px;
  margin: 10px;
  margin-top: 0;
}
/*end 空购物车页面 */
/* 打印订单 */
.link-print {
  padding: 2px 0 2px 20px;
}
/*end 打印订单 */
/* 分享链接 */
.share-link .iconfont {
  width: 32px;
  height: 32px;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
/*end 分享链接 */
/* 回到顶部 */
.back-top {
  display: none;
  width: 54px;
  height: 54px;
  right: 0;
  cursor: pointer;
  z-index: 13;
  background-color: #fff;
  border: 1px solid #33333324;
  text-align: center;
  margin-bottom: 1vw;
}
.back-top::before {
  -webkit-animation: _bounce 0.4s ease-in-out infinite alternate;
  animation: _bounce 0.4s ease-in-out infinite alternate;
  margin-top: 20px;
  font-size: 24px;
  color: #aaa;
}
.back-top img {
  max-width: 100%;
  vertical-align: middle;
}
.addCart_qty {
  line-height: 40px;
  margin-bottom: 18px;
}
.addCart_qty-label {
  color: #666;
  font-weight: 600;
  width: 80px;
  vertical-align: text-bottom;
}
.addCart_qty-input {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-right: 18px;
}
.addCart_qty .iconfont,
.addCart_qty-num {
  border: none;
  height: 40px;
  background: none;
}
.addCart_qty .iconfont {
  display: inline-block;
  width: 40px;
  color: #666;
  font-weight: bold;
}
.addCart_qty-num {
  width: 92px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
@-webkit-keyframes _bounce {
  0% {
    top: -15px;
  }
  100% {
    top: -21px;
  }
}
@keyframes _bounce {
  0% {
    top: -15px;
  }
  100% {
    top: -21px;
  }
}
/*end 回到顶部 */
/*周四周五送积分 弹窗start*/
.loginSendPoints {
  width: 360px;
}
.loginSendPoints .window-con_tit {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBCCCD;
  font-weight: bold;
}
.loginSendPoints-tips {
  font-size: 24px !important;
  line-height: 30px !important;
}
.loginSendPoints-light {
  color: #e30419;
}
/*周四周五登录注册送积分 end*/
/* 要使用用户cookie */
.use-cookie {
  width: 100%;
  height: 50px;
  background: #fff5f5;
  color: #f00;
  text-align: center;
  border-bottom: 2px #ff2b16 solid;
  line-height: 50px;
}
.use-cookie a {
  margin-left: 10px;
  text-decoration: underline;
}
/*end 要使用用户cookie */
/* 精灵图 */
.spirit-bg,
.header-newsline_language-item::before {
  background: url(../../images/home/homeIcon05.png) no-repeat;
}
/*end 精灵图 */
/* 自定义滚动条 */
.scroll-bar {
  overflow-y: scroll;
}
.scroll-bar::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #e5dada;
}
.scroll-bar::-webkit-scrollbar {
  border-radius: 5px;
  width: 6px;
  background-color: #e5dada;
}
.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #bbb;
}
/*end 自定义滚动条 */
/* 灰色的 | */
.separator {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-left: 30px;
}
/*end 灰色的 | */
/* 区域刷新的加载效果 */
.ajax-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px dotted #F0C8A5;
  border-radius: 50%;
  transform: rotate(189deg);
  -webkit-transform: rotate(189deg);
  -ms-transform: rotate(189deg);
  -moz-transform: rotate(189deg);
  -o-transform: rotate(189deg);
}
.ajax-loading_wrapper {
  position: absolute;
  top: -3px;
  left: -3px;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-top: 3px solid #ff117e;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1 linear infinite;
  animation: spin 1s linear infinite;
}
/*end 区域刷新的加载效果 */
/**周年庆icon*/
.anniversary-four_years {
  position: absolute;
  width: 32px !important;
  height: 32px;
  top: 0;
  left: 0;
  z-index: 2;
}
/*栏目关键词*/
.prolist {
  font-size: 0;
}
.proList-item_word {
  height: 30px;
  margin: 0 auto;
  background: #989be8;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
}
.seo-list .prolist .prolist_item {
  width: calc((100% - 100px) / 4) !important;
  margin-right: 25px !important;
}
.seo-list .prolist .prolist_item:nth-child(5n) {
  margin-right: 25px !important;
}
.seo-list .prolist .prolist_item:nth-child(4n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 1600px) {
  .wrapper {
    width: 100%;
    padding: 0 2.5%;
    box-sizing: border-box;
  }
}
.fixed-userPortrait {
  position: fixed;
  width: 95px;
  top: 458px;
  right: 2.6vw;
  z-index: 180;
}
