﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

input, textarea {
    margin: 0;
    padding: 0;
}

* {
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

abbr, acronym {
    border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child + html .clearfix {
    min-height: 1%;
}

body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto', 'Noto Sans TC',Arial,"微軟正黑體","新細明體", sans-serif;
    font-weight: normal;
    color: #333;
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

    a:hover {
        text-decoration: none;
    }

select, input, textarea, button {
    font-family: 'Roboto', 'Noto Sans TC',Arial,"微軟正黑體","新細明體", sans-serif;
}

*:link, *:visited, *:hover, *:active, *:focus, * {
    border: none;
    outline: none;
}

html {
    height: 100%;
}
/*body{ height: 100%; }*/

/*===== start ======*/
body {
    min-width: 320px;
}

.ContentsBox {
    max-width: 1380px;
    margin: 0 auto;
}

.ad300x100 {
    width: 300px;
    height: 100px;
    display: inline-block;
}

.ad300x600 {
    width: 300px;
    height: 600px;
    display: inline-block;
}

.ad300x250 {
    width: 300px;
    height: 250px;
    display: inline-block;
}

.ad970x250 {
    width: 970px;
    height: 250px;
    display: inline-block;
}
/*header*/
.HeaderBox {
    width: 100%;
    padding: 14px 0 0 0;
    min-height: 30px;
    background-color: #fff;
    z-index: 16;
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

    .HeaderBox .Menu h1.Gotoplay123_logo {
        float: left;
        text-indent: -9999px;
    }

        .HeaderBox .Menu h1.Gotoplay123_logo a {
            width: 145px;
            height: 83px;
            display: block;
            background: url(/images/logo.png) center left no-repeat;
            background-size: contain;
        }

    .HeaderBox .Menu ul.menu {
        float: left;
        padding-left: 90px;
    }

        .HeaderBox .Menu ul.menu li {
            float: left;
        }

            .HeaderBox .Menu ul.menu li p {
                position: relative;
                font-size: 17px;
            }

                .HeaderBox .Menu ul.menu li p a {
                    line-height: 60px;
                    padding: 10px 35px 25px 35px;
                    color: #6e6d6d;
                    display: block;
                    cursor: pointer;
                    position: relative;
                }

                    .HeaderBox .Menu ul.menu li p a:hover {
                        color: #f08700;
                    }

                .HeaderBox .Menu ul.menu li p.btn_in a {
                    color: #f08700;
                }

                    .HeaderBox .Menu ul.menu li p.btn_in a::after {
                        position: absolute;
                        bottom: 0px;
                        left: 0;
                        content: "";
                        width: 100%;
                        height: 4px;
                        display: block;
                        background-color: #f08700;
                    }

    .HeaderBox .Menu .searchBox {
        width: 100%;
        max-width: 195px;
        float: left;
        position: relative;
    }

        .HeaderBox .Menu .searchBox input {
            width: calc(100% - 65px);
            height: 45px;
            line-height: 45px;
            color: #333;
            -moz-border-radius: 40px;
            -webkit-border-radius: 40px;
            border-radius: 40px;
            background-color: #f6f6f6;
            font-size: 15px;
            padding: 0 45px 0 20px;
        }

            .HeaderBox .Menu .searchBox input::-webkit-input-placeholder { /* WebKit browsers */
                color: #888888;
            }

            .HeaderBox .Menu .searchBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                color: #888888;
            }

            .HeaderBox .Menu .searchBox input::-moz-placeholder { /* Mozilla Firefox 19+ */
                color: #888888;
            }

            .HeaderBox .Menu .searchBox input:-ms-input-placeholder { /* Internet Explorer 10+ */
                color: #888888;
            }

        .HeaderBox .Menu .searchBox::after {
            content: '\f002';
            width: 40px;
            height: 45px;
            line-height: 45px;
            position: absolute;
            top: 0px;
            cursor: pointer;
            right: 0px;
            color: #cfcfcf;
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
        }
    /*.HeaderBox .Menu .searchBox input[type=text], .HeaderBox .Menu .searchBox textarea { -webkit-transition: all 0.30s ease-in-out;  -moz-transition: all 0.30s ease-in-out;  -ms-transition: all 0.30s ease-in-out;  -o-transition: all 0.30s ease-in-out;  outline: none;}
.HeaderBox .Menu .searchBox input[type=text]:focus, .HeaderBox .Menu .searchBox textarea:focus { background-color: #000;}*/

    .HeaderBox .Menu ul.userBox {
        float: right;
        text-align: right;
        padding: 28px 0 10px 0;
    }

        .HeaderBox .Menu ul.userBox li {
            display: inline-block;
            margin: 0 10px;
            position: relative;
        }

            .HeaderBox .Menu ul.userBox li p a {
                color: #666;
            }

                .HeaderBox .Menu ul.userBox li p a:hover {
                    text-decoration: underline;
                }

                .HeaderBox .Menu ul.userBox li p a.p_green {
                    color: #68b82d;
                }

                .HeaderBox .Menu ul.userBox li p a.p_org {
                    color: #f08700;
                }

            .HeaderBox .Menu ul.userBox li p.login {
                position: relative;
                padding-left: 45px;
                cursor: pointer;
            }

                .HeaderBox .Menu ul.userBox li p.login span.img_avatar {
                    position: absolute;
                    left: 0;
                    top: -10px;
                    width: 38px;
                    height: 38px;
                    display: inline-block;
                    background-color: #f6f6f6;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                }

            .HeaderBox .Menu ul.userBox li ul.user_toolBox {
                display: none;
                position: absolute;
                top: 40px;
                right: 0;
                z-index: 14;
                width: 176px;
                background-color: #fff;
                padding: 15px 0;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                overflow: hidden;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            }

                .HeaderBox .Menu ul.userBox li ul.user_toolBox li {
                    text-align: center;
                    display: block;
                }

                    .HeaderBox .Menu ul.userBox li ul.user_toolBox li p a {
                        line-height: 23px;
                        padding: 8px 0;
                        display: block;
                    }

                        .HeaderBox .Menu ul.userBox li ul.user_toolBox li p a:hover {
                            color: #f08700;
                            text-decoration: none;
                        }

    .HeaderBox .Menu .other_tools {
        float: right;
        padding: 16px 16px 16px 0;
    }

    .HeaderBox .the_language {
        width: 120px;
        float: left;
        position: relative;
    }

        .HeaderBox .the_language .form-select {
            max-width: 125px;
            border: none;
            display: block;
            background-color: transparent;
            width: 100%;
            height: 45px;
            -moz-border-radius: 45px;
            -webkit-border-radius: 45px;
            border-radius: 45px;
            padding: 0 20px;
            font-size: 15px;
            line-height: 24px;
            color: #666666;
            -webkit-appearance: none; /* Chrome */
            -moz-appearance: none; /* Firefox */
            text-indent: 0.01px text-overflow: ' '; /* space */
        }

            .HeaderBox .the_language .form-select::-ms-expand {
                display: none;
            }
        /*IE 10 */
        .HeaderBox .the_language::after {
            content: "\f107";
            position: absolute;
            top: 15px;
            color: #555;
            right: 15px;
            display: inline-block;
            font-family: Font Awesome\ 5 Free;
            font-size: inherit;
            text-rendering: auto;
            font-weight: 900;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .HeaderBox .subMenuBox {
        display: none;
        position: fixed;
        top: 109px;
        left: 0;
        width: 100%;
        background-color: rgba(0,0,0,.7);
        padding: 15px 0;
        z-index: 10;
    }

        .HeaderBox .subMenuBox ul.Activities_list {
            float: left;
            width: calc(100% - 310px);
            text-align: left;
            padding-top: 10px;
        }

            .HeaderBox .subMenuBox ul.Activities_list li {
                display: inline-block;
                padding-right: 10px;
            }

                .HeaderBox .subMenuBox ul.Activities_list li p {
                    font-size: 16px;
                    min-width: 100px;
                    position: relative;
                    padding-left: 20px;
                }

                    .HeaderBox .subMenuBox ul.Activities_list li p::before {
                        content: "\f105";
                        position: absolute;
                        left: 0;
                        top: 11px;
                        font-family: Font Awesome\ 5 Free;
                        font-weight: 900;
                        color: #fff;
                    }

                    .HeaderBox .subMenuBox ul.Activities_list li p a {
                        color: #fff;
                        line-height: 40px;
                        padding: 0;
                    }

                    .HeaderBox .subMenuBox ul.Activities_list li p:hover {
                        color: #f08700;
                    }

        .HeaderBox .subMenuBox .ad300x100 {
            float: right;
        }

/**/
.middle_contents {
    width: 100%;
    background-color: #f8f9fa;
    padding: 40px 0;
    padding-top: 109px;
}

    .middle_contents .ContentsBox {
        padding-top: 40px;
    }

    .middle_contents .leftBox {
        float: left;
        width: calc(100% - 325px);
    }

        .middle_contents .leftBox h2.h2_title {
            font-size: 24px;
            padding-bottom: 25px;
            position: relative;
            font-weight: bold;
            padding-left: 50px;
        }

            .middle_contents .leftBox h2.h2_title::after {
                content: "";
                position: absolute;
                top: -8px;
                left: 0px;
                width: 45px;
                height: 45px;
            }

        .middle_contents .leftBox h2.h2_icon_01::after {
            background: url(/images/event_type_icon_01.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_02::after {
            background: url(/images/event_type_icon_02.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_03::after {
            background: url(/images/event_type_icon_03.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_04::after {
            background: url(/images/event_type_icon_04.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_05::after {
            background: url(/images/event_type_icon_05.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_06::after {
            background: url(/images/event_type_icon_06.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_07::after {
            background: url(/images/event_type_icon_07.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_08::after {
            background: url(/images/event_type_icon_08.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_09::after {
            background: url(/images/event_type_icon_09.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_10::after {
            background: url(/images/event_type_icon_10.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_11::after {
            background: url(/images/event_type_icon_11.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_12::after {
            background: url(/images/event_type_icon_12.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_13::after {
            background: url(/images/event_type_icon_13.png) center center no-repeat;
            background-size: contain;
        }

        .middle_contents .leftBox h2.h2_icon_14::after {
            background: url(/images/event_type_icon_14.png) center center no-repeat;
            background-size: contain;
        }


        .middle_contents .leftBox h2.h2_title a {
            color: #333;
        }

            .middle_contents .leftBox h2.h2_title a.more {
                position: absolute;
                top: 12px;
                right: 0;
                font-size: 15px;
                color: #68b82d;
                padding-right: 5px;
            }

                .middle_contents .leftBox h2.h2_title a.more:hover {
                    text-decoration: underline;
                }

        .middle_contents .leftBox h2.h2_title span {
            color: #848484;
            padding-left: 8px;
            font-size: 16px;
            font-weight: normal;
        }

        .middle_contents .leftBox ul.events_list {
            width: 100%;
            padding-bottom: 50px;
        }

            .middle_contents .leftBox ul.events_list li {
                width: calc(33.333% - 20px);
                float: left;
                margin: 0 15px 28px;
                background-color: #fff;
                -moz-box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.1);
                -webkit-box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.1);
                box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.1);
            }

                .middle_contents .leftBox ul.events_list li:nth-child(1) {
                    margin-left: 0;
                }

                .middle_contents .leftBox ul.events_list li:nth-child(3) {
                    margin-right: 0;
                }

                .middle_contents .leftBox ul.events_list li:nth-child(4) {
                    display: none;
                }

        .middle_contents .leftBox .events_list .photo {
            height: 230px;
            position: relative;
            background-size: cover;
            background-color: #eee;
            background-repeat: no-repeat;
            background-position: center center;
        }

            .middle_contents .leftBox .events_list .photo:hover {
                opacity: .9;
            }

            .middle_contents .leftBox .events_list .photo p.where {
                position: absolute;
                bottom: 10px;
                right: 10px;
                font-size: 14px;
                line-height: 24px;
                padding: 3px 15px;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                border-radius: 20px;
                color: #fff;
                background-color: rgba(0,0,0,.8);
            }

        .middle_contents .leftBox .event_post_Summery {
            padding: 12px 0 10px;
            width: calc(100% - 30px);
            margin: 0 auto;
        }

            .middle_contents .leftBox .event_post_Summery p.date {
                font-size: 15px;
                color: #777777;
                padding-bottom: 3px;
            }

            .middle_contents .leftBox .event_post_Summery h3.even_name {
                font-size: 20px;
                line-height: 30px;
                height: 30px;
                display: block;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                -webkit-line-clamp: 1;
                height: 30px * 1;
            }

                .middle_contents .leftBox .event_post_Summery h3.even_name a {
                    color: #333;
                }

                    .middle_contents .leftBox .event_post_Summery h3.even_name a:hover {
                        color: #68b82d;
                    }

            .middle_contents .leftBox .event_post_Summery .other_info {
                width: 100%;
                padding-top: 8px;
            }

                .middle_contents .leftBox .event_post_Summery .other_info p {
                    float: left;
                    color: #a3a3a3;
                    font-size: 13px;
                    line-height: 16px;
                    padding-right: 10px;
                    position: relative;
                    padding-left: 20px;
                    margin-bottom: 8px;
                }

                    .middle_contents .leftBox .event_post_Summery .other_info p::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        font-weight: 900;
                        font-family: Font Awesome\ 5 Free;
                    }

                    .middle_contents .leftBox .event_post_Summery .other_info p.heart::before {
                        content: "\f004";
                    }

                    .middle_contents .leftBox .event_post_Summery .other_info p.eye::before {
                        content: "\f06e";
                    }

                    .middle_contents .leftBox .event_post_Summery .other_info p.good::before {
                        content: "\f164";
                    }

    .middle_contents .rightAD {
        float: right;
        width: 300px;
    }

    .middle_contents .AdBox {
        width: 100%;
    }

        .middle_contents .AdBox .ad300x600 {
            margin-bottom: 30px;
        }

            .middle_contents .AdBox .ad300x600:nth-child(odd) {
                display: none;
            }

    .middle_contents .leftBox .AdBox {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }

        .middle_contents .leftBox .AdBox .ad300x100 {
            margin: 0 10px 15px 10px;
        }

            .middle_contents .leftBox .AdBox .ad300x100:nth-child(4) {
                display: none;
            }

    .middle_contents .leftBox .AdBox2 {
        text-align: center;
        padding-bottom: 30px;
        display: none;
    }

    .middle_contents .leftBox .AdBox3 {
        width: 100%;
        overflow-x: auto;
        height: 280px;
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 10px;
    }

        .middle_contents .leftBox .AdBox3 .ad970x250 {
            display: block;
        }


/**/
.main_kv_video {
    width: 100%;
    height: 400px;
    z-index: 10;
    position: relative;
}

.index_mainBanner {
    width: 100%;
    position: relative;
    height: 400px;
}

    .index_mainBanner::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 400px;
        display: block;
        z-index: 13;
        top: 0;
        left: 0;
        background-color: rgba(169, 227, 255, 0.3); /*-webkit-filter:blur(3px);*/
    }

    .index_mainBanner p.source {
        color: #fff;
        position: absolute;
        right: 2%;
        bottom: 10px;
        z-index: 14;
    }

.main_searchBox {
    width: 950px;
    height: 60px;
    background-image: url(/images/br_00.png);
    background-position: 0 0;
    background-repeat: repeat;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -475px;
    z-index: 14;
}

    .main_searchBox .the_item {
        width: calc( (100% - 152px) / 4);
        float: left;
        position: relative;
    }

        .main_searchBox .the_item .form-select {
            float: left;
            border: none;
            display: block;
            background-color: transparent;
            width: 100%;
            height: 60px;
            padding: 0px 10px 0px 20px;
            font-size: 15px;
            line-height: 60px;
            color: #fff;
            -webkit-appearance: none; /* Chrome */
            -moz-appearance: none; /* Firefox */
            text-indent: 0.01px text-overflow: ' '; /* space */
        }

            .main_searchBox .the_item .form-select::-ms-expand {
                display: none;
            }
        /*IE 10 */
        .main_searchBox .the_item::after {
            content: "\f107";
            position: absolute;
            text-align: center;
            top: 0;
            width: 40px;
            height: 60px;
            line-height: 60px;
            color: #fff;
            right: 0px;
            display: inline-block;
            font-family: Font Awesome\ 5 Free;
            font-size: inherit;
            text-rendering: auto;
            font-weight: 900;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .main_searchBox .the_item select option {
            color: #333;
        }

    .main_searchBox .the_data {
        float: left;
        width: calc( (100% - 152px) / 4);
        position: relative;
        border: none;
        display: block;
        background-color: transparent;
        -webkit-appearance: none; /* Chrome */
        -moz-appearance: none; /* Firefox */
        text-indent: 0.01px text-overflow: ' '; /* space */
    }

        .main_searchBox .the_data input {
            background: transparent;
            color: #fff;
            width: calc(100% - 50px);
            font-size: 15px;
            height: 60px;
            line-height: 60px;
            padding: 0px 10px 0px 40px;
        }

            .main_searchBox .the_data input::-webkit-input-placeholder { /* WebKit browsers */
                color: #fff;
            }

            .main_searchBox .the_data input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                color: #fff;
            }

            .main_searchBox .the_data input::-moz-placeholder { /* Mozilla Firefox 19+ */
                color: #fff;
            }

            .main_searchBox .the_data input:-ms-input-placeholder { /* Internet Explorer 10+ */
                color: #fff;
            }

        .main_searchBox .the_data::before {
            content: '\f073';
            text-align: center;
            position: absolute;
            width: 40px;
            color: #fff;
            height: 60px;
            line-height: 60px;
            top: 0;
            left: 0;
            cursor: pointer;
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
        }

        .main_searchBox .the_data::after {
            content: '\f107';
            text-align: center;
            width: 40px;
            height: 60px;
            line-height: 60px;
            position: absolute;
            top: 0px;
            cursor: pointer;
            right: 0px;
            color: #fff;
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
        }

    .main_searchBox:nth-child(1) {
        display: none;
    }

    .main_searchBox p.btn {
        float: right;
        width: 144px;
        text-align: center;
    }

        .main_searchBox p.btn a {
            cursor: pointer;
            color: #fff;
            width: 100%;
            height: 60px;
            line-height: 60px;
            display: block;
            background-color: #f08700;
            font-size: 16px;
        }

            .main_searchBox p.btn a:hover {
                background-color: #ff8f00;
            }

.gotopaly_noticeBox .leftBox {
    max-width: 970px;
}

    .gotopaly_noticeBox .leftBox p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
        text-align: justify;
    }

    .gotopaly_noticeBox .leftBox h2.h2_title {
        padding-left: 0;
    }

    .gotopaly_noticeBox .leftBox h3 {
        color: #68b82d;
        font-size: 18px;
        font-weight: bold;
        padding: 20px 0;
        line-height: 28px;
        text-align: justify;
    }

    .gotopaly_noticeBox .leftBox h4 {
        font-size: 16px;
        color: #666;
        font-weight: bold;
        line-height: 26px;
        padding: 20px 0;
    }

    .gotopaly_noticeBox .leftBox ul.info_list {
        list-style-type: decimal;
        padding: 0 0 40px 25px;
        color: #666;
    }

        .gotopaly_noticeBox .leftBox ul.info_list li {
            padding-bottom: 10px;
        }

            .gotopaly_noticeBox .leftBox ul.info_list li p {
            }

                .gotopaly_noticeBox .leftBox ul.info_list li p a {
                    color: #68b82d;
                }

                    .gotopaly_noticeBox .leftBox ul.info_list li p a:hover {
                        text-decoration: underline;
                    }

.gotopaly_noticeBox .img_illBox {
    width: 100%;
    padding: 10px 0 30px 0;
    text-align: center;
}

.gotopaly_noticeBox .bothBox {
    width: 100%;
    padding-bottom: 20px;
}

    .gotopaly_noticeBox .bothBox .lBox {
        float: left;
        width: 60%;
    }

    .gotopaly_noticeBox .bothBox .rBox {
        float: left;
        width: 35%;
        padding-left: 5%;
    }


/*footer*/
.FooterBox {
    width: 100%;
    border-top: 4px solid #494744;
}

    .FooterBox .ContentsBox {
        position: relative;
    }

    .FooterBox .serviceBox {
        width: 100%;
        background-color: #f2f0eb;
        padding: 32px 0;
    }

        .FooterBox .serviceBox .infoBox {
            float: left;
            width: calc(22% - 10px);
            padding-right: 10px;
        }

            .FooterBox .serviceBox .infoBox h4 {
                font-size: 16px;
                color: #666;
                line-height: 26px;
                font-weight: bold;
                padding-bottom: 10px;
            }

            .FooterBox .serviceBox .infoBox h5 {
                font-size: 14px;
                color: #666;
                line-height: 26px;
                padding-bottom: 10px;
            }

            .FooterBox .serviceBox .infoBox p {
                line-height: 26px;
                color: #666;
            }

                .FooterBox .serviceBox .infoBox p a {
                    color: #666;
                    word-break: keep-all;
                }

                    .FooterBox .serviceBox .infoBox p a:hover {
                        text-decoration: underline;
                    }

                .FooterBox .serviceBox .infoBox p.company {
                    font-size: 14px;
                    color: #959595;
                    line-height: 22px;
                    padding-top: 10px;
                }

                .FooterBox .serviceBox .infoBox p.doubt {
                    max-width: 328px;
                    color: #959595;
                    font-size: 14px; /*font-weight: bold;*/
                }

                    .FooterBox .serviceBox .infoBox p.doubt span {
                        font-weight: bold;
                    }

        .FooterBox .serviceBox .box-w {
            width: calc(28% - 10px);
        }

        .FooterBox .serviceBox .infoBox .followUsBox {
            width: 100%;
        }

        .FooterBox .serviceBox .infoBox p.icon {
            text-align: left;
        }

        .FooterBox .serviceBox .infoBox .followUsBox p.icon a {
            width: 40px;
            height: 40px;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 10px;
        }

            .FooterBox .serviceBox .infoBox .followUsBox p.icon a.fb {
                background-image: url(/images/follow_us_icon_fb.png);
            }

            .FooterBox .serviceBox .infoBox .followUsBox p.icon a.youtube {
                background-image: url(/images/follow_us_icon_youtube.png);
            }

            .FooterBox .serviceBox .infoBox .followUsBox p.icon a.line {
                background-image: url(/images/follow_us_icon_line.png);
            }

            .FooterBox .serviceBox .infoBox .followUsBox p.icon a.ig {
                background-image: url(/images/follow_us_icon_ig.png);
            }

            .FooterBox .serviceBox .infoBox .followUsBox p.icon a:hover {
                opacity: .9;
            }

        .FooterBox .serviceBox .infoBox .shareUsBox {
            width: 100%;
        }

            .FooterBox .serviceBox .infoBox .shareUsBox p.icon a {
                color: #ffffff;
                display: inline-block;
                padding: 3px 14px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                background-color: #b8b4ab;
                padding-left: 30px;
                margin: 0 5px 5px 0;
            }

                .FooterBox .serviceBox .infoBox .shareUsBox p.icon a.fb {
                    background: url(/images/follow_us_icon_fb_gray.png) center left no-repeat #b8b4ab;
                    background-size: contain;
                }

                .FooterBox .serviceBox .infoBox .shareUsBox p.icon a.line {
                    background: url(/images/follow_us_icon_line_gray.png) 5px center no-repeat #b8b4ab;
                    background-size: contain;
                    padding-left: 40px;
                }

                .FooterBox .serviceBox .infoBox .shareUsBox p.icon a:hover {
                    text-decoration: none;
                }

                .FooterBox .serviceBox .infoBox .shareUsBox p.icon a.fb:hover {
                    background: url(/images/follow_us_icon_fb_gray.png) center left no-repeat #3b5998;
                    background-size: contain;
                }

                .FooterBox .serviceBox .infoBox .shareUsBox p.icon a.line:hover {
                    background: url(/images/follow_us_icon_line_gray.png) 5px center no-repeat #00c200;
                    background-size: contain;
                }

    .FooterBox .downloadAppBox {
        width: 100%;
        background-color: #f8f9fa;
        padding: 25px 0 0 0;
    }

        .FooterBox .downloadAppBox .lBox {
            float: left;
            padding-bottom: 20px;
        }

            .FooterBox .downloadAppBox .lBox h5 {
                color: #666;
                font-size: 16px;
                padding-bottom: 10px;
            }

            .FooterBox .downloadAppBox .lBox ul {
                width: 100%;
            }

                .FooterBox .downloadAppBox .lBox ul li {
                    float: left;
                    margin-right: 10px;
                }

                    .FooterBox .downloadAppBox .lBox ul li a.btn {
                        text-indent: -9999px;
                        width: 250px;
                        height: 75px;
                        display: inline-block;
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                        overflow: hidden;
                    }

                    .FooterBox .downloadAppBox .lBox ul li a.qrcode {
                        width: 75px;
                        height: 75px;
                        display: inline-block;
                        margin: 0 10px 0px 10px;
                    }

                    .FooterBox .downloadAppBox .lBox ul li.ios a.btn {
                        background: url(/images/downloadAppBox_ios.png) center center no-repeat #fff;
                        background-size: contain;
                    }

                    .FooterBox .downloadAppBox .lBox ul li.ios a.qrcode {
                        background: url(/images/downloadAppBox_ios_qrcode.png) center center no-repeat;
                        background-size: contain;
                    }

                    .FooterBox .downloadAppBox .lBox ul li.android a.btn {
                        background: url(/images/downloadAppBox_android.png) center center no-repeat #fff;
                        background-size: contain;
                    }

                    .FooterBox .downloadAppBox .lBox ul li.android a.qrcode {
                        background: url(/images/downloadAppBox_android_qrcode.png) center center no-repeat;
                        background-size: contain;
                    }

        .FooterBox .downloadAppBox .fbBox {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            max-width: 380px; /* background-color: #b8b4ab;*/
            overflow: hidden;
        }

            .FooterBox .downloadAppBox .fbBox .fb-page {
                height: 130px;
            }

    .FooterBox .copyright {
        width: 100%;
        background-color: #333333;
        padding: 35px 0;
    }

        .FooterBox .copyright p {
            text-align: center;
            color: #fff;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: 1px;
        }

/*螢幕右下角*/
.fixed_screenBox {
    position: fixed;
    bottom: 205px;
    right: 15px;
    z-index: 15;
    text-align: right;
}

    .fixed_screenBox p.teachingBox {
        text-indent: -9999px;
    }

        .fixed_screenBox p.teachingBox a {
            width: 74px;
            height: 93px;
            color: transparent;
            display: inline-block;
            background: url(/images/img_teaching.png);
            background-size: contain;
        }

    .fixed_screenBox a.go_top {
        width: 74px;
        height: 55px;
        cursor: pointer;
        display: inline-block;
        background: url(/images/img_gotop.png) center center no-repeat;
        background-size: contain;
    }

        .fixed_screenBox a.go_top:hover {
            opacity: .9;
        }

.Ad_please {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 14;
    width: 200px;
    height: 216px;
    display: block;
    background: url(/images/img_ad_please.png);
    background-size: contain;
}

/*register & login*/
.registerBox {
    width: 100%;
    min-height: 100vh;
    background: url(/images/br/br_01.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .registerBox .ContentsBox {
        padding: 80px 0;
        max-width: 460px;
    }

    .registerBox h1.Gotoplay123_logo {
        width: 100%;
    }

        .registerBox h1.Gotoplay123_logo a {
            width: 150px;
            height: 88px;
            margin: 0 auto 30px auto;
            display: block;
            background: url(/images/logo.png) center center no-repeat;
            background-size: contain;
        }

    .registerBox h2 {
        font-size: 20px;
        color: #555;
        text-align: center;
        padding-bottom: 25px;
    }

    .registerBox p.send {
        text-align: center;
        line-height: 26px;
        padding-bottom: 20px;
    }

        .registerBox p.send span {
            color: #68b82d;
        }

.fillinBox {
    width: calc(100% - 110px);
    padding: 40px 55px;
    background-color: #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 35px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
}

    .fillinBox input.tbox, .fillinBox textarea.tbox {
        width: calc(100% - 30px);
        color: #333;
        margin-bottom: 10px;
        font-size: 15px;
        background-color: #f3f3f3;
        height: 35px;
        line-height: 35px;
        padding: 5px 15px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .fillinBox textarea.tbox {
        line-height: 26px;
    }

        .fillinBox input.tbox::-webkit-input-placeholder, .fillinBox textarea.tbox::-webkit-input-placeholder {
            color: #888888;
        }
        /* WebKit browsers */
        .fillinBox input.tbox::-moz-placeholder, .fillinBox textarea.tbox::-moz-placeholder {
            color: #888888;
        }
        /* Mozilla Firefox 4 to 18 */
        .fillinBox input.tbox::-ms-input-placeholder, .fillinBox textarea.tbox::-ms-input-placeholder {
            color: #888888;
        }
        /* Internet Explorer 10+ */
        .fillinBox input.tbox[type=text], .fillinBox textarea.tbox[type=text] {
            -webkit-transition: all 0.30s ease-in-out;
            -moz-transition: all 0.30s ease-in-out;
            -ms-transition: all 0.30s ease-in-out;
            -o-transition: all 0.30s ease-in-out;
            outline: none;
        }

            .fillinBox input.tbox[type=text]:focus, .fillinBox textarea.tbox[type=text]:focus {
                background-color: #faf4ed;
                box-shadow: 0 0 10px 2px #f2951e;
            }

    .fillinBox input.tbox.required, .fillinBox input.tbox.required:focus {
        background-color: #fff1fd;
    }

    .fillinBox p.p_s_note {
        font-size: 13px;
        color: #9e9e9e;
        padding: 0 15px 10px 15px;
    }

    .fillinBox p.for_note {
        color: #F94F4F;
        font-size: 13px;
        padding-bottom: 15px;
        position: relative;
    }

        .fillinBox p.for_note i {
            padding-right: 5px;
        }

.registerBox .btn {
    width: 100%;
    padding-bottom: 10px;
}

    .registerBox .btn .btn_style, .editBox .btn .btn_style, .event_info_Box .btn .btn_style {
        background-color: #68b82d;
        cursor: pointer;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        appearance: none;
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none
    }

        .registerBox .btn .btn_style:hover, .editBox .btn .btn_style:hover {
            opacity: .9;
        }

        .registerBox .btn .btn_style i {
            position: absolute;
            left: 10px;
            height: 44px;
            line-height: 44px;
            left: 6%;
            font-size: 18px;
        }
    /*.registerBox .btn .btn_style::before{content: '\f082'; position: absolute; top: 0px; height: 44px; left: 12px; display: block; font-family: Font Awesome\ 5 Free; font-weight: 900;}*/
    .registerBox .btn .fb {
        background-color: #3d5a96;
    }

    .registerBox .btn .google {
        background-color: #db4c3f;
    }

.registerBox .confirm {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

    .registerBox .confirm .the_radio {
        width: 15px;
        height: 21px;
        float: left;
        margin-right: 8px;
    }

    .registerBox .confirm label {
        width: inherit;
    }

    .registerBox .confirm p {
        float: left;
        line-height: 22px;
        width: calc(100% - 23px);
        font-size: 14px;
    }

        .registerBox .confirm p a {
            color: #68b82d;
            text-decoration: underline;
            margin: 0 3px;
        }

            .registerBox .confirm p a:hover {
                text-decoration: none;
            }

.registerBox .forget p {
    width: initial;
}

    .registerBox .forget p.right {
        float: right;
    }

.registerBox .forget label {
    width: 100px;
}

.registerBox p.other_login {
    width: 100%;
    color: #666666;
    font-size: 15px;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

    .registerBox p.other_login::after {
        width: 24%;
        height: 1px;
        content: "";
        background-color: #f0f1f2;
        position: absolute;
        top: 50%;
        right: 0;
    }

    .registerBox p.other_login::before {
        width: 24%;
        height: 1px;
        content: "";
        background-color: #f0f1f2;
        position: absolute;
        top: 50%;
        left: 0;
    }

.registerBox p.gologin {
    width: 100%;
    color: #666666;
    font-size: 15px;
    text-align: center;
    position: relative;
    padding-top: 10px;
}

    .registerBox p.gologin a {
        color: #f08700;
    }

        .registerBox p.gologin a:hover {
            text-decoration: underline;
        }

.registerBox .Copyright_info {
    width: 100%;
    padding: 10px 0;
}

    .registerBox .Copyright_info p {
        float: left;
        color: #fff;
        font-size: 13px;
        padding: 5px 0;
        line-height: 20px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

    .registerBox .Copyright_info .the_language {
        float: right;
        position: relative;
        width: 100px;
    }

        .registerBox .Copyright_info .the_language .form-select {
            border: none;
            display: block;
            background-color: transparent;
            width: 100px;
            height: 30px;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            border-radius: 30px;
            padding: 0 20px 0 10px;
            font-size: 15px;
            line-height: 24px;
            color: #fff;
            -webkit-appearance: none; /* Chrome */
            -moz-appearance: none; /* Firefox */
            text-indent: 0.01px text-overflow: ' '; /* space */
        }

            .registerBox .Copyright_info .the_language .form-select::-ms-expand {
                display: none;
            }
        /*IE 10 */
        .registerBox .Copyright_info .the_language::after {
            content: "\f107";
            position: absolute;
            top: 7px;
            color: #fff;
            right: 5px;
            display: inline-block;
            font-family: Font Awesome\ 5 Free;
            font-size: inherit;
            text-rendering: auto;
            font-weight: 900;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .registerBox .Copyright_info .the_language .form-select option {
            color: #333;
        }

.br_01 {
    background-image: url(/images/br/br_02.jpg);
}

.br_02 {
    background-image: url(/images/br/br_03.jpg);
}

.br_03 {
    background-image: url(/images/br/br_04.jpg);
}

/* 表單之類的頁面 */
.editBox {
    width: 100%;
    min-height: calc( 100vh - 220px);
    background: url(/images/br/br_04.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .editBox .ContentsBox {
        padding: 170px 0 110px 0;
        max-width: 700px;
    }

    .editBox h2.h2_title {
        font-size: 26px;
        color: #68b82d;
        text-align: center;
        padding-bottom: 15px;
    }

    .editBox .fillinBox ul {
        width: 100%;
    }

        .editBox .fillinBox ul li {
            padding-bottom: 15px;
        }

    .editBox .fillinBox p.label_title {
        padding: 12px;
        font-weight: bold;
    }

        .editBox .fillinBox p.label_title span {
            color: #666666;
        }

    .editBox .fillinBox p.info_show {
        color: #68b82d;
        width: calc(100% - 30px);
        padding: 10px 15px;
        line-height: 24px;
    }

    .editBox .fillinBox .f_red, .editBox .fillinBox p.label_title span.f_red {
        color: #ff2121;
    }

    .editBox .fillinBox textarea.tbox {
        min-height: 52px;
    }

        .editBox .fillinBox textarea.tbox:focus {
            background-color: #faf4ed;
            box-shadow: 0 0 10px 2px #f2951e;
        }

    .editBox .fillinBox .website p.right_title {
        line-height: 45px;
        float: left;
        width: 90px;
        padding-left: 12px;
    }

    .editBox .fillinBox .website input.tbox {
        float: left;
        width: calc(100% - 143px);
    }

    .editBox .user .left_photo {
        width: 85px;
        float: left;
    }

        .editBox .user .left_photo a.img {
            width: 76px;
            height: 76px;
            display: block;
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
            background-position: center center;
            background-size: cover;
        }

            .editBox .user .left_photo a.img:hover {
                opacity: .9;
            }

        .editBox .user .left_photo p {
            text-align: center;
            max-width: 76px;
            font-size: 14px;
            padding: 6px 0;
        }

            .editBox .user .left_photo p a {
                color: #68b82d;
                cursor: pointer;
            }

                .editBox .user .left_photo p a:hover {
                    text-decoration: underline;
                }

    .editBox .user .user_name {
        width: calc(100% - 85px);
        float: left;
    }

    .editBox .form-select {
        width: 120px;
        float: left;
        position: relative;
        margin-right: 10px;
    }

        .editBox .form-select .md-input {
            border: none;
            display: block;
            background-color: #f3f3f3;
            width: 100%;
            height: 45px;
            padding: 0px 15px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font-size: 15px;
            line-height: 45px;
            color: #333;
            -webkit-appearance: none; /* Chrome */
            -moz-appearance: none; /* Firefox */
            text-indent: 0.01px text-overflow: ' '; /* space */
        }

            .editBox .form-select .md-input:focus {
                background-color: #faf4ed;
                box-shadow: 0 0 10px 2px #f2951e;
            }

        .editBox .form-select::after {
            content: "\f107";
            position: absolute;
            top: 15px;
            color: #555;
            right: 15px;
            display: inline-block;
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
        }

        .editBox .form-select::-ms-expand {
            display: none;
        }
    /*IE 10 */
    .editBox .w95 {
        width: 95px;
    }

    .editBox .fillinBox input.t50 {
        max-width: 300px;
    }

    .editBox .radio_select {
        width: calc(100% - 30px);
        padding: 0 15px;
    }

        .editBox .radio_select .the_radio {
            width: 15px;
            height: 44px;
            float: left;
        }

        .editBox .radio_select label {
            float: left;
            padding-left: 10px;
        }

        .editBox .radio_select span {
            color: #333;
            display: inline-block;
            line-height: 45px;
            padding-right: 20px;
            font-size: 15px;
        }

    .editBox .addressBox .form-select {
        width: 160px;
    }

    .editBox .addressBox input.tbox {
        width: calc(50% - 40px);
        max-width: 160px;
        margin-right: 10px;
    }

    .editBox .addressBox input.tbox100 {
        width: calc(100% - 30px);
        max-width: inherit;
        margin-top: 10px;
    }

    .editBox .btn {
        padding-bottom: 10px;
        max-width: 360px;
        margin: 0 auto;
    }

        .editBox .btn .btn_done {
            max-width: 360px;
            height: 56px;
            line-height: 56px;
        }

    .editBox .upload_files .btn {
        max-width: 170px;
        margin: 0;
        padding: 0 15px 10px 15px;
    }

    .editBox .upload_files .files_name {
        text-align: left;
        padding: 0 15px 15px 15px;
    }

        .editBox .upload_files .files_name p {
            display: inline-block;
            margin-right: 15px;
            color: #333;
            line-height: 30px;
        }

            .editBox .upload_files .files_name p i {
                padding-right: 5px;
                color: #68b82d;
                font-size: 18px;
            }

                .editBox .upload_files .files_name p i.none {
                    cursor: pointer;
                    color: #bbbbbb;
                    padding: 0 0 0 10px;
                }

                    .editBox .upload_files .files_name p i.none:hover {
                        color: #333;
                    }

    .editBox .fillinBox .the_radio {
        width: 18px;
        height: 44px;
        float: left;
    }

    .editBox .fillinBox .map_ex {
        padding: 0 15px;
    }

        .editBox .fillinBox .map_ex label {
            float: left;
        }

        .editBox .fillinBox .map_ex p {
            line-height: 20px;
            color: #666;
        }

            .editBox .fillinBox .map_ex p.p_s_note {
                padding: 0 15px 10px 10px;
            }

            .editBox .fillinBox .map_ex p a {
                color: #68b82d;
            }

                .editBox .fillinBox .map_ex p a:hover {
                    text-decoration: underline;
                }

        .editBox .fillinBox .map_ex .the_radio {
            height: 20px;
        }

    .editBox .fillinBox .dataBox {
        width: 100%;
    }

        .editBox .fillinBox .dataBox p {
            padding: 0 15px;
            float: left;
            line-height: 45px;
        }

    .editBox .fillinBox .the_data {
        float: left;
        width: calc( (100% - 152px) / 2);
        min-width: 150px;
        position: relative;
        border: none;
        display: block;
        background-color: transparent;
        -webkit-appearance: none; /* Chrome */
        -moz-appearance: none; /* Firefox */
        text-indent: 0.01px text-overflow: ' '; /* space */
    }

        .editBox .fillinBox .the_data input {
            background-color: #eff0f1;
            color: #333;
            width: calc(100% - 50px);
            font-size: 15px;
            height: 45px;
            line-height: 45px;
            padding: 0px 10px 0px 40px;
            border-radius: 5px;
        }

            .editBox .fillinBox .the_data input::-webkit-input-placeholder { /* WebKit browsers */
                color: #333;
            }

            .editBox .fillinBox .the_data input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                color: #333;
            }

            .editBox .fillinBox .the_data input::-moz-placeholder { /* Mozilla Firefox 19+ */
                color: #333;
            }

            .editBox .fillinBox .the_data input:-ms-input-placeholder { /* Internet Explorer 10+ */
                color: #333;
            }

            .editBox .fillinBox .the_data input:focus {
                background-color: #faf4ed;
                box-shadow: 0 0 10px 2px #f2951e;
            }

        .editBox .fillinBox .the_data::before {
            content: '\f073';
            text-align: center;
            position: absolute;
            width: 40px;
            color: #bbbbbb;
            height: 45px;
            line-height: 45px;
            top: 0;
            left: 0;
            cursor: pointer;
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
        }

        .editBox .fillinBox .the_data::after {
            content: '\f107';
            text-align: center;
            width: 40px;
            height: 45px;
            line-height: 45px;
            position: absolute;
            top: 0px;
            cursor: pointer;
            right: 0px;
            color: #bbbbbb;
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
        }

    .editBox .fillinBox ul.event_type {
        padding: 0 15px;
    }

        .editBox .fillinBox ul.event_type li {
            float: left;
            display: inline-block;
            padding-right: 25px;
            padding-bottom: 5px;
        }

            .editBox .fillinBox ul.event_type li p {
                float: left;
                line-height: 44px;
                padding-left: 10px;
            }

            .editBox .fillinBox ul.event_type li .the_radio {
                height: 44px;
            }

            .editBox .fillinBox ul.event_type li input.t50 {
                float: left;
                max-width: 140px;
                margin-left: 10px;
            }

    .editBox .btn_both {
        text-align: center;
        max-width: inherit;
    }

        .editBox .btn_both .btn_style {
            display: inline-block;
            width: 50%;
            max-width: 240px;
            margin: 0 5px;
        }

    .editBox .btn .btn_org {
        background-color: #f08700;
    }

    .editBox .btn .btn_k {
        background-color: #494744;
    }

    .editBox p.goback {
        text-align: center;
        padding: 10px 0 20px 0;
    }

        .editBox p.goback a {
            color: #68b82d;
        }

            .editBox p.goback a:hover {
                text-decoration: underline;
            }

.create_done h2.h2_title {
    line-height: 38px;
}

.create_done p.link {
    text-align: center;
}

.create_done p.link {
    color: #959595;
    padding-top: 10px;
}

    .create_done p.link a {
        color: #f08700;
        margin: 0 10px;
        text-decoration: underline;
    }

        .create_done p.link a:hover {
            text-decoration: none;
        }

.ratingBox h2.h2_title {
    font-size: 18px;
    padding-bottom: 0;
}

.ratingBox h3.title {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
}

    .ratingBox h3.title a {
        color: #333;
    }

.ratingBox p.day {
    padding: 15px 0px;
    color: #a3a3a3;
    font-size: 16px;
    text-align: center;
}

.ratingBox .ex {
    text-align: center;
    padding-bottom: 15px;
}

.ratingBox ul {
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding-bottom: 35px;
}

    .ratingBox ul li {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eeeeee;
    }

        .ratingBox ul li .lBox {
            float: left;
            width: 100%;
            max-width: 200px;
        }

            .ratingBox ul li .lBox p {
                float: left;
                line-height: 50px;
                margin-right: 5px;
            }

        .ratingBox ul li a.user {
            float: left;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            display: block;
            margin-right: 15px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .ratingBox ul li p.name {
            width: 100%;
            max-width: 125px;
        }

            .ratingBox ul li p.name a {
                color: #333;
            }

                .ratingBox ul li p.name a:hover {
                    text-decoration: underline;
                }

.ratingBox .radio_select {
    float: right;
    width: 300px;
    padding: 3px 0 0 0;
}

/*活動內頁相關*/
.middle_contents .leftBox .eventTopBox {
    width: 100%;
}

    .middle_contents .leftBox .eventTopBox h2.h2_title {
        display: inline-block;
        float: left;
    }

    .middle_contents .leftBox .eventTopBox p.quantity {
        float: left;
        line-height: 20px;
        padding: 10px 25px 0 5px;
    }

        .middle_contents .leftBox .eventTopBox p.quantity span {
            color: #67b82d;
        }

    .middle_contents .leftBox .eventTopBox .searchBox {
        width: 100%;
        max-width: 280px;
        float: left;
        position: relative;
        padding-right: 15px;
    }

        .middle_contents .leftBox .eventTopBox .searchBox input {
            width: calc(100% - 65px);
            text-align: center;
            height: 60px;
            line-height: 60px;
            color: #333;
            -moz-border-radius: 60px;
            -webkit-border-radius: 60px;
            border-radius: 60px;
            background-color: #fff;
            font-size: 26px;
            padding: 0 45px 0 20px;
            -moz-box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.1);
            -webkit-box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.1);
            box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.1);
        }

            .middle_contents .leftBox .eventTopBox .searchBox input::-webkit-input-placeholder { /* WebKit browsers */
                color: #888888;
            }

            .middle_contents .leftBox .eventTopBox .searchBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                color: #888888;
            }

            .middle_contents .leftBox .eventTopBox .searchBox input::-moz-placeholder { /* Mozilla Firefox 19+ */
                color: #888888;
            }

            .middle_contents .leftBox .eventTopBox .searchBox input:-ms-input-placeholder { /* Internet Explorer 10+ */
                color: #888888;
            }

        .middle_contents .leftBox .eventTopBox .searchBox::after {
            content: '\f002';
            font-size: 18px;
            width: 40px;
            height: 60px;
            line-height: 60px;
            position: absolute;
            top: 0px;
            cursor: pointer;
            right: 15px;
            color: #cfcfcf;
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
        }

    .middle_contents .leftBox .eventTopBox p.search_result {
        float: left;
        padding: 15px 0 5px 0;
        line-height: 30px;
    }

        .middle_contents .leftBox .eventTopBox p.search_result span {
            color: #ef8700;
        }

        .middle_contents .leftBox .eventTopBox p.search_result a {
            color: #68b82d;
            text-decoration: underline;
        }

            .middle_contents .leftBox .eventTopBox p.search_result a:hover {
                text-decoration: none;
            }

    .middle_contents .leftBox .eventTopBox p.search_newest_keyword {
        width: 100%;
        float: left;
        padding: 10px 0 25px 0;
    }

        .middle_contents .leftBox .eventTopBox p.search_newest_keyword a {
            color: #68b82d;
            text-decoration: underline;
        }

            .middle_contents .leftBox .eventTopBox p.search_newest_keyword a:hover {
                text-decoration: none;
            }

.middle_contents .eventItemSearch {
    float: right;
}

.eventItemSearch .form-select {
    width: 130px;
    float: left;
    position: relative;
    margin-right: 10px;
    padding-bottom: 5px;
}

    .eventItemSearch .form-select .md-input {
        width: 100%;
        border: none;
        display: block;
        background-color: #f3f3f3;
        height: 44px;
        padding: 0px 15px 0 12px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 15px;
        line-height: 44px;
        color: #333;
        -webkit-appearance: none; /* Chrome */
        -moz-appearance: none; /* Firefox */
        text-indent: 0.01px text-overflow: ' '; /* space */
    }

    .eventItemSearch .form-select::after {
        content: "\f107";
        position: absolute;
        top: 0px;
        height: 40px;
        line-height: 40px;
        color: #bbbbbb;
        right: 15px;
        display: inline-block;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
    }

    .eventItemSearch .form-select::-ms-expand {
        display: none;
    }
/*IE 10 */
.eventItemSearch .the_data {
    float: left;
    width: 260px;
    position: relative;
    border: none;
    display: block;
    background-color: transparent;
    -webkit-appearance: none; /* Chrome */
    -moz-appearance: none; /* Firefox */
    text-indent: 0.01px text-overflow: ' '; /* space */
    padding-bottom: 5px;
}

    .eventItemSearch .the_data input {
        background-color: #f3f3f3;
        color: #333;
        width: calc(100% - 50px);
        font-size: 15px;
        height: 44px;
        line-height: 44px;
        padding: 0px 10px 0px 40px;
    }

        .eventItemSearch .the_data input::-webkit-input-placeholder { /* WebKit browsers */
            color: #333;
        }

        .eventItemSearch .the_data input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #333;
        }

        .eventItemSearch .the_data input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #333;
        }

        .eventItemSearch .the_data input:-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #333;
        }

    .eventItemSearch .the_data::before {
        content: '\f073';
        text-align: center;
        position: absolute;
        width: 44px;
        color: #bbbbbb;
        height: 44px;
        line-height: 44px;
        top: 0;
        left: 0;
        cursor: pointer;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
    }

    .eventItemSearch .the_data::after {
        content: '\f107';
        text-align: center;
        width: 40px;
        height: 44px;
        line-height: 40px;
        position: absolute;
        top: 0px;
        cursor: pointer;
        right: 0px;
        color: #bbbbbb;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
    }

.event_item_more .leftBox ul.events_list li:nth-child(3n+1) {
    margin-left: 0;
}

.event_item_more .leftBox ul.events_list li:nth-child(3n) {
    margin-right: 0;
}

.event_item_more .leftBox ul.events_list li:nth-child(4) {
    display: block;
}

.event_item_more .leftBox ul.events_list {
    padding-bottom: 0px;
}

/*pageBox*/
ul.pageBox {
    width: 100%;
    text-align: center;
    padding: 20px 0 60px 0;
}

    ul.pageBox li {
        display: inline-block;
        margin: 0 3px;
    }

        ul.pageBox li p {
            font-size: 14px;
            color: #666;
        }

            ul.pageBox li p a {
                padding: 8px 14px;
                color: #666;
                display: inline-block;
            }

                ul.pageBox li p a:hover {
                    color: #67b82d;
                }

                ul.pageBox li p a.btn_in {
                    color: #67b82d;
                    font-weight: bold; /*border-bottom: 1px solid #27d0ca; */
                }

                ul.pageBox li p a.border {
                    border: 1px solid #c9c9c9;
                    font-size: 13px;
                }

                    ul.pageBox li p a.border:hover {
                        border-color: #c9c9c9;
                    }

/* event_inside  */
.event_inside {
    width: 100%;
}

    .event_inside .eventTopBox {
        width: 100%;
        height: 330px;
        position: relative;
        background-size: contain;
    }

        .event_inside .eventTopBox::after {
            position: absolute;
            content: "";
            z-index: 0;
            width: 100%;
            height: 330px;
            display: block;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, .3);
        }

        .event_inside .eventTopBox .ContentsBox {
            position: absolute;
            width: 100%;
            z-index: 1;
            max-width: 100%;
        }

        .event_inside .eventTopBox .titleBox {
            width: 100%;
            padding-top: 30px;
            max-width: 1380px;
            margin: 0 auto;
        }

        .event_inside .eventTopBox .topTitle {
            padding-bottom: 15px;
        }

            .event_inside .eventTopBox .topTitle h2.h2_title {
                float: left;
                color: #ffffff;
                font-size: 40px;
                line-height: 44px;
            }

            .event_inside .eventTopBox .topTitle h2 span {
                margin-left: 10px;
                font-size: 16px;
                background-color: rgba(0,0,0,.5);
                line-height: 32px;
                padding: 0px 15px;
                display: inline-block;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                border-radius: 20px;
            }

        .event_inside .eventTopBox .event_host {
            width: 100%;
        }

            .event_inside .eventTopBox .event_host p.host {
                color: #fff;
                font-size: 16px;
                padding-bottom: 5px;
            }

                .event_inside .eventTopBox .event_host p.host a.img_avatar {
                    color: #fff;
                    position: relative;
                    padding-left: 45px;
                }

                    .event_inside .eventTopBox .event_host p.host a.img_avatar span {
                        position: absolute;
                        left: 0;
                        top: -8px;
                        width: 34px;
                        height: 34px;
                        display: inline-block;
                        background-color: #f6f6f6;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                        border-radius: 50%;
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: cover;
                    }

                .event_inside .eventTopBox .event_host p.host a:hover {
                    text-decoration: underline;
                }

                .event_inside .eventTopBox .event_host p.host a.follow {
                    background-color: #f08900;
                    margin-left: 10px;
                    color: #fff;
                    padding: 0px 15px;
                    line-height: 32px;
                    display: inline-block;
                    -moz-border-radius: 20px;
                    -webkit-border-radius: 20px;
                    border-radius: 20px;
                }

                    .event_inside .eventTopBox .event_host p.host a.follow:hover {
                        text-decoration: none;
                        opacity: .9;
                    }

            .event_inside .eventTopBox .event_host p.other_info {
                color: #fff;
                padding-left: 45px;
                font-size: 14px;
            }

    .event_inside .fixed_content {
        position: relative;
    }

    .event_inside .leftBox {
        min-height: 300px;
        margin-top: -130px; /*position: absolute; top: -100px; z-index: 10; */
    }

    .event_inside .event_info_Box {
        padding: 40px;
        margin-bottom: 50px;
        background-color: #fff;
        -moz-box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.1);
        -webkit-box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.1);
        box-shadow: 1px 1px 1px 0 rgba(51,51,51,0.1);
    }

        .event_inside .event_info_Box p {
            color: #666;
            text-align: justify;
        }

        .event_inside .event_info_Box .event_top {
            width: 100%;
            padding-bottom: 20px;
        }

            .event_inside .event_info_Box .event_top .left_photo {
                float: left;
                width: 100%;
                max-width: 420px;
            }

                .event_inside .event_info_Box .event_top .left_photo .main_photo {
                    width: 100%;
                    height: 274px;
                    display: block;
                    position: relative;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                }

                    .event_inside .event_info_Box .event_top .left_photo .main_photo .event_status {
                        position: absolute;
                        top: 0;
                        right: 15px;
                        width: 88px;
                        height: 108px;
                        background-color: rgba(0,0,0,0.5);
                    }

                        .event_inside .event_info_Box .event_top .left_photo .main_photo .event_status p {
                            text-align: center;
                            color: #d2d3d4;
                            font-size: 14px;
                        }

                            .event_inside .event_info_Box .event_top .left_photo .main_photo .event_status p span {
                                color: #fff;
                                font-size: 18px;
                            }

                            .event_inside .event_info_Box .event_top .left_photo .main_photo .event_status p.join_type {
                                color: #ffcb38;
                                font-size: 18px;
                                padding: 7px 0 0 0;
                                line-height: 35px;
                                min-height: 42px;
                                background: url(/images/br_join_type.png) center top no-repeat;
                                background-size: contain;
                            }

                    .event_inside .event_info_Box .event_top .left_photo .main_photo .event_cancel {
                        background-color: rgba(255, 0,0, .5);
                        display: -webkit-flex;
                        display: flex;
                        -webkit-align-items: center;
                        align-items: center;
                        -webkit-justify-content: center;
                        justify-content: center
                    }

                        .event_inside .event_info_Box .event_top .left_photo .main_photo .event_cancel p {
                            color: #fff;
                            font-size: 18px;
                            line-height: 22px;
                            border: 2px solid #fff;
                            width: calc(100% - 20px);
                            padding: 20px 0;
                        }

                .event_inside .event_info_Box .event_top .left_photo .bottom_other {
                    width: 100%;
                    padding: 10px 0;
                }

                    .event_inside .event_info_Box .event_top .left_photo .bottom_other p {
                        float: left;
                        padding-right: 20px;
                        color: #a3a3a3;
                        font-size: 15px;
                        line-height: 38px;
                    }

                        .event_inside .event_info_Box .event_top .left_photo .bottom_other p a {
                            color: #a3a3a3;
                        }

                        .event_inside .event_info_Box .event_top .left_photo .bottom_other p i {
                            color: #adb5bd;
                            padding-right: 6px;
                            font-size: 20px;
                        }

                        .event_inside .event_info_Box .event_top .left_photo .bottom_other p.love_in a i {
                            color: #e74a54;
                        }

                        .event_inside .event_info_Box .event_top .left_photo .bottom_other p:nth-child(2) {
                            padding-right: 0;
                        }

                        .event_inside .event_info_Box .event_top .left_photo .bottom_other p.thumbs_in a i {
                            color: #3b5998;
                        }

                    .event_inside .event_info_Box .event_top .left_photo .bottom_other .share_pic {
                        float: right;
                    }

                        .event_inside .event_info_Box .event_top .left_photo .bottom_other .share_pic p {
                            font-size: 14px;
                            padding-right: 10px;
                        }

                        .event_inside .event_info_Box .event_top .left_photo .bottom_other .share_pic a {
                            width: 38px;
                            height: 38px;
                            display: inline-block;
                            -moz-border-radius: 50%;
                            -webkit-border-radius: 50%;
                            border-radius: 50%;
                            overflow: hidden;
                            margin-right: 10px;
                        }

                            .event_inside .event_info_Box .event_top .left_photo .bottom_other .share_pic a.fb {
                                background: url(/images/follow_us_icon_fb.png) center center no-repeat;
                                background-size: contain;
                            }

                            .event_inside .event_info_Box .event_top .left_photo .bottom_other .share_pic a.line {
                                background: url(/images/follow_us_icon_line.png) center center no-repeat;
                                background-size: contain;
                                margin-right: 0;
                            }

                            .event_inside .event_info_Box .event_top .left_photo .bottom_other .share_pic a:hover {
                                opacity: .9;
                            }

            .event_inside .event_info_Box .event_top .main_event_info {
                float: right;
                width: calc(100% - 450px);
                padding-bottom: 30px;
            }

                .event_inside .event_info_Box .event_top .main_event_info ul {
                    width: 100%;
                    padding-bottom: 20px;
                }

                    .event_inside .event_info_Box .event_top .main_event_info ul li {
                        border-bottom: 1px solid #eef0f4;
                        padding: 15px 0;
                    }

                        .event_inside .event_info_Box .event_top .main_event_info ul li:last-child {
                            border-bottom: none;
                        }

                .event_inside .event_info_Box .event_top .main_event_info p {
                    line-height: 26px;
                    font-size: 16px;
                }

                .event_inside .event_info_Box .event_top .main_event_info ul li p.l_title {
                    float: left;
                    padding-left: 35px;
                    width: 143px;
                    color: #868686;
                }

                    .event_inside .event_info_Box .event_top .main_event_info ul li p.l_title i {
                        margin-right: 12px;
                        color: #888888;
                    }

                .event_inside .event_info_Box .event_top .main_event_info ul li p.info {
                    float: left;
                    max-width: calc(100% - 178px);
                    color: #222;
                    word-wrap: break-word;
                }

                    .event_inside .event_info_Box .event_top .main_event_info ul li p.info a {
                        color: #66b82e;
                    }

                        .event_inside .event_info_Box .event_top .main_event_info ul li p.info a:hover {
                            text-decoration: underline;
                        }

                .event_inside .event_info_Box .event_top .main_event_info ul li p.type {
                    color: #9e9e9e;
                }

                    .event_inside .event_info_Box .event_top .main_event_info ul li p.type a {
                        color: #9e9e9e;
                    }

                .event_inside .event_info_Box .event_top .main_event_info .btn {
                    text-align: center;
                    width: 100%;
                }

                .event_inside .event_info_Box .event_top .main_event_info .btn_style {
                    font-size: 18px;
                    background-color: #68b82d;
                    cursor: pointer;
                    position: relative;
                    display: inline-block;
                    width: 100%;
                    max-width: 230px;
                    text-align: center;
                    height: 56px;
                    line-height: 56px;
                    color: #fff;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                    appearance: none;
                    -moz-appearance: none; /* Firefox */
                    -webkit-appearance: none
                }

                .event_inside .event_info_Box .event_top .main_event_info .btn_org {
                    background-color: #f08700;
                }

                .event_inside .event_info_Box .event_top .main_event_info .btn_style:hover {
                    opacity: .9;
                }

                .event_inside .event_info_Box .event_top .main_event_info .btn_none {
                    background-color: #cbc9c5;
                    cursor: not-allowed;
                }

                    .event_inside .event_info_Box .event_top .main_event_info .btn_none:hover {
                        opacity: 1;
                    }

                .event_inside .event_info_Box .event_top .main_event_info .btn i {
                    padding-right: 10px;
                }

                .event_inside .event_info_Box .event_top .main_event_info p.event_type {
                    font-size: 15px;
                    text-align: center;
                    padding: 12px 0 20px 0;
                    color: #555;
                }


        .event_inside .event_info_Box .event_rule h3 {
            color: #68b82d;
            font-size: 18px;
            font-weight: bold;
            padding: 20px 0;
            line-height: 28px;
            text-align: justify;
        }

        .event_inside .event_info_Box .event_rule ul li {
            padding-bottom: 40px;
        }

        .event_inside .event_info_Box .event_rule ul.info_list {
            list-style-type: decimal;
            padding: 0 0 40px 25px;
            color: #666;
        }

            .event_inside .event_info_Box .event_rule ul.info_list li {
                padding-bottom: 10px;
            }

                .event_inside .event_info_Box .event_rule ul.info_list li p {
                    text-align: justify;
                    line-height: 24px;
                }

                    .event_inside .event_info_Box .event_rule ul.info_list li p a {
                        color: #68b82d;
                    }

                        .event_inside .event_info_Box .event_rule ul.info_list li p a:hover {
                            text-decoration: underline;
                        }

        .event_inside .event_info_Box .event_rule p.self-filled {
            text-align: justify;
            line-height: 26px;
            white-space: pre-wrap;
            padding-bottom: 40px;
        }

        .event_inside .event_info_Box .event_instructions {
            width: 100%;
            background-color: #f8f9fa;
            padding: 20px 0;
            margin-bottom: 40px;
        }

            .event_inside .event_info_Box .event_instructions .eBox {
                width: 100%;
            }

                .event_inside .event_info_Box .event_instructions .eBox .p_leftBox {
                    float: left;
                    width: 100%;
                    max-width: 170px;
                    padding: 15px 0;
                }

                    .event_inside .event_info_Box .event_instructions .eBox .p_leftBox p {
                        font-size: 16px;
                        margin: 0 auto;
                        max-width: 90px;
                    }

                .event_inside .event_info_Box .event_instructions .eBox .right_info {
                    float: left;
                    border-left: 1px solid #e4e6ea;
                    padding: 15px 40px;
                    width: 100%;
                    max-width: calc(100% - 261px);
                }

                    .event_inside .event_info_Box .event_instructions .eBox .right_info p a {
                        color: #67b82d;
                    }

                        .event_inside .event_info_Box .event_instructions .eBox .right_info p a:hover {
                            text-decoration: underline;
                        }

                    .event_inside .event_info_Box .event_instructions .eBox .right_info p span {
                        color: #f08700;
                    }

            .event_inside .event_info_Box .event_instructions .qrcode .right_info .img-qrcode {
                width: 112px;
                float: left;
                padding-right: 10px;
            }

            .event_inside .event_info_Box .event_instructions .qrcode .right_info p {
                line-height: 112px;
                display: inline-block;
                float: left;
            }

            .event_inside .event_info_Box .event_instructions .star .right_info p {
                color: #d0d0d0;
                font-size: 17px;
            }

                .event_inside .event_info_Box .event_instructions .star .right_info p span {
                    font-size: 14px;
                    color: #555;
                }

        .event_inside .event_info_Box .event_photo {
            width: calc(100% - 20px);
            background-color: #f8f9fa;
            padding: 20px 10px;
            margin: 0 auto 30px auto;
        }

            .event_inside .event_info_Box .event_photo h3 {
                color: #333;
                font-size: 18px;
                padding: 0 10px;
            }

            .event_inside .event_info_Box .event_photo ul.photos {
                width: calc(100% - 20px);
                margin: 0 auto;
                padding: 10px 0;
            }

                .event_inside .event_info_Box .event_photo ul.photos li {
                    width: calc(25% - 10px);
                    margin-right: 13px;
                    float: left;
                    background-color: #FFF;
                    height: 150px;
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: cover;
                }

                    .event_inside .event_info_Box .event_photo ul.photos li:last-child {
                        margin-right: 0;
                    }

            .event_inside .event_info_Box .event_photo .bottom_other {
                padding: 0 10px;
            }

                .event_inside .event_info_Box .event_photo .bottom_other p.all {
                    float: left;
                    font-size: 14px;
                    color: #666666;
                }

                .event_inside .event_info_Box .event_photo .bottom_other p.more {
                    float: right;
                    font-size: 15px;
                }

                    .event_inside .event_info_Box .event_photo .bottom_other p.more a {
                        color: #68b82d;
                        padding-right: 5px;
                    }

                        .event_inside .event_info_Box .event_photo .bottom_other p.more a:hover {
                            text-decoration: underline;
                        }

        .event_inside .event_info_Box .event_photo_top {
            width: 100%;
            padding-bottom: 30px;
        }

            .event_inside .event_info_Box .event_photo_top h3 {
                float: left;
                padding-right: 15px;
                font-size: 26px;
                line-height: 44px;
            }

            .event_inside .event_info_Box .event_photo_top p {
                float: left;
                color: #666;
                line-height: 44px;
            }

            .event_inside .event_info_Box .event_photo_top .rightbox {
                float: right;
                text-align: right;
            }

        .event_inside .event_info_Box .btn {
            display: inline-block;
            min-width: 180px;
            margin-left: 10px;
        }

            .event_inside .event_info_Box .btn i {
                padding-right: 10px;
            }

            .event_inside .event_info_Box .btn:hover {
                opacity:
            }

        .event_inside .event_info_Box .btn_org {
            min-width: 150px;
        }

            .event_inside .event_info_Box .btn_org .btn_style {
                background-color: #f08700;
            }

        .event_inside .event_info_Box ul.photo_albums li {
            float: left;
            width: calc(33.333% - 20px);
            margin: 0 15px 22px;
        }

            .event_inside .event_info_Box ul.photo_albums li .photo {
                height: 230px;
                position: relative;
                background-size: cover;
                background-color: #eee;
                background-repeat: no-repeat;
                background-position: center center;
            }

            .event_inside .event_info_Box ul.photo_albums li:nth-child(3n+1) {
                margin-left: 0;
            }

            .event_inside .event_info_Box ul.photo_albums li:nth-child(3n) {
                margin-right: 0;
            }

        .event_inside .event_info_Box ul.pageBox {
            padding-bottom: 30px;
        }

/*預覽活動*/
.event_preview {
    padding-top: 0;
}

    .event_preview .leftBox {
        margin: -130px auto 0 auto;
        float: none;
    }

    .event_preview .eventTopBox .titleBox {
        width: calc(100% - 325px);
        max-width: 1055px;
    }

    .event_preview .preview_remind {
        padding: 10px 0;
        text-align: center;
    }

.preview_bottom_btn {
    min-height: initial;
    background: initial;
    background-size: inherit;
    background-attachment: inherit;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 15;
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

    .preview_bottom_btn .btn {
        padding-bottom: 0;
    }

/*news*/
.middle_contents .newsBox .leftBox h2.h2_title {
    padding-left: 0;
}

.middle_contents .newsBox ul.news_list {
    width: 100%;
    padding-bottom: 30px;
}

    .middle_contents .newsBox ul.news_list li {
        padding: 30px 0;
        border-bottom: 1px solid #d5d5d5;
    }

        .middle_contents .newsBox ul.news_list li .titleBox {
            padding-bottom: 5px;
        }

.middle_contents .newsBox p.day {
    float: left;
    width: 100px;
    color: #f18902;
    position: relative;
}

.middle_contents .newsBox ul.news_list li .titleBox p.day::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 10px;
    width: 1px;
    height: 16px;
    background-color: #d5d5d5;
}

.middle_contents .newsBox ul.news_list li .titleBox h3 {
    width: calc(100% - 100px);
    font-size: 18px;
    float: left;
    color: #68b82d;
    font-weight: bold;
}

.middle_contents .newsBox ul.news_list li p.info {
    color: #777;
    text-align: justify;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
    height: 30px * 1;
}

.middle_contents .newsBox ul.news_list li a:hover p.info {
    color: #555;
    text-decoration: underline;
}

.middle_contents .newsBox .news_info_more {
    padding-bottom: 40px;
}

    .middle_contents .newsBox .news_info_more p.day {
        width: inherit;
        float: none;
        padding-bottom: 10px;
    }

    .middle_contents .newsBox .news_info_more p.info {
        text-align: justify;
        line-height: 30px;
    }

/*popup - style*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px 60px 50px 60px;
    width: auto;
    max-width: 640px;
    margin: 20px auto;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.5;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.popup-w-s {
    max-width: 360px;
}

.width-S {
    max-width: 780px;
    padding: 0px;
}

.width-M {
    max-width: 1000px;
}

/*加入活動後的popup簡易資訊*/
.event_short_content {
    width: 100%;
    background-color: #fff;
}

    .event_short_content .lBox {
        float: left;
        width: 45%;
        background-color: #f8f9fa;
        padding: 20px 0;
    }

        .event_short_content .lBox h3 {
            font-size: 20px;
            text-align: center;
            padding: 15px;
            font-weight: bold;
        }

        .event_short_content .lBox .qrcodeBox {
            width: 100%;
            max-width: 210px;
            margin: 0 auto;
        }

        .event_short_content .lBox p.line_link {
            padding: 15px;
            text-align: center;
        }

            .event_short_content .lBox p.line_link a {
                color: #67b82d;
                text-decoration: underline;
            }

                .event_short_content .lBox p.line_link a:hover {
                    text-decoration: none;
                }

    .event_short_content .no_qrcode {
        background: url(/images/illustration/img_illustration_05.png) center 40px no-repeat #f8f9fa;
        background-size: contain;
        padding-top: 240px;
    }

    .event_short_content .rBox {
        float: right;
        width: 55%;
        padding: 20px 0;
    }

        .event_short_content .rBox ul {
            width: calc(100% - 40px);
            padding: 20px;
        }

            .event_short_content .rBox ul li {
                padding-bottom: 22px;
            }

                .event_short_content .rBox ul li p.sub_title {
                    font-size: 15px;
                    color: #888;
                    padding-bottom: 10px;
                }

                .event_short_content .rBox ul li p.info {
                    font-size: 18px;
                    color: #333;
                }

                    .event_short_content .rBox ul li p.info a {
                        color: #67b82d;
                        text-decoration: underline;
                    }

                        .event_short_content .rBox ul li p.info a:hover {
                            text-decoration: none;
                        }

/*popup - style END*/

.choosePhotoBox {
    width: 100%;
}

    .choosePhotoBox .top_title {
        width: 100%;
        padding: 15px 0;
    }

        .choosePhotoBox .top_title h3.title {
            text-align: center;
            font-size: 26px;
            padding-bottom: 10px;
        }

        .choosePhotoBox .top_title p.subtitle {
            text-align: center;
            font-size: 16px;
            color: #666;
            padding-bottom: 10px;
        }

            .choosePhotoBox .top_title p.subtitle span {
                color: #68b82d;
            }

    .choosePhotoBox ul.photos {
        width: 100%;
    }

        .choosePhotoBox ul.photos li {
            width: 20%;
            float: left;
            padding-bottom: 10px;
        }

            .choosePhotoBox ul.photos li .photo {
                cursor: pointer;
                width: 90%;
                margin: 0 auto;
                opacity: .8;
                height: 120px;
                display: block;
                background-size: cover;
                border: 4px #fff solid;
            }

                .choosePhotoBox ul.photos li .photo:hover {
                    opacity: 1;
                }

            .choosePhotoBox ul.photos li .p_selected {
                border-color: #68b82d;
                opacity: 1;
            }

.fansBox .top_title {
    width: 100%;
    padding: 20px 0;
    border-bottom: 4px solid #eeeeee;
}

    .fansBox .top_title h3.title {
        font-size: 26px;
        padding: 0 40px;
        float: left;
    }

.fansBox ul.interactiveBox {
    width: 100%;
    overflow-y: auto;
    max-height: 550px;
}

    .fansBox ul.interactiveBox li {
        border-bottom: 1px solid #eeeeee;
        padding: 12px 40px;
        position: relative;
    }

        .fansBox ul.interactiveBox li .lBox {
            float: left;
            width: calc(100% - 140px);
        }

            .fansBox ul.interactiveBox li .lBox p {
                float: left;
                line-height: 50px;
                margin-right: 5px;
            }

        .fansBox ul.interactiveBox li a.theFans {
            float: left;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            display: block;
            margin-right: 15px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .fansBox ul.interactiveBox li p.name {
            width: 100%;
            max-width: 125px;
        }

            .fansBox ul.interactiveBox li p.name a {
                color: #333;
            }

                .fansBox ul.interactiveBox li p.name a:hover {
                    text-decoration: underline;
                }

        .fansBox ul.interactiveBox li p.invite {
            color: #68b82d;
        }

            .fansBox ul.interactiveBox li p.invite a {
                padding: 8px 15px;
                cursor: pointer;
                margin-left: 15px;
                background-color: #68b82d;
                color: #fff;
                border-radius: 50px;
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
            }

                .fansBox ul.interactiveBox li p.invite a.none {
                    border: 1px solid #c4c4c4;
                    color: #777;
                    background: transparent;
                }

        .fansBox ul.interactiveBox li p.no_invite {
            color: #acacac;
        }

        .fansBox ul.interactiveBox li .rBox {
            position: absolute;
            right: 20px;
            top: 11px;
        }

            .fansBox ul.interactiveBox li .rBox p {
                line-height: 50px;
            }

        .fansBox ul.interactiveBox li p.add_user a.follow {
            text-align: center;
            padding: 8px 15px;
            cursor: pointer;
            background-color: #f28707;
            color: #fff;
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
        }

        .fansBox ul.interactiveBox li p.add_user a.send {
            border: 1px solid #c4c4c4;
            background-color: transparent;
            color: #777;
        }

        .fansBox ul.interactiveBox li p.invite a:hover, .fansBox ul.interactiveBox li p.add_user a:hover {
            opacity: .9;
        }

.fansBox ul.go_approve li p.add_user a.approve {
    background-color: #68b82d;
    min-width: 77px;
    padding: 8px 24px;
}

.fansBox ul.go_approve li p.add_user a.no_approve {
    color: #888;
    text-decoration: underline;
    padding: 0 10px;
    font-size: 13px;
}


.fansBox .searchUser {
    float: left;
    width: 100%;
    max-width: 200px;
    position: relative;
    ;
    margin-right: 50px;
}

    .fansBox .searchUser input {
        text-align: center;
        padding: 0 35px;
        line-height: 34px;
        height: 34px;
        width: calc(100% - 70px);
        border: 1px solid #eeeeee;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        overflow-y: hidden;
    }

    .fansBox .searchUser::before {
        content: '\f002';
        width: 35px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        position: absolute;
        top: 0px;
        cursor: pointer;
        left: 0px;
        color: #cfcfcf;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        z-index: 10;
    }

.pop_addPhoto .top_title h3.title {
    padding-right: 20px;
}

.pop_addPhoto .top_title p.sub {
    line-height: 35px;
    float: left;
    color: #999;
}

.pop_addPhoto ul {
    width: 100%;
    overflow-y: auto;
    max-height: 550px;
}

    .pop_addPhoto ul li {
        width: 100%;
        width: calc(100% - 80px);
        cursor: pointer;
        border-bottom: 1px solid #eeeeee;
        padding: 15px 40px;
    }

        .pop_addPhoto ul li:hover {
            background-color: #eeeeee;
        }

        .pop_addPhoto ul li h3.title {
            color: #495f91;
            font-size: 20px;
            line-height: 28px;
            height: 28px;
            margin-bottom: 5px;
            display: block;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 1;
            height: 28px * 1;
        }

        .pop_addPhoto ul li p.day {
            color: #a3a3a3;
            font-size: 14px;
        }

/*User info*/
.user_inside {
    position: relative;
}

    .user_inside p.change_background {
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .user_inside p.change_background a {
            color: #fff;
            background-color: rgba(0,0,0,.5);
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            padding: 8px 10px;
            display: block;
        }

            .user_inside p.change_background a:hover {
                opacity: .9;
            }

        .user_inside p.change_background i {
            padding-right: 5px;
        }

    .user_inside .eventTopBox .event_host p.host a.img_avatar {
        padding-left: 100px;
        font-size: 34px;
    }

        .user_inside .eventTopBox .event_host p.host a.img_avatar span {
            width: 86px;
            height: 86px;
            border: 3px solid #fff;
        }

    .user_inside .eventTopBox .event_host p.other_info {
        padding-left: 105px;
        color: #fff;
    }

        .user_inside .eventTopBox .event_host p.other_info a {
            color: #fff;
        }

            .user_inside .eventTopBox .event_host p.other_info a:hover {
                text-decoration: underline;
            }

        .user_inside .eventTopBox .event_host p.other_info span {
            padding: 0 10px;
        }

    .user_inside .event_info_Box {
        padding-top: 15px;
    }

    .user_inside .user_data_Box ul.menu {
        width: 100%;
        border-bottom: 4px solid #f8f9fa;
        margin-bottom: 15px;
    }

        .user_inside .user_data_Box ul.menu li {
            float: left;
        }

            .user_inside .user_data_Box ul.menu li p {
                font-size: 18px;
                position: relative;
            }

                .user_inside .user_data_Box ul.menu li p a {
                    padding: 20px 35px;
                    line-height: 30px;
                    color: #666666;
                    display: inline-block;
                }

                .user_inside .user_data_Box ul.menu li p.btn_in a {
                    color: #f08900;
                }

                .user_inside .user_data_Box ul.menu li p.btn_in::after {
                    position: absolute;
                    content: "";
                    position: absolute;
                    bottom: -4px;
                    left: 0;
                    background-color: #f08900;
                    height: 4px;
                    display: inline-block;
                    width: 100%;
                }

    .user_inside .user_aboutMe {
        width: 100%;
        padding-top: 15px;
        min-height: 420px;
    }

        .user_inside .user_aboutMe .lBox {
            width: 240px;
            float: left;
        }

            .user_inside .user_aboutMe .lBox .user_photo {
                position: relative;
                width: 164px;
                height: 164px;
                border-radius: 50%;
                margin: 0 auto;
                overflow: hidden;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
            }

                .user_inside .user_aboutMe .lBox .user_photo p {
                    position: absolute;
                    bottom: 0px;
                    width: 100%;
                }

                    .user_inside .user_aboutMe .lBox .user_photo p a {
                        background-color: rgba(0,0,0,.5);
                        width: 100%;
                        display: block;
                        color: #fff;
                        padding: 10px 0 16px 0;
                        text-align: center;
                    }

                        .user_inside .user_aboutMe .lBox .user_photo p a:hover {
                            text-decoration: underline;
                        }

            .user_inside .user_aboutMe .lBox p.name {
                text-align: center;
                padding: 10px 0;
                color: #222222;
                font-size: 18px;
            }

            .user_inside .user_aboutMe .lBox .score p {
                text-align: center;
                color: #d0d0d0;
                font-size: 17px;
                padding: 5px 0;
            }

                .user_inside .user_aboutMe .lBox .score p span {
                    color: #999;
                    font-size: 14px;
                }

            .user_inside .user_aboutMe .lBox p.edit_user {
                text-align: center;
                font-size: 16px;
                padding: 15px 0;
            }

                .user_inside .user_aboutMe .lBox p.edit_user a {
                    padding: 0 15px;
                    line-height: 40px;
                    color: #888888;
                    border: 1px solid #eceef0;
                    display: inline-block;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                }

                    .user_inside .user_aboutMe .lBox p.edit_user a i {
                        padding-right: 6px;
                    }

                    .user_inside .user_aboutMe .lBox p.edit_user a:hover {
                        border-color: #555;
                        color: #555;
                    }

        .user_inside .user_aboutMe .dataBox {
            width: 100%;
            max-width: calc(100% - 240px);
            float: left;
        }

            .user_inside .user_aboutMe .dataBox .topBox {
                width: calc(100% - 42px);
                background-color: #f8f9fa;
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                border-radius: 6px;
                padding: 18px 21px;
                margin-bottom: 15px;
            }

                .user_inside .user_aboutMe .dataBox .topBox p {
                    color: #868686;
                    line-height: 30px;
                    float: left;
                    width: calc(33.33% - 7px);
                    text-align: center;
                }

                    .user_inside .user_aboutMe .dataBox .topBox p span {
                        color: #f08900;
                        font-size: 30px;
                        padding: 15px 0 10px 0;
                        display: block;
                    }

            .user_inside .user_aboutMe .dataBox .eBox {
                width: 100%;
            }

                .user_inside .user_aboutMe .dataBox .eBox .p_leftBox {
                    float: left;
                    width: 100%;
                    max-width: 150px;
                    padding: 12px 0;
                }

                    .user_inside .user_aboutMe .dataBox .eBox .p_leftBox p {
                        font-size: 16px;
                        margin: 0 auto;
                        max-width: 100px;
                    }

                .user_inside .user_aboutMe .dataBox .eBox .right_info {
                    float: left;
                    padding: 12px 15px;
                    width: 100%;
                    max-width: calc(100% - 180px);
                }

                    .user_inside .user_aboutMe .dataBox .eBox .right_info p a {
                        color: #67b82d;
                        text-decoration: underline;
                        word-break: break-all;
                    }

                        .user_inside .user_aboutMe .dataBox .eBox .right_info p a:hover {
                            text-decoration: none;
                        }

                .user_inside .user_aboutMe .dataBox .eBox .communities {
                    padding-top: 10px;
                }

                    .user_inside .user_aboutMe .dataBox .eBox .communities p {
                        line-height: 30px;
                    }

                    .user_inside .user_aboutMe .dataBox .eBox .communities i {
                        padding-right: 10px;
                    }

    .user_inside .eventItemSearch {
        float: none;
    }

    .user_inside .leftBox .eventItemSearch p.quantity {
        float: left;
        line-height: 20px;
        padding: 12px 25px 0 5px;
    }

        .user_inside .leftBox .eventItemSearch p.quantity span {
            color: #67b82d;
        }

    .user_inside .leftBox .eventItemSearch .search_date {
        float: left;
    }

    .user_inside .user_data_Box .btn {
        float: right;
    }

    .user_inside .user_data_Box .event_photo {
        margin-top: 25px;
    }

        .user_inside .user_data_Box .event_photo h3.title {
            font-size: 20px;
            line-height: 28px;
            height: 28px;
            display: block;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 1;
            height: 28px * 1;
        }

            .user_inside .user_data_Box .event_photo h3.title a {
                color: #333;
            }

.middle_contents .leftBox .event_post_Summery h3.even_name a:hover {
    color: #68b82d;
}

.user_inside .user_data_Box .event_photo p.day {
    padding: 5px 10px;
    color: #a3a3a3;
    font-size: 14px;
}

.user_inside .leftBox ul.the_event {
    width: 100%;
    padding: 30px 0;
}

    .user_inside .leftBox ul.the_event li {
        width: 100%;
        background-color: #f8f9fa;
        margin-bottom: 25px;
    }

.user_inside .leftBox .the_event .photo {
    float: left;
    width: 100%;
    max-width: 300px;
    display: block;
    height: 195px;
    background-size: cover;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
}

    .user_inside .leftBox .the_event .photo:hover {
        opacity: .9;
    }

.user_inside .leftBox .the_event .event_post_Summery {
    float: left;
    width: initial;
    padding: 30px 0px 10px 40px;
    max-width: 350px;
}

    .user_inside .leftBox .the_event .event_post_Summery p.where {
        float: left;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
        padding: 3px 15px;
        margin-right: 12px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        color: #fff;
        background-color: #bdbdbe;
    }

    .user_inside .leftBox .the_event .event_post_Summery p.out {
        float: left;
        color: #ff4141;
        line-height: 24px;
        padding: 3px 15px;
        font-size: 14px;
        font-weight: bold;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background-color: #fff6da;
    }

    .user_inside .leftBox .the_event .event_post_Summery h3.even_name {
        margin: 5px 0;
    }

.user_inside .leftBox .the_event .tools_btn {
    width: 100%;
    max-width: 240px;
    float: right;
    text-align: right;
    height: 195px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

    .user_inside .leftBox .the_event .tools_btn p {
        text-align: center;
        padding: 5px 0;
    }

        .user_inside .leftBox .the_event .tools_btn p a {
            color: #888888;
            line-height: 40px;
            display: block;
            height: 40px;
            width: 168px;
            border: 1px solid #e7e9ec;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            background-color: #fff;
        }

            .user_inside .leftBox .the_event .tools_btn p a:hover {
                color: #67b82d;
            }

        .user_inside .leftBox .the_event .tools_btn p i {
            padding-right: 8px;
        }

.user_inside .leftBox .the_event .btn_pink p a:hover {
    color: #ff5186;
}

.user_inside .leftBox .the_event .btn_w_short p a {
    width: 148px;
}

.user_inside .leftBox .the_event .btn_w_short p.to_join a {
    background-color: #f08900;
    color: #fff;
    border-color: #f08900;
}

    .user_inside .leftBox .the_event .btn_w_short p.to_join a:hover {
        background-color: #ff9202;
    }


.middle_contents .seach_advanced {
    padding: 10px;
    margin-bottom: 25px;
}

    .middle_contents .seach_advanced .eventItemSearch {
        float: none;
    }

    .middle_contents .seach_advanced h2.h2_title {
        width: calc(100% - 20px);
        margin: 0 auto;
        padding: 15px 0;
    }

    .middle_contents .seach_advanced .eventItemSearch p.title {
        width: 100px;
        float: left;
        line-height: 24px;
        padding: 10px 0;
        color: #999;
    }

    .middle_contents .seach_advanced .eventItemSearch .form-select {
        width: calc(100% - 100px);
        margin-right: 0;
    }

        .middle_contents .seach_advanced .eventItemSearch .form-select .md-input, .middle_contents .seach_advanced .eventItemSearch .the_data input {
            background-color: #fff;
        }

    .middle_contents .seach_advanced .eventItemSearch .the_data {
        float: left;
        width: calc(100% - 100px);
    }

    .middle_contents .seach_advanced ul.eventItemSearch li.s_a_box {
        float: left;
        width: calc( 33.33% - 20px);
        padding: 8px 10px;
    }

    .middle_contents .seach_advanced ul.eventItemSearch li.box-w1 {
        width: calc( 66.66% - 20px);
        padding: 5px 10px;
    }

    .middle_contents .seach_advanced p.search_result {
        padding: 20px 0 5px 0;
        font-size: 18px;
        line-height: 30px;
    }

        .middle_contents .seach_advanced p.search_result span {
            color: #ef8700;
        }

        .middle_contents .seach_advanced p.search_result a {
            color: #68b82d;
            text-decoration: underline;
        }

            .middle_contents .seach_advanced p.search_result a:hover {
                text-decoration: none;
            }

/*==== RWD ====*/
@media (max-width:1400px) {
    .ContentsBox, .event_inside .eventTopBox .titleBox {
        width: 95%;
        margin: 0 auto;
    }

    .HeaderBox .Menu ul.menu {
        padding-left: 35px;
    }

        .HeaderBox .Menu ul.menu li p a {
            padding: 10px 24px 25px 24px;
        }

    .HeaderBox .Menu .searchBox {
        max-width: 170px;
    }

    .middle_contents .leftBox .AdBox .ad300x100:nth-child(3) {
        display: none;
    }

    .event_preview .leftBox {
        width: 95%;
    }

    .user_inside .leftBox .the_event .photo {
        max-width: 245px;
    }

    .user_inside .leftBox .the_event .event_post_Summery {
        max-width: 280px;
    }

    .user_inside .leftBox .event_post_Summery h3.even_name {
        font-size: 18px;
    }

    .user_inside .leftBox .the_event .tools_btn {
        max-width: 220px;
    }
}

@media (max-width:1280px) {
    .event_inside .event_info_Box .event_top .left_photo {
        max-width: 340px;
    }

        .event_inside .event_info_Box .event_top .left_photo .main_photo {
            height: 220px;
        }

    .event_inside .event_info_Box .event_top .main_event_info {
        width: calc(100% - 365px);
    }

    .user_inside .leftBox .the_event .photo {
        max-width: 190px;
    }

    .user_inside .leftBox .the_event .event_post_Summery {
        padding-left: 30px;
    }
}

@media (max-width:1270px) {
    .user_inside .user_data_Box .btn {
        float: left;
        margin: 0 20px 0 0;
        padding-top: 8px;
    }
}

@media (max-width:1250px) {
    .middle_contents .eventItemSearch {
        width: 100%;
        padding-bottom: 15px;
    }
}

@media (max-width:1200px) {
    .HeaderBox .Menu ul.menu {
        padding-left: 15px;
    }

        .HeaderBox .Menu ul.menu li p a {
            padding: 10px 15px 25px 15px;
        }

    .middle_contents .leftBox ul.events_list li {
        width: calc(50% - 16px);
    }

        .middle_contents .leftBox ul.events_list li:nth-child(1n) {
            margin-right: 15px;
            margin-left: 0;
        }

        .middle_contents .leftBox ul.events_list li:nth-child(2n) {
            margin-right: 0px;
            margin-left: 15px;
        }

        .middle_contents .leftBox ul.events_list li:nth-child(4n) {
            margin-left: 15px;
            display: block;
        }

    .middle_contents .AdBox .ad300x600:nth-child(odd) {
        display: inline-block;
    }

    .gotopaly_noticeBox .AdBox .ad300x600:nth-child(odd) {
        display: initial;
    }

    .event_inside .event_info_Box .event_top .main_event_info ul li p.l_title {
        float: none;
        width: inherit;
        padding-left: 15px;
    }

    .event_inside .event_info_Box .event_top .main_event_info ul li p.info {
        float: none;
        max-width: inherit;
        padding-left: 15px;
    }

    .event_inside .event_info_Box ul.photo_albums li {
        width: calc(50% - 16px);
    }

        .event_inside .event_info_Box ul.photo_albums li:nth-child(1n) {
            margin-right: 15px;
            margin-left: 0;
        }

        .event_inside .event_info_Box ul.photo_albums li:nth-child(2n) {
            margin-right: 0;
            margin-left: 15px;
        }

        .event_inside .event_info_Box ul.photo_albums li:nth-child(4n) {
            margin-left: 15px;
        }

    .user_inside .leftBox .the_event .photo {
        max-width: 100%;
    }

    .middle_contents .seach_advanced ul.eventItemSearch li.s_a_box {
        width: calc( 50% - 20px);
    }

    .middle_contents .seach_advanced ul.eventItemSearch li.box-w1 {
        width: calc( 100% - 20px);
    }

    .middle_contents .seach_advanced ul.eventItemSearch li.box-w2 {
        width: calc( 100% - 20px);
    }

        .middle_contents .seach_advanced ul.eventItemSearch li.box-w2 .btn {
            max-width: 300px;
            margin: 0 auto;
        }
}

@media (max-width:1150px) {
    .FooterBox .downloadAppBox .lBox ul li {
        float: none;
    }

        .FooterBox .downloadAppBox .lBox ul li a.btn, .FooterBox .downloadAppBox .lBox ul li.ios a.qrcode {
            margin-bottom: 10px;
        }

    .FooterBox .downloadAppBox .fbBox .fb-page {
        height: 190px;
        display: inline-block;
    }
}

@media (max-width:1130px) {
    .HeaderBox .Menu h1.Gotoplay123_logo a {
        width: 115px;
        height: 58px;
    }

    .HeaderBox .Menu ul.menu {
        padding-left: 35px;
    }

    .HeaderBox .Menu ul.userBox {
        display: none;
    }

    .HeaderBox .Menu ul.menu li p a {
        padding: 0px 25px 10px 25px;
    }

    .HeaderBox .Menu .other_tools {
        padding: 5px 30px 16px 0;
    }

    .middle_contents {
        padding-top: 84px;
    }

    .HeaderBox .subMenuBox {
        top: 84px;
    }

    .event_preview {
        padding-top: 0;
    }
}

@media (max-width:1000px) {
    .main_searchBox {
        width: 800px;
        height: 60px;
        margin-top: -30px;
        left: 50%;
        margin-left: -400px;
    }

    .middle_contents .leftBox {
        width: 100%;
    }

    .middle_contents .rightAD {
        display: none;
    }

    .FooterBox .serviceBox .infoBox p {
        font-size: 14px;
    }

    .choosePhotoBox ul.photos li {
        width: 25%;
    }

    .middle_contents .leftBox .eventTopBox .searchBox {
        float: none;
        padding-right: 0;
        margin: 0 auto;
    }

    .middle_contents .leftBox .eventTopBox p.search_result {
        float: none;
        text-align: center;
    }

    .middle_contents .leftBox .eventTopBox p.search_newest_keyword {
        float: left;
        text-align: center;
    }

    .user_inside .ContentsBox {
        padding-top: 10px;
    }

    .user_inside .eventTopBox .titleBox {
        padding-top: 10px;
    }

    .user_inside .eventTopBox .event_host p.host {
        text-align: center;
    }

        .user_inside .eventTopBox .event_host p.host a.img_avatar {
            padding-top: 90px;
            padding-left: 0;
            display: block;
            font-size: 24px;
            margin-bottom: 5px;
        }

            .user_inside .eventTopBox .event_host p.host a.img_avatar span {
                left: 50%;
                margin-left: -44px;
            }

        .user_inside .eventTopBox .event_host p.host a.follow {
            display: inline-block;
            margin-left: 0;
        }

    .user_inside .eventTopBox .event_host p.other_info {
        text-align: center;
        padding-left: 0;
    }

    .user_inside .user_data_Box ul.menu li p {
        font-size: 17px;
    }

        .user_inside .user_data_Box ul.menu li p a {
            padding: 20px 25px;
        }

    .event_inside .event_info_Box .event_top {
        padding-bottom: 10px;
    }

    .user_inside .user_data_Box .btn {
        float: right;
        margin: 0 0 0 0;
        padding-top: 0px;
    }

    .user_inside .leftBox .the_event .photo {
        max-width: 190px;
    }
}

@media (max-width:930px) {
    .user_inside .user_data_Box .btn {
        float: left;
        margin: 0 20px 0 0;
        padding-top: 8px;
    }
}

@media (max-width:850px) {
    .middle_contents {
        padding-top: 80px;
    }

    .HeaderBox .Menu ul.menu {
        padding-left: 5px;
    }

        .HeaderBox .Menu ul.menu li p a {
            padding: 0px 15px 10px 15px;
        }

    .main_searchBox {
        width: 70%;
        left: 15%;
        margin-left: 0;
        height: 121px;
        margin-top: -90px;
    }

        .main_searchBox .the_item {
            width: 50%;
            border-bottom: 1px solid rgba(256, 256, 256, .3);
        }

        .main_searchBox .the_data {
            width: 50%;
        }

        .main_searchBox p.btn {
            position: absolute;
            bottom: -70px;
            width: 100%;
        }

    .FooterBox .serviceBox .infoBox {
        width: calc(33.33% - 10px);
    }

        .FooterBox .serviceBox .infoBox:nth-child(4) {
            width: 100%;
            padding: 20px 0 0 0;
            margin-top: 25px;
            text-align: center;
            border-top: 1px solid #dedbd7;
        }

        .FooterBox .serviceBox .infoBox p.icon {
            text-align: center;
        }

    .event_preview {
        padding-top: 0;
    }

    .white-popup {
        padding: 30px;
    }

    .user_inside .user_aboutMe .lBox {
        width: 180px;
    }

        .user_inside .user_aboutMe .lBox .user_photo {
            width: 135px;
            height: 135px;
        }

    .user_inside .user_aboutMe .dataBox {
        max-width: calc(100% - 180px);
    }

        .user_inside .user_aboutMe .dataBox .eBox .p_leftBox {
            max-width: 120px;
        }

        .user_inside .user_aboutMe .dataBox .eBox .right_info {
            max-width: calc(100% - 150px);
        }

    .width-S {
        padding: 0;
        width: 90%;
    }

    .user_inside .leftBox .the_event .photo {
        height: 250px;
    }

    .user_inside .leftBox .the_event .event_post_Summery {
        max-width: calc(100% - 240px);
    }

    .user_inside .leftBox .the_event .tools_btn {
        max-width: initial;
        width: initial;
        padding-right: 15px;
        height: initial;
        float: left;
        padding-left: 25px;
    }

        .user_inside .leftBox .the_event .tools_btn .both {
            text-align: center;
        }

            .user_inside .leftBox .the_event .tools_btn .both p {
                display: inline-block;
                min-width: 145px;
            }
}

@media (max-width:750px) {
    .HeaderBox .Menu ul.menu {
        display: none;
    }

    .FooterBox .downloadAppBox .lBox {
        float: none;
    }

        .FooterBox .downloadAppBox .lBox h5, .FooterBox .downloadAppBox .lBox ul li {
            text-align: center;
            margin-right: 0;
        }

    .FooterBox .downloadAppBox .fbBox {
        margin: 0 auto;
        position: inherit;
        right: inherit;
        bottom: inherit;
        text-align: center;
    }

    .middle_contents .ContentsBox {
        padding-top: 30px;
    }

    .event_inside .eventTopBox .topTitle h2.h2_title {
        font-size: 36px;
    }

    .event_inside .eventTopBox .event_host p.host {
        font-size: 15px;
    }

    .event_inside .eventTopBox .event_host p.other_info {
        font-size: 12px;
    }

    .event_inside .eventTopBox .event_host p.host a.follow {
        font-size: 14px;
    }

    .event_inside .event_info_Box {
        padding: 20px;
    }

        .event_inside .event_info_Box .event_top .left_photo {
            max-width: 100%;
        }

            .event_inside .event_info_Box .event_top .left_photo .bottom_other p {
                font-size: 14px;
            }

                .event_inside .event_info_Box .event_top .left_photo .bottom_other p i {
                    font-size: 18px;
                }

        .event_inside .event_info_Box .event_top .main_event_info {
            width: 100%;
        }

        .event_inside .event_info_Box .event_photo ul.photos li {
            height: 120px;
        }

        .event_inside .event_info_Box .event_instructions .eBox .p_leftBox {
            max-width: 150px;
        }

        .event_inside .event_info_Box .event_instructions .eBox .right_info {
            padding: 15px 20px;
            max-width: calc(100% - 192px);
        }

    .middle_contents .newsBox ul.news_list li .titleBox h3 {
        width: 100%;
    }

    .middle_contents .newsBox ul.news_list li .titleBox p.day {
        width: 100%;
        padding-bottom: 10px;
    }

        .middle_contents .newsBox ul.news_list li .titleBox p.day::after {
            display: none;
        }

    .user_inside .user_aboutMe .lBox {
        width: 100%;
        padding-bottom: 20px;
    }

    .user_inside .user_aboutMe .dataBox {
        max-width: 100%;
    }

    .user_inside .ContentsBox {
        padding-top: 10px;
    }

    .user_inside .user_data_Box ul.menu li p a {
        padding: 20px 18px;
    }

    .user_inside .leftBox .eventItemSearch .search_date {
        width: 100%;
    }
}

@media (max-width:700px) {
    .choosePhotoBox ul.photos li {
        width: 33.33%;
    }

    .fansBox .top_title h3.title {
        padding: 0 20px;
        font-size: 24px;
    }

    .fansBox ul.interactiveBox li {
        padding: 12px 20px;
    }

    .user_inside .leftBox ul.the_event li {
        padding-bottom: 20px;
    }

    .user_inside .leftBox .the_event .event_post_Summery {
        padding: 15px 0;
        max-width: calc(100% - 30px);
        float: none;
    }

    .user_inside .leftBox .the_event .photo {
        max-width: 100%;
        height: 190px;
        float: none;
    }

    .user_inside .leftBox .the_event .tools_btn {
        padding-left: 15px;
    }

        .user_inside .leftBox .the_event .tools_btn p a {
            width: initial;
            padding: 0 15px;
        }

    .event_short_content .lBox, .event_short_content .rBox {
        width: 100%;
        text-align: center;
    }

        .event_short_content .rBox ul li p.subtitle {
            font-size: 14px;
        }

        .event_short_content .rBox ul li p.info {
            font-size: 16px;
        }
}

@media (max-width:650px) {
    .gotopaly_noticeBox .bothBox .lBox {
        width: 100%;
    }

    .gotopaly_noticeBox .bothBox .rBox {
        width: 100%;
        padding-left: 0;
    }

    .editBox .btn_both .btn_style {
        width: 46%;
        margin: 0 1%;
    }

    .registerBox .btn .btn_style, .editBox .btn .btn_style, .event_info_Box .btn .btn_style {
        font-size: 15px;
    }

    .fixed_screenBox {
        bottom: 155px;
    }

        .fixed_screenBox p.teachingBox a {
            width: 60px;
            height: 75px;
        }

        .fixed_screenBox a.go_top {
            width: 60px;
        }

    .Ad_please {
        width: 150px;
        height: 162px;
    }

    .FooterBox .copyright {
        padding: 20px 0;
    }

    .event_inside .eventTopBox .titleBox {
        width: 90%;
    }

    .event_inside .eventTopBox .titleBox {
        padding-top: 20px;
    }

    .event_inside .eventTopBox .topTitle h2.h2_title {
        font-size: 28px;
    }

    .event_inside .event_info_Box ul.photo_albums li .photo {
        height: 120px;
    }

    .event_inside .event_info_Box ul.photo_albums li {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

        .event_inside .event_info_Box ul.photo_albums li:nth-child(1n) {
            margin-right: 5px;
        }

        .event_inside .event_info_Box ul.photo_albums li:nth-child(2n) {
            margin-left: 5px;
            margin-right: 0;
        }

    .event_inside .event_info_Box .event_photo_top .rightbox {
        text-align: center;
        width: 100%;
        padding-top: 8px;
    }

    .choosePhotoBox ul.photos li {
        width: 50%;
    }

    .middle_contents .seach_advanced ul.eventItemSearch li.s_a_box {
        width: calc( 50% - 20px);
    }

    .middle_contents .seach_advanced .eventItemSearch p.title, .middle_contents .seach_advanced .eventItemSearch .form-select, .middle_contents .seach_advanced ul.eventItemSearch li.box-w1 {
        width: 100%;
    }

    .middle_contents .seach_advanced .eventItemSearch .the_data, .middle_contents .seach_advanced ul.eventItemSearch li.box-w2 {
        width: calc( 100% - 20px);
    }

        .middle_contents .seach_advanced ul.eventItemSearch li.box-w2 .btn {
            max-width: 100%;
        }

    .fansBox ul.interactiveBox li .lBox p, .fansBox ul.interactiveBox li .rBox p {
        font-size: 14px;
    }

    .fansBox ul.interactiveBox li a.theFans {
        margin-right: 10px;
    }

    .ratingBox ul li {
        padding-top: 15px;
    }

        .ratingBox ul li .lBox, .ratingBox .radio_select {
            float: none;
            margin: 0 auto;
        }

        .ratingBox ul li a.user {
            margin: 0 auto;
            float: none;
        }

        .ratingBox ul li p.name {
            max-width: initial;
            text-align: center;
            margin: 0;
            line-height: 44px;
        }

    .ratingBox .radio_select {
        width: 284px;
        padding: 0;
    }
}

@media (max-width:600px) {
    .ContentsBox {
        width: 90%;
    }

    .main_searchBox {
        height: 244px;
        margin-top: -160px;
    }

        .main_searchBox .the_item {
            width: 100%;
        }

        .main_searchBox .the_data {
            width: 100%;
            border-bottom: 1px solid rgba(256, 256, 256, .3);
        }

            .main_searchBox .the_data::nth-child(2) {
                border: none;
            }

    .middle_contents .leftBox h2.h2_title, .editBox h2.h2_title {
        font-size: 22px;
    }

        .middle_contents .leftBox h2.h2_title::after {
            width: 38px;
        }

        .middle_contents .leftBox h2.h2_title a.more {
            font-size: 14px;
        }

    .middle_contents .leftBox ul.events_list {
        padding-bottom: 15px;
    }

        .middle_contents .leftBox ul.events_list li {
            width: calc(100%);
            margin: 0 0 22px;
        }

            .middle_contents .leftBox ul.events_list li:nth-child(2n) {
                margin-right: 0px;
                margin-left: 0px;
            }

            .middle_contents .leftBox ul.events_list li:nth-child(4) {
                display: none;
            }

    .middle_contents .leftBox .AdBox2 {
        display: block;
    }

    .middle_contents .leftBox .AdBox3 {
        display: none;
    }

    .event_item_more .leftBox ul.events_list li:nth-child(4) {
        display: block;
    }

    .FooterBox .serviceBox .infoBox {
        width: calc(50% - 10px);
    }

        .FooterBox .serviceBox .infoBox:nth-child(3) {
            width: 100%;
            padding-top: 20px;
        }

    .registerBox h1.Gotoplay123_logo a {
        height: 70px;
        margin-bottom: 15px;
    }

    .registerBox h2 {
        padding-bottom: 10px;
    }

        .registerBox h2 span {
            display: block;
        }

    .registerBox .fillinBox, .editBox .fillinBox {
        width: calc(100% - 50px);
        padding: 25px;
    }

        .registerBox .fillinBox input.tbox, .editBox .fillinBox input.tbox, .editBox .form-select .md-input, .fillinBox input.tbox, .fillinBox textarea.tbox, .editBox .radio_select span, .editBox .fillinBox ul.event_type li p, .editBox .upload_files .files_name p, .editBox .fillinBox .the_data input {
            font-size: 14px;
        }

    .registerBox .btn .btn_style {
        font-size: 15px;
    }

    .registerBox .confirm {
        padding-bottom: 20px;
    }

        .registerBox .confirm p {
            font-size: 13px;
        }

    .registerBox .Copyright_info p {
        font-size: 11px;
    }

    .editBox .radio_select label {
        padding-left: 5px;
    }

    .editBox .btn .btn_done {
        height: 50px;
        line-height: 50px;
    }

    .editBox .w95, .editBox .addressBox .form-select {
        padding-bottom: 10px;
    }

    .middle_contents .leftBox .eventTopBox h2.h2_title {
        padding-bottom: 15px;
        border-bottom: 1px solid #cacacb;
        width: calc(100% - 50px);
    }

    .middle_contents .leftBox .eventTopBox .searchBox input {
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }

    .middle_contents .eventItemSearch {
        padding-top: 5px;
    }

    .eventItemSearch .form-select .md-input {
        font-size: 14px;
    }

    .event_inside .event_info_Box .event_top .left_photo .bottom_other .share_pic a {
        height: 32px;
        width: 32px;
    }

    .event_inside .event_info_Box .event_photo ul.photos li {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

        .event_inside .event_info_Box .event_photo ul.photos li:nth-child(2n) {
            margin-right: 0;
        }

    .event_inside .event_info_Box .event_instructions .eBox .p_leftBox {
        float: none;
        max-width: inherit;
        padding: 15px 0 0 0;
    }

        .event_inside .event_info_Box .event_instructions .eBox .p_leftBox p {
            max-width: inherit;
            padding: 0 20px;
            color: #999;
        }

    .event_inside .event_info_Box .event_instructions .eBox .right_info {
        max-width: calc(100% - 40px);
        border-left: none;
        border-bottom: 1px solid #e4e6ea;
    }

    .event_inside .event_info_Box .event_instructions .eBox:last-child .right_info {
        border-bottom: none;
    }

    .event_inside .eventTopBox .event_host p.host a.follow {
        display: block;
        max-width: 65px;
        margin: 10px 0 5px 40px;
    }

    .user_inside .eventTopBox .event_host p.host a.follow {
        margin: 5px auto;
    }

    .user_inside p.change_background a {
        font-size: 14px;
    }

    .user_inside .user_aboutMe .dataBox .eBox .p_leftBox {
        max-width: 100%;
    }

        .user_inside .user_aboutMe .dataBox .eBox .p_leftBox p {
            max-width: calc(100% - 30px);
            color: #999;
            padding: 12px 15px;
            text-align: left;
        }

    .user_inside .user_aboutMe .dataBox .eBox .right_info {
        max-width: calc(100% - 30px);
    }

    .fansBox ul.interactiveBox li .lBox {
        width: 100%;
    }

    .fansBox ul.interactiveBox li p.invite, .fansBox ul.interactiveBox li p.no_invite {
        width: 100%;
        text-align: center;
    }

    .fansBox ul.interactiveBox li .lBox {
        float: none;
    }

    .fansBox ul.interactiveBox li .rBox {
        position: initial;
        width: 100%;
        text-align: center;
    }

    .fansBox ul.interactiveBox li a.theFans {
        margin: 0 auto;
        float: none;
    }

    .fansBox ul.interactiveBox li p.name {
        text-align: center;
        max-width: inherit;
    }

    .fansBox .top_title h3.title {
        float: none;
        text-align: center;
    }

    .fansBox .searchUser {
        float: none;
        margin: 12px auto 0 auto;
    }
}

@media (max-width:550px) {
    .HeaderBox .the_language {
        display: none;
    }

    .HeaderBox .Menu .searchBox input {
        font-size: 14px;
    }

    .event_inside .event_info_Box .event_top .main_event_info p {
        font-size: 15px;
    }

    .event_inside .event_info_Box .event_top .left_photo .bottom_other .share_pic p {
        font-size: 13px;
    }

    .event_inside .event_info_Box p, .event_inside .event_info_Box .event_instructions .eBox .p_leftBox p {
        font-size: 14px;
    }

    .user_inside .user_aboutMe .dataBox .topBox p {
        width: 50%;
    }

        .user_inside .user_aboutMe .dataBox .topBox p span {
            padding-bottom: 6px;
        }

        .user_inside .user_aboutMe .dataBox .topBox p.title {
            width: 100%;
            border-bottom: 1px solid #e9e9ea;
            padding-bottom: 10px;
        }

    .user_inside .event_info_Box {
        padding-top: 0;
    }

    .user_inside .user_data_Box ul.menu {
        text-align: center;
    }

        .user_inside .user_data_Box ul.menu li {
            float: none;
            display: inline-block;
        }

            .user_inside .user_data_Box ul.menu li p {
                font-size: 16px;
            }

                .user_inside .user_data_Box ul.menu li p a {
                    padding: 17px 18px 8px 18px;
                }

    .middle_contents .leftBox .event_post_Summery p.date {
        font-size: 14px;
    }

    .ratingBox .radio_select {
        width: 255px;
    }
}

@media (max-width:420px) {
    .registerBox .fillinBox, .editBox .fillinBox {
        width: calc(100% - 40px);
        padding: 20px;
    }

    .registerBox .Copyright_info p {
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }

    .registerBox .Copyright_info .the_language {
        float: none;
        margin: 0 auto;
        border-width: 1px;
        border-style: solid;
        border-color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .registerBox .Copyright_info .the_language::after {
            right: 10px;
        }

    .event_inside .eventTopBox .topTitle {
        padding-top: 0px;
    }

    .event_inside .eventTopBox .titleBox {
        padding: 0;
    }

    .event_inside .eventTopBox .topTitle h2.h2_title {
        font-size: 26px;
    }

    .event_inside .event_info_Box .event_top .left_photo .main_photo {
        height: 180px;
    }

    .event_inside .event_info_Box .event_photo ul.photos li {
        height: 90px;
    }

    .event_inside .event_info_Box .event_instructions .qrcode .right_info p {
        line-height: 30px;
    }

    .middle_contents .leftBox .AdBox .ad300x100 {
        margin: 0 0 15px 0;
    }

    .event_inside .event_info_Box .event_photo_top .btn {
        min-width: 154px;
        margin: 0 5px;
    }

    .event_inside .event_info_Box .event_photo_top .btn_org {
        min-width: 130px;
    }

    .choosePhotoBox ul.photos li {
        padding-bottom: 15px;
    }

        .choosePhotoBox ul.photos li .photo {
            width: 85%;
            height: 90px;
        }

    .user_inside .eventTopBox .titleBox {
        padding-top: 10px;
    }
}

@media (max-width:400px) {
    .event_photo_top .btn .btn_style {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .event_inside .event_info_Box .event_photo_top .btn {
        min-width: 142px;
    }

    .event_inside .event_info_Box .event_photo_top .btn_org {
        min-width: 115px;
    }

    .user_inside .leftBox .the_event .tools_btn .both p {
        font-size: 13px;
    }
}

@media (max-width:320px) {
    .HeaderBox .Menu .searchBox {
        max-width: 145px;
    }

    .HeaderBox .Menu .other_tools {
        padding-right: 24px;
    }
}

@media (max-device-width:1440px) {
    .main_kv_video {
        background-position: center center;
        background-image: url(/images/gallery/banner_01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-device-width:1240px) {
    .card_BidBox {
        background-attachment: inherit;
        background-size: cover;
    }
}

@media (max-device-width:600px) {
    .FooterBox .downloadAppBox .lBox ul li a.qrcode {
        display: none;
    }
}


.canceled {
    border-radius: 15px;
    display: block;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 10px;
    color: #f00;
    width: 73px;
}

.canceled-block {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #f00;
    background-color: rgba(0, 0, 0, 0.6);
}
