@charset "utf-8";

#top_banner img {
    width: 100%;
}

/* ----------------
參展品牌
---------------- */
.brand_list {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.brand_item {
    width: 25%;
}

.brand_item>div {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    /* height: 230px; */
}

.brand_item .frame {
    margin: auto;
    position: relative;
    display: block;
    border: 1px solid #cacaca70;
    height: 136.5px;
    padding: 5px;
}

.brand_item .frame a {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 1170px) {
    .brand_item {
        width: 33%;
    }

    .brand_item .frame {
        height: 144px;
    }
}

@media (max-width: 992px) {
    .brand_item {
        width: 50%;
    }

    .brand_item .frame {
        height: 179px;
    }
}

@media (max-width: 768px) {
    .brand_item .frame {
        height: 100px;
    }

    .brand_item .frame img {
        max-height: 100%;
        object-fit: cover;
    }
}

/*---------------
store
------------------*/
.store_topic h2 {
    margin: 0;
    padding: 20px;
    font-size: 37px;
}

@media (max-width:768px) {
    .store_topic h2 {
        padding-top: 50px;
    }
}

.store_block {
    margin: 10px 0;
    width: 235px;
}

.store_block>div {
    padding: 15px;
    margin: 10px 5px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 8px #E8E8E8;
    -moz-box-shadow: 1px 1px 8px #E8E8E8;
    -webkit-box-shadow: 1px 1px 8px #E8E8E8;
    padding-top: 1px;
}

.store_block .title {
    font-size: 17px;
    height: 46px;
    overflow: hidden;
    text-align: left;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}

.store_block .title a {
    margin: auto;
    color: #5f5f5f;
}

.store_block .layout {
    bottom: 0;
    width: 100%;
    color: #bbb;
}

.store_block .layout>div {
    text-align: right;
    position: relative;
    padding: 9px 5px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.store_block .layout h4 {
    margin: 0;
    color: #ff3030;
}

.store_block .layout h5 {
    margin: 0;
    text-decoration: line-through;
}

.store_block .shop_title {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding: 7px 0;
    word-wrap: break-word;
    max-height: 39px;
}

.store_block .shop_title a {
    color: #989898;
}

.store .flex_item {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.store_block .imgCtrl {
    height: auto;
    padding: 10px 0;
}

/*-------------------
reg_selector_block
---------------------*/
/* 沒有時間欄位時使用 */
.reg_selector_block .reg_selector .group_block .intro_block {
    flex-direction: column !important;
    -moz-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    padding: 20px !important;
    white-space: nowrap;
    width: auto !important;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
}

.reg_selector_block {}

.reg_selector_block .reg_selector {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 2px solid #e3e3e3;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.reg_selector_block .reg_selector .date_block {
    flex: 2;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: #f8f8f8;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}

.reg_selector_block .reg_selector .date_block span {
    padding: 12px;
    color: #545454;
}

.reg_selector_block .reg_selector .date_block nav {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.3rem;
}

.reg_selector_block .reg_selector .date_block hr {
    margin: 5px 0px;
    border: none;
    height: 1px;
    background-color: #868686;
}

.reg_selector_block .reg_selector .group_block {
    flex: 12;
    -ms-flex: 12;
    -moz-flex: 12;
    -webkit-flex: 12;
}

.reg_selector_block .reg_selector .group_block .group_content {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 2px solid #e5e5e5;
}

.reg_selector_block .reg_selector .group_block .group_content:last-child {
    border-bottom: none;
}

.reg_selector_block .reg_selector .group_block .group_content .group_time {
    width: 120px;
    padding: 10px;
    font-weight: 700;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.reg_selector_block .reg_selector .group_block .group_content .group_info {
    width: 80%;
    padding: 20px;
    border-left: 1px solid #d2d1d1;
    border-right: 1px solid #d2d1d1;
}

.reg_selector_block .reg_selector .group_block .group_content .group_info .info_content {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.reg_selector_block .reg_selector .group_block .group_content .group_status {
    width: 20%;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    background-color: #fff;
    color: #b90e0e;
    font-size: 1.2rem;
    font-weight: bold;
    align-self: center;
    -webkit-align-self: center;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}

.reg_selector_block .reg_selector .group_block ul {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #e5e5e5;
    word-break: break-all;
}

.reg_selector_block .reg_selector .group_block ul:last-child {
    border: 0;
}

.reg_selector_block .reg_selector .group_block li {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
}

.reg_selector_block .reg_selector .group_block li:nth-child(1) {
    padding: 10px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    font-weight: 700;
    width: 130px;
}

.reg_selector_block .reg_selector .group_block li:nth-child(2) {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 20px;
    width: 100%;
    /* white-space: nowrap; */
    border-left: 1px solid #d2d1d1;
}

.reg_selector_block .reg_selector .group_block li:nth-child(3) {
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    height: 100%;
    right: 0;
    width: 150px;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    border-left: 1px solid #d2d1d1;
    background-color: #fff;
}

.reg_selector_block .reg_selector .group_block li:nth-child(3) input {
    margin: 5px 1px 4px 4px;
    zoom: 120%;
}

.reg_selector_block .reg_selector .group_block li:nth-child(3) span {
    padding-left: 5px;
    color: #bd0000;
    font-weight: 600;
}

.reg_selector_block .reg_selector .group_block li span.calss_is_checked {
    color: #21841f;
}

.reg_selector_block .reg_selector .group_block li span.limited {
    color: #666;
    text-align: center;
}

.reg_selector_block .reg_selector .group_block h3 {
    color: #000;
    margin: 0;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: normal;
}

.reg_selector_block .reg_selector .group_block h4 {
    margin: 0;
    letter-spacing: 1px;
}

.reg_selector_block .reg_selector .group_block h5 {
    margin: 0;
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight: 400;
    color: #848484;
    margin-top: 1px;
}

.reg_selector_block .reg_selector .group_block h5 b {
    background-color: #ee4cbc;
    color: #fff;
    padding: 2px 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 1rem;
    vertical-align: middle;
}

.reg_selector_block .reg_selector .group_block h5 span {
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    ;
}

.reg_selector_block .reg_selector .group_block ul.is_full {
    background-color: #efefef;
    color: #a9a3a3;
}

.reg_selector_block .reg_selector .group_block ul.is_full li.all_full {
    background-color: #efefef;
    color: #a9a3a3;
    ;
}

@media (max-width:992px) {
    .reg_selector_block .reg_selector .date_block {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .reg_selector_block .reg_selector .date_block span {
        font-size: 1.3rem;
    }
}

@media (max-width:768px) {
    .reg_selector_block .reg_selector {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .reg_selector_block .reg_selector .date_block {
        flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        border-bottom: 1px solid #e3e3e3;
    }

    .reg_selector_block .reg_selector .date_block nav hr {
        display: none;
    }

    .reg_selector_block .reg_selector .group_block ul.is_full:after,
    .reg_selector_block .reg_selector .group_block li:nth-child(3) {
        width: 100px
    }

    .reg_selector_block .reg_selector .group_block li:nth-child(1) {
        width: 130px
    }

    .reg_selector_block .reg_selector .group_block .group_content .group_time {
        font-size: 0.8rem;
        padding: 5px;
    }

    .reg_selector_block .reg_selector .group_block .group_content .group_info {
        width: 60%;
        padding: 10px;
    }

    .reg_selector_block .reg_selector .group_block .group_content .group_status {
        font-size: 1rem;
    }
}

@media (max-width:700px) {
    .reg_selector_block .reg_selector .group_block ul.is_full:after {
        width: 40px;
        padding: 0 16px;
    }

    .reg_selector_block .reg_selector .group_block li:nth-child(1) {
        width: 130px;
    }

    .reg_selector_block .reg_selector .group_block li:nth-child(2) {
        padding: 20px 10px;
        width: 100%;
        white-space: normal;
    }
}

/*--------------
index_brand
--------------*/
.index_brand {
    margin-bottom: 40px;
    display: block;
}

.index_brand .frame {
    /* border: 1px solid #822fdf; */
    overflow: hidden;
    /*  border-radius: 20px 0 0 0 ; */
}

.index_brand .title {
    /* background-color: #822fdf; */
    position: relative;
    /*  border-radius: 18px 0 0 0; */
}

.index_brand .title h3 {
    color: #333;
    padding: 7px 16px;
    margin: 0;
}

.index_brand .title span {
    position: absolute;
    top: 12px;
    right: 19px;
    color: #333;
    z-index: 100;
}

.index_brand .brand_block .photofix {
    height: 165px;
    margin: 20px 20px 0 20px;
    /* border: 1px solid #dcd1d1; */
}

.index_brand .brand_block p {
    text-align: center;
    margin: 4px 0 10px 0;
}

.activity_banner {
    margin-top: 5px;
}

.commen_send_n_change_block {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 50px;
}

.commen_send_n_change_block .logout {
    font-size: 1rem;
    color: #666;
    border-bottom: 1px solid;
    margin: 20px;
    padding-bottom: 5px;
}

/*.commen_send_n_change_block >h2 { font-size: 40px; color: #666; }*/

.entermsg-btn {
    border-radius: 5px;
    padding: 10px 26px;
    font-size: 35px;
    font-weight: bold;
    background-color: #c4c4c4;
    color: #585858;
    margin: 20px auto;
    display: table;
    border-bottom: 6px solid #909090;
}

.entermsg-btn:hover {
    background-color: #bcbbbb;
}

.qualify_ul {
    width: 100%;
    max-width: 992px;
    margin: auto;
    display: block;
}

.qualify_ul ul:after {
    content: '';
    clear: both;
    display: table;
}

.qualify_ul ul>li {
    float: left;
    padding: 15px 0;
}

.qualify_ul ul>li:first-child {
    width: calc(30% - 10px);
    text-align: right;
    font-size: 22px;
    padding-right: 10px;
}

.qualify_ul ul>li:last-child {
    width: 70%;
    line-height: 32px;
}

/*----------------
header menu
------------------*/
header {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.home #stick_header {
    margin-top: -27px;
}

#stick_header {
    width: 100%;
    z-index: 999;
    margin: auto;
    position: relative;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    text-align: center;
}

#header_wrap {
    transition: 0.5s;
    background-color: #5d970c;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
    width: 100%;
    display: inline-block;
}

.home #header_wrap {
    max-width: 1300px;
}

/* :not(.home) #top_banner{
background-image: url('https://cdn-image.top-link.com.tw/570/Slider/logo_bg.jpg');
background-size: cover;
} */
#top_banner a {
    display: block;
    text-align: center;
}

.stick #stick_header {
    top: 79px;
    position: fixed;
    max-width: 100%;
    margin-top: 0;
}

.stick #header_wrap {
    max-width: 100%;
}

#top_banner .photofix {
    height: 600px;
}

/* header.home.stick {
margin-top:620px;
} */
@media (max-width:992px) {
    .home #stick_header {
        margin-top: 0;
    }

    header.stick {
        margin-top: 100px;
        /*logo 高度*/
    }

    header.home.stick {
        margin-top: 100px;
        /*logo 高度*/
    }

    .stick #stick_header {
        top: 0;
    }

    #header_wrap {
        display: block;
        background-size: cover;
    }

    #logo img {
        margin: auto;
        height: auto;
    }
}

#logo {
    pointer-events: none;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    margin: auto;
}

#logo img {
    margin: auto;
}

#menu_block {
    position: relative;
    z-index: 998;
}

#menu_block:after {
    content: '';
    display: table;
    clear: both;
}

#menu_ul {
    margin: auto;
    display: table;
    padding: 6px 0 0px 0;
}

#menu_ul a {
    color: #fff;
    padding: 13px 2px;
    display: block;
}

#menu_ul li {
    position: relative;
    float: left;
    font-size: 19px;
    margin: 0px 12px;
    text-align: center;
}

#menu_ul a:hover {
    color: #e2ff00;
}

#social_block {
    float: left;
    margin: 30px 0;
}

#social_block img {
    width: 25px;
    padding-left: 5px
}

#menu_block.active {
    display: block;
}

#menu_ul>li>ul {
    position: absolute;
    display: none;
    opacity: 0;
    width: 145px;
    left: -9px;
    border: 1px solid #f4f4f4;
    background-color: #fff;
}

#menu_ul>li>ul>li {
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    margin: 0;
    text-align: center;
    float: none;
    border-bottom: 1px solid #DCDADA;
}

#menu_ul>li>ul>li:hover>a {
    background-color: #565656;
}

#menu_ul>li>ul>li:hover {
    transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

#menu_ul>li>ul>li>a {
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    background-color: #F1F1F1;
    color: rgb(58, 58, 58);
    padding: 10px 0;
    font-size: 17px;
}

#menu_ul>li>ul>li>a.special {
    background-color: #f7f7f7;
}

#menu_ul>li>ul>li:hover>a.special {
    background-color: #565656;
}

#menu_ul>li:hover ul {
    display: block;
    opacity: 1;
}

/* index_mobile_banner 手機板主視覺 */
.index_mobile_banner {
    margin-top: 10px;
}


/*純CSS bar鈕*/
#d_menu {
    position: absolute;
    display: none;
}

.b {
    position: absolute;
    width: 60px;
    height: 60px;
    transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    cursor: pointer;
    top: 18px;
}

.b i {
    position: absolute;
    display: block;
    width: 40px;
    height: 5px;
    background: #000;
    left: 11px;
    border-radius: 2px;
    transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}

.b1 {
    top: 15px;
}

.b2 {
    top: 26px;
}

.b3 {
    top: 37px;
}

.b_open .b1 {
    left: 11px;
    top: 8px;
    width: 40px;
    transform: translateY(20px) rotate(45deg);
    -o-transform: translateY(20px) rotate(45deg);
    -ms-transform: translateY(20px) rotate(45deg);
    -moz-transform: translateY(20px) rotate(45deg);
    -webkit-transform: translateY(20px) rotate(45deg);
}

.b_open .b3 {
    left: 11px;
    top: 48px;
    width: 40px;
    transform: translateY(-20px) rotate(-45deg);
    -o-transform: translateY(-20px) rotate(-45deg);
    -ms-transform: translateY(-20px) rotate(-45deg);
    -moz-transform: translateY(-20px) rotate(-45deg);
    -webkit-transform: translateY(-20px) rotate(-45deg);
}

.b_open .b2 {
    left: 32px;
    width: 0;
}

/*純CSS bar鈕*/

/*----------------
side_menu
------------------*/

#side_menu_bg_layout {
    top: 0;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.45);
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
}

#side_menu {
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    position: relative;
    width: 80%;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #cdcdcd;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    overflow-y: scroll;
}

#side_menu_close_anywhere {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
}

#side_menu_bg_layout.active {
    opacity: 1;
    pointer-events: all;
}

#side_menu_bg_layout.active #side_menu {
    transform: translateX(0%);
}

.side_logo {
    text-align: center;
    border-bottom: 1px solid #F5F5F5;
    padding: 18px 0;
}

.side_menu_ul a {
    width: calc(100% - 20px);
    padding: 16px 0px 16px 20px;
    font-size: 21px;
    border-bottom: 1px solid #F5F5F5;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    display: block;
    color: #4e4e4e;
}

.side_menu_ul>li>ul {
    opacity: 0;
    display: none;
}

.side_menu_ul>li:hover ul {
    opacity: 1;
    display: block;
}

.side_menu_ul>li>ul>li>a {
    width: calc(100% - 40px);
    padding: 16px 0px 16px 40px;
    font-size: 19px;
    background-color: #F1F1F1;
    color: #717171;
}

.side_menu_ul li {}

.side_menu_ul li.more a {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(170, 220, 232, 1);
}

.side_menu_ul li.more a:hover {
    background-color: rgba(136, 206, 224, 1);
    color: #046a6b;
}

.side_menu_ul li.back a {
    color: #ff9b00;
}

.side_menu_ul a:hover {
    color: #ff9b00;
}

.side_menu_ul .login_status {}

.side_menu_ul .login_status a {
    display: inline-block;
    width: auto;
}

@media (max-width:992px) {
    #header_wrap {
        overflow: hidden;
    }

    #d_menu {
        display: block;
        top: 0;
    }

    #menu_block {
        display: none;
        float: none;
    }

    #menu_ul {
        width: 100%;
    }

    #menu_ul li {
        float: none;
        margin: 0px auto;
        display: table;
    }

    #logo {
        opacity: 1;
        pointer-events: all;
        float: none;
        text-align: center;
        display: table;
        margin: 0px auto;
    }

    .b p {
        margin-top: 40px;
        color: #000;
    }
}

/*--------------
ticketbar
----------------*/
#ticketbar {
    /* height: 64px;
    background-position: center;
    background-size: cover; */
    height: 60px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

/* #ticketbar img {
height: 100%!important;
}
@media (max-width:992px) {
#ticketbar img {
height: auto;
}
} */

/*------------------
ticket_svg_here
-------------------*/
#ticket_svg_here {
    display: block;
    position: absolute;
    width: 180px;
    height: 169px;
    right: -16px;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
}

#ticket_svg_here .whole_ticket_color {
    fill: #F39208;
}

#ticket_svg_here .en_color {
    fill: #FFFFFF;
}

#ticket_svg_here .code_color {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #87461A;
}

#ticket_svg_here .ch_color {
    fill: #281000;
}

#ticket_svg_here .rotation_group,
#ticket_svg_here .ch_text,
#ticket_svg_here .ch_img {
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transform-origin: left top;
    -o-transform-origin: left top;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
}

#ticket_svg_here:hover .rotation_group {
    transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}

#ticket_svg_here .st0 {
    opacity: 0.3;
    display: none;
}

#ticket_svg_here .st1 {
    fill: #FFFFFF;
}

#ticket_svg_here .ch_text {
    font-size: 31px;
    font-weight: bold;
    color: #313131;
    margin-top: -79px;
    margin-left: 33px;
    transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    position: absolute;
    z-index: 9;
    display: block;
}

#ticket_svg_here .ch_img {
    margin-top: -72px;
    margin-left: 30px;
    transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit--transform: rotate(3deg);
    position: absolute;
    z-index: 9;
    display: none;
}

#ticket_svg_here .ch_text::before {
    content: "\514d\8cbb\7d22\7968";
    /* content: "免費索票"; */
}

#ticket_svg_here:hover .ch_text {
    transform: rotate(9deg);
    -o-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    margin-top: -77px;
    margin-left: 26px;
}

#ticket_svg_here:hover .ch_img {
    transform: rotate(9deg);
    -o-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    margin-top: -70px;
    margin-left: 23px;
}

/*-----------------
event_intro_block
----------------*/
.event_intro_block article {
    width: calc(100% - 100px);
    margin: 50px;
}

.event_intro_block article>div {
    width: 100%;
    white-space: nowrap;
}

.event_intro_block article img {
    width: 45%;
    vertical-align: middle;
}

.event_intro_block article>div>div {
    vertical-align: middle;
    width: 51%;
    padding-left: 4%;
    display: inline-block;
    padding-bottom: 40px;
}

.event_intro_block h3 {
    font-size: 40px;
    margin: 0;
}

.event_intro_block p {
    font-size: 18px;
    white-space: normal;
}

.event_intro_block nav {
    display: inline-block;
    font-size: 24px;
    padding: 7px 12px;
    border: 2px solid #000;
    color: #000;
    border-radius: 5px;
    vertical-align: top;
    margin-right: 20px;
}

.event_intro_block article>div>div a {
    font-size: 21px;
    padding-right: 10px;
    line-height: 50px;
}

.event_intro_block a nav {
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    line-height: normal;
    color: #ff6d02;
    border: 2px solid #ff6d02;
}

.event_intro_block a:hover nav {
    background-color: #ff6d02;
    color: #fff;
}

@media (max-width:768px) {
    .event_intro_block article img {
        display: none;
    }

    .event_intro_block article {
        opacity: 1;
    }

    .event_intro_block article>div>div {
        vertical-align: middle;
        width: 100%;
        padding: 0;
    }
}

/*--------------
news
----------------*/
.news_slider {
    margin: 40px 0;
    overflow: hidden;
    box-shadow: 2px 2px 8px #949090;
    -moz-box-shadow: 2px 2px 8px #949090;
    -webkit-box-shadow: 2px 2px 8px #949090;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #fff;
}

.news_slider .photofix {
    float: left;
    width: 33%;
    height: 270px;
    border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
}

.news_info {
    float: left;
    width: calc(66% - 20px);
    padding-left: 20px;
    height: 270px;
    overflow: hidden;
}

.news_info h4 {
    color: #717171;
}

.news_info p {
    line-height: 26px;
}

.news_slider .flex-control-nav {
    width: auto;
    bottom: 35px;
    z-index: 20;
}

.owl-buttons {
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}

.owl-buttons div {
    background-color: #FFF;
    border-radius: 20px;
    padding: 10px 6px;
    top: 40%;
    position: absolute;
    box-shadow: 0px 1px 11px;
    -moz-box-shadow: 0px 1px 11px;
    -webkit-box-shadow: 0px 1px 11px;
    cursor: pointer;
}

.owl-next {
    right: 10px;
}

.owl-prev {
    left: 10px;
}

@media (max-width:992px) {
    .news_info p {
        font-size: 17px;
        line-height: 25px;
        height: 97px;
        overflow: hidden;
    }

    .news_info h4 {
        margin: 0;
    }

    .news_info h3 {
        margin-bottom: 0;
    }
}

@media (max-width:600px) {
    .news_slider .photofix {
        float: none;
        width: 100%;
        height: 200px;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
    }

    .news_slider {
        margin: 12px 0;
    }

    .news_info {
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.70);
        color: #fff;
        height: auto;
        padding-left: 0;
        border-radius: 0 0 25px 25px;
    }

    .news_info p,
    .news_info h4 {
        display: none;
    }

    .news_info h3 {
        margin: 20px 10px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 22px;
    }
}

/*---------------
login
-----------------*/
.login_block {
    max-width: 550px;
    width: 100%;
    margin: auto;
}

.login_block.simple {
    margin: 80px auto;
    padding: 40px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: calc(100% - 40px);
}

.login_block.simple h2 {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.36);
    color: #090b62;
    ;
}

.login_block h4 {
    font-size: 25px;
    font-weight: 500;
    color: #7B7373;
    margin: 13px 0px;
}

.login_block input[type="text"],
.login_block input[type="date"],
.login_block input[type="password"],
.login_block input[type="sixpass"],
.login_block input[type="phone"],
.login_block textarea,
.login_block select {
    display: block;
    width: calc(100% - 10px);
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 19px;
    padding: 5px 0px 5px 10px;
}

.login_block textarea {
    height: 120px;
}

.login_block label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}

.login_block .forget {
    margin: 0 15px;
}

#APIform label.error {
    color: red;
}

.login_block .input_block {
    margin-bottom: 25px;
}

.login_block .button {
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #777;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.login_block .button:hover {
    background-color: #000;
}

.login_block .button_submit {
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #00a0e9;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.login_block .button_submit:hover {
    background-color: #666;
}

.login_block .booking_without_reg {}

.login_block .booking_without_reg>div {
    white-space: nowrap;
    margin-bottom: 20px;
}

.login_block .booking_without_reg label {
    text-align: right;
    width: 150px;
    font-size: 1.1rem;
    vertical-align: middle;
    font-family: 'Microsoft JhengHei', 'Arial';
}

.login_block .booking_without_reg h4 {
    display: inline-block;
    margin-left: 10px;
    font-size: 2rem;
    color: #f00;
    font-weight: 600;
    letter-spacing: 2px;
    ;
}

.login_block .booking_without_reg input[type="text"],
.login_block .booking_without_reg input[type="phone"],
.login_block input[type="sixpass"] {
    display: inline-block;
    width: calc(100% - 175px);
    font-size: 1.3rem;
    padding: 10px 0px 10px 10px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-left: 10px;
}

.login_block .booking_without_reg p.box {
    white-space: normal;
    margin-top: 0;
}

.login_block .booking_without_reg .long_tail input {
    max-width: none;
}

.login_block .booking_without_reg select {
    display: inline-block;
    width: calc(50% - 80px);
    max-width: 150px;
    font-size: 1.3rem;
    padding: 10px 0px 10px 10px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-left: 8px;
}

.login_block .booking_without_reg .col_3 select {
    max-width: 95px;
    width: 33.3333%;
}

.login_block .booking_without_reg span {
    letter-spacing: 2px;
    color: #696969;
}

.login_block .booking_without_reg article {
    padding: 14px;
    background-color: #f1f1f1;
    margin: 0px -9px;
}

@media (max-width:768px) {
    .login_block {
        text-align: center;
    }

    .login_block .input_block {
        margin: 0 auto 25px auto;
        width: 76%;
        text-align: left;
    }
}

/*----------------
step block
------------------*/
.container.step_block>div {
    min-height: 150px;
}

.container.step_block>div p {
    padding-left: 25px;
}

/*-------------
step
--------------*/
.step {
    /* height: 300px;
    overflow: hidden; */
}

.step>div {
    padding: 0 20px;
}

.step h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px;
    border-bottom: 2px solid #00a0e9;
    font-family: Arial, Microsoft JhengHei, Helvetica, sans-serif;
    color: #00a0e9;
}

.step h3>span {
    color: #333;
    padding-left: 5px;
    font-weight: normal;
}

.step p {
    font-size: 15px;
    color: rgb(93, 93, 93);
    line-height: 22px;
}

@media (max-width:992px) {
    .step {
        height: auto;
    }
}

/*----------------
info massage ul
------------------*/
.info_massage_ul {
    list-style: inherit;
    line-height: 1.8;
    float: left;
    width: 47%;
    margin-right: 3%;
}

.info_massage_ul li {
    width: 100%;
    cursor: default;
    width: 100%;
    cursor: default;
    font-size: 14px;
    color: #525252;
}

@media (max-width:992px) {
    .info_massage_ul {
        float: none;
        width: 95%;
        margin-left: 4%;
        margin-right: 0;
    }
}

/*----------------
content
------------------*/
.container.content {
    padding: 20px;
    width: 1128px;
}

@media (max-width:1170px) {
    .container.content {
        width: 952px;
    }
}

@media (max-width:992px) {
    .container.content {
        width: 728px;
    }
}

@media (max-width:768px) {
    .container.content {
        width: calc(100% - 10px);
        padding: 5px;
    }
}

/*--------------
index event block
--------------*/
.index_event_block .col_one_fourth {
    width: 24%;
    padding: 0 0.5%;
}

@media (max-width:992px) {
    .index_event_block .col_one_fourth {
        width: 49%;
        padding: 0.5%;
    }
}

@media (max-width:768px) {
    .index_event_block .col_one_fourth {
        padding: 0.5% 0;
    }
}

/*---------------
news
-------------------*/
.news_block {
    /* height: 250px; */
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
}

.news_block .photofix {
    height: 230px;
    margin: 10px;
}

.news_block h2 {
    margin: 10px 0px;
}

.news_block h4 {
    margin: 0;
}

.news_view_title {
    padding: 20px;
    font-size: 35px;
}

.news_view_date {
    padding-left: 20px;
    color: #717171;
    font-size: 17px;
}

.news_view_content {
    padding: 20px;
}

/*---------------
news page item
--------------*/
.news_page_high_title {
    background-color: rgb(72, 71, 71);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.news_page_item {
    margin: 20px auto;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
}

.news_page_item .news_title {
    font-size: 24px;
}

.news_page_item .photofix {
    height: 150px;
}

.news_page_item .news_line {
    border: 1px solid rgba(0, 160, 233, 0.18);
}

.news_page_item .news_content_box {
    padding-left: 20px;
}

@media (max-width:768px) {
    .news_page_item {
        max-width: 480px;
        width: 100%;
    }
}

/*-------------
firm item
--------------*/
.firm_item {
    text-align: center;
    height: 330px;
    overflow: hidden;
    margin-bottom: 30px;
}

.firm_item>div {
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.5);
    height: 290px;
}

.firm_item .photofix {
    height: 200px;
}

.firm_item h3 {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 600;
}

.firm_item h4 {
    margin: 0;
}

.firm_item h3 a {
    color: #000;
}

.firm_item h3 a:hover {
    color: #00a0e9;
}

.firm_item p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.firm_more_button {
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-color: #00a0e9;
    color: #FFF;
    margin-top: -25px;
    margin: auto;
    padding: 0 32px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    font-weight: 600;
    display: table;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.firm_more_button i {
    margin: 0 0 0 8px;
}

.firm_more_button:hover {
    background-color: #444;
    color: #FFF;
}

@media (max-width:768px) {
    .firm_item>div {
        max-width: 480px;
        margin: auto;
    }
}

/*---------------
store
------------------*/
.store ul.filter {
    display: table;
    background-color: #DCDADA;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.store ul.filter li {
    font-size: 18px;
    padding: 9px 15px;
    float: left;
    margin: 1px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
}

.store ul.filter li:hover {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 62%, rgba(225, 225, 225, 1) 70%, rgba(246, 246, 246, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 62%, rgba(225, 225, 225, 1) 70%, rgba(246, 246, 246, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 62%, rgba(225, 225, 225, 1) 70%, rgba(246, 246, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
}

.store ul.filter li:first-child {
    border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
}

.store ul.filter li:last-child {
    border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
}

.store ul.filter a {
    color: rgb(58, 58, 58);
}

.store_goods_item {
    margin: 10px 0;
}

.store_goods_item>div {
    padding: 15px;
    margin: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 8px #E8E8E8;
    -moz-box-shadow: 1px 1px 8px #E8E8E8;
    -webkit-box-shadow: 1px 1px 8px #E8E8E8;
}

.store_goods_item .photofix {
    height: 250px;
}

.store_goods_item .title {
    text-align: center;
    font-size: 17px;
    height: 40px;
    overflow: hidden;
    margin-top: 9px;
}

@media (max-width:992px) {
    .store .store_goods_item.col_one_fourth {
        width: 50%;
    }
}

@media (max-width:768px) {
    .store .store_goods_item.col_one_fourth {
        width: 100%;
        float: none;
        margin: 10px auto;
        max-width: 480px;
    }
}

/*---------------------
shop_page
---------------------*/
.shop_page {
    display: table;
    margin: auto;
    width: 100%;
}

.shop_page .container {
    margin-top: 40px;
}

.shop_page .company_info {
    width: 100%;
    max-width: 650px;
    margin: auto;
}

.shop_page .company_info>div {
    padding: 15px;
    background-color: #f1f1f1;
    border: 2px solid #dedddd;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.24);
}

.shop_page .company_logo .photofix {
    height: 400px;
}

.shop_page .company_data_box>div {
    background-color: rgb(61, 171, 74);
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.shop_page .company_data_box p {
    font-size: 1.5rem;
    margin: 5px 0;
    line-height: 1.2;
    padding: 8px;
    color: #ffffff;
}

.shop_page .company_data_box p:nth-child(1) {
    float: left;
}

.shop_page .company_data_box p:nth-child(2) {
    float: right;
}

.shop_page hr {
    margin: 40px 0;
    border: 1px solid #e6e6e6;
}

.shop_page .listgrid .col_one_fourth {
    margin-bottom: 20px;
}

.shop_page .listgrid .col_one_fourth>div {
    width: 300px;
    max-width: 95%;
    margin: auto;
    text-align: center;
}

.shop_page .listgrid .col_one_fourth .photofix {
    height: 250px;
}

.shop_page .listgrid .col_one_fourth .name {
    padding: 10px 0;
}

.shop_page .listgrid .col_one_fourth .name a {
    color: #3dab4a;
}

.shop_page .listgrid .col_one_fourth>div:hover .name a {
    color: #717171;
}

@media (max-width:992px) {
    .shop_page .listgrid .col_one_fourth .photofix {
        height: 100px;
    }
}

@media (max-width:768px) {
    .shop_page .listgrid .col_one_fourth .photofix {
        height: 220px;
    }
}

/*----------------
shops_list
------------------*/
.shops_list .shops_flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.shops_list .list_item {
    width: 20%;
    height: auto;
}

.shops_list .list_item .list_item_content {
    margin: 0 2%;
}

.shops_list .list_item .list_item_content a {
    display: block;
    color: #888;
    text-align: center;
}

.shops_list .list_item .frame {
    margin: auto;
    position: relative;
    display: block;
    border: 1px solid #cacaca70;
    height: 165px;
    padding: 5px;
}

.shops_list .list_item img {
    margin: auto;
    display: block;
}

.shops_list .list_item p {
    margin: 8px 0 0 0;
    line-height: 1.1rem;
    height: 40px;
    text-align: center;
}

.shops_list .list_item .photofix {
    height: 160px;
}

.shops_list .list_item .layout {
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    top: 0;
    left: 1px;
}

.shops_list .list_item .layout:hover {
    opacity: 1;
}

.shops_list .list_item .layout h4 {
    color: #fff;
    font-size: 1.6rem;
    margin: 0;
}

.list_category {
    font-size: 1.4rem;
    color: #607d8b;
    border-bottom: solid rgba(34, 36, 38, .15);
}

@media (max-width:1170px) {
    .shops_list .list_item .frame {
        height: 135px;
    }
}

@media (max-width:992px) {
    .shops_list .list_item {
        width: 23%;
        height: auto;
        margin: 0 1%;
    }

    .shops_list .list_item .frame {
        height: 123px;
    }
}

@media (max-width:768px) {
    .shops_list .list_item {
        width: 30% !important;
    }

    .shops_list .list_item .frame {
        height: 150px;
    }

    .shops_list .shops_flex {
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
    }
}

@media (max-width:500px) {
    .shops_list .list_item {
        width: 46% !important;
    }
}

.shops_category .shops_category_link {
    border-radius: 5px;
    padding: 5px 11px;
    margin: 5px;
    color: #faf3ea;
    font-size: 1.5 rem;
    background: #607d8b;
    /* border: #009688 1px solid; */
}

.shops_category {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: justify;
    font-size: 19px;
}

/*--------------
goods
--------------*/
.goods_head {
    margin-top: 20px;
}

.goods_head .photofix {
    height: 360px;
    margin: 0 30px;
}

.goods_head .goods_del {
    text-decoration: line-through;
}

.goods_head .goods_red {
    color: #f00;
}

h2,
.goods_head h3,
.goods_head h4 {
    margin: 5px 0;
}

.goods_button {
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-color: #00a0e9;
    color: #FFF;
    margin-top: -25px;
    margin: auto;
    padding: 0 32px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    font-weight: 600;
    display: table;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.goods_button:hover {
    background-color: rgb(88, 88, 88);
}

.goods_button i {
    margin: 0 0 0 8px;
    padding: 0;
}

@media (max-width:768px) {
    .goods_head .goods_content {
        padding: 20px;
    }

    h2,
    .goods_head h3,
    .goods_head h4 {
        margin: 30px 0;
    }
}

/*-----------------
cms_banner
------------------*/
.cms_banner .oc-item a {
    display: block;
    width: 220px;
    margin: auto;
    border: 1px solid #000;
    overflow: hidden;
}

.cms_banner .oc-item .photofix {
    height: 110px;
}

.cms_banner .oc-item a>div:last-child {
    position: relative;
    /** border-top: 8px solid #000; */
    background-color: #fff;
    height: 50PX;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.cms_banner .oc-item a>div:last-child:before {
    content: '';
    position: absolute;
    top: -19px;
    left: calc(50% - 13px);
    width: 0;
    height: 0;
    /** border-style: solid; */
    border-width: 0 13px 11px 13px;
    border-color: transparent transparent #000000 transparent;
}

.cms_banner .oc-item p {
    margin: 0;
    padding: 5px 12px;
    line-height: 1.4;
    color: #000;
}

/*----------------
traffic
------------------*/
.traffic_text_content .col_half:last-child {
    padding-left: 30px;
}

.traffic_text_content .col_half:first-child {
    width: calc(50% - 30px);
}

.traffic_text_content .subtitle {
    font-size: 30px;
    margin-top: 33px;
    padding: 3px 10px;
    background-color: #3A3A3A;
    color: #fff;
    border-radius: 24px 24px 0px 0px;
    -moz-border-radius: 24px 24px 0px 0px;
    -webkit-border-radius: 24px 24px 0px 0px;
}

/*-------------
exhibitor
------------*/
.two_col_exhibitor.left>.frame {
    padding-right: 20px;
}

.two_col_exhibitor.left>.frame h4 {
    color: #555;
}

.two_col_exhibitor .about_title {
    background: url('../img/icons/dotted.png') repeat-x center;
    margin: 30px 0;
}

.two_col_exhibitor .about_title h2 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    margin: 0;
    color: #4c4c4c;
}

.two_col_exhibitor .price {
    padding-right: 30px;
}

.two_col_exhibitor li {
    cursor: default;
}

.two_col_exhibitor.right {
    margin-top: 28px;
}

.two_col_exhibitor.right>div {
    display: table;
    margin: auto;
}

.two_col_exhibitor.right img {
    display: block;
    margin-bottom: 9px;
}

a.blue_button {
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    padding: 0 32px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 600;
    text-shadow: none;
    line-height: 48px;
    color: #FFF;
    background-image: -moz-linear-gradient(#3ab2e6 36%, #34a7e8);
    background-image: -webkit-linear-gradient(#3ab2e6 36%, #34a7e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.36, #3ab2e6), to(#34a7e8));
    background-image: -o-linear-gradient(#3ab2e6 36%, #34a7e8);
    background-image: linear-gradient(#3ab2e6 36%, #34a7e8);
}

a.blue_button:hover {
    background-image: -moz-linear-gradient(#34a7e8 36%, #3ab2e6);
    background-image: -webkit-linear-gradient(#34a7e8 36%, #3ab2e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.36, #34a7e8), to(#3ab2e6));
    background-image: -o-linear-gradient(#34a7e8 36%, #3ab2e6);
    background-image: linear-gradient(#34a7e8 36%, #3ab2e6);
    color: #FFF;
    border-color: transparent;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width:992px) {
    .col_three_fourth.two_col_exhibitor {
        width: 100%;
        float: none;
    }

    .price {
        padding-right: 0;
    }

    .price .col_one_third img {
        margin: auto;
        display: block;
    }
}

/*---------------
ticket money
----------------*/
.ticket_money {
    width: 100%;
    /*max-width: 800px;*/
    margin: 20px auto;
    font-size: 20px;
}

.ticket_money>li:not(:first-child) {
    padding: 8px 10px;
    background-color: #f2f2f2;
    font-size: 16px;
}

.ticket_money>li:first-child {
    padding: 8px 10px;
    background-color: #4a4a4a;
    color: #fff;
}

.ticket_money>li>ul.three_col>li {
    float: left;
    width: 40%;
}

.ticket_money>li>ul.three_col>li:nth-child(1) {
    width: 20%;
}

.ticket_money>li:nth-child(2)>ul.three_col>li:nth-child(1) {
    /*line-height: 53px;*/
}

/*--table版本--*/
table.ticket_money tr:first-child {
    background-color: rgb(80, 80, 80);
    color: #fff;
}

table.ticket_money td {
    border: 1px solid #545454;
    padding: 10px 20px;
}


.enter-btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 26px;
    font-size: 35px;
    background-color: #f00;
    color: #fff;
    margin: 20px;
    /* display: table; */
    border-bottom: 6px solid #b30000;
    font-family: 'Microsoft JhengHei', 'Arial';
}

.enter-btn:hover {
    background-color: #ff4e4e;
}

@media (max-width: 576px) {
    .enter-btn {
        font-size: 28px;
    }
}

.btn-end {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 26px;
    font-size: 35px;
    background-color: #999;
    color: #fff;
    margin: 20px auto;
    display: table;
    border-bottom: 6px solid #555;
}

/*---------------
ticket lottery
----------------*/
#lottle_result {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.5;
    color: #c70000;
}

@media (max-width: 400px) {
    #lottle_result {
        font-size: 1.8rem;
    }
}

@media (max-width: 320px) {
    #lottle_result {
        font-size: 1.5rem;
    }
}

/*---------------
ticket other_fields
----------------*/
#other_fields {
    font-size: 20px;
    line-height: 1.6;
    margin: 40px auto;
    font-weight: 600;
}


/*---------------------
error_info_block
------------------------*/
.error_info_block {
    display: table;
    margin: 60px auto;
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.error_info_block h1 {
    margin: 0;
    letter-spacing: 3px;
    font-size: 7rem;
    text-align: center;
    margin-left: -0.4rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
    color: #888;
}

.error_info_block h1 i {
    padding-right: 15px;
}

.error_info_block h2 {
    color: #5c5c5c;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
}

.error_info_block p {
    margin-top: 16px;
    font-size: 1.1rem;
    text-align: center;
}

.error_info_block a {
    transition: 0.2s;
    display: inline-block;
    padding: 1px 15px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 0 5px;
}

.error_info_block a:hover {
    background-color: #888;
}

/*------------------------index onePage START----------------------------*/

/*---------------
up_than_top
---------------*/
.up_than_top {
    border-top: 5px solid #352dca;
    padding: 6px 0;
    border-bottom: 3px solid #4ca334;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.56);
    -webkit-filter: drop-shadow(1px 1px 12px #888);
    background: rgb(218, 218, 218);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(253, 251, 251, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(253, 251, 251, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(218, 218, 218, 1) 0%, rgba(253, 251, 251, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#fdfbfb', GradientType=0);
    /* IE6-9 */
}

.stick .up_than_top {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.up_than_top .login_status {
    float: right;
    margin: 10px 0;
}

.up_than_top .login_status a {
    color: #888;
}

/*-------------------
topic_title
-------------------*/
.topic_title {
    position: relative;
    margin-bottom: 15px;
}

.topic_title h2 {
    text-shadow: 3px 1px 1px rgba(0, 0, 0, 0.05);
    color: #5c5c5c;
    font-size: 2rem;
    z-index: 10;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 2px solid #a7e796;
    line-height: 2.2rem;
}

.topic_title svg {
    display: inline-block;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
    fill: #2ec605;
}

/*---------------
two_mix_slider
---------------*/
.two_mix_slider .slides .photofix {
    height: 540px;
    background-size: cover;
}

.two_mix_slider .slides .photofix .layout {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 300px;
    max-width: 80%;
    margin: 20px;
    bottom: 0;
    right: 0;
}

.two_mix_slider .slides .photofix .layout h3 {
    line-height: 1.5;
    margin: 0;
    font-size: 1.6rem;
}

.two_mix_slider .slides li {
    float: left;
}

.two_mix_slider .dotControll {
    display: block;
    text-align: center;
}

.two_mix_slider .dotControll nav {
    display: inline-block;
    padding: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #353535;
    opacity: 0.5;
    margin: 16px;
    cursor: pointer;
}

.two_mix_slider .dotControll nav.active {
    opacity: 1;
}

@media (max-width: 992px) {
    .two_mix_slider .slides .photofix .layout {
        display: none;
    }

    .two_mix_slider .slides .photofix {
        height: 456px;
    }
}

@media (max-width: 768px) {
    .two_mix_slider .slides .photofix {
        height: 58.098148vw;
    }
}

@media (max-width: 480px) {
    .two_mix_slider .slides .photofix {
        height: 285px;
    }
}

/*---------------
index_enevt_block
---------------*/
.index_enevt_block .col_one_fourth>a {
    display: block;
    margin: 10px;
}

.index_enevt_block .photofix {
    height: 450px;
}

.index_enevt_block .photofix h3 {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    top: 20px;
    left: 0;
    color: #000;
    margin: 0;
    padding: 4px;
    padding-right: 10px;
    font-size: 1.6rem;
    letter-spacing: 3px;
}

.index_enevt_block a:hover .photofix h3 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.index_enevt_block .photofix h5 {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    position: absolute;
    text-align: center;
    padding: 9px 0;
    color: #000;
    background-color: rgba(255, 109, 2, 0.8);
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 2px;
}

.index_enevt_block a:hover .photofix h5 {
    padding: 15px 0;
    color: #fff;
}

.index_enevt_block a .photofix img {
    transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

.index_enevt_block a:hover .photofix img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.index_enevt_block .col_one_fourth>a>p {
    margin: 0;
    padding: 9px;
    background-color: #1b1b1b;
    color: #fff;
    line-height: 1.6rem;
    letter-spacing: 1px;
    height: 70px;
    overflow: hidden;
}

@media (max-width:992px) {
    .index_enevt_block .col_one_fourth {
        width: 50%;
    }
}

@media (max-width:768px) {
    .index_enevt_block .photofix {
        height: 390px;
    }

    .index_enevt_block .col_one_fourth {
        width: 50% !important;
        float: left !important;
    }
}

/*---------------------
index_exhibit_intro_block(interval version)
---------------------*/

.index_exhibit_intro_block .photofix {
    height: 420px;
}

.index_exhibit_intro_block a .photofix img {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index_exhibit_intro_block a:hover .photofix img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.index_exhibit_intro_block .photofix .layout {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}

.index_exhibit_intro_block .photofix .layout h3 {
    margin: 3px 0px;
    padding: 5px 0 0 10px;
    letter-spacing: 1px;
}

.index_exhibit_intro_block .photofix .layout p:first-child {
    float: left;
    width: calc(100% - 100px);
    height: 70px;
    padding: 0 10px;
    margin: 0;
    overflow: hidden;
    letter-spacing: 2px;
    line-height: 1.6;
}

.index_exhibit_intro_block .photofix .layout p:last-child {
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    float: left;
    width: 80px;
    margin: 0;
    text-align: center;
    padding: 20px 0px;
    font-family: serif;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 1.3rem;
}

.index_exhibit_intro_block a:hover .photofix .layout p:last-child {
    background-color: rgba(255, 0, 0, 0.7);
}

.index_exhibit_intro_block .photofix:nth-child(1) .layout {
    background-color: rgba(218, 23, 166, 0.9);
}

.index_exhibit_intro_block .col_one_third:nth-child(2) .layout {
    background-color: rgba(12, 213, 152, 0.8);
}

.index_exhibit_intro_block .col_one_third:nth-child(3) .layout {
    background-color: rgba(255, 109, 2, 0.8)
}

.index_exhibit_intro_block .col_one_third:nth-child(4) .layout {
    background-color: rgba(120, 22, 218, 0.90);
}

.index_exhibit_intro_block .col_one_third:nth-child(5) .layout {
    background-color: rgba(156, 54, 9, 0.9);
}

.index_exhibit_intro_block .col_one_third:nth-child(6) .layout {
    background-color: rgba(24, 178, 0, 0.8);
}

.index_exhibit_intro_block .transframe {
    overflow: hidden;
    position: relative;
}

.index_exhibit_intro_block .transitems {
    position: relative;
}

@media (max-width:992px) {
    .index_exhibit_intro_block .col_one_third {
        width: 50%;
    }
}

/*------------------------
index_news
--------------------------*/
.index_news .col_half {
    height: 640px;
    overflow: hidden;
}

.index_news article a {
    color: #6d6d6d;
}

.index_news .big article {
    margin-right: 6px;
    line-height: 1.6;
}

.index_news .big .photofix {
    height: 445px;
}

.index_news .split .photofix {
    width: 100%;
    ;
    height: 200px;
}

.index_news .split article>div:first-child {
    float: left;
    width: 297px;
}

.index_news .split article>div:last-child {
    float: left;
    width: calc(100% - 307px);
    margin-left: 10px;
    height: 200px;
    overflow: hidden;
    line-height: 1.5;
}

.index_news .split article:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(184, 184, 184);
    border-radius: 2px;
    margin: 10px 0;
    float: left;
}

.index_news .split article:last-child:after {
    display: none;
}

.index_news h3 {
    margin: 6px 0;
    color: #000;
    line-height: 1.2;
}

.index_news .split h3 {
    margin-top: 0;
    line-height: 1;
}

.index_news p {
    color: #5a5a5a;
}

.index_news a:hover p,
.index_news a:hover h3 {
    color: #00a0e9;
}

@media (max-width:992px) {
    .index_news .col_half {
        width: 100%;
    }

    .index_news .big .photofix {
        height: 300px;
    }

    .index_news .col_half.big {
        height: auto;
        margin-bottom: 15px;
    }

    .index_news .split article>div {
        float: none;
    }

    .index_news .split article>div:first-child {
        margin-bottom: 5px;
        width: 95%;
    }

    .index_news .split article>div:last-child {
        width: 95%;
        height: 150px;
    }

    .index_news .col_half {
        width: 50% !important;
    }

    .index_news .col_half.big {
        height: 100%;
        margin-bottom: 0px !important;
        width: 50% !important;
        float: left;
    }

    .index_news .big .photofix {
        height: 200px !important;
    }

    .index_news h3 {
        height: 3rem;
        overflow: hidden;
        line-height: 1;
    }
}

@media (max-width: 650px) {
    .index_news .split article>div:last-child {
        width: 95%;
        height: 178px;
        overflow: hidden;
    }
}

/*----------------
index_history
-----------------*/
.index_history .photofix {
    margin: 0 10px;
}

.index_history a {
    display: block;
}

.index_history .photofix:first-child {
    margin-bottom: 10px;
}

.index_history .col_one_fourth:nth-child(1) a:first-child .photofix {
    height: 200px;
}

.index_history .col_one_fourth:nth-child(1) a:last-child .photofix {
    height: 270px;
}

.index_history .col_one_fourth:nth-child(2) a:first-child .photofix {
    height: 150px;
}

.index_history .col_one_fourth:nth-child(2) a:last-child .photofix {
    height: 320px;
}

.index_history .col_one_fourth:nth-child(3) a:first-child .photofix {
    height: 320px;
}

.index_history .col_one_fourth:nth-child(3) a:last-child .photofix {
    height: 150px;
}

.index_history .col_one_fourth:nth-child(4) a:first-child .photofix {
    height: 235px;
}

.index_history .col_one_fourth:nth-child(4) a:last-child .photofix {
    height: 235px;
}

.index_history .layout {
    position: absolute;
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    max-height: 32px;
    overflow: hidden;
    width: 100%;
    left: 0;
    z-index: 2;
}

.index_history div a:hover .layout {
    background-color: rgba(0, 0, 0, 0);
}

.index_history .layout h5 {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 2px;
}

.index_history div .col_one_fourth:nth-child(odd) .layout {
    top: 0;
}

.index_history div .col_one_fourth:nth-child(even) .layout {
    bottom: 0;
}

.index_history .mask {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-align: center;
    color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
}

.index_history .mask:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}

.index_history .mask i {
    font-size: 2rem;
    vertical-align: middle;
}

.index_history div a:hover .mask {
    opacity: 1;
}

/*---------------
inex_store_firm_cross_banner
---------------*/
.inex_store_firm_cross_banner .col_one_third {
    height: 120px;
    background-color: #bb7734;
}

.inex_store_firm_cross_banner .col_one_third>div {
    display: table;
    margin: auto;
}

.inex_store_firm_cross_banner .imgFrame {
    height: 139px;
    width: 135px;
    overflow: visible;
    display: inline-block;
    margin-top: 9px;
}

.inex_store_firm_cross_banner .imgFrame img {
    height: 100%;
    max-width: none;
}

.inex_store_firm_cross_banner article {
    display: inline-block;
    vertical-align: top;
    max-width: 180px;
    margin-top: 22px;
}

.inex_store_firm_cross_banner article h3 {
    margin: 0;
    color: #4f2c09
}

.inex_store_firm_cross_banner article p {
    margin: 0;
    color: #fff;
    line-height: 1.2;
}

.inex_store_firm_cross_banner a:nth-child(2) .col_one_third {
    background: rgb(82, 212, 72);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(82, 212, 72, 1) 0%, rgba(21, 136, 32, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(82, 212, 72, 1) 0%, rgba(21, 136, 32, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(82, 212, 72, 1) 0%, rgba(21, 136, 32, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52d448', endColorstr='#158820', GradientType=0);
    /* IE6-9 */
    position: relative;
}

.inex_store_firm_cross_banner a:nth-child(2) .col_one_third:before {
    content: '';
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 1, 0, 0) 8%, rgba(21, 11, 0, 0.15) 76%, rgba(28, 14, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 1, 0, 0) 8%, rgba(21, 11, 0, 0.15) 76%, rgba(28, 14, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(2, 1, 0, 0) 8%, rgba(21, 11, 0, 0.15) 76%, rgba(28, 14, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d1c0e00', GradientType=1);
    /* IE6-9 */
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    left: -40px;
}

.inex_store_firm_cross_banner a:nth-child(2) .col_one_third:after {
    content: '';
    background: -moz-linear-gradient(left, rgba(28, 14, 0, 0.3) 0%, rgba(23, 12, 0, 0.15) 17%, rgba(2, 1, 0, 0) 93%, rgba(0, 0, 0, 0) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(28, 14, 0, 0.3) 0%, rgba(23, 12, 0, 0.15) 17%, rgba(2, 1, 0, 0) 93%, rgba(0, 0, 0, 0) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(28, 14, 0, 0.3) 0%, rgba(23, 12, 0, 0.15) 17%, rgba(2, 1, 0, 0) 93%, rgba(0, 0, 0, 0) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1c0e00', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    right: -40px;
}

.inex_store_firm_cross_banner a:nth-child(2) article h3 {
    color: #0b5417;
}

@media (max-width:992px) {
    .inex_store_firm_cross_banner .col_one_third {
        width: 100%;
        margin: 20px 0;

    }

    .inex_store_firm_cross_banner a:nth-child(2) .col_one_third:before,
    .inex_store_firm_cross_banner a:nth-child(2) .col_one_third:after {
        content: none;
    }
}

/*-----------------
index_owl_brand
------------------*/
.index_owl_brand {
    padding: 40px 0;
    border-radius: 20px;
    height: 100px;
}

.index_owl_brand ul {
    margin: auto;
}

.index_owl_brand .photofix {
    height: 120px;
    margin: 0 3px;
    border: 1px solid #eaeaea;
}

.index_owl_brand .owl-theme .owl-controls .owl-buttons div {
    background-color: rgba(0, 0, 0, 0);
    color: #868686;
    font-size: 2rem;
    position: absolute;
}

.index_owl_brand .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    top: 16px;
}

.index_owl_brand .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -50px;
}

.index_owl_brand .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -50px;
}

/*----------------
index_highlight_block
-----------------*/
/*  新增 */
.index_highlight_block .col_one_third .photofix {
    height: 250px;
    margin: 3px;
}

.index_highlight_block .col_half .photofix {
    height: 440px;
    margin: 5px;
}

.index_highlight_block .col_one_third .photofix .layout {
    width: 200px;
    height: 125px;
    right: 0;
}

.index_highlight_block .col_one_third .photofix .layout nav {
    display: none;
}

.index_highlight_block .col_half .photofix .layout {
    max-width: 350px;
    left: 0;
}

/*  新增 end*/

/* .index_highlight_block .big .photofix {
height: 440px;
margin: 5px;
}
.index_highlight_block .normal .photofix {
height: 250px;
margin: 3px;
} */
.index_highlight_block .photofix .layout h3 {
    margin: 0;
    font-size: 1.5rem;
}

.index_highlight_block .photofix .layout p {
    height: 75px;
    overflow: hidden;
}

.index_highlight_block .photofix .layout {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    position: absolute;
    padding: 10px;
    margin: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    bottom: 0;
}

.index_highlight_block a:hover .photofix .layout {
    color: #000;
    background-color: rgba(255, 251, 251, 0.7);
}

/* .index_highlight_block .big .photofix .layout {
max-width: 350px;
left: 0;
} */
.index_highlight_block .big .photofix .layout nav {
    padding: 1px 5px;
    font-family: serif;
    font-size: 1.8rem;
    border: 2px solid;
    float: right;
}

.index_highlight_block .normal .photofix .layout {
    width: 200px;
    height: 125px;
    right: 0;
    overflow: hidden;
}

.index_highlight_block .normal .photofix .layout h3 {
    display: inline-block;
    vertical-align: middle;
    width: 195px;
}

.index_highlight_block .normal .photofix .layout nav {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    position: absolute;
    padding: 1px 5px;
    background-color: #f00;
    font-family: serif;
    font-size: 1.8rem;
    bottom: 3px;
    left: -6.2rem;
    color: #fff;
}

.index_highlight_block .normal a:hover .photofix .layout nav {
    background-color: #ffe201;
    color: #000;
}

@media (max-width:992px) {
    .index_highlight_block .normal .photofix .layout nav {
        display: none;
    }
}

@media (max-width:768px) {
    .index_highlight_block .normal .photofix .layout nav {
        display: block;
    }
}

/** Index Clip **/
.indexClip {
    max-width: 1300px;
    min-width: 460px;
    margin: 15px auto 10px auto;
}

@media (max-width:1300px) {
    .indexClip {
        width: 1170px;
    }
}

@media (max-width:1170px) {
    .indexClip {
        width: 992px;
    }
}

@media (max-width:992px) {
    .indexClip {
        width: 768px;
    }
}

@media (max-width:768px) {
    .indexClip {
        width: calc(100% - 20px);
    }
}

/** Index Event **/
.indexEvent {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.indexEvent>.item {
    flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    -moz-flex: 0 1 24%;
    -webkit-flex: 0 1 24%;
    margin: 0 0 10px 0;
    background-color: rgba(27, 27, 27, 1);
}

.indexEvent>div a {
    display: block;
    text-decoration-line: none;
}

.indexEvent .pic img {
    width: 100%;
    display: block;
}

.indexEvent h3 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0;
    position: absolute;
    margin-top: -430px;
}

.indexEvent h3 a {
    padding: 6px 15px 6px 5px;
    border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

.indexEvent .name a {
    color: #000111;
    background-color: rgba(255, 255, 255, .7);
}

.indexEvent>.item:hover .name a {
    color: #fffeee;
    background-color: rgba(0, 0, 0, .7);
}

.indexEvent h5 {
    font-size: 26px;
    font-weight: bolder;
    letter-spacing: 2px;
    margin: 0;
    padding: 8px 5px 6px 5px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    text-align: center;
}

.indexEvent .title {
    background-color: rgba(255, 164, 5, .9);
}

.indexEvent .title a {
    color: #000111;
}

.indexEvent>.item:hover .title a {
    color: #fffeee;
}

.indexEvent p {
    font-size: 15px;
    line-height: 150%;
    margin: 0;
    padding: 8px 5px 6px 5px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    text-align: left;
}

.indexEvent .content a {
    color: #fffeee;
}

.indexEvent[data-tpl="two"] {
    flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}

.indexEvent[data-tpl="two"]>.item {
    flex: 0 1 400px;
    -ms-flex: 0 1 400px;
    -moz-flex: 0 1 400px;
    -webkit-flex: 0 1 400px;
    margin-right: 20px;
}

.indexEvent[data-tpl="two"]>.item h3 {
    margin-top: -545px;
}

.indexEvent[data-tpl="three"],
.indexEvent[data-tpl="seven"] {
    justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
}

.indexEvent[data-tpl="three"]>.item,
.indexEvent[data-tpl="seven"]>.item:nth-child(1),
.indexEvent[data-tpl="seven"]>.item:nth-child(2),
.indexEvent[data-tpl="seven"]>.item:nth-child(3) {
    flex: 0 1 350px;
    -ms-flex: 0 1 350px;
    -moz-flex: 0 1 350px;
    -webkit-flex: 0 1 350px;
}

.indexEvent[data-tpl="three"] h3 {
    margin-top: -478px;
}

.indexEvent[data-tpl="five"]>.item {
    flex: 0 1 19.5%;
    -ms-flex: 0 1 19.5%;
    -moz-flex: 0 1 19.5%;
    -webkit-flex: 0 1 19.5%;
}

.indexEvent[data-tpl="five"] h3 {
    margin-top: -350px;
}

.indexEvent[data-tpl="seven"]>.item:nth-child(1) h3,
.indexEvent[data-tpl="seven"]>.item:nth-child(2) h3,
.indexEvent[data-tpl="seven"]>.item:nth-child(3) h3 {
    margin-top: -478px;
}

@media (max-width:1300px) {
    .indexEvent h3 {
        margin-top: -385px;
        letter-spacing: normal;
    }

    .indexEvent[data-tpl="three"]>.item,
    .indexEvent[data-tpl="seven"]>.item:nth-child(1),
    .indexEvent[data-tpl="seven"]>.item:nth-child(2),
    .indexEvent[data-tpl="seven"]>.item:nth-child(3) {
        flex: 0 1 310px;
        -ms-flex: 0 1 310px;
        -moz-flex: 0 1 310px;
        -webkit-flex: 0 1 310px;
    }

    .indexEvent[data-tpl="three"] h3,
    .indexEvent[data-tpl="seven"]>.item:nth-child(1) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-child(2) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-child(3) h3 {
        margin-top: -425px;
    }

    .indexEvent[data-tpl="five"] h3 {
        margin-top: -315px;
    }
}

@media (max-width:1170px) {
    .indexEvent h3 {
        margin-top: -327px;
        font-size: 22px;
    }

    .indexEvent[data-tpl="three"],
    .indexEvent[data-tpl="seven"] {
        justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .indexEvent[data-tpl="five"] h3 {
        margin-top: -267px;
        font-size: 20px;
    }
}

@media (max-width:992px) {
    .indexEvent[data-tpl="two"] {
        flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .indexEvent[data-tpl="two"]>.item {
        margin-right: 0;
    }

    .indexEvent>.item,
    .indexEvent[data-tpl="two"]>.item,
    .indexEvent[data-tpl="five"]>.item,
    .indexEvent[data-tpl="seven"]>.item:nth-child(1),
    .indexEvent[data-tpl="seven"]>.item:nth-child(2),
    .indexEvent[data-tpl="seven"]>.item:nth-child(3),
    .indexEvent[data-tpl="five"].indexEvent[data-tpl-rwd="four"]>.item {
        flex: 0 1 48%;
        -ms-flex: 0 1 48%;
        -moz-flex: 0 1 48%;
        -webkit-flex: 0 1 48%;
    }

    .indexEvent h3,
    .indexEvent[data-tpl="five"] h3,
    .indexEvent[data-tpl="two"]>.item h3,
    .indexEvent[data-tpl="seven"]>.item:nth-child(1) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-child(2) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-child(3) h3,
    .indexEvent[data-tpl="five"].indexEvent[data-tpl-rwd="four"]>.item h3 {
        margin-top: -500px;
        font-size: 24px;
    }

    .indexEvent p {
        font-size: 17px;
    }

    .indexEvent[data-tpl="three"]>.item,
    .indexEvent[data-tpl="five"]>.item:nth-last-child(1),
    .indexEvent[data-tpl="five"]>.item:nth-last-child(2),
    .indexEvent[data-tpl="five"]>.item:nth-last-child(3),
    .indexEvent[data-tpl="seven"]>.item:nth-last-child(1),
    .indexEvent[data-tpl="seven"]>.item:nth-last-child(2),
    .indexEvent[data-tpl="seven"]>.item:nth-last-child(3),
    .indexEvent[data-tpl-rwd="three"]>.item {
        flex: 0 1 33%;
        -ms-flex: 0 1 33%;
        -moz-flex: 0 1 33%;
        -webkit-flex: 0 1 33%;
    }

    .indexEvent[data-tpl="three"] h3,
    .indexEvent[data-tpl="five"]>.item:nth-last-child(1) h3,
    .indexEvent[data-tpl="five"]>.item:nth-last-child(2) h3,
    .indexEvent[data-tpl="five"]>.item:nth-last-child(3) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-last-child(1) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-last-child(2) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-last-child(3) h3,
    .indexEvent[data-tpl-rwd="three"] h3 {
        margin-top: -350px;
    }
}

@media (max-width:768px) {
    .indexEvent h3 {
        margin-top: -64%;
    }

    .indexEvent h3,
    .indexEvent h5 {
        font-size: 22px;
    }

    .indexEvent[data-tpl="two"]>.item h3,
    .indexEvent[data-tpl="five"] h3,
    .indexEvent[data-tpl="seven"]>.item:nth-child(1) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-child(2) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-child(3) h3,
    .indexEvent[data-tpl="five"].indexEvent[data-tpl-rwd="four"]>.item h3 {
        margin-top: -64%;
        font-size: 22px;
    }

    .indexEvent[data-tpl="three"] h3,
    .indexEvent[data-tpl-rwd="three"] h3,
    .indexEvent[data-tpl="five"]>.item:nth-last-child(1) h3,
    .indexEvent[data-tpl="five"]>.item:nth-last-child(2) h3,
    .indexEvent[data-tpl="five"]>.item:nth-last-child(3) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-last-child(1) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-last-child(2) h3,
    .indexEvent[data-tpl="seven"]>.item:nth-last-child(3) h3 {
        margin-top: -44.5%;
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .indexEvent {
        justify-content: center !important;
        -moz-justify-content: center !important;
        -webkit-justify-content: center !important;
    }

    .indexEvent>.item {
        flex: 0 1 95% !important;
        -ms-flex: 0 1 95% !important;
        -moz-flex: 0 1 95% !important;
        -webkit-flex: 0 1 95% !important;
        margin: 0 0 10px 0 !important;
    }

    .indexEvent h3 {
        margin-top: -595px !important;
    }

    .indexEvent h3,
    .indexEvent h5 {
        font-size: 27px !important;
    }

    .indexEvent p {
        font-size: 19px !important;
    }
}

/** Index Theme **/
.indexTheme {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.indexTheme>.item {
    flex: 0 1 49.5%;
    -ms-flex: 0 1 49.5%;
    -moz-flex: 0 1 49.5%;
    -webkit-flex: 0 1 49.5%;
    margin: 0 0 10px 0;
    background-color: rgba(27, 27, 27, 1);
}

.indexTheme[data-tpl="one"]>.item {
    flex: 0 1 760px;
    -ms-flex: 0 1 760px;
    -moz-flex: 0 1 760px;
    -webkit-flex: 0 1 760px;
    margin: 0 auto;
}

.indexTheme[data-tpl="three"]>.item {
    flex: 0 1 32.7%;
    -ms-flex: 0 1 32.7%;
    -moz-flex: 0 1 32.7%;
    -webkit-flex: 0 1 32.7%;
    margin: 0 0 10px 0;
}

.indexTheme[data-tpl="five"]>.item:nth-last-child(1),
.indexTheme[data-tpl="five"]>.item:nth-last-child(2),
.indexTheme[data-tpl="five"]>.item:nth-last-child(3) {
    flex: 0 1 32.7%;
    -ms-flex: 0 1 32.7%;
    -moz-flex: 0 1 32.7%;
    -webkit-flex: 0 1 32.7%;
    margin: 0 0 10px 0;
}

.indexTheme .pic img {
    width: 100%;
    display: block;
}

.indexTheme h3 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0;
    padding: 5px 5px 2px 5px;
}

.indexTheme .topic a {
    color: #f3f3f7;
}

.indexTheme p {
    font-size: 15px;
    line-height: 150%;
    margin: 0;
    padding: 2px 5px 5px 5px;
    transition: 0.3s;
    text-align: left;
}

.indexTheme .content a {
    color: #fffeee;
}

.indexTheme>.item:hover {
    background-color: rgba(51, 51, 51, 1);
}

@media (max-width:992px) {
    .indexTheme {
        justify-content: space-around;
        -moz-justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    .indexTheme>.item,
    .indexTheme[data-tpl="three"]>.item {
        margin-bottom: 5px;
    }

    .indexTheme h3 {
        font-size: 21px;
        letter-spacing: 0;
        padding-bottom: 0;
    }

    .indexTheme p {
        font-size: 15px;
        padding-top: 0;
    }
}

@media (max-width:768px) {
    .indexTheme>.item {
        flex: 0 1 640px !important;
        -ms-flex: 0 1 640px !important;
        -moz-flex: 0 1 640px !important;
        -webkit-flex: 0 1 640px !important;
        margin: 0 !important;
        margin-top: 10px !important;
    }

    .indexTheme h3 {
        font-size: 23px;
    }

    .indexTheme p {
        font-size: 17px;
    }
}

/*------------
index_store_firm
------------*/
/* .index_store_firm.orange > h3,.index_store_firm.orange > .col_three_fourth:after{
background-color: #ff6d02;
}
.index_store_firm.orange > .col_three_fourth,.index_store_firm.orange {
border-color: #ff6d02;
} */
.index_store_firm {
    position: relative;
    /* border-left: 2px solid #f00;
    border-top:  2px solid #f00; */
    margin: 40px 20px;
}

.index_store_firm>h3 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 15px;
    background-color: #f00;
    color: #fff;
    letter-spacing: 3px;
    z-index: 10;
    margin: 0;
    border-radius: 0 0 12px 0;
    -moz-border-radius: 0 0 12px 0;
    -webkit-border-radius: 0 0 12px 0;
}

.index_store_firm>.col_one_fourth .photofix {
    height: 643px;
}

.index_store_firm>.col_one_fourth .photofix .layout {
    position: absolute;
    padding: 50px 10px 80px 0px;
    width: calc(100% - 10px);
    width: 100%;
    top: 0px;
    right: 0;
    text-align: right;
    /* background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 53%, rgba(255,255,255,0.78) 54%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.78) 53%,rgba(255,255,255,0.78) 54%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.78) 53%,rgba(255,255,255,0.78) 54%,rgba(255,255,255,0) 100%); */
}

.index_store_firm>.col_one_fourth .photofix .layout h4 {
    margin: 0;
    font-size: 1.8rem;
    color: #0a3f7b;
}

.index_store_firm>.col_one_fourth .photofix .layout h5 {
    margin: 0;
    font-size: 1.6rem;
    color: #0c509c;
}

.index_store_firm>.col_one_fourth .photofix .layout p {
    margin: 0;
    font-size: 2.6rem;
    line-height: 1.1;
    color: #ff5353;
    font-family: 'Century Gothic';
    font-weight: 500;
}

.index_store_firm>.col_one_fourth .photofix .layout b {
    margin: 0;
    font-size: 2.6rem;
    line-height: 1.1;
    color: #ff5353;
    font-weight: 500;
}

.index_store_firm>.col_three_fourth {
    /* border-bottom: 2px solid #f00; */
    height: 640px;
    width: calc(75% - 1px);
    padding-right: 1px;
    overflow: hidden;
}

/* .index_store_firm > .col_three_fourth:after {
position: absolute;
content: '';
width: 2px;
right: 0;
bottom: 0;
background-color:#f00;
height: 200px;
} */
.index_store_firm>.col_three_fourth>.col_one_fourth:nth-child(1),
.index_store_firm>.col_three_fourth>.col_one_fourth:nth-child(2),
.index_store_firm>.col_three_fourth>.col_one_fourth:nth-child(3) {
    height: 320px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    margin: 0 -1px 0px 0;
    position: relative;
}

.index_store_firm>.col_three_fourth>.col_one_fourth a>div:last-child {
    height: 100px;
    max-width: 180px;
    position: relative;
    z-index: 1;
    padding: 20px;
    overflow: hidden;
}

.index_store_firm>.col_three_fourth>.col_one_fourth:nth-child(4),
.index_store_firm>.col_three_fourth>.col_one_fourth:nth-child(5),
.index_store_firm>.col_three_fourth>.col_one_fourth:nth-child(6) {
    height: 320px;
    overflow: hidden;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 -1px 0px 0;
}

.index_store_firm>.col_three_fourth>.col_one_fourth .photofix {
    height: 180px;
}

.index_store_firm>.col_three_fourth>.col_one_fourth article {
    height: 4.1rem;
    overflow: hidden;
}

.index_store_firm>.col_three_fourth>.col_one_fourth h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 200;
    color: #6e6e6e;
}

.index_store_firm>.col_three_fourth>.col_one_fourth h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 200;
    color: #6e6e6e;
}

.index_store_firm>.col_three_fourth>.col_one_fourth p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.1;
    color: #f5338a;
    font-family: 'Century Gothic';
}

.index_store_firm>.col_three_fourth>.col_one_fourth b {
    font-size: 1.1rem;
    font-weight: 500;
    vertical-align: top;
    padding: 3px;
    line-height: 1.7rem;
}

@media (max-width:768px) {
    .index_store_firm>.col_three_fourth {
        height: auto;
    }
}

/*-----------------
common_pager_control
-----------------*/
.common_pager_control {
    margin-bottom: 10px;
}

.common_pager_control nav.disabled {
    background-color: #888;
}

.common_pager_control nav {
    display: inline-block;
    background-color: #fccbcb;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 0.9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    vertical-align: middle;
    margin: 0 2px;

}

.common_pager_control span,
.common_pager_control a {
    vertical-align: middle;
    font-size: 1.3rem;
    color: #fff;
    padding: 1px 8px;
    display: inline-block;
    margin: 0 2px;
    border-radius: 4px;
    ;

}

.common_pager_control a {
    background-color: #ff7575;
}

.common_pager_control span {
    background-color: #a0a0a0;
}

/*--------------
footer
----------------*/

.recentList {
    background-color: rgba(0, 0, 0, 0.08);
    display: block;
    margin-top: 40px;
}

.recentList .bg {
    background-color: #2bad07;
    height: 3px;
    width: 100%;
}

.recentList .name {
    margin: 0 0 20px 0;
    background-color: #1b284f;
    color: #fff;
    text-align: center;
}

footer {
    padding: 40px 0;
    color: #fff;
    background-color: #444;
}

.col_left {
    float: left;
}

.col_left>div {
    float: left;
}

.col_left .footer_exh_info {
    padding-left: 14px;
    line-height: 28px;
}

.col_left .footer_exh_info p {
    margin: 0;
}

.col_right {
    float: right;
}

.footer_block_left {
    display: table;
    margin: auto;
}

footer .btn {
    transition: 0.2s;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

footer .btn:hover {
    background-color: #fff;
    color: #000;
}

footer .fb_block {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

footer .fb_block a {
    color: #fff;
}

footer .copy_right_block {
    display: table;
    margin: 30px auto 0 auto;
}

footer .copy_right_block p {
    display: inline-block;
    padding: 0 20px;
}

footer .copy_right_block p {
    display: inline-block;
    padding: 0 20px;
}

footer .qrBlock {
    text-align: center;
    margin-bottom: 10px;
    /* display:flex;  
    justify-content: space-around; 
    -moz-justify-content: space-around; 
    -webkit-justify-content: space-around; */
    padding: 3%;
    line-height: 1.8;

}

footer .center_block {
    width: 80%;
    display: table;
    margin: auto;
    margin-bottom: 20px;
    padding: 0 2%;
}

footer .qrBlock .qr_desc {
    text-align: center;
    width: 100%;
}

footer .qrBlock .qr_link a {
    display: block;
    width: 100%;
}

footer .qrBlock .qr_link a p {
    margin: 0;
    color: #fff;
}

footer .qrBlock .qr_img {
    width: 50%;
    margin: 10px auto 0 auto;
}

@media (max-width:992px) {
    footer .qrBlock {
        /* flex-direction: column;  */
        padding: 0;
    }

    footer .qrBlock .qr_desc {
        text-align: center;
    }

    footer .qrBlock .qr_img {
        width: 50%;
        /*  margin: auto; */
    }

    footer .center_block {
        padding: 0;
    }
}

@media (max-width:992px) {
    footer .col_one_third {
        float: none;
        display: table;
        margin: auto;
    }

    .col_left,
    .col_right {
        float: none;
        display: table;
        margin: auto;
        margin: 13px auto;
    }

    .col_right>div {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }

    footer .copy_right_block p {
        display: block;
        text-align: center;
    }
}

@media (max-width:768px) {
    .col_left>div {
        float: none;
        text-align: center;
    }

    .col_right>div {
        display: block;
        text-align: center;
    }

    footer .qrBlock .qr_link a p {
        font-size: 1.2rem;
    }
}

.line_qr_north {
    box-sizing: border-box;
    border: 3px solid #8ec220;
    border-left: 25px solid #8ec220;
    /* position: relative; */
}

.linebox {
    position: relative;
}

.linebox::after {
    content: "線上客服►";
    position: absolute;
    color: white;
    font-size: 20px;
    font-weight: 700;
    top: 0;
    left: -6px;
    z-index: 10;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    height: 100%;
}

.line_qr_south {
    box-sizing: border-box;
    border: 3px solid #3ab44a;
    border-left: 25px solid #3ab44a;
}

/*---------
parallax 視差背景
---------*/
.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

/*--------------
go to top
-------------*/
#go_to_top {
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-shadow: 1px 1px #000;
    pointer-events: none;
    opacity: 0;
}

#go_to_top.active {
    pointer-events: all;
    opacity: 0.7;
}

#go_to_top:hover {
    opacity: 1;
    border-radius: 10%;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
}

#go_to_top i {
    padding: 14px 16px;
    font-size: 21px;
}

@media (max-width:768px) {
    #go_to_top {
        display: none;
    }
}

/*----------------------croppie------------------------*/


.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; */
    /*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;
    /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}

/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.cr-rotate-controls button {
    border: 0;
    background: none;
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}

.cr-rotate-l i:before {
    content: '↺';
}

.cr-rotate-r i:before {
    content: '↻';
}

/*----------------------
popApply
------------------------*/
.popApply {
    width: 95%;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.popApply h3 {
    letter-spacing: 5px
}

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

.popApply span {
    display: inline-block;
    margin: 16px 10px 10px 10px;
    padding: 7px 23px;
    border-radius: 20px;
    width: 100px;
    cursor: pointer;
    font-size: 1.3rem;
}

.popApply span.close {
    background-color: #f00;
    color: #fff;
}

.popApply span.submit {
    background-color: #04a310;
    color: #fff;
}

/*---------------------------
loading_mask
------------------------------*/
#loading_mask {
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    top: 0;
    color: #fff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

#loading_mask.active {
    opacity: 1;
    pointer-events: all;
}

#loading_mask:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}

#loading_mask h1 {
    display: inline-block;
    vertical-align: middle;
}

#loading_mask img {
    padding-right: 20px;
    width: 40px;
}

@media (max-width:768px) {
    .teacher_content {
        flex-direction: column;
    }
}

/*講師頁面*/

/* teacher */
[data-ui="teacherContent"]>div:first-child {
    flex: 1 2;
    -ms-flex: 1 2;
    -moz-flex: 1 2;
    -webkit-flex: 1 2;
}

[data-ui="teacherContent"]>div:last-child {
    flex: 2 1;
    -ms-flex: 2 1;
    -moz-flex: 2 1;
    -webkit-flex: 2 1;
    margin-left: 15px
}

[data-key="photo"] {
    width: 100%
}

[data-group="teacher"] {}

[data-group="teacher"] .stage {
    margin: 20px;
}

[data-group="teacher"] .topic {
    max-width: 1130px;
    margin: 0 auto;
    border-bottom: 1px solid #FFC700;
    line-height: 58px;
}

[data-group="teacher"] .container {
    list-style: none;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    vertical-align: top;
}

[data-group="teacher"] .container li {
    transition: 0.2s;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

[data-group="teacher"] .container li:hover {
    background-color: #EEE;
    /* box-shadow: 5px 5px 10px rgba(150, 150, 150, 0.5);*/
}

[data-group="teacher"] .container .item {
    flex: 0 0 17%;
    -ms-flex: 0 0 17%;
    -moz-flex: 0 0 17%;
    -webkit-flex: 0 0 17%;
    /* margin: 2px 5px 10px 2; */
    padding: 15px;
    margin: 15px auto;
}

[data-group="teacher"] .container .item img {
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 80%;
    margin: auto;
    border-radius: 50%;
}

[data-group="teacher"] .container .item p {
    font-size: 23px;
    margin: 8px 0;
    line-height: 120%;
    font-weight: 700;
}

[data-group="teacher"] .container .item p>span {
    font-size: 21px;
    line-height: 15px;
    font-weight: 700;
}

[data-group="teacher"] .container .item h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    min-height: 30px;
}

/* [data-group="teacher"] .container .item img.hoverstyle1 {
border-radius: 30% 40% 80% 60%
} */

[data-ui="teacherContent"] {
    background-color: #FFF;
    padding: 2px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 70vw;
    max-width: 800px;
}

[data-ui="teacherContent"] h3,
[data-ui="teacherContent"] h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

[data-ui="teacherContent"] h5 {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 5px;
}

[data-ui="teacherContent"] article {
    font-size: 18px;
    line-height: 150%;
    margin-top: 5px;
    margin-bottom: 5px;
}

[data-ui="teacherContent"] ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 21px;
}

[data-ui="teacherContent"] nav {
    width: 98%;
    height: 1px;
    margin: 15px auto 15px 0;
    background-color: #d7d7d7;
}

/* [data-ui="teacherContent"] > div:first-child img {width: 30%; float: left;}
[data-ui="teacherContent"] > div:last-child {width: calc(70% - 20px);padding-left: 20px; float: left;} */

@media (max-width:992px) {
    [data-group="teacher"] .container {
        width: 100%;
    }

    [data-group="teacher"] .container .item {
        flex: 0 0 26%;
        -ms-flex: 0 0 26%;
        -moz-flex: 0 0 26%;
        -webkit-flex: 0 0 26%;
    }

    [data-group="teacher"] [data-ui="teacherPop"] {
        width: 100%;
    }
}

@media (max-width:640px) {
    [data-group="teacher"] .container .item {
        flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        -moz-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
    }
}

/** teacher end **/


/*---------------------------
ticket成功頁社群綁定
------------------------------*/
.ok_social {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}

.QRcode_block {
    padding: 10px;
    align-self: center;
    -webkit-align-self: center;
}

.QRcode {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 10px;
    border-style: solid;
}

.QRcode img {
    width: 100%;
}

.QRcode .QRcode_msg {
    color: #FFF;
    background-color: black;
    text-align: center;
    bottom: 0;
    font-size: 12px;
}

.QRcode .QRcode_msg>a {
    color: #FFF;
}

.line_msg {
    width: auto;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.line_msg p {
    line-height: 24px;
    margin: 0;
}

.social_block {
    width: auto;
    float: left;
}

.social_block p {
    line-height: 24px;
}

.social_msg {
    background-color: black;
    color: #FFF;
    margin-top: 10px;
    padding: 5px 1px;
    text-align: center;
    width: 180px;
    font-size: 21px;
    font-weight: 600;
}

.socail_btn {
    width: auto;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.socail_btn img {
    width: 180px;
    margin: 2px 30px 0 0;
    cursor: pointer;
    opacity: 0.75;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.socail_btn img:hover {
    width: 180px;
    margin: 2px 30px 0 0;
    opacity: 1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {
    .QRcode {
        width: 200px;
        height: auto;
    }

    .QRcode .QRcode_msg {
        font-size: 12px;
    }

    .line_msg {
        float: none;
        padding: 20px 10px;
    }

    .line_msg>h2 {
        font-size: 1.2em;
    }

    .line_msg>p {
        line-height: 20px;
        margin: 4px 0;
    }

    .social_block p {
        line-height: 20px;
    }

    .social_msg {
        font-size: 1.2em;
        margin-top: 0px;
    }

    .socail_btn {
        margin: 0 auto;
    }

    .socail_btn img {
        width: 154px;
        margin: 2px 13px 0 0;
    }

    .socail_btn img:hover {
        width: 160px;
        margin: 2px 13px 0 0;
    }
}

@media (max-width: 800px) {
    .ok_social {
        display: block;
        justify-content: flex-start;
        -moz-justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .QRcode_block {
        padding: 0;
        align-self: center;
        -webkit-align-self: center;
    }

    .QRcode {
        width: 200px;
        float: none;
        text-align: center;
        margin: 5% auto;
    }

    .line_msg {
        text-align: center;
        padding: 0px 10px;
    }

    .line_msg>h2 {
        font-size: 1.5em;
    }

    .social_block {
        float: none;
        text-align: center;
    }

    .social_msg {
        float: none;
        font-size: 1.5em;
        margin: 5% auto;
    }

    .socail_btn {
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
    }

    .socail_btn img {
        width: 180px;
        margin: 2.5% 0 0 0;
        opacity: 1;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .socail_btn img:hover {
        width: 180px;
        margin: 2.5% 0 0 0;
    }

    .flex_item {
        text-align: center;
        margin: 1% 0;
    }
}

/*---------------------------
後台自訂btn截止同步
------------------------------*/
.auto_close_active {
    display: none !important;
}

/*---------------------------
報名資料欄位
------------------------------*/
.address_tool {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/*---------------------------
成功頁btn：FB & MORE
------------------------------*/
.ok_btnBlock {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    margin: 0 0 20px 0;
}

.btn_container {
    width: 450px;
}

.ok_fb {
    margin: 0px 20px;
    text-align: center;
    cursor: pointer;
}

.ok_fb .facebook-click {
    position: relative;
    width: 100%;
    max-width: 450px;
    font-size: 2rem;
    letter-spacing: 2px;
    background: #3B5997;
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 0px 0 20px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px 0;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-weight: 600;
    font-family: 'Microsoft JhengHei', 'Arial';
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
}

.ok_fb .facebook-click:hover {
    box-shadow: inset 0 0 20px 1px #87adff, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 0 20px 1px #87adff, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
    -webkit-box-shadow: inset 0 0 20px 1px #87adff, 0 1px 0 #1d2c4d, 0 6px 0 #1f3053, 0 8px 4px 1px #111111;
}

.ok_fb .facebook-click>i {
    margin: 0 10px;
    font-size: 35px;
}

.else_exhi {
    margin: 0px 20px;
    letter-spacing: 3px;
    text-align: center;
    cursor: pointer;
}

.else_exhi .else-click {
    position: relative;
    width: 100%;
    max-width: 450px;
    font-size: 2rem;
    letter-spacing: 2px;
    background: #377a25;
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 0px 0 20px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px 0;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-weight: 600;
    font-family: 'Microsoft JhengHei', 'Arial';
    box-shadow: inset 0 1px 10px 1px #79bd89, 0 1px 0 #1d4d3c, 0 6px 0 #1f532e, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 1px 10px 1px #79bd89, 0 1px 0 #1d4d3c, 0 6px 0 #1f532e, 0 8px 4px 1px #111111;
    -webkit-box-shadow: inset 0 1px 10px 1px #79bd89, 0 1px 0 #1d4d3c, 0 6px 0 #1f532e, 0 8px 4px 1px #111111;
}

.else_exhi .else-click:hover {
    box-shadow: inset 0 0 20px 1px #87ffa3, 0 1px 0 #1f532c, 0 6px 0 #1f5335, 0 8px 4px 1px #111111;
    -moz-box-shadow: inset 0 0 20px 1px #87ffa3, 0 1px 0 #1f532c, 0 6px 0 #1f5335, 0 8px 4px 1px #111111;
    -webkit-box-shadow: inset 0 0 20px 1px #87ffa3, 0 1px 0 #1f532c, 0 6px 0 #1f5335, 0 8px 4px 1px #111111;
}

.else_exhi .else-click>img {
    height: 30px;
    width: auto;
    margin: 0 15px 8px 0;
    vertical-align: middle;
}

@media (max-width: 876px) {
    .btn_container {
        width: 350px;
    }

    .ok_fb,
    .else_exhi {
        margin: 0 10px 0 0;
    }

    .ok_fb .facebook-click,
    .else_exhi .else-click {
        max-width: 350px;
        font-size: 1.6rem;
        letter-spacing: 3px;
    }
}

@media (max-width: 768px) {
    .ok_btnBlock {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .btn_container {
        width: 430px;
        font-size: 2rem;
        letter-spacing: 3px;
        margin: 0 auto;
    }

    .ok_fb .facebook-click,
    .else_exhi .else-click {
        max-width: 430px;
        font-size: 2rem;
        letter-spacing: 3px;
    }
}

@media (max-width: 480px) {
    .ok_btnBlock {
        width: 97%;
        margin: 0 auto;
    }

    .btn_container {
        width: 100%;
        font-size: 2.2rem;
        letter-spacing: 5px;
    }

    .ok_fb,
    .else_exhi {
        margin: 0;
    }

    .ok_fb .facebook-click,
    .else_exhi .else-click {
        max-width: 100%;
        font-size: 2.2rem;
        letter-spacing: 5px;
    }

    .ok_fb .facebook-click>i {
        font-size: 40px;
    }

    .else_exhi .else-click>img {
        height: 35px;
    }
}

/*----------------
手機版置底social_bar
---------------*/
.social_bar {
    display: none;
    width: 100% !important;
}

.bar_container {
    display: none;
}

@media (max-width: 769px) {
    .social_bar {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 998;
        width: 100% !important;
        padding: 6px 0;
        /* background-color: #ff5c79; */
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-align: center;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px);
    }

    .bar_container {
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        -moz-justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    .bottom_lineShare {
        width: 90px;
    }

    .bottom_lineShare .line_border {
        background-color: #00b900;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    }

    .bottom_lineShare .line_border>a {
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .bottom_lineShare .line_border>a>span {
        color: #fff;
        align-self: center;
        -webkit-align-self: center;
        font-weight: 600;
        font-size: 1.2rem;
    }

    .bottom_fbShare {
        width: 90px;
    }

    .bottom_fbShare #share_icon {
        background-color: #3b5998;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    }

    .bottom_fbShare #share_icon>a {
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .bottom_fbShare #share_icon>a>span {
        color: #fff;
        align-self: center;
        -webkit-align-self: center;
        font-weight: 600;
        font-size: 1.2rem;
    }

    .bottom_linePlus {
        width: 100px;
    }

    .bottom_linePlus .line_border {
        background-color: #00b900;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    }

    .bottom_linePlus .line_border>a {
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .bottom_linePlus .line_border>a>span {
        color: #fff;
        align-self: center;
        -webkit-align-self: center;
        font-weight: 600;
        font-size: 1.2rem;
    }

    .bottom_fbLike {
        width: 100px;
        position: relative;
    }

    .bottom_fbLike .like-button {
        width: 30px;
        height: auto;
        position: relative;
    }

    .bottom_fbLike .like-button #likes_icon {
        background-color: #3b5998;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        width: 100px;
        height: 40px;
        position: absolute;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    }

    .bottom_fbLike .like-button #likes_icon>p {
        color: #fff;
        align-self: center;
        -webkit-align-self: center;
        font-weight: 600;
        font-size: 1.2rem;
        position: absolute;
        margin: 0;
        padding: 3px 8px;
    }

    .bottom_fbLike .like-button #likes_icon>img {
        display: inline-block;
        position: absolute;
        right: 2px;
        height: 30px;
        top: 5%;
    }

    /* .bottom_fbLike .like-button iframe{ height:40px; width: 140%; transform:scale(1.9); position: absolute; top: 18px; margin-left: 5px;opacity: 0; z-index: 9999; } */
}

/*---------------------------
history歷史回顧
------------------------------*/
.history {
    margin-top: 40px;
}

.history h1 {
    font-size: 3rem;
}

.history_container {
    margin-top: 50px;
}

.history_container section {
    position: inherit;
}

.history_container>input {
    display: none;
}

.history_container label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 1.5% 2%;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
    max-width: 25%;
    letter-spacing: 2px;
}

.history_container label:before {
    font-family: fontawesome;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: normal;
    margin-right: 10px;
}

.history_container label:hover {
    color: #888;
    cursor: pointer;
}

.history_container input:checked+label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #352dca;
    border-bottom: 2px solid #fff;
}

.history_content {
    display: none;
    padding: 2% 0 0;
    border-top: 1px solid #ddd;
}

#history_tab0:checked~#history_content0,
#history_tab1:checked~#history_content1,
#history_tab2:checked~#history_content2,
#history_tab3:checked~#history_content3,
#history_tab4:checked~#history_content4 {
    display: block;
}

.history_content .history_des {
    text-align: center;
    margin: 2% auto 4% auto;
    font-size: 1.5rem;
    line-height: 1.8;
}

.history_content .history_images {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    text-align: center;
}

.history_content .history_images>div {
    height: 250px;
}

.history_content .history_images figure {
    width: 23%;
    margin: 1%;
}

.history_content .history_images figure img {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.history_content .history_images figure img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.history_content .history_images figure figcaption {
    line-height: 1.5;
    font-size: 1.2rem;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
    padding: 2%;
}

.history_content .history_images figure figcaption p {
    margin: 0;
}

@media (max-width: 992px) {
    .history_content .history_images figure {
        width: 31.3%;
    }
}

@media (max-width: 768px) {
    .history {
        margin-top: 100px;
    }

    .history_content .history_images figure {
        width: 48%;
    }
}

/*---------------------------
FB vote票選
------------------------------*/
.fb_vote .title p {
    display: inline;
    color: #0065ff;
    font-size: 36px;
    font-weight: bold;
}

.fb_vote .title img {
    vertical-align: text-bottom;
}

#brand {
    margin: 40px auto;
}

.fb_vote .vote_des {
    margin: 20px auto;
}

.fb_vote .vote_des ul {
    list-style: disc;
    margin: 0 0 0 1.5em;
    padding-right: 10px;
    line-height: 2;
    font-size: 1.2rem;
    text-align: justify;
}

.vote_trems_block {
    margin: 40px auto 60px auto;
}

.vote_trems_block h2 {
    color: #000;
    letter-spacing: 4px;
    padding-bottom: 5px;
    text-align: center;
}

.vote_trems_block .info_massage {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.vote_trems_block .info_massage .info_massage_ul {
    list-style: inherit;
    line-height: 1.8;
    width: 48%;
    margin: 0 0 0 1.5em;
    padding-right: 10px;
    text-align: justify;
}

.vote_trems_block .info_massage .info_massage_ul li {
    width: 100%;
    cursor: default;
    font-size: 0.9rem;
    color: #525252;
}

.vote_list {
    display: flex;
    flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    margin: 40px auto;
}

.vote_list .vote_item {
    width: 13%;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    padding: 7px;
    margin: 1%;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 8px #e8e8e8;
    -moz-box-shadow: 1px 1px 8px #e8e8e8;
    -webkit-box-shadow: 1px 1px 8px #e8e8e8;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.vote_item_flex {
    height: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -moz-flex-flow: column;
    -wbkit-flex-flow: column;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 0;
}

.vote_item_flex .img_block {
    transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    overflow: hidden;
}

.vote_item_flex .img_block:hover {
    transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    overflow: hidden;
}

.vote_item_flex .img_block a img {
    vertical-align: middle;
}

.vote_item_flex .intro_block {
    /* height: 5.5rem;  */
    overflow: hidden;
}

.vote_item_flex .intro_block p {
    margin: 0;
    padding: 0px 0;
    letter-spacing: 1px;
    color: #2e2e2e;
    font-size: 1rem;
    font-weight: bold;
}

.vote_item_flex .ShareCount_block {
    width: 140px;
    background-color: #f12c2c;
    padding: 4px 11px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    letter-spacing: 1px;
    margin: 0 auto 8px;
    font-size: 1.1rem;
    font-weight: bold;
}

.vote_item_flex .fbShare_block nav {
    transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    width: 140px;
    background-color: red;
    padding: 4px 11px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    letter-spacing: 1px;
    margin: 0 auto 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
}

.vote_item_flex .fbShare_block nav:hover {
    background-color: #003f98;
}

@media (max-width:1170px) {
    .vote_list .vote_item {
        width: 28%;
    }

    .vote_item_flex .intro_block {
        height: 5rem;
    }
}

@media (max-width: 992px) {
    .vote_trems_block .info_massage {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .vote_trems_block .info_massage .info_massage_ul {
        width: 95%;
        margin: 0 3%;
    }
}

@media (max-width:768px) {
    #brand {
        margin-top: 180px;
    }

    .vote_list .vote_item {
        width: 43%;
    }
}

/*----------------------
    person popup block
  ---------------------*/
.person_flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}

.person_item {
    width: 20%;
    padding: 1%;
}

.person_border {
    border: 1px solid #d8d8d8;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: 1px 1px 8px #00000030;
    -moz-box-shadow: 1px 1px 8px #00000030;
    -webkit-box-shadow: 1px 1px 8px #00000030;
    transition: transform .4s;
    -o-transition: transform .4s;
    -moz-transition: transform .4s;
    -webkit-transition: transform .4s;
    padding: 3%;
}

.person_border:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    border: 1px solid #fff;
    box-shadow: 1px 1px 10px #dbdbdb;
    -moz-box-shadow: 1px 1px 10px #dbdbdb;
    -webkit-box-shadow: 1px 1px 10px #dbdbdb;
    transition: transform .4s;
    -o-transition: transform .4s;
    -moz-transition: transform .4s;
    -webkit-transition: transform .4s;
}

.person_img img {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    display: block;
}

.popup_content {}

.popup_flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.popup_img_block {
    width: 30%;
}

.popup_img {
    padding: 5%;
}

.popup_des_block {
    width: 70%;
}

.popup_des {
    padding: 1% 0;
}

.popup_des h3 {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: 2;
}

.popup_des h4 {
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    line-height: 2;
}

.popup_des h5 {
    font-size: 1.1rem;
    padding-top: 2%;
    margin: 0;
}

.popup_des p {
    font-size: 1.1rem;
    word-wrap: break-word;
    word-break: break-all;
    width: 95%;
    text-align: justify;
}

@media (max-width: 768px) {
    .popup_flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
    }

    .popup_img_block,
    .popup_des_block {
        width: 100%;
    }

    .popup_img {
        text-align: center;
        padding-bottom: 0;
    }

    .popup_img img {
        max-width: 250px;
    }

    .popup_des {
        padding: 0 5%;
    }

    .popup_des h3,
    .popup_des h4 {
        text-align: center;
    }

    .popup_des p {
        width: 100%;
    }
}

#ok_qrcode_box {
    display: inline-block;
    border: 1px solid #848484;
    border-radius: 15px;
    overflow: hidden;
}

#ok_qrcode_box p {
    background: #ff0000;
    color: white;
    margin: 0;
    font-size: 19px;
    padding: 2px 0;
    letter-spacing: 1.5px;
}

#ok_qrcode_box img {
    padding: 0 12px;
}