@charset "UTF-8";
body {
  background: rgb(232, 235, 237);
}
/* !!! AUTOGEN_BEGIN: 顶部通用 顶部css */
.icon {
  background-image: url(../images/iconz.png);
  background-repeat: no-repeat;
}

.menu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.menu .nav-sort {
  min-width: 160px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  overflow: auto;
  max-height: 528px;
}

.menu .nav-sort::-webkit-scrollbar {
  width: 2px;  /* 设置滚动条的宽度 */
  background-color: rgb(168, 168, 168);
}

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

.menu .nav-sort .mod-cate-hd {
  display: flex;
  width: 100%;
  height: 48px;
  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;
}

.menu .nav-sort .cateBox .cateItem {
  padding-left:32px;
  padding-right: 20px;
  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 {
  font-size: 14px;
  color: #000000;
}

.menu .nav-sort .cateBox .cateItem img {
  width: 5px;
  height: 10px;
}

.menu .left_ll {
  flex:1
}

.menu .left_ll .slide_x {
  position: relative;
  width: 100%;
  min-width: 760px;
  height: 480px;
  background: rgba(0, 0, 0, 0);
}
.menu .left_ll .slide_x .box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.menu .left_ll .slide_x .list {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.menu .left_ll .slide_x .list li {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  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 .menu_box1 {
  padding-left: 211px;
}

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

.menu .right-container {
  min-width: 210px;
  margin-left: 10px;
  width: 210px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right-container .title {
  position: relative;
  width: 100%;
  height:48px;
  line-height: 48px;
  text-align: center;
  color:#fff;
  background-color:rgb(0, 160, 233);
}

.right-container .title img{
  position: absolute;
  top:50%;
  left:15%;
  transform: translateY(-50%);
}

.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: calc(100% - 48px); */
  width: 100%;
  flex-wrap: wrap;
}

.right-container .item-list > a{
  width: 50%;
  height: 120px;
  position: relative;
}

.item-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.item-list .item::before{
  display: block;
  content:'';
  width: 70%;
  height: 1px;
  background-color: rgb(201, 201, 201);
  position: absolute;
  bottom:0px;
  left:50%;
  transform: translateX(-50%);
}

.item-list > a:nth-child(odd)::after{
  display: block;
  content:'';
  width: 1px;
  height: 70%;
  background-color: rgb(201, 201, 201);
  position: absolute;
  right:0px;
  top:50%;
  transform: translateY(-50%);
}

.item-list > a:nth-child(7) .item::before,.item-list > a:nth-child(8) .item::before{
  display: none;
}

.item-list .item img {
  width: 28px;
  height: 30px;
}

.item-list .item .item-title{
  margin-top: 8px;
  font-size: 12px;
  color: #000000;
}

.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;
  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: 1200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}
.main #divMainTab {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.main #divMainTab .wrapulclass {
  width: 1200px;
  background: #00A0E8;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
}
.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: 1200px;
  background: #fff;
/*  overflow: hidden;*/
  display: block;
}
.main #divMainTab .divContent .divContent-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: rgb(232, 235, 237);
/*  width: 1000%;*/
}
.main #divMainTab .divContent .main_box1_box2 {
  color: #333;
  font-size: 12px;
  width: 24%;
  background-color: #fff;
  margin-top: 20px;
  /* 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 .itemImg{
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top:100%;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}

.main #divMainTab .divContent .indextuijian {
  padding:20px;
  padding-top:5px;
  overflow: hidden;
}
.main #divMainTab .divContent .indextuijian .recommendname {
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  color: #232B38;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}

.main #divMainTab .divContent .indextuijian .xfsprice {
  /*margin-left: -6px;*/
  /*margin-right: -5px;*/
  overflow: hidden;
  font-size: 19px;
  color: #00A0E9;
}

/*.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: 1200px;
  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{
  background: #33312b;
  width: 200px;
  color: #FFFFFF;
} */
