/*精彩回顾*/
.safewidth {
    width: 1200px;
    margin: 0 auto;
}
.kuang {
    width: 260px;
    margin: 0 auto;
    padding: 35px 35px 35px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../imgs/kuang.png.html) no-repeat;
    background-size: 100% 100%;
}
.kuang img {
	width: 200px;
}
.kuang h2 {
	font-size: 2em;
    color: #fff;
    letter-spacing: 5px;
    margin-left: 20px;
}

.review{
	width: 800px;
	margin: 0 auto;
    color: #fff;
    padding: 0 0 30px 0;
}
.review img{
	width: 100%;
}
.review h2{
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1px;
	line-height: 1.7;
}
.review h3{
	    margin: 60px 0 0 0;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.7;
	color:#fff;
}
.review h6{
	font-size: 15px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: normal;
}
.review div.msg{
	font-size: 15px;
	text-align: justify;
	margin-top: 20px;
	text-justify: inter-ideograph;
	line-height: 1.7;
	letter-spacing: 1px;	
}

.review ul.xianchang{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review ul.xianchang li{
	width: 49%;
	margin-top: 20px;
}

.review .videoTitle{
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	background: rgba(0,0,0,.8);
	padding: 10px 0;
}
.review video{
	border: none;
	outline: none;
}
.review .pic2{
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: center;
	width:100%;
}
.review .pic{
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
.review .pic>img{
	width: 49%;
}
.review .lang>img{
	width: 60%;
	margin:0 auto;
}

.wrap_review:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/review.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .safewidth {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }
	
	.wrap_review:before {
	        background: url(../img/review-m.jpg) no-repeat center;
	        background-size: cover;
	    }
	.kuang {
        width: 200px;
        margin: 0 auto;
        padding: 15px 20px;
	}
	.kuang img {
		width: 50%;
	}
	.kuang h2 {
		font-size: 26px;
	    letter-spacing: 2px;
        margin-left: 10px;
        text-align: center;
	}
	
	.review{
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.review h2 {
        margin-top: 0;
    }
	.review h3{
		font-size: 15px;
		margin-top: 20px;
    }
    .review h6 {
        font-size: 12px;
        line-height: 1.5;
    }
	.review div.msg{
		font-size: 14px;
		margin-top: 15px;
	}
	
	.review ul.xianchang{
		display: block;
	}
	.review ul.xianchang li{
		width: 100%;
		margin-top: 15px;
	}
	
	.review .videoTitle{
		margin-top: 30px;
		font-size: 14px;
	}
	.review .pic2{
		justify-content: center;
		display: block;
		margin: 15px auto 0 auto;
		width: 100%;
	}
	/*.review .pic2>img{
		width: 58%;
	}*/
	.review .pic{
		display: block;
		margin: 15px auto 0 auto;
	}
	.review .pic>img{
		width: 100%;
	}
}