@charset "utf-8";

/* CSS Document */

body {
	min-width: 320px;
	max-width: 700px;
	margin: 0 auto !important;
	background: #fff;
	overflow-x: hidden;
	font-family: "Microsoft YaHei", Helvetica;
	color: #333;
}

body,
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
th,
td,
input,
textarea,
select,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: lighter;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em,
i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

textarea,
select,
input {
	font-family: "Microsoft Yahei";
	font-size: .3rem;
	color: #666;
}

b {
	font-weight: bold;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	/*color:#333;*/
	text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
button,
textarea {
	-webkit-appearance: none;
}

.cfx:after,
nav.mini:after,
.h:after,
.hn:after,
.PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

* {
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*公用头部*/

header {
	height: .8rem;
	font-size: .32rem;
	color: #fff;
	background-color: #975a45;
	text-align: center;
	line-height: .8rem;
	position: relative;
}

header a {
	width: .8rem;
	height: .8rem;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

header a img {
	width: .35rem;
}


/*公用头部结束*/

.in_section {
	font-size: 0;
	background-color: #f0f0f0;
}

.in_banner img {
	width: 100%;
}

.in_main {
	padding: .22rem .18rem;
}


/*抽签首页样式*/

h3 {
	color: #333;
	margin: 0 0 .05rem 0;
}

.in_main_cnt {
	padding: .25rem .16rem;
	background-color: #fffefb;
}

.in_main_cnt li:first-child {
	padding-top: 0;
}

.in_main_cnt li:last-child {
	padding-bottom: 0;
	border: none;
}

.in_main_cnt li {
	/*height: 2rem;*/
	padding: .25rem 0;
	width: 100%;
	display: table;
	border-bottom: 1px dotted #dcdcdc;
}

.in_main_cnt li div {
	font-size: .28rem;
	color: #666666;
	display: table-cell;
	vertical-align: middle;
}

.in_main_cnt li div:nth-child(1) {
	width: 80%;
}

.in_main_cnt li div:nth-child(1) img {
	float: left;
	width: 1.18rem;
}

.in_main_cnt li div:nth-child(1) div {
	width: 74%;
	float: left;
	margin-left: .18rem;
}

.in_main_cnt li div:nth-child(2) a {
	background-color: #d1865c;
	color: #FFFFFF;
	font-size: .24rem;
	height: .54rem;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: .54rem;
	border-radius: 5px;
}

.in_main_cnt li div h3 {
	font-size: .32rem;
}


/*抽签首页样式结束*/

/*开始抽签页样式*/
.mid_section {
	font-size: 0;
	background-color: #f0f0f0;
	width: 100%;
	float: left;
}

.mid_main {
	padding: .22rem .18rem;
}

h3 {
	font-weight: bold;
}

.mid_main_cnt {
	background-color: #fffefb;
	position: relative;
	padding:.25rem .16rem;
}

.mid_sign_name {
	font-size: .32rem;
	color: #975a45;
	text-align: center;
}

.mid_main_cnt h3:after,
.mid_main_cnt h3:before {
	content: "";
	position: absolute;
	top: .5rem;
	height: 1px;
	width: 16%;
	background-color: #975a45;
}

.mid_main_cnt h3:after {
	left: 63%;
}

.mid_main_cnt h3:before {
	left: 20%;
}

.mid_main_bg {
	background: url(../images/mid_02gif.gif) no-repeat center;
	background-size: 5.08rem auto;
	height: 6.92rem;
	font-size: .24rem;
	color: #333333;
	text-align: center;
	padding: .3rem;
	margin:  .25rem auto;
	width: 5.08rem;
}

.mid_main_tips{
	font-size: .28rem;
}

.mid_main_text {
	text-align: left;
	margin-top: .2rem;
	font-size: .28rem;
}

.mid_main_bg img {
	width: .76rem;
	/*margin-top: .22rem;*/
}

.mid_main_see a {
	background: url(../images/mid_03.png) no-repeat center;
	background-size: 2.02rem auto;
	width: 2.02rem;
	height: .49rem;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	font-size: .25rem;
	line-height: .49rem;
	margin-top: .3rem;
}

@media screen and (max-width: 340px) {
	.mid_main_see a {
		margin-top: 0;
	}
}

.mid_main_cnt_text {
	font-size: .28rem;
	line-height: .5rem;
}

.mid_main_cnt_text span {
	color: red;
}


/*抽签公用盒子*/

.mid_box {
	background-color: #fffefb;
	margin-top: .3rem;
	padding: .25rem .16rem;
}

.mid_box_top {
	font-size: .32rem;
	color: #975a45;
	padding-bottom: .22rem;
	border-bottom: 1px solid #dcdcdc;
}

.mid_box_sign a {
	font-size: .23rem;
	color: #635e5a;
	display: inline-block;
	width: 23.5%;
	height: .65rem;
	line-height: .65rem;
	border: 1px solid #cdcbc9;
	text-align: center;
	border-radius: 5px;
	margin: .25rem 0 0 0;
}

.mid_box_sign a:nth-child(4n-2)
 {
	margin-left: 2%;
	margin-right: 1%;
}

.mid_box_sign a:nth-child(4n-1)
{
	margin-left: 1%;
	margin-right: 2%;
}

.mid_box_whole {
	text-align: right;
	margin-top: .25rem;
}

.mid_box_whole a {
	font-size: .23rem;
	color: #366fe3;
}
/*开始抽签页样式结束*/

/*抽奖结果页样式*/
.re_section {
	font-size: 0;
	background-color: #f0f0f0;
	width: 100%;
	float: left;
}

.re_main {
	padding: .22rem .18rem;
}

h3 {
	font-weight: bold;
}

.re_main_cnt {
	font-size: .28rem;
	background-color: #fffefb;
	padding: .25rem .16rem;
	position: relative;
}

.re_sign_name {
	font-size: .32rem;
	color: #975a45;
	text-align: center;
}

.re_sign_name:after,
.re_sign_name:before {
	content: "";
	position: absolute;
	top: .5rem;
	height: 1px;
	width: 16%;
	background-color: #975a45;
}

.re_sign_name:after {
	left: 63%;
}

.re_sign_name:before {
	left: 20%;
}

.re_number {
	font-size: .28rem;
	text-align: center;
	margin: .25rem 0 0 0;
}

.re_number span {
	color: red;
}

.re_sign_img{
	text-align: center;
	margin: .25rem 0;
}

/*.re_sign_img img {
	width: 2.29rem;
}
*/
.re_main_cnt_text {
	font-size: .28rem;
	line-height: .5rem;
}

.re_main_cnt_text span {
	color: red;
	font-weight: bold;
}

.re_main_href a {
	color: #366fe3;
	padding: .25rem .24rem;
	display: block;
}

.re_main_lction a {
	color: #FFFFFF;
	padding: 0 .24rem;
	width: 100%;
	display: block;
	background-color: #d1865c;
	text-align: center;
	height: .78rem;
	line-height: .78rem;
	border-radius: 5px;
}
.re_banner {
	margin-top: .25rem;
}

.re_banner>img {
	width: 100%;
}

.re_banner_text {
	font-size: .26rem;
	margin-top: .2rem;
}

.re_banner_text a {
	color: red;
}

.re_banner_text>img:nth-child(1) {
	display: inline-block;
	vertical-align: middle;
	width: .19rem;
}

.re_banner_text>img:nth-last-child(1) {
	width: .09rem;
	margin-left: .2rem;
}
/*抽奖结果页样式结束*/

/*公用盒子*/

.in_box {
	background-color: #fffefb;
	margin-top: .3rem;
	padding: .25rem .16rem;
}

.in_box_top {
	font-size: .32rem;
	color: #975a45;
	padding-bottom: .22rem;
	border-bottom: 1px solid #dcdcdc;
}

.in_box_top>div a {
	font-size: .25rem;
	color: #635e5a;
	padding: .1rem;
}

.in_box_top>div a:nth-child(1) {
	background-color: #f75e74;
	color: #FFFFFF;
}

.in_box_top>div a:nth-child(2),
.in_box_top>div a:nth-child(3) {
	border-bottom: 1px solid #827e7a;
}


/*相关推荐*/

.in_box_banner {
	display: table;
	padding: .25rem 0 0 0;
}

.in_box_banner div:nth-child(1) {
	display: table-cell;
	width: 80%;
	font-size: .25rem;
}

.in_box_banner div:nth-child(1) img {
	float: left;
	width: 1rem;
}

.in_box_banner div:nth-child(1) div {
	width: 74%;
	float: left;
	margin-left: .2rem;
}

.in_box_banner>div:nth-child(2) {
	display: table-cell;
	vertical-align: middle;
}

.in_box_banner div:nth-child(2) a {
	background-color: #d1865c;
	color: #FFFFFF;
	font-size: .24rem;
	height: .54rem;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: .54rem;
	border-radius: 5px;
}

.in_box_li a {
	font-size: .28rem;
	color: #635e5a;
	display: inline-block;
	width: 30%;
	height: .65rem;
	line-height: .65rem;
	border: 1px solid #cdcbc9;
	text-align: center;
	border-radius: 5px;
	margin: .25rem 0 0 0;
}

.in_box_li a:nth-child(2),
.in_box_li a:nth-child(5) {
	margin-left: 5%;
	margin-right: 5%;
}


/*热门推荐*/

.in_box_recom {
	color: #a1a1a1;
	padding: .25rem 0;
	font-size: .28rem;
}

.in_box_recom span {
	color: #fb709f;
	border-radius: 3px;
	padding: 0 .06rem;
	font-size: .22rem;
	display: inline-block;
	border: 1px solid;
}

.in_box_img{
	margin-bottom: .25rem;
}

.in_box_img a img {
	width: 100%;
}

.in_box_ul li {
	height: .6rem;
	line-height: .6rem;
}

.in_box_ul li span {
	font-size: .23rem;
	padding: 0 .1rem;
	background-color: #fad5c0;
	vertical-align: middle;
}

.in_box_ul li a {
	color: #635e5a;
	font-size: .28rem;
	padding-left: .2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	width: 85%;
}

.in_box_refresh {
	text-align: center;
	margin-top: .2rem;
}

.in_box_refresh img {
	vertical-align: middle;
	padding-right: .1rem;
	width: .34rem;
}

.in_box_refresh a {
	font-size: .28rem;
	color: #a1a1a1;
}


/*热门标签*/

.in_label_top {
	font-size: .32rem;
	color: #101010;
}

.in_label {
	margin-top: .3rem;
}

.in_label_cnt {
	border: 1px solid #dcdcdc;
	border-bottom: none;
	border-right: none;
	margin-top: .15rem;
}

.in_label_cnt a {
	font-size: .25rem;
	color: #333333;
	display: inline-block;
	width: 20%;
	height: .58rem;
	line-height: .58rem;
	text-align: center;
	background-color: #fffefb;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}


/*公用盒子样式结束*/

/*抽签月老结果页图片样式*/
.special_zoe {
    background: url(../images/yuelao_result.jpg) no-repeat;
    width: 271px;
    height: 361px;
    margin: 0 auto 10px auto;
    padding-top: 70px;
    font-size: 0.875em;
    overflow: hidden;
}

.special_zoe ul {
    width: 130px;
    float: left;
    padding-left: 25px;
}

.special_zoe ul li {
    width: 16px;
    float: right;
    margin: 0 8px;
    display: inline;
}

.special_zoe ol {
    float: right;
    width: 95px;
    padding-top: 80px;
}

.special_zoe ol li {
    width: 16px;
    float: left;
    color: #F00;
    padding-top: 10px;
}

.special_zoe ol li.spduoa2 {
    color: #000;
    margin-left: 30px;
    display: inline;
    padding: 0;
}