.indetail-r-yuyue {
	padding: 17px 0 13px;
	width: 338px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#dde2e5),
		to(#fcf4ed)
	);
	background-image: linear-gradient(0deg, #dde2e5 0%, #fcf4ed 100%);
	margin: 0 auto;
}

.indetail-r-yuyue .title {
	width: 193px;
	height: 48px;
	background: url(../img/yuyue_title.png) center no-repeat;
	margin: 0 auto;
}

.indetail-r-yuyue .get-btn {
	display: block;
	margin: 20px auto 13px;
	width: 155px;
	height: 38px;
	font-size: 20px;
	line-height: 38px;
	color: #fff;
	background-color: #f39800;
	-webkit-box-shadow: 0px 1px 5px 0px #6f6f70;
	box-shadow: 0px 1px 5px 0px #6f6f70;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.indetail-r-yuyue .txt {
	font-size: 14px;
	text-align: center;
	color: #626262;
}

.indetail-r-yuyue .common-box {
	display: block;
	position: relative;
	float: initial;
	margin: 0 auto 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	width: 275px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #626262;
	background-color: #fff;
	outline: none;
	border: none;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(26, 7, 11, 0.2);
	box-shadow: inset 0px 1px 3px 0px rgba(26, 7, 11, 0.2);
	cursor: pointer;
}

.indetail-r-yuyue .common-box:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 12px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 8px solid #999;
}

.indetail-r-yuyue .common-ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	padding-top: 5px;
	width: 100%;
	font-size: 11px;
	color: #626262;
	background-color: #fff;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(26, 7, 11, 0.2);
	box-shadow: inset 0px 1px 3px 0px rgba(26, 7, 11, 0.2);
	cursor: pointer;
	z-index: 999;
}
.indetail-r-yuyue .common-ul.check {
	display: block;
}
.indetail-r-yuyue .common-option {
	margin-bottom: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	width: 100%;
	height: 15px;
	line-height: 15px;
}

.indetail-r-yuyue .common-option:hover {
	color: #fff;
	background-color: #f39800;
}

.common-box .common-value {
	display: block;
	padding-left: 13px;
}
.common-box.tel {
	padding-left: 13px;
}
/*# sourceMappingURL=map/index.css.map */
