.main_popup_layer{
    position: absolute;
    top: 261px;
    left: 50%;
    margin-left: -505px;
    width: 1000px;
    height: 300px;
    /*background: #FFF;*/
    z-index: 100001;
    /* border: solid 5px #5a5a5f; */
}

.main_popup_layer.uni{
    top: 560px;
}

.main_popup_close{
    position: absolute;
    width: 100px;
    height: 33px;
    line-height: 32px;
    font-size: 14px;
    top: 8px;
    right: 0;
    font-weight: bold;
	cursor: pointer;
}

.popup_layer-title{
    height: 35px;
    font-size: 22px;
    margin-top: 10px;
    text-align: left;
    margin-left: 10px;
	font-weight: bold;
}

.red{
	color: red;
}

.popup_layer-image>div{
	float: left;
	margin-left: 15px;
	height: 240px;
	background: #f1e9dd;
}

.center_view{
	position: absolute;
	cursor: pointer;
}

#pop-img1{
    width: 300px;
}

#pop-img2{
    width: 250px;
}

#pop-img3{
    width: 390px;
}


.p_info{padding: 10px; overflow: auto;}

.p_info>ul{
    padding-left: 20 px;
    text-align: left;
}
.p_info>ul>li{
    color: gray;
}
.info_sub{float: left; text-align: left;}
.info_sub:first-child{width: 110px;}

.list-on{list-style: inherit; margin-left: 15px; font-weight: bold;}

.popup_bg{
	width: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 100000;
}
@media all and (min-width: 0px) and (max-width: 800px) {
	.main_popup_layer{
		/*display: none;*/
	    width: 250px;
        height: 400px;
		margin-left: -125px;
		top: 90px;
		z-index: 200;
	}

    .main_popup_layer.uni{
        top: 90px;
    }

    .main_popup_close{
        bottom: -33px;
        right: -20px;
        top: initial;
    }
    .popup_bg{
        display: block;
        position: absolute;
        top: 0;
        background: rgba(0, 0, 0, .7);
        width: 100%;
        height: 100%;
        z-index: 199;
    }

    .center_view{
        bottom: 1px;
        width: 250px;
        text-align: center;
        left: initial !important;
    }
    .center_view>img{width: 190px;}

}