﻿/* 头部 */



.header {
    /*background-image: url(../images/header.png);
    background-size: 100% 100%;
    padding: 0 12px 10px;*/
    box-sizing: border-box;

        padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 100% 100%;
    /*background: #CE0F1E;*/
}
 .icon-ziyuan {
    background-color: #7f7f7f !important;
    color: #fff !important;
}
.header h2{
    font-size: 18px;
    text-align: center;
    padding: 2% 0 2%;
    color: #FFFFFF;
    font-weight: 500;
    
}
.header1 {
    /*padding: 8px 0 17px;*/
    position: relative;
          padding: 0px 0;
}
.header1 a{
  display: block;
  position: absolute;
  right: 3%;
  top:20%
}
.header1 img{
    width: 50%;
    float: right;
}
.header1 input {
    width: 74%;
    margin-left: 4%;
    background-color: #f8f8f8;
    font-size: 12px;
    color: #d9d9d9;
    padding: 2% 4%;
    box-sizing: border-box;
    border-radius: 20px;
padding-right: 9%;
}
.header1 span::before{
    float: right;
}
.header1 input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    font-size: 12px;
    color: #5f5f5f;
}

.header1 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    font-size: 12px;
    color: #5f5f5f;
}

.header1 input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    font-size: 12px;
    color: #5f5f5f;
}

.header1 input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    font-size: 12px;
    color: #5f5f5f;
}

.header1 span {
    position: absolute;
    top: 36%;
    /*left: 10%;*/
    right:23%;
    font-size: 16px;
}
.header2{
    margin-top:3%;
    }

.swiper-container1 {
    border-radius: 5px;
    overflow:inherit;
}
.swiper-container1 a{
	display:block;
	width:100%;
}
.swiper-container1 img {
    width: 92%;
    margin: auto;
    border-radius:10px;
    display:block;
}

/*.swiper-container1 .swiper-pagination-bullets {
    bottom: -15px !important;
}*/
.swiper-container1 .swiper-pagination-bullet {
    background: #666666;
}
.swiper-container1 .swiper-pagination-bullet-active {
    background: #FAC038;
}

/* 头部 */
/* 商品分类 */
.p_type{
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    padding: 7% 0%;
    box-sizing: border-box;
    /* justify-content: space-around; */
    margin: auto;
}
.p_li{
    width: 16%;
    margin-right: 5%;
    text-align: center;
}
.p_li:last-of-type{
	margin-right:0;
}
.p_li:nth-of-type(5n){
	margin-right:0;
}
.p_li:nth-of-type(n+6){
	margin-top:3%;
}
.p_li p{
    text-wrap: nowrap;
	font-size:14px;
	margin-top:2vw;
	color:#333333;
}
.classify {
    padding: 8px 12px 0;
    box-sizing: border-box;
    margin-top:3%;
    background-color: #fff;
}

.classify-son {
    width: 100%;
    float: left;
    padding-bottom: 19px;
}

.classify-son img {
    width: 60%;
    margin: 10% auto;
}
.p_li a img {
    border-radius: 10px;
}
/*.classify-son:nth-child(1) img{
    width: 33%;
}
.classify-son:nth-child(2) img{
    width: 28.5%;
}
.classify-son:nth-child(4) img{
    width: 37%;
}*/
.classify-son p {
    font-size: 1rem;
    text-align: center;
    line-height: 20px;
    color: #666666;
}

/* 商品分类 */

/* 新人优惠 */
.new-users {
    padding: 15px 12px 0;
    box-sizing: border-box;
}
.new-users ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-users ul li{
    width: 48%;
    margin-top: 4%;
    border-radius: 10px;
    overflow: hidden;
    }
.new-users ul li a{
    display: block;
    }
.new-users ul li a .tp{
    overflow: hidden;
    }
.new-users ul li a .nr{
    background:#ffffff;
    padding: 5% 3% 6% 5%;
    box-sizing: border-box;
    }
.new-users ul li a .nr h3{
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
        height: 35px;
    }
.new-users ul li a .nr .bot{
    margin-top: 5%;
    display: flex;
    }

.new-users ul li a .nr .bot p{
    color: #e01212;
    font-size: 12px;
    }
.new-users ul li a .nr .bot p span{
    font-size: 14px;
    }  
.new-users ul li a .nr .bot h2{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    text-decoration:line-through
    }
.new-users ul li a .nr .bot h2 span{
    
    }
.new-users ul li a .nr .bot h1{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8%;
    }
.new-users ul li a .nr .bot h1 span{
    
    }
.new-users-son1 h2 {
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 2%;
}
.new-users-son1 h2 span:nth-child(1){
    width: 1%;
    height: 19px;
    background: #CE0F1E;
    display: inline-block;
    vertical-align: text-top;
}
.new-users-son1 h2 span:nth-child(2){
    float: right;
    color: #999999;
    font-size: 12px;
}
.new-users-son1 h2 span:nth-child(2) a{
    color: #999999;
}


.swiper-container3 .swiper-slide {
    background-color: #fff;
    border-radius: 10px;
   box-shadow: 0 0px 0px rgb(0 0 0 / 10%), 0 0 10px 0 rgb(0 0 0 / 20%);
   margin:2% 0;
   margin-right:30px;
   
}
.swiper-container3 .swiper-slide a{
    display:block;
}
.swiper-container3 .swiper-slide a img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.swiper-container3 .swiper-slide div{
    width: 100%;
    box-sizing: border-box;
    padding: 5% 8%;
}
.swiper-container3 .swiper-slide div p:nth-child(1){
    font-size: 16px;
    overflow: hidden;
text-overflow: ellipsis;
/*display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:1;*/
color:#333333;
}
.swiper-container3 .swiper-slide div p:nth-child(2){
    color: #E80C0C;
    font-size: 14px;
    padding: 4% 0;
}
.swiper-container3 .swiper-slide div p:nth-child(2) span{
    font-size: 12px;
    color: #CCCCCC;
    text-decoration:line-through;
}
.swiper-container3 .swiper-slide div p:nth-child(3){
    font-size: 14px;
    color: #CCCCCC;
}
/* 新人优惠 */



/* 爆品推荐 */
.recommend{
    padding: 15px 12px 0;
    box-sizing: border-box;
}
.recommend h1{
    font-size: 18px;
    padding: 12px 10px;
    box-sizing: border-box;
}
.recommend-son{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;

}
.recommend-son a{
    margin-bottom: 4%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
    width:48%;
}
.recommend-son img{
    border-radius: 5px;
}
.recommend-son h2{
    font-size: 14px;
    font-weight: 500;
    color:#333333;
    /*overflow:hidden;
    text-overflow:ellipsis;
	white-space:nowrap;*/
}
.recommend-son div{
    padding: 8px 6px;
    box-sizing: border-box;
}

.recommend-son h4{
    font-size: 13px;
    color: #E80C0C;
    padding: 2% 0 0;
}
.recommend-son h4 span:nth-child(1){
    font-size: 12px;
    color: #CCCCCC;
    text-decoration: line-through;
    margin: 0 7px;
}
.recommend-son h4 span:nth-child(2){
    color: #CCCCCC;
    font-size: 12px;
    float: right;
    margin-top: 2%;
}

        .recommend-son a{    position: relative;}
        .tag{
display: block;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffa24c;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}
/* 爆品推荐 */




.hui {
  background: #F7F7F7;
  height: 6px;
  width: 100%;
display:none;
}
.ziying {
  padding: 0 3%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #fef8f8;
}
.ziying .bt {
  display: flex;
  justify-content: space-between;
margin-top: 4%;
}
.ziying .bt p {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 600;
  padding-left: 2%;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  background: url(../images/bgc1.png) no-repeat center;
  background-size: contain;
}
.ziying .bt a {
  display: block;
  width: 100%;
}

.ziying ul {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding: 2% 3%;
  box-sizing: border-box;
margin-top: 1%;
}
.ziying ul li {
  width: 40%;
  display: inline-block;
  margin-left: 3%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.ziying ul li aa {
  display: block;
}
.ziying ul li aa .tp {
  font-size: 0;
}
.ziying ul li aa .tp img {
  width:132px;
  height:132px;
}

.ziying ul li aa .nr {
  padding: 3% 4% 5% 4%;
  box-sizing: border-box;
}
.ziying ul li aa .nr h3 {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  font-size: 100%;
  font-size: 1rem;
font-weight: normal;
  text-align: center;
}
.ziying ul li aa .nr .jia span{
  width: 47%;
  /*height: 1.42rem;*/
  line-height: 1.42rem;
  text-align: center;
  display: inline-block;
  border: 1px solid #ca1817;
  border-radius: 0.625rem;
  box-sizing: border-box;
  color: #ca1817;
  font-size: 0.6rem;
}
.ziying ul li aa .nr .jia span  a{
 
    color: #ca1817;
    font-size: 0.6rem;
}


.ziying ul li aa .nr p{
  font-size: 0.83rem;
  text-align: center;
  color: #666;
}
.ziying ul li aa .nr .jia {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 7%;
}
.ziying ul li aa .nr .jia h2 {
  color: #e01212;
 font-size: 100%;
  font-size: 14px;
font-weight: normal;
 
}
.ziying ul li aa .nr .jia h1 {
  color: #999999;
font-size: 100%;
  font-size: 12px;
  text-decoration: line-through;
  margin-top: 1%;
  margin-left: 2%;
font-weight: normal;
  
}
.ziying ul li:first-child {
  margin-left: 0;
}
.ziying ul::-webkit-scrollbar {
  display: none;
}








.lvyou {
  padding: 0 3%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fef8f8;
}
.lvyou .bt {
  display: flex;
  justify-content: space-between;
margin-top: 4%;
position: relative;
}
.lvyou .bt p {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 600;
  padding-left: 2%;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background: url(../images/bgc1.png) no-repeat center;
  background-size: contain;
}
.lvyou .bt a {
  display: block;
  width: 100%;
}

.lvyou ul {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding: 2% 3%;
  box-sizing: border-box;
margin-top: 1%;
}
.lvyou ul li {
  width: 40%;
  display: inline-block;
  margin-left: 3%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.lvyou ul li a {
  display: block;
}
.lvyou ul li a .tp {
  font-size: 0;
}
.lvyou ul li a .nr {
  padding: 3% 4% 5% 4%;
  box-sizing: border-box;
}
.lvyou ul li a .nr h3 {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  font-size: 100%;
  font-size: 14px;
font-weight: normal;
height:38px;

}
.lvyou ul li a .nr .jia {
  overflow: hidden;
  display: flex;
  margin-top: 7%;
}
.lvyou ul li a .nr .jia h2 {
  color: #e01212;
  font-size: 100%;
   font-size: 0.83rem;
 font-weight: normal;
 
}
.lvyou ul li a .nr .jia h2 span{
  font-size: 1rem;
}
.lvyou ul li a .nr .jia h1 {
  color: #999999;
font-size: 100%;
  font-size: 0.75rem;
  text-decoration: line-through;
  margin-top: 1%;
  margin-left: 2%;
font-weight: normal;
  
}
.lvyou ul li:first-child {
  margin-left: 0;
}
.lvyou ul::-webkit-scrollbar {
  display: none;
}



.hengban {
  font-size: 0;
  margin-top: 3%;
}
#myData{
  overflow: hidden;
}

.shipin{
margin-top: 4%;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.shipin .bt {
  display: flex;
  justify-content: space-between;
}
.shipin .bt p {
    margin: auto;
height: 84px;
    text-align: center;
    width: 93%;
    font-family: "AlimamaDongFangDaKai";
    font-size: 34px;
    line-height: 84px;
    background: url(../images/bgc2.png) no-repeat left bottom;
    background-size: 100% 100%;
    color: white;
    text-shadow: 2px 1px rgba(71, 5, 10, 0.6);
}
.shipin .bt a {
  display: none;
  color: #999999;
  font-size: 12px;
  /*background: url(/phone/html/images/youjian.png) no-repeat 100%;
  background-size: 20%;
  background-position-x: 100%;
  background-position-y: 15%;*/
  width: 13%;
margin-top: 1.5%;
}
.shipin ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 3%;
    padding-bottom: 15px;
    box-sizing: border-box;
    margin-top: 2%;
}
.shipin ul li {
  width: 48.5%;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
overflow:hidden;
background-color:#fff;
    margin-top: 5px;
}
/*.shipin ul li:nth-of-type(n+3){
margin-top: 3%;
}*/
.shipin ul li a {
  display: block;
}
.shipin ul li   .tp {
  font-size: 0;
}
.shipin ul li   .nr{
        position: relative;
  padding: 3% 5% 5% 5%;
  box-sizing: border-box;
}
.shipin ul li   .nr h3 {
color: #333333;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    min-height: 38px;
}
.shipin ul li   .nr .jia {
  overflow: hidden;
  display: flex;
  margin-top: 7%;
}
.shipin ul li   .nr .jia h2 {
  color: #e01212;
  font-size: 0.83rem;
  font-weight: normal;
}
.shipin ul li   .nr .jia h2 span{
  font-size: 1rem;
}
.shipin ul li   .nr .jia h1 {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
  margin-top: 1%;
font-weight: normal;
  margin-left: 2%;
}


.icon-gouwuche1 {
    background-color: #FAC038;
    color: #fff;
    z-index: 9998;
}
.gwc {
background-image: linear-gradient(#CE0F1E,#EC3240);
    border-radius: 50%;
 
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    right: 3%;
    bottom: 5%;
    color: #fff;
    z-index: 9998;
    font-size: 22px;
}
.carNum {
    border-radius: 50%;
    font-size: 0.6rem;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    /* top: -10%; */
    /* right: -10%; */
    background-color: #FAC038;
    color: #fff;
   right: 1%;
    bottom: 26%;
    z-index: 9999;
}
.two_box .carNum {
    right: 0%;
    bottom: 52%;
}

.meizhuang{
  padding: 0 3%;
  box-sizing: border-box;
  margin-top: 7%;
}
.meizhuang .bt {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.meizhuang .bt p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 1% 0;
  padding-left: 6%;
  padding-right: 5%;
  background: url(/phone/html/images/bg1.png) no-repeat 100%;
  background-size: 95% 100%;
}
.meizhuang .bt a {
  display: block;
  color: #999999;
  font-size: 16px;
  background: url(/phone/html/images/youjian.png) no-repeat 100%;
  background-size: 20%;
  background-position-x: 100%;
  background-position-y: 15%;
  width: 13%;
margin-top: 1.5%;
}
.meizhuang ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
padding: 0 3%;
    padding-bottom: 2%;
    box-sizing: border-box;
    margin-top: 2%;
}
.meizhuang ul li {
  width: 48.5%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
margin-top: 3%;
}
.meizhuang ul li a {
  display: block;
}
.meizhuang ul li a .tp {
  font-size: 0;
}
.meizhuang ul li a .nr{
  padding: 3% 5% 5% 5%;
  box-sizing: border-box;
}
.meizhuang ul li a .nr h3 {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
font-weight: normal;
}
.meizhuang ul li a .nr .jia {
  overflow: hidden;
  display: flex;
  margin-top: 7%;
}
.meizhuang ul li a .nr .jia h2 {
  color: #e01212;
  font-size: 14px;
font-weight: normal;
}
.meizhuang ul li a .nr .jia h1 {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
  margin-top: 1%;
font-weight: normal;
  margin-left: 2%;
}



.gehu{
  padding: 0 3%;
  box-sizing: border-box;
  margin-top: 7%;
}
.gehu .bt {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.gehu .bt p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 1% 0;
  padding-left: 6%;
  padding-right: 5%;
  background: url(/phone/html/images/bg1.png) no-repeat 100%;
  background-size: 95% 100%;
}
.gehu .bt a {
  display: block;
  color: #999999;
  font-size: 16px;
  background: url(/phone/html/images/youjian.png) no-repeat 100%;
  background-size: 20%;
  background-position-x: 100%;
  background-position-y: 15%;
  width: 13%;
margin-top: 1.5%;
}
.gehu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
padding: 0 3%;
    padding-bottom: 2%;
    box-sizing: border-box;
    margin-top: 2%;
}
.gehu ul li {
  width: 48.5%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
margin-top: 3%;
}
.gehu ul li a {
  display: block;
}
.gehu ul li a .tp {
  font-size: 0;
}
.gehu ul li a .nr{
  padding: 3% 5% 5% 5%;
  box-sizing: border-box;
}
.gehu ul li a .nr h3 {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
font-weight: normal;
}
.gehu ul li a .nr .jia {
  overflow: hidden;
  display: flex;
  margin-top: 7%;
}
.gehu ul li a .nr .jia h2 {
  color: #e01212;
  font-size: 14px;
font-weight: normal;
}
.gehu ul li a .nr .jia h1 {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
  margin-top: 1%;
font-weight: normal;
  margin-left: 2%;
}







.huwai{
  padding: 0 3%;
  box-sizing: border-box;
  margin-top: 7%;
}
.huwai .bt {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.huwai .bt p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 1% 0;
  padding-left: 6%;
  padding-right: 5%;
  background: url(/phone/html/images/bg1.png) no-repeat 100%;
  background-size: 95% 100%;
}
.huwai .bt a {
  display: block;
  color: #999999;
  font-size: 16px;
  background: url(/phone/html/images/youjian.png) no-repeat 100%;
  background-size: 20%;
  background-position-x: 100%;
  background-position-y: 15%;
  width: 13%;
margin-top: 1.5%;
}
.huwai ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
padding: 0 3%;
    padding-bottom: 2%;
    box-sizing: border-box;
    margin-top: 2%;
}
.huwai ul li {
  width: 48.5%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
margin-top: 3%;
}
.huwai ul li a {
  display: block;
}
.huwai ul li a .tp {
  font-size: 0;
}
.huwai ul li a .nr{
  padding: 3% 5% 5% 5%;
  box-sizing: border-box;
}
.huwai ul li a .nr h3 {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
font-weight: normal;
}
.huwai ul li a .nr .jia {
  overflow: hidden;
  display: flex;
  margin-top: 7%;
}
.huwai ul li a .nr .jia h2 {
  color: #e01212;
  font-size: 14px;
font-weight: normal;
}
.huwai ul li a .nr .jia h1 {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
  margin-top: 1%;
font-weight: normal;
  margin-left: 2%;
}







.tushu{
  padding: 0 3%;
  box-sizing: border-box;
  margin-top: 7%;
}
.tushu .bt {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.tushu .bt p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 1% 0;
  padding-left: 6%;
  padding-right: 5%;
  background: url(/phone/html/images/bg1.png) no-repeat 100%;
  background-size: 95% 100%;
}
.tushu .bt a {
  display: block;
  color: #999999;
  font-size: 16px;
  background: url(/phone/html/images/youjian.png) no-repeat 100%;
  background-size: 20%;
  background-position-x: 100%;
  background-position-y: 15%;
  width: 13%;
margin-top: 1.5%;
}
.tushu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
padding: 0 3%;
    padding-bottom: 2%;
    box-sizing: border-box;
    margin-top: 2%;
}
.tushu ul li {
  width: 48.5%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
margin-top: 3%;
}
.tushu ul li a {
  display: block;
}
.tushu ul li a .tp {
  font-size: 0;
}
.tushu ul li a .nr{
  padding: 3% 5% 5% 5%;
  box-sizing: border-box;
}
.tushu ul li a .nr h3 {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
font-weight: normal;
}
.tushu ul li a .nr .jia {
  overflow: hidden;
  display: flex;
  margin-top: 7%;
}
.tushu ul li a .nr .jia h2 {
  color: #e01212;
  font-size: 14px;
font-weight: normal;
}
.tushu ul li a .nr .jia h1 {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
  margin-top: 1%;
font-weight: normal;
  margin-left: 2%;
}






.xiebao{
  padding: 0 3%;
  box-sizing: border-box;
  margin-top: 7%;
padding-bottom: 5%;
}
.xiebao .bt {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.xiebao .bt p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 1% 0;
  padding-left: 6%;
  padding-right: 5%;
  background: url(/phone/html/images/bg1.png) no-repeat 100%;
  background-size: 95% 100%;
}
.xiebao .bt a {
  display: block;
  color: #999999;
  font-size: 16px;
  background: url(/phone/html/images/youjian.png) no-repeat 100%;
  background-size: 20%;
  background-position-x: 100%;
  background-position-y: 15%;
  width: 13%;
margin-top: 1.5%;
}
.xiebao ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
padding: 0 3%;
    padding-bottom: 2%;
    box-sizing: border-box;
    margin-top: 2%;
}
.xiebao ul li {
  width: 48.5%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
margin-top: 3%;
}
.xiebao ul li a {
  display: block;
}
.xiebao ul li a .tp {
  font-size: 0;
}
.xiebao ul li a .nr{
  padding: 3% 5% 5% 5%;
  box-sizing: border-box;
}
.xiebao ul li a .nr h3 {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
font-weight: normal;
}
.xiebao ul li a .nr .jia {
  overflow: hidden;
  display: flex;
  margin-top: 7%;
}
.xiebao ul li a .nr .jia h2 {
  color: #e01212;
  font-size: 14px;
font-weight: normal;
}
.xiebao ul li a .nr .jia h1 {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
  margin-top: 1%;
font-weight: normal;
  margin-left: 2%;
}







.remen {
    padding: 0 3%;
    box-sizing: border-box;
    padding-bottom: 15px;
    overflow: hidden;
    background-color: white;
    background: url(../images/jb_bgc.png) no-repeat;
    background-size: 100% 102%;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,.05);
}
.remen .bt {
  display: flex;
margin-top: 7%;
position: relative;
justify-content: center;
;
}

.remen .bt p {
  color: #af2b1b;
  font-size: 20px;
  padding-left: 2%;
  box-sizing: border-box;
  width: 68%;
  margin: auto;
  text-align: center;
  background: url(../images/bgc1.png) no-repeat center;
  background-size: cover;
}
/*.remen .bt a  {
    display: block;
    position: absolute;
    right: 1%;
    top: 45%;
    font-size: 12px;
    color: #999999;
}*/
.bk{
	box-shadow:none;
	border-radius:0;
	background:none;
	padding-bottom:0;
}
.bk .two_box{
	display:flex;
	border-radius:10px;
	box-shadow:0 0px 3px rgba(0,0,0,0.1);
	/*background:url(../images/rm_bgc.png) no-repeat;*/
	background-size:100% auto;
	background-color:white;
	background-position:left bottom;
	margin-top:7%;
	margin-bottom:6%;
}
.bk .two_box .box_one{
	width:50%;
padding: 2%;
}
.bk .two_box .bt{
	justify-content: space-between;
	align-items:center;
	padding:0;
    margin-top: 0;
	box-sizing:border-box;
}
.bk .two_box .box_one:first-of-type{
	border-right:1px solid #f1f1f1;
}
.bk .two_box .bt a{
	color: #999999;
	position: initial;
}
.bk .two_box .bt p{
	width:auto;
	background:none;
	text-align:left;
	margin:0;
	font-size:16px;
	color:#333333;
}
.bk .two_box ul li{
	width:48%;
	margin-right:1%;
}
.bk .two_box ul li:nth-of-type(2){
	margin-right:0;
}
.bk .two_box ul li:nth-of-type(n+3){
	display:none;
}
.remen ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 2% 1%;
  box-sizing: border-box;
margin-top: 1%;
}
.remen ul li {
width: 23%;
    display: inline-block;
    margin-right: 2.8%;
    overflow: hidden;
}
.remen ul li img{
	border-radius:6px;
}
.remen ul li:nth-of-type(n+5){
	display:none;
}
.remen ul li:nth-of-type(4){
	margin-right:0;
}
.remen ul li a {
  display: block;
}
.remen ul li a .tp {
  font-size: 0;
}
.remen ul li  .nr { 
        position: relative;
  padding: 3% 4% 5% 4%;
  box-sizing: border-box;
}
.remen ul li   .nr h3 {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  font-size: 100%;
  font-size: 12px;
font-weight: normal;
height:38px;

}
.remen ul li   .nr .jia {
  overflow: hidden;
  display: flex;
  margin-top: 7%;
  text-align:center;
}
.remen ul li   .nr .jia h2 {
  color: #e01212;
 font-size: 100%;
  font-size: 0.83rem;
font-weight: normal;
}
.remen ul li   .nr .jia h2 span{
  font-size: 0.83rem;
}
.remen ul li   .nr .jia h1 {
  color: #FFF;
font-size: 100%;
  font-size: 0.75rem;
  text-decoration: line-through;
  margin-top: 1%;
  margin-left: 2%;
font-weight: normal;
  
}

.remen ul li:first-child {
  margin-left: 0;
}
.remen ul::-webkit-scrollbar {
  display: none;
}
.remen .gwc{
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

        .maintan{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}
.main_ma>span{
    position: absolute;
    font-size: 34px;
    top: 0;
    right: 8px;
}
.main_ma{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
    width: 94%;
    box-sizing: border-box;
    padding: 10%;
    z-index: 9999;
    background: #fff;
}
.main_ma input{
    width: 100%;
    padding: 3% 0 2%;
    font-size: 18px;
    border: 1px solid #444;
    text-indent: 10px;
    margin-top: 5%;
}
.main_ma>p:nth-child(3){
    font-size: 16px;
    color: #444444;
    text-align: center;
    margin: 15% 0 2%;
}
.main5{
    margin: 10% 0 25%;
}
.main5 a{
    display: block;
    width: 66%;
    padding: 2% 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #34a9fe;
    margin: auto;
    border-radius: 30px;
}

      body {
        overflow-x: hidden;
background: url(/phone/html/images/index_bgc.png) no-repeat #fefbea;
    background-size: 100%;
        }
 .new-users-son1 h2 {
 
    font-size: 18px !important;
 
}
 .swiper-container3 .swiper-slide div p:nth-child(1) {
    font-size: 14px !important;
 
}
 .swiper-container3 .swiper-slide div {
 
    height: 117.5px !important;
}
 .recommend-son div {
 
    height: 110px !important;
}
 .header2 {
 
    width: 100%  !important;
    overflow-x: hidden  !important;
}
 
 .swiper-container3 .swiper-slide div p:nth-child(1) {
    height: 38px;
    font-weight: 600;
    font-size: 14px !important;
}
 
.swiper-container3 .swiper-slide div p:nth-child(2) {
    font-size: 12px;
 
}
 .swiper-container3 .swiper-slide div p:nth-child(3) {
    font-size: 12px;
    color: #CCCCCC;
}
  .swiper-container3 .swiper-slide div p:nth-child(4) {
    font-size: 12px;
    color: #CCCCCC;
}

  .recommend-son h2 {
      height:35px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}
  .recommend-son h4 {
    font-size: 12px;
 
}

  .recommend-son h4 span:nth-child(1) {
 
     text-decoration: none 
 
}
  .tagLeve{
      display:none;
      background: #FB4542;
    padding: 2px 5px;
    margin: 5px auto;
    color: #fff;
    width: 75px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;}
  .jia{position: relative;}
  .xiaoLiang{text-decoration: none !important; position: absolute; right: 3px;}
 .ztd_box
 {
     display:flex;
     align-items:center;
     padding-left:3%;
     box-sizing:border-box;
     margin:2% 0;
     }
 .ztd_box img
 {
     width:auto;
     }
 .ztd_box select
 {
     margin-left:2%;
     border:none;
     color:White;
     background:url(html/images/select_bgc.png) no-repeat;
     background-size:100% auto;
     background-position:left bottom;
     }
     .kd_box
     {
         display:flex;
         justify-content: space-between;
         padding:8px 12px 0;
         box-sizing:border-box;
	 margin-top:3%;
         }
     .kd_box a
     {
         display:block;
         width:48%;
         }
     .kd_li
     {
         width:100%;
         border-radius:10px;
         box-shadow:0 0 8px rgba(0,0,0,0.11);
         display:flex;
         justify-content: center;
         align-items:center;
         padding:10% 3%;
         box-sizing:border-box;
         }
      .kd_li h1
      {
          font-size:18px;
          margin-right:10%;
          }
      .kd_li img
      {
          width:35%;
          }
       .xp_li
       {
           background:white;
           border-radius:6px;
           }

       .ztd_box span {
    margin-left: 2%;
    border: none;
    color: White;
    background: url(html/images/select_bgc.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    font-size: 14px;
}

       
/* 弹出层 */
/* 弹出层 */
 
                  /* 弹窗 */
.main73,.main75{
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 67%);
    /* display: none; */
}
.main74{
    width: 80%;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    padding: 2% 2% 15%;
    bottom: -38%;
    left: 0%;
    transform: translateX(-50%);
    z-index: 99;
}
.main744,.main755 {
    min-height: 400px;
    width: 90%;
    box-sizing: border-box;
    position: relative;
 
}
.main744>span {
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 2%;
    cursor: pointer;
    color: #999999;
}

.main74>span{
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 2%;
    cursor: pointer;
    color: #999999;
}
 .main2 ul {
            display: flex;
            justify-content: space-around;
            margin-bottom: 5%;
        }

            .main2 ul li a {
                color: #b3b3b3;
                font-size: 18px;
                display: block;
                padding-bottom: 8%;
            }
                   .header2at a {
            color: #AF2B1C !important;
            background: url(/phone/html/images/heng.png) no-repeat 100%;
            background-size: 100%;
            background-position-y: 100%;
        }

                     .tc_box{
            position: fixed;
            width: 90%;
            height: 100%;
            background-color: rgba(115, 115, 115, 0.6);
            display: flex;
            justify-content: center;
            align-items: center;
            padding:0 5%;
        }
        .tc_box .has_click{
            width: 10%;
            position: absolute;
            right: 6%;
            top: 22%;
            z-index: 99;
        }
        .tc_box a{
            display: block;
            width: 100%;
            text-decoration: none;
        }
        .tc_box a .yh_box{
            width: 100%;
            position: relative;
        }
        .tc_box a .yh_box img{
            width: 100%;
        }
        .tc_box a .yh_box p{
            font-size: 24px;
            color: white;
            position: absolute;
         bottom: 29.3%;
            left: 25%;
        }
        .tc_box a .yh_box p span{
            /*font-size: 35px;*/

             /*font-size: 5vw;*/
        }
     .yhq_list{width:76%;margin:10px 12%;height:60px;background:url(/phone/html/images/lqcg_1.jpg);background-size: 100% 100%;position: relative;}
    .yhq_rmb{color:#E53034;    position: absolute;
    left: 15%;
    top: 34%;
    font-size: 20px;}
/* 弹出层 */