﻿.toptitle{
    display: flex;
    flex-wrap: wrap;
}

.toptitle .swiper-slide{
    width: 25%;
}

body{
background: #f6f6f6;
}



/* 头部 */
.header {
    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%;
 
}
 .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;
}
.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:0%;
    }

.swiper-container1 {
    border-radius: 5px;
    overflow:inherit;
}

.swiper-container1 img {
    width: 90%;
    margin: auto;
    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;
 
}
/* 头部 */

/* 商品分类 */
.classify {
    padding: 8px 12px 0;
    box-sizing: border-box;
    margin-top:3%;
}

.classify-son {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.classify-son img {
	width: 16vw;
	height: 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: #333333;
}

/* 商品分类 */

/* 新人优惠 */
.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: #64B3F5;
    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 {
    display: none;
  background: #f7f7f7;
  height: 6px;
  width: 100%;
}
.ziying {
  padding: 0 3%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.ziying .bt {
  display: flex;
  justify-content: space-between;
margin-top: 4%;
position: relative;
}
.ziying .bt p {
  font-size: 16px;
  padding-left: 2%;
  box-sizing: border-box;
  font-weight: 600;
  width: 100%;
  background: url(../images/bgc1.png) no-repeat center;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  height: 45px;
  line-height: 45px;
  color: white;
}
.ziying .bt p span{
  font-size: 14px;
  font-weight: 400;
}
.ziying .bt a {
  width: 16%;
  height: 22px;
  border-radius: 11px;
  line-height: 22px;
  position: absolute;
  right: 3%;
  top: 26%;
  text-align: center;
  background-color: #D5B69A;
  font-size: 12px;
  color: white;
}

.ziying ul {
  display: flex;
  flex-wrap: wrap;
  padding: 2% 0%;
  box-sizing: border-box;
  margin-top: 1%;
}
.ziying ul li {
  width: 49%;
  display: inline-block;
  margin-right: 2%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.ziying ul li:nth-of-type(2n){
  margin-right: 0;
}
.ziying ul li:nth-of-type(n+3){
  margin-top: 2%;
}
.ziying ul li a {
  display: block;
}
.ziying ul li a .tp {
  font-size: 0;
  position: relative;
}
.ziying ul li a .tp .bf_box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ziying ul li a .tp .bf_box img{
  width: 25%;
  height: auto;
}
.ziying ul li a .nr {
  padding: 3% 4% 5% 4%;
  box-sizing: border-box;
}
.ziying 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: 1rem;
font-weight: normal;
}
.ziying ul li a .nr .jia span{
  width: 47%;
  height: 1.42rem;
  line-height: 1.42rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.625rem;
  box-sizing: border-box;
  color: #676767;
  font-size: 0.83rem;
}
.ziying ul li a .nr .jia .jd{
  font-size: 12px;
  color: #47bc2c;
  text-align: right;
}
.ziying ul li a .nr p{
  font-size: 0.83rem;
  color: #7f7f7f;
  margin-top: 9px;
}
.ziying ul li a .nr .jia {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 7%;
}
.ziying ul li a .nr .jia h2 {
  color: #e01212;
 font-size: 100%;
  font-size: 14px;
font-weight: normal;
 
}
.ziying ul li a .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;
}







.ktvip{
  margin: 5% 0;
}
/* 全部课程分类 */
.kc_type{
  margin-top: 10px;
}
.kc_type_li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kc_type_li:nth-of-type(n+2){
  margin-top: 3%;
}
.kc_type_left{
  display: flex;
  align-items: center;
  width: 18%;
  justify-content: space-between;
}
.kc_type_left .cirle{
  width: 4px;
  height: 14px;
  background-color: #094217;
}
.kc_type_left p{
  font-size: 14px;
}
.kc_type_ul{
  display: block;
  width: 78%;
  overflow-x: auto;
  white-space: nowrap;
}
.kc_type_ul li{
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
}
.kc_type_ul li:nth-of-type(n+2){
  margin-left: 3%;
}
.kc_type_ul .bs{
  background-color: #094217;
  color: white;
}
/* 全部课程分类结束 */

.lvyou {
  padding: 0 3%;
  box-sizing: border-box;
  overflow: hidden;
}
.lvyou .bt {
  display: flex;
  justify-content: space-between;
margin-top: 4%;
position: relative;
}
.lvyou .bt p {
  font-size: 16px;
  padding-left: 2%;
  box-sizing: border-box;
  font-weight: 600;
  width: 100%;
  background: url(../images/bgc1.png) no-repeat center;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  height: 45px;
  line-height: 45px;
  color: white;
}
.lvyou .bt p span{
  font-size: 14px;
  font-weight: 400;
}
.lvyou .bt a {
  width: 16%;
  height: 22px;
  border-radius: 11px;
  line-height: 22px;
  position: absolute;
  right: 3%;
  top: 26%;
  text-align: center;
	background-color: #094116;
  font-size: 12px;
  color: white;
}

.lvyou ul {
  display: flex;
  flex-wrap: wrap;
  padding: 2% 0%;
  box-sizing: border-box;
margin-top: 1%;
}
.lvyou ul li {
  width: 49%;
  display: inline-block;
  margin-right: 2%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.lvyou ul li:nth-of-type(2n){
  margin-right: 0;
}
.lvyou ul li:nth-of-type(n+3){
  margin-top: 4%;
}
.lvyou ul li a {
  display: block;
}
.lvyou ul li a .tp {
  font-size: 0;
  position: relative;
}
.lvyou ul li a .tp  .bf_box{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lvyou ul li a .tp  .bf_box img{
  width: 25%;
  height: auto;
}
.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: #000;
    height: 2.5rem;
    font-size: .9rem;
    font-weight: normal;
}
.lvyou ul li a .nr p{
  font-size: 0.73rem;
  color: #7f7f7f;
  margin-top: 5px;
}
.lvyou ul li a .nr .jia {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.lvyou ul li a .nr .jia span{
    text-align: center;
    display: inline-block;
    border-radius: 0.625rem;
    box-sizing: border-box;
    color: #676767;
    font-size: 0.8rem;
}
.lvyou ul li a .nr .jia .jd{
  font-size: 12px;
    color: #094217;
    text-align: right;
}
.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 3%;
  box-sizing: border-box;
  overflow: hidden;
}
.shipin .bt {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
  position: relative;
}
.shipin .bt p {
  font-size: 16px;
    padding-left: 2%;
    box-sizing: border-box;
    font-weight: 600;
    width: 100%;
    background: url(../images/bgc1.png) no-repeat center;
    background-size: cover;
    border-radius: 15px 15px 0 0;
    height: 45px;
    line-height: 45px;
    color: white;
}
.shipin .bt p span{
  font-size: 14px;
  font-weight: 400;
}
.shipin .bt a {
  width: 16%;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    position: absolute;
    right: 3%;
    top: 26%;
    text-align: center;
	background-color: #094116;
    font-size: 12px;
    color: white;
}
.shipin ul {
    width: 200%;
    display: flex;
  overflow-x: auto;
    padding-bottom: 2%;
    box-sizing: border-box;
    margin-top: 2%;
}
.shipin ul li {
    border-radius: 10px;
    background: #fff;
margin-right: 2%;
  display: inline-block;
  width: 25%;
	box-shadow: 0vw -0.8vw 6.13vw 0vw 
		rgba(48, 48, 48, 0.1);
  padding-top: 10px;
  padding: 1.5% 1.5% 0;
  box-sizing: border-box;
} 
.shipin ul li a {
  display: block;
}
.shipin ul li .ds_title{
    margin-top: 2%;
  display: flex;
  justify-content: space-between;
}

.shipin ul li .ds_title h3{
font-size: 1rem;
font-weight: normal;
}
.shipin ul li .ds_title_right{
  display: flex;
  align-items: center;
}
.shipin ul li .ds_title_right span{
  font-size: 12px;
}
.shipin ul li .ds_title_right img{
  width: 15px;
}

.ds_title_right a{
    margin-left: 5px;
}
.shipin ul li a .tp {
  font-size: 0;
}
.shipin ul li a .nr{
  padding: 3% 5% 5% 5%;
  box-sizing: border-box;
}
.shipin ul li a .nr h3 {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
font-weight: normal;
}
.shipin .jia ul{
  display: block;
  overflow-x: initial;
  white-space: initial;
}
.shipin .jia ul li{
  display: block;
  width: 100%;
  box-shadow: none;
  padding: 0;
  margin-top: 2%;
  font-size: 12px;
  color: #666;
  list-style: disc outside;
}
.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: 12px;
  text-decoration: line-through;
  margin-top: 1%;
font-weight: normal;
  margin-left: 2%;
}

.news ul{
  display: block;
  overflow-x: initial;
  white-space: initial;
}
.news ul li{
  width: 100%;
  padding: 10px 3.5% 10px;
  background-color: white;
}
.new_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_title p{
  font-size: 14px;
  color: #333;
}
.new_title span{
  font-size: 12px;
  color: #808080;
}
.new_message{
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  margin-top: 2%;
  overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}
.look_more{
  text-align: right;
}
.look_more span{
  font-size: 12px;
  transform: scale(0.9);
  color: #094217;
}


.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 {
  font-size: 16px;
  padding-left: 2%;
  box-sizing: border-box;
  font-weight: 600;
  width: 100%;
  background: url(../images/bgc1.png) no-repeat center;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  height: 45px;
  line-height: 45px;
  color: white;
}
.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;
}
.remen .bt {
  display: flex;
  justify-content: space-between;
margin-top: 4%;
position: relative;
}
.remen .bt p {
  font-size: 16px;
  padding-left: 2%;
  box-sizing: border-box;
  font-weight: 600;
  width: 100%;
  background: url(../images/bgc1.png) no-repeat center;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  height: 45px;
  line-height: 45px;
  color: white;
}
.remen .bt p span{
  font-size: 14px;
  font-weight: 400;
}
.remen .bt a {
  width: 16%;
  height: 22px;
  border-radius: 11px;
  line-height: 22px;
  position: absolute;
  right: 3%;
  top: 26%;
  text-align: center;
  background-color: #D5B69A;
  font-size: 12px;
  color: white;
}

.remen ul {
  display: flex;
  flex-wrap: wrap;
  padding: 2% 0%;
  box-sizing: border-box;
margin-top: 1%;
}
.remen ul li {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.remen ul li:nth-of-type(n+2){
  margin-top: 10px;
}
.remen ul li a {
  display: flex;
  justify-content: space-between;
}
.remen ul li a .tp {
  font-size: 0;
  width: 40%;
}
.remen ul li a .nr {
  box-sizing: border-box;
  width: 57%;
}
.remen ul li a .nr h3 {
  white-space: initial;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #333333;
  font-size: 100%;
  font-size: 1rem;
font-weight: normal;

}
.remen ul li a .nr h3 .video_label{
  padding: 1% 2%;
  color: #7f7f7f;
  background-color: #e5e5e5;
  border-radius: 2px;
  font-size: 12px;
}
.remen ul li a .nr .jia {
  overflow: hidden;
 margin-top: 10px;
    line-height: 25px;
}
.remen ul li a .nr .jia .sp_time {
  color: #666;
 font-size: 100%;
  font-size: 13px;
font-weight: normal;
}
.remen ul li a .nr .jia .sp_type{
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin-top: 1%;
  text-align: center;
}
.remen ul li a .nr .jia .mf{
  background-color: #22ac38;
}
.remen ul li a .nr .jia .vip{
  background-color: #094217;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.remen ul li a .nr .jia .sp_ds{
  font-size: 14px;
  color: #818181;
}
.hyh{
  display: flex;
  align-items: center;
  float: right;
  width: 25%;
}
.hyh img{
  width:20px;
}
.hyh p{
  font-size: 16px;
  color: #333;
  margin-left: 3%;
}
.remen ul li a .nr .jia h2 span{
  font-size: 1rem;
}
.remen 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;
  
}

.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;
}

















.leibie{
    margin-bottom: 4vw;
}
.leitop{
    width: 100vw;
    height: 33.6vw;
    background: url(../images/leitop2.png) no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    line-height: 36.6vw;
}
.leitop h1{
    font-family: SourceHanSerifSC-Bold;
    font-size: 8.34vw;
    letter-spacing: 3vw;
    color: #fefefe;
}

.leibie .lvyou{
margin-top: 0;
    padding-top: 0;
}

.mf_box{
    right: 0;
    z-index: 99;
    position: absolute;
    top: 0;
}

.mf_box img{
width: 11.87vw;
}

.mf_box2{
    right: 1vw;
    z-index: 99;
    position: absolute;
    bottom: 2.5vw;
}

.mf_box2 img{
	width: 7.93vw;
}


.lvyou ul li a{
    position: relative;
}







