.color-red{
	color:#d9b765;
	font-weight: bold;
}


.condition{
	/*position: relative;*/
	float: left;
	padding-right: 15px;
}
.condition-check .input-line{
	position: absolute;
	height: 1px;
	width: 20px;
	background-color: #d9b765;
}
.condition-check .input-right-logo{
	color:#d9b765;
}
.condition .text1{
	color: #000;
	font-size: 14px;
}

.input-right-logo{
	padding-left: 3px;
	color:#999999;
}
.select-css{
	display: none;
	position: absolute;
	width: 100vw;
	background-color: #fff;
	z-index: 99;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: -15px !important;
	margin-right: -15px !important;
	left: 15px;
}
.select-css ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-css ul li{
	display: inline-block;
	text-align: center;
	width: 30%;
	padding: 5px 0;
}
.select-css li a{
	padding: 5px;
	display: block;
	/*width: 90%;*/
	color: #666666;
}
.select-css .check a{
	color:#fff;
	background-color: #d9b765;
}
.cover{
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.z999{
	z-index: 999;
	background-color: #fff;
	position: relative;
}
.vr-list{
	padding-bottom: 50px;
}


.vr-info{
	width: 80%;
	position: absolute;
	bottom: -30px;
	left: 10%;
	background-color: #fff;
	height: 60px;
	box-shadow: 0 5px 5px #ccc;
}
.vr-info-left{
	float: left;
	width: 70%;
	padding-left: 15px;
}
.vr-info-left .text1{
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-top: 7px;
}
.vr-info-left .text2 span:first-child{
	padding-right: 7px;
	color: #000;
	font-weight: bold;
}
.vr-small-logo{
	border-left: 2px solid #dddddd;
	margin-top: -3px;
	padding: 0 7px;
}
.vr-info-right{
	float: left;
	width: 30%;
}
.vr-info-right img{
	height: 60px;
	float: right;
}
.look720{
	position: absolute;
	top: calc(50% - 24.5px);
	left: calc(50% - 24.5px);
	width: 49px;
	height: 49px;
	z-index: 9;
}