html{font-size: 62.5%;}
body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  color: #474747;
  -webkit-text-size-adjust: none;

}
:focus {
  outline: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input::-webkit-input-placeholder {
  color: #aaa;
}
input::-moz-input-placeholder {
  color: #aaa;
}
input::-ms-input-placeholder {
  color: #aaa;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #474747;
}
img,vido,iframe{max-width:100%;}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrapbg{
  background: #f5f5f5;
}
.colorblue {
  color: #3575d6;
}
.color1 {
  color: #ff6709;
}
.color888 {
  color: #888;
}
.colorfff{
  color: #fff;
}
.top {
  background: #333;
  line-height: 40px;
  font-size: 14px;
}
.top .top_box {
  display: flex;
  justify-content: space-between;
}
.top .top_box a {
  color: #fff;
  margin: 0 3px;
}
.top .top_box .top_right .cart{
  margin-left: 0px;
}
.top .top_box .top_right .cart .iconfont{
  vertical-align: bottom;
  font-size: 18px;
}
.top .top_box a:first-child {
  margin-left: 0;
  flex:1;
}
.header {
  padding: 15px 0;
  background: #fff;
}
.header .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_box .nav{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.header .header_box .nav .item{
  margin: 0 1rem;
  flex-shrink: 0;
}

.header .header_box .search_box {
  border: 1px solid #ff6709;
  width: 300px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.header .header_box .search_box .input {
  border: none;
  padding-left: 10px;
  color: #888;
  flex: 1;
}
.header .header_box .search_box .btn {
  background: #ff6709;
  width: 50px;
  /*line-height: 36px;*/
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.header .header_box .search_box .btn .iconfont{
  font-weight: bold;
  font-size: 20px;
}
.header .header_box .search_box .search_key_box{
  border: 1px solid #ff6709;
  border-top: none;
  position: absolute;
  top: 40px;
  z-index: 1111;
  background: #fff;
  width: 84%;
  display: none;
}
.header .header_box .search_box .search_key_box .item{
  width: 100%;
  margin:0px 10px;
  display: inline-block;
  
}
.ad1 {
  margin: 15px 0;
  height: 46px;
}
.index_content {
  overflow: hidden;
  height: 450px;
  position: relative;
  margin-top: 15px;
}
.index_content .index_content_left {
  width: 230px;
  padding:15px 0px;
  background: rgba(105,101,101,.6);
  height: 100%;
  position: relative;
  z-index: 1111;
}

.index_content .index_content_left .nav_box {
  
}
.index_content .index_content_left .nav_box .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height:44px;
  font-size: 15px;
  padding: 0 20px;
}
.index_content .index_content_left .nav_box .item:hover{
  background: #ff6709;
}
.index_content .index_content_left .nav_box .item .colorfff:hover{
  color: #fff;
}

.index_content .index_content_left .nav_box .item .sub_content {
  position: absolute;
  width: 970px;
  left: 230px;
  background: #fff;
  z-index: 2222;
  height: 100%;
  top: 0;
  padding: 15px;
  display: none;
  border: 1px solid #e0e0e0;
  border-left: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.18);
  box-shadow: 0 8px 16px rgba(0,0,0,.18);
}
.index_content .index_content_left .nav_box .item .sub_content a {
  margin: 0px 5px;
  line-height: 36px;
}
.index_content .index_content_left .nav_box .item .sub_content .item1{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  line-height: 44px;
  height: 44px;
}
.index_content .index_content_left .nav_box .item:last-child {
  border: none;
}
.index_content .index_content_middle {
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 222;
}
.index_content .index_content_middle .index_banner {
  width: 100%;
  height: 471px;
  overflow: hidden;
  position: relative;
}
.index_content .index_content_middle .index_banner .swiper-slide a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.index_content .index_content_middle .swiper-pagination-bullets{
  right: 10px;
  left: auto;
  bottom: 30px;
  width: auto;
}
.index_content .index_content_middle .index_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.index_content .index_content_middle .index_banner .swiper-pagination-bullet-active {
  background: #ff6709;
}

.index_ad_box{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.index_ad_box .item{
  width: 24%;
}

.index_rexiao {
  margin-top: 30px;
}
.index_rexiao .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.index_rexiao .goods_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.index_rexiao .goods_box .item {
  width: 19%;
  text-align: center;
  margin-bottom: 15px;
  background: #fff;
  height: 300px;
}
.index_rexiao .goods_box .item:hover{
  z-index:2;-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);box-shadow:0 15px 30px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)
}
.index_rexiao .goods_box .item .pic{
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.index_rexiao .goods_box .item .pic img{
  max-height: 100%;
}
.index_rexiao .goods_box .item .info {
  background: #fff;
  font-size: 16px;
  padding: 15px 0;
}
.index_rexiao .goods_box .item .info .goods_name {
  margin-bottom: 15px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem;
}
.index_rexiao .goods_box .item .info .price {
  color: #ff6709;
  font-size: 18px;
}
.index_floor{
  margin-top: 20px;
}
.title_box,.index_floor .title_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_floor .goods_box{
  /*display: flex;*/
}

.index_floor .goods_box .left_content{

}
.index_floor .goods_box .right_content{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
.index_floor .goods_box .right_content .item{
  position: relative;
    z-index: 1;
    float: left;
    width: 227px;
    height: 300px;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.index_floor .goods_box .right_content .item:hover{
  z-index:2;-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);box-shadow:0 15px 30px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)
}

.index_floor .goods_box .right_content .item .pic{
  width: 180px;
  height: 160px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}
.index_floor .goods_box .right_content .item_r_0{
  margin-right: 0;
}

.index_floor .goods_box .right_content .item_l_0{
  margin-left: 0;
}
.index_floor .goods_box .right_content .item_l_0 img{
  height: 100%;
}
.index_floor .goods_box .right_content .item .title{
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 15px 10px 0px;
}
.index_floor .goods_box .right_content .item .price_box{
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.index_floor .goods_box .right_content .item .price{
  color: #ff6700;
}
.index_floor .goods_box .right_content .item .market{
  text-decoration: line-through;
  color: #aaa;
  margin-left: 15px;
}
.index_floor .goods_box .right_content .item .description{
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.title_box .title,.index_floor .title_box .title{
  font-size: 22px;
    
    line-height: 58px;
    color: #333;
}

.title_box .nav,.index_floor .title_box .nav{
  display: flex;
}
.title_box .nav .item,.index_floor .title_box .nav .item{
  margin-left: 15px;
}


.wuyou {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  margin-top: 20px;
}
.wuyou .wuyou_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.wuyou .wuyou_box .item {
  width: 20%;
  padding: 0 20px;
  display: flex;
  font-size: 16px;
  color: #616161;
  cursor: pointer;
  align-items: center;
}
.wuyou .wuyou_box .item:hover{
  color: #ff6709;
}
.wuyou .wuyou_box .item  .iconfont{
  font-size:28px;
}
.wuyou .wuyou_box .item  .icongift,.wuyou .wuyou_box .item  .iconweizhi{
  font-size:26px;
}
.wuyou .wuyou_box .item .title {
  margin-left:5px;
}
footer {
  background: #fff;
  padding-top: 15px;
}
footer .foot1 {
  display: flex;
}
footer .foot1 .foot1_left {
  padding: 20px 50px;
  border-right: 1px solid #ddd;
  text-align: center;
}
footer .foot1 .foot1_left .tel1 {
  color: #777;
  font-weight: bold;
  font-size: 30px;
}
footer .foot1 .foot1_left .tel2 {
  color: #888;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  width: 70%;
  margin-left: 15%;
  padding-top: 15px;
  font-size: 14px;
}
footer .foot1 .foot1_left .wei_box {
  margin-top: 10px;
}
footer .foot1 .foot1_left .wei_box a {
  margin: 0 5px;
}
footer .foot1 .foot1_right {
  flex: 1;
  margin-left: 50px;
  display: flex;
}
footer .foot1 .foot1_right .menu {
  width: 25%;
  line-height: 24px;
}
footer .foot1 .foot1_right .menu .title {
  font-size: 14px;
  margin-bottom: 5px;
}
footer .foot1 .foot1_right .menu li {
  font-size: 12px;
}
footer .foot1 .foot1_right .menu li a {
  color: #888;
}
.foot2 {
  color: #888;
  margin-top: 25px;
  padding-bottom: 15px;
}
.foot2 .nav {
  display: flex;
  justify-content: center;
}
.foot2 .nav .item {
  margin: 0 5px;
  font-size: 12px;
}
.foot2 .nav .item a {
  color: #888;
}
.foot2 .copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.foot2_line {
  height: 1px;
  background: #ddd;
  width: 100%;
  margin: 25px 0;
}
.header_line {
  width: 100%;
  height: 3px;
  background: #ff6709;
}
.position {
  margin: 15px 0;
}
.filter {
  border: 1px solid #ddd;
}
.filter .item {
  width: 100%;
  display: flex;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
}
.filter .item .filter_name {
  width: 130px;
  background: #f1f1f1;
  text-align: center;
  border-right: 1px solid #ddd;
}
.filter .item .value_box {
  display: flex;
  flex: 1;
  padding: 0 30px;
}
.filter .item .value_box .value {
  width: 10%;
}
.filter .item:last-child {
  border: none;
}
.order_box {
  margin-top: 20px;
  display: flex;
  border: 1px solid #ddd;
  line-height: 48px;
  background: #fff;
}
.order_box .current {
  background: #ff6709;
  width: 100px;
  text-align: center;
}
.order_box .current a {
  color: #fff;
}
.order_box .order2 {
  width: 100px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.order_box .order3 {
  width: 100px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.lists_goods {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.lists_goods .item {
  width: 24.2%;
  margin-bottom: 15px;
  margin-right: 1%;
}
.lists_goods .item:hover{
  z-index:2;-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);box-shadow:0 15px 30px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)
}
.lists_goods .item:nth-child(4n){
  margin-right: 0;
}
.lists_goods .item .pic {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.lists_goods .item .pic img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.lists_goods .item .info {
  padding: 15px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
.lists_goods .item .info .goods_name {
  width: 100%;
  margin-bottom: 15px;
}
.lists_goods .item .info .price {
  font-size: 18px;
  color: #ff6709;
}
.lists_goods .item .info .icon {
  color: #ff6709;
  font-size: 16px;
}
.lists_goods .item .info .icon .iconfont{
  font-size: 2.2rem;
}
.public_ad {
  margin-top: 20px;
}
.foot_line {
  width: 100%;
  height: 1px;
  background: #ddd;
}
.graybg {
  background: #f5f5f5;
  padding: 15px 0;
}
.page_box {
  display: flex;
}
.page_box .page_left {
  background: #fff;
  width: 200px;
  padding-bottom: 20px;
}
.page_box .page_left .title {
  background: #efefef;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.page_box .page_left .title:first-child {
  margin-top: 0;
}
.page_box .page_left .item {
  padding-left: 20px;
  line-height: 40px;
}
.page_box .page_right {
  background: #fff;
  margin-left: 25px;
  padding: 20px;
  flex: 1;
}
.page_box .page_right .title {
  font-size: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.page_box .page_right .content {
  line-height: 30px;
  margin-top: 20px;
}

.page_box .page_right .index_form{
  width: 60%;
  margin:  0 auto;
}
.index_form .item{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.index_form .item .label{
  width: 100px;
  text-align: right;
}
.index_form .item .input_box{
  flex: 1;
  text-align: center;
}
.filter .item .value_box{
  flex-wrap: wrap;
}
.right_nav{
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 999;
}
.right_nav .item{
  width: 70px;
  height: 75px;
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.right_nav .item:hover{
  background: #ff6709;
}
.right_nav .item:hover a{
 color: #fff;
}
.right_nav .item:hover .iconfont{
  color: #fff;
 }
.right_nav .item a{
  color: #757575;
}

.right_nav .item .iconfont{
  font-size: 26px;
  color: #757575;
}

.goup{

  position: fixed;

  right: 0px;

  bottom: 50px;

  cursor: pointer;
  border: 1px solid #f5f5f5;

}

.goup .icon{
  width: 70px;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.goup .icon .iconfont{
  font-size: 26px;
  
}

  /*分页样式*/  
  .pagination{text-align:center;margin-top:20px;margin-bottom: 20px;width: 100%;text-align: center;
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
  }  
  .pagination li{
      margin:5px 5px; border:1px solid #e6e6e6;padding:5px 10px;display: inline-block;
     
  }  
  .pagination .active{background-color: #ff6709;color: #fff;}  
  .pagination .disabled{color:#aaa;} 

  .index_coupons_banner{
    background: url(../images/portal_activity_registration_banner.png) no-repeat center center;
    width: 100%;
    height: 529px;
    
  }

  .index_coupons_title{
     width: 100%;
     text-align: center;
     color: #1f66da;
     margin: 30px 0;
     font-size: 24px;
  }

  .index_coupons_box{
    background: url(../images/portal_activity_registration_floor5.png) no-repeat center center;
    height:346px;
    width: 100%;
    display: flex;
    padding: 30px;
    justify-content: space-around;
  }

  .index_coupons_box .item{
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    width: 30%;
    height: 270px;
  }

  .index_coupons_box .item .title_box{
    background: url(../images/portal_activity_registration_floor5-hd.png) no-repeat center center;
    width: 100%;
    height: 98px;
    line-height: 98px;
  }

  .index_coupons_box .item .title_box .title{
    font-size: 24px;
    margin-left: 50px;
    color: #733F01;
    font-weight: bold;
  }

  .index_coupons_box .item .description{
    padding: 15px;
    font-size: 18px;
    color: #ff6709;
  }
  .index_coupons_box .item .time{
    color: #888;
    padding:0 15px;
  }

  .index_coupons_box .item .btn1{
    background-image: linear-gradient(111deg,#FF4F4F 4%,#FF6037 48%,#FF4F32 100%);
    margin: 15px;
    color: #fff;
    margin-top: 20px;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 23px;
    width: 130px;
    text-align: center;
    cursor: pointer;
  }

  .index_coupons_box .item .btn2{
    background-image: linear-gradient(111deg,#b5a4a0 4%,#a98d85 48%,#8a8280 100%);
    margin: 15px;
    color: #fff;
    margin-top: 20px;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 23px;
    width: 130px;
    text-align: center;
    cursor: pointer;
  }

  .index_coupons_box .item .btn1:hover{
    background-image: -webkit-linear-gradient(-21deg,#FDDEC0 3%,#E7BB8F 66%,#D5A270 100%);
  }
#ewm{
  position: relative;
  cursor: pointer;
}
#ewm_content{
    display: none;
    width: 90px;
    margin-left: 4.5rem;
    margin-top: 10px;
    position: absolute;
}

.news_box{
  background: #fff;
  padding: 2rem;
}
.news_box .item{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1rem;
  margin: 1rem 0;
}
.nextarticle{margin-bottom:20px}
.wenzhang_title{
    margin-top:20px;
  font-size:20px;
  width: 100%;
  text-align: center;
}
.wenzhang_time{
  width: 100%;
  text-align: center;
  color: #888;
  margin: 1.4rem 0;
}
.wenzhang_content{
  line-height: 30px;
  font-size: 15px;
}
.wenzhang_content img{
     max-width: 100%;
    height: auto!important;
}
.article_title{ font-size: 24px; width: 100%; text-align: center; font-size: 26px; margin-top: 35px; color: #666;}
.article_time{ width: 100%;text-align: center;  color: #aaa; margin-top: 10px;}
.article_content{ margin-top: 20px; line-height: 28px; color: #666 }
.prearticle{ margin-bottom: 10px; padding-top:30px; border-top: 1px solid #ccc; width: 100%;color: #666;}

.blank{background-color: #fff;width: 100%;display: flex;justify-content: center;align-items: center;width: 100%;min-height:600px}

/*楼层导航*/
.divcss5{color: #777; font-size: 15px;padding: 0 4px 5px 4px; border-bottom:1px solid #eee}
.step{z-index: 999;background: rgba(255, 255, 255, 0);}   
.step li {
   
    font-size: 14px;
    list-style-type:none;
    width:80px;
    height:40px;
    line-height:40px;
    text-align:center;
    /*border-bottom:1px dashed #eee;*/
    position:relative;
    text-align: center;
    overflow: hidden;
}
.step li.hover {
    background-color:#ff6709;
}
/*鼠标移动上去后的效果*/
.step li span {

    display:none;
    position:absolute;
    width:80px;
    height:40px;
   
    text-align:center;
}
.step li.hover span {
    display:block;
    top:0;
    left:0;
    background-color:#ff6709;
    color:white;
}
/*鼠标移动上去后的效果*/
 ul.step {
    position:fixed;
    left:0px;
    top:100px;
    display:none;
}
.step li span.cli {
    display:block;
    top:0;
    left:0;
    background-color:#ff6709;
    color:white;
  
}

div::-webkit-scrollbar,.index_ad_box::-webkit-scrollbar,.nav::-webkit-scrollbar,.nav_box::-webkit-scrollbar{
width:0;
display:none;
}
   .user_box .bg {display: none;}
   .user_box_right{min-height:600px;}
   .layadmin-homepage-list-imgtxt .media-body .media-list .media-text{text-align:center;}
   .user_header{display:none!important;}
   
.venus-menu{
	width:100%;
	margin:0;
	padding:0;
	/*position:relative;*/

	height: 100%;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.venus-menu li{
	display: flex;
    align-items: center;
	margin:0;
	padding:0;
	float:left;
	height:100%;
	/*flex:1;*/
	justify-content: center;
	/*flex-shrink: 0;*/
	position:relative;
}
.venus-menu > li > a{
    display: flex;
    padding: 0px 10px;
    text-decoration: none;
    /* display: block; */
    align-items: center;
    align-items: baseline;
   font-size: 16px;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.venus-menu>li:hover > a, .venus-menu>li.active>a{
	/*background:#ff6709;*/
	/*color:#fff;*/
	color: #ff6709;
	/*border-bottom:2px solid #3399ff;*/
}
.venus-menu.newscate>li:hover > a, .venus-menu>li.active>a{
	
	/*color: #fff;*/

}
.venus-menu > li > a i{
	color:#bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	/*color:#fff;*/
}
.venus-menu ul, .venus-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:190px;
}
.venus-menu ul{
	top:100%;
	left:0;
	padding-top:10px;
}
.venus-menu > li > ul > li:first-child>a:before{
	content:'';
	position:absolute;
	bottom:100%;
	left:45%;
	margin-left:-48px;
	width:0;
	height:0;
	border-left:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid rgba(255, 255, 255, 0);
	border-bottom:8px solid #ff6709;
}
.venus-menu > li > ul > li>ul>li:first-child>a:before{
	content:'';
	position:absolute;
	bottom:16px;
	
	/*left:45%;*/
	left: -8px;
	width:0;
	height:0;
	border-top:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid #ff6709;
	border-bottom:8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}
.venus-menu ul li a{
	padding:14px 20px;
	width:100%;
	color:#fff;
	font-size:15;
	text-decoration:none;
	display:inline-block;
	    display: flex;
    align-items: center;
	float:left;
	clear:both;
	background:#ff6709;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{ background-color: #555; }
.venus-menu > li > ul > li:first-child:hover>a:before{
	border-bottom-color:#555;
}
.venus-menu > li > ul > li>ul>li:first-child:hover>a:before{
	border-right-color:#555;
}

.venus-menu > li .indicator{
	position:absolute;
	color:#bababa;
	right:20px;
	height:35px;
	top: 50%;
		display: flex;
		align-items: center;
    transform: translateY(-50%);
	font-size:2.0rem;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	/*color:#fff;*/
}
.venus-menu ul > li .indicator{
	

	color:#fff;
}
.venus-menu i{
	/*line-height:20px !important;*/
     
	display: flex;
	align-items: center;
	margin-right:6px;
	font-size:2rem;
	float:left;
}

.venus-menu > li.showhide{
    
	display:none;
	width:100%;
	height:100%;
	cursor:pointer;
	color:#777;


}
.venus-menu > li.showhide span.title{
	margin:13px 0 0 20px;
	float:left;
	display: none;
}
.venus-menu > li.showhide span.icon{
	margin:0px 10px;
	float:right;
	border: 1px solid #ff5722;
    border-radius: 50%;
    padding: 7px 7px 5px;
}
.venus-menu > li.showhide .icon .em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ff6709;
}

.showhide{
    
	display:none;
	width:100%;
	height:100%;
	cursor:pointer;
	color:#777;


}
.showhide .title{
	margin:13px 0 0 20px;
	float:left;
	display: none;
}
.showhide .icon{
	/*margin:16px 10px;*/
	float:right;
	border: 1px solid #ff5722;
    border-radius: 50%;
    padding: 7px 7px 5px;
}
.showhide .icon .em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ff6709;
}
.venus-menu > li> .indicator{display:none}
.menu-mask{display:none}
.footer_bar_t{
  height: 52px;
}
.footer_bar{
   
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 0;
 display: none;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0px -2px 5px #eaeaea;
}
.footer_bar .item{
  width: 25%;
  text-align: center;
  color: #888;
}
.footer_bar .item .icon{
  font-size: 24px;
}
.footer_bar .item .title{

  font-size: 14px;
}
.footer_bar .item_current{
  color: #ff6709;
}

.footer_bar .item_current .icon{
  color: #ff6709;
}
@media screen and (max-width: 959px) {
    .footer_bar{display:flex;}
    	.venus-menu > li .indicator{
		width:45px;
		height: 45px;
		top:50%;
		background: none;
	}
	.venus-menu > li.menupic{
	    display: none!important;
	}
	.venus-menu {
	    z-index: 99999999!important;
   /*display: none;*/
    transition: left 0.5s;
    position: fixed;
    
    left: -100%;
   width:70%;
    top:0;
    display: block;
    height: 100%;
    /*height: auto;*/
    overflow-y:scroll;
    flex-direction: column;
    background: #fff;
    justify-content: flex-start;
   
}
	.venus-menu > li .indicator{display:block;right:20px}
 .venus-menu > li.showhide{
     display: flex!important;
    justify-content: flex-end;
    align-items: center;
    border-bottom:0;
    background:none;
    
 }
 .menu-mask{left:0;top:0;position:fixed;height:100%;width:100%;background:rgba(0,0,0,0.6)}
 .showhide{
     display: flex!important;
    justify-content: flex-end;
    align-items: center;
    border-bottom:0;
    background:none;
    z-index: 99999!important;
    
 }

	.venus-menu>li{
	    background:#fff;
		/*display:none;*/
		width:100%;
		height: auto;
		line-height: 45px;
		flex-shrink: 0;
		border-bottom: 1px solid #eee;
		 flex-direction: column;
    
    justify-content: flex-start;
	}
	.venus-menu li li{
	    height: 45px;
	}
	.venus-menu > li > a{
		padding:10px 0 10px 20px;
	}
	.venus-menu > li.brand{
		display:none !important;
	}
	.venus-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu ul, .venus-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{
		border:none;
	}
	.venus-menu ul li{
	    flex-direction: column;
		border-left:none;
		border-right:none;
	}
	.venus-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.venus-menu ul > li > a{
		padding-left:40px !important;
	}

	.venus-menu ul > li .indicator{
	
		right:20px;
			display: flex;
		align-items: center;
	}
	.venus-menu li.search form{
		margin:12px 18px 0 18px;
	}
	.venus-menu li.search form input.search{
		width:100%;
		margin-bottom:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.venus-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
 
    .user_box{margin-top:0!important}
    .user_position {margin-top:10px;}
    .public_ad{display:none}
   .goods1 .goods_name {
    font-size: 24px!important;
    flex: 1;
    line-height: 28px;
}  .layadmin-homepage-list-imgtxt .media-body .media-list {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e9e9e9;
    display: flex;
    flex-wrap: wrap;
}
.layadmin-homepage-list-imgtxt .media-body .media-list .media-item{width:50%}
   .collect_box .item, .address_list .item{width:100%!important}
    .myscore_box .item{flex-wrap:wrap;}
     .user_content_box{padding:15px 10px!important}
    .myscore_title{margin-top:10px!important}
     .xuanzhy{position:absolute!important;}
    .layui-side-menu.xuanzhy {
    background-color: none!important;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: none;
    z-index: 99;
}
    .user_menu_button{display:flex!important;}
    .user_box .layui-side-menu{display:none;width:100%;background:none!important}
    .user_box .bg{
            display: block;
            width: 50%;
            background-color: rgba(0, 0, 0, .5)!important;
            position: absolute;
            top: 0px;
           
            height: 100%;
            z-index: 99;
        
    }
    .user_box .layui-side-scroll{
        background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    padding: 1.6rem 0% 5% 0%;
    overflow: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    right: -50%!important;
    z-index: 100;
    }
    .user_index_content1 {padding:20px 10px !important;flex-direction:column;}
    .user_index_content2 {
    padding: 0 10px 20px 10px!important;
    
}    .leftdiv{width:72px;}
.user_index_content2 .item{flex-direction: column;}
.user_index_content2 .item .info {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top:10px;
}
.logo{flex-shrink: 0;}
    .page_box {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column-reverse;
}
    .user_entrence_box{width:90%!important;max-width:360px;}
    .loginbg .login_box{width:100%!important;justify-content: space-around;}
    .page_box .page_left{width:100%!important;}
    .page_right{margin-left:0!important}
    .goods1 {
   
    flex-wrap: wrap;
   
}
.goods_position {
    
    padding: 5px 10px!important;
}
.goods1_left,.goods1_left .swiper-container{width:100%!important}
.goods1_right{margin-left:0!important;padding:10px;}
.goods2{flex-wrap:wrap; flex-flow: column-reverse;}
.goods2 .layadmin-homepage-content{margin-left:0;padding: 0 10px;}
.goods2 .layui-col-md2,.goods2 .layui-col-md10{width:100%;}
    .header{padding:10px 0}
    .header .header_box .search_box {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 30px;
    display: none;
  
}
.header .header_box .search_box .btn {
    background: none;
   
    color: #999;
}
    .graybg{ padding: 15px 0;}
    .layui-breadcrumb,.position{margin:15px 10px;display:none}
    .lists3_box,.lists2_box,.lists1_box{padding-left: 10px!important}
    .top .top_box,.header .header_box{padding: 0 10px;}
    .header .header_box img{height:50px}
    .lists3_box .right_content ,.lists2_box .right_content,.lists1_box{overflow-x:scroll}
    .lists3_box .right_content .item,.lists2_box .right_content .item,.lists1_box .item{flex-shrink: 0;}
    
    .lists_goods{justify-content:flex-start;}
    .lists_goods .item{ margin: 10px 1%;width:48%}
    /*.lists_goods .item:last-child{margin-right:52%;}*/
    .index_content .index_content_middle .swiper-pagination-bullets {
    right: auto;
    left: auto;
    bottom: auto;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
    .foot2 .nav,.wuyou,footer .foot1{display:none}
    .index_rexiao .goods_box{flex-wrap:wrap;justify-content:space-around}
    .index_rexiao .goods_box .item{width:48%}
    .index_floor .goods_box .right_content {
  
    justify-content: space-around;
}
    .index_ad_box{overflow-x:scroll}
    .index_ad_box .item {
    width: 48%;
    flex-shrink: 0;
    margin-right: 5px;
}
.index_floor .goods_box .right_content .item_l_0{display:none}
.index_floor .goods_box .right_content .item{width:48%;margin-left:0;overflow:hidden;}
    .index_content{margin-top:0}
 .index_content .index_content_left .nav_box{
    overflow-x: scroll;
    justify-content: space-between;
    
}
.title_box .nav .item, .index_floor .title_box .nav .item{    flex-shrink: 0;padding-bottom: 8px;}
.title_box .nav, .index_floor .title_box .nav{width:60%;overflow-x: scroll;}
.index_content .index_content_middle{width:100%;height:auto;position:static;}
.index_content,.index_content .index_content_middle .index_banner{height:auto;}
.right_nav,.goup,.header .header_box .nav ,.top_right a:not(:last-child){}
.header .header_box .search_box{width:auto;height:36px;line-height:36px;}
.title_box .title, .index_floor .title_box .title{font-size:18px}
  .index_content .index_content_left .nav_box .itembody {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
  font-size: 1.4rem;
  color: #474747;
  -webkit-text-size-adjust: none;
  line-height: 100%;
  overflow-x:hidden;
  background-color: #fff;
  
}
.index_content .index_content_left {
  width: 100%;
  padding: 0px;
  background: rgba(105,101,101,.6);
  height:auto;
  position: relative;
  z-index: 1111;
}

.index_content .index_content_left .nav_box {
  padding: 15px 0;
  flex-flow: column;display:flex; 
  flex-direction:column;
  height: 100%;
}
.index_content .index_content_left .nav_box .item {
  width: 100%;
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 0 20px;
}
.index_content .index_content_left .nav_box .item a{
  display: flex;
    align-items: center;
    justify-content: center;
}

.index_content .index_content_left .nav_box .item:hover{
  background: #ff6709;
}
.index_content .index_content_left .nav_box .item .colorfff:hover{
  color: #fff;
}

.index_content .index_content_left .nav_box .item .sub_content {
  position: absolute;
  width: 970px;
  left: 100%;
  background: #fff;
  z-index: 2222;
  height: 100%;
  top: 0;
  padding: 15px;
  display: none;
  border: 1px solid #e0e0e0;
  border-left: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.18);
  box-shadow: 0 8px 16px rgba(0,0,0,.18);
}
.index_content .index_content_left .nav_box .item .sub_content a {
  margin: 0px 5px;
  line-height: 36px;
}
.index_content .index_content_left .nav_box .item .sub_content .item1{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
 line-height: 44px;
 height: 44px;
}
.index_content .index_content_left .nav_box .item .sub_content .item1 a{
  color: #474747;
}
.index_content .index_content_left .nav_box .item:last-child {
  border: none;
}
}
@media screen and (max-width: 768px){
.index_content .index_content_left{background:none} 
.index_content .index_content_left .colorfff {
    color: #333;
}
.index_content .index_content_left .nav_box .item .colorfff:hover {
    color: #333;
}
 .index_content .index_content_left .nav_box .menugt{display: none !important;}
  .index_content .index_content_left .nav_box {
    padding: 0px 0;
    line-height: 48px;
    flex-flow: row;
    display: flex;
    flex-direction: row;
   
  

    flex-wrap: nowrap;
}


    
.index_content .index_content_left .nav_box .item {
    min-width:25%;
    
    height: auto;
    display: flex;
    flex: auto;
    justify-content: center;
    padding: 0 0px;
    float: left;
    flex-wrap: nowrap;
    text-align: center;
   align-items: center;
       /*flex-shrink: 0;*/
}
.index_content .index_content_left .nav_box .item a{
    display:inline-block;padding:0;border-radius:15px;
    /*background: rgb(245, 245, 245);*/
    overflow: hidden;
   
}
.index_content .index_content_left .nav_box .item .active{
/*color: rgb(255, 255, 255);*/
/*    background: rgb(250, 67, 106);*/
}
.index_content .index_content_left .nav_box .item:hover{background:none}
.index_content .index_content_left .nav_box .item .sub_content{display: none;}
}

@media screen and (min-width:480px) and (max-width: 768px){
 .index_content .index_content_left .nav_box .item {
    min-width: 18%;
 }
}