.result-eight {
    background: url("../images/result_eight_bg.png") no-repeat;
    background-size: cover;
    width: 6.87rem;
    height: 4.79rem;
    margin: -1.2rem auto 0;
    overflow: hidden;
}
.result-eight p {
    font-size: 12px;
    color: #402421;
    line-height: 0.36rem;
    text-indent: 2em;
    width: 5.15rem;
    margin: 1.05rem auto 0;
}
.eight-chart {
    background: url("../images/eight_chart_bg.png") no-repeat;
    background-size: cover;
    width: 6.87rem;
    height: 4.79rem;
    margin: 0 auto 0;
    padding: 1.1rem 0 0 1.2rem;
    box-sizing: border-box;
}
.eight-chart .eight-chart-item {
    color: #402421;
    font-size: 12px;
    margin-bottom: 0.08rem;
}
.eight-chart .eight-chart-item div {
    width: 1.25rem;
    float: left;
}
.result-item {
    color: #402421;
    font-size: 14px;
    position: relative;
    margin-top: 0.4rem;
}
.result-item p {
    text-indent: 2em;
}
.result-title {
    width: 4.22rem;
    height: 1.21rem;
    display: block;
    margin: 0 auto;
}
.outer-box {
    background:rgba(254,250,232,1);
    border: 0.06rem solid rgba(173,110,82,1);
    box-shadow:0 0 0.1rem 0 rgba(123, 55, 83, 0.35);
    padding: 0.3rem;
    margin: -0.35rem 0.4rem 0;
}
.inner-box {
    border: 0.06rem solid #E6CFAD;
    padding: 0.2rem;
}
.result-title-01 {
    background: url("../images/result_icon_01.png");
    background-size: cover;
}
.result-title-02 {
    background: url("../images/result_icon_02.png");
    background-size: cover;
}
.result-title-03 {
    background: url("../images/result_icon_03.png");
    background-size: cover;
}
.result-title-04 {
    background: url("../images/result_icon_04.png");
    background-size: cover;
}
.result-title-05 {
    background: url("../images/result_icon_05.png");
    background-size: cover;
}
.result-title-06 {
    background: url("../images/result_icon_06.png");
    background-size: cover;
}

.feedback-title {
    background: url("../images/feedback_title_bg.png") no-repeat;
    background-size: cover;
    width: 6.19rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 14px;
    color: #7C510E;
    margin: 0 0 0.2rem -0.36rem ;
    text-shadow: 0 0 10px #fff;
}
.star-container {
    display: flex;
    justify-content: center;
}
.star-wrap {
    display: flex;
}
.star-wrap img {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin: 0 0.05rem;
}
.pj-text-01 {
    color: #EF9B17;
    font-size: 14px;
    text-align: center;
    margin-top: 0.18rem;
    margin-bottom: 0.31rem;
    text-indent: 0!important;
}
.score-item-warp {
    display: flex;
    justify-content: center;
    margin-bottom: 0.18rem;
}
.score-item {
    display: flex;
    font-size: 14px;
    color: #7E520F;
    line-height: 0.45rem;
}
.score-item p {
    text-indent: 0;
}
.score-item .precision {
    margin-right: 0.2rem;
}
.pj-text-02 {
    width: 1.4rem;
    text-align: right;
    color: #FF9B00;
}
.pj-text-03 {
    width: 1.4rem;
    text-align: right;
    color: #FF9B00;
}
.pj-content {
    outline: none;
    background-color: #E6CFAD;
    width: 5.11rem;
    height: 1.84rem;
    display: block;
    border-color: transparent;
    resize: none;
    margin: 0.39rem auto;
    color: #7D6032;
    font-size: 14px;
    padding: 0.2rem;
    box-sizing: border-box;
}
.pj-content::-webkit-input-placeholder {
    color: #7C510E;
    font-size: 14px;
}
.pj-btn {
    width: 5.27rem;
    height: 0.9rem;
    display: block;
    margin: 0 auto;
}
.result-title-img {
    width: 6.19rem;
    height: 0.6rem;
    margin: 0.2rem 0 0.1rem -0.36rem;
}
.show{
	width: 70%;
	height: 2rem;
	line-height: 2rem;
	background: #E6CFAD;
	font-size: 22px;
	text-align: center;
	border-radius: 18px;
	margin: 0.7rem auto;
}
.center{
    text-align: center;
}
.pay-or-nopay-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    font-size: 14px;
}
.pay-or-nopay{
    border-radius: 10px;
    background: #fff;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pay-or-nopay div{
    border-bottom: 1px solid #aaa;
    padding: 15px 0;
}
.pay-or-nopay div:last-child{
    border: 0;
}
