#find_1,
#find_2,
#find_3,
#find_4,
#find_5 {
    cursor: default;

}

.answer_1>img {
    opacity: 0;
    transition: opacity 1s;
    visibility: hidden;
    position: absolute;
    width: 268px;
    height: auto;
    margin-top: -157px;
    margin-left: -337px;
}

.answer_2>img {
    opacity: 0;
    transition: opacity 1s;
    visibility: hidden;
    position: absolute;
    width: 133px;
    height: auto;
    margin-top: -204px;
    margin-left: -65px;
}

.answer_3>img {
    opacity: 0;
    transition: opacity 1s;
    visibility: hidden;
    position: absolute;
    width: 336px;
    height:auto;
    margin-top: -136px;
    margin-left: 92px;
    z-index: 300;
}

/* .answer_4>img {
    opacity: 0;
    transition: opacity 1s;
    visibility: hidden;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-top: -100px;
    margin-left: 28px;
}

.answer_5>img {
    opacity: 0;
    transition: opacity 1s;
    visibility: hidden;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-top: -100px;
    margin-left: 247px;
} */

.cover {

    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 1500;
    visibility: hidden;
}

.coverinBox {
    position: fixed;
    justify-content: center;
    align-items: center;
    border: 10px solid #36ebff;
    width: 355px;
    height: 355px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
}

.coverinBox>a {
    width: 100%;
    height: 100%;
    display: block;
}

.correctTex {
    color: #2c7eea;
    width: 100%;
    height: 110px;
    font-size: 3.4375rem;
    text-align: center;
    line-height: 110px;
}

.correctTex2 {
    width: 100%;
    height: 47px;
    display: flex;
    justify-content: center;
}

.correctTex2>.txtbox {
    background-color: #ef787a;
    width: 252px;
    height: 48px;
    padding: 0 30px;
    border-radius: 24px;
}

.correctTex2>.txtbox>p {
    width: 100%;
    height: 100%;
    line-height: 48px;
    font-size: 2.3125rem;
    text-align: center;
    color: #fff;
    font-family: 'Univers';
}

.correct {
    background-image: url(../img/quizResult1.gif);
    background-position: center top -30px;
    background-size: 271px;
    height: 178px;
    width: 100%;
    background-repeat: no-repeat;

}

.formInput {
    margin-left: 141px;
}

.correctbut {
    visibility: hidden;
}

.formInputimg {
    padding-right: 22px;
    margin-left: 65px;
}
.hint{

}
.hint>a {
    position: absolute;
    margin-top: -196px;
    margin-left: 160px;
    background-image: url(../img/quizHint2.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 172px;
    height: 146px;
    cursor: pointer;
}
.open{
    visibility: hidden;
position: absolute;    
margin-left: 87px;
margin-top: 70px;
z-index: 1;
}