[v-cloak] {
    display: none;
}

body {
    background-image: url('../image/img_20220322/background.png');
}

#content {
    max-width: 820px;
    margin: 0 auto;
}

/* choujiang login */

#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    padding-left: 0;
}

#customBtn:hover {
    cursor: pointer;
}

span.label {
    font-family: serif;
    font-weight: normal;
}
 
span.icon {
    background: url('../image/google/google.png') transparent 5px 50% no-repeat;           
    display: inline-block;                                                                                    
    vertical-align: middle;                          
    width: 3.5em;                           
    height: 2.5em;     
    background-size: contain;    
}
 
span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;                       
    padding-right: 42px;                       
    font-size: 14px;                        
    font-weight: bold;                    
    font-family: 'Roboto', sans-serif;                                                          
}

.login_disable_overflow_y {
    height: 100vh;
    overflow: hidden;
}

#login_body_content {
    background-color: rgba(0, 0, 0, 0.4);;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

#login_block {
    font-weight: bold;
    text-align: center;
    padding: 1em;
    background-color: white;
    width: 70vw;
    border-radius: 20px;
}

.login_title_text {
    font-size: 5vw;
    line-height: 2em;
    display: flex;
    align-items: center;
}

.login_title_text span {
    font-weight: bold;
    width: 100%;
}

.login_way {
    font-size: 2vw;
    padding: 1em;
    position: relative;
    display: table;
}

.login_way button {
    font-size: 5vw;
    width: 70%;
    height: 2em;
    margin-bottom: 10px;
    border: 0;
    border-radius: 10px;
}

.google_login {
    font-weight: bold;
    background-color: #4285f4;
    color: white;
}

.facebook_login {
    background: #1877F2;
    border-radius: 5px !important; 
    color: white;
    position: relative;
}

.facebook_login_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    height: 3em;
    padding: 4%;
}

.facebook_login_icon img {
    width: 100%;
}

.facebook_login_text {
    position: absolute;
    left: 25%;
    top: 0%;
    width: 75%;
    height: 100%;
    color: white;
    line-height: 3em;
    font-weight: bold;
}

.line_login {
    font-weight: bold;
    background-color: #06C755;
    color: #FFFFFF;
    position: relative;
}

.ticket_login {
    font-weight: bold;
    background-color: rgba(204, 59, 118, 1);;
    color: white;
    position: relative;
}

.ticket_login_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
}

.ticket_login_icon i {
    font-size: 30px;
    line-height: 1.6em;
}

.ticket_login_text {
    position: absolute;
    left: 25%;
    top: 0%;
    width: 75%;
    height: 100%;
    line-height: 2.5em;
    font-size: 20px; 
}

#ticket_login_modal .modal-title, #ticket_hint_modal .modal-title {
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #cc3b76;
}

#ticket_login_modal .btn-close, #ticket_hint_modal .btn-close {
    position: absolute;
    top: 6%;
    right: 3%;
}

#ticket_login_modal .btn-secondary, #ticket_hint_modal .btn-secondary {
    font-size: 22px;
    font-weight: bold;
    width: 4em;
    height: 2.5em;
    border: 0;
    border-radius: 30px;
    color: rgba(204, 59, 118, 1);
    background-color: rgba(252, 235, 241, 1);
}

#ticket_login_modal .data_input {
    font-size: 18px;
    font-weight: bold;
}

#ticket_login_modal .modal-footer, #ticket_hint_modal .modal-footer {
    display: table;
    text-align: center;
}

#ticket_hint_modal .modal-body {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 4em;
}

.line_login:hover .line_hover_mask {
    z-index: 2;
}

.line_login_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    height: 3em;
    border-right: 1px rgba(0, 0, 0, .2) solid;
}

.line_login_icon img {
    width: 100%;
}

.line_login_text {
   position: absolute;
   left: 25%;
   top: 0%;
   width: 75%;
   height: 100%;
   color: #FFFFFF;
   line-height: 3em; 
}

.line_hover_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #000000;
    opacity: 10%;
    z-index: -1;
}

.google_login, .facebook_login, .line_login,.ticket_login {
    font-size: 4vw !important;
    width: 12em !important;
    height: 3em !important;
}

/* choujiang page */

#choujiang_full_page {
    width: 100%;
    padding-bottom: 4em;
    background-image: url('../image/img_20220322/background.png');
    background-size: cover;
    min-height: 100vh;
}

.choujiang_header {
    width: 100%;
    position: relative;
}

.choujiang_header_img {
    width: 100%;
}

.choujiang_title {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 59%;
    text-align: center;
}

.choujiang_subtitle {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 85%;
    text-align: center;
    color: white;
}

.choujiang_game {
    width: 100%;
    padding: 0 5vw;
    position: relative;
}

.choujiang_turntable{
    width: 70%;
    margin-top: -1%;margin-left: 15%;
}
.choujiang_jiugongge {
    width: 83%;
    margin-top: 0%;margin-left: 9%;
}

.choujiang_turntable_mask {
    position: absolute;
    top: 13%;
    left: 26%;
    background-color: transparent;
    width: 49%;
    height: 63%;
    border-radius: 100%;
    overflow: hidden;
}

.left_child {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: white;
    border-right: 2px #D1E8BC solid;
}

.right_child {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: white;
    border-left: 2px #D1E8BC solid;
}

.turntable_child {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 60%;
    height: 60%;
    background-color: white;
    transform: rotate(0deg) skewY(0deg);
    transform-origin: 100% 100%;
    border: 2px #D1E8BC solid;
}
.card_award_block{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card_award_img {
    position: relative;
    width: 117%;
    height: 52%;
}

.card_award_img img {
    margin-top: -7%;
    position: absolute;
    left: 25%;
    width: 54%;
    height: 100%;
}
.turntable_award_img {
    position: relative;
    width: 91%;
    height: 51%;
    margin: 6px 5%;
}
.turntable_award_block {
    position: absolute;
    top: 0%;
    left: 25%;
    width: 50%;
    height: 50%;
    transform-origin: 50% 100%;
    transform: rotate(-60deg);
}

.turntable_award_img {
    position: relative;
    width: 91%;
    height: 51%;
    margin: 6px 5%;
}

.turntable_award_img img {
    margin-top: 3%;
    position: absolute;
    left: 22%;
    width: 55%;
    height: 100%;
}
.slots_award_img {
    position: relative;
    width: 116%;
    height: 41%;
    left: 5%;
}

.slots_award_img img {
    margin-top: 3%;
    position: absolute;
    left: 22%;
    width: 55%;
    height: 100%;
}
.slots_ball_button{
    height: 82px;
    width: 12%;
    margin-left: 84%;
    margin-top: -31%;
    position: absolute;
    z-index: 999;
    border-color: transparent;
    background: transparent;
}
.slots_start_button{
    height: 82px;
    width: 38%;
    margin-left: 19%;
    margin-top: 45%;
    position: absolute;
    z-index: 999;
    border-color: transparent;
    background-color: transparent;
}
.turntable_award_text {
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #e33471;text-align: center;
}

.jiugongge_lattice {
    position: absolute;
    width: 20%;
    height: 20%;
    background-color: #0a58ca00;
    border-radius: 10px;
}


.jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
    top: 20%;
    padding-top: 8px;
  
}
.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
    top: 42%;
    padding-top: 8px;
  
}
.jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
    top: 64%;
    padding-top: 8px;
  
}
.jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
    left: 19.8%;
  
}

.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
    left: 41%;
  
}

.jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
    left: 62%;
}

.jiugongge_start {
    margin-top: -164%;
    margin-left: -146%;
    width: 382%;
}

.jiugongge_award_img {
    height: 55%;
}

.jiugongge_award_img img {
    height: 100%;
    display: block;
    margin: auto;
}

.jiugongge_award_text {
    height: 34%;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    font-family: Arial, sans-serif;color: #e33471;text-align: center;
}   

.choujiang_game_decorate {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
}

.choujiang_decorate {
    width: 100%;
    padding: 0 5vw;
}

.choujiang_content {
    width: 100%;
    padding: 0 15%;
}

.choujiang_content_operation {
    font-size: 16px;
    width: 100%;
    height: 4em;
    margin-top: 1em;
    background-color: #E0005B;
    border: 3px #FF7DAB solid;
    border-radius: 15px;
    box-shadow: -4px 5px 0px rgb(166 38 38 / 91%);
    display: flex;
    align-items: center;
}

.choujiang_remaining_times {
    width: 100%;
    padding: 0 5%;           
    color: white;
    font-weight: bold;                   
    font-size: 16px;
    text-align: center;
}

.choujiang_record_button {
    margin-left: 7%;
    line-height: 1.5em;
    background-color: rgba(204, 59, 118, 1);
    border: 1px white solid;
    border-radius: 20px;
    color: white;
}

.event_awards, .event_illustrate, .event_precautions {
    font-size: 16px;
    padding: 1em;
    width: 100%;
    margin-top: 1em;
    background-color: #E0005B;
    border: 3px #FF7DAB solid;
    border-radius: 15px;
    box-shadow: -4px 5px 0px rgb(166 38 38 / 91%);
}

.block_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.choujiang_turntable_pointer_block {
    position: absolute;
    top: 30%;
    left: 42.5%;
    width: 16vw;
    transform-origin: 50% 65%;
    transition: transform 3s cubic-bezier(.2,.93,.43,1);
}

.choujiang_turntable_pointer {
    width: 100%;
    height: 100%;
}

.content_copywriting {
    line-height: 1.5em;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0.5em;
    color: white;
    white-space: break-spaces;
}

.event_award_item {
    font-size: 19px;
    font-weight: bold;
    padding: 1em;
    margin-top: 1em;
    background-color: white;
    border-radius: 5px;
    display: flex;
    position: relative;
}

.award_img {
    width: 18%;
    height: 13vw;
}

.award_img img {
    width: 100%;
    height: 100%;
}

.award_data {
    width: 62%;
    padding-left: 2%;
    padding-right: 2%;
}

.award_order {
    height: 50%;
}

.award_name {
    height: 51%;
    color: rgba(224, 0, 91, 1);
}

.award_quantity {
    width: 22%;
    display: flex;
    align-items: center;
}

.quantity_tag {
    width: 100%;
    text-align: center;
    color: white;
    background-color: rgba(190, 4, 79, 1);
    border-radius: 20px;
}

#lottery_record .modal-dialog {
    width: 90%;
    margin-left: 5%;
}

#lottery_record .modal-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #E0005B;
    width: 100%;
}

#lottery_record .modal-body {
    max-height: 80vw;
    overflow: scroll;
}

#lottery_record .btn-close {
    position: absolute;
    top: 5%;
    right: 3%;
}

#lottery_record .record_table_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    position: relative;
    display: flex;
    color: white;
    background-color: #C65D7B;
    border-radius: 5px 5px 0px 0px;
}

#lottery_record .record_table_content {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    position: relative;
    display: flex;
    color: white;
    background-color: #C65D7B;
    border-left: 9px #F68989 solid;
    color: black;
    background-color: #F6E7D8;
    margin-top: 0.5em;
}

#lottery_record .record_table_title .draw_time, #lottery_record .record_table_title .award_name {
    color: white;
}

#lottery_record .record_table_content .draw_time, #lottery_record .record_table_content .award_name {
    color: black;
}

#lottery_record .record_table_title .draw_time, #lottery_record .record_table_content .draw_time {
    width: 70%;
}

#lottery_record .record_table_title .award_name, #lottery_record .record_table_content .award_name {
    width: 30%;
}

#lottery_record .modal-footer {
    text-align: center;
    display: table;
}

#lottery_record .modal-footer .btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    width: 5em;
    height: 2em;
    border: 0;
    color: white;
    background-color: #C65D7B;
    background-image: none;
    border-radius: 30px;
}

.no_record_hint {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: gray;
    text-align: center;
}

#system_modal .modal-content, #play_again .modal-content, #official_recommendation .modal-content {
    border-radius: 15px;
}

#system_modal .modal-title, #play_again .modal-title, #official_recommendation .modal-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: rgba(204, 59, 118, 1);
    margin-top: 0.5em;
}

#system_modal .btn-close, #play_again .btn-close, #official_recommendation .btn-close {
    position: absolute;
    top: 5%;
    right: 3%;
}

#system_modal .modal-body, #play_again .modal-body, #official_recommendation .modal-body {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 2em 1em;
    color: rgba(67, 67, 67, 1);
}

#system_modal .modal-footer, #play_again .modal-footer, #official_recommendation .modal-footer {
    display: table;
    text-align: center;
}

#system_modal .btn, #play_again .btn, #official_recommendation .btn {
    font-size: 20px;
    font-weight: bold;
    background-color: rgba(204, 59, 118, 1);
    border: 0;
    width: 5em;
    border-radius: 30px;
}


#official_recommendation .modal-body {
    line-height: 2em;
}

#system_modal .play_again_block {
    width: 100%;
    margin-top: 2em;
    display: inline-block;
    text-align: center;
}

#system_modal .play_again_block button {
    font-size: 24px;
    font-weight: bold;
    color: rgba(204, 59, 118, 1);
    width: 21em;
    max-width: 100%;
    height: 2em;
    border: 0;
    border-radius: 20px;
    background-color: rgba(252, 235, 241, 1);
}

.ticket_input {
    font-size: 18px !important;
    font-weight: bold;
}

#user_data_form .modal-header .btn-close {
    right: 5%;
}

#user_data_form .modal-header .modal-title {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: rgba(204, 59, 118, 1);
    margin-top: 0.5em;
}

#user_data_form .modal-footer {
    display: table;
    text-align: center;
}

#user_data_form .modal-footer .send_out_button {
    font-size: 18px;
    font-weight: bold;
    width: 5em;
    background-color: rgba(204, 59, 118, 1);
    color: white;
    border: 0;
    border-radius: 30px;
}

#user_data_form .modal-footer .reset_button {
    font-size: 18px;
    font-weight: bold;
    width: 5em;
    background-color: gray;
    color: white;
    border: 0;
    border-radius: 30px;
}

#user_data_form .data_input_block {
    font-size: 20px;
    color: gray;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

#user_data_form .data_input {
    font-size: 15px;
}

.error_data_text {
    padding: 0 5px;
    font-size: 15px;
    color: red;
}

.error_data_input {
    border: 3px red solid;
}
 /* choujiang card */
 .game-container{
    height: 100%;
    width: 100%;
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    font-family: Arial, Helvetica;
}
.card-container{
    
    width: 200px;
    height: 300px;
    position: relative;
    margin: 10px;
    perspective:1000px;
}
.cover, .back{
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    
    transition: transform .25s ease-in-out;
    display: flex;
    flex-direction: column;
    border-radius: .4rem;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.18);
    align-items: center;
    justify-content: center;
}
.cover{
    background-color: #E0005B;
    border: 3px #FF7DAB solid;
    transform: rotate(0deg);
}
.coverchose{
    transform: rotateY(180deg);
}

.back{
    background-color: #E0005B;
    border: 3px #FF7DAB solid;
    font-size: 2rem;
    color: #ffffff;
    transform: rotateY(-180deg);
}
.backchose{
    transform: rotateY(0deg);
}
.card_name{
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_img img{
    width: 4rem;
    height: 4rem;
}
/*slot*/

.slots-div{
    position: absolute;
    top: 19%;
  
}
#slots{
    right: 5%;
    top: 1%;
    width: 90%;
    position: absolute;
  
}

.slots_ball{
    right: 5%;
    top: 2%;
    width: 90%;
    position: absolute;
    z-index: 999;
    transition: .5s;
}
.slots_stick{
    right: 5%;
    top: -5%;
    height: 78%;
    width: 90%;
    transition: .45s;
    position: absolute;

}

.slots_ball.active{   
    top: 26%;
}
.slots_stick.active{
    top: 50%;
    height: 0%;
}
#slots_start{
    position: absolute;
    top: 65%;
    width: 80%;

}
.slots-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    left: 10%;
    -ms-flex-pack: center;
    overflow: hidden;
    height: 180px;
    width: 700px;
}

.gift-container .gift {

display: -ms-flexbox;

display: flex;

-ms-flex-align: center;

-ms-flex-pack: center;

justify-content: space-evenly;

height: 180px;

font-family: Arial, sans-serif;

color: #e33471;

width: 150px;

font-size: 27px;

background-color: #fff0;

flex-direction: column;

align-items: center;

}
#app{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;


}
.gift-style {
    font-family: Lobster,cursive;
    color: #09384e;
    border-right: none;
    border-left: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #f5f2e2;
}

.gift-container {
    
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;

    transform-style: preserve-3d;
    flex-direction: column;

}
.gift-container.flat {
    margin-right: 3%;
    
    transform: translateY(var(--currentDeg));

}
.gift-container.flat.autoTurn {
    animation-duration:3s;
    animation-timing-function: ease-in-out; 

    animation-delay: var(--delay);
    animation-name: random;
}
@keyframes random{
    from{
        
        transform: translateY(0);
    }
    to{
        

        transform: translateY(var(--targetDeg));

    }
}

@media screen and (min-width: 280px) {
    .choujiang_jiugongge {
        width: 82%;
        margin-left: 9.5%;
         margin-top: 0%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 19%;
        border-radius: 6px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 20.8%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 43%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 64.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 20.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.7%;
      
    }
    .jiugongge_start {
        margin-top: -168%;
        margin-left: -149%;
        width: 386%;
    }
    .choujiang_remaining_times {
        font-size: 14px;
    }
    .choujiang_subtitle {
        font-size: 15px;
        top: 85%;
    }
    .turntable_award_img {
        height: 35%;
    }
    .jingongge_award_img {
        height: 35%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        height: 73%;
       
    }
    .choujiang_game {
        font-size: 32px;
       
    }
    .choujiang_remaining_times {
        font-size: 14px;
    }
    .card-container{
        width: 80px;
        height: 120px;
      
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{  
        font-size:10px;
    }
    .card_award_img {
        position: relative;
        width: 101%;
        height: 39%;
    }
}
@media screen and (min-width: 360px) {  
    .choujiang_subtitle {
        font-size: 15px;
        top: 85%;
    }
    .turntable_award_img {
        height: 36%;
    }
    .slots_award_img {
        height: 52%;
        width: 138%;
        left: 1%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        height: 73%;
       
    }
    .choujiang_jiugongge {
        width: 82%;
        margin-left: 9.5%;
         margin-top: 0%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 19%;
        border-radius: 9px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 21.8%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 44%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 66.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 20.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.7%;
      
    }
    .jiugongge_start {
        margin-top: -165%;
        margin-left: -149%;
        width: 386%;
    }
    .choujiang_remaining_times {
        font-size: 14px;
    }
    .card-container{
        width: 94px;
        height: 138px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{  
        font-size:10px;
    }
    .card_award_img {
        position: relative;
        width: 142%;
        height: 52%;
    }
}
@media screen and (min-width: 375px) {  
    .choujiang_subtitle {
        font-size: 15px;
        top: 85%;
    }
    .turntable_award_img {
        height: 36%;
    }
    .slots_award_img {
        height: 46%;
        width: 112%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        height: 73%;
       
    }
    .choujiang_jiugongge {
        width: 82%;
        margin-left: 9.5%;
         margin-top: 0%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 19%;
        border-radius: 9px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 20.8%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 42.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 64.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 20.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.7%;
      
    }
    .jiugongge_start {
        margin-top: -165%;
        margin-left: -149%;
        width: 386%;
    }
    .choujiang_remaining_times {
        font-size: 14px;
    }
    .card-container{
        width: 94px;
        height: 138px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 16px;
    }
    .card_award_img {
        position: relative;
        width: 106%;
        height: 42%;
    }
}
@media screen and (min-width: 390px) {  
    .choujiang_subtitle {
        font-size: 15px;
        top: 85%;
    }
    .turntable_award_img {
        height: 36%;
    }
    .slots_award_img {
        height: 50%;
        width: 126%;
        left: 4%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        height: 73%;
       
    }
    .choujiang_jiugongge {
        width: 82%;
        margin-left: 9.5%;
         margin-top: -1%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 19%;
        border-radius: 9px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 20.8%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 43.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 66.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 20.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.7%;
      
    }
    .jiugongge_start {
        margin-top: -165%;
        margin-left: -149%;
        width: 386%;
    }
    .choujiang_remaining_times {
        font-size: 14px;
    }
    .card-container{
        width: 94px;
        height: 138px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 15px;
    }
    .card_award_img {
        position: relative;
        width: 111%;
        height: 43%;
    }
}
@media screen and (min-width: 414px) {  
    .choujiang_subtitle {
        font-size: 15px;
        top: 85%;
    }
    .turntable_award_img {
        height: 36%;
    }
    .slots_award_img {
        height: 53%;
        width: 116%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        height: 73%;
       
    }
    .choujiang_jiugongge {
        width: 82%;
        margin-left: 9.5%;
         margin-top: -1%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 19%;
        border-radius: 9px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 20.8%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 43.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 66.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 20.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.7%;
      
    }
    .jiugongge_start {
        margin-top: -165%;
        margin-left: -149%;
        width: 386%;
    }
    .choujiang_remaining_times {
        font-size: 14px;
    }
    .card-container{
        width: 25%;
        height: 145px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 16px;
    }
    .card_award_img {
        position: relative;
        width: 101%;
        height: 43%;
    }
}
@media screen and (min-width: 426px) {  
    .choujiang_subtitle {
        font-size: 24px;
        top: 85%;
    }
    .turntable_award_img {
        height: 42%;
    }
    .slots_award_img {
        height: 42%;
    }
    .j_award_img {
        height: 42%;
    }
    .choujiang_turntable_mask {
        width: 49%;
        height: 73%;
    }
    
    .choujiang_remaining_times {
        font-size: 14px;
    }
    .card-container{
        width: 190px;
        height: 236px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{  
        font-size:10px;
    }
    .card_award_img {
        position: relative;
        width: 142%;
        height: 52%;
    }
}
@media screen and (min-width: 540px) {  
    .choujiang_subtitle {
        font-size: 15px;
        top: 85%;
    }
    .turntable_award_img {
        height: 36%;
    }
    .slots_award_img {
        height: 32%;
    }
    .choujiang_turntable_mask {
        width: 49%;
        height: 73%;
    }
    .choujiang_jiugongge {
        width: 82%;
        margin-left: 9.5%;
         margin-top: -1%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 19%;
        border-radius: 9px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 20.8%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 43.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 66.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 20.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.7%;
      
    }
    .jiugongge_start {
        margin-top: -165%;
        margin-left: -149%;
        width: 386%;
    }
    .choujiang_remaining_times {
        font-size: 19px;
    }
    .card-container{
        width: 26%;
        height: 186px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 22px;
    }
    .card_award_img {
        position: relative;
        width: 118%;
        height: 50%;
    }
}

@media screen and (min-width: 740px) {  
    .jiugongge_award_text {
        height: 34%;
        font-size: 23px;
    }
    
    .choujiang_subtitle {
        font-size: 19px;
        top: 85%;
    }
    .award_order {
        font-size: 30px;
        line-height: 3em;
    }
    .award_name {
        font-size: 30px;
        line-height: 1em;
    }
    .quantity_tag {
        font-size: 30px;
        height: 1.5em;
        line-height: 1.5em;
    }
    .choujiang_title {
        font-size: 27px;
        font-weight: bold;
        width: 100%;
        position: absolute;
        top: 62%;
        text-align: center;
    }
    .turntable_award_img {
        height: 52%;
    }
    .slots_award_img {
        height: 52%;
    }
    .choujiang_turntable_mask {
       
        width: 51%;
        height: 72%;
       
    left: 25%;}
    
    .choujiang_jiugongge {
        width: 85%;
        margin-left: 7.5%;
         margin-top: 0%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 19.8%;
        border-radius: 20px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 20%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 40.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 62.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 18.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 40.5%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.5%;
      
    }
    .jiugongge_start {
        margin-top: -161%;
        margin-left: -151%;
        width: 391%;
    }
    .card-container{
        width: 94px;
        height: 138px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 16px;
    }
    .card_award_img {
        position: relative;
        width: 101%;
        height: 43%;
    }
    
}
@media screen and (min-width: 768px) {  
    .choujiang_remaining_times {
        font-size: 18px;
    }
    .jiugongge_award_text {
        height: 34%;
        font-size: 23px;
    }
    
    .choujiang_subtitle {
        font-size: 19px;
        top: 85%;
    }
    .award_order {
        font-size: 25px;
        line-height: 3em;
    }
    .award_name {
        font-size: 27px;
        line-height: 1em;
    }
    .quantity_tag {
        font-size: 30px;
        height: 1.5em;
        line-height: 1.5em;
    }
    .choujiang_title {
        font-size: 27px;
        font-weight: bold;
        width: 100%;
        position: absolute;
        top: 62%;
        text-align: center;
    }
    .turntable_award_img {
        height: 52%;
    }
    .slots_award_img {
        height: 39%;
        width: 88%;
        left: 3%;
    }
    .choujiang_turntable_mask {
       
        width: 51%;
        height: 72%;
       
    left: 25%;}
    
    .choujiang_jiugongge {
        width: 82%;
        margin-left: 9.5%;
         margin-top: 0%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 18.8%;
        border-radius: 20px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 20%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 40.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 62.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 20.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41.3%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 62%;
      
    }
    .jiugongge_start {
        margin-top: -161%;
        margin-left: -151%;
        width: 391%;
    }
    .card-container{
        width: 26%;
        height: 249px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 28px;
    }
    .card_award_img {
        position: relative;
        width: 116%;
        height: 51%;
    }
}
@media screen and (min-width: 820px) {
    
    .choujiang_remaining_times {
        font-size: 30px;
    }
    .turntable_award_img {
        height: 42%;
    }
    .slots_award_img {
        height: 42%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        height: 73%;
       
    left: 26.3%;}
   
    #slots_start {
        top: 65%;
        left: 10%;
    }
    .card-container{
        width: 200px;
        height: 250px;
    }
    .choujiang_title {
        font-size: 27px;
        top: 63%;
    }
    .choujiang_subtitle {
        font-size: 32px;
        top: 85%;
    }
    .choujiang_game {
        font-size: 32px;
        height: 17em;
    }
    .choujiang_turntable {
        position: absolute;
        top: 0%;
        left: 5%;
        width: 60%;
    }
    .choujiang_decorate {
        padding: 0 1em;
    }

    .choujiang_turntable_pointer_block {
        width: 4em;
        left: 43%;
    }

    .turntable_award_text {
        font-size: 16px;
    }

    #login_block {
        max-width: 300px;
        max-height: 400px;
    }

    .login_title_text {
        font-size: 30px;
    }

    .login_way {
        width: 100%;
        margin: 0;
        padding: 0.5em;
    }

    .google_login, .facebook_login, .line_login,.ticket_login {
        font-size: 16px !important;
    }

    .turntable_award_img {
        height: 50%;
    }
    .slots_award_img {
        height: 50%;
        width: 100%;
    }
    .turntable_award_text {
        height: 1em;
        line-height: 1.2em;
    }

    .choujiang_jiugongge {
        width: 82%;
        margin-left: 9.5%;
         margin-top: 0%;
    }
    .jiugongge_lattice{
        height: 21%;
        width: 18.8%;
        border-radius: 20px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 21%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 43.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 66.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 20.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41.3%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 62%;
      
    }
    .jiugongge_start {
        margin-top: -161%;
        margin-left: -151%;
        width: 391%;
    }
    .choujiang_content_operation {
        padding: 1em;
        font-size: 22px;
    }
    .choujiang_remaining_times {
        font-size: 24px;
    }
    .block_title {
        font-size: 24px;
        line-height: 2em;
    }
    .award_img {
        width: 10vw;
    }
    .award_order {
        font-size: 30px;
        line-height: 3em;
    }
    .award_name {
        font-size: 30px;
        line-height: 1em;
    }
    .quantity_tag {
        font-size: 30px;
        height: 1.5em;
        line-height: 1.5em;
    }
    .content_copywriting {
        font-size: 17px;
        line-height: 1.5em;
        font-weight: bold;
        padding: 0 1.5em;
    }
    #lottery_record .modal-dialog {
        margin-left: auto;
    }

    #lottery_record .modal-title {
        font-size: 28px;
    }

    #lottery_record .btn-close {
        top: 2%;
    }

    #lottery_record .modal-body {
        max-height: 40em;
        overflow-x: hidden;
    }

    #lottery_record .draw_time, #lottery_record .award_name {
        font-size: 22px;
        line-height: 2em;
    }

    #lottery_record .modal-footer .btn {
        font-size: 22px;
    }
    .card-container{
        width: 27%;
        height: 295px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 31px;
    }
    .card_award_img {
        position: relative;
        width: 109%;
        height: 49%;
    }
}
@media screen and (min-width: 1024px) {  
    .choujiang_subtitle {
        font-size: 22px;
        top: 85%;
    }
    .turntable_award_img {
        height: 42%;
    }
    .slots_award_img {
        height: 42%;
        left: 3%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        height: 73%;
       
    left: 26.2%;}
    
    .choujiang_jiugongge {
        width: 82%;
        margin-left: 9.5%;
         margin-top: 0%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 18.3%;
        border-radius: 20px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 21%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 42.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 64.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 21.5%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41.3%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.5%;
      
    }
    .jiugongge_start {
        margin-top: -161%;
        margin-left: -151%;
        width: 391%;
    }
    .card-container{
        width: 27%;
        height: 289px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 28px;
    }
    .card_award_img {
        position: relative;
        width: 107%;
        height: 45%;
    }
}
@media screen and (min-width: 1180px) {
    
    .turntable_award_img {
        height: 42%;
    }
    .slots_award_img {
        height: 42%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        height: 73%;
       
    }
    .choujiang_game {
        font-size: 32px;
        height: 17em;
    }
   
    .choujiang_jiugongge {
        width: 83%;
        margin-left: 9%;
         margin-top: -1%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 18.5%;
        border-radius: 20px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 19.3%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 40.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 63.3%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 21.5%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.5%;
      
    }
    .jiugongge_start {
        margin-top: -160%;
        margin-left: -151%;
        width: 391%;
    }
    .card-container{
        width: 27%;
        height: 287px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 31px;
    }
    .card_award_img {
        position: relative;
        width: 92%;
        height: 44%;
    }
}
@media screen and (min-width: 1368px) {
    .award_img {
        width: 18%;
        height: 9vw;
    }
    .turntable_award_img {
        height: 42%;
    }
    .slots_award_img {
        height: 42%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        left: 26.3%;height: 73%;
       
    }
   
    .choujiang_jiugongge {
        width: 87%;
        margin-left: 7%;
         margin-top: -2%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 18.5%;
        border-radius: 20px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 19%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 41%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 63%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 21%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41.5%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61.5%;
      
    }
    .jiugongge_start {
        margin-top: -160%;
        margin-left: -151%;
        width: 391%;
    }
    .card-container{
        width: 94px;
        height: 138px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 16px;
    }
    .card_award_img {
        position: relative;
        width: 101%;
        height: 43%;
    }
   
}
@media screen and (min-width: 1440px) {
    .content_copywriting {
        font-size: 19px;
        line-height: 1.5em;
        font-weight: bold;
        padding: 0 1.5em;
    }
    .award_img {
        width: 18%;
        height: auto;
        //height: 9vw;
    }
    .turntable_award_img {
        height: 42%;
    }
    .slots_award_img {
        height: 42%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        left: 26.3%;height: 73%;
       
    }
   
    .choujiang_jiugongge {
        width: 86%;
        margin-left: 7.5%;
         margin-top: -1%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 18.5%;
        border-radius: 20px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 19%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 41%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 62%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 21.5%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41.5%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61%;
    }
    .jiugongge_start {
        margin-top: -164%;
        margin-left: -151%;
        width: 391%;
    }
    .card-container{
        width: 26%;
        height: 287px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 28px;
    }
    .card_award_img {
        position: relative;
        width: 101%;
        height: 43%;
    }
   
}
@media screen and (min-width: 1920px) {
    .jiugongge_award_text {
        height: 34%;
        font-size: 23px;
    }
    .award_img {
        width: 18%;
        height: 5vw;
    }
    
    .turntable_award_img {
        height: 42%;
    }
    .slots_award_img {
        height: 42%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        left: 26.3%;height: 73%;
       
    }
   
    .choujiang_jiugongge {
        width: 93%;
        margin-left: 4%;
         margin-top: -1%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 18.5%;
        border-radius: 20px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 19%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 41%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 63%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 21.5%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 41.5%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61%;
      
    }
    .jiugongge_start {
        margin-top: -160%;
        margin-left: -151%;
        width: 391%;
    }
    .card-container{
        width: 27%;
        height: 280px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 33px;
    }
    .card_award_img {
        position: relative;
        width: 105%;
        height: 48%;
    }
   
}
@media screen and (min-width: 2560px) {
    .choujiang_subtitle {
        font-size: 25px;
        top: 85%;
    }
    .content_copywriting {
        font-size: 20px;
        line-height: 1.5em;
        font-weight: bold;
        padding: 0 1.5em;
    }
    .choujiang_title {
        font-size: 31px;
        top: 63%;
    }
    
    .award_img {
        width: 18%;
        height: 5vw;
    }
    .slots-container {
        left: 5%;
    }
    .slots_ball_button {
        height: 81px;
        width: 11%;
        margin-left: 80%;
        margin-top: -31%;
    }
    .slots_start_button {
        height: 82px;
        width: 38%;
        margin-left: 15%;
        margin-top: 45%;
    }
    .turntable_award_img {
        height: 42%;
    }
    .slots_award_img {
        height: 42%;
    }
    .choujiang_turntable_mask {
       
        width: 49%;
        height: 73%;
       
    left: 26%;}
    .choujiang_game {
        font-size: 32px;
        height: 17em;
    }
   
    .choujiang_jiugongge {
        width: 100%;
        margin-left: 1.5%;
         margin-top: 0%;
    }
    .jiugongge_lattice{
        height: 20%;
        width: 17.8%;
        border-radius: 20px;
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(8) {
        top: 19.8%;
      
    }
    .jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(9) {
        top: 40.9%;
      
    }
    .jiugongge_lattice:nth-child(4),.jiugongge_lattice:nth-child(7),.jiugongge_lattice:nth-child(10) {
        top: 61.7%;
      
    }
    .jiugongge_lattice:nth-child(2),.jiugongge_lattice:nth-child(3),.jiugongge_lattice:nth-child(4) {
        left: 22.8%;
      
    }
    
    .jiugongge_lattice:nth-child(5),.jiugongge_lattice:nth-child(6),.jiugongge_lattice:nth-child(7) {
        left: 42%;
      
    }
    .jiugongge_lattice:nth-child(8),.jiugongge_lattice:nth-child(9),.jiugongge_lattice:nth-child(10) {
        left: 61%;
      
    }
    .jiugongge_start {
        margin-top: -161%;
        margin-left: -151%;
        width: 391%;
    }
    .card-container{
        width: 26%;
        height: 267px;
    }
    .card_award_block{
        width: 100%;
        height: 100%;       
    }
    .back{
        font-size: 29px;
    }
    .card_award_img {
        position: relative;
        width: 108%;
        height: 50%;
    }
   
}
@media screen and (max-width: 1440px){
    .slots-container {
        left: 13%;
    }
    .slots_ball_button {
        height: 82px;
        width: 12%;
        margin-left: 88%;
        margin-top: -31%;
    }
    .slots_start_button {
        height: 82px;
        width: 38%;
        margin-left: 22%;
        margin-top: 45%;
    }
}

@media screen and (max-width: 1180px){
    .slots-container {
        left: 15%;
    }
    .gift-container.flat {
        margin-right: 3%; 
    }
    .slots_ball_button {
        height: 82px;
        width: 12%;
        margin-left: 84%;
        margin-top: -31%;
        
    }
    .slots_start_button {
        height: 82px;
        width: 37%;
        margin-left: 24%;
        margin-top: 45%;
    }
    
}
@media screen and (max-width: 1024px){
    .slots-container {
        left: 16%;
    }
    .gift-container.flat {
        margin-right: 3%; 
    }
    .slots_ball_button {
        height: 82px;
        width: 12%;
        margin-left: 91%;
        margin-top: -31%;
    }
    .slots_start_button {
        height: 82px;
        width: 37%;
        margin-left: 25%;
        margin-top: 45%;
    }
    
}
@media screen and (max-width: 844px){
    .slots-container {
        left: 17%;
    }
    .slots_ball_button {
        height: 82px;
        width: 12%;
        margin-left: 84%;
        margin-top: -31%;
        
    }
    .slots_start_button {
        height: 82px;
        width: 39%;
        margin-left: 19%;
        margin-top: 45%;
        position: absolute;
        z-index: 999;
        background-color: transparent;
    }
  
    
}
@media screen and (max-width: 820px){
   
    .slots-container {
        left: 19%;
        width: 641px;
    }
    .gift-container.flat {
        margin-right: 3.5%; 
    }
    .slots_ball_button {
        height: 82px;
        width: 12%;
        margin-left: 101%;
        margin-top: -34%;
    }
    .slots_start_button {
        height: 82px;
        width: 37%;
        margin-left: 26%;
        margin-top: 45%;
    }
    
}
@media screen and (max-width: 768px){
    #slots_start {
        top: 65%;
        left: 10%;
    }
    .slots-div{
        top: 17%;
    }
    .slots_ball_button {
        height: 78px;
        width: 12%;
        margin-left: 98%;
        margin-top: -34%;
    }
    .slots_start_button {
        height: 75px;
        width: 37%;
        margin-left: 26%;
        margin-top: 48%;
    }
    .gift-container.flat {
        margin-right: 2%; 
    }
    .choujiang_game {
        font-size: 32px;
        height: 17em;
    }
    .slots-container {
        left: 17.5%;
        width: 617px;
    }
}
@media screen and (max-width: 720px){
    #slots_start {
        top: 65%;
        left: 10%;
    }
    .slots-div{
        top: 17%;
    }
    .slots_ball_button {
        height: 82px;
        width: 12%;
        margin-left: 84%;
        margin-top: -31%;
        
    }
    .slots_start_button {
        height: 82px;
        width: 39%;
        margin-left: 19%;
        margin-top: 45%;
        position: absolute;
        z-index: 999;
        background-color: transparent;
    }
    .gift-container.flat {
        margin-right: 0.5%; 
    }
    .choujiang_game {
        font-size: 32px;
        height: 15em;
    }
    .slots-container {
        left: 16%;
        width: 577px;
    }
}
@media screen and (max-width: 653px){
    .gift-container .gift {
        height: 176px;
        width: 63px;
        font-size: 46px;
        background-color: #fff0;
    }
    #slots_start {
        top: 65%;
        left: 10%;
    }
    .slots-div{
        top: 15%;
    }
    .slots_ball_button {
        height: 82px;
        width: 12%;
        margin-left: 84%;
        margin-top: -31%;
        
    }
    .slots_start_button {
        height: 82px;
        width: 39%;
        margin-left: 19%;
        margin-top: 45%;
        position: absolute;
        z-index: 999;
        background-color: transparent;
    }
    .gift-container.flat {
        margin-right: 12%; 
    }
    .choujiang_game {
        font-size: 32px;
        height: 14em;
    }
    .slots-container {
        left: 20.5%;
        width: 617px;
    }
}
@media screen and (max-width: 540px){
    .gift-container .gift {
        height: 176px;
        width: 96px;
        font-size: 19px;
        background-color: #fff0;
    }
    #slots_start {
        top: 65%;
        left: 10%;
    }
    .slots_ball_button {
        height: 56px;
        width: 12%;
        margin-left: 105%;
        margin-top: -43%;
    }
    .slots_start_button {
        height: 54px;
        width: 37%;
        margin-left: 26%;
        margin-top: 44%;
    }
    .slots-div{
        top: 11%;
    }
    .gift-container.flat {
        margin-right: 4.5%;
    }
    .choujiang_game {
        font-size: 32px;
        height: 11em;
    }
    .slots-container {
        left: 19.5%;
        width: 408px;
    }
}
@media screen and (max-width: 425px){
    .event_award_item {
        font-size: 15px;
      
    }
    .choujiang_game {
        font-size: 32px;
        height: 9em;
    }
    .slots_stick {
        height: 76%;
    }
    #slots_start {
        top: 67%;
        left: 10%;
    }
    .slots-div{
        top: 21%;
    }
    .slots-container {
        height: 80px;
        width: 300px;
        left: 22%;
    }
    .slots_ball_button {
        height: 49px;
        width: 15%;
        margin-left: 111%;
        margin-top: -36%;
    }
    .slots_start_button {
        height: 44px;
        width: 38%;
        margin-left: 26%;
        margin-top: 47%;
    }
    .gift-container.flat {
        margin-right: 7%;
    }
    .gift-container .gift {
        height: 80px;
        width: 70px;
        font-size: 14px;
        background-color: #fff0;
    }
}
@media screen and (max-width: 414px){
    .choujiang_game {
        font-size: 32px;
        height: 8.5em;
    }
    .slots_stick {
        height: 76%;
    }
    #slots_start {
        top: 67%;
        left: 10%;
    }
    .slots-div{
        top: 21%;
    }
    .slots-container {
        height: 80px;
        width: 259px;
        left: 26%;
    }
    .slots_ball_button {
        height: 42px;
        width: 15%;
        margin-left: 126%;
        margin-top: -40%;
    }
    .slots_start_button {
        height: 50px;
        width: 37%;
        margin-left: 26%;
        margin-top: 45%;
    }
    .gift-container.flat {
        margin-right: 10.5%;
    }
    .gift-container .gift {
        height: 80px;
        width: 61px;
        font-size: 10px;
        background-color: #fff0;
    }
}
@media screen and (max-width: 393px){
    .choujiang_game {
        font-size: 32px;
        height: 8em;
    }
    .slots_stick {
        height: 76%;
    }
    #slots_start {
        top: 67%;
        left: 10%;
    }
    .slots-div{
        top: 21%;
    }
    .slots-container {
        height: 80px;
        width: 259px;
        left: 23%;
    }
    .slots_ball_button {
        height: 43px;
        width: 15%;
        margin-left: 119%;
        margin-top: -40%;
    }
    .slots_start_button {
        height: 46px;
        width: 38%;
        margin-left: 26%;
        margin-top: 45%;
    }
    .gift-container.flat {
        margin-right: 5.5%;
    }
    .gift-container .gift {
        height: 80px;
        width: 68px;
        font-size: 13px;
        background-color: #fff0;
    }
}
@media screen and (max-width: 375px){
    .event_award_item {
        font-size: 15px;
      
    }
    .choujiang_game {
        font-size: 32px;
        height: 8em;
    }
    .slots_stick {
        height: 76%;
    }
    #slots_start {
        top: 67%;
        left: 10%;
    }
    .slots-div{
        top: 20%;
    }
    .slots-container {
        height: 80px;
        width: 259px;
        left: 20%;
    }
    .slots_ball_button {
        height: 44px;
        width: 16%;
        margin-left: 113%;
        margin-top: -40%;
    }
    .slots_start_button {
        height: 38px;
        width: 37%;
        margin-left: 26%;
        margin-top: 47%;
    }
    .gift-container.flat {
        margin-right: 0.5%;
    }
    .gift-container .gift {
        height: 80px;
        width: 77px;
        font-size: 13px;
        background-color: #fff0;
    }
}
@media screen and (max-width: 360px){
    .choujiang_game {
        font-size: 32px;
        height: 7.5em;
    }
    .slots_stick {
        height: 76%;
    }
    #slots_start {
        top: 67%;
        left: 10%;
    }
    .slots-div{
        top: 19%;
    }
    .slots-container {
        height: 80px;
        width: 259px;
        left: 23%;
       
    }
    .slots_ball_button {
        height: 36px;
        width: 13%;
        margin-left: 110%;
        margin-top: -37%;
    }
    .slots_start_button {
        height: 36px;
        width: 37%;
        margin-left: 26%;
        margin-top: 47%;
    }
    .gift-container.flat {
        margin-right: 10.5%; 
    }
    .gift-container .gift {
        height: 80px;
        width: 50px;
        font-size: 12px;
        background-color: #fff0;
    }
}

@media screen and (max-width: 320px){
    .choujiang_game {
        font-size: 32px;
        height: 7em;
    }
    .slots_stick {
        height: 76%;
    }
    #slots_start {
        top: 67%;
        left: 10%;
    }
    .slots-div{
        top: 16%;
    }
    .slots-container {
        height: 80px;
        width: 212px;
        left: 22%;
    }
    .slots_ball_button {
        height: 29px;
        width: 13%;
        margin-left: 104%;
        margin-top: -40%;
    }
    .slots_start_button {
        height: 36px;
        width: 38%;
        margin-left: 26%;
        margin-top: 48%;
    }
    .gift-container.flat {
        margin-right: 3.2%;
    }
    .gift-container .gift {
        height: 80px;
        width: 60px;
        font-size: 10px;
        background-color: #fff0;
    }
}
@media screen and (max-width: 280px){
    .choujiang_title {
        font-size: 1px;
        top:56%;
       
    }
    .award_quantity {
        width: 35%;
     
    }
    .choujiang_game {
        font-size: 32px;
        height: 6em;
    }
    .slots_stick {
        height: 76%;
    }
    #slots_start {
        top: 67%;
        left: 10%;
    }
    .slots-div{
        top: 14%;
    }
    .slots-container {
        height: 80px;
        width: 212px;
        left: 17%;
    }
    
    .gift-container.flat {
        margin-right: -0.5%;
    }
    .gift-container .gift {
        height: 80px;
        width: 60px;
        font-size: 7px;
        background-color: #fff0;
    }
}

.logout_btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    font-weight: bold;
    color: #666;
    line-height: 2em;
    border: 0;
    background-color: transparent;
}

.logout_btn i {
    font-size: 28px;
}

#log_operation {
    position: absolute;
    right: 0.5%;
    width: 13em;
    height: 6em;
}

#log_operation .dropdown-toggle {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: rgba(139, 139, 139, 1);
    border: 0;
    box-shadow: none;
}

#log_operation .dropdown-menu {
    width: 9em;
    padding: 0;
}

#log_operation .user_data_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

#log_operation .user_pickure {
    width: 45%;
    display: flex;
    align-items: center;
}

#log_operation .user_pickure img {
    width: 75%;
    height: 75%;
    display: block;
    margin: auto;
    border-radius: 100%;
}

#log_operation .user_name {
    width: 35%;
    font-size: 18px;
    font-weight: bold;
    line-height: 4.5em;
    overflow: hidden;
}

#log_operation :after {
    position: absolute;
    right: 8%;
}

#log_operation .dropdown-item {
    line-height: 3em;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}

#log_operation .dropdown-item:hover {
    color: white !important;
    background-color: rgba(204, 59, 118, 1) !important;
    background-image: none;
}

#search_detail_content {
    min-width: 100vw;
    min-height: 100vh;
    background-color: gainsboro;
    padding-left: 10em;
    padding-right: 10em;
}

.search_detail_title {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    height: 3em;
    line-height: 3em;
    text-align: center;
}

.post_block {
    font-size: 22px;
    font-weight: bold;
    background-color: #3F4E4F;
    height: 4em;
    line-height: 4em;
    padding-left: 2em;
    padding-right: 2em;
    color: white;
    border-radius: 20px;
    margin-bottom: 2em;
}

.post_title {
    color: #DCD7C9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.post_status {
    text-align: center;
}
