﻿@font-face {
    font-family: 'CloudRuiSongCuGBK';
    src: url("../../fonts/RuiZiYunZiKuRuiSongCuTiGBK.TTF")
}
@font-face {
    font-family: 'ACGN-ZhuoSongGB';
    src: url("../../fonts/ErZiYuanChenZhuoSong-2.ttf")
}
@font-face {
    font-family: 'FZY4K';
    src: url("../../fonts/FZY4K.TTF")
}


.tac {
    text-align: center
}

.ishide {
    display: none
}

.fontsize0 {
    font-size: 0
}

.cleara {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.textshadow {
    font-family: 'CloudRuiSongCuGBK';
    color: #2F3888;
    font-size: 23px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.boxshadow {

}

.w84 {
    width: 84vw !important;
    box-sizing: border-box;
    margin: 0 auto
}

.bradius36 {
    border-radius: 36px
}

.bradius28 {
    border-radius: 28px
}

#poster-box {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 100vw;
    height: auto;
    background: url(../img/qixi/10017@2x.png) no-repeat;
    background: url(../img/qixi/datibj.png) no-repeat;
    background-size: 100% 100%
}

.index {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: url(../img/qixi/10017@2x.png) no-repeat;
    background: url(../img/qixi/datibj.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.index.home{
    background: url(../img/qixi/bj_pic@3x.png) no-repeat;
    background-size: 100% 100%;
}

.index.pic::after {
    position: absolute;
    width: 60px;
    height: 50px;
    box-sizing: border-box;
    content: '';
    background: url(../img/qixi/10012@3x.png) no-repeat center;
    background-size: 100%;
    top: 23vh;
    right: 0;
}


.index .topimg {
    width: 77vw;
    margin: 14px auto 0;
    display: block
}

.index .middleimg {
    position: relative;
    margin-top: -50px
}

.index .join-test {
    /* position: absolute; */
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    

}

.index .join-test.limit-height {
    position: absolute;
    height: 20%;
    flex-direction: column; 
    bottom: 0;
}
.gostart{
    font-family: CloudRuiSongCuGBK;
font-size: 18px;
color: #2F3888;
margin-bottom: 20px;
}

.index .join-test .text-btn {
    font-size: 0;
    display: inline-block;
    width: 244px;
    height: 63px;
    background: url("../img/qixi/jiantou_icon.png") no-repeat center;
    background-size: 25px auto;
    margin-bottom: 10px;
    animation: hovertreemove 1.5s infinite ease-in-out;
	-webkit-animation: hovertreemove 1.5s infinite ease-in-out;
}
@keyframes hovertreemove {
    0% {
		opacity: 0.1;
        transform: translate3d(0,8px,0);
	}
	50% {
		opacity: 1;
        transform: translate3d(0,-8px,0);
	}
	100% {
		opacity: 0.1;
        transform: translate3d(0,-16px,0);
	}
}
@-webkit-keyframes hovertreemove { 
	0% {
		opacity: 0.1;
		-webkit-transform: translate3d(0,8px,0);
	}
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0,-8px,0);
	}
	100% {
		opacity: 0.1;
		-webkit-transform: translate3d(0,-16px,0);
	}
}
.index .join-test .text-btn.home {
    background: url("../img/qixi/jinru@3x@3x.png") no-repeat ;
    background-size: 100% auto
}

.index .join-test .text-btn.again {
    background: url("../img/qixi/zaici@3x@3x.png") no-repeat;
    background-size: 100% auto
}

.index .join-test .text-btn.look {
    background: url("../img/qixi/chakanjieguo@3x@3x.png") no-repeat;
    background-size: 100% auto
}

.index .join-test.join-question {
    /* flex-direction: column; */
    flex-wrap: wrap;
    height: auto;
    /* margin-top: 45px */
    width: 84vw;
    margin: 0 auto;
    justify-content: space-between;
}

.index .join-test.join-question .item {
    position: relative;
    padding: 0px 0 20px;
    width: 40vw;
    font-family: 'CloudRuiSongCuGBK';
    color: #ffffff;
    /* text-shadow: #774a35 2px 0px 1px, #774a35 0px 2px 1px, #774a35 -2px 0px 1px, #774a35 0px -2px 1px;
    background: #FFDC1C;
    border: 4px solid #774A34;
    box-shadow: 0 5px 0 0 #F9A18D;
    border-radius: 36px; */
    box-sizing: border-box;
    /* margin-bottom: 30px; */
    line-height: 24px;
    counter-increment: my;
    /* padding-left: 80px */
}
.index .join-test.join-question .item img{
    border: 5px solid transparent;
    border-radius: 5px;
    }
.index .join-test.join-question .item.act img{
border: 5px solid #FF4F34;

}
/* .index .join-test.join-question .item:nth-of-type(n+1)::before {
    position: absolute;
    content: counter(my, upper-latin);
    left: 0;
    background: #F7A08C;
    border: 3px solid #714335;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 10px;
    margin-top: -25px
} */

#main1{
display: block
}
#main2,#main3,#main4,#main5,#main6{display:none}
.index.start {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    
}
.number{
    font-family: 'CloudRuiSongCuGBK';
font-size: 24px;
color: #FFFFFF;
    margin: 6vh auto 10px;
    padding: 35px 0;
    width: 80vw;
}

.index.start .question-readcon {
    position: relative;
    width: 84vw;
    border-radius: 28px;
    margin: 0vh auto 30px;
line-height: 30px;
height: 60px;
    padding: 0  35px
}

/* .index.start .question-readcon::before {
    width: 191px;
    height: 89px;
    position: absolute;
    content: '';
    top: -68px;
    left: 20px;
    background: url(../img/qixi/peitu_pic@3x.png) no-repeat;
    background-size: 100%
} */

.index.start .question-readcon p.tit {
    width: 100%;
    height: 60vh;
    background: url(../img/qixi/biaoti_pic@3x.png) no-repeat center 10vh;
    background-size: 100% ;
}

/* .index.start .question-readcon p.text {
    font-size: 18px;
    line-height: 30px
}

.index.start .question-readcon p.text2 {
    margin-top: 35px;
    font-size: 18px;
    line-height: 30px
} */

.index.result {
    overflow-y: auto
}

.index.result .question-result {
    padding: 10vh 0 20px;
    position: relative;
}

.index.result .question-result::after{    
    position: absolute;
    width: 60px;
    height: 50px;
    box-sizing: border-box;
    content: '';
    background: url(../img/qixi/10012@3x.png) no-repeat center;
    background-size: 100%;
    top: 204px;
    right: 0;
   
}
.index.result .question-result .res-img {
    display: block;
    width: 291px;
    margin: 0 auto 17px
}

.index.result .question-result .res-top {
    position: relative;
    padding: 21px 0 0px 70px;
    font-size: 18px;
    line-height: 30px
}

.index.result .question-result .res-top .tit {
    font-size: 26px;
    margin-bottom: 8px
}
.index.result .question-result .res-top .tit .age{
    font-size: 60px;
}
.brand{
    font-size: 32px;
display: none;
}
.brand_0{
    color: #3BA85B;
}
.brand_1{
    color: #C77B62;
}
.brand_3{
    color: #E8EDF5;
}
.brand_5{
    color: #FFE829;
}
.brand_7{
    color: #7896FF;
}
.brand_9{
    color: #FF4C4C;
}
.index.result .question-result .res-top .naicha-icon {
    position: absolute;
    width: 60px;
    top: 10px;
    left: 0;
}

.index.result .question-result .res-con {
    position: relative;
    padding: 31px 41px;
    font-size: 21px;
    text-align: justify;
   
    margin-top: 36px;
    font-family: 'ACGN-ZhuoSongGB';
    display: none;
}
.index.result .question-result .res-con-0{
    background:url(../img/qixi/jieguoye01@3x.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 28px;
}
.res-con-1{
    background:url(../img/qixi/jieguoye02@3x.png) no-repeat center;
    background-size: 100% 100% ;
    line-height: 28px;
}
.res-con-3{
    background:url(../img/qixi/jieguoye03@3x.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 34px;
}
.res-con-5{
    background:url(../img/qixi/jieguoye04@3x.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 32px;
}
.res-con-7{
    background:url(../img/qixi/jieguoye05@3x.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 30px;
}
.res-con-9{
    background:url(../img/qixi/jieguoye06@3x.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 30px;
}

.index.result .question-result .res-con::before {
    position: absolute;
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    content: '';
    background: url(../img/qixi/10022@3x.png) no-repeat center;
    background-size: 100%;
    bottom: 2vh;
    left: 0
}

.index.result .question-result .res-con::after {
    position: absolute;
    width: 50px;
    height: 80px;
    box-sizing: border-box;
    content: '';
    background: url(../img/qixi/10021@3x.png) no-repeat center;
    background-size: 100%;
    bottom: -30px;
    right: 0;
}

.index.result .question-result .share-con {
    display: flex;
    margin: 20px auto 0;
    justify-content: space-between;
    /* padding: 0 13px 0 15px; */
    align-items: center;
    font-family: 'FZY4K';
}

.index.result .question-result .share-con.hide {
    display: none
}

.index.result .question-result .share-con .text {
    font-family: 'FZY4K';
    font-size: 20px;
    color: #333;
    line-height: 30px
}

.index.result .question-result .share-con .text .high {
    color: #FA6400
}

.index.result .question-result .share-con .code {
    width: 80px;
    height: 80px
}
.jiantou02_icon{
    width: 20px;
}
.index.result .btn-boxs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px
}

.index.result .btn-boxs a {
    border-radius: 36px;
    padding: 13px;
    flex: 1;
    text-align: center;
    margin-right: 20px;
    /* background-image: linear-gradient(180deg, #FF8787 0%, #E14A4A 100%);
    box-shadow: 1px 5px 0px 0px rgba(218,70,70,1);
    border-radius: 23px;
    font-family: ACGN-ZhuoSongGB;
font-size: 26px;
color: #FFFFFF; */
}

.index.result .btn-boxs a:nth-last-child(1) {
    margin-right: 0
}

.index.result .rating-stars-box {
    display: flex;
    height: 14px;
    margin-top: 5px
}

.index.result .rating-stars-box .rating-star {
    width: 14px;
    height: 14px;
    background: url("../img/qixi/star02_icon@3x.png") no-repeat;
    background-size: 100%;
    margin-right: 6px
}

.index.result .rating-stars-box .rating-star.is--active {
    background: url("../img/qixi/star01_icon@3x.png") no-repeat;
    background-size: 100%
}

.index.result .poster {
    display: none
}

.loading {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading .loading-icon {
    display: inline-block;
    width: 80vw;
    top: 50%;
    position: absolute;
    left: 10vw;
    transform: translateY(-50%)
}

.pop-share {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.pop-share.hide {
    display: none
}

.pop-share .shareimg {
    margin-top: 10vh;
    width: 90vw;
    border-radius: 8px
}

.pop-share .sharetext {
    font-family: 'testpstsyfont';
    font-size: 16px;
    color: #ffffff;
    padding: 14px 0 24px
}

.pop-share .closeshare {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 1;
 background: rgba(0,0,0,0.50);
 color: #fff;
 font-size: 24px;
 border-radius: 22px;
 position: absolute;
    right: 5vw;
    top: 10vh;
    -webkit-transform: translate(18px,-18px);
    -moz-transform:translate(18px,-18px);
    transform: translate(18px,-18px);
}
.actfooter{
    font-family: 'PingFangSC-Regular';
font-size: 16px;
color: #DE94AC;
/* position:absolute; */
margin-top: 4vh;
margin-bottom: 4vh;
width: 100%;
text-align: center;
}

.w90{
    width: 90vw;
    margin: 0 auto;
    box-sizing: border-box;
}