* {
    box-sizing: border-box;
}

/* #body {
    position: relative;
    width: 100vw;
    height: 100vh;
    height: auto;
    background: url(../resources/img/big_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */

/* 答题开始前页面  stat*/
.pre_answer_page {
    /* margin: 13vw 5.56vw 0 5.56vw; */
    width: 100vw;
    /* height: 88.89vw; */
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    margin: 5vw auto 0;
    /* display: none; */
}

/* 标题部分  start*/
.starline {
    width: 50vw;
    height: auto;
    margin-bottom: 2.2vw;
    margin-left: 5vw;
}

.title {
    font-size: 8vw;
    font-family: DIN Alternate;
    font-weight: bolder;
    width: auto;
    line-height: 140%;
    letter-spacing: -0.025em;
    /* width: 90vw;
    margin: 0 auto; */
}

.title_container {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.flower {
    width: 8.33vw;
    height: 8.33vw;
    margin-top: 2.5vw;
    margin-left: 1.33vw;
}

/* 标题部分 end*/


.start {
    background: url(../resources/img/start.png);
    width: 47.22vw;
    height: 14vw;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: Unlock;
    font-size: 5.28vw;
    margin-bottom: 2.78vw;
}

/*介绍 start */
.forYou {
    font-family: DIN Alternate;
    font-size: 4.44vw;
    color: #000000;
    width: 90vw;
    font-weight: 600;
    margin: 4vw auto 2.78vw;
}

.introduce {
    color: #626262;
    font-size: 5vw;
    font-family: Blinker;
    line-height: 137%;
    letter-spacing: 0.04em;
    font-weight: 600;
    width: 90vw;
    margin: 0 auto 1.39vw;
}

/* 介绍 end */
/* 答题开始前页面  end */
/* 答题中界面 start */
.answering_page {
    /* margin: 13vw 5.56vw 0 5.56vw; */
    margin: 10vw 5.56vw 0 5.56vw;
    /* display: none; */
}

.stars {
    width: 5.56vw;
    height: 5.56vw;
    margin-top: 1vw;
    margin-left: 1vw;
}

.hello {
    font-size: 5.83vw;
}

.remarks,
.hello {
    font-family: Bakbak One;
    color: #2A2A2A;
    letter-spacing: 0.01em;
}

.remarks {
    font-size: 5vw;
    margin-bottom: 5.56vw;
}


.question_container {
    width: 100%;
    margin-bottom: 5.56vw;
    background-image: url(../resources/img/test_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 6.5vw 4.44vw;
    margin-top: 13vw;
    position: relative;
}

.page_label {
    width: 42.78vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0.28vw;
    top: -5.7vw;
    background-image: url(../resources/img/black.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.question_container:hover .page_label {
    /* background-image: url(../resources/img/purple.png); */
}

.question_order {
    position: absolute;
    width: 42.78vw;
    height: 5.68vw;
    left: 0;
    top: -5.7vw;
    color: #ffffff;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding-left: 4.17vw;
    font-size: 3.89vw;
    font-family: DIN;
    letter-spacing: 0.09em;
    font-weight: 600;
}

.question_title {
    font-family: Unlock;
    font-weight: normal;
    font-size: 5vw;
    color: #000000;
    line-height: 130.5%;
    margin-bottom: 5vw;
}

.option {
    width: 100%;
    height: 12.5vw;
    border-radius: 13.89vw;
    background: #FFF8D1;
    margin-bottom: 4.17vw;
    /* padding: 4.17vw 2.78vw; */
    padding: 0vw 2.78vw;
    position: relative;
    display: grid;
    grid-template-columns: 10% 80% 10%;
    justify-content: space-between;
    align-items: center;
}

.select_img {
    width: 4.44vw;
    height: 4.44vw;
    margin-left: 2.78vw;
    display: none;
}

.selected {
    background-color: #D1D7FF;
}

.selected .select_img {
    display: block;
}

.selected .option_number {
    color: #8897FE;
}

.selected .option_language>span:nth-child(2) {
    color: #8897FE;
}

.selected .option_language>span:nth-child(3) {
    color: #8897FE;
}

.option:last-child {
    margin-bottom: 0;
}

.option_number {
    margin-right: 2.78vw;
    font-family: DIN;
    color: #DC8E57;
    font-size: 4.44vw;
}

.option_language>span:nth-child(1) {
    color: #000000;
    font-size: 3.89vw;
    font-family: Bakbak One;
}

.option_language>span:nth-child(2) {
    color: #3D3D3D;
    font-size: 3.89vw;
    font-family: Bakbak One;
}

.option_language>span:nth-child(3) {
    color: #666666;
    font-size: 3.89vw;
    /* font-family: DIN Alternate; */
    font-family: DIN Alternate Light;
}


/* 答题中界面 end */
/* 答题结果页面 start */
.finish_answer_page {
    display: none;
    margin: 14vw 5.56vw 0;
}

.tips {
    color: #000000;
    font-family: Bakbak One;
    font-size: 5vw;
    margin-bottom: 5.56vw;
}

.finish_result {
    background-size: 100% 100%;
    width: 100%;
    background-repeat: no-repeat;
    /* padding: 3.75vw 4.17vw; */
    padding-bottom: 2vw;
}

.result_title {
    font-family: Big Shoulders;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    font-size: 11.11vw;
    width: 100%;
    text-align: center;
    font-weight: 900;
    line-height: 130.5%;
}

.result_img {
    width: 45vw;
    height: 45vw;
    transform: rotate(10deg);
    margin: 0 auto;
    display: block;
    margin-bottom: 2.78vw;
}

.result_detail span {
    font-family: Unlock;
    font-size: 5vw;
    font-weight: 500;
}

.result_detail div {
    font-family: DIN Alternate;
    font-size: 4.44vw;
    font-weight: 700;
    margin-bottom: 3.5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.result_detail div:last-child {
    margin-bottom: 6.67vw;
}

#result_desc {
    font-weight: lighter;
    font-family: DIN Alternate;
    /* 超出隐藏 保留两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500;
    line-height: 123%;
}

.emoji {
    width: 5.55vw;
    height: 5.55vw;
    margin-right: 1.39vw;
    margin-bottom: 0 !important;
}

/* 答题结果页面 end  */
