.ks-padding {
  padding: 0 1rem;
}
.ks-header {
  height:2.5rem;
  overflow: hidden;
  padding: 0 2.5rem;
  position: relative;
  background: #fff;
}
.container{
  padding: 0 0.75rem;
}
.ks-header .ks-trade-icon {
  width:2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
}
.ks-header .ks-trade-icon img {
  height: 0.8rem;
  vertical-align: middle;
}
.ks-header .ks-search {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  height: 1.7rem;
  text-align: center;
  top:0.35rem;
  border-radius: 3rem;
  z-index: 1;
}
.ks-search__text{
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.7rem;
  color:#999;
  padding: 0 1rem;
  background: url("../images/search.png") no-repeat 0 50%;
}
.ks-header .ks-search .search_sub {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  left: 15%;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/search.png") no-repeat 0.75rem 50%;
  background-size: auto 0.75rem;
  z-index: 10;
}
.ks-header .ks-search .search-text {
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  background: none;
  top: 0.3rem;
  position: relative;
  box-sizing: border-box;
  padding: 0 1rem 0 1.75rem;
  background: url("../images/search.png") no-repeat 0.75rem 50%;
  font-size: 0.6rem;
  margin: 0 auto;
  display: block;
}
.ks-nav {
  height: 2.2rem;
  line-height: 2.2rem;
  overflow: hidden;
  font-weight: bold;
  background: #fff;
}
.ks-nav .swiper-slide a{font-size: 0.8rem;color: #333333;}
/* .ks-nav .swiper-slide-active a{color: #EF0202;} */

.ks-nav .swiper-slide.curr a{
  color: #FB6E52;
}

.banner{
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.banner  .swiper-slide {
  text-align: center;
  font-size: 0.9rem;
  height: 5rem;
  padding-bottom: 2rem;
  border-radius: 0.3rem;
  transition: .3s;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transform: scale(0.9) !important;
}
.banner .swiper-slide-active{
  transform: scale(1) !important;
}

.banner .swiper-container .swiper-wrapper .swiper-slide ,.banner-text .swiper-container .swiper-wrapper .swiper-slide{ width: 80%; margin: 0 auto;}

 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
bottom: 0.5rem;
}
 .banner-text {
  font-size: 0.7rem;
  background-image: url("../images/message.png");
  background-repeat: no-repeat;
  background-position: left 0.6rem center;
  background-size: auto 0.65rem;
  width: 100%;
  box-sizing: border-box;
  background-color:#fff; 
  height:2rem;
  overflow: hidden;
}
.banner-text a{
  color:#666
}
.banner .carousel-indicators {
  bottom: 2.5rem;
}

.banner-text .swiper-slide{
  line-height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color:#777;
}

.ks-footer-blank {
  height: 2.45rem;
  overflow: hidden;
}
.ks-footer {
  -webkit-box-shadow: 0 0.1rem 0.6rem rgba(0,0,0,0.1);
          box-shadow: 0 0.1rem 0.6rem rgba(0,0,0,0.1);
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  height: 2.45rem;
  
}
.ks-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.35rem;
}
.ks-footer ul li {
  color: #929699;
  text-align: center;
  font-weight: bold;
  font-size: 0.5rem;
  line-height: 1.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ks-footer ul li .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  /* background-size: 1rem 1rem; */
  background-size: cover;
  background-position: 50% 60%;
}
.ks-footer ul li .icon-index {
  background-image: url("../images/home.png");
}
.ks-footer ul li .icon-find {
  background-image: url("../images/found.png");
}
.ks-footer ul li .icon-learn {
  background-image: url("../images/learn.png");
}
.ks-footer ul li .icon-account {
  background-image: url("../images/account.png");
}
.ks-footer ul li.active {
  color: #FB6E52;
}
.ks-footer ul li.active .icon-index {
  background-image: url("../images/home_active.png");
}
.ks-footer ul li.active .icon-find {
  background-image: url("../images/found_active.png");
}
.ks-footer ul li.active .icon-learn {
  background-image: url("../images/learn_active.png");
}
.ks-footer ul li.active .icon-account {
  background-image: url("../images/account_active.png");
}
.ks-navigation ul li {
  float: left;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
}
.ks-navigation ul li a {
  color: #333333;
}
.ks-navigation ul li.active a {
  color: #fb6e52;
}
.ks-navigation-twin {
  line-height: 1.2rem;
  position: relative;
  background: #FFF;
  padding-right: 3rem;
}
/* .ks-navigation-twin ul li {
  float: left;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.ks-navigation-twin ul li a {
  line-height: 1.5rem;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0 0.75rem;
  color: #777777;
  background: #f6f2f6;
  border-radius: 1.25rem;
} */
/* .ks-navigation-twin ul li.active a {
  background: #fb6e52;
  border-radius: 1.25rem;
  color: #ffffff;
} */
#epclass{
  padding-bottom: 0.5rem;
  overflow: hidden;
}
#epclass .swiper-slide-active A{
  color: #FB6E52;
}
#epclass .swiper-slide{
  font-size: 0.7rem;
  line-height: 1.5rem;
  text-align: center;
  background:rgba(246,242,246,1);
border-radius:1.2rem;
}
#epclass .swiper-slide a{
  display: block;
  font-size: 0.7rem;
  line-height: 1.5rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#epclass .swiper-slide a.curr{
  color: #FB6E52;
}
.ks-navigation-twin .screening {
  display: inline-block;
  font-size: 0.7rem;
  position: absolute;
  right: 0.6rem;
  top: 0;
  z-index: 1;

}
.ks-navigation-twin .screening:hover .screening_text{
display: block;
}
.ks-navigation-twin .screening .screen{
  padding-left: 1.2rem;
  font-size: 0.7rem;
  background: url("../images/screening.png") no-repeat left center;
  background-size: 30% auto;
}
.screening_text{
  position: absolute;
  left: 0;
width: 100%;
  padding-top:0.5rem;
  top: 1.6rem;
  text-align: center;
  z-index: 1000;
  display: none;
  background: #fff
}
 .screening a{
  display: block;
}
 .screening_text a{
  display: block;
  text-align: left;
  position: relative;
  font-size: 0.75rem;
  padding-left: 0.75rem;
  line-height: 2.2rem;
}
.screening_text a:after{display: block;	content: " ";	height: 0px;	width: 100%;	box-sizing: border-box;	border-bottom:1px solid #e6e6e6;	-webkit-transform: scaleY(0.5);	-ms-transform: scaleY(0.5);	transform: scaleY(0.5);	-webkit-transform-origin: 0 100%;	-ms-transform-origin: 0 100%;	transform-origin: 0 100%;	position: absolute;	bottom: 0px;	left: 0;	right: 0;z-index: 1;}

.screening_text a.curr{
  color: #FB6E52;
}
.screening_text a.curr::before{
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0.8rem;
  top: 50%;
  margin-top: -0.5rem;
  content: "";
  background: url(../images/couple.png)no-repeat  center;
  background-size: cover;
  z-index: 1000;
}
.screening_text ul li{float: none;margin: 0 auto}
.loadtext{
  /*position: fixed;
  left: 0;
  width: 100%;
  bottom:2.3rem;
  background: #fff;*/
  line-height: 2rem;
  font-size: 0.6rem;
  color:#999;
}
.ks-find-list{
  background: #fff;
}
.basis-title{
  font-size: 0.7rem;
  line-height: 2rem;
  color:rgba(51,51,51,1);
  font-weight: bold;
}
.ks-headerm{
  width: 100%;
  height: 48px;
  background-color: #fff;
  position: relative;
}
.ks-headerm__box{
  font-size: 17px;
  font-weight: bold;
  text-align:center;
  line-height: 48px;
}
.ks-headerm__i{
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
  left: 15px;
}