.pv_container {
    position: relative;
    margin: 24px;
    width: 652px;
    height: 298.1px;
    background-color:white;
    box-shadow: 0 3px #dddddd;
    background-image: url(../resources/pv/PV01.png);
    background-position: center;
    background-size: 100% 100%;
}

.pv_container img {
	width: 100%;
	height: auto;
}

.pv_upper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 228.1px;
	background-image: url(../resources/pv/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25% auto;
}

.pv_banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
    box-shadow: 0 3px #dddddd;
	background-color:rgba(0,0,0,0.7);
	color: white;
	font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 29px;
    text-indent:20px;
    align-items: center;
    display:-webkit-flex;
    letter-spacing: 2px;
}

.swiper-container{
	position: relative;
	height: 316px;
	width: 100%;
}

.swiper-wrapper{
	margin:auto;
}

.swiper-slide-container{
	position: absolute;
	width: 100%;
	
	height: 316px;
	border: 0 0 0 1px  solid #F5F5F5;
}

.swiper-slide-container img{
	width: 100%;
	height: auto;
}


.banner{
	position: absolute;
	bottom: 0px;
	height: 60px;
	width: 100%;
	background-color: rgba(1,1,1,0.5);
	font-size: 30px;
	color: white;
	
	text-indent: 12px;
	line-height: 56px;
}

.swiper-button-prev{
	background-image: url(../image/btn_back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
}

.swiper-button-next{
	background-image: url(../image/btn_prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
}

.pv-cg-title{
	position: relative;
	width: 100%;
	height: 100px;
	background-image: url(../image/allpv.png);
	background-position: left top;
    background-repeat: no-repeat;
    font-size: 36px;
    font-weight: bold;
    line-height: 100px;
    text-indent: 16px;
}

.pv-cg-title div{
    position: absolute;
    top: 70px;
    font-size: 20px;
    color: #AEAEAE;
    line-height: 22px;
    font-weight: normal;
}

.pv-cg-container{
	position: relative;
	margin:auto;
	width: 718px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}

.pv-cg-item{
	position: relative;
	width: 350px;
	height: 216px;
	border:1px solid #F5F5F5;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.pv-cg-item img{
	width: 100%;
	height: 100%;
}

.cg-title {
	background-image: url(../image/allcg.png);
}

.cg_view_mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 200;
}

.cg_view_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 718px;
    height: 436px;
    margin-left: -359px;
    margin-top: -250px;

}

.cg_view_container img{
    width: 100%;
    height: 100%;
}

.cg_view_return{
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}

.cg_view_tips{
    position: relative;
    width: 680px;
    height: 50px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.image-container{
	width: 100%;
	height: 100%;
	overflow: hidden;

}

.play{
	position: absolute;
	right: 14px;
	top: 50%;
	background-image: url(../image/btn_play.png);
	background-position: center;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}