.borDer {
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
}
.transforms {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
textarea:-moz-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
textarea:-ms-input-placeholder {
  font-size: 0.24rem;
  color: rgba(36, 36, 37, 0.25);
}
.clearfixs {
  zoom: 1;
}
.flex1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
}
.clearfixs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textEls {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input::-webkit-input-placeholder {
  color: rgba(36, 36, 37, 0.4);
  font-size: 0.24rem;
}
.hide {
  display: none;
}
body {
  background: url(../images/body-bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.main {
  width: 100%;
  height: auto;
}
.main.mscl .banner {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.main.mscl .search-box {
  padding-top: 0;
  padding-bottom: 0.3rem;
}
.main .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
}
.main .swiper-pagination-bullet-active {
  background: #a0a7b4;
  opacity: 1;
}
.main .search-box {
  padding-top: 0.2rem;
}
.main .search-box .hunt {
  width: 92%;
  height: 0.6rem;
  background-color: rgba(245, 246, 248, 0.7);
  border-radius: 0.3rem;
  text-align: center;
  line-height: 0.6rem;
  margin: 0 auto;
}
.main .search-box .hunt span {
  display: inline-block;
  padding-left: 0.55rem;
  position: relative;
  font-size: 0.26rem;
  color: #999999;
}
.main .search-box .hunt span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.39rem;
  height: 0.34rem;
  background: url(../images/search-icon.png) no-repeat left center;
  background-size: 100% 100%;
}
.main .banner {
  width: 92%;
  height: 3.64rem;
  margin: 0 auto;
  padding-top: 0.3rem;
  padding-bottom: 0.34rem;
}
.main .banner .swiper-container {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0.13rem 0px rgba(0, 0, 0, 0.15);
}
.main .banner .swiper-slide {
  width: 100%;
  height: 3rem;
}
.main .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .app-list {
  width: 92%;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 0.13rem 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
  margin: 0 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
}
.main .app-list ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 0.45rem 0 0 0.6rem;
}
.main .app-list ul li {
  /*width: 1.6rem;*/
  /*height: 1.6rem;*/
  /*background: rgba(255, 255, 255, 0.8);*/
  /*box-shadow: 0px 0px 0.13rem 0px rgba(0, 0, 0, 0.15);*/
  /*border-radius: 0.1rem;*/
  margin-bottom: 0.45rem;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
  padding-top: 0.21rem;
}
.main .app-list ul li .img {
  margin: 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}
.main .app-list ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .app-list ul li p {
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #7b6655;
  text-align: center;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  padding: 0 0.1rem;
  width: 1.6rem;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .2rem;
}
.main .vspace {
  width: 100%;
  height: 0.3rem;
}

.main .app-list ul li{
         float:left;
   /*margin-right:0.55rem;*/
  width: 33.33%;
  position: relative;
}
/*.main .app-list ul li:nth-child(3n){*/
/*	margin-right:0;*/
/*}*/
.main .app-list{
    border-radius: 0.08rem;
}
.main .app-list ul li:after{
  content:"";
  width:1.6rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 0.13rem 0px rgba(0, 0, 0, 0.15);
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top: 0;
  border-radius: 0.1rem;
  z-index: -1;
}