@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 ****/


/**** 首页 ****/
.wrapper {
	width: 100%;
	float: left;
	background: #27166e;
}
.indexBann {
	width: 100%;
	float: left;
	height: 5.85rem;
	background: url(../images/banner1.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}
.indexBann .xingpan {
	width: 9.47rem;
	left: -4.6rem;
	top: -2.35rem;
	position: absolute;
	transform-origin: center;
	animation: clockRotate 40s linear infinite backwards;
	-ms-animation: clockRotate 40s linear infinite backwards;
	-webkit-animation: clockRotate 40s linear infinite backwards;
	-moz-animation: clockRotate 40s linear infinite backwards;
}
@keyframes clockRotate{
	from {}
	to {
		transform: rotate(1turn);
	}
}
@-moz-keyframes clockRotate{
	from {}
	to {
		transform: rotate(1turn);
	}
}
@-webkit-keyframes clockRotate{
	from {}
	to {
		transform: rotate(1turn);
	}
}
@-ms-keyframes clockRotate{
	from {}
	to {
		transform: rotate(1turn);
	}
}
.indexBann .xingpan img {
	width: 100%;
}
.main {
	width: 100%;
	float: left;
	padding: 0 .3rem .5rem .3rem;
}
.main.bg1 {
	background: url(../images/mainBg1.jpg) no-repeat;
	background-size: 100% auto;
}
.main.bg2 {
	background: url(../images/banner3.jpg) no-repeat;
	background-size: 100% auto;
	padding-top: 1rem;
}
.main.bg1 div:first-child.button {
	margin: 0;
}
.main.bg1 section:first-child.whiteBox, .main.bg1 section:first-child.bigbox  {
	margin: 0;
}
.button {
	width: 100%;
	float: left;
	margin: .3rem 0 0 0;
}
.button a {
	width: 100%;
	float: left;
	height: 1.09rem;
	background: url(../images/button1.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	color: #ba0000;
	font-size: .36rem;
	font-weight: bold;
	line-height: 1rem;
}
.button.zoom {
	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:*/
}
@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); /* 标准语法 */
    } 
}
.bigbox {
	width: 100%;
	float: left;
	background: #fff;
	border: solid .03rem #4D4DCF;
	border-radius: .1rem;
	padding: 0 .3rem .3rem .3rem;
	margin: .4rem 0 0 0;
}
.bigbox div:nth-child(2).resultTxt {
	margin: 0;
}
.picTitle {
	width: 100%;
	float: left;
	background: url(../images/topBg.png) no-repeat center;
	background-size: auto 100%;
	line-height: .82rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 0 .3rem 0;
}
.picTitle.bg2 {
	height: 1.24rem;
	background: url(../images/topBg.png) no-repeat center;
	background-size: 100% 100%;
	padding: .12rem 0 0 0;
	line-height: 1.4;
}
.picTitle span {
	color: #FFCE37;
}
.picture, .picture img {
	width: 100%;
	float: left;
}
.picture.marg-3 {
	width: 6.45rem;
	margin: 0 0 0 -.21rem;
}
.indexQAtitle {
	width: 100%;
	float: left;
	background: #FEB639;
	border-radius: .1rem;
	line-height: .7rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: .3rem 0 0 0;
}
.indexQAtxt {
	width: 100%;
	float: left;
	font-size: .28rem;
	color: #37299B;
	text-align: justify;
	margin: .3rem 0 0 0;
}
.indexQAtxt span {
	color: #FF5480;
	font-weight: bold;
}
.indexDate {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.indexDate li {
	width: 42%;
	float: left;
	background: #EAEAFF;
	border: solid 1px #817BFF;
	border-radius: .1rem;
	line-height: .7rem;
	font-size: .24rem;
	color: #37299B;
	text-align: center;
	margin: .2rem 0 0 0;
}
.whiteBox {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: .1rem;
	padding: .3rem .2rem;
	margin: .4rem 0 0 0;
}
.indexTxt {
	width: 100%;
	float: left;
	color: #37299B;
	text-align: center;
}
.indexTxt span {
	color: #DC2323;
}
.indexTips {
	width: 100%;
	float: left;
	font-size: .22rem;
	color: #818181;
	text-align: center;
	margin: .2rem 0 0 0;
}
.indexTips span {
	color: #C62F56;
}
/**** 首页 ****/


/**** 浮动按钮 ****/
.floatbtn {
	width: 100%;
	float: left;
	background: url(../images/bt_bg.png) repeat;
	padding: .1rem;
	position: fixed;
	bottom: 0;
	max-width: 7.5rem;
}
.floatbtn .button {
	margin: 0;
}
/*** 浮动按钮 ***/


/*** 中间页 ***/
.banner, .banner img {
	width: 100%;
	float: left;
}
.midTwelve {
	width: 100%;
	float: left;
	height: 1.65rem;
	background: url(../images/midBg1.png) no-repeat;
	background-size: 100% 100%;
	padding: .85rem .4rem 0 3.5rem;
}
.midTwelve a {
	width: 100%;
	float: left;
	background: #F33C7D;
	border: solid .03rem #FFE29D;
	border-radius: .35rem;
	line-height: .6rem;
	font-size: .3rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.midSingle {
	width: 100%;
	float: left;
	background: url(../images/midBg2.png) no-repeat;
	background-size: 100% 100%;
	padding: 0 0 0 .4rem;
	line-height: .85rem;
	font-size: .3rem;
	margin: .3rem 0 0 0;
}
.midSingle span {
	float: left;
	color: #2A1F75;
}
.midSingle a {
	width: 2.58rem;
	float: right;
	color: #fff;
	text-align: center;
}
/** 中间页 **/


/** 免费结果页 **/
.freeTxt {
	width: 100%;
	float: left;
	text-align: justify;
	font-size: .3rem;
}
.freeTxt b {
	color: #37299b;
}
.freeTxt span {
	color: #dc2323;
}
.freeBox {
	width: 100%;
	float: left;
	background: url(../images/freeBg1.png) no-repeat;
	background-size: 100% 100%;
	margin: .3rem 0 0 0;
	padding: .2rem 0;
}
.freeBox .title {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	color: #27166e;
	font-size: .3rem;
}
.freeBox .title b:after, .freeBox .title b:before {
	position: absolute;
	top: 50%;
	content: "";
	height: .01rem;
	width: 27%;
}
.freeBox .title b:before {
	left: 0;
	background:linear-gradient(244deg, #2b0881 0%,rgba(255,255,255,0) 100%);
}
.freeBox .title b:after {
	right: 0;
	background:linear-gradient(244deg, rgba(255,255,255,0) 0% ,#2b0881 100%);
}
.freeBox .list {
	width: 100%;
	float: left;
	padding: 0 .7rem;
}
.freeBox .list ul li {
	width: auto;
	float: left;
	color: #3d3d3d;
	font-size: .3rem;
	line-height: .65rem;
	border-bottom: .01rem dashed #aeaeb0; 
}
.freeBox .list ul li span {
	color: #ffcb5c;
}
/** 免费结果页 **/


/** 收费结果页 **/
.resultChange {
	width: 100%;
	float: left;
	padding: 0 0 0 1rem;
	font-size: .7rem;
	color: #fff;
	font-weight: bold;
}
.resultChange a img {
	width: .37rem;
	vertical-align: middle;
	margin: -.05rem 0 0 0;
}
.resultTitle {
	width: 100%;
	float: left;
	font-size: .36rem;
	color: #37299B;
	font-weight: bold;
	text-align: center;
}
.resultTxt {
	width: 100%;
	float: left;
	text-align: justify;
	margin: .2rem 0 0 0;
}
.resultDate {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.resultDate li {
	width: 1.51rem;
	float: left;
	height: 1.51rem;
	background: url(../images/dateBg.png) no-repeat;
	background-size: 100% 100%;
	padding: .5rem 0 0 0;
	font-size: .6rem;
	color: #E12339;
	font-weight: bold;
	text-align: center;
}
.resultAstro {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.resultAstro li {
	float: left;
	font-size: .24rem;
	font-weight: bold;
	text-align: center;
}
.resultAstro li img {
	width: 1.49rem;
}
.resultAstro li span {
	color: #ffcb5c;
}
.resultAstro li:nth-child(1) {
	width: 40%;
	color: #c70d0d;	
}
.resultAstro li:nth-child(2) {
	width: 60%;
	color: #f08d00;	
}
.resultAstro li:nth-child(3) {
	width: 40%;
	color: #7702d1;
	margin: .3rem 0 0 0;
}
.resultAstro li:nth-child(4) {
	width: 60%;
	color: #ff239a;
	margin: .3rem 0 0 0;
}
.resultAstro li:nth-child(4) img {
	width: 2.7rem;
}
.resultFloat {
	width: .66rem;
	position: fixed;
	right: 0;
	top: 30%;
}
.resultFloat a {
	width: 100%;
	float: left;
}
.resultFloat a:last-child {
	margin: .1rem 0 0 0;
}
.resultFloat a img {
	width: 100%;
	float: left;
}
.remindTitle {
	width: 100%;
	float: left;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: .4rem 0 0 0;
}
.remindBtn {
	width: 100%;
	float: left;
	margin: .3rem 0 0 0;
}
.remindBtn a {
	width: 100%;
	float: left;
	background: #FF358F;
	border-radius: .45rem;
	line-height: .9rem;
	font-size: .3rem;
	color: #fff;
	font-weight: bold;
	text-align: center;	
}
/** 收费结果页 **/


/** 弹窗 **/
.reAstroPopBg {
	width: 100%;
	height: 100%;
	float: left;
	background: #000;
	opacity: .85;
	position: fixed;
	top: 0;
	max-width: 7.5rem;
}
.reAstroPop {
	width: 6.4rem;
	position: fixed;
	left: 50%;
	top: 12%;
	margin: 0 0 0 -3.2rem;
	z-index: 999;
}
.reAstroPop .box {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: .1rem;
	padding: .2rem;
}
.reAstroPop .box a {
	width: 25%;
	float: left;
	margin: .15rem 0;
	line-height: 1.4;
	font-size: .22rem;
	color: #6d6d97;
	text-align: center;
}
.reAstroPop a img {
	width: .9rem;
}
.reAstroPop .close {
	width: 100%;
	float: left;
	margin: .3rem 0 0 0;
}
.reAstroPop .close a {
	width: .85rem;
	display: block;
	margin: 0 auto;
}
.reAstroPop .close a img {
	width: 100%;
	float: left;
}
/** 弹窗 **/






