@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

select {
	outline: none;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.page {
	padding: 1px 0;
}

.page img {
	width: .28rem;
	height: .28rem;
	cursor: pointer;
}

#nextPage {
	transform: rotate(180deg);
}

.page .page_span {
	font-size: .32rem;
	color: #222;
	padding: 0 .24rem;
}

.content table.left td.select {
	border-right: 0;
}

.content table.left td.copy {
	border-left: 0 !important;
	padding-top: .06rem;
}

.page em {
	font-style: normal;
	color: #ce8600;
}

.copy_div {
	width: 84%;
	height: .43rem;
	border: .02rem solid #ffc080;
	border-radius: .04rem;
	background: #ffe6af;
	box-sizing: border-box;
	margin: 0 auto;
	margin-left: .06rem;
}

.copy img {
	width: .24rem;
	height: .24rem;
	display: inline-block;
	vertical-align: top;
	margin-top: .08rem;
}

.copy .copy_span {
	color: #f97500;
	display: inline-block;
	vertical-align: top;
	font-size: .22rem;
	line-height: .44rem;
}

.select {
	position: relative;
}

.select i {
	font-size: .22rem;
	padding-top:.04rem;
	float: left;
	font-style: normal;
	text-align: left;
	margin-left: .12rem;
	color: #999;
	display: none;
}

select {
	clear: both;
	display: none;
}
.select,.page,.copy{
	padding: .04rem 0;
	background: #fff;
}

.select_box {
	width: 82%;
	margin: .03rem auto;
	position: absolute;
	top: .03rem;
	right: .31rem;
	bottom: 0;
	z-index: 66;
}
.select_bgimg{
	position: absolute;
	right:.08rem;
	top: .1rem;
	width: .24rem;
	z-index: 99;
	border-radius: 0 .04rem .04rem 0;
	z-index: 55;
}
.select_showbox {
	font-size: .22rem;
	border: .02rem solid #f97500;
	border-right: 0;
	border-radius: .04rem;
	height: .40rem;
	line-height: .42rem;
	padding: 0 .05rem;
	text-align: center;
	margin-top: .04rem;
	/*background: #fff url(../img/select.png) no-repeat right 0;*/
	background: transparent;
	position: relative;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.select_option {
	border:.02rem solid #f1e2ad;
	border-top: none;
	display: none;
	background: #fff;
}

.select_option li {
	text-align: center;
	font-size: .2rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 .1rem;
}

.select_option li.selected {
	background-color: #F3F3F3;
	color: #b37704;
}

.select_option li.hover {
	background: #7b6959;
	color: #fff;
}