@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: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:.32rem; 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;
	line-height: 1.5;
	font-size: .32rem;
}
.banner, .banner img {
	width: 100%;
	float: left;
}
.main, .mainTop, .mainTop img, .mainDown, .mainDown img {
	width: 100%;
	float: left;
}
.mainMid {
	width: 100%;
	float: left;
	background: url(../images/con_bg.jpg) repeat-y;
	background-size: 100% auto;
	padding: .05rem .3rem;
}
.inputBox {
	width: 100%;
	float: left;
	border: solid 1px #ff996a;
	margin: 0 0 .3rem 0;
}
.inputBox .title {
	width: 100%;
	float: left;
	background: url(../images/input_barDs.jpg) no-repeat;
	background-size: 100% 100%;
	line-height: .66rem;
	color: #fff;
	text-align: center;
}
.inputBox .con {
	width: 100%;
	float: left;
	padding: .3rem .2rem;
}
.inputBox .con .tab {
	width: 100%;
	float: left;
	margin: 0 0 .1rem 0;
}
.inputBox .con .tab a {
	width: 32%;
	float: left;
	height: .6rem;
	border-radius: .1rem;
	line-height: .55rem;
	text-align: center;
}
.inputBox .con .tab a:nth-child(1) {
	border: solid 1px #ff7137;
	color: #ff7137;
}
.inputBox .con .tab a:nth-child(2) {
	border: solid 1px #eea416;
	color: #eea416;
	margin: 0 2%;
}
.inputBox .con .tab a:nth-child(3) {
	border: solid 1px #ff3359;
	color: #ff3359;
}
.inputBox .con .tab a:nth-child(1).current {
	border: solid 2px #f26730;
	background: #f26730;
	color: #fff;
}
.inputBox .con .tab a:nth-child(2).current {
	border: solid 2px #f69b32;
	background: #f69b32;
	color: #fff;
}
.inputBox .con .tab a:nth-child(3).current {
	border: solid 2px #f72b73;
	background: #f72b73;
	color: #fff;
}
/** 资料输入版块 **/
.forminput {
	width: 100%;
	float: left;
	margin: 0 0 .3rem 0;
}
.forminput_hang {
	width: 100%;
	float: left;
	height: 1rem;
	border-bottom: dotted 1px #9e9997;
}
.forminput_hang_bt {
	width: 1.75rem;
	float: left;
	line-height: 1rem;
}
.forminput_hang_name {
	overflow: hidden;
}
.finput {
	width: 100%;
	float: left;
	border: none;
	background: none;
	outline: none;
	height: 1rem;
}
.forminput_hang_radio {
	overflow: hidden;
}
.forminput_hang_radio a {
	width: auto;
	float: left;
	margin: 0 .2rem 0 0;
	line-height: 1rem;
}
.forminput_hang_radio i {
	font-size: .35rem;
	color: #117efa;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: 1rem;
	display: block;
	cursor: pointer;
}
.forminput_hang_birth span {
	display: block;
}
/** 资料输入版块 **/
.inputBox .xiaob {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
}
.button {
	width: 100%;
	float: left;
}
.button a {
	width: 100%;
	float: left;
	background: #ff7200;
	background-image: linear-gradient(#ff7200, #e93700);
	border: solid 1px #fe6600;
	border-radius: .1rem;
	line-height: .88rem;
	color: #fff;
	text-align: center;
}
.inpic, .inpic img {
	width: 100%;
	float: left;
}
.inturn {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 .3rem 0;
}
.inturn .bg {
	width: 80%;
	float: left;
	margin: 0 10%;
	animation: turn 35s ease infinite;
}
.inturn .bg img {
	width: 100%;
	float: left;
}
.inturn .pic {
	width: 80%;
	float: left;
	position: absolute;
	left: 10%;
	top: 0;
}
.inturn .pic img {
	width: 100%;
	float: left;
}
@-webkit-keyframes turn {
 0% { opacity: 0.3; -webkit-transform: rotate(0deg); }
 10% { opacity: 0.6; }
 15% { opacity: 0.3; }
 20% { opacity: 0.6; }
 25% { opacity: 0.3; }
 30% { opacity: 0.6; }
 35% { opacity: 0.3; }
 40% { opacity: 0.6; }
 45% { opacity: 0.3; }
 50% { opacity: 0.6; }
 55% { opacity: 0.3; }
 60% { opacity: 0.6; }
 65% { opacity: 0.3; }
 70% { opacity: 0.6; }
 75% { opacity: 0.3; }
 80% { opacity: 0.6; }
 85% { opacity: 0.3; }
 90% { opacity: 0.6; }
 100% { opacity: 0.3; -webkit-transform: rotate(360deg); }
}
.stateBox {
	width: 100%;
	float: left;
}
.stateBox .title {
	width: 100%;
	float: left;
	line-height: .66rem;
	color: #fff;
	text-align: center;
}
.stateBox .title.ds {
	background: url(../images/input_barDs.jpg) no-repeat;
	background-size: 100% 100%;
}
.stateBox .title.am {
	background: url(../images/input_barAm.jpg) no-repeat;
	background-size: 100% 100%;
}
.stateBox .title.jw {
	background: url(../images/input_barJw.jpg) no-repeat;
	background-size: 100% 100%;
}
.stateBox .list {
	width: 100%;
	float: left;
	padding: .2rem;
}
.stateBox .list.ds {
	background: #ffebe2;
	box-shadow: inset 0px 0px 20px 10px rgba(229,83,3,.3);
}
.stateBox .list.am {
	background: #fff2e0;
	box-shadow: inset 0px 0px 20px 10px rgba(255,161,90,.3);
}
.stateBox .list.jw {
	background: #ffeaea;
	box-shadow: inset 0px 0px 20px 10px rgba(255,202,202,.5);
}
.stateBox .list ul li {
	width: 100%;
	float: left;
	background: url(../images/list_icon.png) no-repeat left .1rem;
	background-size: .28rem auto;
	padding: 0 0 0 .35rem;
	margin: .05rem 0;
	text-align: justify;
}
.infoBox {
	width: 100%;
	float: left;
	border: solid 1px #f0cfff;
	margin: .3rem 0 0 0;
}
.infoBox .title {
	width: 100%;
	float: left;
	background: #f0cfff;
	line-height: .66rem;
	color: #7e00b9;
	text-align: center;
}
.infoBox .con {
	width: 100%;
	float: left;
	padding: .2rem;
}
.infoBox .con .txtli {
	width: 100%;
	float: left;
	margin: .1rem 0 0 0;
}
.infoBox .con .txtli ul li {
	width: 100%;
	float: left;
	background: url(../images/input_icon2.png) no-repeat left .1rem;
	background-size: .18rem auto;
	padding: 0 0 0 .25rem;
	margin: .05rem 0;
	text-align: justify;
}
.infoBox .space {
	width: 100%;
	float: left;
	height: .15rem;
}
.aboutUs {
	width: 100%;
	float: left;
}
.aboutUs .pic, .aboutUs .pic img {
	width: 100%;
	float: left;
}
.aboutUs .xiaob {
	width: 100%;
	float: left;
	background: url(../images/aboutBg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .62rem;
	color: #fff;
	font-weight: bold;
	text-indent: .15rem;
}
.aboutUs .list {
	width: 100%;
	float: left;
}
.aboutUs .list ul li {
	width: 100%;
	float: left;
	line-height: .55rem;
	margin: .2rem 0 0 0;
}
.aboutUs .list ul li span {
	width: 1.5rem;
	background: #fece9e;
	color: #3f2e0f;
	text-align: center;
	display: inline-block;
	margin: 0 .15rem 0 0;
}
.aboutUs .line {
	width: 100%;
	float: left;
	border-bottom: dotted 1px #c2dff8;
	margin: .3rem 0 0 0;
}
.inpingjia {
	width: 100%;
	float: left;
}
.inpingjia div:last-child {
	padding: 0;
	border: none;
	margin: 0;
}
.inpingjia_hang {
	width: 100%;
	float: left;
	border-bottom: solid 1px #f29c9f;
	padding: 0 0 .3rem 0;
	text-align: justify;
	margin: 0 0 .3rem 0;
}
/**** 首页 ****/

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

/** 收费结果页 **/
.reinfo {
	width: 100%;
	float: left;
	text-align: justify;
}
.reinfo span {
	color: #ff1493;
}
.reinfo span.man{
	color: #0068dd;
}
.singBox, .aimeiBox, .inloveBox {
	width: 100%;
	float: left;
}
.bigbox {
	width: 100%;
	float: left;
	border: solid 2px #2f251e;
	margin: .3rem 0 0 0;
}
.redata {
	width: 100%;
	float: left;
	background: url(../images/name_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: .2rem 0;
	text-align: center;
}
.redata b {
	color: #ff1493;
}
.redata b.man {
	color: #0088ff;
}
.redata img {
	width: .35rem;
	vertical-align: middle;
	margin: -.05rem 0 0 0;
}
.content {
	width: 100%;
	float: left;
	border-top: solid 2px #2f251e;
	padding: .2rem;
}
.content.pdnone {
	padding: 0;
}
/*姓名五行內容*/
.nam{
	height: .5rem;
}
.name_five {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.name_five_bg {
	width: 100%;
	height: 0;
	padding-bottom: 78.644578313253%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.name_text01 ul {
	width: 28%;
	height: 2rem;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 1.53rem;
	left: 15%;
}
.name_text01 li {
	float: left;
	width: 50%;
}
.name_text02 ul {
	width: 45%;
	height: 2rem;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 1.53rem;
	right: 0%;
}
.name_text02 li {
	float: left;
	width: 33.3333333%;
}
.name_text03 {
	width: 50%;
	height: .77rem;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: .615rem;
	left: 25%;
}
.name_text04 ul {
	width: 60%;
	height: .38rem;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 1.92rem;
	left: 20%;
}
.name_text04 li {
	float: left;
	width: 33.3333333334%;
	height: .38rem;
	margin: 0 auto;
	text-align: center;
}
.name_text05 {
	width: 50%;
	height: .615rem;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 13%;
	left: 25%;
	background-color: #d1352a;
	-moz-border-radius: 1rem;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	color: #fff;
	font-weight: bold;
	font-size: .38rem;
	line-height: .615rem;
}
.name_text06 {
	width: 100%;
	height: .23rem;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: .38rem;
	color: #460000;
	font-size: .23rem;
	line-height: .23rem;
}
.name_five_txt {
	width: 100%;
	float: left;
	font-size: .26rem;
	color: #460000;
	text-align: center;
	margin: .1rem 0;
}
/*姓名五行字型*/
.retop, .retop img {
	width: 100%;
	float: left;
}
.retxt {
	width: 100%;
	float: left;
	text-align: justify;
}
.retxt b.color1 {
	color: #f44154;
}
.retxt b.color2 {
	color: #0088ff;
}
.retxt b.color3 {
	color: #f44154;
}
.retxt span.color1 {
	color: #ff6000;
}
.retxt ul li {
	width: 100%;
	float: left;
	background: url(../images/list_icon.png) no-repeat left .1rem;
	background-size: .28rem auto;
	padding: 0 0 0 .35rem;
	margin: 0 0 .2rem 0;
}
.retxt ul li:last-child {
	margin: 0;
}
.rekeyword {
	width: 100%;
	float: left;
	background: url(../images/re_top01_word.jpg) no-repeat;
	background-size: 100% 100%;
	line-height: 1.2rem;
	font-size: .45rem;
	color: #f44154;
	text-align: center;
	font-weight: bold;
}
.rekeyword.man {
	background: url(../images/re_top01_word2.jpg) no-repeat;
	background-size: 100% 100%;
	color: #0068dd;
}
.rewuxing {
	width: 100%;
	float: left;
	height: 5.98rem;
	background: url(../images/resultBg3.jpg) no-repeat center;
	background-size: 100% 100%;
}
.rewuxing .zuo, .rewuxing .you {
	width: 1.95rem;
	height: 1.95rem;
	padding: .45rem 0 0 0;
	font-size: .28rem;
	text-align: center;
	margin: 2rem 0 0 0;
}
.rewuxing .zuo {
	float: left;
}
.rewuxing .you {
	float: right;
}
.rewuxing .zuo b, .rewuxing .you b {
	font-size: .36rem;
	color: #fff;
	text-shadow: 0px 0px 5px #000, 0px 0px 15px #333;
}
.rewuxing .zuo.bg1, .rewuxing .you.bg1 {
	background: url(../images/resultBg3_1.png) no-repeat;
	background-size: 100% 100%;
}
.rewuxing .zuo.bg2, .rewuxing .you.bg2 {
	background: url(../images/resultBg3_2.png) no-repeat;
	background-size: 100% 100%;
}
.rewuxing .zuo.bg3, .rewuxing .you.bg3 {
	background: url(../images/resultBg3_3.png) no-repeat;
	background-size: 100% 100%;
}
.rewuxing .zuo.bg4, .rewuxing .you.bg4 {
	background: url(../images/resultBg3_4.png) no-repeat;
	background-size: 100% 100%;
}
.rewuxing .zuo.bg5, .rewuxing .you.bg5 {
	background: url(../images/resultBg3_5.png) no-repeat;
	background-size: 100% 100%;
}
.rewuxing .zhong {
	width: 2rem;
	float: left;
	height: 2rem;
	margin: 2rem 0 0 .3rem;
}
.rewuxing .zhong img {
	width: 100%;
	float: left;
}
.rekeyword2 {
	width: 100%;
	float: left;
	background: url(../images/re_top02_word.jpg) no-repeat;
	background-size: 100% 100%;
	line-height: 1.5rem;
	font-size: .45rem;
	color: #f44154;
	text-align: center;
	font-weight: bold;
	margin: 0 0 .1rem 0;
}
.reliangy {
	width: 100%;
	float: left;
	padding: .2rem;
}
.reliangy.bg1 {
	background: #ffefeb;
}
.reliangy.bg2 {
	background: #e4f9f9;
}
.reliangy .xiaob {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	margin: 0 0 .1rem 0;
}
.reliangy .xiaob span {
	width: auto;
	border-radius: .35rem;
	padding: 0 .2rem;
}
.reliangy.bg1 .xiaob span {
	background: #f14242;
}
.reliangy.bg2 .xiaob span {
	background: #0d52ac;
}
.reliangy .date {
	width: 100%;
	float: left;
	height: 1.65rem;
	padding: .18rem 0 0 0;
	margin: .1rem 0;
}
.reliangy.bg1 .date {
	background: url(../images/calendar1.png) no-repeat center;
	background-size: 1.8rem 1.65rem;
}
.reliangy.bg2 .date {
	background: url(../images/calendar2.png) no-repeat center;
	background-size: 1.8rem 1.65rem;
}
.reliangy .date .year {
	width: 100%;
	float: left;
	line-height: .4rem;
	color: #ffffad;
	text-align: center;
}
.reliangy .date .month {
	width: 100%;
	float: left;
	line-height: 1rem;
	font-size: .5rem;
	text-align: center;
	font-weight: bold;
}
.reliangy.bg1 .date .month {
	color: #f44154;
}
.reliangy.bg2 .date .month {
	color: #0068dd;
}
.space20 {
	width: 100%;
	float: left;
	height: .2rem;
}
.repic {
	width: 100%;
	float: left;
}
.repic img {
	width: 3.2rem;
	display: block;
	margin: 0 auto;
}
/*方位图*/
.refwmap {
	width: 100%;
	float: left;
	height: 0;
	padding-bottom: 70.625%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/map_bg.png);
	position: relative;
	margin: 0 auto;
}
.refwmap .color_bg {
	width: 27.5%;
	position: absolute;
}
.refwmap .color {
	width: 100%;
	height: 0;
	padding-bottom: 61.93181818%;
	background-repeat: no-repeat;
	background-size: cover;
}
.refwmap .luck_icon {
	width: 31%;
	height: 0;
	padding-bottom: 31%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 2px;
	left: 35%;
}
/*方位图尾*/
.retips {
	width: 100%;
	float: left;
	font-size: .26rem;
	color: #b37300;
	text-align: justify;
	margin: .1rem 0 0 0;
}
.reload {
	width: 100%;
	float: left;
	background: #fff0df;
	padding: .2rem;
}
.reload .xiaob {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	margin: 0 0 .1rem 0;
}
.reload .xiaob span {
	width: auto;
	background: #e21939;
	border-radius: .35rem;
	padding: 0 .2rem;
}
.reload .nick {
	width: 100%;
	float: left;
	height: 3.9rem;
	padding: .9rem 0 0 0;
	color: #a83700;
	text-align: center;
}
.reload .nick.single {
	background: url(../images/d_s1.jpg) no-repeat center;
	background-size: 4rem 3.9rem;
	padding: 1.1rem 0 0 0;
}
.reload .nick.aimei {
	background: url(../images/d_s2.jpg) no-repeat center;
	background-size: 4rem 3.9rem;
}
.reload .nick.inlove {
	background: url(../images/d_s3.jpg) no-repeat center;
	background-size: 4rem 3.9rem;
}
.reload .nick p {
	height: .6rem;
}
.retishi {
	width: 100%;
	float: left;
	background: #fbebdc;
	border: solid 2px #2f251e;
	padding: .2rem;
	text-align: justify;
	margin: .3rem 0;
}
.retishi a {
	color: #4187d6;
}
.rejwgail {
	width: 100%;
	float: left;
	background: url(../images/re_chance_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: .2rem;
	margin: 0 0 .1rem 0;
}
.rejwgail .xiaob {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
}
.rejwgail .xiaob span {
	width: auto;
	background: #e21939;
	border-radius: .35rem;
	padding: 0 .2rem;
}
.rejwgail .num {
	width: 100%;
	float: left;
	font-size: .7rem;
	color: #e21939;
	text-align: center;
	font-weight: bold;
}
/** 收费结果页 **/

/**** 推荐 ****/
.tjdbox {
	width: 100%;
	float: left;
	background: #fafafa;
	border: solid 2px #ff7f7f;
	margin: .3rem 0 0 0;
}
.tj_topa {
	width: 100%;
	float: left;
	border-bottom: solid 2px #ff7f7f;
}
.tj_topa img {
	width: 100%;
	float: left;
}
.tj_boxa {
	width: 100%;
	float: left;
	padding: .2rem;
}
.tj_datea {
	width: 100%;
	float: left;
}
.tj_infoa {
	width: 100%;
	float: left;
	background: #8838b6;
	padding: .2rem;
	color: #fff;
	text-align: justify;
	margin: .2rem 0;
}
.tj_txta {
	width: 100%;
	float: left;
	text-align: justify;
}
.tj_enda {
	width: 100%;
	float: left;
	border: solid 2px #8838b6;
	padding: .2rem;
	text-align: justify;
	margin: .2rem 0;
}
.tj_top {
	width: 100%;
	float: left;
	border-bottom: solid 2px #ff7f7f;
}
.tj_top img {
	width: 100%;
	float: left;
}
.tj_box {
	width: 100%;
	float: left;
	padding: 0 .2rem .2rem .2rem;
}
.tj_title {
	width: 100%;
	float: left;
	line-height: .65rem;
	background: #f8a2a1;
	border-radius: .1rem;
	font-weight: bold;
	text-indent: .5em;
	margin: .2rem 0 0 0;
}
.tj_score {
	width: 100%;
	float: left;
	margin: .2rem 0 0 0;
}
.tj_score_left {
	width: 35%;
	float: left;
	text-align: center;
}
.tj_score_right {
	width: 35%;
	float: right;
	text-align: center;
}
.tj_score_center {
	width: 30%;
	float: left;
	line-height: 1.5rem;
	font-size: .6rem;
	text-align: center;
	color: #e60012;
}
.tj_txt {
	width: 100%;
	float: left;
	text-align: justify;
	margin: .1rem 0 0 0;
}
.tj_info {
	width: 100%;
	float: left;
	background: #fcedcb;
	border-radius: .1rem;
	padding: .2rem;
	color: #666;
	text-align: justify;
	margin: .2rem 0;
}
/**** 推荐 ****/


/** 免费结果页 **/
.frmohu {
	width: 100%;
	float: left;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
	padding: 1rem .4rem;
	margin: .1rem 0 0 0;
}
.frwuxing {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: url(../images/gm.png) no-repeat left top;
	background-size: cover;
	-webkit-animation: mbpage 6s infinite;
	-moz-animation: mbpage 6s infinite;
	animation: mbpage 6s infinite;
}
@-webkit-keyframes mbpage {
 0% { background-position-x: 0; opacity: 0; }
 12% { background-position-x: 0; opacity: 1; }
 24% { background-position-x: 0; opacity: 0; }
 25% { background-position-x: 33%; opacity: 0; }
 37% { background-position-x: 33%; opacity: 1; }
 49% { background-position-x: 33%; opacity: 0; }
 50% { background-position-x: 66%; opacity: 0; }
 62% { background-position-x: 66%; opacity: 1; }
 74% { background-position-x: 66%; opacity: 0; }
 75% { background-position-x: 100%; opacity: 0; }
 87% { background-position-x: 100%; opacity: 1; }
 99% { background-position-x: 100%; opacity: 0; }
 100% { left:0%; opacity: 0; }
}
@-moz-keyframes mbpage {
 0% { background-position-x: 0; opacity: 0; }
 12% { background-position-x: 0; opacity: 1; }
 24% { background-position-x: 0; opacity: 0; }
 25% { background-position-x: 33%; opacity: 0; }
 37% { background-position-x: 33%; opacity: 1; }
 49% { background-position-x: 33%; opacity: 0; }
 50% { background-position-x: 66%; opacity: 0; }
 62% { background-position-x: 66%; opacity: 1; }
 74% { background-position-x: 66%; opacity: 0; }
 75% { background-position-x: 100%; opacity: 0; }
 87% { background-position-x: 100%; opacity: 1; }
 99% { background-position-x: 100%; opacity: 0; }
 100% { left:0%; opacity: 0; }
}
@keyframes mbpage {
 0% { background-position-x: 0; opacity: 0; }
 12% { background-position-x: 0; opacity: 1; }
 24% { background-position-x: 0; opacity: 0; }
 25% { background-position-x: 33%; opacity: 0; }
 37% { background-position-x: 33%; opacity: 1; }
 49% { background-position-x: 33%; opacity: 0; }
 50% { background-position-x: 66%; opacity: 0; }
 62% { background-position-x: 66%; opacity: 1; }
 74% { background-position-x: 66%; opacity: 0; }
 75% { background-position-x: 100%; opacity: 0; }
 87% { background-position-x: 100%; opacity: 1; }
 99% { background-position-x: 100%; opacity: 0; }
 100% { left:0%; opacity: 0; }
}
.frkeyword {
	width: 100%;
	float: left;
	height: 1.8rem;
	background: url(../images/re_top02_word.jpg) no-repeat;
	background-size: 100% 100%;
	padding: .2rem .26rem 0 .26rem;
	margin: 0 0 .1rem 0;
}
.frkeyword .title {
	width: 100%;
	float: left;
	background: #ffbcb6;
	text-align: center;
	font-weight: bold;
}
.frkeyword .pic, .frkeyword .pic img {
	width: 100%;
	float: left;
}
/** 免费结果页 **/
