html,body{
	font-size: calc( 100vw/ 19.2 );
	color: #333;
	font-family: 'Microsoft YaHei','华文细黑','平方';
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #eee ;
	user-select:none;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.index-wrap{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #eee url(../images/personality/bg.png) center center no-repeat;
	background-size: cover;
}
.index-wrap .title{
	text-align: center;
	margin-top: 2.3rem;
	margin-bottom: 1rem;
	color: #03832e;
	font-size: 0.48rem;
}
.index-wrap .stroy{
	width: 15.36rem;
	margin: 0 auto;
	font-size: 0.22rem;
	white-space: pre-wrap;
	line-height: 0.34rem;
}
.index-wrap p{
	color: #03832e;
	font-size: 0.22rem;
	width: 15.36rem;
	margin: .0 auto 0;
	text-indent: 0.44rem;
}
.index-wrap .start-btn{
	width: 1.7rem;
	height: 0.84rem;
	position: absolute;
	bottom: 1.3rem;
	left: 8.77rem;
	cursor: pointer;
}
.apple1-wrap,
.leaf-wrap{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: none;
}
.apple1-wrap .desc,
.leaf-wrap .desc{
	position: absolute;
	bottom: 5.21rem;
	right: 0.5rem;
	width: 3.7rem;
}
#advantage,
#shortcoming{
	width: 19.2rem !important;
	height: 10.8rem !important;
	position: absolute;
	bottom: -0.9rem;
}
#basket,
#leaf-basket{
	width: 1.9rem;
	height: 2.05rem;
	position: absolute;
	left: 0.9rem;
	position: absolute;
	bottom: 0.24rem;
	z-index: 1;
}

.apple1-wrap .reset-btn,
.leaf-wrap .reset-btn{
	width: 2rem;
	height: 0.8rem;
	position: absolute;
	bottom: 0.42rem;
	left: 12.83rem;
}

.apple1-wrap .done-btn,
.leaf-wrap .done-btn{
	width: 2rem;
	height: 0.8rem;
	position: absolute;
	bottom: 0.42rem;
	left: 15.5rem;
}
#advantage image,
#shortcoming image{
	transition: all .5s ease;
	transform-origin: center;
}

.result{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.result .advantage,
.result .shortcoming{
	width: 4.68rem;
	height: 2.8rem;
	position: absolute;
	margin-top: 1.25rem;
	left: 4.21rem;
	background: #fff;
	border-radius: 0.2rem;
	box-shadow: 5px 5px 35px 5px rgba(174,129,16,.19);
	font-size: 0.2rem;
}

.result .shortcoming{
	left: 10.33rem;
}

.result .advantage .title,
.result .shortcoming .title{
	color: #03832e;
	font-size: 0.22rem;
	font-weight: bold;
	margin: 0.24rem 0 0.3rem 0.75rem;
}
.result li{
	width: 1.8rem;
	height: 0.4rem;
	margin-left: 0.75rem;
	display: inline-block;
}
.result li:nth-child(2n){
	margin-left: 0;
}
.result .text{
	font-size: 0.22rem;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 4.43rem;
}
.result .bg{
	background: #03832e;
	display: inline-block;
	height: 0.3rem;
	line-height: 0.3rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 0.3rem 0 0.3rem;
	margin: 0 0.25rem 0 0.25rem;
	border-radius: 0.15rem;
}
.result .info{
	color: #de5d25;
}

.peopleA{
	width: 1.41rem;
	height: 2.92rem;
	position: absolute;
	left: 5.75rem;
	top: 5.5rem;
	cursor: pointer;
}
.peopleB{
	width: 1.19rem;
	height: 2.92rem;
	position: absolute;
	left: 12.9rem;
	top: 5.5rem;
	cursor: pointer;
}
.peopleC{
	width: 1.64rem;
	height: 2.86rem;
	position: absolute;
	left: 9.2rem;
	top: 5.5rem;
	cursor: pointer;
}

.detail{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.detail .title{
	font-size: 0.48rem;
	color:#03832e;
	margin: 1.4rem 0 0.6rem 4.6rem;
	font-weight: bold;
}
.detail .desc{
	width: 10rem;
	margin-left: 4.6rem;
	font-size: 0.24rem;
	line-height: 0.4rem;
}
.detail > img{
	position: absolute;
	top: 5.05rem;
	left: 8.5rem;
	width: 1.35rem;
}

.detail .msg{
	width: 10rem;
	background: #89c997;
	border-radius: 0.1rem;
	padding: 0.16rem 0.45rem 0.16rem 0.16rem;
	clear: both;
	overflow: hidden;
	position: absolute;
	left: 4.6rem;
	top: 8.15rem;
}
.detail .msg img{
	width: 0.56rem;
	position: absolute;
	top: 50%;
	margin-top: -0.28rem;
}
.detail .msg .content{
	width: 9.2rem;
	float: right;
	font-size: 0.2rem;
	color: #fff;
	line-height: 0.4rem;
}

.back-btn{
	position: absolute;
    left: 8.5rem;
    top: 7.55rem;
    font-size: 0.22rem;
    cursor: pointer;
    background: #03832e;
    padding: 0.1rem;
    color: #fff;
    border-radius: 0.1rem;
}
