.gui-back,.bt-zn{
	position: absolute;
	width: 2rem;
	top: 0.5rem;
	right: 0.5rem;
}
.gui{
	background: #fff;
	box-sizing: border-box;
	z-index: 10000;
}
.mask-guide{
    background: url(./bgindex.png) no-repeat;
    background-size: 100% 100%;
}
.title-index{
    position: absolute;
    width: 6.75rem;
    left: 4.625rem;
    top: 2rem;
}
.index1{
    position: absolute;
    width: 13.5rem;
    left: 1.25rem;
    top: 6rem;
}
.index2{
    position: absolute;
    width: 13.5rem;
    left: 1.25rem;
    top: 12rem;
}
.index3{
    position: absolute;
    width: 13.5rem;
    left: 1.25rem;
    top: 18rem;
}
.mask-menu-box{
    background: rgba(0,0,0,0.2);
}
.mask-menu-back{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18rem;
    box-sizing: border-box;
    padding-top:  3rem;
    background: #fff;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
.icon1{
    position: absolute;
    width: 3.5rem;
    left: 6.25rem;
    top: -1.5rem;
}
.menu-select1{
    width: 10rem;
    margin: 0 auto;
}
.select-item{
    float: left;
    color: #333;
    width: 33.3%;
    height: 1.4rem;
    text-align: center;
    line-height: 1.4rem;
    font-size: 0.55rem;
    font-weight: bold;
    position: relative;
}
.select-item.active::after{
    content: '';
    position: absolute;
    width: 2rem;
    height: 0.1rem;
    left: calc(50% - 1rem);
    bottom: 0;
    background: #3DB8F4;
}
.select-item.active{
    color: #3DB8F4;
}
.menu-cont-box{
    height: 13.6rem;
    width: 100%;
    overflow: hidden;
}
.list-item{
    border-top: 0.5px solid rgba(0,0,0,0.2);
    width: 100%;
    /* line-height: 1.75rem; */
    box-sizing: border-box;
    padding: 0.5rem 0.5rem;
    color: #333333;
    font-size: 0.65rem;
    overflow: hidden;
}

.list{
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.close111{
    position: absolute;
    width: 0.65rem;
    right: 0rem;
    top: 1.5rem;
    padding: 0.5rem;
}
