@charset "UTF-8";

.head_menu_mobile {
    display: none;
}
.menu_mobile, .menu_options {
    display: none;
}
.user_avatar {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 62px;
    height: 62px;
    /*圓形遮罩*/
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}
.user_avatar_menu {
    width: 30px;
    height: 30px;
}
.user_avatar_border {
    border: 2px solid white;
    border-radius: 50% 50%;
}
.login_after_part {
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    background: #d24663;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_after_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right_avatar {
    display: block;
    width: 130px !important;
    height: 130px !important;
    margin-bottom: 8px;
}
.user_nickname {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: white;
    margin-bottom: 8px;
}
.user_nickname:hover {
    text-decoration: none;
    color: white;
}
.ticket_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 10px;
    width: 100%;
    border-top: solid 0.5px white;
    border-bottom: solid 0.5px white;
    margin-bottom: 25px;
}
.icon_ticket {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 45px;
    height: 25px;
}
.point_text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    color: white;
}
.point_unit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    color: white;
    opacity: 0.8;
}
.go_to_deposit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #d24663;
    background-color: #ffffff;
}
.go_to_deposit:hover {
    text-decoration: none;
    color: #d24663;
    filter: brightness(110%);
}
.go_to_logout {
    display: none;
}
.ad_block_mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ad_block_mobile a {
    display: block;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
    top: 0;
}
.modal_close_btn {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 20px;
    z-index: 999;
}
#modalMessage {
    padding-right: 0px !important;
}
#modalMessage .modal-content {
    min-width: 812px;
    max-height: 714px;
    overflow-y: auto;
}
#modalMessage .modal-content::-webkit-scrollbar {
  width: 18px;
}
/* Track */
#modalMessage .modal-content::-webkit-scrollbar-track {
  background-color: rgba(244, 246, 245);
  border-radius: 0 5px 5px 0;
}
/* Handle */
#modalMessage .modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: solid 1px rgba(182, 184, 186, 0.5);
  background-color: #d8d6d6;
}
#modalMessage .register_font_box {
    margin: 0;
}
#modalMessage .register_font_box p {
    margin: 0;
}

@media screen and (max-width: 769px) {
    .head_menu {
        display: none;
    }
    .head_menu_mobile {
        display: block;
        padding: 22px 0;
    }
    .top-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .top_logo {
        margin-left: 5px;
    }
    .top_logo img {
        width: 160px;
    }
    .top_mene_bar {
        width: auto;
    }
    .menu_mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    .close_place {
        display: flex;
        justify-content: flex-end;
    }
    .menu_mogile_close {
        background: white;
        width: 40px;
        height: 40px;
        text-align: center;
        margin: 20px 13px 0 0;
        /*圓形遮罩*/
        -webkit-clip-path: circle(50% at 50% 50%);
        clip-path: circle(50% at 50% 50%);
    }
    .menu_mogile_close i {
        color: #d24663;
        font-size: 24px;
        line-height: 40px;
    }
    .menu_options {
        position: fixed;
        right: 0;
        top: 0;
        background: #d24663;
        width: 234px;
        height: 100%;
        z-index: 1000;
        overflow: auto
    }
    .mobile_menu_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .login_before_part {
        width: 100%;
        height: auto;
    }
    .user_login_btn_m {
        margin-top: 28px;
        background-color: #9893DA;
    }
    .user_registar_btn_m {
        margin-top: 16px;
        background-color: #FDB813;
    }
    .register_btn_m {
        display: flex;
        justify-content: center;
        padding-bottom: 32px;
        width: 100%;
        border-bottom: solid 0.5px #d8d6d6;
    }
    .user_right_btns {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 158px;
        height: 43px;
        box-sizing: border-box;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.33;
        color: #ffffff;
    }
    .nav_bar_mobile {
        width: 100%;
    }
    .nav_bar_mobile .card {
        width: 100%;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid 0.5px #d8d6d6;
        background: transparent;
    }
    .nav_bar_mobile .card .card-header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 0;
    }
    .nav_bar_mobile .card .card-header button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.31;
        color: white;
        width: 100%;
    }
    .nav_bar_mobile .card .card-header button span {
        margin-right: 8px;
    }
    .nav_bar_mobile .card .card-header a {
        border: none;
        background: transparent;
        padding: 0;
        color: white;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.31;
        width: 100%;
    }
    .nav_bar_mobile .card .card-header a:active,
    .nav_bar_mobile .card .card-header a:hover,
    .nav_bar_mobile .card .card-header button:active,
    .nav_bar_mobile .card .card-header button:hover,
    .nav_bar_mobile .card .card-header button i:active,
    .nav_bar_mobile .card .card-header button i:hover,
    .nav_bar_mobile .card .collapse a:active,
    .nav_bar_mobile .card .collapse a:hover {
        text-decoration: none;
    }
    .nav_bar_mobile .card .collapse .dropdown-item,
    .nav_bar_mobile .card .collapsing .dropdown-item {
        display: flex;
        justify-content: center;
        color: white;
        background-color: rgb(216, 214, 214, 0.3);
        border-bottom: solid 0.5px #d8d6d6;
    }
    .nav_bar_mobile .card .collapse .dropdown-item:last-child,
    .nav_bar_mobile .card .collapsing .dropdown-item:last-child {
        border-bottom: none;
    }
    .nav_bar_mobile .card .collapse .dropdown-item:active,
    .nav_bar_mobile .card .collapse .dropdown-item:hover,
    .nav_bar_mobile .card .collapse .dropdown-item:focus {
        color: #d24663;
    }
    .information_block_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 32px;
        padding-bottom: 35px;
        border-bottom: solid 0.5px #d8d6d6;
        width: 100%;
    }
    .right_new_btns_m {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
        width: 180px;
        height: 63px;
        box-sizing: border-box;
        margin-bottom: 8px;
    }
    .lan_bar_mobile .mobile_lan_bar .top-nav .head_top_nav {
        padding: 0;
        position: relative;
    }
    .head_top_nav ul li.dropdown-menu, .head_top_nav ul li a.dropdown-menu, .head_top_nav ul li div.dropdown-menu{
        left: 0;
    }
    .lan-menu {
        padding: 0 !important;
    }
    .lan_bar_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
    }
    .login_after_part_m {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .user_avatar_menu_m {
        display: block;
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 8px;
    }
    .login_after_part {
        align-items: flex-start;
        width: 100%;
        height: auto;
        border-bottom: solid 0.5px #d8d6d6;
    }
    .login_after_block {
        width: 100%;
    }
    .user_nickname {
        display: block;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.33;
        color: white;
        margin-bottom: 8px;
    }
    .right_avatar {
        width: 80px !important;
        height: 80px !important;
    }
    .ticket_block {
        margin-bottom: 12px;
    }
    .go_to_deposit {
        width: 145px;
        height: 40px;
        margin-bottom: 15px;
    }
    .go_to_logout {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 145px;
        height: 40px;
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.33;
        color: #4b4b4b;
        background-color: #ffffff;
    }
    #modalMessage .modal-content {
        width: 100%;
        min-width: 0;
        max-height: 600px;
    }
}
@media screen and (min-width: 770px) and (max-width: 1024px) {
    .head_menu {
        zoom: 80%;
    }
}
@media screen and (min-width: 768px) {
    .menu_options {
        zoom: 150%;
    }
}
@media screen and (max-width: 320px) {
    #modalMessage .modal-content {
        max-height: 400px;
    }
}
@media screen and (max-width: 280px) {
    .menu_options {
        zoom: 80%;
    }
}
@media screen and (max-width: 240px) {
    .menu_options {
        zoom: 80%;
    }
    .head_menu_mobile {
        zoom: 60%;
    }
    #modalMessage .modal-content {
        max-height: 250px;
    }
}
