﻿body, html {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: Arial,Microsoft JhengHei, Helvetica, sans-serif;
}


.PCmd {
    min-width: 1900px;
    display: block;
}

.MBmd {
    display: none;
    overflow: hidden;
}

.index_topBox {
    position: relative;
    width: 100%;
}

    .index_topBox img {
        width: 100%;
    }

.btn_FbMessage, .btn_GoTop {
    position: fixed;
    right: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #007FFF;
    z-index: 1;
}

    .btn_FbMessage img, .btn_GoTop img {
        display: block;
        width: 36%;
        margin: 0 auto;
    }

    .btn_FbMessage img {
        width: 46%;
    }

.btn_GoTop {
    bottom: 40px;
}

.btn_FbMessage {
    bottom: 130px;
}

    .btn_GoTop:hover, .btn_FbMessage:hover {
        opacity: 0.8;
    }

/* box-btn */
.box-btn{
	margin-top: -5px;
}
.box-btn-register{
	display: flex;
	text-align: center;
    font-weight: bold;
}
.box-btn .btn-1,.box-btn .btn-2{
	width: 50%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-btn .btn-1 a:link,.box-btn .btn-2 a:link{
	text-decoration: none;
	color: #fff;	
}
.box-btn .btn-1{
	background-color: #0D6094;
}
.box-btn .btn-2{
	background-color: #F6B34C;
}
.box-btn .btn-1:hover{
	background-color: #1176b4;
}
.box-btn .btn-2:hover{
	background-color: #f7a936;
}

/*視訊*/
.girlVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
    z-index: 999;
}

.bg_girlVideo {
    position: absolute;
    width: 94%;
    margin: -22px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.girlVideoTxt {
    font-size: 1.2em;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 40px;
}

    .girlVideoTxt span {
        overflow: hidden;
        width: 100%;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: center;
    }

.btn_closeGV {
    position: absolute;
    top: -2%;
    right: 0;
    background: url(../images/btn_closeGirl.svg) no-repeat center;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

.girlVideo video {
    width: 100%;
    height: auto;
    outline: none;
}

@media (min-width: 1024px) and (orientation: landscape) {
    .bg_girlVideo {
        width: 77%;
    }
}


@media (min-width: 375px) and (orientation: landscape) {
    .bg_girlVideo {
        width: 75%;
    }
}


/*語言*/
.languageBox {
    position: absolute;
    top: 3%;
    right: 15%;
    width: 110px;
    height: 30px;
    border-radius: 30px;
    background-color: rgba(225,225,225,0.3);
    cursor: pointer;
    z-index: 10;
}

    .languageBox > div {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5%;
        width: 95%;
        height: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

.PCmd .languageBox:hover .selectBox {
    display: block;
}

    .languageBox div img {
        position: absolute;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 24px;
        height: auto;
    }

    .languageBox div:after {
        content: '';
        display: block;
        border-style: solid;
        border-width: 6px 6px 0px 6px;
        border-color: rgba(255,255,255,1) transparent transparent transparent;
        float: right;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
    }

.languageBox .selectBox {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 31px;
    margin: auto;
    width: 110px;
    background-color: rgba(225,225,225,0.3);
    border-radius: 5px;
}

        .languageBox .selectBox:after {
            display: none;
        }

        .languageBox .selectBox ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .languageBox .selectBox ul li {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                padding-left: 5%;
                width: 95%;
                height: 34px;
            }

                .languageBox .selectBox ul li:hover {
                    background-color: #fff;
                    color: #000;
                }

/*廣告TOP*/
.content_Area {
    width: 100%;
    overflow: hidden;
}

.bannerWraps {
    position: relative;
}

.flagBox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    bottom: 15%;
    left: 20%;
    width: 30%;
    height: 74px;
    padding: 0 10px;
    border-radius: 50px;
    background-color: rgba(225,225,225,0.3);
}

    .flagBox img {
        display: block;
        width: 100%;
        margin: 0 1%;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    }

.swiperTop {
    min-width: 1800px;
}

    .swiperTop .swiper-pagination-bullet {
        border: 2px solid #ff6c00;
        background-color: rgba(0,0,0,0);
        opacity: 1;
    }

    .swiperTop .swiper-pagination-bullet-active {
        width: 30px;
        background-color: #ff6c00;
        border-radius: 15px;
    }

.content_Area01 {
    width: 100%;
    position: relative;
}

.btn_register, .btn_contact {
    position: fixed;
    right: 0;
    top: 320px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 150px;
    background-color: #FF00A9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    writing-mode: vertical-lr;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.btn_contact {
    top: 500px;
    background-color: #FF9100;
}

    .btn_register:hover, .btn_contact:hover {
        opacity: 0.8;
    }

/*廣告-優惠*/
.bannerBox {
    position: relative;
    width: 1340px;
    margin: 30px auto;
}

.swiper_Banner {
    overflow: hidden;
}

.arrow_next, .arrow_prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}

    .arrow_next:hover, .arrow_prev:hover {
        opacity: 0.8;
    }

.arrow_next {
    background: url(../images/icon_next.svg)#fff no-repeat center;
    background-size: 26%;
    right: -20px;
}

.arrow_prev {
    background: url(../images/icon_prev.svg)#fff no-repeat center;
    background-size: 26%;
    left: -20px;
}

.swiper_Banner .swiper-slide {
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

    .swiper_Banner .swiper-slide img {
        display: block;
        width: 100%;
    }

/*贊助*/
.sponsorBox {
    position: relative;
    width: 1340px;
    margin: 100px auto;
}

    .sponsorBox .title {
        display: block;
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }

.bannerTop {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 340px;
    background-color: #f3f5f6;
    border-radius: 15px;
}

    .bannerTop > img {
        height: 308px;
        margin-top: 32px;
    }

    .bannerTop .LiveTv {
        position: relative;
        width: 508px;
        height: 286px;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 29px;
        cursor: pointer;
    }

.btn_AllLive {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 95px;
    height: 26px;
    padding-left: 5px;
    line-height: 26px;
    font-size: 14px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

    .btn_AllLive img {
        width: 16%;
        margin: 0 5%;
    }

.LiveTv:hover .btn_AllLive {
    opacity: 1;
    filter: drop-shadow(1px 1px 2px black);
}

.bannerBot {
    position: relative;
    width: 100%;
    height: 165px;
    margin: 30px auto;
}

.swiper_sponsor {
    overflow: hidden;
}

    .swiper_sponsor .swiper-slide {
        border-radius: 15px;
        overflow: hidden;
    }

        .swiper_sponsor .swiper-slide img {
            display: block;
            width: auto;
            height: 164px;
        }

/*註冊*/
.registerBox {
    position: relative;
    width: 1340px;
    margin: 100px auto;
}

    .registerBox .title {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        font-size: 30px;
        font-weight: bold;
    }

    .registerBox .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .registerBox .content .item {
            border-radius: 50px;
            width: 315px;
            height: 280px;
            background-color: #fff;
            box-shadow: 0 3px 6px rgba(0,0,0,0.2);
            overflow: hidden;
        }

            .registerBox .content .item span {
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: bold;
            }

            .registerBox .content .item .itemTop {
                padding: 20px 0 10px;
                height: calc(100% - 105px);
                text-align: center;
                font-size: 22px;
                background-color: #F3F5F6;
                flex-wrap: wrap;
            }

                .registerBox .content .item .itemTop span {
                    display: block;
                    width: 100%;
                }

                .registerBox .content .item .itemTop img {
                    display: block;
                    margin: 0 auto;
                }

            .registerBox .content .item .itembot {
                height: 75px;
                text-align: center;
                font-size: 16px;
            }

/*存提款優勢*/
.DwGood_Box {
    position: relative;
    width: 1340px;
    margin: 100px auto;
}

    .DwGood_Box .title {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        font-size: 30px;
        font-weight: bold;
    }

    .DwGood_Box .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .DwGood_Box .content .item {
            border-radius: 50px;
            width: 250px;
            height: 240px;
            background-color: #fff;
            box-shadow: 0 3px 6px rgba(0,0,0,0.2);
            overflow: hidden;
        }

            .DwGood_Box .content .item span {
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: bold;
            }

            .DwGood_Box .content .item .itemTop {
                height: calc(100% - 75px);
                text-align: center;
                font-size: 25px;
            }

                .DwGood_Box .content .item .itemTop img {
                    display: block;
                    margin: 0 auto;
                }

            .DwGood_Box .content .item .itembot {
                height: 75px;
                text-align: center;
                font-size: 16px;
            }

/*KUBRT*/
.content_Area02 {
    position: relative;
    background: url(../images/bg_select.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 720px;
}

    .content_Area02 .title {
        display: inline-block;
        margin: 60px auto 20px;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }

    .content_Area02 .title_content {
        display: block;
        width: 100%;
        text-align: center;
    }

.selectBox {
    position: relative;
    width: 1830px;
    margin: 60px auto 0;
    overflow: hidden;
}

.selectItem {
    width: 320px;
    height: 440px;
    border-radius: 15px;
    background-color: #fff;
}

    .selectItem .imgBox {
        position: relative;
        width: 100%;
        height: 184px;
    }

        .selectItem .imgBox img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

.selectItem_title {
    display: block;
    width: 90%;
    height: 60px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.selectItem_content {
    display: block;
    width: 90%;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 22px;
}

.selectBox .arrow_next {
    background: url(../images/icon_nextW.svg)#0052B4 no-repeat center;
    background-size: 26%;
    right: 19%;
}

.selectBox .arrow_prev {
    background: url(../images/icon_prevW.svg)#0052B4 no-repeat center;
    background-size: 26%;
    left: 18%;
}

.swiper_Select .swiper-slide.swiper-slide-active .selectItem,
.swiper_Select .gray {
    opacity: 0.5;
    transition: all .2s ease-in-out;
}

.swiper_Select .swiper-slide.swiper-slide-active ~ .swiper-slide-duplicate-prev .selectItem {
    opacity: 0.5;
    transition: all .2s ease-in-out;
}

.swiper_Select .swiper-slide.on .selectItem {
    opacity: 0.5;
    transition: all .2s ease-in-out;
}

/*KU LIVE*/
.content_Area03 {
    position: relative;
    background: url(../images/bg_KuLive.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 700px;
    padding: 100px 0;
}

.LiveTop, .LiveBot {
    width: 1340px;
    height: 380px;
    margin: 0 auto;
}

    .LiveTop:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

.LiveBot {
    height: 215px;
}

.LiveTop .text_Box {
    float: left;
    width: 42%;
    font-size: 26px;
    text-align: center;
    margin-top: 50px;
}

    .LiveTop .text_Box span {
        display: block;
        text-align: center;
        margin-bottom: 30px;
        font-size: 50px;
        font-weight: bold;
    }

    .LiveTop .text_Box a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 60px auto 0;
        width: 200px;
        height: 40px;
        border-radius: 50px;
        background-color: #0052B4;
        color: #fff;
        font-size: 21px;
        font-weight: bold;
        cursor: pointer;
    }

        .LiveTop .text_Box a img {
            margin-left: 20px;
        }

        .LiveTop .text_Box a:hover {
            opacity: 0.8;
        }

.LiveTop .LiveTv_Box {
    position: relative;
    float: right;
    width: 58%;
    height: 380px;
    overflow: hidden;
}

    .LiveTop .LiveTv_Box > img {
        position: absolute;
        left: 45px;
        bottom: -5px;
    }

    .LiveTop .LiveTv_Box .LiveTv {
        float: right;
        position: relative;
        width: 508px;
        height: 286px;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 94px;
        cursor: pointer;
    }

        .LiveTop .LiveTv_Box .LiveTv:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
        }

.LiveTv > img {
    display: block;
    width: 100%;
}

.LiveBot {
    position: relative;
    margin-top: 50px;
}

.swiper_KuLive {
    overflow: hidden;
}

.LiveBot .arrow_next, .LiveBot .arrow_prev {
    top: -55px;
}

.LiveItem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

    .LiveItem .imgBox {
        border-radius: 50px;
        overflow: hidden;
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }

        .LiveItem .imgBox img {
            display: block;
        }

.LiveBot .LiveText, .LiveBot .LiveText_E {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.LiveBot .LiveText {
    margin: 10px auto 5px;
}

.LiveBot .LiveText_E {
    font-size: 16px;
    color: #AAAAAA;
}

/*KU 體育*/
.content_Area04 {
    position: relative;
    background: url(../images/bg_Sports.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 800px;
    padding-top: 100px;
}

.SportTop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1205px;
    margin: 0 auto;
}

    .SportTop .text_Box {
        float: left;
        width: 42%;
        font-size: 26px;
        text-align: center;
        margin-bottom: 100px;
    }

        .SportTop .text_Box span {
            display: block;
            text-align: center;
            margin-bottom: 30px;
            font-size: 50px;
            font-weight: bold;
        }

        .SportTop .text_Box a {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 60px auto 0;
            width: 200px;
            height: 40px;
            border-radius: 50px;
            background-color: #0052B4;
            color: #fff;
            font-size: 21px;
            font-weight: bold;
            cursor: pointer;
        }

            .SportTop .text_Box a img {
                margin-left: 20px;
            }

            .SportTop .text_Box a:hover {
                opacity: 0.8;
            }

.SportBot {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1205px;
}

    .SportBot .item {
        border-radius: 50px;
        width: 280px;
        height: 200px;
        background-color: rgba(255,255,255,0.95);
        box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
        overflow: hidden;
    }

        .SportBot .item .itemTop {
            display: block;
            position: relative;
            height: calc(100% - 80px);
        }

            .SportBot .item .itemTop img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
            }

        .SportBot .item .itembot {
            display: block;
            height: 80px;
            margin: 0 auto;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
        }

/*KU 彩球*/
.content_Area05 {
    position: relative;
    background: url(../images/bg_Lottory.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 800px;
    padding-top: 100px;
}

.LottoryTop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1205px;
    margin: 0 auto;
}

    .LottoryTop .text_Box {
        float: left;
        width: 42%;
        font-size: 26px;
        text-align: center;
        margin-bottom: 100px;
        margin-right: 100px;
    }

        .LottoryTop .text_Box span {
            display: block;
            text-align: center;
            margin-bottom: 30px;
            font-size: 50px;
            font-weight: bold;
        }

        .LottoryTop .text_Box a {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 60px auto 0;
            width: 200px;
            height: 40px;
            border-radius: 50px;
            background-color: #0052B4;
            color: #fff;
            font-size: 21px;
            font-weight: bold;
            cursor: pointer;
        }

            .LottoryTop .text_Box a img {
                margin-left: 20px;
            }

            .LottoryTop .text_Box a:hover {
                opacity: 0.8;
            }


.LottoryBot {
    width: 1340px;
    position: relative;
    margin: 50px auto 0;
}

.swiper_Lottory {
    overflow: hidden;
}

.LottoryBot .arrow_next, .LottoryBot .arrow_prev {
    top: -40px;
}

.LottoryItem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

    .LottoryItem .imgBox {
        border-radius: 50px;
        overflow: hidden;
    }

        .LottoryItem .imgBox img {
            display: block;
        }

.LottoryBot .LiveText {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}

.LottoryBot .arrow_prev {
    background: url(../images/icon_prevW.svg)#0052B4 no-repeat center;
    background-size: 26%;
}

.LottoryBot .arrow_next {
    background: url(../images/icon_nextW.svg)#0052B4 no-repeat center;
    background-size: 26%;
}

/*App下載*/
.content_Area06 {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 900px;
}

.appBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1320px;
    height: 100%;
    margin: 0 auto;
}

    .appBox .text_Box {
        width: 420px;
        height: 465px;
    }

        .appBox .text_Box .title {
            display: block;
            width: 100%;
            font-size: 50px;
            font-weight: bold;
            margin-bottom: 45px;
        }

        .appBox .text_Box .content01, .appBox .text_Box .content02 {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .appBox .text_Box .content02 img {
                display: block;
                border-radius: 20px;
                box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
            }

            .appBox .text_Box .content01 span {
                font-size: 20px;
                line-height: 28px;
                margin-left: 10px;
            }

        .appBox .text_Box .content02 {
            margin-top: 70px;
        }

.content02_text {
    margin-left: 20px;
}

    .content02_text span {
        display: block;
        text-align: center;
    }

        .content02_text span:first-child {
            font-size: 42px;
        }

        .content02_text span:nth-child(2) {
            font-size: 18px;
            padding: 10px 0;
        }

        .content02_text span:nth-child(3) {
            font-size: 13px;
            color: #FF0000;
            line-height: 20px;
        }

.appBox .bannerBox {
    width: 700px;
    margin: auto;
}

    .appBox .bannerBox img {
        display: block;
        margin-top: 290px;
    }

.bannerBox .appItem {
    position: absolute;
    top: 0;
}

    .bannerBox .appItem > div {
        position: relative;
    }

    .bannerBox .appItem span {
        color: #fff;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 16px;
    }

    .bannerBox .appItem div span:first-child {
        top: 185px;
    }

    .bannerBox .appItem div span:nth-child(2) {
        top: 235px;
        font-size: 13px;
    }

.appItem.App01 {
    top: -220px;
    left: 280px;
}

.appItem.App03 {
    top: 90px;
    left: 280px;
}

.appItem.App02 {
    top: -120px;
    left: 500px;
}

.appItem.App04 {
    top: 190px;
    left: 500px;
}

/*合作夥伴*/
.footer_partner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f3f5f6;
    height: 200px;
    padding: 50px 0;
}

    .footer_partner .title {
        display: block;
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    .footer_partner .companyBox {
        position: relative;
        overflow: hidden;
        overflow-x: auto;
    }

        .footer_partner .companyBox .item {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 190px;
            height: 90px;
            border-radius: 20px;
            background-color: #fff;
            margin: 0 10px;
        }

.swiper_company {
    overflow: hidden;
}

/*客戶見證*/
.footer_Customer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    height: 350px;
    padding: 120px 0;
    border-bottom: 1px solid #ddd;
}

    .footer_Customer .title {
        display: block;
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    .footer_Customer .contentBox {
        position: relative;
        width: 1340px;
        margin: 0 auto;
    }

.swiper_Customer {
    overflow: hidden;
}

.CustomerItem_title {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.CustomerItem_content {
    position: relative;
    display: block;
    height: 80px;
    margin: 30px auto;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}

.CustomerItem {
    position: relative;
    width: 384px;
    margin: 0 auto;
}

.swiper06 .swiper-slide {
    margin: 0 15px !important;
}

.CustomerItem_content:after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    right: -35px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #DDDDDD;
}

.CustomerItem .imgBox {
    position: relative;
    width: 100%;
}

    .CustomerItem .imgBox img {
        display: block;
        margin: 0 auto;
    }

/*footer-top*/
.footer_top {
    background-color: #fff;
    height: 210px;
}

    .footer_top .contentBox {
        display: flex;
        justify-content: space-between;
        width: 1340px;
        margin: 20px auto 0;
    }

    .footer_top .footer_item {
        width: 30%;
        flex-wrap: wrap;
        display: flex;
        margin-right: 5%;
    }

        .footer_top .footer_item:nth-child(5) {
            width: 25%;
        }

        .footer_top .footer_item .title {
            display: block;
            width: 100%;
            margin: 10px 0 20px;
            font-size: 18px;
        }

    .footer_top > span {
        display: block;
        width: 1340px;
        margin: 50px auto 0;
        font-size: 15px;
        color: #000;
    }

    .footer_top .footer_item ul {
        margin: 0;
        padding: 0;
    }

        .footer_top .footer_item ul li {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .footer_top .footer_item ul li img {
                margin-right: 10px;
            }

.community a {
    cursor: pointer;
}

    .community a:hover {
        opacity: 0.8;
    }

/*footer-bot*/
.footer_bot {
    position: relative;
    display: flex;
    background-color: #f3f5f6;
    height: 120px;
}

    .footer_bot .footer_bot_T {
        display: table;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1340px;
        font-size: 15px;
    }

        .footer_bot .footer_bot_T span {
            display: block;
            font-weight: bold;
        }

.footer_bot_T .btn_more {
    cursor: pointer;
    text-decoration: underline;
}

.card-blog-img {
    height: 150px;
}
/*************裝置************/
@media (max-width: 1366px){
    .card-blog-img {
        height: 130px;
    } 
}
@media (max-width: 1152px){
    .card-blog-img {
        height: 110px;
    } 
}

@media (max-width: 1025px) {
    .PCmd {
        display: none;
    }

    .MBmd {
        display: block;
    }

        .MBmd .btn_FbMessage, .MBmd .btn_GoTop {
            width: 80px;
            height: 80px;
            right: 5%;
            z-index: 1;
        }

        .MBmd .btn_FbMessage {
            bottom: 12%;
        }

        .MBmd .btn_GoTop {
            bottom: 3%;
        }

            .MBmd .btn_FbMessage:hover, .MBmd .btn_GoTop:hover {
                opacity: 1;
            }

            .MBmd .btn_FbMessage:active, .MBmd .btn_GoTop:active {
                opacity: 0.8;
            }

        /*同一調整*/
        /*廣告-半遮*/
        .swiper_Banner_m .swiper-slide, .swiper_sponsor_m .swiper-slide, .swiper_register_m .swiper-slide,
        .MBmd .DwGood_Box .swiper-slide, .swiper_Select_m .swiper-slide, .swiper_KuLive_m .swiper-slide,
        .swiper_KuSport_m .swiper-slide, .swiper_Lottory_m .swiper-slide {
            width: 60vw;
        }

    .swiper_App_m .swiper-slide, .swiper_company_m .swiper-slide {
        width: 46vw;
    }

    /*Slider-左右半透*/
    .swiper-slide.swiper-slide-prev, .swiper-slide.swiper-slide-next {
        opacity: 0.5;
    }

    .swiperTop_m .swiper-slide.swiper-slide-prev, .swiperTop_m .swiper-slide.swiper-slide-next {
        opacity: 1;
    }

    /*廣告TOP*/
    .MBmd .swiperTop_m {
        min-width: none;
        width: 100%;
    }

    .MBmd .flagBox {
        margin: auto;
        left: 0;
        right: 0;
        bottom: 15%;
        width: 60%;
        height: auto;
        padding: 2% 0;
        flex-wrap: wrap;
        justify-content: center;
    }

        .MBmd .flagBox img {
            width: 100px;
            margin: 1%;
        }

    .MBmd .swiperTop_m .swiper-pagination-bullet {
        border: 2px solid #ff6c00;
        background-color: rgba(0,0,0,0);
        opacity: 1;
    }

    .MBmd .swiperTop_m .swiper-pagination-bullet-active {
        width: 30px;
        background-color: #ff6c00;
        border-radius: 15px;
    }

    /*語言*/
    .MBmd .languageBox {
        top: 2%;
        right: 5%;
        height: auto;
        padding: 1% 0;
        width: 20%;
        border-radius: 30px;
        background-color: rgba(225,225,225,0.3);
        cursor: pointer;
        z-index: 10;
    }

        .MBmd .languageBox > div {
            padding: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            font-size: 2em;
        }

        .MBmd .languageBox > span {
            padding-left: 5%;
            width: 95%;
        }

        .MBmd .languageBox span img, .MBmd .languageBox div img {
            width: 20%;
            margin-left: 2%;
        }

        .MBmd .languageBox div:after {
            border-width: 10px 10px 0px 10px;
            right: 10%;
        }

        .MBmd .languageBox .selectBox {
            top: 130%;
            margin: auto;
            width: 100%;
            border-radius: 15px;
        }

            .MBmd .languageBox .selectBox ul li {
                height: 60px;
            }

                .MBmd .languageBox .selectBox ul li:active {
                    background-color: #fff;
                    color: #000;
                }

    /*廣告-優惠*/
    .MBmd .bannerBox {
        width: 100%;
        margin: 0;
    }

    .MBmd .btn_register, .MBmd .btn_contact {
        top: 30%;
        width: 70px;
        height: 220px;
        letter-spacing: 0.1em;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        font-size: 1.6em;
        background-image: linear-gradient(to bottom,#FF91DA, #D833FF);
    }

    .MBmd .btn_contact {
        top: 50%;
        background-image: linear-gradient(to bottom,#FFB300, #FF8000);
    }

    .MBmd .swiper_Banner_m {
        width: 96%;
        margin: 2% auto;
        overflow: hidden;
    }

    .MBmd .btn_register:hover, .MBmd .btn_contact:hover {
        opacity: 1;
    }

    .MBmd .btn_register:active, .MBmd .btn_contact:active {
        opacity: 0.8;
    }

    .MBmd .swiper_Banner_m .swiper-slide {
        border-radius: 5px;
        overflow: hidden;
    }

        .MBmd .swiper_Banner_m .swiper-slide img {
            display: block;
            width: 100%;
        }

    /*贊助專區*/
    .MBmd .sponsorBox {
        width: 96%;
        margin: 0 auto;
    }

        .MBmd .sponsorBox .title {
            margin: 5% 0 2%;
            font-size: 2.5em;
        }

    .MBmd .bannerTop {
        height: auto;
        padding-bottom: 30%;
    }

        .MBmd .bannerTop > img {
            width: 96%;
            margin: 2% auto 0;
            height: auto;
        }

        .MBmd .bannerTop .LiveTv {
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            bottom: 3%;
            margin-top: 0;
            border-radius: 30px;
            width: 90%;
            height: auto;
            box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
            z-index: 1;
        }

            .MBmd .bannerTop .LiveTv > div {
                position: relative;
            }

            .MBmd .bannerTop .LiveTv div > img {
                display: block;
                width: 100%;
            }

    .MBmd .btn_AllLive {
        bottom: 5%;
        right: 5%;
        width: 18%;
        height: auto;
        padding: 1% 0 1% 1%;
        line-height: 1em;
        font-size: 1.4em;
    }

        .MBmd .btn_AllLive span {
            display: block;
            vertical-align: middle;
        }

        .MBmd .btn_AllLive img {
            display: block;
            width: 16%;
            margin: 0 5%;
            vertical-align: middle;
        }

    .MBmd .bannerBot {
        width: 100%;
        height: auto;
        margin: 2% auto;
        overflow: hidden;
    }

    .MBmd .swiper_sponsor_m .swiper-slide {
        border-radius: 15px;
        overflow: hidden;
    }

    .MBmd .swiper_sponsor_m img {
        display: block;
        width: 100%;
        height: 200px;
    }

    /*註冊*/
    .MBmd .registerBox {
        width: 96%;
        margin: 0 auto;
    }

        .MBmd .registerBox .title {
            margin: 5% 0 2%;
            font-size: 2.5em;
        }

    .MBmd .swiper_register_m {
        width: 100%;
        height: auto;
        padding-bottom: 1%;
        margin: 2% auto;
        overflow: hidden;
    }

        .MBmd .swiper_register_m .item {
            border-radius: 50px;
            width: 100%;
            height: 320px;
            background-color: #fff;
            box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
            overflow: hidden;
        }

            .MBmd .swiper_register_m .item .itemTop {
                padding: 2%;
                height: 65%;
                text-align: center;
                font-size: 1.8em;
                background-color: #F3F5F6;
                flex-wrap: wrap;
            }

            .MBmd .swiper_register_m .item span {
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: bold;
            }

            .MBmd .swiper_register_m .item .itemTop span {
                display: block;
                width: 100%;
            }

                .MBmd .swiper_register_m .item .itemTop span img {
                    display: block;
                    margin: 0 auto;
                }

            .MBmd .swiper_register_m .item .itembot {
                width: 96%;
                height: 30%;
                margin: 0 auto;
                text-align: center;
                font-size: 1.3em;
            }

    /*存提優勢*/
    .MBmd .DwGood_Box {
        width: 96%;
        margin: 0 auto 5%;
    }

        .MBmd .DwGood_Box .title {
            margin: 5% 0 2%;
            font-size: 2.5em;
        }

        .MBmd .DwGood_Box .content {
            overflow: hidden;
            padding-bottom: 1%;
            margin: 2% auto;
        }

            .MBmd .DwGood_Box .content .item {
                width: 100%;
                height: 290px
            }

                .MBmd .DwGood_Box .content .item .itemTop {
                    height: 65%;
                }

                    .MBmd .DwGood_Box .content .item .itemTop img {
                        width: 100%;
                        height: 100%;
                    }

                .MBmd .DwGood_Box .content .item .itembot {
                    width: 96%;
                    height: 35%;
                    margin: 0 auto;
                    text-align: center;
                    font-size: 1.3em;
                }
    /*KUBRT*/
    .MBmd .content_Area02 {
        height: auto;
        padding-bottom: 5%;
    }

    .MBmd .selectBox {
        width: 96%;
        margin: 0 auto;
    }

    .MBmd .selectItem .imgBox {
        height: 140px;
    }

    .MBmd .content_Area02 .title {
        margin: 5% 0 2%;
        font-size: 2.5em;
    }

    .MBmd .content_Area02 .title_content {
        width: 50%;
        margin: 0 auto 5%;
        font-size: 1.6em;
    }

    .MBmd .selectBox .arrow_prev {
        left: 30.5%;
    }

    .MBmd .selectBox .arrow_next {
        right: 30.5%;
    }

    .arrow_next:hover, .arrow_prev:hover {
        opacity: 1;
    }

    .arrow_next:active, .arrow_prev:active {
        opacity: 0.8;
    }

    .MBmd .selectItem {
        width: 100%;
    }

    .MBmd .selectItem_title {
        font-size: 1.5em;
    }

    .MBmd .selectItem_content {
        width: 94%;
        line-height: 1.2em;
        font-size: 1.4em;
        margin: 5% auto 0;
    }

    /*KU LIVE*/
    .content_Area03 {
        height: auto;
        padding: 2% 0 5%;
    }

    .LiveTop .text_Box {
        font-size: 1em;
    }

    .MBmd .LiveTop .text_Box span:first-child {
        margin: 5% 0;
        font-size: 2.5em;
    }

    .MBmd .LiveTop .text_Box span:nth-child(2) {
        font-size: 1.6em;
        font-weight: normal;
        margin-bottom: 5%;
    }

    .MBmd .LiveTop, .MBmd .LiveBot {
        width: 96%;
        height: auto;
        margin: 0 auto;
    }

        .MBmd .LiveTop .text_Box, .MBmd .LiveTop .LiveTv_Box {
            width: 60%;
            float: none;
            margin: 0 auto
        }

        .MBmd .LiveTop .LiveTv_Box {
            width: 100%;
            height: auto;
        }

        .MBmd .LiveTop .text_Box a {
            width: 40%;
            height: 60px;
            margin: 0 auto;
            font-size: 1.6em;
        }

            .MBmd .LiveTop .text_Box a img, .MBmd .SportTop .text_Box a img, .MBmd .LottoryTop .text_Box a img {
                display: block;
                padding-top: 3px;
                width: 8%;
                margin-left: 10%;
            }

            .MBmd .LiveTop .text_Box a:hover {
                opacity: 1;
            }

            .MBmd .LiveTop .text_Box a:active {
                opacity: 0.8;
            }

        .MBmd .LiveTop .LiveTv_Box .LiveTv {
            float: none;
            margin: 5% auto;
            border-radius: 30px;
            width: 90%;
            height: auto;
            box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
        }

    .swiper_KuLive_m {
        overflow: hidden;
    }

    .MBmd .swiper_KuLive_m img {
        display: block;
        width: 100%;
        height: 200px;
    }

    .MBmd .LiveBot .LiveText, .MBmd .LiveBot .LiveText_E {
        font-size: 1.6em;
    }

    .MBmd .LiveBot .LiveText {
        margin: 5% auto 2%;
    }

    /*KU 體育*/
    .content_Area04 {
        height: auto;
        padding: 5% 0;
    }

    .MBmd .SportTop, .MBmd .SportBot {
        width: 96%;
    }

    .MBmd .SportTop {
        flex-wrap: wrap;
    }

        .MBmd .SportTop .text_Box {
            width: 60%;
            float: none;
            margin: 0 auto;
            font-size: 1em;
        }

        .MBmd .SportTop > img {
            display: block;
            margin: 5% auto 0;
        }

        .MBmd .SportTop .text_Box span:first-child {
            margin: 5% 0;
            font-size: 2.5em;
        }

        .MBmd .SportTop .text_Box span:nth-child(2) {
            font-size: 1.6em;
            font-weight: normal;
            margin-bottom: 5%;
        }

        .MBmd .SportTop .text_Box a {
            width: 40%;
            height: 60px;
            margin: 0 auto;
            font-size: 1.6em;
        }

    .MBmd .SportBot {
        bottom: 5%;
    }

    .MBmd .swiper_KuSport_m {
        overflow: hidden;
        padding-bottom: 1%;
    }

    .MBmd .SportBot .item {
        width: auto;
    }

        .MBmd .SportBot .item .itemTop {
            height: 55%;
        }

        .MBmd .SportBot .item .itembot {
            width: 86%;
            height: 45%;
            font-size: 1.3em;
        }

    /*KU 彩球*/
    .content_Area05 {
        height: auto;
        padding: 5% 0;
    }

    .MBmd .LottoryTop, .MBmd .LottoryBot {
        width: 96%;
        margin-left: 0 auto;
    }

    .MBmd .LottoryTop {
        flex-wrap: wrap;
    }

        .MBmd .LottoryTop .text_Box {
            width: 60%;
            float: none;
            margin: 0 auto;
            font-size: 1em;
        }

        .MBmd .LottoryTop > img {
            display: block;
            margin: 5% auto 0;
        }

        .MBmd .LottoryTop .text_Box span:first-child {
            margin: 5% 0;
            font-size: 2.5em;
        }

        .MBmd .LottoryTop .text_Box span:nth-child(2) {
            font-size: 1.6em;
            font-weight: normal;
            margin-bottom: 5%;
        }

        .MBmd .LottoryTop .text_Box a {
            width: 40%;
            height: 60px;
            margin: 0 auto;
            font-size: 1.6em;
        }

    .swiper_Lottory_m {
        overflow: hidden;
    }

    .MBmd .LiveItem .imgBox {
        border-radius: 70px;
    }

        .MBmd .LiveItem .imgBox img {
            display: block;
            width: 100%;
            height: 200px;
        }

    .MBmd .LottoryBot .LiveText {
        margin: 5% auto 0;
        font-size: 1.6em;
    }

    /*APP下載*/
    .content_Area06 {
        height: auto;
        margin: 5% 0;
    }

    .MBmd .appBox {
        width: 96%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

        .MBmd .appBox .text_Box {
            width: 60%;
            height: auto;
            float: none;
            margin: 0 auto;
            font-size: 1em;
        }

            .MBmd .appBox .text_Box .title {
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 2.5em;
                margin-bottom: 0;
            }

                .MBmd .appBox .text_Box .title img {
                    width: 13%;
                    display: block;
                    margin-right: 3%;
                }

            .MBmd .appBox .text_Box .content01 {
                margin: 5% auto;
            }

                .MBmd .appBox .text_Box .content01 span {
                    margin: 0 auto;
                    text-align: center;
                    font-size: 1.6em;
                }

    .MBmd .btn_AppDowload {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        height: 60px;
        margin: 0 auto;
        font-size: 1.6em;
        border-radius: 50px;
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }

        .MBmd .btn_AppDowload:active {
            opacity: 0.8;
        }

        .MBmd .btn_AppDowload img {
            display: block;
            width: 13%;
            margin-right: 5%;
        }

        .MBmd .btn_AppDowload span {
            font-weight: bold;
        }

    .MBmd .img_phone {
        position: relative;
        margin-left: 26%;
        width: 70%;
        margin: 5% 0;
        margin-left: 26%;
    }

        .MBmd .img_phone img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: auto;
        }

        .MBmd .img_phone:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 30%;
            left: 0;
            right: 0;
            bottom: 0px;
            background: linear-gradient(to bottom, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%)
        }

    .MBmd .swiper_App_m {
        overflow: hidden;
    }

    .MBmd .bannerBox .appItem {
        position: relative;
    }

    .MBmd .appBox .bannerBox img {
        margin: 0;
        display: block;
        width: 100%;
    }

    .bannerBox .appItem span {
        font-size: 1.4em;
    }

    .MBmd .bannerBox .appItem div span:first-child {
        top: 65%;
        font-size: 1.5em;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        top: 80%;
        font-size: 1.3em;
    }

    /*合作夥伴*/
    .footer_partner {
        padding: 5% 0;
        height: auto;
    }

    .MBmd .footer_partner .title {
        font-size: 2.5em;
        margin-bottom: 5%;
    }

    .MBmd .swiper_company_m {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }

    .MBmd .footer_partner .companyBox .item {
        width: auto;
        height: 150px;
        margin: 0 auto;
    }

        .MBmd .footer_partner .companyBox .item img {
            display: block;
            width: 66%;
        }

    /*客戶見證*/
    .footer_Customer {
        padding: 5% 0;
        height: auto;
    }

    .MBmd .footer_Customer .title {
        font-size: 2.5em;
        margin-bottom: 5%;
    }

    .MBmd .CustomerItem_title {
        font-size: 2em;
        font-weight: normal;
        height: auto;
    }

    .MBmd .footer_Customer .contentBox {
        width: 70%;
    }

    .swiper_Customer_m {
        overflow: hidden;
    }

    .MBmd .CustomerItem {
        width: 88%;
    }

    .MBmd .CustomerItem_content {
        font-size: 1.3em;
        line-height: 1.3em;
        height: auto;
        margin: 5% auto 5%;
    }

    .MBmd .footer_Customer .arrow_prev {
        left: -3%;
    }

    .MBmd .footer_Customer .arrow_next {
        right: -3%;
    }

    .MBmd .CustomerItem_content:after {
        display: none;
    }

    /*footer*/
    .footer_top {
        width: 100%;
        height: auto;
        padding: 5% 0;
    }

    .MBmd .footer_top .contentBox {
        width: 80%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: baseline;
    }

    .MBmd .footer_top .footer_item {
        width: 30%;
        margin: 0 5% 5% 0;
    }

        .MBmd .footer_top .footer_item:nth-child(1) {
            width: 70%;
            margin-right: 0;
        }

        .MBmd .footer_top .footer_item:nth-child(2) {
            width: 30%;
            margin-right: 0;
        }

        .MBmd .footer_top .footer_item:nth-child(3) {
            margin-right: 0;
        }

        .MBmd .footer_top .footer_item:nth-child(4) {
            width: 35%;
        }

        .MBmd .footer_top .footer_item:last-child {
            margin-right: 0;
        }

        .MBmd .footer_top .footer_item .title {
            font-size: 1.4em;
            font-weight: bold;
        }

        .MBmd .footer_top .footer_item ul li img {
            margin-right: 15px;
            display: block;
        }

    .MBmd .community a:hover {
        opacity: 1;
    }

    .MBmd .community a:active {
        opacity: 0.5;
    }

    .MBmd .footer_top > span {
        width: 100%;
        text-align: center;
        font-size: 1.4em;
        margin: 5% auto 0;
    }
}

@media (max-width: 850px) {
    .MBmd .languageBox {
        width: 18%;
        padding: 0.5% 0;
    }

        .MBmd .languageBox .selectBox {
            top: 120%;
        }

        .MBmd .languageBox > div {
            font-size: 1.6em;
        }

        .MBmd .languageBox .selectBox ul li {
            height: 50px;
        }

    .MBmd .btn_register, .MBmd .btn_contact {
        width: 55px;
        height: 180px;
        font-size: 1.4em;
    }

    .MBmd .flagBox {
        bottom: 7%;
        border-radius: 30px;
    }

        .MBmd .flagBox img {
            width: 80px;
        }

    .MBmd .btn_FbMessage, .MBmd .btn_GoTop {
        width: 60px;
        height: 60px;
    }

    .MBmd .btn_FbMessage {
        bottom: 10%;
    }

    .MBmd .languageBox span img, .MBmd .languageBox div img {
        width: 18%;
        margin-left: 2%;
    }

    /*同一調整-Start*/
    /*標題-文字*/
    .MBmd .sponsorBox .title, .MBmd .registerBox .title, .MBmd .DwGood_Box .title,
    .MBmd .content_Area02 .title, .MBmd .LiveTop .text_Box span:first-child,
    .MBmd .SportTop .text_Box span:first-child, .MBmd .LottoryTop .text_Box span:first-child,
    .MBmd .appBox .text_Box .title, .MBmd .footer_partner .title, .MBmd .footer_Customer .title {
        font-size: 2.2em;
    }

    /*視訊按鈕-文字*/
    .MBmd .LiveTop .text_Box a, .MBmd .SportTop .text_Box a, .MBmd .LottoryTop .text_Box a {
        font-size: 1.4em;
        height: 50px;
    }

    /*圖片-尺寸*/
    .MBmd .swiper_sponsor_m img, .MBmd .LiveItem .imgBox img {
        height: auto;
    }

    .MBmd .LiveItem .imgBox, .MBmd .SportBot .item, .MBmd .swiper_register_m .item, .DwGood_Box .content .item {
        border-radius: 50px;
    }
    /*同一調整-End*/
    /*廣告-優惠*/
    .MBmd .btn_AllLive {
        width: 18%;
        font-size: 1.2em;
    }

        .MBmd .btn_AllLive img {
            width: 14%;
        }

    /*註冊*/
    .MBmd .swiper_register_m .item .itemTop {
        font-size: 1.5em;
    }

    .MBmd .swiper_register_m .item .itembot {
        font-size: 1.1em;
    }

    .MBmd .swiper_register_m .item {
        height: 290px;
    }

    /*存提優勢*/
    .MBmd .DwGood_Box .content .item .itembot {
        font-size: 1.1em;
    }

    /*KUBRT*/
    .MBmd .selectItem .imgBox {
        height: 135px;
    }

    .MBmd .selectItem {
        height: 380px;
    }

    .MBmd .selectItem_title {
        font-size: 1.3em;
        height: 52px;
    }

    .MBmd .selectItem_content {
        font-size: 1.1em;
    }

    /*KU LIVE*/
    .MBmd .LiveBot .LiveText, .MBmd .LiveBot .LiveText_E {
        font-size: 1.3em;
    }

    /*KU 體育*/
    .MBmd .SportBot .item .itembot {
        width: 86%;
        font-size: 1.2em;
    }

    .MBmd .SportBot .item {
        height: 180px;
    }

    /*KU 彩球*/
    .MBmd .LottoryBot .LiveText {
        font-size: 1.4em;
    }

    /*APP下載*/
    .MBmd .btn_AppDowload {
        width: 70%;
        height: 50px;
    }

        .MBmd .btn_AppDowload img {
            width: 11%;
        }


    .MBmd .bannerBox .appItem div span:first-child {
        font-size: 1.3em;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        font-size: 1.1em;
    }

    /*客戶見證*/
    .MBmd .footer_Customer .contentBox {
        width: 65%;
    }

    .MBmd .footer_top .footer_item .title {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .MBmd .content_Area02 .title_content, .MBmd .LiveTop .text_Box span:nth-child(2), .MBmd .SportTop .text_Box span:nth-child(2), .MBmd .LottoryTop .text_Box span:nth-child(2), .MBmd .appBox .text_Box .content01 span {
        font-size: 1.5em;
        line-height: 1.2em;
    }

    .MBmd .bannerBox .appItem div span:first-child {
        font-size: 1.6em;
        top: 64%;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        top: 78%;
    }

    .MBmd .languageBox > div {
        font-size: 1.4em;
    }

    .MBmd .flagBox img {
        width: 70px;
    }

    .MBmd .btn_register, .MBmd .btn_contact {
        width: 46px;
        height: 160px;
        font-size: 1.2em;
    }

    .MBmd .btn_FbMessage {
        bottom: 12%;
    }

    .MBmd .DwGood_Box .content .item {
        height: 230px;
    }

    .MBmd .selectItem_content {
        width: 90%;
        font-size: 1em;
    }

    .MBmd .SportBot .item .itembot {
        width: 90%;
    }

    .MBmd .bannerBox .appItem div span:first-child {
        font-size: 1.2em;
        top: 65%;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        font-size: 1em;
        top: 82%;
    }

    .MBmd .footer_Customer .contentBox {
        width: 75%;
    }

    .MBmd .CustomerItem_title {
        font-size: 1.6em;
    }

    .MBmd .CustomerItem_content {
        font-size: 1.2em;
    }

    .MBmd .footer_top .footer_item .title {
        font-size: 1.1em;
    }
}

@media (max-width:650px) {
    .MBmd .swiper_Banner_m {
        width: 100%;
    }

    .MBmd .languageBox {
        width: 16%;
    }

        .MBmd .languageBox > div {
            font-size: 1em;
        }

        .MBmd .languageBox div:after {
            border-width: 7px 7px 0px 7px;
            right: 8%;
        }

        .MBmd .languageBox .selectBox {
            top: 125%;
            border-radius: 6px;
        }

        .MBmd .languageBox .selectBox {
            top: 135%;
        }

            .MBmd .languageBox .selectBox ul li {
                height: 30px;
            }

    .MBmd .flagBox {
        border-radius: 25px;
    }

        .MBmd .flagBox img {
            width: 60px;
        }

    .MBmd .btn_register, .MBmd .btn_contact {
        width: 36px;
        height: 140px;
        font-size: 1.1em;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }

    .MBmd .btn_FbMessage, .MBmd .btn_GoTop {
        width: 46px;
        height: 46px;
        right: 2%;
    }

    /*同一調整-Start*/
    /*標題-文字*/
    .MBmd .sponsorBox .title, .MBmd .registerBox .title, .MBmd .DwGood_Box .title,
    .MBmd .content_Area02 .title, .MBmd .LiveTop .text_Box span:first-child,
    .MBmd .SportTop .text_Box span:first-child, .MBmd .LottoryTop .text_Box span:first-child,
    .MBmd .appBox .text_Box .title, .MBmd .footer_partner .title, .MBmd .footer_Customer .title {
        font-size: 1.8em;
    }

    .MBmd .content_Area02 .title_content, .MBmd .LiveTop .text_Box span:nth-child(2),
    .MBmd .SportTop .text_Box span:nth-child(2), .MBmd .LottoryTop .text_Box span:nth-child(2) {
        font-size: 1.2em;
    }

    /*視訊按鈕-文字*/
    .MBmd .LiveTop .text_Box a, .MBmd .SportTop .text_Box a, .MBmd .LottoryTop .text_Box a {
        font-size: 1.2em;
        height: 40px;
    }

    .MBmd .btn_AllLive {
        width: 18%;
        font-size: 1em;
    }

    /*圖片-尺寸*/
    .MBmd .SportTop > img, .MBmd .LottoryTop > img {
        width: 80%;
    }

    .MBmd .img_phone img {
        width: 100% !important;
        height: auto;
    }

    /*遊戲項目-文字*/
    .MBmd .LiveBot .LiveText, .MBmd .LottoryBot .LiveText {
        font-size: 1.1em;
    }

    /*同一調整-End*/

    /*註冊*/
    .MBmd .swiper_register_m .item {
        height: 230px;
    }

        .MBmd .swiper_register_m .item .itemTop {
            font-size: 1.2em;
        }

        .MBmd .swiper_register_m .item .itembot {
            font-size: 0.85em;
        }

        .MBmd .swiper_register_m .item .itemTop img {
            display: block;
            width: 50%;
        }


    /*存提優勢*/
    .MBmd .DwGood_Box .content .item {
        height: 180px;
    }

        .MBmd .DwGood_Box .content .item .itembot {
            font-size: 0.9em;
        }

    /*KUBET*/
    .MBmd .selectItem {
        height: 290px;
    }

        .MBmd .selectItem .imgBox {
            height: 110px;
        }

            .MBmd .selectItem .imgBox img {
                display: block;
                width: 40%;
            }

    .MBmd .selectItem_title {
        font-size: 1em;
        height: 42px;
    }

    .MBmd .selectItem_content {
        font-size: 0.8em;
        line-height: 1.1em;
    }

    .MBmd .selectBox .arrow_prev {
        width: 30px;
        height: 30px;
        left: 30%;
    }

    .MBmd .selectBox .arrow_next {
        width: 30px;
        height: 30px;
        right: 30%;
    }

    /*KU 體育*/
    .MBmd .SportBot .item {
        height: 150px;
    }

        .MBmd .SportBot .item .itemTop {
            height: 60%;
        }

        .MBmd .SportBot .item .itembot {
            height: 40%;
            font-size: 0.9em;
        }


    /*App*/
    .MBmd .bannerBox .appItem div span:first-child {
        font-size: 1em;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        width: 96%;
        font-size: 0.8em;
    }

    .MBmd .btn_AppDowload {
        font-size: 1.4em;
    }

    .MBmd .bannerBox .appItem div span {
        width: 98%;
        font-size: 0.9em;
    }

    /*客戶見證*/
    .MBmd .footer_partner .companyBox .item {
        width: auto;
        height: 100px;
    }

    .MBmd .footer_Customer .contentBox {
        width: 76%;
    }

    .MBmd .CustomerItem_title {
        font-size: 1.4em;
        font-weight: normal;
    }

    .MBmd .CustomerItem_content {
        font-size: 1em;
    }

    .MBmd .contentBox .arrow_prev, .MBmd .contentBox .arrow_next {
        width: 30px;
        height: 30px;
    }

    /*footer*/
    .MBmd .footer_top .contentBox {
        width: 86%;
    }

    .MBmd .footer_top .footer_item .title {
        font-size: 0.9em;
    }

    .MBmd .footer_top > span {
        font-size: 1.2em;
    }

    .MBmd .footer_top .footer_item:nth-child(3) {
        margin-right: 3%;
    }

    .MBmd .footer_top .footer_item:nth-child(4) {
        margin-right: 2%;
    }
}

@media (max-width:540px) {
    .card-blog-img {
        height: 220px;
    } 

    .MBmd .languageBox > div {
        font-size: 0.9em;
    }

    .MBmd .languageBox div:after {
        border-width: 5px 5px 0px 5px;
        right: 8%;
    }

    .MBmd .languageBox .selectBox ul li {
        height: 26px;
    }

    .MBmd .flagBox img {
        width: 50px;
    }

    .MBmd .btn_register, .MBmd .btn_contact {
        font-size: 1em;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }

    .MBmd .btn_FbMessage, .MBmd .btn_GoTop {
        width: 50px;
        height: 50px;
        right: 2.5%;
    }

    /*同一調整-Start*/
    /*標題-文字*/
    .MBmd .sponsorBox .title, .MBmd .registerBox .title, .MBmd .DwGood_Box .title,
    .MBmd .content_Area02 .title, .MBmd .LiveTop .text_Box span:first-child,
    .MBmd .SportTop .text_Box span:first-child, .MBmd .LottoryTop .text_Box span:first-child,
    .MBmd .appBox .text_Box .title, .MBmd .footer_partner .title, .MBmd .footer_Customer .title {
        font-size: 1.6em;
    }

    .MBmd .content_Area02 .title_content, .MBmd .LiveTop .text_Box span:nth-child(2), .MBmd .SportTop .text_Box span:nth-child(2), .MBmd .LottoryTop .text_Box span:nth-child(2), .MBmd .appBox .text_Box .content01 span {
        font-size: 1.2em;
    }

    /*視訊按鈕-文字*/
    .MBmd .SportTop .text_Box, .MBmd .LiveTop .text_Box, .MBmd .LottoryTop .text_Box {
        width: 70%;
    }

        .MBmd .LiveTop .text_Box a, .MBmd .SportTop .text_Box a, .MBmd .LottoryTop .text_Box a {
            font-size: 1.2em;
            height: 36px;
        }

    .MBmd .btn_AllLive {
        font-size: 0.9em;
    }

    /*圖片-尺寸*/
    .MBmd .SportTop > img, .MBmd .LottoryTop > img {
        width: 80%;
    }

    .MBmd .img_phone img {
        width: 100% !important;
        height: auto;
    }

    /*遊戲項目-文字*/
    .MBmd .LiveBot .LiveText, .MBmd .LottoryBot .LiveText {
        font-size: 1em;
    }

    /*同一調整-End*/

    /*註冊*/
    .MBmd .swiper_register_m .item {
        height: 200px;
    }

        .MBmd .swiper_register_m .item .itemTop {
            font-size: 1em;
        }

        .MBmd .swiper_register_m .item .itembot {
            font-size: 0.7em;
        }

    /*存提優勢*/
    .MBmd .DwGood_Box .content .item {
        height: 150px;
    }

        .MBmd .DwGood_Box .content .item .itemTop {
            height: 70%;
        }

        .MBmd .DwGood_Box .content .item .itembot {
            width: 92%;
            height: 30%;
            font-size: 0.7em;
        }

    /*KUBET*/
    .MBmd .selectItem {
        height: 270px;
    }

        .MBmd .selectItem .imgBox {
            height: 100px;
        }

    .MBmd .selectItem_title {
        font-size: 0.9em;
        height: 38px;
    }

    .MBmd .selectItem_content {
        font-size: 0.75em;
    }

    .MBmd .selectBox .arrow_prev {
        width: 30px;
        height: 30px;
        left: 30%;
    }

    .MBmd .selectBox .arrow_next {
        width: 30px;
        height: 30px;
        right: 30%;
    }

    /*KU 體育*/
    .MBmd .SportBot .item {
        height: 150px;
    }

        .MBmd .SportBot .item .itemTop {
            height: 60%;
        }

        .MBmd .SportBot .item .itembot {
            height: 40%;
            font-size: 0.8em;
        }

    /*App*/
    .MBmd .btn_AppDowload {
        font-size: 1.2em;
        height: 40px;
    }

    .MBmd .bannerBox .appItem div span:first-child {
        font-size: 0.75em;
        top: 64%;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        font-size: 0.7em;
        top: 78%;
    }

    .bannerBox .appItem div span {
        width: 98%;
    }

    /*客戶見證*/
    .MBmd .footer_partner .companyBox .item {
        width: auto;
        height: 100px;
    }

    .MBmd .CustomerItem_title {
        font-size: 1.4em;
    }

    .MBmd .CustomerItem_content {
        font-size: 1em;
    }

    /*footer*/
    .MBmd .footer_top .contentBox {
        width: 90%;
    }

    .MBmd .footer_top .footer_item .title {
        font-size: 0.9em;
        height: 35px;
        margin: 5% 0;
    }

    .MBmd .footer_top .footer_item ul li img {
        margin-right: 8px;
        display: block;
    }

    .MBmd .footer_top > span {
        font-size: 1em;
    }
}

@media (max-width:430px) {
    .card-blog-img {
        height: 200px;
    } 

    .MBmd .languageBox {
        width: 22%;
        padding: 1% 0;
    }

        .MBmd .languageBox div:after {
            right: 10%;
        }

    .MBmd .flagBox {
        width: 75%;
    }

        .MBmd .flagBox img {
            width: 50px;
        }

    .MBmd .btn_register, .MBmd .btn_contact {
        font-size: 1.1em;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .MBmd .btn_contact {
        top: 50%;
    }

    /*同一調整-Start*/
    /*標題-文字*/
    .MBmd .sponsorBox .title, .MBmd .registerBox .title, .MBmd .DwGood_Box .title,
    .MBmd .content_Area02 .title, .MBmd .LiveTop .text_Box span:first-child,
    .MBmd .SportTop .text_Box span:first-child, .MBmd .LottoryTop .text_Box span:first-child,
    .MBmd .appBox .text_Box .title, .MBmd .footer_partner .title, .MBmd .footer_Customer .title {
        font-size: 1.5em;
        margin: 10% 0 5%;
    }

    .MBmd .footer_partner .title {
        margin: 0 0 5%;
    }

    .MBmd .content_Area02 .title_content, .MBmd .LiveTop .text_Box span:nth-child(2), .MBmd .SportTop .text_Box span:nth-child(2), .MBmd .LottoryTop .text_Box span:nth-child(2), .MBmd .appBox .text_Box .content01 span {
        font-size: 1.1em;
    }

    .MBmd .content_Area02 .title_content {
        width: 86%;
    }

    /*視訊按鈕-文字*/
    .MBmd .SportTop .text_Box, .MBmd .LiveTop .text_Box, .MBmd .LottoryTop .text_Box {
        width: 86%;
    }

        .MBmd .LiveTop .text_Box a, .MBmd .SportTop .text_Box a, .MBmd .LottoryTop .text_Box a {
            width: 50%;
            font-size: 1em;
        }

    .MBmd .btn_AllLive {
        width: 26%;
        padding: 1.5% 0 1.5% 1.5%;
        font-size: 0.9em;
    }

    /*視訊-樣式*/
    .MBmd .bannerTop .LiveTv, .MBmd .LiveTop .LiveTv_Box .LiveTv {
        border-radius: 10px;
    }

    .MBmd .LiveTop .text_Box a img, .MBmd .SportTop .text_Box a img, .MBmd .LottoryTop .text_Box a img {
        padding-top: 0;
        width: 7%;
    }

    /*圖片-尺寸*/
    .MBmd .swiper_Banner_m, .MBmd .sponsorBox, .MBmd .registerBox,
    .MBmd .DwGood_Box, .MBmd .selectBox, .MBmd .LiveBot, .MBmd .SportTop,
    .MBmd .SportBot, .MBmd .LottoryBot, .MBmd .appBox, .MBmd .swiper_company_m {
        width: 100%;
    }

    .MBmd .bannerTop {
        width: 96%;
        margin: 0 auto;
    }

    .MBmd .SportTop > img {
        width: 120%;
    }

    .MBmd .LottoryTop > img {
        width: 80%;
    }

    .MBmd .img_phone {
        margin: 8% 0;
        margin-left: 25%;
    }

        .MBmd .img_phone img {
            width: 100% !important;
            height: auto;
        }

    /*遊戲項目-文字*/
    .MBmd .LiveBot .LiveText, .MBmd .LottoryBot .LiveText {
        font-size: 1.1em;
    }

    /*同一調整-End*/

    /*註冊*/
    .MBmd .swiper_register_m .item {
        height: 280px;
    }

        .MBmd .swiper_register_m .item .itemTop {
            font-size: 1.3em;
        }

        .MBmd .swiper_register_m .item .itembot {
            font-size: 1em;
        }

    /*存提優勢*/
    .MBmd .DwGood_Box .content .item {
        height: 220px;
    }

        .MBmd .DwGood_Box .content .item .itembot {
            font-size: 1em;
        }

    /*KUBET*/
    .MBmd .selectItem {
        height: 360px;
    }

        .MBmd .selectItem .imgBox {
            height: 180px;
        }

    .MBmd .selectItem_title {
        font-size: 1em;
    }

    .MBmd .selectItem_content {
        font-size: 0.8em;
        line-height: 1.3em;
    }

    .MBmd .selectBox .arrow_prev {
        left: 12.5%;
    }

    .MBmd .selectBox .arrow_next {
        right: 12.5%;
    }

    /*KU 體育*/
    .MBmd .SportBot .item {
        height: 160px;
    }

        .MBmd .SportBot .item .itemTop {
            height: 60%;
        }

        .MBmd .SportBot .item .itembot {
            height: 40%;
            font-size: 1em;
        }

    /*App*/
    .MBmd .appBox .text_Box {
        width: 80%;
    }

        .MBmd .appBox .text_Box .title img {
            width: 20%;
        }

    .MBmd .btn_AppDowload {
        width: 76%;
        font-size: 1em;
        height: 40px;
    }

    .MBmd .bannerBox .appItem div span:first-child {
        top: 65%;
        font-size: 1em;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        top: 80%;
    }

    .bannerBox .appItem span {
        width: 98%;
        font-size: 0.8em;
    }

    /*合作夥伴*/
    .MBmd .footer_partner .companyBox .item {
        height: 90px;
    }

    /*客戶見證*/
    .MBmd .footer_Customer .contentBox {
        width: 88%;
    }

    .MBmd .CustomerItem {
        width: 86%;
    }

    .MBmd .btn_AppDowload img {
        width: 12%;
    }

    .MBmd .CustomerItem .imgBox {
        margin-bottom: 8%;
    }

    .MBmd .contentBox .arrow_next, .MBmd .contentBox .arrow_prev {
        top: -30px;
    }

    /*footer*/
    .MBmd .footer_top .contentBox {
        width: 86%;
    }

    .MBmd .footer_top .footer_item {
        width: 45%;
        margin: 0 10% 5% 0;
    }

        .MBmd .footer_top .footer_item:nth-child(1) {
            width: 90%;
        }

        .MBmd .footer_top .footer_item:nth-child(2) {
            width: 55%;
            margin-right: 0;
        }

        .MBmd .footer_top .footer_item:nth-child(3) {
            margin-right: 0;
        }

        .MBmd .footer_top .footer_item:nth-child(4) {
            width: 52%;
        }

    .footer_top .footer_item .title {
        margin: 8% 0 3%;
    }
}

@media (max-width:390px) {
    .card-blog-img {
        height: 180px;
    } 

    .MBmd .content_Area02 .title_content, .MBmd .LiveTop .text_Box span:nth-child(2), .MBmd .SportTop .text_Box span:nth-child(2), .MBmd .LottoryTop .text_Box span:nth-child(2), .MBmd .appBox .text_Box .content01 span {
        font-size: 1em;
    }

    .MBmd .btn_register, .MBmd .btn_contact {
        height: 120px;
        font-size: 0.9em;
    }

    .MBmd .btn_FbMessage, .MBmd .btn_GoTop {
        width: 42px;
        height: 42px;
        right: 2.5%;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        top: 82%;
    }

    .MBmd .footer_top .contentBox {
        width: 90%;
    }
}

@media (max-width:375px) {
    .MBmd .btn_register, .MBmd .btn_contact {
        width: 32px;
        height: 110px;
        font-size: 0.8em;
    }

    .MBmd .btn_FbMessage, .MBmd .btn_GoTop {
        width: 36px;
        height: 36px;
        right: 2.5%;
    }

    .MBmd .flagBox {
        width: 86%;
    }

    .MBmd .sponsorBox .title, .MBmd .registerBox .title, .MBmd .DwGood_Box .title, .MBmd .content_Area02 .title, .MBmd .LiveTop .text_Box span:first-child, .MBmd .SportTop .text_Box span:first-child, .MBmd .LottoryTop .text_Box span:first-child, .MBmd .appBox .text_Box .title, .MBmd .footer_partner .title, .MBmd .footer_Customer .title {
        font-size: 1.4em;
    }

    .MBmd .content_Area02 .title_content, .MBmd .LiveTop .text_Box span:nth-child(2), .MBmd .SportTop .text_Box span:nth-child(2), .MBmd .LottoryTop .text_Box span:nth-child(2) {
        font-size: 1em;
    }

    .MBmd .swiper_register_m .item .itembot, .MBmd .DwGood_Box .content .item .itembot {
        font-size: 0.9em;
    }

    .MBmd .LiveTop .text_Box a, .MBmd .SportTop .text_Box a, .MBmd .LottoryTop .text_Box a {
        font-size: 0.9em;
    }

    .MBmd .selectItem {
        height: 340px;
    }

        .MBmd .selectItem .imgBox {
            height: 170px;
        }

    .MBmd .appBox .text_Box .title img {
        width: 15%;
    }

    .MBmd .bannerBox .appItem div span:first-child {
        font-size: 0.9em;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        top: 82%;
    }

    .footer_top .footer_item .title {
        margin: 5px 0 10px;
    }

    .MBmd .footer_Customer .contentBox {
        font-size: 0.9em;
    }

    .MBmd .footer_top .footer_item .title {
        font-size: 0.8em;
    }

    .MBmd .footer_top > span {
        font-size: 0.8em;
    }
}

@media (max-width:360px) {
    .card-blog-img {
        height: 165px;
    }

    .MBmd .btn_AllLive {
        width: 120px;
    }

    .MBmd .selectItem {
        height: 310px;
    }

        .MBmd .selectItem .imgBox {
            height: 135px;
        }
}

@media (max-width:330px) {
    .card-blog-img {
        height: 155px;
    }

    /*同一調整-Start*/
    .MBmd .sponsorBox .title, .MBmd .registerBox .title, .MBmd .DwGood_Box .title, .MBmd .content_Area02 .title, .MBmd .LiveTop .text_Box span:first-child, .MBmd .SportTop .text_Box span:first-child, .MBmd .LottoryTop .text_Box span:first-child, .MBmd .appBox .text_Box .title, .MBmd .footer_partner .title, .MBmd .footer_Customer .title {
        font-size: 1.2em;
    }

    .MBmd .content_Area02 .title_content, .MBmd .LiveTop .text_Box span:nth-child(2), .MBmd .SportTop .text_Box span:nth-child(2), .MBmd .LottoryTop .text_Box span:nth-child(2), .MBmd .DwGood_Box .content .item .itembot, .MBmd .appBox .text_Box .content01 span {
        font-size: 0.8em;
    }

    .MBmd .SportTop .text_Box, .MBmd .LiveTop .text_Box, .MBmd .LottoryTop .text_Box {
        width: 90%;
    }

    .MBmd .content_Area02 .title_content {
        width: 90%;
    }

    .MBmd .LiveTop .text_Box a, .MBmd .SportTop .text_Box a, .MBmd .LottoryTop .text_Box a {
        font-size: 0.95em;
        height: 30px;
    }

        .MBmd .LiveTop .text_Box a img, .MBmd .SportTop .text_Box a img, .MBmd .LottoryTop .text_Box a img {
            padding-top: 1px;
            width: 7%;
        }

    .MBmd .contentBox .arrow_prev, .MBmd .contentBox .arrow_next {
        width: 22px;
        height: 22px;
    }

    /*遊戲-樣式*/
    .MBmd .LiveItem .imgBox, .MBmd .SportBot .item, .MBmd .swiper_register_m .item, .DwGood_Box .content .item {
        border-radius: 43px;
    }
    /*同一調整-End*/

    .MBmd .btn_register, .MBmd .btn_contact {
        width: 28px;
        height: 100px;
        font-size: 0.7em;
        top: 30%;
    }

    .MBmd .btn_contact {
        top: 55%;
    }

    .MBmd .btn_FbMessage, .MBmd .btn_GoTop {
        width: 32px;
        height: 32px;
        right: 2.5%;
    }

    .MBmd .btn_FbMessage {
        bottom: 12%;
    }


    .MBmd .flagBox img {
        width: 43px;
    }

    .MBmd .languageBox {
        right: 2%;
        width: 25%;
        padding: 1% 0;
    }

        .MBmd .languageBox > div {
            font-size: 0.7em;
        }

        .MBmd .languageBox .selectBox {
            border-radius: 8px
        }

            .MBmd .languageBox .selectBox ul li {
                height: 23px;
            }

    /*贊助專區*/
    .MBmd .btn_AllLive {
        width: 90px;
        font-size: 0.7em;
        padding: 2% 0 2% 1.5%;
        right: 3%;
    }

        .MBmd .btn_AllLive img {
            width: 14%;
            margin: 0;
        }

    /*註冊*/
    .MBmd .swiper_register_m .item {
        height: 230px;
    }

        .MBmd .swiper_register_m .item .itemTop {
            font-size: 1.1em;
        }

    /*存提優勢*/
    .MBmd .DwGood_Box .content .item {
        height: 180px;
    }

    /*KUBET*/
    .MBmd .selectItem {
        height: 300px;
    }

        .MBmd .selectItem .imgBox {
            height: 126px;
        }

    .MBmd .selectItem_content {
        margin: 8% auto 0;
        font-size: 0.75em;
    }

    /*KU體育*/
    .MBmd .SportBot .item {
        height: 155px;
    }

        .MBmd .SportBot .item .itembot {
            font-size: 0.9em;
        }

    /*App*/
    .MBmd .btn_AppDowload {
        width: 72%;
        font-size: 0.95em;
        height: 34px;
    }

    .MBmd .bannerBox .appItem div span:first-child {
        font-size: 0.8em;
        top: 62%;
    }

    .MBmd .bannerBox .appItem div span:nth-child(2) {
        font-size: 0.7em;
        top: 78%;
    }

    /*客戶見證*/
    .MBmd .CustomerItem_title {
        font-size: 1.2em;
    }

    .MBmd .CustomerItem_content {
        font-size: 0.9em;
    }

    .MBmd .CustomerItem .imgBox img {
        width: 50%;
    }

    /*fotter*/
    .MBmd .footer_top .contentBox {
        width: 94%;
    }

    .MBmd .footer_top > span {
        font-size: 0.7em;
    }

    .MBmd .footer_top .footer_item ul li img {
        margin-right: 5px;
    }

    .MBmd .footer_top > span {
        font-size: 0.7em;
    }
}
