#app
{
    overflow: hidden;
    min-height: 100vh;
    min-width: 100vw;
}
.loadpre {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 30vh;
    font-weight: bold;
}
.scenes
{
    width: 100vw;
    height: 100vh;
}
.scenes_home .title
{
    width: 85vw;
    position: absolute;
    left: 7.5vw;
    top: 4vh;
}

.scenes_home .bt_area img {
    flex-shrink: 0;
    width: 100%
}
.ruleBt
{
    position: absolute;width: 15vw;
    right: 5vw;
    top: 3vw;
}
.rule_area{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rule_area img
{
    max-width: 80vw;
    max-height: 90vh;
}
.rule_area  .closeBt
{
    position: absolute;
    bottom: 5vw;
    left: 45vw;
}
.game_content
{
    width: 90vw;
    height: 120vw;
    width: 90vw;
    left: 5vw;
    position: absolute;
    top: 25%;

}
.game_container
{
    width: 80vw;
    position: relative;
    min-height: 80vw;
    line-height: 180%;
    color: #333333;
    font-weight: bold;
    margin: auto;
    padding: 15vw 0 25vw 0;
}
.question_title
{
    font-size:14.5px ;
    font-weight: bold;
    padding: 2.5vw;
    border-radius: 2vw;
}
.question_item
{
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}
.question_item img
{
    width: 6vw;
    height: 6vw;
    margin-right: 3vw;
    margin-top: 1vw;
}
img.nextBt
{
    width: 35vw;
    position: absolute;
    margin-top: 5vw;
    margin-left: 39.5vw;
}
.tipInfo
{
    /*display: none;*/
    position: absolute;
    margin-top: 20px;
    margin-left: 17.5vw;
    margin-top: 7vw;
    display: none;
}

.tipInfo2
{
    /*display: none;*/
    position: absolute;
    margin-top: 20px;
    margin-left: 5.5vw;
    margin-top: 7vw;
}
.tipright
{
    color: #019d52;
    position: absolute;

}
.tiperror
{
    color: #fc5513;
    position: absolute;
}
img.answerBt
{
    width: 35vw;
    position: absolute;
    margin-top: 5vw;
    margin-left: 37.5vw;
}
.avatar {
    width: 12vw;
    top: 18.8vw;
    left: calc(50% - 6vw);
    border-radius: 9vw;
    position: absolute;
}

.nickname2 {
    font-size: 12px;
    position: absolute;
    left: 8vw;
    top: 65vw;
}
.nickname {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 34vw;
    text-align: center;
}

.section-content {
    width: 70vw;
    position: absolute;
    left: 15vw;
    top: 25vw;
    height: 100vw;
    color: #333333;
    border-radius: 3vw;
}



.redpackge {
    width: 30vw;
    height: 20vw;
    position: absolute;
    bottom: 16%;
    left: calc(50% - 15vw);
    text-align: center;
}
.redpackgeBt
{
    max-width: 90%;
    max-height: 90%;
}
.btnArea
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 8vw;
    position: absolute;
    left: 0;
    width: 100%;
    justify-content: center;
}
.btnArea img {
    width: 25vw;
    margin: 3vw;
}


.result-info {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    top: 0;
    height: 100%;
    display: flex;
}


.lottery {
    position: absolute;
    width: 50vw;
    bottom: -18vw;
    left: 15vw;
}

.lottery img
{
    width: 100%;
}
.myrewardBt
{
    width: 8vw;
    display: flex;
    height: 8vw;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: 4vw;
    top: 88vh;
    position: fixed;
    background: bisque;
    border: 5px solid #3a8ee6;
    font-size: 15px;
    font-weight: bold;
    padding: 4vw;
    color: #ff5538;
    text-align: center;
}
.answer_result {
    width: 40vw;
    position: absolute;
    color: #ff5538;
    top:43%;
    left: calc(50% - 20vw);
    font-size: 4.5vw;
    font-weight: bold;
}


.question_item
{
    padding: 0.5vw 2.5vw;
    margin-top: 2vw;
    background: #f5f7fa;
    width: 90%;
}

.resultImg
{
    width: 100%;
    left: 0%;
    top: -6vw;
    position: absolute;
    height: 100%;
}
.myd-content {
    width: 80vw;
    background: #ffffff;
    padding: 3vw;
    top: 20vh;
    position: absolute;
    left: 7vw;
    border-radius: 2vw;
    line-height: 180%;
    font-size: 14px;
}
.myd-title
{
    color: red;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}
.myd-desc
{
    color: red;
    margin-top: 20px;
    font-weight: bold;
}
.myd-content textarea
{
    padding: 10px;
    width: 80%;
    height: 20vw;
}
.myd-content .sumbitBt
{
    width: 40vw;
    height: 8vw;
    background: #187e39;
    text-align: center;
    margin: auto;
    margin-top: 3vw;
    border-radius: 5vw;
    display: block;
    color: #ffffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 8vw;
}

.scenes_home .hand
{
    width: 8vw;
    position: absolute;
    right: 0;
    top: 15px;
}

.scenes_result .logo,.scenes_content .logo,.scenes_home .logo,.scenes_myd .logo
{
    width: 25vw;
    position: absolute;
    left: 5vw;
    top: 5vw;
}

.scenes_home .desc {
    width: 70vw;
    position: absolute;
    left: 15vw;
    top: 35vh;
}

.scenes_home .pb
{
    width: 100vw;
    position: absolute;
    left: 0vw;
    top: 46vh;
}
.questionTip
{
    position: absolute;
    top: 3%;
    left: calc(50% - 10vw);
    color: #ffffff;
    font-weight: bold;
    width: 20vw;
    text-align: center;
}
.questionTip span
{
    font-size: 18px;
    margin: 5px 0;
    color: #0E4BD0;
}

