.main {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
.lg_show{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lg_show_m{
    width: 100%;
    max-width: 750px;
    height: 100%;
    overflow: hidden;
    margin: auto;
}
.lg_show_m_t{
    width: 100%;
    height: auto;
}
.lg_show_m_t b{
    width: 100%;
    height: 1.5rem;
    line-height: 2.2rem;
    text-align: center;
    display: block;
    font-size: 0.5rem;
	color:#2196F3;
}

.lg_show_m_t1{
    width: 100%;
    height: 1.8rem;
}
.lg_show_m_t1 b{
    width: 100%;
    height: 0.6rem;
    line-height: 0.7rem;
    text-align: center;
    display: block;
    font-size: 0.3rem;
    color: #ffffff;
}
.lg_show_m_t1 p{
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
	font-size: 0.3rem;
    text-align: center;	
    color: #fff;
}
.lg_show_m_c{
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.lg_show_m_c_li{
    width: 100%;
    height: 0.8rem;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 0.2rem;
    box-shadow: inset 0 0 0 2px #505050;
    border-radius: 0.4rem;	
	margin-bottom: 0.2rem;
}
.lg_show_m_c_li input{
    width: 100%;
    height: 0.5rem;
	margin-top: 0.15rem;
    line-height: 0.5rem;
    background: rgba(0, 0, 0, 0);
    text-indent: 0.3rem;
    font-size: 0.24rem;
    color: #fff;
}
.lg_show_m_c_li .yzm{
    width: 70%;	
	float: left;
}
.lg_show_m_c_li .yzm_an{
	width: 28%;
    float: left;
    text-align: center;
    height: 0.6rem;
    background: #000000;
    color: #fff;
    margin-top: 0.1rem;
    line-height: 0.5rem;
    text-indent: 0;
    border-radius: 0.1rem;
}
.lg_show_m_c_an{
	background:#2196F3;
    width: 100%;
    height: 0.8rem;
	line-height:0.8rem;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.22rem;
}
.lg_show_m_c_colse{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.22rem;
    cursor: pointer;
}
.lg_show_m_b{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    max-width: 750px;
}