*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
    /*color: #666;*/
    touch-action: pan-y;
}
li {
    list-style: none;
}
/*鍏敤鏍峰紡*/
.float-left {
    float: left;
}
.height-auto {
    height: auto;
}
.display-none {
    display: none;
}
.display-block {
    display: block;
}
.height-88rem {
    height: .88rem;
}
/**/
.wrap {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.menu {
    width: 100%;
    font-size: .24rem;
    border-bottom: 1px solid #ececec;
}
.menu .rotation {
    width: 100%;
    height: 3.48rem;
    padding: 0.24rem .24rem .06rem;
    box-sizing: border-box;
}
.menu .rotation > img {
    height: 100%;
    width: 100%;
    border-radius: 0.05rem;
}
/*婊戝姩tab*/
.tab-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0px !important;
}
.tab-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: flex;
    flex-wrap: wrap;
}
.tab-slide li{
    width: 20%;
    height: 1.6rem;
    padding-top: .24rem;
    text-align: center;
}
.tab-slide li img{
    vertical-align: top;
    width: 0.72rem;
    height: 0.72rem;
    /* border-radius: 0.3rem; */
}
.tab-slide li p{
    font-size: 15px;
    font-weight: 400;
    color:rgb(51,51,51);
    line-height: 0.64rem;
    height: .64rem;
}
/* .tab-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
} */
.tab-spot{
    width: 0.15rem;
    height: 0.03rem;
    margin-right: 0.08rem;
    background:rgb(215,245,255);
    border-radius: 0.02rem;
    display: inline-block;
}
.tab-spot-active {
    background-color: #60C9F7;
}
.tab-container {
    min-height: 1.7rem;
    /*max-height: 3.3rem;*/
    padding-bottom: .1rem;
    overflow: hidden;
}
/*nav 缁撴潫*/
/*绮惧搧鎺ㄨ崘*/
.contain-title{
    margin: 0.32rem .32rem 0;
    line-height: .48rem;
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
}
/*鏂囩珷鍒楄〃*/
.contain {
    list-style: none;
    margin: 0;
    padding: 1px .24rem .36rem;
    line-height: .44rem;
    font-size: 0.32rem;
    font-weight: bold;
}
.contain > li {
    width: 100%;
    margin-top: 0.24rem;
    box-shadow: 0rem .02rem .12rem 0 rgba(187,194,224,0.24);
    border-radius: 0.1rem;
    overflow: hidden;
}
.contain > li a{
    width: 100%;
    height: 1.76rem;
    padding-right: .24rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #666;
}
.contain > li img {
    width: 1.76rem;
    height: 1.28rem;
    margin: 0.24rem;
    border-radius: 0.08rem;
}
.contain > li p {
    max-height: 0.88rem;
    max-width: 4.52rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}
.no-more{
    position: relative;
    margin: 0 .24rem;
    height: .72rem;
    font-size: .24rem;
    text-align: center;
    color: #ccc;
}
.no-more::after,
.no-more::before{
    display: block;
    position: absolute;
    content: '';
    width: 2.56rem;
    height: .01rem;
    background: #d8d8d8;
    top: .12rem;
}
.no-more::after{
    right: 0;
}
.no-more::before{
    left: 0;
}
/*閬僵*/
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 15;
    background:rgba(0,0,0,0.5);
    display: none;
}
/*椤堕儴瀵艰埅*/
.nav-wrap{
    width: 100%;
    height: 0.96rem;
    background:linear-gradient(90deg,rgba(28,157,246,1) 0%,rgba(59,201,253,1) 100%);
    position: fixed;
    top: 0;
    z-index: 12;
    padding-left: 2.06rem;
}
/* 閫夊勾绾ф寜閽�*/
.choose-grade {
    width: 1.86rem;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: -2.06rem;
}
.choose-grade-word {
    position: relative;
    height: 0.48rem;
    width: 100%;
    line-height: 0.48rem;
    padding: 0rem 0.1rem;
    border-right: 0.01rem solid white;
    font-size: .32rem;
    color: #fff;
}
.choose-grade-word::after {
    content: '';
    display: block;
    border-top: 0.1rem solid white;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-bottom: 0.08rem solid transparent;
    position: absolute;
    right: 0.24rem;
    top: 0.24rem;
}
/*閫夋嫨鍒嗙被涓嬫媺妗�*/
.nav-drop-down {
    width: 100vw;
    display: none;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    box-shadow:0 .02rem .1rem 0 rgba(187,194,224,0.24);
    top: 0.96rem;
    z-index: 12;
    display: flex;
    padding: 0.16rem .8rem .16rem 0.24rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    margin-bottom: .04rem;
}

.nav-drop-down .dropdown-word {
    width: 1.3rem;
    line-height: 0.56rem;
    font-size: 0.28rem;
    color: #666;
}
.nav-drop-down .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 0.88rem;
    height: 0.88rem;
    /*background: url("https://file.bstjiaoyu.com/zhibo/other/datagram/style/images/l-drop-down.png") no-repeat center center;*/
    background-size: .32rem .32rem;
    z-index: 13;
    display: none;
}
.nav-drop-down .dropdown-btn.dropup {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 鍜� Chrome */
    -o-transform:rotate(180deg);
}
.multiple-selection {
    display: flex;
    flex-wrap: wrap;
    width: calc(100vw - 1.04rem);
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    padding-right: 0;
}
.height-88rem .multiple-selection{
    height: .56rem;
}
.multiple-selection li {
    line-height: 0.28rem;
    height: .56rem;
    text-align: center;
    border-radius: 0.08rem;
    position: relative;
    margin-right: 0.16rem;
    margin-bottom: 0.16rem;
    background-color: #f5f6fe;
    font-size: 15px;
    color: #59a8db;
    padding: 0.14rem 0.1rem;
}
/*涓嬫媺妗嗛€変腑*/
.multiple-selection .dropdown-check {
    font-size: 0.24rem;
    padding-left: 0.36rem;
    box-sizing: border-box;
    background-color: #299ef4;
    color: #fff;
}

.multiple-selection .dropdown-check::before {
    content: '';
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    top: 0.14rem;
    left: 0.08rem;
    background-image: url("../img/check.png");
    background-size: 100% 100%;
}

/*鍙充晶鍙粦鍔ㄩ儴鍒�*/
.nav {
    height: .96rem;
    font-size: 0.32rem;
    overflow: hidden;
}
.list {
    height: 0.96rem;
    zoom: 1;
}
.list > li {
    float: left;
    line-height: 0.96rem;
    padding: 0 .2rem;
    position: relative;
    color: #fff;
}
.choose-item-active{
    font-weight: bold;
}
.choose-item-active::after {
    content: '';
    height: 0.06rem;
    border-radius: 0.03rem;
    background-color: #fbe83d;
    display: block;
    position: absolute;
    left: .4rem;
    right:.4rem;
    bottom: 0rem;
}
/*閫夋嫨骞寸骇寮规*/
.choose-grade-elastic-frame {
    width: 6.86rem;
    background-color: #fff;
    border-radius: 0.2rem;
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    padding: .48rem 0.36rem;
    box-sizing: border-box;
    color: #333;
}
.choose-grade-elastic-frame > p {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: .24rem;
    line-height: 1;
}
.choose-grade-elastic-frame .grades {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.choose-grade-elastic-frame .grades li {
    font-size: 15px;
    width: 1.84rem;
    height: 0.64rem;
    border-radius: 0.08rem;
    background-color: #F6F4F6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.24rem .1rem 0;
    font-weight: bold;
}
/*椤堕儴瀵艰埅缁撴潫*/
/*涓诲唴瀹�*/
#wrapper {
    position:absolute;
    z-index:1;
    top:1.84rem;
    left: 0;
    bottom:0;
    width:100%;
    overflow:auto;
}

#scroller {
    position:absolute;
    z-index:1;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width:100%;
    padding:0;
}
/**
 *
 * Pull down styles
 *
 */
#pullDown, #pullUp {
    margin: 0 .24rem;
    height: .72rem;
    font-size: .24rem;
    text-align: center;
    color: #ccc;
}
#pullDown .pullDownIcon, #pullUp .pullUpIcon  {
    display: inline-block;
    /*background:url("https://file.bstjiaoyu.com/zhibo/other/datagram/style/images/pull-icon@2x.png") 0 0 no-repeat;*/
    background-size:.3rem .6rem;
    -webkit-transition-property:-webkit-transform;
    -webkit-transition-duration:250ms;
}
#pullDown .pullDownIcon {
    -webkit-transform:rotate(0deg) translateZ(0);
}
#pullUp .pullUpIcon  {
    -webkit-transform:rotate(-180deg) translateZ(0);
}

#pullDown.flip .pullDownIcon {
    -webkit-transform:rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
    -webkit-transform:rotate(0deg) translateZ(0);
}

#pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon {
    background-position:0 100%;
    -webkit-transform:rotate(0deg) translateZ(0);
    -webkit-transition-duration:0ms;
    -webkit-animation-name:loading;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    font-size: .24rem;
}
@-webkit-keyframes loading {
    from { -webkit-transform:rotate(0deg) translateZ(0); }
    to { -webkit-transform:rotate(360deg) translateZ(0); }
}
a{text-decoration:none;}




