/*room*/
.wrap1{
	padding: 50px 0;
}
.wrapA:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/bg4.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.wrapB:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/roomB.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.wrapC:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/roomC.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.videoplay {
    width: 100%;
}
.btngroup {
    width: 500px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btngroup a {
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    text-align: center;
    background: #F6A900;
}
/* .btngroup a.on {
    background: #0a4bad;
} */
.btngroup a:hover {
    transition: all 0.5s;
    background: #ffc107
}
.room .picTitle{
	width: 200px;
	padding: 10px 20px;
	margin: 0 auto;
	background: rgba(0,0,0,.3);
}
.room .picTitle>img{
	width: 100%;
}
.room .title{
	text-align: center;
	padding: 20px 0 40px 0;
	color: #fff;
	font-weight: bold;
}
.room .videobox{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	background: #1f2223;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.room .videobox .player{
	float: left;
	width: 800px;
	
}
.room .videobox ul{
	float: left;
	width: 200px;
	padding: 20px;
}
.room .videobox ul li{
	color: rgba(255,255,255,.6);
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.6);
    cursor: pointer;
}
.room .videobox ul li:hover{
	color: #fff;
}
.room .videobox ul li.active{
	color: #F6A900;
}

.room .btn_block{
	width: 520px;
	margin: 60px auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.room .btn_block a{
	background: #f2ad00;
	color: #fff;
	width: 200px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.wrapC .room .btn_block{
	width: 640px;
}
.wrapC .room .btn_block a{
	width: 260px;
}
.room .btn_block a:hover{
	background: #e06207;
	color: #fff;
}
.room .list{
	width: 640px;
	margin: 0 auto;
}
.room .list li{
	margin-top: 20px;
	background: #fff;
	color: #333;
}
.room .list li>img{
	width: 140px;
	height: 140px;
	box-shadow: 0 0 3px #333;
	float: left;
}
.room .list li>.text{
	float: left;
	padding: 15px 20px;
	line-height: 26px;
}
.room .list li>.text b{
	font-size: 17px;
}
.room .list li>.textx b{
	font-size: 14px;
	line-height: 1.5;
}


@media screen and (max-width:768px) {
	.wrap1{
		padding: 0 0 30px 0;
	}
	.wrapA:before {
	    background: url(../imgs/mbg4.jpg) no-repeat center;
	    background-size: cover;
	}
	.wrapB:before {
	    background: url(../imgs/roomB-m.jpg) no-repeat center;
	    background-size: cover;
	}
	.wrapC:before {
	    background: url(../imgs/roomC-m.jpg) no-repeat center;
	    background-size: cover;
	}
	.btngroup {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .btngroup a {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 10px 30px;
    }
	.room .picTitle{
		width: 100%;
		padding: 15px;
	}
	.room .title{
		padding: 20px 0;
	}
	.room .videobox{
		width: 94%;
        flex-direction: column;
	}
    .videoplay {
        order: 2;
    }
	.room .videobox .player{
		float: none;
		width: 100%;
		height: 300px !important;
	}
	.room .videobox ul{
        order: 1;
		float: none;
		width: 100%;
		padding: 10px;
	}
	.room .videobox ul li{
		margin-top: 10px;
		font-size: 14px;
		line-height: 23px;
		padding-bottom: 0;
		border-bottom: none;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}
	.room .videobox ul li:first-child{
		margin-top: 0;
	}
	.room .videobox ul li:hover{
		color: #FA6900;
	}
	
	.room .btn_block{
		width: 100%;
		margin: 30px auto;
		display: block;
	}
	.room .btn_block a{
		margin: 10px auto;
	}
	.wrapC .room .btn_block{
		width: 100%;
	}
	.room .list{
		width: 100%;
		margin: 0 auto;
	}
	.room .list li{
		margin-top: 10px;
	}
	.room .list li>.text{
		padding: 10px;
		padding-right: 0;
		line-height: 24px;
		font-size: 14px;
		width: 60%;
	}
	.room .list li>.text b{
		font-weight: normal;
		font-size: 14px;
	}
}
