html{font-size:13.33333333vw}
@media (min-width:750px) {html {font-size: 73px;}}
.contentBox{
	position: relative;
	z-index: 1;
}
.header{
	height: .8rem;
    background: #741012;
    text-align: center;
	 position: fixed;
	top:0;
	width: 100%;
	color: #bb8962;
	line-height: .8rem;
	vertical-align: middle;
    z-index: 9888;
}
.header>h2{
	font-size: .36rem;
	line-height: .8rem;
}
.order{
	position: fixed;
	right: .1rem;
	width: 1.5rem;
	height: .5rem;
	line-height: .5rem;
	background: url(../img/but.png);
	border: 1px solid #bb8962;
	top:.15rem
}
.wrapper{
	position: absolute;
	top:.8rem;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 0;
}
.banner>img{
	width: 100%;
	height: 100%;
}
.content{
	background: #f2e9d4;
	height: auto;
}
.tabTitle{
	display: flex;
	padding:.3rem;
	justify-content: center;
}
.tabTitle>span{
	display: block;
	width: 80%;
	background: url(../img/tab_default.png) 0 0 no-repeat;
	height: .8rem;
	background-size: 100% 100%;
	line-height: .8rem;
	vertical-align: middle;
	text-align: center;
	color: #c8bda4;
	font-size: .34rem;
}
.tabTitle>span.active{
	background: url(../img/tab_selected.png) 0 0 no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.form{
	width: 90%;
	box-shadow: 0 0 3px 3px #bbb6a9;
	border-radius: 5px;
	/*background: url(../img/fill_box.png) 0 0 no-repeat;*/
	/*background-size: 100% 100%;*/
	margin: 0 auto;
	padding-top: .2rem;
}
.form-group{
	display: flex;
	width: 90%;
	height: .9rem;	
	border-bottom: 1px solid #e1d7bf;
	margin: 0 auto;
	align-items: center;
}
.form-group:last-child{
	border-bottom: 0;
}
.form-group>label{
	width: 30%;
	color: #393939;
	font-size: .30rem;
}
.form-group>.inputBox{
	width: 70%;
	display: flex;
	align-items: center;
}

.inputBox>input{
	background: none;
    border: 0;
	outline: 0;
	color: #333;
	font-size: .30rem;
}
.inputBox>label{
	font-size: .28rem;
	flex: 1;
}

.radio{
    display: inline-block;
    position: relative;
    line-height: 18px;
    margin-right: 10px;
}
.radio input{
    display: none;
}
.radio .radio-bg{
    display: inline-block;
    height:16px;
    width: 16px;
    margin-right: .1rem;
    padding: 0;
    /* background-color: #45bcb8; */
    border-radius: 50%;
    vertical-align: top;
    border:1px solid #aaa ;
    transition: all 0.2s ease;
}
.radio .radio-on{
    display: none;
}
.radio input:checked~span.radio-on{
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    background: #94181a;
      top: 4px;
    left: 4px;
    border:1px solid #94181a ;
    transition: all 0.2s ease;
    transform: scale(1, 1);
    display: inline-block;
}
.radio input:checked+.radio-bg  {
	 border:1px solid #94181a ;
}
.jdate-wrapper .active{
	color: #94181a;
}

.hide{
	display: none;
}
.btn{
	width: 100%;
	height: 1.2rem;
	background: url(../img/but.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: block;
	text-align: center;
	line-height: 1.2rem;
	vertical-align: middle;
	color: #fff;
	margin-top: .3rem;
}
.tip{
	    color: #a86026;
		font-size: .24rem;
		width: 100%;
		text-align: center;
		padding: .1rem;
}
.total{
	height: .8rem;
	position: relative;
	text-align: center;
}
.line{
	width: 100%;
	height: 1px;
	background: #d5c9ae;
	position: absolute;
	left: 0;
	top:.3rem;
}
.total>h1{
	background: #f2e9d4;
	position: absolute;
	left: 25%;
	top:.1rem;
	width: 50%;
	height: .5rem;
}
.red{
	color: #be0000;
}
.test{
	width: 94%;
	margin: 0 auto;
	
}
.title{
	width: 100%;
	height: .9rem;
	background: url(../img/title_decoration_two.png) 0 0 no-repeat;
	background-size: 100% 100%;
	color: #a91614;
	text-align: center;
	line-height: .9rem;
	vertical-align: middle;
	font-size: .36rem;
	margin: .2rem 0;
	font-weight: bold;
}
.img{
	width: 100%;
	height: 100%;
}
.testTitle{
	width: 100%;
	height: .7rem;
	background:#e9dec2 url(../img/xiangyun105x45.png) 3% center no-repeat;
	background-size:auto .4rem ;
	color: #333;
	line-height: .7rem;
	vertical-align: middle;
	font-size: .24rem;
	margin: .2rem 0;
	padding-left: 1.2rem;
	
}

.caseText{
	height: 2rem;
	width: 100%;
	text-align: center;
	}
.caseText>h1{
	color: #644a34;
	font-size: .64rem;
	padding: .3rem;
}
.caseText>h2{
	color: #741012;
	font-size: .24rem;
	padding: .2rem;
}
.pk{
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 0 .2rem;
	margin-bottom: .5rem;
}
.pk>img{
	height: .8rem;
	line-height: .8rem;
}

.leftBox{
	width: 42%;
}
.rightBox{
	width: 42%;

}
.leftBox h1,.rightBox h1{
	color: #fff;
	background: #94181a;
	height: .6rem;
	line-height: .6rem;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	font-size: .24rem;
	border-top-left-radius: 8px;
	border-top-right-radius:8px;
}

.mt20 {
	margin-top: .4rem;
}


.img {
	width: 100%;
	height: auto;
}

.textBox, .leftBox h1, .rightBox h1 {
	border-radius: 0;
	text-align: center;
}

.leftBox h1 {
	background: #d51415;
	height: .7rem;
	line-height: .7rem;
	font-size: .28rem;
}

.rightBox h1 {
	background: #999;
	height: .7rem;
	line-height: .7rem;
	font-size: .28rem;
}

.rightBox .textBox {
	border-color: #999;
}

.leftBox .textBox {
	border-color: #d51415;
}

.pk > img {
	height: 1rem;
	line-height: normal;
}


.button {
	max-width: 750px;
}
.textBox{
	font-size: .26rem;
	padding: .2rem;
	line-height: .4rem;
	border: 1px solid #ba8961;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	color: #000;
}
.rightBox .textBox{
	color: #666;
}


.callUs{
	height: .8rem;
	margin-top: .5rem;
	background: rgb(187, 138, 98);
	line-height: .8rem;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.callUs a{
	color: #fff;
	text-decoration: none;
}
.callUs>img{
	width:14px;
	height:14px;
	vertical-align: middle;
}
.footer{
	padding: .5rem;
	color: #a86026;
	text-align: center;
	
}
.qm{
	display: none;
}

.qmTitle{
	height: 1rem;
	background: url(../img/title_decoration.png) center top no-repeat;
	width: 100%;
	background-size: 40% 34%;
	text-align: center;
	font-size: .4rem;
	color: #741012;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-top: .3rem;
	margin:.2rem 0;
}
.qmTitle:after, .qmTitle:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: .02rem;
    background: #741012;
    margin: 0 .3rem;
	}
	.qm>p{
		width: 90%;
		text-align: center;
		line-height: .4rem;
		overflow: hidden;
		color: #909090;
		margin: 0 auto;
	}
	.qm .img{
		margin: .1rem 0;
	}
	.button{
		background: #741012;
		text-align: center;
		 position: fixed;
		bottom:0;
		width: 100%;
		color: #fff;
		line-height: 1rem;
		vertical-align: middle;
		z-index: 9888;
		height: 1rem;
		display: none;
	}

	.safe{
		display: none;
		position: fixed;
		top:0;
		z-index: 99999;
		height: .7rem;
		background: rgba(0,0,0,.5);
		color: #fff;
		line-height: .7rem;
		vertical-align: middle;
		width: 100%;
		text-align: center;
	}
/* 好评如潮样式 */
.myscroll{
	width: 94%;
	margin: .5rem auto .8rem auto;
	height: 7rem;
	overflow: hidden;
	padding-bottom: 3rem;
}

.myscroll ul li{
	margin:.2rem 0;
	overflow:hidden;
}
.myscroll ul li h2{
	height: .7rem;
	/* background: url(../img/刘女士_05.png) left center no-repeat; */
	/* text-align: center; */
	/* background-size: contain; */
	line-height: .7rem;
	vertical-align: middle;
	color: #5f3d10;
	font-weight: bold;

}
.myscroll ul li .srollText{
	display: flex;
	justify-content: space-between;
	margin: .2rem 0;
}
.myscroll ul li .srollText>p{
	color: #5f3d10;
	font-size: .24rem;
	line-height: .4rem;
	background: #fff;
	border:1px solid #5F3D10;
	padding: .2rem;
}
.myscroll ul li .srollText>img{
	height: 1.8rem;
	margin-left: .2rem;
}
.jdate-container .jdate-wrapper li{
	font-size: 20px;
}
.jdate-wrapper .active{
	font-weight: bold;
}
.jdate-container .jdate-btn{
	line-height: 60px!important;
	font-size: 24px!important;
}

/*我是分割线*/
.form{
	width: 94%;
	box-shadow: 0 0 3px 3px #bbb6a9;
	border-radius: 5px;
	/*background: url(../img/fill_box.png) 0 0 no-repeat;*/
	/*background-size: 100% 100%;*/
	margin: 0 auto;
	padding-top: .2rem;
}
.avoid_content,.zymzhy,#demoxj,.why{
	box-shadow: 0 0 3px 3px #bbb6a9;
	border-radius: 5px;
	width: 94%;
	margin: .2rem auto;
}
.avoid_content>ul{
	position:relative
}
.avoid_content>ul>li{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.avoid_content>ul>li>div{
	width: 50%;
	height: 1.75rem
}
.avoid_content>ul>li>div>p{
	line-height: 1;
}
.avoid_content_left{
	border-right: 1px solid #dfd1b1;
	border-bottom: 1px solid #dfd1b1;
	padding: 0.36rem 0 0 0.32rem;
}
.avoid_content_left>p:first-child,.avoid_content_right>p:first-child{
	font-size:0.3rem;
	font-weight:600;
	color:#212121;
	margin-bottom: 0.14rem;
}
.avoid_content_left>p:nth-child(2),.avoid_content_left>p:last-child,.avoid_content_right>p:nth-child(2),.avoid_content_right>p:last-child{
	font-size: 0.26rem;
	font-weight:400;
	color:#494949;
}
.avoid_content_left>p:last-child,.avoid_content_right>p:last-child{
	margin-left:0.51rem
}
.avoid_content_left>p:nth-child(2)>span,.avoid_content_right>p:nth-child(2)>span{
	display: inline-block;
	width:0.4rem;
	height:0.4rem;
	background:#AE3F02;
	border-radius:50%;
	font-size: 0.22rem;
	color: #ffffff;
	line-height: 0.4rem;
	text-align: center;
	margin-right: 0.1rem
}
.avoid_content>ul>li:nth-child(3)>.avoid_content_left,.avoid_content>ul>li:nth-child(3)>.avoid_content_right{
	border-bottom: none!important;
}
.avoid_content_right{
	border-bottom: 1px solid #dfd1b1;
	padding: 0.36rem 0 0 0.32rem;
}
.avoid_content>ul>li:last-child{
	/* background:#fff; */
	position:absolute;
	top:1.56rem;
	left: 2.4rem
}
.avoid_content>ul>li:last-child>img{
	width: 2.131rem;
	height: 2.152rem;
}
.avoid_content_right{
	padding-left: 0.8rem
}
.avoid_content>ul>li:nth-child(2)>.avoid_content_right{
	padding-left: 1.6rem
}

 .con-good,.con-important{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	align-items: center;
	 box-shadow: 0 0 3px 3px #bbb6a9;
	 border-radius: 5px;
	 width: 94%;
	 margin: .2rem auto;
	 padding: .4rem 0;
}
.con-good .con-good-item{
	width:1.37rem;
}
.con-good-item img{
	display: block;
}
.con-good-item .item{
	width: 100%;
}
.con-good-item .good-line{
	width: 0;
	height: 0.6rem;
	margin: 0.1rem auto;
	border-right: 1px dotted #212121;
}
.con-good-item .dot{
	width: 0.15rem;
	height: 0.15rem;
	margin: 0 auto;
}
.con-good-item .desc{
	width: 100%;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	font-size: 0.34rem;
	color: #212121;
	margin: 0.1rem auto;
	position: relative;
	z-index: 0;
	font-weight: bold;
}
.con-good-item .desc:after{
	content: '';
	position: absolute;
	top: 0.3rem;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1.32rem;
	height: 0.16rem;
	background: #FFE2E2;
	z-index: -1;
}
.zymzhy{
  text-align: center;
	padding: .3rem .1rem;
}
.zymzhy p{
	line-height: 1.7;
	color: #000;
}
.con-important{
	flex-wrap: wrap;
	padding-bottom: 0;
}
.con-important .important-item{
	width: 45%;
	box-sizing: border-box;
	border-bottom: 1px dotted #A51C1D;
	padding-bottom:0.5rem ;
	margin-bottom: 0.5rem;
}
.con-important .border-none{
	border: none;
	padding-bottom: 0.1rem;
}
.important-item .item-title{
	color: #000;
	font-size: 0.3rem;
	margin: 0 auto;
	position: relative;
	width: 1.7rem;
	height: 0.5rem;
	text-align: center;
	z-index: 0;
	font-weight: bold;
}
.important-item .item-title::after{
	content: '';
	position: absolute;
	top: 0.28rem;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.2rem;
	background: #ece0c4;
	z-index: -1;
}
.important-item .detail{
	margin-top: 0.2rem;
	font-size: 0.28rem;
	color: #444;
	line-height: .5rem;
}
.important-item .detail p{
	text-align: center;
}

#demoxj{
	height: 10rem;
	overflow: hidden;
	padding: .3rem .1rem;
}
#demoxj ._u li{
	border-bottom: 1px solid #c4925e;
	padding: .3rem 0;
}
#demoxj ._u li label{
	font-size: .28rem;
	color: #7d7d7d;
}
#demoxj ._u li div{
	font-size: .26rem;
	color: #282828;
	padding: 0.2rem 0 ;
}
#demoxj ._u span{
	padding:.1rem;
	background: #ecdbb6;
	margin-right: 0.5rem;
	font-size: .28rem;
}
#demoxj ._u em{
	float: right;
	background: url(../img/zan.png) left center no-repeat;
	background-size: 16px 16px;
	padding: .1rem .3rem;
	font-style: normal;
	font-size: .3rem;
}
.why{
	padding: .3rem 0;
}
.hanlinag{ padding: 0.2778rem 0 0.18rem 0 }
.hanlinag li{ height:0.3rem; line-height: 0.3rem; font-size: 0.26rem; margin-bottom:0.2rem; color: #000;}
.leftBox .hanlinag li{ padding-left: 0.153rem; white-space: nowrap;}
.rightBox .hanlinag li{ text-align: center; color: #666;}
.hanlinag li b{ font-weight: normal; }
.leftBox .hanlinag li b, .leftBox .hanlinag li span{ float: left; }
.leftBox .hanlinag li span{ display: block; height: 100%; margin-right: 0.167rem;}
.leftBox .hanlinag li:nth-child(1) span{ width: 1.694rem; background-color: #dec014;}
.leftBox .hanlinag li:nth-child(2) span{ width: 0.8194rem; background-color: #34a3ea;}
.leftBox .hanlinag li:nth-child(3) span{ width: 0.3611rem; background-color: #20a333;}
.leftBox .hanlinag li:nth-child(4) span{ width:0.125rem; background-color: #d62a28;}
.leftBox .hanlinag li:nth-child(5) span{ width: 0.444rem; background-color: #89695c;}
.leftBox .hanlinag li b{ margin-right: 0.125rem; }
.leftBox .hanlinag li i{-webkit-transform: scale(0.8);transform: scale(0.8);-moz-transform: scale(0.8); display: block; color: #bc8250;font-size: .28rem;}

.wyqm_hanliang, .wyqm_xiji, .wyqm_pingfen{ margin-bottom:0.5rem; }

/*.pingfen{ padding: 0.375rem 0 0 0.25rem;  }*/
.pingfen li{ height: 0.6rem; line-height: 0.35rem; margin-right: 0; font-size: 0.26rem;}
.pfName{ float: left;text-align:left; white-space: nowrap;  margin-right: 0.083rem;}
.pfName i{ color: #9c9c9c; }
.leftBox .pfNum{ display: block; float: left; width: 0.9167rem; height: 0.35rem; background: #b5b5b5;}
.leftBox .pfNum i{ display: block; height: 100%; background: #61493f; color: #fff;  }
.rightBox .pfNum{ padding-left: 0.2778rem; color: #bc8045; }
.rightBox .pingfen{ padding-right: 0.25rem; }
.leftBox .pfName{ color: #000;}
.rightBox .pfName, .wyqm .rightBox .pfNum{}
.rightBox .pfName{ padding-left: .3rem;}
.rightBox .pfNum{ color: #b5b5b5;float: left;padding-left: .1rem }
.flex{ display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;}
.flex .flex_div{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;flex:1 1 0; }


.bg-question-text{
	position:relative;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	padding:0.8rem 0.3rem .3rem 0.3rem;
	/* background: url('../img/对命运的困惑_03.png') no-repeat; */
	background-size:100% 100%;
}
.bg-question-text .flex{
	align-items: center;
	margin-bottom:0.3rem;
}
.bg-question-text .word{
	text-align:center;
	width:40%;
	height:1rem;
	margin-bottom:0.25rem;
}
.bg-question-text .word span{
	width:1rem;
	height:1rem;
	border-radius:50%;
	text-align:center;
	line-height:1rem;
	color:#FFCD7E;
	font-size:0.34rem;
	background:#A81E27;
	display:inline-block;
	margin-bottom:0.25rem;
	position:relative;
}
.bg-question-text .word span:before{
	content:"";
	width:1px;
	height:0.5rem;
	background:#A81E27;
	position:absolute;
	right:0px;
	top:-0.28rem;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.bg-question-text .word span:after{
	content:"";
	width:1px;
	height:0.5rem;
	background:#A81E27;
	position:absolute;
	left:0px;
	bottom:-0.28rem;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.bg-question-text .text{
	height:1rem;
	border:1px solid #a0a0a0;
	color:#916C36;
}
.bg-question-text .text .rp{
	flex:1;
	-webkit-flex:1;
	text-align:center;
}
.bg-question-text .text .rtit{
	width:1.1rem;
	height:100%;
	color:#634212;
	background:#CFA972;
	border-left:1px solid #a0a0a0;
	font-size:0.34rem;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content: center;
}
.bg-question-text .text .rtit-last{
	border:0px;
	border-right:1px solid #a0a0a0;
}
.bg-question-text .text .rtit em{
	display:inline-block;
}
.intro{
	text-align: center;
	font-size: .3rem;
	padding: .2rem 0;
}
.pageOneBox {
	display: flex;
	align-items: center;
	width: 94%;
	margin: auto;
	justify-content: space-between;
}
.pageTwoBox{
	border: 2px solid #982022;
	text-align: center;
	padding: 5px;
	height: 5.2rem;
	position: relative;
	width: 48%;
}
.pageTwoBox>h4{
	font-weight: bold;
	font-size: .34rem;
	color: #2f2f2f;
	line-height: .5rem;
	padding-top: 1rem;
}
.pageTwoBox>p{
	line-height: .5rem;
	font-size: .26rem;
	color: #2c2c2c;
}
.small_line{
	display: inline-block;
	width: 20%;
	height: 1px;
	background: #982022;
	margin-bottom: .1rem;
}
.blue{
	color: #982022;
}
.pageTowTop{
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	left: 0;
	top:-.8rem;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.pageTowOne{
	background:#982022 url(../img/guo.png) center center no-repeat;
	background-size: 1rem;
}
.pagetowTwo{
	background:#982022 url("../img/ai.png") center center no-repeat;
	background-size: 1rem;
}

.rftest {
	color: #bb8962;
	line-height: 1.6;
	margin: 20px 5%;
	font-size: 14px
}

.rftesttitle {
	font-size: 16px !important;
	color: #961c1c !important;
	margin: 12px 0 4px !important
}