* {
    font-weight: 900 !important;
}

body {
    /* font-family: '微軟正黑體', 'Calibri', Arial, sans-serif !important; */
    position: relative;
    width: 100%;
    font-size: 16px;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 97.5%, #ededed 84%); */
    overflow-x: hidden;
    font-weight: 400 !important;
    font-family: 'Abel', 'Noto Sans TC', 'Microsoft JhengHei', 微軟正黑體, 微软雅黑, sans-serif !important;
    /* background: url('/img/bg4.png?damy') 50% 55%; */
}

a,
a:hover,
button {
    cursor: pointer;
    text-decoration: none !important;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

ul {
    list-style: none;
    padding: 0;
}

p {
    color: #333;
}

.btn.btn-org {
    background: #15a8ec;
    color: #ffffff;
    margin: 0 5px;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
    outline: none;
}

.navbar-brand {
    color: #377dff;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 10px 0;
}

.navbar-brand img {
    max-height: 70px;
}

.navbar {
    padding: 0 1rem !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler-icon {
    color: #15a8ec !important;
}

.nav-link {
    color: #333;
    padding: .35rem 1rem !important;
    margin-right: .5rem;
}

.nav-link i {
    color: #15a8ec;
}

.nav-link.active i {
    color: #fff;
}

.nav-link.active,
.nav-link:hover {
    color: #fff;
    background: #377dff;
    /* background: linear-gradient(90deg, rgba(43, 175, 243, 1) 0%, rgba(34, 230, 205, 1) 100%); */
    border-radius: 50px;
    font-weight: bold;
}

a.navLog {
    color: #333;
}

a.navLog:hover {
    color: #888;
}

.carousel {
    max-height: 600px;
    overflow: hidden;
    border-top: 4px solid #15a8ec;
}

.numberBox {
    margin: 3rem 0;
}

.numberBox h1 {
    color: #333;
    font-size: 2rem;
}

.numberBoxOne {
    text-align: center;
}

.numberBoxOne .number {
    color: #15a8ec;
    font-size: 2.85rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.hr-text {
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    margin: 5rem 0 3rem 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: bold;
    height: 1px;
    opacity: .75;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hr-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    top: -20px;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #333;
    background-color: #ffffff;
}

.articleSlider {
    margin: 2rem 0;
}

.articleListOne {
    margin: 1rem 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.articleSlider .indexForumOne,
.articleSlider .indexForumTopic {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.indexForumTopic:hover,
.articleSlider .indexForumOne:hover,
.articleListOne:hover {
    opacity: .8;
}

.indexForumOne .hotImg,
.articleListOne .hotImg {
    height: 200px;
    overflow: hidden;
}

.indexForumTopic {
    position: relative;
    overflow: hidden;
}

.indexForumTopic h1 {
    position: absolute;
    width: 100%;
    bottom: -5px;
    color: #ffffff;
    font-size: 1.16rem;
    letter-spacing: 1px;
    padding: .75rem .5rem;
    margin: 0;
    background: rgba(0, 0, 0, 0.75);
}

.indexForumTopic .hotImg {
    height: 220px;
    overflow: hidden;
}

.indexForumTopic .hotImg img {
    width: 100%;
}

.indexForumOne .hotImg img,
.articleListOne .hotImg img {
    max-width: 100%;
}

.articleSlider h2.title {
    position: relative;
    font-weight: bold;
    font-size: 1.85rem;
    margin-bottom: 1rem;
    color: #15a8ec;
}

.articleSlider h2.title span {
    color: #333;
}

.articleSlider h2.title a {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: .85rem;
    font-weight: normal;
    color: #15a8ec;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.indexForumOne h2.title a:hover {
    color: #0a99ac;
}

.indexForumOne h1,
.indexForumList h1 {
    font-size: 1.25rem;
    color: #15a8ec;
    font-weight: bold;
    margin: 10px 0;
}

.articleListOne h1 {
    font-size: 1.16rem;
    color: #333;
    margin: 10px 0;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexForumOne p,
.indexForumList p,
.articleListOne p {
    font-size: 0.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexForumOne span.more {
    float: right;
    color: #999;
    font-size: .9rem;
}

.tags span {
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    padding: 2px 6px;
}

.tags span.tagG {
    background: rgb(31, 185, 100);
}

.tags span.tagY {
    background: rgb(240, 173, 30);
}

.tags span.tagB {
    background: rgb(51, 196, 233);
}

.tags span.tagR {
    background: rgb(226, 54, 54);
}

.adText {
    margin: 2rem 0 0 0;
    text-align: center;
    font-size: .95rem;
    color: #222222;
}

.payment {
    width: 100%;
    text-align: center;
    margin: 2rem 0 0 0;
    padding: 1rem 0;
    background: #eeeeee;
}

.payment .join {
    padding: 10px 0;
}

.payment .join h4 {
    display: inline;
    font-weight: bold;
    color: #333;
    margin: 5px 10px 0 0;
}

.payment .join .btn {
    color: #ffffff;
    background: #15a8ec;
}

footer {
    width: 100%;
    color: #000;
    padding: 10px 0;
    background: #15a8ec;
    text-align: center;
    font-size: 13px;
}

footer a {
    color: #fff;
}

.banner {
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    /* background: url(../images/banner_bg.jpg) top center no-repeat; */
}

.banner img {
    max-height: 450px;
}

.breadcrumb {
    font-size: .9rem;
    padding: 1rem 0 !important;
    background: inherit !important;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb a:hover {
    color: #ccc;
}

.breadcrumb .active {
    color: #15a8ec !important;
}

.page-link {
    color: #666 !important;
    /* background-color: inherit !important;
    border: none !important; */
}

.page-link:hover {
    color: #333 !important;
}

.page-item.disabled .page-link {
    color: #999 !important;
}

.page-item.active .page-link {
    color: #15a8ec !important;
}

.forum_i h1 {
    font-size: 1.75rem;
    padding: .5rem;
    margin-bottom: 1.5rem;
    color: #15a8ec;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

a.btn-play {
    display: block;
    margin: 1.75rem auto;
    width: 40%;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 10px;
    border-radius: 50px;
    color: #ffffff;
    background: rgba(43, 175, 243, 1);
}

a.btn-play:hover {
    color: #ffffff;
    background: rgba(76, 232, 238, 1);
}

.forum_i article {
    font-size: 1.25rem;
    line-height: 2.2rem;
}

.adBox h1 {
    color: #333;
    font-weight: bold;
    font-size: 1.16rem;
}

.adBox img {
    margin: .5rem 0;
    max-width: 100%;
}

.ADregist {
    text-align: center;
    padding: 1rem 0;
    margin: 2rem auto;
    border-top: 1px dotted #ccc;
}

.ADregist p {
    font-weight: bold;
    font-size: 1.365rem;
    line-height: 2.25rem;
}

.ADregist .btn {
    color: #ffffff;
    background: #15a8ec;
}

button.back {
    background: none;
    border: none;
    color: #333;
    font-size: 0.9rem;
}

button.back i {
    color: #15a8ec;
    margin-right: 5px;
}

.eventBox .card {
    margin: 1rem 0;
    background: inherit;
}

.eventBox .card .card-body {
    font-size: 1.25rem;
    line-height: 2rem;
}

.eventBox img {
    max-width: 100%;
}

.gameIn {
    margin: 2rem 0;
}

.gameIn h1 {
    font-size: 1.85rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    color: #15a8ec;
    font-weight: bold;
}

.gameIn img {
    width: 100%;
}

.forum_i .indexForumOne .hotImg {
    height: inherit;
    overflow: hidden;
}

.forum_i .indexForumOne h1 {
    font-size: 1.25rem;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: .5rem;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border: none;
}

@media (max-width: 1270px) {
    .nav-link {
        padding: .5rem .75rem !important;
    }
}

@media (max-width: 992px) {
    .navbar-brand img {
        max-height: 60px;
    }

    .carousel {
        height: inherit;
    }

    .banner {
        margin-top: 1rem;
        padding: 0;
    }

    .banner img {
        width: 100%;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav {
        margin: .5rem 0 !important;
    }

    a.navLog {
        font-size: .95rem;
        padding: .85rem;
    }

    .indexForumOne .hotImg,
    .articleListOne .hotImg {
        height: inherit;
    }

    .breadcrumb {
        padding: 1rem 0 !important;
        margin-top: 2rem;
    }

    a.btn-play {
        width: 80%;
    }

    .gameIn {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (max-width: 420px) {
    /* body {
        background: none;
    } */

    .hr-text {
        margin: 3rem 0;
    }

    .gameBoxOne img {
        max-width: 40%;
    }

    .numberBox,
    .articleSlider {
        margin: 1rem 0;
    }

    .payment .join h4 {
        font-size: 1.25rem;
    }

    a.btn-play {
        width: 80%;
    }

    .indexForumTopic h1 {
        bottom: 25px;
        background: rgba(0, 0, 0, 0.55);
    }
}

#back-to-top {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #15a8ec;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0
}

#back-to-top:hover {
    background: #f1961e;
}

#back-to-top.show {
    opacity: .9
}

.modal-header h4 {
    font-size: 1.25rem;
}

.card img {
    margin: auto;
    display: block;
}

table {
    width: 100%;
}

table span {
    padding: 5px;
}

.indexForumList h1 {
    text-align: center;
}

.indexForumList p {
    font-size: 1.25rem;
    color: #15a8ec;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

button.btn-play {
    display: block;
    margin: 1.75rem auto;
    width: 40%;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 10px;
    border-radius: 50px;
    color: #ffffff;
    background: rgba(43, 175, 243, 1);
    border: 0;
    height: 40px;
}

.navbar {
    background-color: #ededed;
}

.in_phone-div {
    overflow-y: scroll;
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 400px;
    height: 400px;
    background: rgb(247 233 250);
    border-radius: 30px;
}

.in_phone-table {
    margin: auto;
    max-width: 90%;
    font-size: 21px;
    width: 90%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.in_phone-td1 {
    background-color: #f7fafe;
    padding: 5px;
}

.in_phone-form1 {
    width: 80%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.in_phone-form2 {
    width: 20%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

.in_phone-form2 button {
    border-radius: 50px;
    color: #ffffff;
    background: rgba(43, 175, 243, 1);
    border: 0;
}

div#abgne_marquee {
    position: relative;
    overflow: hidden;
    /* 超出範圍的部份要隱藏 */
    width: 100%;
    height: 25px;
}

div#abgne_marquee ul,
div#abgne_marquee li {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#abgne_marquee ul {
    position: absolute;
}

div#abgne_marquee ul li a {
    display: block;
    overflow: hidden;
    /* 超出範圍的部份要隱藏 */
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    font-weight: bold;
}

.top_gray_ {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #eee;
}

.top_gray_ h1,
.top_gray_ h4 {
    word-break: break-all;
}

.NEWii_header {
    background: #ededed;
    border-bottom: 2px solid #1ab6bb;
    transition: all .5s;
    z-index: 997;
    padding: 6px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.NEWii_header nav {
    margin: auto;
}

@media (min-width: 1200px) {
    .NEWii_header nav {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .NEWii_header nav {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .NEWii_header nav {
        max-width: 1140px;
    }
}

.NEWii_con {
    margin-top: 30px;
    padding-top: 50px;
}

.sec_search {
    padding: 25px 15px;
    background: linear-gradient(0deg, rgb(231 255 226) 0%, rgb(180 245 224) 100%);
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}

.movie-img {
    width: 100%;
    max-width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.movie_introdu .movie_h2num {
    font-size: 27px !important;
    margin-top: 20px;
}

.movie_introdu li {
    padding-top: 10px;
}

.movie_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

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

.live_mv {
    text-align: center;
    background-color: #bdf9c4;
    padding: 10px;
    border-radius: 13px;
    font-size: 23px;
}


.navbar-brand.active {
    color: red;
}

.numberBoxOne h2 {
    font-size: 21px;
}

.open_time_c {
    background-color: #eaf0bc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.open_time_c h2,
.open_time_c h3 {
    font-size: 1.2rem;
}

.btn {
    margin-bottom: 10px;
}

.progress>div {
    width: 0px;
    height: 100%;
    background-color: yellowgreen;
    transition: all .3s ease;
}