@charset "utf-8";
/* CSS Document */
body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto !important;
	overflow-x: hidden;
	background: #fff;
	font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
	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: 0px;
	padding: 0px;
	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;
}
/**** 公共css ****/


/**** 首页 ****/
.indexWrap {
	width: 100%;
	float: left;
	height: 13.34rem;
	background: url(../images/indexBg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 3.5rem .2rem 0 .2rem;
}
.indexSelect {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.indexSelect a {
	width: 1.17rem;
}
.indexSelect a img {
	width: 100%;
	float: left;
}
.indexAnimal {
	width: 100%;
	float: left;
	height: 4.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indexAnimal img {
	width: 5.5rem;
}
.indexBtn {
	width: 100%;
	float: left;
	padding: 0 .35rem;
	margin: .6rem 0 0 0;
	animation: zoom 1s linear infinite alternate;
	-moz-animation: zoom 1s linear infinite alternate; /* Firefox:*/
	-webkit-animation: zoom 1s linear infinite alternate; /* Safari and Chrome:*/
	-o-animation: zoom 1s linear infinite alternate; /* Opera:*/
}
.indexBtn a, .indexBtn a img {
	width: 100%;
	float: left;
}
@keyframes zoom { 
    from { }
    to { 
        -ms-transform: scale(.8); /* IE 9 */
    	-webkit-transform: scale(.8); /* Safari */
    	transform: scale(.8); /* 标准语法 */
    } 
}
@-moz-keyframes zoom { /* Firefox */
    from { }
    to { 
        -ms-transform: scale(.8); /* IE 9 */
    	-webkit-transform: scale(.8); /* Safari */
    	transform: scale(.8); /* 标准语法 */
    } 
}
@-webkit-keyframes zoom { /* Safari and Chrome */
    from { }
    to { 
        -ms-transform: scale(.8); /* IE 9 */
    	-webkit-transform: scale(.8); /* Safari */
    	transform: scale(.8); /* 标准语法 */
    } 
}
@-o-keyframes zoom { /* Opera */
    from { }
    to { 
        -ms-transform: scale(.8); /* IE 9 */
    	-webkit-transform: scale(.8); /* Safari */
    	transform: scale(.8); /* 标准语法 */
    } 
}
.indexNum {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
}
.indexNum span {
	color: #ffea00;
}
/**** 首页 ****/


/**** 结果页 ****/
.resultWrap {
	width: 100%;
	float: left;
	background: url(../images/resultBg.jpg) no-repeat;
	background-size: 100% 100%;
}
.resultSelect {
	width: 100%;
	float: left;
	padding: .3rem 0;
}
/* 轮播图 */
.swiper-container{
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 3rem;
}
.swiper-container .swiper-wrapper,
.swiper-container .swiper-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container .swiper-wrapper .swiper-slide{
	flex-shrink: 0;
	text-align: center;
	opacity: .5;
}
/*.swiper-wrapper .swiper-slide.swiper-slide-next{z-index: 998;}*/
.swiper-slide-active, .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	transition-duration: 1000ms;
	z-index: 1002;
	opacity: 1 !important;
}
.swiper-container .swiper-wrapper .swiper-slide img{
	width: 2rem;
}
/* 轮播图 */
.resultMain {
	width: 100%;
	float: left;
	padding: 0 .2rem .3rem .2rem;
}
.bigbox {
	width: 100%;
	float: left;
}
.bigbox .top {
	width: 100%;
	float: left;
	height: .25rem;
	background: url(../images/bigTop.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	width: 100%;
	float: left;
	height: .25rem;
	background: url(../images/bigDown.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	width: 100%;
	float: left;
	background: url(../images/bigMid.png) repeat-y;
	background-size: 100% auto;
	padding: .3rem;
}
.bigbox.marg30 {
	margin: .3rem 0 0 0;
} 
.bigbox.marg30 .mid {
	padding: .1rem .2rem .3rem .2rem;
}
.resultTab {
	width: 100%;
	float: left;
}
.resultTab a {
	width: 3.55rem;
	float: left;
	line-height: .83rem;
	font-size: .42rem;
	color: #a15637;
	font-weight: bold;
	text-align: center;
}
.resultTab a:first-child {
	background: url(../images/tabBg_l1.png) no-repeat;
	background-size: 100% 100%;
}
.resultTab a:last-child {
	background: url(../images/tabBg_r1.png) no-repeat;
	background-size: 100% 100%;
}
.resultTab a:first-child.current {
	background: url(../images/tabBg_l2.png) no-repeat;
	background-size: 100% 100%;
	color: #b92700;
}
.resultTab a:last-child.current {
	background: url(../images/tabBg_r2.png) no-repeat;
	background-size: 100% 100%;
	color: #b92700;
}
.resultTxt {
	width: 100%;
	float: left;
	color: #75200c;
	text-align: justify;
}
.resultData {
	width: 100%;
	float: left;
	margin: .4rem 0 .2rem 0;
}
.resultData .jix {
	width: 1.73rem;
	float: left;
	background: url(../images/jiBg.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1.76rem;
	color: #ffe272;
	font-weight: bold;
	text-align: center;
}
.resultData .right {
	overflow: hidden;
	padding: .1rem .3rem 0 .5rem;
}
.resultData .right .title {
	width: 100%;
	float: left;
	color: #bb181a;
	text-align: center;
}
.resultData .right .con {
	width: 100%;
	float: left;
	border-radius: .1rem;
	line-height: .7rem;
	color: #fff;
	text-align: center;
	margin: .2rem 0 0 0;
}
.resultData .right .con.bg1 {
	background: #f25d21;
}
.resultData .right .con.bg2 {
	background: #fd4b8e;
}
.resultData .right .con.bg3 {
	background: #8898ed;
}
.resultData .right .con.bg4 {
	background: #e79c0a;
}
.resultData .right .con.bg5 {
	background: #6cb85f;
}
.resultLine {
	width: 100%;
	float: left;
	height: 1px;
	background: #eddba0;
	margin: .4rem 0 0 0;
}
.picture, .picture img {
	width: 100%;
	float: left;
}
.resultZhuY {
	width: 100%;
	float: left;
	padding: 0 0 0 1.7rem;
	color: #75200c;
	text-align: justify;
	margin: .4rem 0 0 0;
}
.resultZhuY.bg1 {
	background: url(../images/img01.png) no-repeat left center;
	background-size: 1.47rem auto;
}
.resultZhuY.bg2 {
	background: url(../images/img02.png) no-repeat left center;
	background-size: 1.47rem auto;
}
.resultZhuY span {
	background: #f25d21;
	border-radius: .3rem;
	padding: .05rem .2rem;
	display: inline-block;
	margin: 0 0 .1rem 0;
	color: #fff;
}
.resultZhuY b {
	color: #b92700;
}
/**** 结果页 ****/


/**** 浮动按钮 ****/
.floatbtn {
	width: 100%;
	float: left;
}
.floatbtn .space {
	width: 100%;
	float: left;
	height: 1.58rem;
}
.floatbtn .btn {
	width: 100%;
	float: left;
	background: url(../images/bt_bg.png) repeat;
	padding: .2rem .1rem .1rem .1rem;
	position: fixed;
	bottom: 0;
	max-width: 7.5rem;
}
.floatbtn .btn a {
	width: 3.54rem;
}
.floatbtn .btn a:first-child {
	float: left;
}
.floatbtn .btn a:last-child {
	float: right;
}
.floatbtn .btn a img {
	width: 100%;
	float: left;
}
/*** 浮动按钮 ***/


/** 祈福页 **/
.resultLight {
	width: 100%;
	float: left;
	margin: .3rem 0;
}
.resultLight ul li {
	width: 2.88rem;
}
.resultLight ul li:first-child {
	float: left;
}
.resultLight ul li:last-child {
	float: right;
}
.resultLight ul li img {
	width: 100%;
	float: left;
}
.resultLight ul li a {
	width: 100%;
	float: left;
	background: #EF542A;
	border-radius: .45rem;
	line-height: .9rem;
	font-size: .4rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: .1rem 0 0 0;
}
.resultFu {
	width: 100%;
	float: left;
	padding: 0 1rem;
	margin: .3rem 0 0 0;
}
.resultFu img {
	width: 100%;
	float: left;
}
.resultLoad {
	width: 100%;
	float: left;
	padding: 0 2.2rem;
	margin: .3rem 0;
}
.resultLoad span {
	 width: 100%;
	 float: left;
	 background: #df0dd8;
	 border-radius: .25rem;
	 line-height: .46rem;
	 font-size: .28rem;
	 color: #fff;
	 text-align: center;
}
.resultBtn {
	width: 100%;
	float: left;
	margin: .3rem 0 0 0;
}
.resultBtn a {
	width: 100%;
	float: left;
	background: #f4801a;
	border-radius: .3rem;
	line-height: .9rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
/** 祈福页 **/
