body{
	background: url('../img/shufabox_bg.png') no-repeat;
	background-size: 100% 100%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.ml{
	margin-left:72px;
}
.mr{
	margin-right:72px;
}
.shufa_box{
	width: 900px;
	height: 1428px;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
}
.title{
	width: 240px;
	height: 68px;
	line-height: 68px;
	background: url('../img/title_bg.png') no-repeat;
	background-size: 100% 100%;
	margin: 22px auto 0;
	font-size: 50px;
	color: #E81616;
	font-family: "dada";
	text-align: center;
}

.topWrap,.middleWrap,.bottomWrap{
	width:100%;
	margin:24px auto;
	overflow:hidden;
}
.ZP_box{
	width: 430px;
	height: 254px;
	overflow: hidden;
}
.ZP_left{
	height: 100%;
	width: 80%;	
}
.ZP_left img{
	width: 100%;
	height: 100%;
}
.ZP_right{
	width: 20%;
	height: 100%;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0,0,0,0.2);
}

.ZP_box_3{
	position: relative;
	width: 286px;
	height: 286px;
	border-radius: 50%;
	overflow: hidden;
}
.ZP_box_3 img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.mmb{
	width: 100%;
	height: 92px;
	margin-top:-46px;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top:50%;
	left: 0;
}
.ZP_box_4{
	width: 254px;
	height: 430px;
	margin:0 20px;
	float: left;
}
.ZPimg_top{
	width: 100%;
	height: 80%;
}
.ZPimg_top img{
	width: 100%;
	height: 100%;
}
.ZPimg_botm{
	width: 100%;
	height: 20%;
	background: rgba(0,0,0,0.2);
}
.ZP_box_4:nth-child(1){
	margin-left:30px;
}

.tom{
	width: 100%;
	margin: 0 auto;
}
.fanhui{
	width:100px;
	height: 60px;
	line-height: 60px;
	padding-left:10px;
	display: block;
	background: url('../img/fh-bg.png') no-repeat center;
	background-size: 100% 80%;
	font-size: 30px;
	color: #FFFFFF;
	float: right;
}

.mengban{
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,0.8);
    z-index: 20;
    overflow: hidden;
}
.detailWrap {
    margin: auto;
    width: 900px;
    height: 100%;
    overflow: hidden;
}
.detailBox {
    width: 102%;
    height: 100%;
    overflow-y: auto;
}
.img_menglt{
	width: 440px;
    margin: 150px auto;
    border: 1px solid #FFFFFF;
    background: #F5F5F5;
    padding: 20px;
}
.img_menglt img{
	height: auto;
	width: 100%;
	vertical-align: middle;
}
.BUTN_gb{
    width: 80px;
    height: 30px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #E81616;
    font-size: 27px;
    outline: 0;
    position: absolute;
    top: 10px;
    right: 32px;
}