.move-touch {
	-webkit-overflow-scrolling: touch
}

.auto-center ul li .pict {
	display: table;
	width: 100%;
	text-align: center
}

.auto-center ul li .pict i {
	vertical-align: middle;
	display: table-cell
}

.vague {
	-webkit-filter: blur(2px);
	transition: .3s;
	-webkit-transition: .3s
}

.rogate {
	transition: .3s;
	-webkit-transition: .3s
}

.rogate:hover {
	transform: rotate(90deg)
}

.arrow {
	position: relative;
	line-height: 1;
	margin-left: .1rem
}

.arrow:before {
	content: "";
	position: absolute;
	top: -.02rem;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: .08rem solid;
	border-right: .08rem solid transparent;
	border-top: .08rem solid transparent;
	border-left: .08rem solid transparent
}

.arrow:after {
	content: "";
	position: absolute;
	top: .18rem;
	left: 0;
	width: 0;
	height: 0;
	border-top: .08rem solid;
	border-right: .08rem solid transparent;
	border-bottom: .08rem solid transparent;
	border-left: .08rem solid transparent
}

.arrow.one:before {
	display: none
}

.arrow.one:after {
	top: .14rem
}

.border-top:before {
	background: #dadada;
	content: "";
	position: absolute;
	height: 1px;
	transform-origin: 0 0;
	transform: scale(.5,.5);
	-webkit-transform: scale(.5,.5);
	-moz-transform: scale(.5,.5);
	width: 200%;
	top: 0;
	left: 0
}

.border-bottom:after {
	background: #dadada;
	content: "";
	position: absolute;
	height: 1px;
	transform-origin: 0 0;
	transform: scale(.5,.5);
	-webkit-transform: scale(.5,.5);
	-moz-transform: scale(.5,.5);
	width: 200%;
	bottom: -1px;
	left: 0
}

.flex-slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.flex-slide>* {
	flex-shrink: 0
}

.box-space-between {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.box-space-between>* {
	flex-shrink: 0
}

.touch-state {
	position: relative
}

.touch-state label {
	position: relative;
	background: #fff;
	display: block;
	width: .9rem;
	height: .45rem;
	border: 1px solid #ccc;
	border-radius: .3rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.touch-state label:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	width: .41rem;
	height: .41rem;
	background: #fff;
	box-shadow: 0 0 .1rem rgba(0,0,0,.4);
	border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.touch-state input {
	position: absolute;
	z-index: 0;
	opacity: 0;
	left: 45%;
	top: 20%
}

.touch-state input:checked+label {
	background: #47b92c;
	border-color: #47b92c
}

.touch-state input:checked+label:after {
	left: calc(100% - .41rem)
}

.swiper-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: -webkit-box;
	position: relative
}

.swiper-slide {
	flex-shrink: 0;
	position: relative
}

.mohu {
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}

.fixed-top {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 2;
	background: #fff
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff
}

.column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.column>* {
	column-count: 1;
	flex-grow: 1;
	flex-shrink: 0;
	text-align: center
}

a,body,button,dd,dl,dt,h1,h2,h3,h4,h5,i,img,input,li,p,select,span,strong,textarea,ul {
	margin: 0;
	padding: 0
}

b,h1,h2,h3,h4,h5,h6,strong {
	font-weight: 400
}

table {
	border-spacing: 0
}

body {
	font-family: "microsoft yahei",Arial;
	font-size: .26rem;
	line-height: 1;
	color: #333;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100%!important;
	text-size-adjust: 100%!important;
	-moz-text-size-adjust: 100%!important
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

li {
	list-style-type: none;
	float: left
}

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

img {
	border: none;
	vertical-align: middle
}

em,i,var {
	font-style: normal
}

button {
	font-family: "microsoft yahei",Arial;
	outline: 0;
	cursor: pointer;
	font-size: .26rem;
	border: none
}

iframe {
	border: none
}

input,select,textarea {
	outline: 0;
	font-family: "microsoft yahei",Arial;
	font-size: .26rem;
	border-radius: 0;
	border: none;
	background: 0 0
}

input:disabled {
	opacity: 1;
	color: #333
}

button,input[type=button],input[type=date],input[type=number],input[type=password],input[type=reset],input[type=submit],input[type=text],textarea {
	-webkit-appearance: none;
	border: none;
	background: 0 0
}

textarea {
	resize: none
}

.ico {
	display: inline-block;
	vertical-align: middle
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

.hide {
	display: none!important
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	background-color: #fafafa
}

body,html {
	width: 100%;
	height: 100%
}

.progress {
	width: 100%;
	height: 1.1rem;
	background-color: #fff;
	padding: 0 .32rem;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.progress .nums {
	line-height: 1.1rem;
	font-size: .28rem;
	color: #999
}

.progress .nums em {
	font-size: .4rem;
	color: #7372fe
}

.progress .time {
	width: auto;
	height: 1.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.progress .time img {
	width: .32rem
}

.progress .time span {
	font-size: .28rem;
	color: #999;
	padding-right: .1rem
}

.progress .prodCont {
	width: 4.46rem;
	height: .44rem;
	background-color: #7372fe;
	border-radius: .22rem;
	position: relative;
	overflow: hidden
}

.progress .prodCont:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - .06rem);
	height: calc(100% - .06rem);
	border: .03rem solid #7372fe;
	z-index: 9;
	border-radius: .2rem
}

.progress .prodCont i.curr {
	width: auto;
	height: .38rem;
	background-image: linear-gradient(90deg,#ffc100,#ffe4a2);
	border-radius: .19rem;
	display: inline-block;
	transition: all .3s linear;
	margin: .03rem
}

.problem-page {
	width: 100%
}

.problem-page .answers {
	width: 100%;
	height: 4.24rem;
	padding: 0 .32rem;
	position: relative;
	transition: .5s;
	float: left
}

.problem-page .answers.anim {
	animation: moveLeft .3s linear
}

.problem-page .title {
	width: 100%;
	height: 1rem;
	font-size: .32rem;
	color: #000;
	line-height: .4rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700
}

.problem-page .conts {
	width: 100%
}

.problem-page .conts .select {
	width: 100%
}

.problem-page .conts .select .item {
	width: 100%;
	height: .78rem;
	line-height: .78rem;
	font-size: .32rem;
	color: #000;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	margin-bottom: .3rem;
	border-radius: .1rem
}

.problem-page .conts .select .item.active {
	background-color: rgba(112,114,255,.2);
	color: #7072ff
}

.pagind {
	width: 100%;
	padding: 0 .32rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: .5rem;
	float: left
}

.pagind a {
	display: inline-block;
	width: 1.6rem;
	height: .76rem;
	border: 1px solid #7372fe;
	color: #7372fe;
	border-radius: .16rem;
	text-align: center;
	line-height: .74rem;
	font-size: .28rem
}

.report-page {
	width: 100%;
	padding: 0 1.12rem;
	padding-top: .3rem
}

.report-page .sex {
	width: 100%;
	line-height: 1rem;
	font-size: .32rem;
	color: #000;
	font-weight: 700
}

.report-page .sex .list {
	width: 100%
}

.report-page .sex .list ul {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.report-page .sex .list ul li {
	width: 2.48rem;
	height: 2.24rem;
	border-radius: .2rem;
	padding: 0 .16rem;
	position: relative;
	padding-top: .24rem;
	padding-top: .24rem
}

.report-page .sex .list ul li .ico {
	width: 100%;
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.report-page .sex .list ul li .ico img {
	height: .8rem
}

.report-page .sex .list ul li .txt {
	width: 100%;
	line-height: .66rem;
	font-size: .3rem;
	text-align: center;
	color: #989394
}

.report-page .sex .list ul li.li-man {
	background-image: linear-gradient(to bottom,#d8f2ff,#fff)
}

.report-page .sex .list ul li.li-woman {
	background-image: linear-gradient(to bottom,#ffd7e8,#fff)
}

.report-page .sex .list ul li.active.li-man:after,.report-page .sex .list ul li.active:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - .1rem);
	height: 100%;
	border-radius: .1rem;
	border: .05rem solid #31afe7;
	border-radius: .2rem
}

.report-page .sex .list ul li.active .txt,.report-page .sex .list ul li.active.li-man .txt {
	color: #38bff7
}

.report-page .sex .list ul li.active.li-woman:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - .1rem);
	height: 100%;
	border-radius: .1rem;
	border: .05rem solid #ff2f8d;
	border-radius: .2rem
}

.report-page .sex .list ul li.active.li-woman .txt {
	color: #ff2f8d
}

.report-page .age {
	width: 100%
}

.report-page .age .title {
	width: 100%;
	line-height: 1rem;
	font-size: .32rem;
	color: #000;
	font-weight: 700
}

.report-page .age .list {
	width: 100%
}

.report-page .age .list ul {
	width: 100%
}

.report-page .age .list ul li {
	width: 2.44rem;
	height: .84rem;
	border: .02rem solid #e9e9e9;
	text-align: center;
	line-height: .8rem;
	font-size: .3rem;
	color: #333;
	text-align: center;
	border-radius: .1rem;
	margin-bottom: .32rem
}

.report-page .age .list ul li:nth-child(2n) {
	float: right
}

.report-page .age .list ul li.active {
	border: .02rem solid #675de0;
	color: #675de0
}

.report-page .age .label {
	width: 100%;
	font-size: .26rem;
	line-height: .4rem;
	color: #333;
	text-align: justify;
	float: left;
	padding-top: .32rem
}

.report-page .age .label em {
	color: red;
	padding: 0 .04rem;
	display: inline-block
}

.report-page .button {
	width: 100%;
	text-align: center;
	padding-top: .94rem;
	float: left
}

.report-page .button button {
	width: 100%;
	height: .8rem;
	background-color: #7372fe;
	border-radius: .1rem;
	color: #fff;
	font-size: .3rem
}

.pay-page {
	width: 100%;
	padding: .32rem;
	float: left
}

.pay-page .title {
	width: 100%;
	height: .72rem;
	background-color: #eff1fe;
	border-radius: .2rem .2rem 0 0;
	padding: 0 .32rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .3rem
}

.pay-page .title em {
	color: #6b6bfd
}

.pay-page .content {
	width: 100%;
	padding: .2rem .32rem;
	float: left;
	background-color: #fff
}

.pay-page .content .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .3rem;
	height: .64rem
}

.pay-page .content .item span {
	color: #333
}

.pay-page .content .item em {
	color: #999
}

.pay-page .label {
	width: 100%;
	line-height: .94rem;
	font-size: .3rem;
	color: #333;
	text-align: center
}

.pay-page .button {
	width: 100%;
	padding: .34rem 0;
	float: left
}

.pay-page .button button {
	width: 100%;
	background-color: #28c84e;
	border-radius: .1rem;
	font-size: .32rem;
	color: #fff;
	height: .84rem;
	border: none
}

.pay-page .button button img {
	width: .3rem;
	margin: 0 .1rem;
	position: relative;
	top: -.02rem
}

.result {
	width: 100%;
	padding: .32rem;
	float: left
}

.result .title {
	width: 100%;
	line-height: .8rem;
	background-color: #726bf5;
	font-size: .3rem;
	color: #fff;
	text-align: center;
	border-radius: .2rem .2rem 0 0
}

.result .intrs {
	width: 100%;
	background-color: #fff;
	padding: 0 .3rem;
	float: left;
	border-radius: 0 0 .2rem .2rem
}

.result .intrs .contact {
	width: 100%;
	float: left;
	padding-bottom: .1rem;
	border-bottom: 1px solid #e1e2e5
}

.result .intrs .contact .qrcode {
	width: auto
}

.result .intrs .contact .qrcode .imgs {
	width: 100%;
	text-align: center;
	padding: .06rem 0
}

.result .intrs .contact .qrcode .imgs img {
	width: .84rem
}

.result .intrs .contact .qrcode .txts {
	width: 100%;
	text-align: center;
	line-height: .36rem;
	font-size: .26rem;
	color: #666b70
}

.result .intrs .contact .number {
	width: auto;
	line-height: .36rem;
	font-size: .26rem;
	color: #666b70;
	margin-top: .96rem
}

.result .intrs .data {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: .12rem 0;
	float: left
}

.result .intrs .data .box {
	font-size: .26rem;
	color: #333;
	line-height: .5rem
}

.result .intrs .data .box em {
	color: #63686d
}

.result .inform {
	width: 100%;
	position: relative;
	padding: .32rem 0;
	float: left
}

.result .inform .conts {
	width: 100%;
	background-color: #fff;
	padding: .36rem .24rem;
	float: left;
	border-radius: .2rem;
	padding-bottom: 0
}

.result .inform .conts .state {
	width: 100%
}

.result .inform .conts .state .score {
	width: 3.46rem;
	height: 3.16rem;
	background: url(../img/3686c9_316x318.png) center no-repeat;
	background-size: 3.16rem 3.18rem;
	font-size: .6rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.result .inform .conts .state .label {
	font-size: .54rem;
	color: #8a77f7;
	height: 3.16rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.result .inform .text {
	width: 100%;
	margin-top: .2rem;
	float: left
}

.result .inform .text .tits {
	width: 75%;
	line-height: .85rem;
	font-size: .35rem;
	padding-left: .26rem;
	/*position: relative;*/
	background-color: #726bf5;
	color: #fff;
	text-align: left;
	border-radius: .2rem .2rem 0 0;
}
/*
.result .inform .text .tits:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.19rem;
	width: .06rem;
	height: .38rem;
	background-color: #7f69f5
}*/
.result .inform .text .tits2 {
	width: 75%;
	line-height: .85rem;
	font-size: .35rem;
	padding-left: .26rem;
	position: relative;
	/*background-color: #726bf5;*/
	color: #000;
	text-align: left;
	border-radius: .2rem .2rem 0 0;
}
.result .inform .text .tits2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.19rem;
	width: .1rem;
	height: .38rem;
	background-color: #7f69f5;
	border-radius: 3px;
}
.result .inform .text .txts {
    width: 100%;
    /* border-bottom: 1px solid #e1e2e5; */
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: -5px;
}

.result .inform .text .txts p {
	line-height: .44rem;
	font-size: .26rem;
	color: #565d65;
	text-align: justify;
	margin: .08rem 0
}

.result .inform .text .txts p em {
	color: #8672f0
}

.result .inform .text .txts p b {
	color: #8672f0;
	font-weight: 700
}

.result .inform .text .labs {
	width: 100%;
	line-height: .7rem;
	font-size: .24rem;
	color: #999
}

@keyframes moveLeft {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}