*{
	margin:0;
	padding: 0;
    font-family: SourceHanSansCN-Bold;
}
li{
    /* width: 1.5rem; */
    height: 0.6rem;
    list-style: none;
    font-size: 0.24rem;
    background-color: #e3e3e3;
    border-radius: 0.3rem;
    border: 0.01rem solid #e3e3e3;
    color: #666666;
    margin: 0.08rem;
    text-align: center;
    float: left;
    line-height: 0.6rem;
}
.li_ed{
    color: #4396F7 !important;
    border: 0.01rem solid #4396F7;
    background-color: #EAF4FF;
    /* line-height: 0.6rem; */
}
.bg{
	width: 7.5rem;
	height: 34rem;
	padding-top: 1px;
	position: relative;
    overflow: scroll;
    background-color: #f5f5f5;
}
.bg_pos{
    position: fixed;
}
.pop{
    position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.48);
	z-index: 100;
}
.pop_sx{
    width: 6.9rem;
    height: 2rem;
    position: absolute;
    top: 2rem;
    left: 0.12rem;
    background-color: #ffffff;
    border-radius: 0.3rem;
    padding: 0.69rem 0.1rem 0 0.2rem;
}
.triangle{
    width: 0rem;
    height: 0rem;
    font-size: 0.2rem;
    position: absolute;
    top: -0.2rem;
    right: 0.9rem;
    /* border-top: 0.2rem solid transparent; */
    border-bottom: 0.2rem solid #ffffff;
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
}
.search{
    width: 6.8rem;
    /* height: 0.7rem; */
    position: absolute;
    top: -0.3rem;
    left: 0.35rem;
}
.search input{
    width: 6.3rem;
    height: 0.7rem;
    border-radius: 0.35rem;
    background-color: #ffffff;
    border: none;
    padding-left: 0.5rem
}
.bt_search{
    width: 1.12rem;
    height: 0.65rem;
    border-radius: 0.35rem;
    background-color: #4396F7;
    position: absolute;
    top: 0.58rem;
    right: 0;
}
.bt_search img{
    width: 0.46rem;
    height: 0.46rem;
    position: absolute;
    top: 0.13rem;
    left: 0.33rem;
}
.huiyuan{
    width: 6.8rem;
    position: absolute;
    top: 1.2rem;
    left: 0.35rem;
}
.shaixuan{
    background-color: #f5f5f5;
    border: none;
    border: 0.01rem solid #f5f5f5;
}
.shaixuan img{
    width: 1.25rem;
    height: 0.5rem;
}
.main{
    width: 6.8rem;
    height: 30.6rem;
    position: absolute;
    top: 3rem;
    background-color: #ffffff;
    left: 0.35rem;
}
.main1{
    width: 6.8rem;
    height: 30.6rem;
    position: absolute;
    top: 3rem;
    background-color: #ffffff;
    left: 0.35rem;
}
.mou{
    width: 6.8rem;
    height: 2rem;
}
.mou img{
    width: 1.21rem;
    height: 1.21rem;
    float: left;
    margin: 0.28rem 0.39rem;
}
.mou p{
    height: 0.08rem;
    font-size: 0.28rem;
    color: #000000;
    /* float: left; */
}
.mou span{
    font-size: 0.24rem;
    color: #666666;
    /* float: left; */
}
.mou b{
    font-size: 0.26rem;
    color: #E60012;
    /* float: left; */
}
.mou a{
    float: right;
    width: 1.22rem;
    height: 0.36rem;
    background-image: url(../img/dinggou.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0.6rem;
}
.line{
    width: 6.4rem;
    position: absolute;
    border-bottom: 0.02rem solid #999999;
    left: 0.2rem;
    /* margin: 0.2rem auto; */
}
.left{
    width: 2rem;
}
.right{
    width: 4rem;
    float: left;
    margin-top: 0.3rem;
}
.back{
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    background-image: url(../img/back.png);
    background-size: cover;
    background-repeat: no-repeat;
}