@charset "UTF-8";
@font-face {
  font-family: AlibabaPuHuiTi;
  src:
    url('./Alibaba-PuHuiTi-Light/Alibaba-PuHuiTi-Light.ttf'),
  url('./Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.ttf'),
  url('./Alibaba-PuHuiTi-Medium/Alibaba-PuHuiTi-Medium.ttf'),
  url('./Alibaba-PuHuiTi-Heavy/Alibaba-PuHuiTi-Heavy.ttf')
}

body {
  font-family: AlibabaPuHuiTi;
  background: rgba(242, 245, 247, 1);
}
div{
  font-family: AlibabaPuHuiTi;
}
.container{
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}
/* 顶部css */
.header{
  width: 100%;
}
.header_top{
  width: 100%;
  height: 3.2vw;
  background-image:url('../images/headerBg.png');
  background-size: 100% 100%;
  /* background: linear-gradient(123.56deg, rgba(212, 49, 49, 1) 0%, rgba(79, 172, 254, 1) 12.22%, rgba(31, 31, 31, 1) 50.84%, rgba(30, 32, 33, 1) 67.23%, rgba(216, 83, 103, 1) 100%); */
}
.navigation{
  margin-right: 10vw;
}
.navigation_item{
  margin-left: 1.6vw;
  font-size: 0.8vw;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  vertical-align: top;
  cursor:pointer
}
.navigation_login{
  margin-right: 5px;
}
.header_body{
  width: 100%;
  height: 101px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.header_logo{
  width: 13vw;
  height: 70%;
}
.header_logo img{
  /* width: 80%; */
  height: 100%;
}
.header_label{
  font-size: 1.1vw;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  margin-right: 2.4vw;
  cursor: pointer;
}
.header_label > a{
  color: rgba(94, 94, 94, 1);
}
.label_active > a{
  font-size: 1.2vw;
  font-weight: 700;
  color: rgba(18, 105, 255, 1);
}
.header_search{
  width: 18vw;
  height: 2.6vw;
  background: #F5F5F8;
  border-radius: 14px;
  color:#111111;
  padding:17px;
  box-sizing: border-box;
}

.header_search input{
  border:none;
  outline: none;
  color:#111;
  background-color: transparent;  
}

.search_img{
  width: 1vw;
  height: 1vw;
  margin-right: 10px;
}
.shop_car{
  margin-left: 1.1vw;
  width: 1.5vw;
  height: 1.5vw;
}

/*轮播图和分类*/
.swiper_cate{
  width: 100%;
  height: 34.5vw;
  background: rgba(37, 122, 250, 0.12);
  box-shadow: 0 2px 5px 2px rgba(173, 173, 173, 0.16);
}
.swiper_relative{
  width: 80vw;
  height: 100%;
  position: relative;
}
.swiper{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 8;
}
.swiper img{
  width: 100%;
  height: 100%;
}
.category{
  position: absolute;
  z-index: 8;
  width: 80vw;
  height: 34.5vw;
  top: 0;
  left: 0;
}
.cate_one{
  width: 100%;

  mix-blend-mode: multiply;
  opacity: 1;
  background-image: url('../images/tabBg.png');
  background-size: 100% 100%;
  /* background: linear-gradient(180deg, rgba(0, 31, 66, 0.6) 0%, rgba(255, 255, 255, 0.2) 100%); */
  /*background: rgba(0,0,0,0.5);*/
}
.cate_one_item{
  position: relative;
  height: 3vw;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 1.2vw;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  vertical-align: top;
  cursor: pointer;
  font-weight: 400;
  background-color: #3F98E8;
}
.cate_one_item div{
  text-align: center;
  max-height: 100%;
}
.cate_one_line{
  width: 1px;
  height: 50%;
  mix-blend-mode: overlay;
  background:  rgba(236, 242, 254, .3);

}
.cate_two{
  width: 100%;
}
.cate_two_item{
  width: 7.5vw;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgba(138, 138, 138, 1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.cate_child{
  display: none;
  position: absolute;
  top:0px;
  left:50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 3vw;
  max-height: none !important;
  z-index: -1;
}

.cate_child .cate_child_item{
  width: 100%;
  height: 3vw;
  line-height: 3vw;
  text-align: center;
  opacity: 1;
  margin:0px;
  cursor: pointer;
  background-color: #E9F4FF;
  color: #111111;
  font-size:1.1vw;
  padding:1px 0px;
  min-height: 3vw;
}

.cate_child .cate_child_item div:hover{
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 3vh;
  font-weight: bold;
}

.categoryItem:hover{
  font-weight: 700;
  color: rgba(236, 242, 254, 1);
  font-size: 1.2vw;
}

.sidebar{
  position: fixed;
  left:5%;
  top:40%;
  z-index: 999;
}

.sidebar a{
  display: block;
  width: 2.25vw;
  height: 2.75vw;
  background-color: rgb(137,137,137);
  color:#fff;
  text-align: center;
  padding:5px 0;
  box-sizing: border-box;
  font-size: .8vw;
  margin-bottom: 1px;
}

.sidebar a:last-child{
  line-height: 2.75vw;
  margin-top:7px;
  padding:0px;
}

.sidebar .active{
  mix-blend-mode: lighten;
  opacity: 1;
  background: linear-gradient(90deg, rgba(121, 73, 235, 1) 0%, rgba(240, 10, 186, 1) 100%);
}
.sidebar_code{
  position: absolute;
  width: 10vw;
  height: 10vw;
  bottom: 0;
  right: -10vw;
}

.captionDiv{
  display: flex;
  width: 80vw;
  margin: 1.2vw auto;
  align-items: end;
}

.captionDiv .title{
  font-size: 1.6vw;
}

.captionDiv .text{
  color: rgba(151, 163, 183, 1);
  margin-left:15px;
  font-size: 1.2vw;
}

.captionDiv img{
  width: 1.3vw;
  margin-left: 1.1vw;
  margin-bottom: 5px;
  margin-right:5px;
}

.hotWrap{
  display: flex;
  height: 25vw;
}

.hotItemLeft{
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-image:url('../images/hotBg.png');
  background-size: 100% 100%;
}

.hotItemLeft .logo{
  width: 3.5vw!important;
  margin-top: 6.2vw!important;
  backdrop-filter: blur(5px);
}

.hotItemLeft .count{
  text-align: center;
  color: rgba(255, 247, 189, 1);
  font-size: 1.6vw;
  font-weight: 500;
  margin-top: 2.5vw;
}
.hotItemLeft .count p{
  color: #FFFFFF;
  margin-left: 1vw;
}

.hotItemLeft .text{
  color:rgba(255,255,255,0.5);
  font-size: 0.9vw;
  margin-top: -0.3vw;
}

.hotItemLeft .title{
  margin-top: 0.5vw!important;
  text-align: center;
  color:#fff!important;
  font-weight: 400!important;
  font-size: 1.1vw!important;
}

.hotWrap .hotItem{
  position: relative;
  height: 100%;
  width: 20%;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.hotWrap .hotItem::after{
  content:'';
  position: absolute;
  top:50%;
  right:0px;
  transform: translateY(-50%);
  height: 67%;
  width: 1px;
  background-color:rgba(173, 173, 173, 0.2);
}

.hotWrap .hotItem:last-child::after{
  content:none;
}

.hotWrap .hotItem .title{
  margin-top: 2.4vw;
  font-size: 1.1vw;
  color:rgba(94, 94, 94, 1);
  font-weight: 500;
}

.hotWrap .hotItem .prompt{
  font-size: 0.8vw;
  color:rgba(197, 197, 197, 1);
}

.hotWrap .hotItem img{
  width: 62%;
  margin-top: 2.6vw;
}

.categoryItem:hover .cate_child{
  display: block;
}


.logo-img img{
  width: 10vw;
}

.common-top .logo-warp .logo-img .logoTitle {
  font-size: 0.8vw;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.25vw;
}

.common-top .search-box {
  height: 2vw;
  margin: 0 8vw 0 0;
  font-size: 0;
  position: relative;
}
.search_border{
  position: absolute;
  top: 0;
  left: 0;
  width: 26vw;
  height: 2vw;
  border: 0.1vw solid #00A0E9;
  border-radius: 0.25vw;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
.common-top .search-box .search-icon {
  width: 1.1vw;
  height: 1.5vw;
  background-position: -141px -5px;
  z-index: 1;
}
.common-top .search-box .search-input {
  width: 25vw;
  height: 1.5vw;
  text-indent: 1em;
  color: #000;
  font-size: 0.7vw;
  line-height: 2vw;
  outline: none;
  box-sizing: content-box;
  z-index: 8;
}
.common-top .search-box .search-btn {
  width: 5vw;
  height: 2vw;
  color: #fff;
  background: #00A0E9;
  font-size: 0.9vw;
  font-weight: bold;
  vertical-align: bottom;
  margin-left: -8px;
  text-align: center;
  line-height: 2vw;
  letter-spacing: 2px;
  border-radius: 0 0.25vw 0.25vw 0;
  z-index: 9;
}
.common-top .shopcar {
  width: 7vw;
  height: 2vw;
  display: flex;
  align-items: center;
  border: 1px solid #00A0E9;
  border-radius: 5px;
  font-size: 0.6vw;
  color: #00A0E9;
}

.common-top .shopcar img {
  float: left;
  margin-left: 10px;
  height: 0.75vw;
  width: 0.75vw;
}

.common-top .shopcar a {
  line-height: 20px;
  font-size: 0.7vw;
  display: block;
  color: #00A0E9
}

.common-top .shopcar .mycart {
  float: left;
  font-size: 0.7vw;
  margin-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.common-top .shopcar .cart-count {
  width: 14px;
  line-height: 14px;
  height: 14px;
  background: #EE3535;
  border-radius: 50%;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  margin-left: 5px;
}
.common-top .hotquery {
  position: absolute;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  padding-left: 5px;
  width: 534px;
  margin-top: 5px;
  text-align: left;
}
.common-top .hotquery a {
  color: #999;
  padding-right: 5px;
}
.common-top .hotquery a:hover {
  text-decoration: underline;
}
.common-top .nav-sort {
  background: #fff;
  height: 40px;
  margin-top: 12px;
}
.common-top .nav-sort .warpper {
  width: 80%;
  margin: 0 auto;
}
.common-top .nav-sort .warpper .nav-list {
  width: 10.3vw;
  position: relative;
  z-index: 1;
  box-shadow: none;
}
.common-top .nav-sort .warpper .mod-cate-hd {
  width: 10vw;
  height: 2vw;
  background-color: #00A0E9;
}
.common-top .nav-sort .warpper .mod-cate-hd .icon {
  display: inline-block;
  width: 25px;
  height: 27px;
  background-position: -187px 0px;
}
.common-top .nav-sort .warpper .mod-cate-hd .tt {
  display: inline;
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
  text-indent: 10px;
  line-height: 40px;
  cursor: pointer;
}
.common-top .nav-sort .warpper .allcategoryInfo {
  width: 200px;
  padding-top: 10px;
  background: #33312b;
  display: none;
}
.common-top .nav-sort .warpper .allcategoryInfo .mod-cate {
  padding: 0 0 0 10px;
  background: #33312b;
  height: 32px;
}
.common-top .nav-sort .warpper .allcategoryInfo .mod-cate.on {
  background: #fff;
}
.common-top .nav-sort .warpper .allcategoryInfo .mod-cate.on .mod-subcate {
  display: block;
}
.common-top .nav-sort .warpper .allcategoryInfo .mod-cate.on .mod-cate-r a {
  color: #00A0E9;
}
.common-top .nav-sort .warpper .allcategoryInfo .mod-cate .mod-cate-r {
  height: 30px;
  line-height: 30px;
  font-style: normal;
  font-variant: normal;
  position: relative;
}
.common-top .nav-sort .warpper .allcategoryInfo .mod-cate .mod-cate-r .white {
  background-image: url(../images/division.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  display: inline-block;
}
.common-top .nav-sort .warpper .allcategoryInfo .mod-cate .mod-cate-r .orange {
  background-image: url(../images/division.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 22px;
  width: 22px;
}
.common-top .nav-sort .warpper .allcategoryInfo .mod-cate .mod-cate-r a {
  color: #fff;
  padding-right: 5px;
  font-size: 13px;
  font-weight: 400;
}
.common-top .nav-sort .warpper .allcategoryInfo .mod-cate .mod-subcate {
  display: none;
  width: 200px;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(138, 8, 8, 0.5);
  margin-left: -4px;
  background: #eee;
  position: absolute;
  top: 40px;
  z-index: -1 !important;
  left: 203px;
}
.common-top .nav-sort .warpper .allcategoryInfo .subView-box1 {
  float: left;
  width: 798px;
  padding: 5px 5px 0px 0px;
}
/* 二级菜单 */
.common-top .subView-box1 p {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding: 10px 10px 5px 15px;
}
.common-top .subView-box1 p a {
  color: #000;
}
/* !!! AUTOGEN_END */
/* 三级菜单
.common-top .nav-sort .warpper .allcategoryInfo .subView-box1 h1 {
  float: left;
  width: 85px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  overflow: hidden;
  padding: 10px 10px 5px 15px;
  word-break: keep-all;
  white-space: nowrap;
  line-height: 9px;
}
.common-top .nav-sort .warpper .allcategoryInfo .subView-box1 h1 a {
  display: block;
  color: #333;
}
.common-top .nav-sort .warpper .allcategoryInfo .subView-box1 ul {
  float: left;
  width: 85%;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
  padding-top: 4px;
  line-height: 22px;
  min-height: 22px;
  white-space: nowrap;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.common-top .nav-sort .warpper .allcategoryInfo .subView-box1 ul li {
  float: left;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.common-top .nav-sort .warpper .allcategoryInfo .subView-box1 ul li a {
  display: block;
  padding: 0 8px;
  float: left;
  font-size: 12px;
  color: #666;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 18px;
  white-space: nowrap;
}
.common-top .nav-sort .warpper .allcategoryInfo .subView-box1 ul li a:hover {
  color: red;
}
 */

.common-top .nav-sort .warpper .allcategoryInfo .subView-box2 {
  float: right;
  width: 196px;
}
.common-top .nav-sort .warpper .allcategoryInfo .subView-box2 .main_right_box20 {
  float: left;
  width: 210px;
  padding-top: 13px;
  padding-bottom: 16px;
}
.common-top .nav-sort .warpper .allcategoryInfo .subView-box2 .main_right_box20 ul li {
  float: left;
  padding-left: 1px;
  padding-top: 1px;
  background-color: #fff;
}

.common-top .nav-sort .warpper .allcategoryInfo .subView-box2 .main_right_box20 ul li img {
  width: 90px;
  height: 30px;
}

.menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.menu_bg{
  background: linear-gradient(315deg, rgba(0,160,232,0.4) 0%, rgba(0,160,232,0.2) 100%);
  position: absolute;
  width: 100%;
  height: 580px;
  top: 0;
  left: 0;
  z-index: -1;
}

.menu .nav-sort {
  /*width: 210px;*/
  /*height: 580px;*/
  /*background: #ffffff;*/
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  overflow: hidden;
}

.menu .nav-sort:hover {
  z-index: 10;
  overflow: visible;
}

.menu .nav-sort .mod-cate-hd {
  display: flex;
  width: 210px;
  height: 40px;
  background: #00A0E8;
  align-items: center;
  line-height: 40px;
}

.menu .nav-sort .mod-cate-hd .tt {
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 10px;
}

.menu .nav-sort .mod-cate-hd img {
  height: 14px;
  margin-left: 20px;
  width: 16px;
}

.menu .nav-sort .cateBox {
  display: flex;
  flex-direction: column;
  height: 580px;
  background: rgba(0,0,0,0.5);
  overflow: scroll;
}

.menu .nav-sort .cateBox .cateItem {
  width: 210px;
  height: 50px;
  background: #FFFFFF;
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu .nav-sort .cateBox .cateItem:hover {
  background: #E5F5FD
}

.menu .nav-sort .cateBox .cateItem .title {
  margin-left: 20px;
  font-size: 14px;
  color: #000000;
}

.menu .nav-sort .cateBox .cateItem img {
  width: 5px;
  height: 10px;
  margin-right: 20px;
}
.cate_content{
  width: auto;
  margin: 0 0.85vw;
  padding: 1px;
  overflow: hidden;
}
.cate_title{
  width: 100%;
  margin-top: 0.6vw;
  line-height: 1.5vw;
  font-size: 1.2vw;
  font-weight: 400;
  color: rgba(255,255,255,1);
}
.cate_child_item{
  margin: 0.25vw 0.5vw 0 0;
  font-size: 0.7vw;
  color: rgba(255,255,255,0.75);
  font-weight: 300;
}
.cate_inside_line{
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.2);
  margin-top: 0.25vw;
}
.cate_outside_line{
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  margin-top: 13px;
}

.menu .left_ll {
  /*float: left;*/
}

.menu .left_ll .slide_x {
  position: relative;
  width: 760px;
  height: 580px;
  background: rgba(0, 0, 0, 0);
}
.menu .left_ll .slide_x .box {
  overflow: hidden;
  position: relative;
  width: 760px;
  height: 580px;
}
.menu .left_ll .slide_x .list {
  overflow: hidden;
  width: 760px;
  height: 580px;
}
.menu .left_ll .slide_x .list li {
  float: left;
  position: relative;
  width: 760px;
  height: 580px;
  margin-top: 1px;
}
.menu .left_ll .slide_x .list li img {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}
.menu .left_ll .btn {
  overflow: hidden;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 0 8px;
  height: 20px;
  height: 30px \9;
  background-color: hsla(0, 0%, 100%, 0.3);
}
.menu .left_ll .btn li {
  display: inline-block;
  width: 13px;
  height: 13px;
  font: 14px/22px Tahoma;
  text-align: center;
  cursor: pointer;
  margin: 0 2px;
  background: url(../images/yuan_01.png) no-repeat;
}
.menu .left_ll .btn li.selected {
  background: url(../images/yuan_02.png) no-repeat;
}

.menu_box{
  width: 80vw;
  height: 30vw;
  margin:0 auto;
  position: relative;
  overflow: hidden;
}

.menu .menu_box1 {
  padding-left: 211px;
}

.menu .menu_box1 .content {
  height: 160px;
  width: 780px;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}

.right-container {
  margin-left: 10px;
  width: 12vw;
  height: 30vw;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right-container .title {
  font-size: 14px;
  color: #000000;
  width: 129px;
  height: 40px;
  margin-top: 50px;
}

.right-container .loginBtn {
  width: 80px;
  height: 30px;
  background: #00A0E9;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-top: 50px;
}

.loginBtn a {
  color: #FFFFFF;
}

.right-container .item-list {
  display: flex;
  height: 12vw;
  width: 100%;
  margin-top: 1.25vw;
  flex-wrap: wrap;
}

.item-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6vw;
  height: 4vw;
}

.item-list .item img {
  width: 1.4vw;
  height: 1.5vw;
}

.item-list .item .item-title{
  margin-top: 0.4vw;
  font-size: 0.6vw;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.menu .menu_right {
  width: 200px;
  float: right;
  position: relative;
  margin-top: 1px;
  margin-right: 1px;
}

.menu .menu_right h1 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: left;
  padding: 5px 15px 0px;
  background: #fff;
}
.menu .menu_right h1 a {
  color: #333;
}
.menu .menu_right h1 span {
  font-size: 12px;
  color: #666;
  display: inline-block;
  float: right;
}
.menu .menu_right .hr {
  border-bottom: 1px solid #ccc;
  margin: 0px 10px;
}
.menu .menu_right .menu_right_box1 {
  height: 271px;
  background: #fff;
}
.menu .menu_right .menu_right_box1 p {
  padding-top: 17px;
  float: left;
}
.menu .menu_right .menu_right_box1 .twoinput {
  padding-left: 12px;
}
.menu .menu_right .menu_right_box1 .sku {
  width: 92px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #aaa;
  color: #666;
  font-size: 12px;
  text-indent: 0.3em;
}
.menu .menu_right .menu_right_box1 .numberchange {
  float: left;
  padding-left: 10px;
  padding-top: 17px;
}
.menu .menu_right .menu_right_box1 .numberchange .spinner {
  width: 71px;
  -webkit-box-shadow: 0 3px 3px -4px #aaa;
  -moz-box-shadow: 0 3px 3px -4px #aaa;
  box-shadow: 0 3px 3px -4px #aaa;
}
.menu .menu_right .menu_right_box1 .numberchange .spinner .button {
  border: 1px solid #aaa;
  width: 21px;
  color: #e5312a;
  padding: 0;
  outline: 0;
  height: 22px;
  text-align: center;
  float: left;
  line-height: 25px;
  margin: 0;
  background-image: url(../images/iconz.png);
  background-repeat: no-repeat;
}
.menu .menu_right .menu_right_box1 .numberchange .spinner .decrease {
  background-position: -237px -10px;
  cursor: pointer;
  text-indent: -10000px;
}
.menu .menu_right .menu_right_box1 .numberchange .spinner .spinnerExample {
  background-position: 0 -25px;
  color: #919191;
  width: 24px;
  height: 22px;
  border: none;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  font-family: Arial;
  padding: 0;
}
.menu .menu_right .menu_right_box1 .numberchange .spinner .value {
  text-align: center;
  float: left;
  line-height: 25px;
  margin: 0;
}
.menu .menu_right .menu_right_box1 .numberchange .spinner .increase {
  background-position: -259px -9px;
  cursor: pointer;
  text-indent: -10000px;
}
.menu .menu_right .menu_right_box1 .tijiao {
  display: block;
  width: 100px;
  height: 26px;
  background: #00A0E9;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  border: 0;
/*  margin-top: 18px;*/
  margin-left: 58px;
  text-align: center;
  line-height: 26px;
}
.menu .menu_right .menu_right_box1 .content {
  margin: 5%;
  width: 90%;
  height: 180px;
}
.menu .menu_right .indexInquiry {
  margin-top: 12px;
  margin-left: 0px;
}
/* 热销 */
.main {
  width: 80vw;
  margin: 0 auto;
  position: relative;
  /*height: 750px;*/
}
.main #divMainTab {
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: -20px;
  margin-top: 10px;
}
.main #divMainTab .wrapulclass {
  width: 80%;
  background: #00A0E8;
  height: 48px;
}
.main #divMainTab .wrapulclass .fireicon {
  float: left;
  width: 36px;
  height: 48px;
  background-position: -125px -134px;
  background-image: url(../images/iconz.png);
  margin-left: 13px;
}
.main #divMainTab .hotproword {
  height: 48px;
  line-height: 48px;
  margin-left: 20px;
  display: inline-block;
  width: 140px;
  color: #fff;
}
.main #divMainTab .hotproword h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.main #divMainTab .ulclass {
  list-style: none;
  border-collapse: collapse;
  height: 48px;
  line-height: 48px;
  float: right;
  margin-right: 20px;
}
.main #divMainTab .ulclass .top_normal {
  list-style: none;
  float: left;
  text-align: center;
  vertical-align: middle;
  border-bottom: none !important;
  cursor: pointer;
  position: relative;
}
.main #divMainTab .ulclass .top_normal .tab_off {
  border: 1px solid #de7b95;
  font-size: 15px;
  text-decoration: none;
  height: 25px;
  width: 84px;
  margin-left: 10px;
  margin-top: 10px;
  line-height: 25px;
  background: #fff;
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.main #divMainTab .ulclass .top_normal.on .tab_off {
  color: #fff !important;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.3) !important;
}
.main #divMainTab .divContent {
  width: 80%;
  background: #fff;
/*  overflow: hidden;*/
  display: block;
}
.main #divMainTab .divContent .divContent-list {
  display: flex;
  flex-wrap: wrap;
/*  width: 1000%;*/
}
.main #divMainTab .divContent .main_box1_box2 {
  color: #333;
  font-size: 12px;
  width: 300px;
}
.main #divMainTab .divContent .main_box1_box2 dt {
  text-align: center;
}
.main #divMainTab .divContent .main_box1_box2 dt:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.main #divMainTab .divContent .main_box1_box2 img {
  display: inline-block;
  width: 270px;
  height: 200px;
  padding-top: 10px;
  object-fit: cover;
}
.main #divMainTab .divContent .indextuijian {
  width: 270px;
  margin-left: 20px;
  overflow: hidden;
}
.main #divMainTab .divContent .indextuijian .recommendname {
  display: inline-block;
  width: 169px;
  overflow: hidden;
  font-size: 12px;
  color: #000000;
  margin-top: 10px;
}

.main #divMainTab .divContent .indextuijian .xfsprice {
  /*margin-left: -6px;*/
  /*margin-right: -5px;*/
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  color: #EE3535;
}

/*.main #divMainTab .divContent .indextuijian .xfsprice span {*/
/*  float: left;*/
/*  font-size: 10px;*/
/*  color: #666;*/
/*  vertical-align: top;*/
/*  line-height: 20px;*/
/*  margin-left: 5px;*/
/*}*/
/*.main #divMainTab .divContent .indextuijian .xfsprice b {*/
/*  font-size: 15px;*/
/*  font-weight: 600;*/
/*  color: #FF6F36;*/
/*  float: left;*/
/*  display: block;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*}*/
.floor {
  width: 80%;
  margin: 20px auto 0;
}

.floor.com-floor {
  background: #fff;
  border-top: 2px solid #27417e;
}

.floor.floorOne {
  box-shadow: 0 0 8px #eee;
  height: 455px;
}
.floor .title {
  width: 100%;
  height: 45px;
  background: #edf1f8;
}
.floor .title .title-name {
  float: left;
  width: 190px;
  height: 45px;
  background: #27417e;
}
.floor .title .title-name .name {
  float: left;
  margin-left: 15px;
  font: bold 18px/40px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
  color: #FFF;
}
.floor .title .keyword {
  float: right;
  margin: 14px 18px 0 0;
}
.floor .title .keyword a {
  float: right;
  margin-left: 20px;
  font: 14px/20px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
  color: #666;
  text-decoration: none;
}
.floor .title .keyword a:hover {
  color: #FF7133;
}
.floor .content {
  width: 100%;
  height: 360px;
  margin-top: 0px;
}
.floor .content .left-img {
  float: left;
  position: relative;
  width: 190px;
  height: 360px;
  cursor: pointer;
}
.floor .content .left-img img {
  display: block;
  width: 190px;
  height: 360px;
}
.floor .content .left-img .cover {
  position: absolute;
  width: 190px;
  height: 90px;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #27417e;
}
.floor .content .left-img .img-name {
  position: absolute;
  top: 285px;
  left: 14px;
  width: 160px;
  height: 30px;
  overflow: hidden;
  color: #FFF;
  font: bold 20px/30px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
}
.floor .content .left-img .img-desc {
  position: absolute;
  top: 315px;
  left: 14px;
  color: #FFF;
  width: 160px;
  height: 22px;
  overflow: hidden;
  font: 12px/22px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
}
.floor .content .left-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.floor .content .img-list {
  position: relative;
  float: left;
  width: 400px;
  height: 360px;
  overflow: hidden;
}
.floor .content .img-list li {
  position: relative;
  float: left;
  width: 199px;
  height: 179px;
  border-width: 0 0 1px 1px;
  border-color: #EEE;
  border-style: solid;
  overflow: hidden;
}
.floor .content .img-list li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floor .content .img-list li a .img-name {
  width: 180px;
  height: 24px;
  overflow: hidden;
  text-align: center;
  margin: 14px auto 0;
  font: 16px/24px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
  color: #333;
}
.floor .content .img-list li a .img-desc {
  width: 180px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  font: 12px/20px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
  color: #27417e;
}
.floor .content .img-list li a .img-box {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}
.floor .content .img-list li a .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.floor .content .img-list li a .img-box:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.floor .content .middle-img {
  position: relative;
  float: left;
  width: 200px;
  height: 360px;
}
.floor .content .middle-img p {
  position: absolute;
  z-index: 1;
  left: 21px;
}
.floor .content .middle-img p.img-name {
  top: 15px;
  font: bold 20px/26px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
}
.floor .content .middle-img p.img-desc {
  top: 41px;
  font: 12px/18px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
}
.floor .content .middle-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200px;
  height: 360px;
}
.floor .brand-logo {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.floor .brand-logo li {
  float: left;
  width: 80px;
  height: 30px;
  margin: 9px 9px 0 10px;
}
.floor .brand-logo li img {
  display: block;
  width: 80px;
  height: 30px;
}
.floor.floorTwo {
  height: 565px;
  border: 0;
  background: #f2f2f2;
}
.floor.floorTwo .floor-l {
  float: left;
  width: 595px;
  height: 565px;
  background: #FFF;
  border-top: 2px solid #498c95;
  box-shadow: 0 0 8px #eee;
}
.floor.floorTwo .floor-l.right-floor {
  border-color: #d88e28;
  margin-left: 10px;
}
.floor .bottom-list {
  position: relative;
  width: 100%;
  height: 109px;
  overflow: hidden;
  border-bottom: 1px solid #EEE;
}
.floor .bottom-list ul {
  width: 593px;
}
.floor .bottom-list ul li {
  position: relative;
  float: left;
  width: 200px;
  height: 109px;
  border-right: 1px solid #EEE;
}
.floor .bottom-list ul li.first {
  width: 189px;
}
.floor .bottom-list ul li.last {
  border-right: none;
}
.floor .bottom-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor .bottom-list ul li a .img-name {
  width: 70px;
  color: #333;
  height: 24px;
  margin-top: 27px;
  padding-left: 20px;
  overflow: hidden;
  font: 14px/24px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
}
.floor .bottom-list ul li a .img-desc {
  width: 72px;
  height: 22px;
  padding-left: 20px;
  overflow: hidden;
  font: 12px/22px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
  color: #498c95;
}
.floor .bottom-list ul li a img {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.floor .bottom-list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.cateBox{
  width: 12vw;
  background: rgba(0,0,0,0.5);
  color: #FFFFFF;
  overflow: scroll;
}


.item_type{
  width: 200px;
  height: 700px;
  margin-right: 40px;
  background: rgba(0,0,0,0.5);;
}
.search_box{
  margin-top: 30px;
}
.search{
  width: 600px;
  height: 45px;
  border: 1px solid #00A0E8;
  border-radius: 4px;
}
.search_icon{
  width: 25px;
  height: 25px;
  margin: 0 15px;
}
.search_input{
  flex: 1;
  height: 40px;
  line-height: 40px;
}
.search_button{
  width: 90px;
  height: 45px;
  background: #00A0E8;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
}
.search_history{
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(153,153,153,0.75);
}
.search_history div{
  margin: 5px 10px 0 0;
}
.shopCar_button{
  height: 45px;
  background: #00A0E8;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 45px;
}
.contact_button{
  height: 45px;
  background: #00A0E8;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 45px;
  margin-left: 35px;
}

.ctrl_table{
  width: 190px;
  height: 500px;
  margin-left: 40px;
  background: #FFFFFF;
}
.user_avatar{
  width: 12vw;
  height: 7vw;
  margin-top: 30px;
}
.user_avatar img{
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
}
.user_welcome{
  font-size: 0.8vw;
  line-height: 1vw;
  margin-top: 0.75vw;
  width: 100%;
  text-align: center;
}
.ctrl_space{
  width: 100%;
  height: 10px;
  background: #F6F6F6;
  margin-top: 30px;
}
.note_title{
  margin-top: 15px;
  width: 100%;
  text-indent: 5px;
}
.note_item{
  width: 100%;
  text-indent: 5px;
  font-size: 12px;
  color: #999999;
  font-weight: 300;
  margin-top: 5px;
}

.hot{
  padding: 1px;
  overflow: hidden;
}
.hot_header{
  width: 15vw;
  height: 21vw;
  margin: 80px 0;
  background: #3EA4CD;
}
.hot_item{
  margin: 80px 0;
  background: #FFFFFF;
  width: 15vw;
  height: 21vw;
  box-shadow: 0 2px 4px 1px rgba(0,0,0,0.07);
}
.hot_icon{
  width: 3vw;
  height: 2.5vw;
}
.hot_title{
  width: 100%;
  font-size: 1.8vw;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0.8vw auto;
  text-align: center;
}
.hot_line{
  width: 5.4vw;
  height: 2px;
  background: #FFFFFF;
}
.hot_subtitle{
  margin-top: 1vw;
  font-size: 0.9vw;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.25vw;
}
.hot_name{
  width: auto;
  margin: 1.2vw 1.6vw 0;
  color: #666666;
  font-size: 1.8vw;
  height: 5.5vw;
  line-height: 2.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hot_desc{
  margin: 10px 32px 0;
  font-size: 24px;
  color: #666666;
  font-weight: 300;
  line-height: 33px;
}
.hot_avatar{
  flex: 1;
  width: 100%;
}
.hot_avatar img{
  width: 11vw;
  height: 11vw;
}
.space_box{
  width: 100%;
  height: 7vw;
}
.space_title{
  height: 3.5vw;
  line-height: 3.5vw;
  font-size: 1.6vw;
  color: rgba(151, 163, 183, 1);
  font-weight: 400;
  margin: 0 0.8vw;
}
.space_line{
  width: 27vw;
  height: 2px;
  background: rgba(231, 231, 231, 1);
}
.space_subtitle{
  height: 1.7vw;
  line-height: 1.7vw;
  font-size: 1.2vw;
  font-weight: 600;
  color: rgba(0,0,0,0.15);
  margin-top: 5px;
}

.goods_header{
  margin: 1.9vw 0 1.2vw 0;
}
.goods_icon{
  margin-right: 5px;
  width: 2.4vw;
  height: 2.4vw;
}
.goods_title{
  font-size: 1.7vw;
  font-weight: 400;
  color: #4EA6F5;
  font-weight: bold;
}
.goods_subtitle{
  font-size: 1.2vw;
  color: #111;
  margin-left: .7vw;
}
.goods_show{
  /* background: radial-gradient(50% 50%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%); */
  overflow: hidden;
  padding-bottom: .7vw;
}
.goods_show_name{
  margin-top: 9px;
  font-size: 1.1vw;
  color: #3A3D41;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  word-break: break-all;
}
.goods_show_desc{
  margin-left: 0.5vw;
  font-weight: 300;
  font-size: 0.8vw;
  color: rgba(188, 196, 208, 1);
  word-break: break-all;
}
.goods_show_avatar{
  width: 19.6vw;
}
.goods_show_avatar img{
  width:100%;
  border-radius: 6px;
  overflow: hidden;
  height:30.65vw;
}
.goods_item{
  /* background:  radial-gradient(50% 50%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%); */
  margin-bottom: .7vw;
  margin-left: .7vw;
  overflow: hidden;
}
.goods_name{
  margin-top: 9px;
  text-align: center;
  color: #3A3D41;
  font-size: 1.1vw;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.goods_desc{
  margin: 5px 0 0 32px;
}
.goods_avatar{
  width: 14vw;
  height: 14vw;
  border-radius: 6px;
  overflow: hidden;
  background-color: #EDEDED;
}
.goods_avatar img{
  width: 100%;
  height: 100%;
}
.goods_item_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scene{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow: hidden;
  margin-bottom: 7vw;
}
.scene img{
  width: 14.5vw;
  height: 6vw;
  border-radius: 6px;
  border: 1px solid rgba(238, 238, 238, 1);
  margin-top: 1.2vw;
}
.top_header{
  width: 100%;
  background: linear-gradient(123.56deg, rgba(212, 49, 49, 1) 0%, rgba(79, 172, 254, 1) 12.22%, rgba(31, 31, 31, 1) 50.84%, rgba(30, 32, 33, 1) 67.23%, rgba(216, 83, 103, 1) 100%);;
  opacity: 1;
}
.footer_body{
  width: 80%;
}
.login_button{
  width: 5vw;
  height: 1.5vw;
  background: #00A0E9;
  color: #FFFFFF;
  line-height: 1.5vw;
  text-align: center;
  font-size: 0.8vw;
  margin-top: 1vw;
}