﻿/* 头部 */
.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: #094217;*/
}

 .icon-ziyuan {
    background-color: #7f7f7f !important;
    color: #fff !important;
}
.header h2{
    font-size: 18px;
    text-align: center;
    padding: 2% 0 0%;
    color: #FFFFFF;
    font-weight: 500;
    
}
.header1 {
    /*padding: 8px 0 17px;*/
    position: relative;
          padding: 10px 0;
}
.header1 a{
  display: block;
  position: absolute;
  right: 3%;
  top:35%
}
.header1 img{
    width: 50%;
    float: right;
}
.header1 input {
    width: 74%;
    margin-left: 5%;
    background-color: #f8f8f8;
    font-size: 12px;
    color: #d9d9d9;
    padding: 2% 4%;
    box-sizing: border-box;
    border-radius: 20px;
    padding-right: 8%;
}
.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:5%;
    }

.swiper-container1 {
    border-radius: 5px;
    overflow:inherit;
}

.swiper-container1 img {
    width: 90%;
    margin: auto;
    /*height: 50vh;*/
    border-radius:10px;
}

.swiper-container1 .swiper-pagination-bullets {
    bottom: 8px !important;
}
.swiper-container1 .swiper-pagination-bullet {
    background: #666666;
}
.swiper-container1 .swiper-pagination-bullet-active {
    background: #094217;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    display: inline-block;
    border-radius: 6px;
    background: #000;
 
}
/* 头部 */

/* 商品分类 */
.p_type{
	display:flex;
	flex-wrap:wrap;
	padding:5% 2% 3%;
	box-sizing:border-box;
}
.p_li{
	width:15%;
	margin-right:2%;
	text-align:center;
}
.p_li:nth-of-type(6n){
	margin-right:0;
}
.p_li:nth-of-type(n+7){
	margin-top:3%;
}
.p_li p{
	font-size:12px;
	margin-top:3%;
	color:#333333;
}
.classify {
    padding: 8px 12px 0;
    box-sizing: border-box;
    margin-top:3%;
    background-color: #fff;
}

.classify-son {
    width: 100%;
    float: left;
}

.classify-son img {
    width: 16vw;
    margin: 10% auto;
}
/*.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: #094217;
    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: 2px;
  width: 100%;
}
.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{
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  background-size:100% auto;
  background-position:left top;
  background-color: #fff;
}
.shipin .bt {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
    align-items: center;
}
.shipin .bt p {

    background: url(../images/btbg.png) no-repeat;
    background-size: 100% auto;
    width: 42.4vw;
    height: 12.53vw;
    text-align: center;
    position: relative;
    padding-left: 3%;
line-height: 14.53vw;
    font-family: SourceHanSansCN-Regular;
    font-size: 5.33vw;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;

    letter-spacing: 0.32vw;
    color: #ffffff;
}
.shipin .bt a {
	font-family: PingFang-SC-Medium;
  display: block;
  color: #999999;
  font-size: 14px;
margin-top: 4.5%;
    padding-right: 4vw;
    box-sizing: border-box;
}
.shipin ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
padding: 0 4%;
    padding-bottom: 2%;
    box-sizing: border-box;
    margin-top: 2%;
}
.shipin ul li {
  width: 48.5%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
margin-top: 3%;
}
.remen ul li img{
 height: 50vw;
}
.shipin ul li img{   
 height: 50vw;
}
.shipin ul li a {
  display: block;
}
.shipin ul li a .tp {
border-radius: 1.87vw 1.87vw 0vw 0vw;
  font-size: 0;
}
.shipin ul li a .nr{
  padding: 3% 5% 5% 5%;
  box-sizing: border-box;
}
.shipin 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;
    height: 38px;
}
.shipin ul li a .nr .jia {
  overflow: hidden;
  display: flex;
  margin-top: 7%;
}
.shipin ul li a .nr .jia h2 {
  color: #e01212;
  font-size: 0.83rem;
  font-weight: normal;
}
.shipin ul li a .nr .jia h2 span{
  font-size: 1rem;
}
.shipin ul li a .nr .jia h1 {
color: #999999;
 font-size: 100%;
 font-size: 0.75rem;
 text-decoration: line-through;
 margin-top: 1%;
 margin-left: 4%;
 margin-right: 4%;
 font-weight: normal;
}

.shipin ul li a .nr .jia .xiaoLiang{
 margin-left: auto;
}






.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: 3%;
overflow: hidden;
background-color:white;
background-size:100% 102%;
border-radius:10px;
}
.remen .bt {
margin-top: 4%;
position: relative;
justify-content: center;
text-align:center;
background:url(../images/bgc1.png) no-repeat;
background-size:100% 100%;
padding-top:2%;
}
.remen .bt img{
	width:35%;
}
.remen .bt p {
  color: #088d67;
  font-size: 14px;
  box-sizing: border-box;
  width: 68%;
  margin: auto;
  text-align: center;
  background-size: cover;
}
.remen .bt h1{
line-height:74px;
color:white;
}
.remen .bt a  {
    display: block;
    position: absolute;
    right: 1%;
    top: 45%;
    font-size: 12px;
    color: #999999;
}
.box_one .bt{
display:flex;
background:none;
}
.bk{
	box-shadow:none;
	border-radius:0;
	background:none;
}
.bk .two_box{
	display:flex;
	margin-top:5%;
	border-radius:10px;
	box-shadow:0 1px 3px rgba(0,0,0,0.38);
	background-size:100% auto;
	background-color:white;
	background-position:left bottom;
}
.bk .two_box .box_one{
	width:50%;
}
.bk .two_box .bt{
	justify-content: space-between;
	align-items:center;
	padding:0 3%;
	box-sizing:border-box;
}
.bk .two_box .box_one:first-of-type{
	border-right:1px solid #f1f1f1;
}
.bk .two_box .bt a{
	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: block;
  overflow-x: auto;
  white-space: nowrap;
  padding: 2% 3%;
  box-sizing: border-box;
margin-top: 1%;
}
.remen ul li {
  width: 24.3%;
  display: inline-block;
  margin-right: 1%;
  overflow: hidden;
}
.remen ul li img{
	border-radius:6px;
}
.remen ul li:nth-of-type(n+7){
	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 a .nr {
  padding: 3% 4% 5% 4%;
  box-sizing: border-box;
}
.remen 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;

}
.remen ul li a .nr .jia {
  overflow: hidden;
  display: block;
  margin-top: 7%;
  text-align:center;
}
.remen ul li a .nr .jia h2 {
  color: #e01212;
 font-size: 100%;
  font-size: 0.83rem;
font-weight: normal;
}
.remen ul li a .nr .jia h2 span{
  font-size: 1rem;
}
.remen ul li a .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;
}

        .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;
}
