#mescroll{
  background-color: #009BE6;
  max-width: 7.5rem;
  margin: 0 auto;
}
#mescroll .img1 {
  width: 100%;
}
#mescroll .f-top {
  position: relative;
}
#mescroll .f-top video {
  position: absolute;
  width: 7rem;
  height: 3.94rem;
  left: 50%;
  bottom: 0.86rem;
  transform: translate(-50%, 0);
}
#mescroll .up {
  position: relative;
  top: -0.4rem;
}
#mescroll .ups {
  position: relative;
  top: -0.7rem;
  z-index: 9999;
}
.header-box{
  position: relative;
  height: 10.2rem;
}
.header{
  width: 100%;
}
.title-img{
  position: absolute;
  width: 6.5rem;
  left: 0;
  right: 0;
  margin: -2.8rem auto 0.4rem;
}
.title-text{
  width: 6.9rem;
  margin: 0 auto 0.3rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem;
  text-indent: 2em;
  font-size: 0.26rem;
  line-height: 0.4rem;
  box-shadow: 0.1rem 0.1rem 0 0 #E65233;
}
.rule{
  text-align: center;
  color: #fff;
  font-size: 0.22rem;
  margin: 0.3rem 0;
}
.nav{
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.3rem;
}
.nav div{
  position: relative;
  width: 1.4rem;
}
.nav .nav-un{
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: 0 auto;
  width: 1rem;
  height: 0.48rem;
}
.nav .nav-choose{
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: 0 auto;
  width: 1.06rem;
  height: 0.34rem;
}
.nav .nav-bg{
  width: 1.4rem;
  height: 0.18rem;
  position: absolute;
  bottom: 0.08rem;
  z-index: 0;
}
#mescroll .bg {
  position: relative;
  z-index: 999;
  padding-bottom: 0.3rem;
  background-size: 100% 100%;
}
#mescroll #datalist {
  display: flex;
  padding: 0 0.26rem 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.title-box{
  width: 7.2rem;
  margin: 0.1rem 0.1rem 0.3rem 0.2rem;
  background-image: url(../images/titile_bg.png);
  background-size: 100% 100%;
  padding: 0.3rem 0.5rem 0.5rem 0.3rem;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.44rem;
  letter-spacing: 0.04rem;
  text-indent: 2em;
}
#mescroll .list {
  position: relative;
  width: 3.22rem;
  margin-bottom: 0.3rem;
  position: relative;
}
#mescroll .list .pic {
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  margin: 0 auto;
}
#mescroll .list .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#mescroll .list .num{
  position: absolute;
  left: 0.1rem;
  top: 0.16rem;
  color: #D73C00;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: 700;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.04rem 0.2rem;
}
#mescroll .list .name{
  font-size: 0.32rem;
  line-height: 0.48rem;
  height: 0.48rem;
  margin: 0.16rem 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#mescroll .list .list-b {
  width: 3rem;
  margin: 0 auto;
  height: 0.64rem;
  line-height: 0.64rem;
  background: #F4AB3B;
  border-radius: 0.1rem;
  border: 0.02rem solid #B098BE;
  text-align: center;
  font-size: 0.33rem;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.58rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mescroll .list .list-b.choose{
  background: #896FB4;
}
#mescroll .apply-btn {
  width: 4rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background: #896FB4;
  border-radius: 0.2rem;
  border: 0.02rem solid #896FB4;
  font-size: 0.48rem;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}
#mescroll .apply-btn-bg {
  width: 6.9rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background: #000;
  border-radius: 0.1rem;
  margin: 0 auto;
  position: absolute;
  font-size: 0.36rem;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  top: 0.08rem;
  left: 50.8%;
  transform: translate(-50%, 0);
  z-index: 99;
}
#mescroll .rule-con {
  position: fixed;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
}
#mescroll .rule {
  top: 0;
}
#mescroll .fixed {
  position: fixed;
  width: 100%;
  height: 1.5rem;
  left: 0;
  bottom: 0;
  z-index: 999999;
}
#mescroll .show {
  display: block;
}
#mescroll .empty-tip {
  padding-bottom: 20px !important;
}
