.main{
    width: 100%;
    min-height: 100vh;
    padding-top: 0rem;
    background: #ededed;
}
.lg_hed{
    width: 100%;
    height: 1.1rem;
}
.lg_hed_l{
    float: left;
    width: 17%;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.26rem;
    padding-left: 3%;
}
.lg_hed_c{
    float: left;
    width: 60%;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.32rem;
    text-align: center;
}
.lg_hed_r{
	float: left;
    width: 20%;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.26rem;
}
.lg_tit{
	padding: 0 10%;
    height: 4rem;
}
.lg_tit p{
    width: 100%;
    height: 2rem;
	text-align: center;
    float: left;
    padding-top: 0.5rem;
}
.lg_tit img{
    width: 2rem;
    height: 2rem;
    border-radius: 0.2rem;
}
.lg_tit b{
	float: left;
    width: 100%;
    height: 0.8rem;
	line-height: 1rem;
	text-align: center;
	font-size: 0.32rem;
}
.lg_main{
    padding: 0 10%;
    overflow: hidden;	
}
.lg_main li{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #f1f1f1;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
	position: relative;
}
.lg_main li .l{
    float: left;
    width: 15%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.4rem;
    text-align: center;
}
.lg_main li .r{
    float: left;
    width: 85%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #f1f1f1;
    font-size: 0.25rem;
    color: #000;
}
.lg_main li .rr{
    width: 1.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #21f3d1;
    font-size: 0.25rem;
    color: #000000;
    position: absolute;
    right: 0;
    text-align: center;
}
.lg_an{
    background-image: linear-gradient(to bottom, #feab91, #ff4747);
    width: 3.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    margin: auto;
    border-radius: 0.4rem;
    color: #fff;
    margin-top: 0.5rem;
	cursor: pointer;
}
.lg_an2{
    width: 3.46rem;
    height: 0.74rem;
    line-height: 0.74rem;
    text-align: center;
    margin: auto;
    border-radius: 0.4rem;
    color: #000000;
    margin-top: 0.5rem;
    box-shadow: inset 0 0 0px 0.02rem #ff4747;
	cursor: pointer;
}
.lg_yqm{
	width: 3.5rem;
    margin: auto;
}
.lg_yqm input{
    width: 100%;
    height: 0.8rem;
    border-radius: 0.5rem;
    text-align: center;
    color: #f00;
	font-size:0.3rem;
}
.lg_tk{
    width: 91%;
    padding-left: 9%;
    height: 1rem;
    line-height: 1.5rem;
    font-size: 0.22rem;
}
.lg_tk label{
    cursor: pointer;	
}
.lg_tk input{
    -webkit-appearance: checkbox;
    float: left;
    margin-top: 0.6rem;
    width: 0.39rem;
    height: 0.29rem;
}
.lg_tk a{
    color: #008eff;	
}