iframe#_hjRemoteVarsFrame {
  display: none !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.type_area {
  width: 1200px;
  margin: 0 auto;
}
.new_type_area {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
strong,
b {
  font-weight: bold;
}
.prohibit {
  height: 100%;
}
.lock {
  overflow: hidden;
  touch-action: none;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  margin-right: 17px;
}
.lock.mobile body {
  margin-right: 0;
}
.win_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@keyframes mymove {
  0% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    /* IE 9 */
    -moz-transform: translateY(-3px);
    /* Firefox */
    -webkit-transform: translateY(-3px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-3px);
  }
  50% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    /* IE 9 */
    -moz-transform: translateY(0px);
    /* Firefox */
    -webkit-transform: translateY(0px);
    /* Safari 和 Chrome */
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    /* IE 9 */
    -moz-transform: translateY(-3px);
    /* Firefox */
    -webkit-transform: translateY(-3px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-3px);
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  0% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    /* IE 9 */
    -moz-transform: translateY(-3px);
    /* Firefox */
    -webkit-transform: translateY(-3px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-3px);
  }
  50% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    /* IE 9 */
    -moz-transform: translateY(0px);
    /* Firefox */
    -webkit-transform: translateY(0px);
    /* Safari 和 Chrome */
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    /* IE 9 */
    -moz-transform: translateY(-3px);
    /* Firefox */
    -webkit-transform: translateY(-3px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-3px);
  }
}
@-webkit-keyframes ball-pulse {
  0%,
  100%,
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
    opacity: 0.1;
  }
}
@keyframes ball-pulse {
  0%,
  100%,
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
    opacity: 0.1;
  }
}
#add_bag_info .btnbox a.addBtn.la-ball-pulse,
#add_to_bag #add_to_bag_btn.la-ball-pulse {
  font-size: 0;
}
#add_bag_info .btnbox a.addBtn.la-ball-pulse > div,
#add_to_bag #add_to_bag_btn.la-ball-pulse > div {
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 20px 2px;
  -webkit-animation: ball-pulse 1s ease infinite;
  animation: ball-pulse 1s ease infinite;
}
#add_bag_info .btnbox a.addBtn.la-ball-pulse > div:nth-child(1),
#add_to_bag #add_to_bag_btn.la-ball-pulse > div:nth-child(1) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#add_bag_info .btnbox a.addBtn.la-ball-pulse > div:nth-child(2),
#add_to_bag #add_to_bag_btn.la-ball-pulse > div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
#add_bag_info .btnbox a.addBtn.la-ball-pulse > div:nth-child(3),
#add_to_bag #add_to_bag_btn.la-ball-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.each_item .add_to_bag.la-ball-pulse {
  font-size: 0;
}
.each_item .add_to_bag.la-ball-pulse > i {
  display: none;
}
.each_item .add_to_bag.la-ball-pulse > div {
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 16px 2px;
  -webkit-animation: ball-pulse 1s ease infinite;
  animation: ball-pulse 1s ease infinite;
}
.each_item .add_to_bag.la-ball-pulse > div:nth-child(1) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.each_item .add_to_bag.la-ball-pulse > div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.each_item .add_to_bag.la-ball-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
/*滚动条样式*/
.add_to_bag_pop_right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.add_to_bag_pop_right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.add_to_bag_pop_right::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.size_data_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.size_data_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.size_data_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.rescrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.rescrollbar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.rescrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
/*************  图片居中显示  **************/
.imgAuto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  max-width: 100%;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
.animate-shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/* header  部分开始*/
.headerTop {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dedede;
  background: #fff;
}
.headerTop .topAct_main {
  width: 364px;
  line-height: 40px;
  position: relative;
  font-size: 12px;
  float: left;
  height: 40px;
}
.headerTop .swiper_act {
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  width: 370px;
  position: relative;
}
.headerTop .swiper_act p {
  display: inline-block;
}
.headerTop .swiper_act p a {
  margin-right: 20px;
  display: inline-block;
}
.headerTop .swiper_act p a i {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
.headerTop .swiper_act p span {
  color: #ff4062;
}
.headerTop_right {
  float: right;
  font-size: 12px;
}
.headerTop_right > div {
  float: left;
  margin-left: 20px;
  position: relative;
}
.headerTop_right > div i {
  font-size: 14px;
  transition: all 0.5s;
  transform: rotate(0);
  display: inline-block;
  margin-left: 5px;
}
.headerTop_right > div > div {
  display: none;
  width: 160px;
  height: auto;
  background: #fff;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 99;
  padding: 4px 0;
  box-sizing: border-box;
  line-height: 30px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.headerTop_right > div:hover > div {
  display: block;
}
.headerTop_right > div:hover i.r {
  transition: all 0.5s;
  transform: rotate(180deg);
}
.headerTop_right > div > span {
  display: block;
  line-height: 40px;
  cursor: pointer;
}
.headerTop_right > div > span .icon-lianxidaogou {
  font-size: 22px;
  float: left;
}
.headerTop_right > div > span:hover {
  color: #ff4062;
}
.headerTop_right .change_website_main a:Hover {
  color: #ff4062;
}
.headerTop_right .change_website_main .change_hide {
  display: block;
  color: #ff4062;
}
.headerTop_right .change_website_main > div {
  padding: 0 10px;
}
.headerTop_right .change_website_main .change_website {
  color: #000;
}
.headerTop_right .change_website_main .change_currency i {
  float: right;
}
.headerTop_right .change_website_main .change_currency:hover {
  background: #eee;
}
.headerTop_right .change_website_main .change_currency:hover .currency_Box {
  display: block;
}
.headerTop_right .change_website_main .currency_Box {
  display: none;
  width: 290px;
  position: absolute;
  left: -290px;
  top: -1px;
  background: #fff;
}
.headerTop_right .change_website_main .currency_Box li {
  width: 33.3%;
}
.headerTop_right .contact_us_main {
  width: 180px;
}
.headerTop_right .contact_us_main a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  padding-left: 15px;
  box-sizing: border-box;
}
.headerTop_right .contact_us_main a i {
  font-size: 18px;
  float: left;
  margin-right: 5px;
}
.headerTop_right .contact_us_main a .icon-bangzhu {
  font-size: 22px;
  margin-left: 3px;
}
.headerTop_right .contact_us_main a.hover:hover {
  color: #ff4062;
}
.headerTop_right .contact_us_main a a {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 90%;
}
.headerTop_right .contact_us_main a img {
  display: none;
}
.headerTop_right #change_language {
  width: auto;
  min-width: 180px;
  padding: 10px;
  text-align: center;
}
.goog-te-menu-value img {
  display: none;
}
.headerBox {
  width: 100%;
  box-shadow: 0px 1px 0px #d8d8d8;
  /**********  空购物车样式   ***********/
  /********  购物车不为空的 样式  ********/
}
.headerBox .points_clear_notice {
  background: #e3402f;
}
.headerBox .points_clear_notice a {
  width: 1200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.headerBox .points_clear_notice a i {
  width: 23px;
  height: 20px;
  display: inline-block;
  background: url("/themes/wholesale7/assets/images/point_tips.gif") no-repeat center;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-right: 20px;
}
.headerBox .advertisingBg {
  position: relative;
  z-index: 14;
}
.headerBox .advertisingBg:hover .ac_advertising {
  display: block;
}
.headerBox .ac_advertising {
  position: absolute;
  top: 45px;
  right: 0;
  display: none;
}
.headerBox .advertising {
  position: relative;
  display: block;
}
.headerBox .advertising .header_time {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  height: 45px;
  line-height: 45px;
}
.headerBox .advertising .header_time span {
  font-weight: bold;
  font-size: 30px;
  margin-left: 4px;
}
.headerBox .shipping_act {
  background: #f2f2f2;
  line-height: 45px;
  overflow: hidden;
}
.headerBox .shipping_act > div {
  display: flex;
  text-align: center;
}
.headerBox .shipping_act a {
  flex: 1;
  font-size: 15px;
  color: #333;
  display: inline-block;
  border-right: 2px solid #dbdbdb;
}
.headerBox .shipping_act a:last-child {
  border: none;
}
.headerBox .shipping_act a span {
  font-weight: bold;
  font-size: 20px;
  color: #ff4062;
}
.headerBox #header.Fixed {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 90;
  box-shadow: 0px 1px 0px #d8d8d8;
}
.headerBox #header {
  width: 100%;
  background-color: #fff;
}
.headerBox #header .rotate > .icon-xia {
  transition: 0.25s;
  transform: rotate(180deg);
  margin-top: -17px;
}
.headerBox #header .rotate > .icon-xiaosanjiao {
  transition: 0.25s;
  transform: rotate(180deg);
}
.headerBox .header_top {
  position: relative;
  z-index: 101;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  height: 70px;
  padding: 10px 50px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .header_top > div {
  width: 33.33%;
}
.headerBox .header_top_left {
  position: relative;
  height: 100%;
  line-height: 50px;
}
.headerBox .header_top_left :nth-child(1) {
  margin-left: 0;
}
.headerBox .header_top_left :nth-child(3) {
  margin-right: 0;
}
.headerBox .header_top_left > a {
  position: relative;
  left: 15%;
  float: left;
  margin: 0 10px;
  padding-left: 15px;
  font-size: 12px;
  color: #000;
  text-align: left;
}
.headerBox .header_top_left > a:hover {
  color: #ff4062;
}
.headerBox .header_top_left #contact_us {
  padding-left: 24px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .header_top_left #contact_us .icon-xiaosanjiao {
  right: -18%;
}
.headerBox .header_top_left .curUSD .icon-xiaosanjiao {
  right: -26%;
}
.headerBox .header_top_left .icon-lianxidaogou {
  position: absolute;
  height: 50px;
  line-height: 50px;
  top: 50%;
  left: 0%;
  margin-top: -26px;
  font-size: 22px;
  color: #000;
}
.headerBox .header_top_left .icon-xiaosanjiao {
  position: absolute;
  top: 2%;
  right: -24%;
  transition: 0.25s;
  transform: rotate(0deg);
  font-size: 12px;
  color: #333;
}
.headerBox .header_top_center {
  height: 100%;
}
.headerBox .header_top_center a {
  display: block;
  height: 100%;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
}
.headerBox .header_top_center img {
  width: 100%;
}
.headerBox .header_top_right {
  text-align: right;
  position: relative;
  height: 100%;
  line-height: 50px;
}
.headerBox .header_top_right .contact_us {
  float: right;
  width: 42px;
  position: relative;
}
.headerBox .header_top_right .contact_us .contact_us_box {
  position: relative;
}
.headerBox .header_top_right .contact_us .contact_us_box .new_live_chat {
  display: none;
  position: absolute;
  right: -21px;
  top: -14px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #ff4062;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
.headerBox .header_top_right .contact_us .contact_us_icon {
  width: 20px;
  cursor: pointer;
}
.headerBox .header_top_right .contact_us .contact_us_main {
  display: none;
  width: 150px;
  background-color: #fff;
  padding: 0px 20px;
  box-shadow: 0px 0px 3px 1px #f2f2f2;
  position: absolute;
  right: -8px;
}
.headerBox .header_top_right .contact_us .contact_us_main.hover:hover {
  color: #ff4062;
}
.headerBox .header_top_right .contact_us .contact_us_main a {
  display: block;
  text-align: left;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding-bottom: 10px;
}
.headerBox .header_top_right .contact_us .customer_service a {
  position: absolute;
  z-index: 12;
  height: 35px;
  width: 100%;
}
.headerBox .header_top_right .contact_us .customer_service a img {
  display: none;
}
.headerBox .header_top_right .contact_us:hover .contact_us_main {
  display: block;
}
.headerBox .header_top_right .change_website_or_lau {
  float: right;
  width: 58px;
  position: relative;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main {
  width: 220px;
  background: #fff;
  position: absolute;
  right: -8px;
  top: 50px;
  box-shadow: 0 0 2px 2px #f2f2f2;
  padding: 20px;
  display: none;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .currency_text,
.headerBox .header_top_right .change_website_or_lau .change_website_main .sites_text,
.headerBox .header_top_right .change_website_or_lau .change_website_main .language_text {
  text-align: left;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .change_sites,
.headerBox .header_top_right .change_website_or_lau .change_website_main .change_currency,
.headerBox .header_top_right .change_website_or_lau .change_website_main .change_language_box {
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .change_currency_text,
.headerBox .header_top_right .change_website_or_lau .change_website_main .change_sites_text,
.headerBox .header_top_right .change_website_or_lau .change_website_main .change_language_text {
  border: 1px solid #d8d8d8;
  display: inline-block;
  width: 220px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #bbbbbb;
  background: #f2f2f2;
  position: relative;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .change_language_box {
  position: relative;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .language_box {
  position: absolute;
  background: #fff;
  width: 220px;
  height: 30px;
  left: 0;
  top: 28px;
  border: 1px solid #d8d8d8;
  display: none;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .language_box .language_box_li {
  height: 25px;
  text-align: left;
  line-height: 25px;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .currency_Box {
  position: absolute;
  left: 20px;
  top: 136px;
  width: 222px;
  background: #fff;
  text-align: left;
  display: none;
  z-index: 1;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .sites_box {
  position: absolute;
  top: 194px;
  background: #fff;
  width: 200px;
  padding: 10px;
  border: 1px solid #d8d8d8;
  display: none;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .sites_box .sites_box_li {
  height: 25px;
  text-align: left;
  line-height: 25px;
  font-size: 14px;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .curUSD,
.headerBox .header_top_right .change_website_or_lau .change_website_main .sites_name,
.headerBox .header_top_right .change_website_or_lau .change_website_main .language_name {
  position: absolute;
  left: 10px;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main i {
  padding-right: 10px;
  color: #666666;
  font-size: 12px;
}
.headerBox .header_top_right .change_website_or_lau .change_website_main .rotate {
  transition: all 0.25s ease;
  transform: rotate(180deg);
}
.headerBox .header_top_right .change_website_or_lau .change_website_or_lau_icon {
  width: 20px;
  cursor: pointer;
}
.headerBox .header_top_right .change_website_or_lau:hover .change_website_main {
  display: block;
}
.headerBox .header_top_right > a {
  float: right;
  position: relative;
  width: 12%;
  font-size: 12px;
  color: #000;
  text-align: center;
  z-index: 2;
  background-color: #fff;
}
.headerBox .header_top_right > a:hover {
  color: #ff4062;
}
.headerBox .header_top_right > a span {
  display: inline-block;
  width: 20px;
  height: 10px;
  position: relative;
}
.headerBox .header_top_right > a i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -10px;
  font-size: 20px;
  color: #000;
}
.headerBox .header_top_right > a .icon-aixin {
  margin-top: -26px;
}
.headerBox .header_top_right > a .icon-gouwudai {
  margin-top: -26px;
  font-size: 18px;
}
.headerBox .header_top_right > a span.tip {
  position: absolute;
  top: 10px;
  right: 0;
  background: #ff4162;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #fff;
  animation: addAnimate 2s ease;
  -webkit-animation: addAnimate 2s ease;
  /* Safari 和 Chrome */
  opacity: 0;
}
.headerBox .header_top_right .header_search {
  z-index: 1;
}
.headerBox .header_top_right #add_to_bag_result {
  position: absolute;
  width: auto;
  height: auto;
  font-size: 12px;
  color: #ff4062;
  transition: all 0.5s ease;
  top: 0;
  left: 1px;
  opacity: 1;
}
.headerBox .header_top_right #wishlistSum,
.headerBox .header_top_right #shopCartSum {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 4px;
  top: 2px;
  background-color: #ff4062;
  border-radius: 50%;
  text-align: center;
}
.headerBox .header_top_right .header_login {
  width: 23%;
}
.headerBox .header_top_right .header_login .user_off {
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  background: #000;
}
.headerBox .header_top_right .header_login .header_login_icon {
  width: 20px;
}
.headerBox #contact.pop {
  transition: all 0.5s ease;
  display: block;
  height: 202px;
}
.headerBox #contact {
  transition: all 0.5s ease;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 2;
  height: 0px;
  overflow: hidden;
  background-color: #fff;
}
.headerBox .contact_center {
  padding: 10px 14px 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.headerBox .contact_center a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  padding-left: 28px;
}
.headerBox .contact_center a a {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 90%;
}
.headerBox .contact_center a img {
  display: none;
}
.headerBox .contact_center a i {
  position: absolute;
  top: 0%;
  left: 0%;
  font-size: 22px;
  color: #333;
}
.headerBox .contact_center a .icon-lianxiwomen {
  font-size: 20px;
  color: #000;
  left: 1px;
}
.headerBox .contact_center a .icon-liuyanpinglun {
  font-size: 18px;
  left: 1px;
}
.headerBox .contact_center a .icon-youxiang2 {
  font-size: 24px;
  left: -1px;
}
.headerBox .contact_center a:hover {
  color: #ff4062;
}
.headerBox .contact_center > .nohover:hover {
  color: #333;
}
.headerBox .contact_center span {
  display: inline-block;
  height: auto;
  line-height: normal;
  padding: 0;
  border-bottom: 1px solid #000;
}
.headerBox #currency.pop {
  transition: all 0.5s ease;
  display: block;
  height: 258px;
}
.headerBox .currency_Box {
  width: 100%;
  overflow: hidden;
  padding: 4px 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.headerBox .currency_Box li {
  float: left;
  width: 50%;
  line-height: 30px;
  cursor: pointer;
}
.headerBox .currency_Box li:hover .symbol,
.headerBox .currency_Box li:hover span {
  color: #ff4062;
  border-color: #ff4062;
}
.headerBox .currency_Box li.active > span {
  color: #ff4062;
  border-color: #ff4062;
}
.headerBox .currency_Box span {
  font-size: 12px;
  color: #111;
}
.headerBox .currency_Box .symbol {
  margin-left: 4px;
  color: #999;
  border-bottom: 1px solid #999;
}
.headerBox #search_pop.pop {
  transition: all 1s ease;
}
.headerBox #search_pop.pop .search_pop_box {
  transition: all 1s ease;
  width: 100%;
}
.headerBox #search_pop {
  transition: all 1s ease;
  position: relative;
  top: -2px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.headerBox .search_pop_box {
  transition: all 1s ease;
}
.headerBox .search_pop_top {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  background-color: #f2f2f2;
  overflow: hidden;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .search_pop_top > a {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  float: left;
  color: #333;
  width: 30px;
  z-index: 2;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .search_pop_top > a i {
  position: absolute;
  top: 50%;
  right: 0%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin-top: -14px;
  transition: 0.25s;
  transform: rotate(0deg);
}
.headerBox .search_pop_top > label {
  position: absolute;
  right: 0;
  width: 93%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.headerBox .search_pop_top > label input {
  position: absolute;
  left: 0%;
  top: 0%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  outline: none;
  color: #333;
  border: none;
  height: 38px;
  padding: 18px 10px;
  width: 85%;
  background-color: #f2f2f2;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .search_pop_top > label a {
  position: absolute;
  top: 0%;
  right: 0%;
  display: inline-block;
  width: 38px;
  height: 40px;
  cursor: pointer;
}
.headerBox .search_pop_top > label #searchBtn {
  right: 0;
}
.headerBox .search_pop_top > label i {
  position: absolute;
  height: 40px;
  line-height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -20px;
  font-size: 20px;
  color: #333;
}
.headerBox .search_pop_top > label .seachKeywordDelet {
  display: none;
  right: 38px;
}
.headerBox .search_pop_top > label .seachKeywordDelet i {
  font-size: 22px;
  color: #999;
}
.headerBox .hot_search_pop.pop {
  transition: all 0.5s ease;
  height: 420px;
}
.headerBox .hot_search_pop {
  transition: all 0.5s ease;
  position: absolute;
  height: 0;
  top: 50px;
  left: 0%;
  width: 100%;
  min-width: 480px;
  overflow: hidden;
  z-index: 1;
}
.headerBox .hot_search_pop ul {
  width: 100%;
  text-align: left;
  overflow: hidden;
  padding: 14px 10px;
  z-index: 1;
  border: 1px solid #d9d9d9;
  border-top: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .hot_search_pop ul h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.headerBox .hot_search_pop ul h3 i {
  float: right;
  margin-right: 10px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  color: #999;
}
.headerBox .hot_search_pop ul.historySearchesDeletBox {
  padding: 0 10px;
}
.headerBox .hot_search_pop li {
  float: left;
  margin: 0px 5px 10px 0px;
  height: 30px;
  /* text-align: left; */
  line-height: 30px;
  display: inline-block;
  background: #f5f5f5;
  padding: 0 5px;
}
.headerBox .hot_search_pop a {
  cursor: pointer;
  /* display: block; */
  /* height: 20px; */
  /* line-height: 20px; */
  font-size: 12px;
  color: #333;
  /* border: 1px solid #d9d9d9; */
}
.headerBox .hot_search_pop a:hover {
  color: #ff4062;
}
.headerBox .hot_search_pop .new a {
  color: #ff4062;
}
.headerBox .hot_search_pop .hot:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  color: #ff4162;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-left: 8px;
  animation: mymove 2s infinite;
  -webkit-animation: mymove 2s infinite;
  background: url(/themes/wholesale7/assets/images/hotlabel.png) no-repeat;
}
.headerBox .matching_pop.pop {
  transition: all 0.5s ease;
  height: 334px;
  padding: 16px 0;
  top: 35px;
}
.headerBox .matching_pop {
  transition: all 0.5s ease;
  position: absolute;
  top: 50px;
  left: 25px;
  height: 0;
  width: calc(100% - 50px);
  overflow: hidden;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .matching_pop a {
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #fff;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.headerBox .matching_pop a:nth-child(1) {
  border-top: 1px solid #d9d9d9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.headerBox .matching_pop a:nth-last-child(1) {
  border-bottom: 1px solid #d9d9d9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.headerBox .matching_pop a.active {
  background: #f2f2f2;
}
.headerBox .matching_pop a:hover {
  background: #f2f2f2;
}
.headerBox #login_pop.pop > .login_pop_center {
  transition: all 0.5s ease;
  display: block;
  height: 130px;
}
.headerBox #login_pop.pop > .login_pop_center .vip_enjoy_off {
  text-align: center;
  font-size: 14px;
}
.headerBox #login_pop.pop > .login_pop_center .sign_in_with {
  text-align: center;
  color: #bbbbbb;
  padding: 5px 0;
}
.headerBox #login_pop.pop > .login_pop_center .login_icon {
  display: flex;
  justify-content: space-around;
}
.headerBox #login_pop.pop {
  height: auto;
}
.headerBox #login_pop {
  position: absolute;
  top: 50px;
  right: 25%;
  z-index: 2;
  height: 0px;
  width: 260px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px #ccc;
  -moz-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  background-color: #fff;
}
.headerBox #login_pop .login_pop_center {
  transition: all 0.5s ease;
  width: 260px;
  padding: 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.headerBox #login_pop > .have_login_pop {
  width: 100%;
  padding: 6px 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #d9d9d9;
}
.headerBox #login_pop > .have_login_pop > a {
  font-size: 12px;
  text-align: left;
  border: none;
  height: 28px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  background: none;
  color: #333;
}
.headerBox #login_pop > .have_login_pop > a:hover {
  color: #ff4062;
}
.headerBox #login_pop p {
  font-size: 12px;
  color: #333;
  line-height: 20px;
  text-align: left;
  margin: 10px 0;
}
.headerBox #login_pop p a {
  background: none;
}
.headerBox #login_pop a {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  background: #333;
  margin-bottom: 6px;
}
.headerBox #login_pop i {
  margin-left: 6px;
  font-size: 20px;
}
.headerBox #login_pop .icon-Facebook1 {
  color: #37559c;
}
.headerBox #login_pop .icon-paypal1 {
  font-size: 21px;
  color: #292190;
}
.headerBox #login_pop .icon-guge1 {
  font-size: 21px;
  color: #d81e06;
}
.headerBox #shopCart_pop.pop {
  transition: all 0.5s ease;
  height: auto;
}
.headerBox #shopCart_pop.pop .shop_cart_pop {
  transition: all 0.5s ease;
  height: 366px ;
}
.headerBox #shopCart_pop {
  transition: all 0.5s ease;
  position: absolute;
  top: 50px;
  height: 0;
  right: 0px;
  z-index: 2;
  background-color: #fff;
  width: 400px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.headerBox .empty_shopCart {
  height: 150px;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 30px 0;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .empty_shopCart i {
  font-size: 66px;
  color: #999;
}
.headerBox .empty_shopCart p {
  line-height: 24px;
  font-size: 12px;
  color: #555;
}
.headerBox .shop_cart_pop {
  transition: all 0.5s ease;
  border: 1px solid #d9d9d9;
  height: 0 ;
  position: relative;
}
.headerBox .shopCart_content {
  padding: 0 16px;
  height: 270px;
  width: 100%;
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .shopCart_list {
  padding-top: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.headerBox .shopCart_list:hover .shop_details > .deleteGoods {
  display: block;
  cursor: pointer;
}
.headerBox .shopCart_list .shop_img {
  float: left;
  width: 21.8%;
  position: relative;
}
.headerBox .shopCart_list .shop_img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: rgba(245, 37, 37, 0.5);
}
.headerBox .shopCart_list img {
  width: 100%;
}
.headerBox .shopCart_list .shop_details {
  float: left;
  width: 78%;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
}
.headerBox .shopCart_list input {
  display: inline-block;
  height: 24px;
  border: none;
  outline: none;
  width: 26px;
  font-size: 14px;
  text-align: center;
}
.headerBox .shopCart_list .goods_num_Sub,
.headerBox .shopCart_list .goods_num_Add {
  cursor: pointer;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.headerBox .shopCart_list .goods_number {
  width: 34px;
  -moz-appearance: textfield;
}
.headerBox .shopCart_list .goods_number::-webkit-inner-spin-button,
.headerBox .shopCart_list .goods_number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.headerBox .shopCart_list p {
  display: block;
  text-align: left;
  width: 92%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #333;
  height: 21px;
  line-height: 21px;
}
.headerBox .shopCart_list .goods_qty {
  position: relative;
  top: 18px;
}
.headerBox .shopCart_list .color_size_box {
  display: inline-block;
  float: left;
  margin: 10px 0 10px 0;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.headerBox .shopCart_list .color_size_box p {
  display: inline-block;
  width: auto;
}
.headerBox .shopCart_list .out_of {
  font-size: 12px;
  color: #fff;
  background: #ff4062;
  padding: 3px 6px;
}
.headerBox .shopCart_list b {
  color: #ff4062;
  font-size: 12px;
}
.headerBox .shopCart_list .deleteGoods {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 0%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transition: all 0.8s ease;
  transform: rotate(0deg);
}
.headerBox .shopCart_list .deleteGoods:hover {
  cursor: hand;
  transition: all 0.8s ease;
  transform: rotate(360deg);
}
.headerBox .shopCart_list .deleteGoods .icon-cuo {
  font-size: 20px;
  color: #444;
}
.headerBox .shopCart_content_mask {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 398px;
  height: 270px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
}
.headerBox .shopCart_content_mask img {
  display: block;
  width: auto;
  margin: 30% auto;
}
.headerBox .view_bag {
  width: 100%;
  padding: 0 16px 18px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .view_bag .goods_total {
  text-align: right;
  font-size: 12px;
  color: #333;
  line-height: 40px;
}
.headerBox .view_bag b {
  font-size: 14px;
  color: #ff4062;
}
.headerBox .view_bag a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #ff4062;
}
.headerBox .header_nav {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #333;
}
.headerBox .nav {
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  white-space: nowrap;
}
.headerBox .nav li {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
}
.headerBox .nav li:hover {
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .nav li:hover > a {
  border-bottom: 3px solid #ff4062;
}
.headerBox .nav a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  line-height: 33px;
}
.headerBox .nav a i {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
.headerBox .nav a:hover {
  color: #ff4062;
}
.headerBox .nav .classify_pop.pop {
  height: auto;
  border: 1px solid #d9d9d9;
}
.headerBox .nav .classify_pop {
  position: absolute;
  margin: 0 auto;
  height: 0;
  left: 0;
  top: 40px;
  width: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 10;
}
.headerBox .nav .classify_box {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .nav .classify_item,
.headerBox .nav .classify_list {
  overflow: hidden;
  margin-right: 30px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .nav .classify_item {
  float: left;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 330px;
  overflow-y: hidden;
}
.headerBox .nav .classify_goods {
  margin-left: 10px;
  padding-top: 10px;
  width: 200px;
  float: left;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .nav .classify_goods > a {
  margin: 0;
  padding: 0;
}
.headerBox .nav .classify_goods > a:hover h3 {
  color: #ff4062;
}
.headerBox .nav .goods_name {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.headerBox .classify_list {
  float: left;
  height: auto;
  min-height: 330px ;
  max-height: 650px;
}
.headerBox .classify_list > div {
  float: left;
}
.headerBox .classify_list .classify_list_left {
  display: flex;
  padding-top: 10px;
}
.headerBox .classify_list .classify_list_left .firs_column .second_classify,
.headerBox .classify_list .classify_list_left .second_column .second_classify,
.headerBox .classify_list .classify_list_left .third_column .second_classify,
.headerBox .classify_list .classify_list_left .fourth_column .second_classify {
  padding-bottom: 22px;
}
.headerBox .classify_list .classify_list_right {
  min-width: 158px;
  padding-top: 10px;
  background-color: #f9f9f9;
  height: 360px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .classify_list h3 {
  margin: 0;
  height: 24px;
  min-width: 158px;
  font-weight: normal;
  text-align: left;
  padding-top: 1px;
  padding: 3px 23px;
  margin-bottom: 2px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerBox .classify_list a {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
  text-align: left;
  position: relative;
  display: inline;
}
.headerBox .classify_list a:hover {
  border-bottom: 1px solid #ff4062;
  color: #ff4062;
}
.headerBox .classify_list .overstriking {
  font-weight: 600;
  padding: 0 23px;
}
.headerBox .classify_list .overstriking a {
  font-size: 14px;
}
.headerBox .classify_list span {
  position: relative;
}
.headerBox .classify_list .hot i {
  display: inline-block;
  font-size: 16px;
  color: red;
  text-align: center;
}
.headerBox .classify_list .new a {
  color: #ff4062;
}
.shopHeader {
  position: relative;
  height: 54px;
  padding: 8px 0;
  border-bottom: 1px solid #ededed;
  line-height: 46px;
}
.shopHeader .header_left {
  float: left;
  height: 46px;
}
.shopHeader .header_left a.logo {
  width: 280px;
  display: block;
  float: left;
  position: relative;
}
.shopHeader .header_left .lock {
  position: relative;
  left: 12px;
  font-size: 16px;
  color: #333;
  font-size: 12px;
  color: #1BAC47;
  padding-top: 4px;
  font-family: PingFang SC;
}
.shopHeader .header_left .lock span {
  width: 20px;
  height: 20px;
  line-height: 17px;
  text-align: center;
  background: #ff4062;
  margin-top: 13px;
  float: left;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
  margin-right: 5px;
}
.shopHeader .header_left .lock span i {
  color: #fff;
  font-size: 14px;
}
.shopHeader .header_left .lock i {
  font-size: 18px;
  color: #1BAC47;
  position: relative;
  top: 2px;
}
.shopHeader .header_right {
  float: right;
  padding-top: 4px;
}
.shopHeader .header_right a {
  font-size: 12px;
  color: #999999;
  display: block;
  font-weight: bold;
}
.shopHeader .header_right a i {
  float: right;
  position: relative;
  font-size: 16px;
  color: #2c2b2c;
  padding-left: 5px;
}
/****** 侧边栏 ******/
#broadside {
  position: fixed;
  right: 0%;
  bottom: 14%;
  width: 62px;
  z-index: 999;
}
#broadside .chat_with_us {
  position: absolute;
  right: 12px;
  top: -47px;
  width: 95px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  background: #333;
  color: #fff;
  -moz-border-radius: 15px;
  /* Firefox */
  -webkit-border-radius: 15px;
  /* Safari 和 Chrome */
  border-radius: 15px;
}
#broadside .chat_with_us .right_num {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 16px;
  height: 16px;
  background: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#broadside .chat_with_us .new_live_chat {
  display: none;
  position: absolute;
  top: -10px;
  right: -12px;
  background: #ff4062;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
#broadside .subscibe_mask.show {
  display: block;
}
#broadside .subscibe_mask {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: rgba(0, 0, 0, 0.2);
}
#broadside .subscibe.show {
  transition: all 0.5s ease;
  transform: translateX(-431px);
}
#broadside .subscibe.show .icon-next {
  left: 10px;
  transition: all 0.5s ease;
  transform: rotate(0deg);
  color: #e3402f;
}
#broadside .subscibe.show .subscibe_left {
  left: -70px;
  background-color: #1e1e1e;
}
#broadside .subscibe.show .subscibe_right {
  left: -24px;
}
#broadside .subscibe {
  position: relative;
  height: 268px;
  margin-bottom: 10px ;
  transition: all 0.5s ease;
  transform: translateX(0px);
  z-index: 21;
}
#broadside .subscibe_left {
  position: absolute;
  top: 0%;
  left: 0%;
  padding-top: 66px;
  cursor: pointer;
  height: 100%;
  width: 38px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  background-color: #333333;
  color: #fff;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#broadside .subscibe_left :nth-child(1) {
  top: 62px;
  left: -6px;
}
#broadside .subscibe_left :nth-child(2) {
  top: 128px;
  left: -6px;
}
#broadside .subscibe_left :nth-child(3) {
  top: 195px;
  left: -6px;
}
#broadside .subscibe_left p {
  position: absolute;
  left: 0%;
  font-size: 26px;
  transform: rotate(-90deg);
}
#broadside .subscibe_left i {
  position: absolute;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  top: 15%;
  right: 10px;
  width: 14px;
  height: 14px;
  line-height: 20px;
  font-size: 20px;
  margin-top: -10px;
  color: #FFF;
}
#broadside .subscibe_left:hover {
  background-color: #333;
}
#broadside .subscibe_right {
  position: absolute;
  top: 0%;
  left: 38px;
  width: 492px;
  height: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#broadside .subscibe_right .subscibe_right_top {
  width: 100%;
  height: 125px;
  overflow: hidden;
}
#broadside .subscibe_right .subscibe_right_top > div {
  float: left;
  height: 100%;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#broadside .subscibe_right .subscibe_right_top .top_l {
  width: 45%;
  text-align: center;
  border-right: 1px solid #000;
  font-size: 20px;
  color: #000;
  line-height: 26px;
  padding-top: 36px;
  font-weight: bold;
}
#broadside .subscibe_right .subscibe_right_top .top_r {
  width: 55%;
  padding-left: 26px;
  overflow: hidden;
  padding-top: 36px;
}
#broadside .subscibe_right .subscibe_right_top .top_r p {
  display: inline-block;
  float: left;
}
#broadside .subscibe_right .subscibe_right_top .top_r p i {
  font-size: 28px;
  color: #333;
}
#broadside .subscibe_right .subscibe_right_top .top_r p span {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
#broadside .subscibe_right .subscibe_right_top .top_r p .red {
  color: #ff1d37;
}
#broadside .subscibe_right_bottom {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#broadside .subscibe_right_bottom input {
  outline: none;
  float: left;
  width: 250px;
  font-size: 12px;
  color: #444;
  padding: 10px 6px;
  border: 1px solid #333;
  border-right: none;
  background: none;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#broadside .subscibe_right_bottom a {
  float: left;
  font-size: 16px;
  padding: 9px 17px;
  background-color: #f52436;
  color: #fff;
}
#broadside .subscibe_right_bottom .aside_email_hint {
  position: absolute;
  left: 0%;
  bottom: -22px;
  line-height: 18px;
  font-size: 12px;
  color: #ff4062;
}
#broadside .help {
  transition: all 0.5s ease;
  position: relative;
  top: 0;
  z-index: 100;
  padding: 0 2px;
  box-sizing: border-box;
}
#broadside .help .broadside_item_box {
  overflow: hidden;
  height: 112px;
}
#broadside .help .broadside_item_box.show {
  height: auto;
}
#broadside .help .broadside_item {
  color: #fff;
  cursor: pointer;
  padding: 8px 0;
}
#broadside .help .broadside_item p {
  font-size: 12px;
  margin-top: 3px;
}
#broadside .help .customer_service {
  cursor: pointer;
}
#broadside .help .customer_service > a img {
  display: none;
  color: transparent;
}
#broadside .help .customer_service:hover span {
  display: block;
}
#broadside .help .customer_service,
#broadside .help a {
  position: relative;
  display: block;
  width: 56px;
  text-align: center;
}
#broadside .help .customer_service > a,
#broadside .help a > a {
  position: absolute;
  opacity: 0;
}
#broadside .help .customer_service i,
#broadside .help a i {
  color: #fff;
  font-size: 26px;
}
#broadside .help .customer_service .icon-wodekefu,
#broadside .help a .icon-wodekefu {
  font-size: 30px;
}
#broadside .help .customer_service .icon-shang,
#broadside .help a .icon-shang {
  font-size: 24px;
}
#broadside .help .customer_service > .erweima_images,
#broadside .help a > .erweima_images,
#broadside .help .customer_service > span,
#broadside .help a > span {
  display: none;
  position: absolute;
  top: 0%;
  right: 52px;
  width: 70px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
#broadside .help .customer_service span,
#broadside .help a span {
  line-height: 32px;
}
#broadside .help .customer_service span.compile,
#broadside .help a span.compile {
  width: 134px;
}
#broadside .help .customer_service div.erweima_images,
#broadside .help a div.erweima_images {
  width: 90px;
  top: 0%;
  padding-bottom: 4px;
}
#broadside .help .customer_service div.erweima_images img,
#broadside .help a div.erweima_images img {
  display: block;
}
#broadside .help .customer_service div.erweima_images span,
#broadside .help a div.erweima_images span {
  line-height: 20px;
  display: block;
  text-align: center;
}
#broadside .help .close_btn {
  display: block;
  padding: 8px 0;
}
#broadside .help .close_btn .open_icon {
  display: block;
  width: 40px;
  margin: 0 auto;
}
#broadside .help .close_btn .close_icon {
  display: none;
}
#broadside .help .close_btn.show .open_icon {
  display: none;
}
#broadside .help .close_btn.show .close_icon {
  width: 40px;
  display: block;
  margin: 0 auto;
}
#broadside .help > a:hover span {
  display: block;
}
#broadside .help > a:hover div {
  display: block;
}
#broadside .help > a.aside_coupon {
  border: none;
}
#broadside .help > a.show_borderBottom {
  border-bottom: 1px dashed #f4f4f4;
}
#broadside #goTOP.show {
  height: 40px;
  line-height: 35px;
  transition: all 0.5s ease;
}
#broadside #goTOP {
  overflow: hidden;
  transition: all 0.5s ease;
  height: 0px;
  border: none;
}
#broadside .broadside_coupon {
  display: block;
  width: 32px;
  height: 58px;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 7px 0;
  color: #333;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#broadside .broadside_coupon .gift {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: url(/themes/wholesale7/assets/img/customerFeedback.jpg) no-repeat center center;
}
#broadside .broadside_coupon i {
  font-size: 36px;
  color: #fff;
}
#broadside .broadside_coupon .gift_test {
  position: absolute;
  top: 0;
  right: 100%;
  width: 0px;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease;
}
#broadside .broadside_coupon .gift_test p {
  width: 310px;
  height: 100%;
  border: 2px solid #e63e1e;
  font-size: 32px;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#broadside .broadside_coupon:hover .gift_test {
  transition: all 0.5s ease;
  width: 310px;
}
/***  footer  部分开始  ***/
.footerBox {
  width: 100%;
  min-width: 1200px;
  margin: 30px auto 0;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footerBox .footer_top {
  width: 100%;
  border-bottom: 1px solid #555;
}
.footerBox .footer_top .type_area {
  padding: 40px 0;
}
.footerBox .footer_top p {
  text-align: left;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.footerBox .footer_top p strong {
  font-size: 14px;
}
.footerBox .footer_top a {
  font-size: 12px;
  color: #555;
}
.footerBox .footer_top a:hover {
  color: #ff4062;
}
.footerBox .footer_centre_top {
  border-top: 1px solid #999999;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  background: #ffffff;
}
.footerBox .footer_centre_top .type_area > div {
  float: left;
  padding: 20px 0;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footerBox .footer_centre_top .new_width {
  width: 100%;
}
.footerBox .footer_centre_top .Subscribe {
  width: 24%;
  position: relative;
  padding-left: 60px;
  z-index: 0;
}
.footerBox .footer_centre_top .Subscribe p {
  font-size: 12px;
  color: #555;
  line-height: 20px;
}
.footerBox .icon-xinxi-copy {
  position: absolute;
  top: 16px;
  left: 0%;
  font-size: 48px;
  color: #000;
}
.footerBox .videoBox .hidden_box {
  height: 40px;
  overflow: hidden;
}
.footerBox .videoBox a {
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.footerBox .videoBox a i {
  float: left;
  font-size: 32px;
}
.footerBox .videoBox a span {
  float: left;
  display: block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: underline;
}
.footerBox .subEmail {
  position: relative;
  z-index: 0;
  width: 40%;
  height: 80px;
  text-align: center;
}
.footerBox #footer_email {
  position: absolute;
  top: 20px;
  left: 0%;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 60%;
  outline: none;
  font-size: 12px;
  color: #333;
  padding: 14px 6px;
  border: 1px solid #333;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.footerBox #footer_email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff4062;
}
.footerBox #footer_email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff4062;
}
.footerBox #footer_email:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ff4062;
}
.footerBox #footer_submit {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 60%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 20%;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.footerBox #footer_email_hint {
  position: absolute;
  left: 0%;
  bottom: 0%;
  line-height: 18px;
  font-size: 12px;
  color: #ff4062;
}
.footerBox .thirdLink {
  width: 500px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  float: right !important;
}
.footerBox .thirdLink a {
  float: left;
  margin: 2px 0 0 16px;
  width: 34px;
  height: 34px;
  background-image: url('https://imgs3.wholesale7.net/images/202310/1698200497198027699.png');
  background-repeat: no-repeat;
}
.footerBox .thirdLink :nth-child(2) {
  background-position: -10px -10px;
}
.footerBox .thirdLink :nth-child(3) {
  background-position: -118px -10px;
}
.footerBox .thirdLink :nth-child(4) {
  background-position: -64px -10px;
}
.footerBox .thirdLink :nth-child(5) {
  background-position: -118px -64px;
}
.footerBox .thirdLink :nth-child(6) {
  background-position: -64px -64px;
}
.footerBox .thirdLink :nth-child(7) {
  background-position: -10px -64px;
}
.footerBox .thirdLink .boke {
  position: relative;
  top: -3px;
  left: -2px;
  height: 37px;
  width: 38px;
  background: none;
  -moz-border-radius: 16px;
  /* Firefox */
  -webkit-border-radius: 16px;
  /* Safari 和 Chrome */
  border-radius: 16px;
  overflow: hidden;
}
.footerBox .thirdLink .boke i {
  font-size: 38px;
  color: #000;
}
.footerBox .thirdLink .youtobe {
  margin: 2px 0 0 16px;
}
.footerBox .thirdLink span {
  float: left;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.footerBox .thirdLink i {
  font-size: 32px;
}
.footerBox .thirdLink .icon-Facebook {
  color: #37559c;
}
.footerBox .thirdLink .icon-twitter {
  color: #00b2ed;
}
.footerBox .thirdLink .icon-ins {
  color: #0578b4;
}
.footerBox .thirdLink .icon-pinterest {
  color: #b92723;
}
.footerBox .thirdLink .icon-youtobe {
  font-size: 36px;
  color: #ff4062;
}
.footerBox .thirdLink .icon-boke {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 32px ;
  width: 32px;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
  margin-top: -18px;
  margin-left: -16px;
  color: #fff;
}
.footerBox .appDonwload {
  cursor: pointer;
  font-size: 18px;
  color: #000;
  float: right !important;
}
.footerBox .appDonwload span {
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
}
.footerBox .appDonwload span i {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 30px;
  color: #000;
}
.footerBox .appDonwload img {
  float: left;
  width: 34px;
  margin: 0px 0 0 10px;
}
.footerBox .footer_centre_bottom {
  width: 100%;
  background: #F7F8FA;
  padding: 40px 50px 30px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footerBox .footer_centre_bottom .type_area {
  width: 100%;
  overflow: hidden;
}
.footerBox .introduce {
  float: left;
  width: 18%;
  text-align: left;
}
.footerBox .introduce h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}
.footerBox .introduce a {
  font-size: 12px;
  color: #666;
}
.footerBox .introduce a:hover {
  color: #ff4062;
}
.footerBox .introduce1 {
  float: left;
  width: 28%;
  text-align: left;
}
.footerBox .introduce1 h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}
.footerBox .introduce1 a {
  font-size: 12px;
  color: #666;
  cursor: default;
}
.footerBox .footer_bottom {
  width: 100%;
  padding: 30px 0 20px;
}
.footerBox .footer_bottom_pay {
  margin-bottom: 20px;
  text-align: center;
}
.footerBox .footer_bottom_pay :nth-child(1) {
  width: 86px;
  background-position: -120px -10px;
}
.footerBox .footer_bottom_pay :nth-child(2) {
  width: 62px;
  background-position: -96px -114px;
}
.footerBox .footer_bottom_pay :nth-child(3) {
  width: 34px;
  background-position: -128px -166px;
}
.footerBox .footer_bottom_pay :nth-child(4) {
  width: 90px;
  background-position: -10px -10px;
}
.footerBox .footer_bottom_pay :nth-child(5) {
  width: 39px;
  background-position: -69px -166px;
}
.footerBox .footer_bottom_pay :nth-child(6) {
  width: 39px;
  background-position: -10px -166px;
}
.footerBox .footer_bottom_pay :nth-child(7) {
  width: 88px;
  background-position: -10px -62px;
}
.footerBox .footer_bottom_pay :nth-child(8) {
  width: 66px;
  background-position: -10px -114px;
}
.footerBox .footer_bottom_pay :nth-child(9) {
  width: 66px;
  background-position: -120px -62px;
}
.footerBox .footer_bottom_pay :nth-child(10) {
  width: 34px;
  background-position: -226px -10px;
}
.footerBox .footer_bottom_pay .dmca-badge {
  background: #fff;
}
.footerBox .footer_bottom_pay a {
  display: inline-block;
  width: 47px;
  height: 32px;
  margin: 0 10px;
  background-image: url('https://imgs3.wholesale7.net/images/202310/1698199484630888166.png');
  background-repeat: no-repeat;
}
.footerBox .footer_bottom_bom > p,
.footerBox .blogroll {
  text-align: center;
  font-size: 12px;
  color: #888;
  line-height: 24px;
}
.footerBox .footer_bottom_bom > p a,
.footerBox .blogroll a {
  color: #888;
}
.footerBox .footer_bottom_bom > p a:hover,
.footerBox .blogroll a:hover {
  color: #ff4062;
}
/*****分类商品样式******/
.each_item {
  float: left;
  position: relative;
  padding: 12px;
  padding-bottom: 10px;
  margin: 7px;
  width: 23.75%;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.each_item:hover {
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
.each_item:hover .item_top > .size,
.each_item:hover .add_to_bag {
  display: block;
}
.each_item .shipment_delay_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
  background: url("https://imgs3.wholesale7.net/images/202101/1609730060182032266.png") no-repeat;
  background-size: cover;
}
.each_item .add_to_bag {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -95px;
  margin-top: -15px;
  width: 190px;
  height: 40px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
}
.each_item .add_to_bag i {
  font-size: 16px;
  color: #111;
}
.each_item .add_to_bag > div {
  display: none;
}
.each_item .item_top {
  position: relative;
  display: block;
  z-index: 0;
  height: auto;
  min-height: 348px;
  background: url("/themes/wholesale7/assets/images/loading.gif") no-repeat center center;
}
.each_item .item_top img {
  width: 100%;
}
.each_item .item_top .size {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.each_item .item_top .Shipment_Delay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(255, 102, 0, 0.8);
}
.each_item .item_top .Shipment_Delay span {
  display: inline-block;
  max-width: 240px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.each_item .item_top .Shipment_Delay em {
  display: inline-block;
  vertical-align: middle;
}
.each_item .item_off {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 50px;
  height: 50px;
  z-index: 1;
  -moz-border-radius: 25px;
  /* Firefox */
  -webkit-border-radius: 25px;
  /* Safari 和 Chrome */
  border-radius: 25px;
  padding-top: 9px;
  background-color: #ff4062;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.each_item .item_off p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.each_item .item_bottom {
  height: 50px;
  font-size: 12px;
  color: #333;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.each_item .item_bottom .item_name {
  display: block;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666666;
}
.each_item .item_bottom .item_name:hover {
  color: #ff4062;
}
.each_item .item_bottom .item_name img {
  display: none;
}
.each_item .item_bottom b {
  color: #ff4062;
  font-size: 14px;
}
.each_item .item_bottom .original_price {
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
  margin-left: 10px;
}
.each_item .relatedness {
  padding-top: 10px;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.each_item .relatedness .icon-hearto {
  font-size: 24px;
}
.each_item .relatedness .diversiform {
  margin: 0;
  padding: 0;
  position: relative;
  width: 24px;
  height: 22px;
  line-height: normal;
  background-color: #fff;
}
.each_item .relatedness .pink,
.each_item .relatedness .skyblue,
.each_item .relatedness .orange {
  position: absolute;
  width: 12px;
  height: 12px;
  -moz-border-radius: 8px;
  /* Firefox */
  -webkit-border-radius: 8px;
  /* Safari 和 Chrome */
  border-radius: 8px;
}
.each_item .relatedness .pink {
  left: 3px;
  top: 0px;
  background-color: rgba(255, 64, 98, 0.6);
}
.each_item .relatedness .skyblue {
  left: 12px;
  top: 4px;
  background-color: rgba(135, 206, 235, 0.6);
}
.each_item .relatedness .orange {
  left: 4px;
  top: 8px;
  background-color: rgba(255, 165, 0, 0.6);
}
.each_item .relatedness .plane {
  float: left;
  position: relative;
}
.each_item .relatedness i.icon-feiji2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.each_item .relatedness > span {
  margin-left: 10px;
  float: left;
  display: block;
  width: 22px;
  height: 22px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  background-color: #333;
  -moz-border-radius: 4px;
  /* Firefox */
  -webkit-border-radius: 4px;
  /* Safari 和 Chrome */
  border-radius: 4px;
}
.each_item .relatedness .active {
  float: right;
}
.each_item .relatedness .wishlist {
  float: right;
  cursor: pointer;
}
.each_item .relatedness .icon-aixin1 {
  font-size: 24px;
  color: #999;
}
.each_item .relatedness .icon-heart {
  font-size: 22px;
  color: #999;
}
.each_item .color_img {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 5px;
  position: relative;
}
.each_item .color_img .showMore {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  min-height: 40px;
  border: 1px solid #ccc;
  z-index: 2;
  background: #fff;
  padding: 5px;
}
.each_item .color_img .showMore a {
  display: inline-block;
  width: 36px;
  height: 40px;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 3px;
  cursor: default;
  border: 1px solid #eee;
}
.each_item .color_img .showMore a span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.each_item .color_img .showMore a:nth-child(6n) {
  margin-right: 0;
}
.each_item .color_img .showMore::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 5px;
  border: 1px solid #ccc;
  background: #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
}
.each_item .color_img a {
  width: 36px;
  height: 40px;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: default;
  border: 1px solid #eee;
}
.each_item .color_img a span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.each_item .color_img a.more {
  background: #f5f5f5;
  color: #888;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
}
.each_item .color_img a.active {
  border: 1px solid #ff4062;
  padding: 2px;
}
.each_item .active > .icon-heart {
  display: block!important;
  font-size: 24px;
  color: #ff4062;
}
.each_item .active > .icon-hearto {
  display: none;
}
.each_item:hover .item_top .Shipment_Delay {
  display: none;
}
@media (min-width: 1201px) {
  .right_goods_item .classify_goods_list .each_item {
    width: 25% !important;
    margin: 0 !important;
  }
}
@media (min-width: 1515px) {
  .right_goods_item .classify_goods_list .each_item {
    width: 20% !important;
    margin: 0 !important;
  }
}
/*********猜你喜欢  轮播部分的 商品样式******/
#you_livk h2,
#my_wishlist h2 {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 50px;
}
#you_livk .swiper-container,
#my_wishlist .swiper-container {
  width: 100%;
  margin: 0 auto;
}
#you_livk .swiper-container .swiper-button-next,
#my_wishlist .swiper-container .swiper-button-next,
#you_livk .swiper-container .swiper-button-prev,
#my_wishlist .swiper-container .swiper-button-prev {
  width: 20px;
  background: none;
  text-align: center;
}
#you_livk .swiper-container .swiper-button-next i,
#my_wishlist .swiper-container .swiper-button-next i,
#you_livk .swiper-container .swiper-button-prev i,
#my_wishlist .swiper-container .swiper-button-prev i {
  font-size: 24px;
  color: #000;
}
.like_goods_lists {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 2px ;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.like_goods_lists.like_col_5 {
  text-align: center;
}
.like_goods_lists.like_col_5 .like_item {
  width: 19.66%;
}
.like_goods_lists .like_item {
  float: left;
  position: relative;
  padding: 12px;
  padding-bottom: 10px;
  margin: 7px 0px;
  width: 16.66%;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.like_goods_lists .like_item:hover {
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
.like_goods_lists .like_item:hover a {
  color: #ff4062;
}
.like_goods_lists .like_item .like_off {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  /* Firefox */
  -webkit-border-radius: 25px;
  /* Safari 和 Chrome */
  border-radius: 25px;
  padding-top: 9px;
  background-color: #ff4062;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.like_goods_lists .like_item .like_off p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.like_goods_lists .like_item a {
  font-size: 12px;
  color: #999999;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.like_goods_lists .like_item a p {
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.like_goods_lists .like_item a b {
  font-size: 14px;
  color: #ff4062;
  line-height: 26px;
}
.like_goods_lists .like_item a .original_price {
  font-size: 12px;
  color: #888;
  text-decoration: line-through;
}
.like_goods_lists .like_item img {
  width: 100%;
}
/**********弹窗样式*********/
#hint_mask {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1111;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#hint_mask .hint_pop {
  margin: 300px auto;
  min-width: 240px;
  max-width: 320px;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  -moz-border-radius: 8px;
  /* Firefox */
  -webkit-border-radius: 8px;
  /* Safari 和 Chrome */
  border-radius: 8px;
  z-index: 100;
  word-wrap: break-word;
  position: relative;
  overflow: hidden;
}
#hint_mask .hint_pop i {
  font-size: 60px;
}
#hint_mask .hint_pop .icon-zhengqueduide {
  color: green;
}
#hint_mask .hint_pop .icon-gantan,
#hint_mask .hint_pop .icon-101 {
  color: #ff4062;
}
#hint_mask .hint_pop p {
  font-size: 14px;
  line-height: 20px;
}
#hint_mask .hint_pop .text {
  padding: 30px 10px 0;
  padding-bottom: 14px;
}
#hint_mask .hint_pop .bottom {
  padding: 30px;
}
#hint_mask .hint_pop .btn {
  border: none;
  width: 150px;
  background: #ff4162;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  margin: 30px auto 20px;
  padding: 10px 0;
  cursor: pointer;
}
#hint_mask .hint_pop .no,
#hint_mask .hint_pop .yes {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  color: #000;
  width: 49%;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
#hint_mask .hint_pop .yes {
  border-left: 1px solid #999;
  color: #ff4062;
}
#hint_mask .hint_pop .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  padding: 10px;
  font-weight: bold;
  width: auto;
}
#hint_mask .hint_pop .closeBtn i {
  font-size: 20px !important;
}
.hint_mask_pop .hint_pop {
  background: url('https://imgs3.wholesale7.net/images/202009/1599295476092099155.png') no-repeat center top;
  background-size: 100% auto;
}
.hint_mask_pop .hint_pop img {
  width: auto;
}
/***** 加载loading效果样式*****/
#loading_mask {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1111;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#loading_mask .loading_Pop {
  width: 200px;
  height: 110px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 20px 20px ;
  margin: 360px auto;
  text-align: center;
  background: #fff;
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari 和 Chrome */
  border-radius: 6px;
}
#loading_mask .loading_Pop img {
  width: auto;
}
#loading_mask .loading_Pop p {
  line-height: 18px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
/********************添加购物车弹窗样式**********************/
#add_to_bag.pop {
  opacity: 1;
  z-index: 100;
}
#add_to_bag {
  display: none;
  /********  商品图片轮播  ********/
  /*********** 商品信息 **************/
  /************* 商品 好评  ***************/
  /************** 选择商品颜色   **************/
  /************** 选择商品尺码   **************/
  /************  未选择尺码的提示文案  *****************/
  /*********   商品数量   ********/
  /***************  商品总价格 ***************/
  /****************  积分兑换价格  ****************/
  /**************   跳转到详情页链接  ************/
  /***********  按钮  父元素  **********/
  /*******************添*加*购*物*车*按*钮*******/
  /**********************  加入心愿单按钮  ***********************/
}
#add_to_bag .soldout {
  background: #ccc !important;
  border: 1px solid #ccc !important;
  cursor: default !important;
}
#add_to_bag .add_to_bag_mask {
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 101;
}
#add_to_bag .add_to_bag_pop {
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  z-index: 102;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#add_to_bag .add_to_bag_pop .tip {
  display: none;
  width: 150px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #5eb95e;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  z-index: 5;
}
#add_to_bag .add_to_bag_pop .tip i {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#add_to_bag .add_to_bag_pop .shipment_delay_box {
  width: 150px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #ff6600;
  cursor: default;
}
#add_to_bag .add_to_bag_pop .shipment_delay_box .shipment_delay_hint {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 320px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px;
  color: #333;
  font-weight: normal;
  display: none;
  border: 1px solid #ff6900;
  border-radius: 18px;
  background-color: #ffffff;
  z-index: 4;
}
#add_to_bag .add_to_bag_pop .shipment_delay_box .shipment_delay_hint span {
  position: absolute;
  width: 10px;
  height: 10px;
  top: -6px;
  left: 30px;
  background: #fff;
  border-top: 1px solid #ff6900;
  border-right: 1px solid #ff6900;
  transform: rotate(-45deg);
}
#add_to_bag .add_to_bag_pop .add_to_bag_pop_content {
  position: relative;
  background-color: #fff;
  width: 1000px;
  height: 670px;
  margin: 110px auto;
  padding: 50px 20px 28px 20px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#add_to_bag .add_to_bag_pop .add_to_bag_pop_content > .close {
  transition: all 0.5s ease;
  transform: rotate(0deg);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px ;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#add_to_bag .add_to_bag_pop .add_to_bag_pop_content > .close:hover {
  transition: all 0.5s ease;
  transform: rotate(360deg);
}
#add_to_bag .add_to_bag_pop .add_to_bag_pop_content .icon-close48 {
  font-size: 20px;
  color: #000;
}
#add_to_bag .add_to_bag_pop_left {
  position: relative;
  float: left;
  width: 475px;
  height: 573px;
  overflow: hidden;
}
#add_to_bag .add_to_bag_pop_left .swiper-button-prev {
  text-align: left;
  left: 0px;
}
#add_to_bag .add_to_bag_pop_left .swiper-button-next {
  text-align: right;
  right: 0%;
}
#add_to_bag .add_to_bag_pop_left .swiper-button-prev,
#add_to_bag .add_to_bag_pop_left .swiper-button-next {
  top: 50%;
  margin-top: -20px;
  background: none;
  width: 24px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
}
#add_to_bag .add_to_bag_pop_left .swiper-button-prev i,
#add_to_bag .add_to_bag_pop_left .swiper-button-next i {
  font-size: 18px;
  color: #555;
}
#add_to_bag #add_to_bag_pop_Swiper {
  padding: 0;
  width: 430px;
  height: 100%;
  background-color: #FFF;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#add_to_bag #add_to_bag_pop_Swiper .swiper-wrappe {
  width: 100%;
  height: 100%;
}
#add_to_bag #add_to_bag_pop_Swiper .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url(https://www.wholesale7.net/themes/wholesale7/assets/images/loading.gif) no-repeat center center;
}
#add_to_bag #add_to_bag_pop_Swiper img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
#add_to_bag .add_to_bag_pop_right {
  position: relative;
  float: right;
  width: 50%;
  padding-left: 20px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /**** 商品价格   ***/
  /********商品原价格********/
  /*******  商品折扣  *******/
}
#add_to_bag .add_to_bag_pop_right .buyget {
  line-height: 20px;
}
#add_to_bag .add_to_bag_pop_right .buyget a {
  font-size: 12px;
  color: #ff4062;
  display: inline-block;
  font-weight: bold;
}
#add_to_bag .add_to_bag_pop_right .buyget a:hover {
  text-decoration: underline;
}
#add_to_bag .add_to_bag_pop_right .buyget i {
  font-size: 14px;
  margin-right: 5px;
  transform: scaleX(-1);
  display: inline-block;
}
#add_to_bag .add_to_bag_pop_right > a > h2 {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
#add_to_bag .add_to_bag_pop_right > p {
  font-size: 12px;
  color: #000;
  line-height: 30px;
}
#add_to_bag .add_to_bag_pop_right b {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  vertical-align: middle;
}
#add_to_bag .add_to_bag_pop_right .any {
  display: inline-block;
  padding: 2px 8px;
  background: #ff4062;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  vertical-align: middle;
  line-height: normal;
  margin-left: 10px;
}
#add_to_bag .add_to_bag_pop_right .any em {
  font-weight: bold;
}
#add_to_bag .add_to_bag_pop_right .add_to_bag_pop_shop_price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  margin-left: 16px;
}
#add_to_bag .add_to_bag_pop_right .add_to_bag_pop_shop_discount {
  color: #ff4062;
  font-size: 16px;
  font-weight: 600;
  margin-left: 16px;
}
#add_to_bag p.add_to_bag_pop_goods_assess {
  line-height: 32px;
  font-size: 12px;
  color: #ff4062;
  overflow: hidden;
}
#add_to_bag p.add_to_bag_pop_goods_assess > em {
  color: #888;
  margin-right: 5px;
}
#add_to_bag p.add_to_bag_pop_goods_assess > span {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 90px;
  height: 18px;
  background: url(/themes/wholesale7/assets/images/star.png) repeat-x center;
  background-size: 18px;
  background-position: 0 -17px;
}
#add_to_bag p.add_to_bag_pop_goods_assess span.red_star {
  margin: 0;
  width: 90%;
  display: block;
  height: 18px;
  background: url(/themes/wholesale7/assets/images/star.png) repeat-x center;
  background-size: 18px;
  background-position: 0 0;
}
#add_to_bag .add_to_bag_pop_goodsAttr {
  position: relative;
  margin: 12px 0;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#add_to_bag .add_to_bag_pop_goodsAttr > p {
  font-size: 12px;
  color: #000;
  line-height: 30px;
}
#add_to_bag .add_to_bag_pop_color {
  position: relative;
  overflow: hidden;
}
#add_to_bag .add_to_bag_pop_color > span {
  position: absolute;
  top: 10px;
  left: 0%;
  font-size: 12px;
  margin-right: 20px;
  color: #000;
  height: 40px;
  line-height: 40px;
}
#add_to_bag .add_to_bag_pop_color .pop_goods_color:nth-child(8n+1) {
  margin-right: 0!important;
}
#add_to_bag .add_to_bag_pop_color .pop_goods_color {
  cursor: pointer;
  text-align: center;
  position: relative;
  float: left;
  width: 48px;
  height: auto;
  height: 58px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  margin-right: 13px;
  margin-bottom: 6px;
}
#add_to_bag .add_to_bag_pop_color .pop_goods_color .sku_num {
  display: none;
  position: absolute;
  z-index: 2;
  min-width: 20px;
  height: 20px;
  right: 0px;
  bottom: 0px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #ff4062;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
#add_to_bag .add_to_bag_pop_color .pop_goods_color > span {
  background-color: #FFF;
  display: block;
  height: 42px;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
}
#add_to_bag .add_to_bag_pop_color .pop_goods_color i {
  display: none;
  position: absolute;
  right: -3px;
  bottom: -4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #ff4062;
  font-size: 16px;
}
#add_to_bag .add_to_bag_pop_color .pop_goods_color img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
#add_to_bag .add_to_bag_pop_color .active.pop_goods_color {
  border-color: #ff4062;
}
#add_to_bag .add_to_bag_pop_color .active.pop_goods_color i {
  display: block;
}
#add_to_bag #sizeHint.animeted,
#add_to_bag .animeted {
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#add_to_bag .size_data_box {
  position: relative;
  width: 100%;
}
#add_to_bag .size_data_box li:hover {
  box-shadow: 0 0 2px #ccc;
}
#add_to_bag .size_data_box li {
  float: initial;
  width: 100%;
  padding: 2px;
  height: 35px;
  line-height: 30px;
  position: relative;
  font-size: 14px;
  color: #333;
  text-align: left;
  border: none;
  margin-bottom: 8px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#add_to_bag .size_data_box li .size_test {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  width: 100px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
}
#add_to_bag .size_data_box li .size_test:hover ~ .show_sku_detail {
  display: block;
}
#add_to_bag .size_data_box li .size_test > .size_shade {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1px;
  top: -1px;
  background: #f7f7f7;
  opacity: 0.5;
  border: 1px dashed #999;
  z-index: 1;
}
#add_to_bag .size_data_box li .spec_price {
  display: none;
  position: absolute;
  left: 200px;
  font-size: 16px;
  font-weight: bold;
}
#add_to_bag .size_data_box li .size_number {
  float: right;
  display: flex;
  text-align: center;
  margin-left: 20px;
}
#add_to_bag .size_data_box li .size_number span {
  width: 32px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ededed;
  background-color: #fafafa;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#add_to_bag .size_data_box li .size_number span.active {
  width: 32px;
  height: 30px;
  border: 1px solid #ededed;
  background-color: #fafafa;
  color: #999;
  cursor: no-drop;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#add_to_bag .size_data_box li .size_number input {
  width: 80px;
  text-align: center;
  border: 1px solid #ededed;
  font-size: 16px;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#add_to_bag .size_data_box li span.max,
#add_to_bag .size_data_box li span.min,
#add_to_bag .size_data_box li span.kuohao {
  display: none;
  font-size: 12px;
  color: #999;
  float: right;
  margin: 0 5px;
}
#add_to_bag .size_data_box li .show_sku_detail {
  display: none;
  position: absolute;
  top: -28px;
  background: #fff2d9;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#add_to_bag .all_size {
  position: relative;
  display: block;
  border-top: 1px solid #bbbbbb;
  margin: 0 0 0 3px;
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  color: #bbb;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 26px;
}
#add_to_bag .all_size i {
  position: absolute;
  top: -1px;
  left: 100px;
  width: 58px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #bbb;
  border-top: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
}
#add_to_bag .add_to_bag_pop_size {
  position: relative;
  display: block;
  margin-top: 12px;
  max-height: 164px;
  overflow: hidden;
}
#add_to_bag .add_to_bag_pop_size > .first_title {
  padding-right: 0;
  border: none;
}
#add_to_bag .add_to_bag_pop_size > span {
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  margin-right: 6px;
  color: #000;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
}
#add_to_bag .add_to_bag_pop_size > span.active {
  border-color: #ff4062;
  color: #ff4062;
}
#add_to_bag .add_to_bag_pop_size .add_to_bag_pop_size_details {
  display: none;
  margin-top: 10px;
  width: 90%;
  min-height: 24px;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  padding: 4px 6px;
  background-color: #f9f9f9f9;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#add_to_bag #sizeHint {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 216px;
  color: #ff4062;
  font-size: 12px;
  line-height: 20px;
}
#add_to_bag .add_to_bag_pop_goods_qty {
  overflow: hidden;
}
#add_to_bag .add_to_bag_pop_goods_qty span {
  font-size: 12px;
  color: #000;
  margin-right: 20px;
  float: left;
}
#add_to_bag .add_to_bag_pop_goods_qty .sort_hint {
  font-size: 14px;
  color: #ff4062;
  margin-left: 8px;
}
#add_to_bag .add_to_bag_pop_goods_qty .sort_hint span {
  display: none;
  font-size: 14px;
  color: #ff4062;
  margin: 0;
}
#add_to_bag .add_to_bag_pop_goods_qty .sort_hint span.min {
  margin-right: 10px;
}
#add_to_bag .add_to_bag_pop_goods_qty input {
  float: left;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: none;
  outline: none;
  width: 32px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d9d9d9;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#add_to_bag .add_to_bag_pop_goods_qty .goods_num_Sub {
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
  padding: 0;
  height: 30px;
}
#add_to_bag .add_to_bag_pop_goods_qty .goods_num_Add {
  cursor: pointer;
  background-color: #fff;
  font-size: 16px;
  height: 30px;
}
#add_to_bag .add_to_bag_pop_goods_qty .goods_number {
  width: 50px;
  border-right: none;
  border-left: none;
  -moz-appearance: textfield;
}
#add_to_bag .add_to_bag_pop_goods_qty .goods_number::-webkit-inner-spin-button,
#add_to_bag .add_to_bag_pop_goods_qty .goods_number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#add_to_bag .add_to_bag_pop_goods_total {
  position: relative;
  font-size: 12px;
  color: #000;
  line-height: 30px;
  padding-top: 10px;
}
#add_to_bag .add_to_bag_pop_goods_total .points_introduce {
  position: relative;
  display: inline-block;
}
#add_to_bag .add_to_bag_pop_goods_total .points_introduce:hover .getPoints_details {
  display: block;
}
#add_to_bag .add_to_bag_pop_goods_total .icon-wenhao {
  font-size: 12px;
  color: #000;
}
#add_to_bag .add_to_bag_pop_goods_total .getPoints_details {
  display: none;
  position: absolute;
  top: 25px;
  right: -8px;
  font-size: 12px;
  width: 200px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 6px;
  padding-left: 10px;
}
#add_to_bag .add_to_bag_pop_goods_total .getPoints_details > .sanjiao {
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: 10px;
  width: 6px;
  height: 6px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-bottom: none;
  border-right: none;
}
#add_to_bag .add_to_bag_pop_goods_points_price {
  line-height: normal;
}
#add_to_bag .add_to_bag_pop_goods_points_price .icon-yuan {
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
#add_to_bag .add_to_bag_pop_goods_points_price .icon-dui1 {
  cursor: pointer;
  color: #ff4062;
  font-size: 16px;
}
#add_to_bag .link_goods_details {
  float: right;
  font-size: 12px;
  margin-top: 20px;
  color: #000;
  border-bottom: 1px solid #000;
}
#add_to_bag .add_to_bag_pop_btnbox {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
#add_to_bag #add_to_bag_btn {
  float: left;
  display: block;
  width: 304PX;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 20px;
  background-color: #ff4062;
  text-align: center;
}
#add_to_bag #add_to_bag_btn > div {
  display: none;
}
#add_to_bag #add_to_bag_btn.add_out_of_stock {
  background-color: #ccc;
}
#add_to_bag a.active,
#add_to_bag a.wishlist {
  float: right;
  border: 1px solid #000;
  display: block;
  width: 124px;
  height: 44px;
  line-height: 42px;
  color: #000;
  font-size: 14px;
  text-align: center;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#add_to_bag .wishlist .icon-heart {
  font-size: 16px;
  color: #999;
}
#add_to_bag a.active .icon-heart {
  font-size: 16px;
  color: #ff4062;
}
/******************  登录弹窗 ***********************/
#login {
  display: none;
}
#login > .login_mask {
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 102;
}
#login > .login_pop {
  position: fixed;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  width: 1000px;
  height: 640px;
  background-color: #fff;
  z-index: 103;
  margin: 120px auto;
  padding-top: 58px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#login > .login_pop > .close {
  transition: all 0.5s ease;
  transform: rotate(0deg);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#login > .login_pop > .close:hover {
  transition: all 0.5s ease;
  transform: rotate(360deg);
}
#login > .login_pop .icon-close48 {
  font-size: 20px;
  color: #333;
}
#login .cut_off_rule {
  position: absolute;
  top: 50px;
  left: 50%;
  height: 450px;
  width: 1px;
  background-color: #ddd;
}
#login .login_left,
#login .login_right {
  float: left;
  width: 49.9%;
  text-align: center;
}
#login .login_right {
  float: right;
}
#login .sign_in,
#login .register {
  width: 360px;
  margin: 0 auto;
  text-align: left;
}
#login .sign_in h2,
#login .register h2 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
#login .sign_in > .register_Coupon,
#login .register > .register_Coupon {
  display: inline-block;
  height: 38px;
  width: 100%;
  padding: 4px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
  background-color: #ffeab2;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#login .sign_in > .register_Coupon a,
#login .register > .register_Coupon a {
  display: block;
  height: 28px;
  text-align: center;
  color: #000;
  border: 1px dashed #e6af6b;
}
#login .sign_in > .register_Coupon span,
#login .register > .register_Coupon span {
  color: #ff4062;
}
#login .sign_in form,
#login .register form {
  padding-top: 50px;
}
#login .sign_in p,
#login .register p {
  line-height: 26px;
  font-size: 12px;
  color: #555;
}
#login .sign_in .hint,
#login .register .hint {
  padding-top: 4px;
  color: #ff4062;
  height: 20px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#login .sign_in input,
#login .register input {
  width: 100%;
  height: 36px;
  font-size: 12px;
  color: #555;
  padding: 12px 4px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#login .sign_in .business span,
#login .register .business span {
  line-height: 26px;
  font-size: 12px;
  color: #555;
  margin-right: 10px;
  cursor: pointer;
}
#login .sign_in .business span b,
#login .register .business span b {
  font-weight: normal;
  padding: 0;
}
#login .sign_in .business em,
#login .register .business em {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #555;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
#login .sign_in .business .active::after,
#login .register .business .active::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #333;
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari 和 Chrome */
  border-radius: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#login .sign_in .forgotPas,
#login .register .forgotPas {
  float: right;
  font-size: 12px;
  border-bottom: 1px solid #555;
  color: #555;
  line-height: normal;
}
#login .sign_in .btn,
#login .register .btn {
  margin: 20px 0;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #ff4062;
}
#login .register > form {
  padding-top: 10px;
}
#login .register > form :last-child {
  line-height: normal;
  position: relative;
  padding-left: 20px;
}
#login .register > form input[type="checkbox"] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0%;
  bottom: 0%;
}
#login .third_party_login {
  padding: 10px 0 20px;
  width: 100%;
}
#login .third_party_login .paypal_login,
#login .third_party_login .facebook_login,
#login .third_party_login .google_login {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: 21.5%;
  margin-left: 30px;
  background-color: #2da4f6;
  -moz-border-radius: 4px;
  /* Firefox */
  -webkit-border-radius: 4px;
  /* Safari 和 Chrome */
  border-radius: 4px;
}
#login .third_party_login .paypal_login > span,
#login .third_party_login .facebook_login > span,
#login .third_party_login .google_login > span {
  position: absolute;
  top: 0%;
  left: 4px;
  width: 1px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#login .third_party_login .facebook_login {
  margin: 0;
  padding: 0;
  margin-left: 43px;
  background-color: #37559c;
}
#login .third_party_login .google_login {
  margin: 0;
  padding: 0;
  margin-left: 43px;
  background-color: #d81e06;
}
#login .third_party_login .google_login i {
  background: #d81e06;
  border-radius: 3px;
  font-size: 24px;
  margin-top: -17px;
  height: 34px;
  line-height: 34px;
}
#login .third_party_login i {
  position: absolute;
  top: 50%;
  left: -31px;
  font-size: 35px;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin-top: -17px;
  color: #fff;
}
#login .third_party_login .icon-icon-test,
#login .third_party_login .icon-paypal1 {
  color: #37559c;
  font-size: 33px;
  left: -30px;
  top: 48%;
}
#login .third_party_login .icon-paypal1 {
  color: #2da4f6;
}
#login .facebook_login {
  padding-top: 20px;
}
#login .facebook_login > a {
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #37559c;
}
#login .facebook_login > a span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
#login .facebook_login_top {
  height: 20px;
  line-height: 20px;
  width: 100%;
  position: relative;
  text-align: center;
}
#login .facebook_login_top span {
  font-size: 12px;
  color: #333;
}
#login .facebook_login_top .linellae {
  position: absolute;
  top: 12px;
  width: 45%;
  height: 1px;
  background-color: #333;
}
#login .facebook_login_top .zuo.linellae {
  left: 0%;
}
#login .facebook_login_top .you.linellae {
  right: 0%;
}
img {
  width: 100%;
  vertical-align: middle;
}
i {
  font-style: normal;
}
.red {
  color: #ff4062;
}
/*************************面包屑导航样式******************/
.navigation {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.navigation li:last-child i {
  display: none;
}
.navigation li {
  float: left;
}
.navigation a {
  font-size: 12px;
  color: #999;
}
.navigation h1 {
  display: inline;
  font-size: 12px;
}
.navigation ul li:nth-last-child(1) h1 {
  color: #333333;
}
.navigation .icon-you {
  font-size: 12px;
  color: #999;
}
.navigation a:hover {
  color: #ff4062;
}
.navigation a.active {
  color: #ff4062;
}
.navigation .search_result:hover h1 {
  color: #ff4062;
}
.navigation .search_result {
  color: #333;
  font-size: 12px;
}
.navigation .search_result h1 {
  display: inline;
  color: #333;
  font-size: 12px;
}
/**************************   分页部分  ************************/
#page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
#page > span {
  font-size: 12px;
  color: #999;
}
#page .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 235px;
}
#page .pages > a {
  display: inline-block;
  width: 40px!important;
  height: 40px;
  line-height: 40px;
  background-color: #F5F5F5;
  font-size: 12px;
  color: #333;
  margin: 0 6px;
  text-align: center;
  padding: 0!important;
}
#page .pages a.active {
  border-radius: 2px;
  background-color: #ff4062;
  color: #FFF;
}
#page .pages .pageZuo,
#page .pages .pageYou {
  margin: 0 6px;
}
#page .pages .pageZuo,
#page .pages .pageYou,
#page .pages .paging {
  cursor: pointer;
}
#page .pages > .paging:hover {
  color: #ff4062;
}
#page .pages > .paging.active:hover {
  color: #FFF;
}
#page .pages i {
  font-size: 12px;
  color: #333;
}
#page .gopage {
  display: flex;
  align-items: center;
  margin-left: 8px;
  float: right;
  height: 20px;
  line-height: 20px;
}
#page .gopage span,
#page .gopage input,
#page .gopage a {
  margin: 0;
  padding: 0;
  margin-left: 4px;
  width: auto;
  display: inline-block;
  font-size: 12px;
  color: #333;
  padding: 4px 2px;
}
#page .gopage span {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#page .gopage input {
  outline: none;
  margin-left: 4px;
  width: 40px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page .gopage a#inputPage {
  height: 22px;
  line-height: 22px;
  margin-left: 4px;
  text-align: center;
  padding: 0;
  color: #fff;
  width: 30px;
  background-color: #ff4062;
  border-radius: 3px;
}
@keyframes addAnimate {
  0% {
    top: 10px;
    transform: scale(1);
    opacity: 1;
  }
  100% {
    top: -40px;
    transform: scale(0.6);
    opacity: 0;
  }
}
#add_bag_info .pricebox .proInfo.flash_sale {
  position: relative;
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Safari 和 Chrome */
  border-radius: 0;
  padding: 3px 10px;
  padding-right: 18px;
  height: 20px;
}
#add_bag_info .pricebox .proInfo.flash_sale::after {
  position: absolute;
  top: 0%;
  right: 0%;
  display: block;
  content: ' ';
  border: 10px solid transparent;
  border-right-color: #FFF;
}
.activity_in {
  width: 110px;
  position: fixed;
  top: 550px;
  left: 0;
  transform: translateX(0px);
  transition: all 0.5s ease;
  z-index: 9;
}
.activity_in.activity_in_close {
  transition: all 0.5s ease;
  transform: translateX(-120px);
}
.activity_in .activity_in_main {
  width: 118px;
  margin: 0 auto;
  position: relative;
}
.activity_in .activity_in_main span {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -20px;
  right: -25px;
  cursor: pointer;
}
.activity_in .activity_in_main span.activity_close {
  background: url("/themes/wholesale7/assets/images/activity_close.png") no-repeat center;
  background-size: contain;
}
.activity_in .activity_in_main span.activity_show {
  background: url("/themes/wholesale7/assets/images/activity_show.png") no-repeat center;
  background-size: contain;
}
.website_stated_model {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.website_stated_model .website_stated {
  width: 660px;
  margin: 10% auto;
  background: #fff;
  padding: 30px 80px;
  box-sizing: border-box;
}
.website_stated_model .website_stated h6 {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.website_stated_model .website_stated h6 i {
  font-size: 32px;
  color: #ffc764;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url("/themes/wholesale7/assets/images/website_stated_tip.png") no-repeat center;
  background-size: contain;
  position: relative;
  top: 3px;
}
.website_stated_model .website_stated p {
  color: #333;
  font-size: 16x;
  line-height: 30px;
}
.website_stated_model .website_stated a {
  display: block;
  margin: 20px auto;
  width: 190px;
  height: 35px;
  line-height: 35px;
  background: #333;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.website_stated_model .website_vip_main {
  width: 664px;
  margin: 10% auto;
  box-sizing: border-box;
  position: relative;
}
.website_stated_model .website_vip_main .website_vip_close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #ffccd7;
  font-size: 30px;
  z-index: 3;
  -moz-border-radius: 15px;
  /* Firefox */
  -webkit-border-radius: 15px;
  /* Safari 和 Chrome */
  border-radius: 15px;
}
.website_stated_model .website_vip_main a {
  position: absolute;
  height: 415px;
  top: 0;
}
.website_stated_model .website_vip_main a.link1 {
  width: 372px;
  left: 0;
}
.website_stated_model .website_vip_main a.link2 {
  width: 292px;
  right: 0;
}
.more_explore {
  width: 1200;
  margin: 0 auto;
}
.more_explore .advertising_com {
  width: 583px;
  height: 69px;
  margin: 50px auto;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 69px;
  background: url(/themes/wholesale7/assets/images/btnbg.png) no-repeat center;
}
.more_explore .explore {
  width: 100%;
}
.more_explore .explore a {
  display: block;
  float: left;
  width: 380px;
  height: 500px;
}
.more_explore .explore a img {
  width: 100%;
}
.more_explore .explore a:nth-child(2) {
  margin: 0 30px;
}
.coupon_icon {
  display: inline-block;
  height: 20px;
  background: #fbebed;
  position: relative;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  color: #ee4d2d;
}
.coupon_icon span {
  position: absolute;
  top: 0;
  height: 100%;
}
.coupon_icon span i {
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.coupon_icon span i:first-child {
  top: 0;
}
.coupon_icon span i:nth-child(2) {
  top: 30%;
}
.coupon_icon span i:last-child {
  bottom: 0;
  height: 8px;
}
.coupon_icon .right {
  right: 3px;
}
.coupon_icon .left {
  left: -3px;
}
.coupon_icon .left i {
  width: 8px;
}
.coupon_icon .right i:nth-child(2) {
  top: auto;
  bottom: 30%;
  height: 8px;
}
.goods_coupon_win {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.goods_coupon_win .goods_coupon_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 830px;
  background: #fff;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border: 1px solid #eee;
  overflow: hidden;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goods_coupon_win .goods_coupon_box h3 {
  width: 100%;
  height: 50px;
  background: #f8f8f8;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  line-height: 50px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goods_coupon_win .goods_coupon_box h3 a {
  display: block;
  float: right;
  position: relative;
  margin: 10px 10px 0 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: #333;
  line-height: 20px;
}
.goods_coupon_win .goods_coupon_box h3 a i {
  font-size: 31px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.goods_coupon_win .goods_coupon_box > p {
  font-size: 12px;
  color: #333;
  margin-bottom: 15px;
  padding: 0 20px;
  line-height: 20px;
}
.goods_coupon_win .goods_coupon_box > p.note {
  color: #ff4062;
  margin: 10px 0 0 0;
}
.goods_coupon_win .goods_coupon_box ul {
  width: 100%;
  min-height: 256px;
  max-height: 520px;
  overflow-y: scroll;
  padding: 0 20px;
}
.goods_coupon_win .goods_coupon_box .item {
  float: left;
  width: 380px;
  height: 115px;
  text-align: left;
  padding-left: 25px;
  margin-right: 28px;
  margin-bottom: 28px;
  background: url('/themes/wholesale7/assets/img/coupon_bg.png') no-repeat center center;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.goods_coupon_win .goods_coupon_box .item .professional_bottom {
  position: relative;
  line-height: 1;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 0 0 0px;
}
.goods_coupon_win .goods_coupon_box .item .professional_bottom .coupon_price {
  font-family: ArialMT;
  font-size: 42px;
  color: #ffe16f;
  overflow: hidden;
}
.goods_coupon_win .goods_coupon_box .item .professional_bottom .coupon_price span {
  display: inline-block;
  float: left;
}
.goods_coupon_win .goods_coupon_box .item .professional_bottom .min_order {
  font-family: ArialMT;
  font-size: 16px;
  color: #ffe16f;
  margin: 10px 0 0;
  font-weight: bold;
  overflow: hidden;
}
.goods_coupon_win .goods_coupon_box .item .professional_bottom .min_order span {
  display: inline-block;
  float: left;
}
.goods_coupon_win .goods_coupon_box .item .professional_bottom .state {
  position: absolute;
  right: 0;
  top: 0;
  width: 137px;
  height: 115px;
  font-family: ArialMT;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 45px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goods_coupon_win .goods_coupon_box .item .professional_bottom .state a {
  color: #fff;
}
.goods_coupon_win .goods_coupon_box .item .professional_bottom .state span {
  display: inline-block;
  padding: 1px 8px;
  font-size: 12px;
  color: #d25a37;
  background-color: #ffc786;
  border-radius: 9px;
}
.goods_coupon_win .goods_coupon_box .item:nth-child(2n) {
  margin-right: 0;
}
.goods_coupon_win .goods_coupon_box .item_active {
  background: url('/themes/wholesale7/assets/images/act_coupon_active.jpg') no-repeat center center;
}
.goods_coupon_win .goods_coupon_box .item_active .professional_bottom .coupon_price {
  color: #888;
}
.goods_coupon_win .goods_coupon_box .item_active .professional_bottom .min_order {
  color: #888;
}
.goods_coupon_win .goods_coupon_box .item_active .professional_bottom .time {
  color: #888;
}
.ewm {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 91;
  overflow-y: scroll;
}
.ewm > .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 640px;
  background: #fff;
  overflow: hidden;
}
.ewm > .box .close {
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.ewm > .box .close i {
  font-size: 20px;
  color: #333;
}
.ewm > .box .content {
  padding-left: 124px;
  overflow: hidden;
  overflow-y: scroll;
  height: 750px;
  padding: 0px 8px 0 124px;
  width: 520px;
}
.ewm > .box .content .step {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 40px 0 20px;
}
.ewm > .box .appicon div {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 60px;
}
.ewm > .box .appicon .android {
  margin-right: 0;
}
.ewm > .box .appicon span {
  display: block;
  width: 100%;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  margin-top: 10px;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.ewm > .box .apporder {
  margin: 70px 0 20px;
}
.ewm > .box .apporder img {
  width: 390px;
}
.ewm .counponBox .categories {
  width: 100%;
  font-size: 13px;
  font-family: Arial;
  color: #333;
  padding-left: 10px;
  margin-bottom: 30px;
}
.ewm .counponBox .categories span {
  margin-right: 20px;
}
.ewm .counponBox .categories ul {
  display: inline-block;
  vertical-align: middle;
}
.ewm .counponBox .categories ul li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
}
.ewm .counponBox .categories ul li.active a {
  color: #ff4062;
}
.ewm .counponBox .categories_coupon li {
  display: none;
}
.ewm .counponBox .categories_coupon li.active {
  display: block;
}
.ewm .counponBox .item {
  width: 300px;
  height: 115px;
  text-align: left;
  padding-left: 16px;
  background: url('/themes/wholesale7/assets/img/coupon_bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ewm .counponBox .item .coupon_num {
  position: absolute;
  top: -15px;
  right: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #ffe16f;
  color: #d25a37;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.ewm .counponBox .item > p.time {
  text-align: center;
  width: 100%;
  margin-top: 35px;
  font-size: 12px;
  text-indent: -16px;
  color: #000;
}
.ewm .counponBox .item .professional_bottom {
  position: relative;
  line-height: 1;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 0 0 0px;
}
.ewm .counponBox .item .professional_bottom .coupon_price {
  font-family: ArialMT;
  font-size: 32px;
  color: #ffe16f;
  overflow: hidden;
}
.ewm .counponBox .item .professional_bottom .coupon_price span {
  display: inline-block;
  float: left;
}
.ewm .counponBox .item .professional_bottom .min_order {
  font-family: ArialMT;
  font-size: 12px;
  color: #ffe16f;
  margin: 12px 0 0;
  overflow: hidden;
}
.ewm .counponBox .item .professional_bottom .min_order span {
  display: inline-block;
  float: left;
}
.ewm .counponBox .item .professional_bottom .state {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 115px;
  font-family: ArialMT;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding-top: 45px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ewm .counponBox .item .professional_bottom .state span {
  display: inline-block;
  padding: 1px 8px;
  font-size: 12px;
  color: #d25a37;
  background-color: #ffc786;
  border-radius: 9px;
  margin-top: 5px;
}
.ewm .counponBox .item:nth-child(3n) {
  margin-right: 0;
}
.ewm .counponBox .item_active {
  background: url('/themes/wholesale7/assets/images/act_coupon_active.jpg') no-repeat;
}
.ewm .counponBox .item_active .professional_bottom .coupon_price {
  color: #888;
}
.ewm .counponBox .item_active .professional_bottom .min_order {
  color: #888;
}
.ewm .counponBox .item_active .professional_bottom .time {
  color: #888;
}
.xflogo {
  position: fixed;
  top: 300px;
  left: 0;
  z-index: 91;
  text-align: center;
  padding: 10px;
}
.xflogo a {
  display: inline-block;
}
.xflogo a img {
  width: auto;
  max-width: 180px;
}
.xflogo i {
  position: absolute;
  top: -2px;
  right: -18px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  font-weight: bold;
  line-height: 0;
}
.xflogo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 2;
  cursor: move;
}
.mask_modul {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.mask_modul > div {
  position: absolute;
  width: 403px;
  height: 273px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
}
.mask_modul > div span {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  cursor: pointer;
}
.mask_modul > div span i {
  font-size: 24px;
  color: #888;
}
.mask_modul > div p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.mask_modul > div p.red {
  color: #ff4062;
  font-size: 16px;
  margin-top: 45px;
}
.mask_modul > div .icon-youxiang {
  font-size: 30px;
  color: #00b2ed;
}
.mask_modul > div .icon-whatsapp {
  font-size: 30px;
  color: #3ac34c;
}
.activity_viewmore_btn_box {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.activity_viewmore_btn_box .activity_viewmore_img {
  display: block;
}
.activity_viewmore_btn_box .activity_viewmore_img img {
  width: 100%;
  vertical-align: middle;
}
.activity_viewmore_btn_box .activity_viewmore_btn {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  background: #ff4062;
}
.activity_viewmore_btn_box .activity_viewmore_btn span {
  position: absolute;
  top: 0;
  right: -51px;
  width: 51px;
  height: 25px;
  background: url('/themes/wholesale7/assets/img/active_viewmore_btn.png') no-repeat;
}
.PolicyBtn {
  line-height: 1;
  text-align: right;
  font-size: 12px;
  color: #555;
}
.PolicyBtn a {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
}
#add_to_bag .add_to_bag_pop_goodsAttr .errorAnimate {
  animation: sizeAnimate 1s ease;
  -webkit-animation: sizeAnimate 1s ease;
  /* Safari 和 Chrome */
}
@keyframes sizeAnimate {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.category_ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px!important;
}
.category_ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  background-color: #D1D1D1;
}
.category_ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #F4F4F4;
  border-radius: 6px;
}
#header_menus {
  position: relative;
  z-index: 100;
  display: flex;
  display: -webkit-flex;
  width: 1440px;
  height: 50px;
  margin: 0 auto;
}
#header_menus.active .category_ul_box {
  display: block!important;
}
#header_menus.active .header_category {
  background-color: #F2F2F2;
}
#header_menus .header_category:hover {
  background-color: #F2F2F2;
}
#header_menus .header_category:hover .category_ul_box {
  display: block;
  border-top: 1px solid #d8d8d8;
}
#header_menus .header_category {
  cursor: pointer;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 205px;
  height: 100%;
  padding: 0 33px 0 22px;
  margin-right: 50px;
  box-sizing: border-box;
}
#header_menus .header_category .header_category_title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
#header_menus .header_category .header_category_title_i {
  font-size: 16px;
}
#header_menus .header_category .category_ul_box {
  z-index: 999;
  background-color: #f2f2f2;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#header_menus .header_category .category_ul_box .category_ul {
  margin-top: 19px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 205px;
  height: 500px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: auto;
  background-color: #f6f6f6;
}
#header_menus .header_category .category_ul_box .category_ul .category_li:hover {
  background-color: #FFD8E5;
}
#header_menus .header_category .category_ul_box .category_ul .category_li:hover span {
  font-weight: bold;
  color: #FF4062;
}
#header_menus .header_category .category_ul_box .category_ul .category_li:hover .category_li_content_box {
  display: block;
}
#header_menus .header_category .category_ul_box .category_ul .category_li {
  width: 100%;
  height: 71.14px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  box-sizing: border-box;
  flex-shrink: 0;
}
#header_menus .header_category .category_ul_box .category_ul .category_li.active {
  background-color: #FFD8E5;
}
#header_menus .header_category .category_ul_box .category_ul .category_li.active .category_li_content_box {
  display: block;
}
#header_menus .header_category .category_ul_box .category_ul .category_li.active span {
  color: #FF4062;
  font-weight: bold;
}
#header_menus .header_category .category_ul_box .category_ul .category_li > a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
#header_menus .header_category .category_ul_box .category_ul .category_li > a > img {
  width: 38px;
  margin-right: 6px;
}
#header_menus .header_category .category_ul_box .category_ul .category_li > span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box {
  display: none;
  position: absolute;
  left: 99%;
  top: 20px;
  height: 100%;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content {
  padding-right: 10px;
  border-radius: 6px;
  margin-left: 6px;
  background: #ffffff;
  border: 2px solid #ff4062;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_box {
  display: flex;
  display: -webkit-flex;
  padding-bottom: 10px;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list {
  display: flex;
  display: -webkit-flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: auto;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list .classify_list_left {
  display: flex;
  padding-top: 20px;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list > div {
  float: left;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list .classify_list_right {
  min-width: 158px;
  margin-top: 10px;
  padding-top: 10px;
  min-height: 320px;
  background-color: #f9f9f9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list .classify_list_right .second_classify {
  padding-bottom: 22px;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list .overstriking {
  font-weight: bold;
  white-space: nowrap;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list .overstriking a {
  font-size: 16px;
  color: #333;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list span:hover {
  color: #FF4062;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list span:hover a {
  color: #FF4062 !important;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list span {
  font-size: 14px;
  display: block;
  min-width: 178px;
  padding-left: 20px;
  font-weight: normal;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list span a {
  padding: 0;
  margin: 0;
  color: #666666;
  font-size: 14px;
  text-align: left;
  position: relative;
  display: inline;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_list a {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  position: relative;
  display: inline;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_goods {
  margin-left: 30px;
  padding-top: 18px;
  width: 202px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_goods a {
  width: 100%;
  margin: 0;
  padding: 0;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_goods a img {
  border-radius: 6px;
}
#header_menus .header_category .category_ul_box .category_ul .category_li .category_li_content_box .category_li_content .classify_goods a .goods_name {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
#header_menus ._menu {
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-right: 66px;
}
#header_menus ._menu:hover {
  color: #FF4062;
}
@media (max-width: 851px) {
  .header_top_left {
    width: 26%!important;
  }
  .header_top_left a img {
    width: 140px!important;
  }
  .header_top_center {
    width: 37%!important;
  }
  .header_top_right {
    width: 37%!important;
  }
}
@media (max-width: 801px) {
  #header_menus {
    height: 30px!important;
    margin-top: 10px;
  }
  #header_menus ._menu {
    line-height: 33px!important;
  }
  #header_menus .header_category .category_ul_box {
    top: 30px!important;
  }
  #header .header_top {
    height: 50px!important;
    padding: 10px!important;
  }
  .headerBox .search_pop_top {
    margin-top: 8px!important;
  }
  .headerBox .search_pop_top > label {
    width: 90%!important;
  }
  .headerBox .search_pop_top > label input {
    width: 72%!important;
  }
  .left_filter {
    top: 100px!important;
  }
  .right_head {
    top: 91px!important;
  }
  .classify_goods_list .each_item {
    width: 20%!important;
  }
  .right_head {
    height: 35px!important;
  }
}
.flexAlignCenter21 {
  display: flex;
}
#img_search_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#img_search_box .img_search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 700px;
  background: #fff;
  transform: translate(-50%, -50%);
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#img_search_box .img_search_tit {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  color: #333;
}
#img_search_box .img_search_tit .icon-close48 {
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
}
#img_search_box .img_search_goods_box {
  width: 100%;
  padding: 0 20px 20px;
  height: 640px;
  overflow: hidden;
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#img_search_box .img_search_goods_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
#img_search_box .img_search_goods_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
#img_search_box .img_search_goods_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#img_search_box .img_search_goods_box .each_item {
  width: 23.55%;
}
