body {
    background-color: #fff;
}

/*抽签页面*/
.chouqian_box {
	position: relative;
	width: 100%;
	background-image: url("https://xgdnm.youbanya.com/xgdn/img/chouqian_bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.chouqian_box:after {
	display: block;
	content: "";
	padding-bottom: 114%;
}

.chouqian_box .shen {
	position: absolute;
	display: block;
	width: 88%;
	top: 5%;
	left: 0%;
	right: 0;
	margin: 0 auto;
}

.chouqian_box .cq_box {
	position: absolute;
	display: block;
	width: 12rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.cq_box img {
	width: 4.2rem;
	margin: auto;
}

.cq_box span {
	display: block;
	visibility: hidden;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.96rem;
	font-weight: bold;
	color: #820505;
	text-align: center;
}

.cq_box a {
	display: block;
	width: 7.2rem;
	margin: 0 auto 0.9rem;
}

.cq_box a img {
	width: 100%;
}

.cq_box img.yao {
	animation: chouqian 2s;
	-webkit-animation: chouqian 2s;
}

@-webkit-keyframes chouqian {
	10% {
		transform: rotate(-30deg);
	}
	20% {
		transform: rotate(30deg);
	}
	30% {
		transform: rotate(-30deg);
	}
	40% {
		transform: rotate(30deg);
	}
	50% {
		transform: rotate(-30deg);
	}
	60% {
		transform: rotate(30deg);
	}
	70% {
		transform: rotate(-30deg);
	}
	80% {
		transform: rotate(30deg);
	}
	90% {
		transform: rotate(-30deg);
	}
}

@keyframes chouqian {
	10% {
		transform: rotate(-30deg);
	}
	20% {
		transform: rotate(30deg);
	}
	30% {
		transform: rotate(-30deg);
	}
	40% {
		transform: rotate(30deg);
	}
	50% {
		transform: rotate(-30deg);
	}
	60% {
		transform: rotate(30deg);
	}
	70% {
		transform: rotate(-30deg);
	}
	80% {
		transform: rotate(30deg);
	}
	90% {
		transform: rotate(-30deg);
	}
}
/*抽签说明*/
.info_box {
	padding: 0 0.7rem;
}

.info_box h1,
.info_box h2 {
	font-size: 1.5rem;
	line-height: 2.04rem;
	text-align: center;
	font-weight: bold;
	padding-top: 1.5rem;
}

.info_box h1 {
	padding: 2rem 0 0 0;
    margin: 0;
}

.info_box h2 {
	padding: 0.9rem 0 0.9rem;
}

.info_cnt {
	font-size: 1.2rem;
	line-height: 1.5em;
	text-align: justify;
	padding-bottom: 1.2rem;
	word-wrap: break-word;
	overflow: hidden;
}

.info_cnt p,
.info_cnt div,
.info_cnt blockquote {
	font-size: 1.2rem;
	line-height: 1.8em;
	text-align: justify;
	word-wrap: break-word;
}

.info_cnt p {
	text-indent: 2em!important;
    color: #333;
}

.info_cnt p.tips {
	font-size: 1.08rem;
	color: #8b5756;
    text-indent: 0em !important;
}

.info_cnt p.tips_tit {
	color: #8b5756;
	font-size: 1.4rem;
	padding-top: 0.9rem;
    text-indent: 0em !important;
	text-align: center;
}

.info_cnt p.tips_tit a {
	color: #8b5756;
}

.info_lst {
	width: 102%;
}

.info_lst:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.info_lst a {
	float: left;
	display: block;
	width: 23%;
	height: 1.98rem;
	line-height: 1.98rem;
	color: #555;
	font-size: 0.96rem;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 0.6rem;
}


/*抽签：导航*/
.chouqian_nav_box {
	padding: 1rem 0.7rem;
	position: relative;
}

.chouqian_nav {
	overflow: auto;
}

.chouqian_nav a {
	display: inline-block;
	margin-right: 1rem;
	width: 96px;
	height: 120px;
	position: relative;
	overflow: hidden;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

.chouqian_nav a:last-child {
	margin-right: 0;
}

.chouqian_nav a img {
	width: 96px;
	height: 96px;
}

.chouqian_nav a span {
	display: block;
	width: 96px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(188,135,96,0.8);
}

.chouqian_nav .prev,
.chouqian_nav .next {
	width: 22px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	margin-top: -15px;
	z-index: 10;
	top: 50%;
	left: 4px;
	background: url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -89px -473px;
}

.chouqian_nav .next {
	left: auto;
	right: 4px;
	background-position: -117px -473px;
}

.chouqian_nav .prev:hover {
	background-position: -65px -473px;
}

.chouqian_nav .next:hover {
	background-position: -136px -473px;
}

.chouqian_nav:hover a {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-mask: none;
}

.chouqian_nav a:hover span {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.nav_main {
  display: flex;
  width: max-content; /* 内容多宽就多宽 */
}

/*广告*/
.auto-ad1 {
	margin: 1rem 0.7rem 0rem 0.7rem;
}

.auto-ad2 {
	margin: 1.5rem 0 -0.2rem 0;
}

.auto-ad3 {
	margin: 1.3rem 0 -0.6rem 0;
}

.auto-ad4 {
	margin: -0.8rem 0 1.8rem 0;
}