/*----------------
    top banner
------------------*/
#top_banner{
	position: relative;
}


/*----------------
    header menu
------------------*/
header{
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
}
#stick_header{
    width: 100%;
    z-index: 999;
    margin: auto;
    position: relative;
    transition: 0.5s;
    text-align: right;
    background-color: #fff;
    min-width: 480px;
    box-shadow: inherit;
}

.stick #stick_header {
    top: 0;
    position: fixed;
    max-width: 100%;
    margin-top: 0;
}
.stick #header_wrap {
    max-width: 100%;
}
#top_banner .photofix {
    height: 600px;
}
#memu_login_status {
    display:inline-block;
    margin-left:50px;
}
#memu_login_status .login_status{
    margin:2px 5px;
}
#memu_login_status .login_status a{
    display: inline-block;
    color: rgb(235, 235, 235);
}

/* header.stick {
    margin-top: 211px; header 高度 .由於promo_ticketbar有過場性的高度40px縮短.因此這裡使用298-30的高度
} */

#header_wrap {
    transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s;
    background-color: #0176f9;;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6); -webklit-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>img { 
    display: block;
}

@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-image: url('https://cdn-image.top-link.com.tw/570/Slider/logo_bg.jpg');*/
      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; 
    //padding: 9px 0;
    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 0 0; 
    /* float: right;
    padding: 30px 0 0px 0; //flag_style */
}
#menu_ul a{
    color: #fff;
    padding: 13px 2px;
    display: block;
}
#menu_ul li{
    position: relative;
    float: left;
    font-size: 1.2rem;
    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;
}

/*純CSS bar鈕*/
#d_menu{
    position: absolute;
    display: none;
}
.b{
    position: absolute;
    width: 60px;
    height: 60px;
    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: 9999;
}
#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%);
    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%); -o-transform: translateX(0%); -ms-transform: translateX(0%); -moz-transform: translateX(0%); -webkit-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;
    }
    .b p{
        margin-top: 40px;
        color:#000;
        text-align: center;
    }
    #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;
    }
}

/*--------------
    ticketbar
----------------*/
#ticketbar {
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
}
#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; -ms-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); -ms-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: "免費索票"; 
}
#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;
}

/*---------------------------
    首頁區塊- 熱門活動
------------------------------*/

/*---------slides-------------*/
.col_slider {
    max-height: 450px;
}
.col_slider > div {
    float: left;
    position: relative;
}
.col_slider .index_slider_block {
	width: 70%;
	overflow: hidden;
}

.col_slider .index_slider_link_block{
	width: 30%;
	z-index: 10;
}
.index_slider_link_block .slider_link_img {
	margin-left: 20px;	
}
.index_slider_link_block .slider_link_img:last-child {
	margin-top: 23px;	
}
.index_slider_link_block img {
	width:100%;
    display: block;
}
.index_slider_link_block a > div {
    position: relative;
    /* border: 3px solid #ffffff;
    box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
}

.index_slider_link_block a:last-child > div {
    /* margin-top: 20px; */
}
.index_slider_link_block ul{
    transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 47px 13px;
    color: #fff;
}
.index_slider_link_block a:hover ul{
    padding-right:33px;
    padding-left: 33px;
    background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width:1300px) {
    .index_slider_link_block ul {
        padding: 35px 13px;
    }
}
@media (max-width:1170px) {
    .index_slider_link_block ul {
        padding: 23px 23px;
    }
}
@media (max-width:992px) {
    .col_slider .index_slider_link_block {
        display: none;
    }
    .col_slider .index_slider_block {
        width: calc(100% - 2px);
    }
}
/*------flexslider custom----------*/

.flexslider {
    border: 0!important;
}
.flexslider .slides li{
    position: relative;
    margin-bottom: -2px;
}

.flexslider li > a > img:first-child {
    display: block;
}
.flexslider li > a > img:last-child {
    display: none;
}
@media (max-width:768px) {
    .flexslider li > a > img:first-child {
        display: none;
	}
    .flexslider li > a > img:last-child {
        display: block;
	}
    /* .index_col_slider { 
    	padding-top:50px;
    } */
}

/*---------------------------
    首頁區塊- 粉絲團+展覽資訊
------------------------------*/
.index_intro {
	height: auto;
	margin-top: 20px;
	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;
}
 .index_intro > div {}

.index_intro .index_fb_block {
/* 	float: left;
	margin: 0;
	border: 3px solid #fff;
	box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	 */	
	width:  30%;
	height: 380px;
}

.index_intro .index_fb_block .fb_block_container {
	border: 4px solid #fff;
    box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2);
	overflow: hidden; 
	box-sizing: border-box;
	height: 100%;
    overflow: hidden;
	margin-right: 20px;
}

.index_intro .intro_info_block {
    background-color: #ff9c0e;
	width: 80%;
	height: auto;
	border: 4px solid #fff;
    box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2);
	overflow: hidden; 
	box-sizing: border-box;
}
.intro_info_block .info_flex_container { 
	display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.intro_info_block .info_flex_container article{
	width: 65%;
	position:relative;
}
.intro_info_block .info_flex_container article .intro_title_label{
	display: inline-block;
	position: relative;
	padding: 4px 15px;
	background-color: #fff;
	border-radius: 0 30px 30px 0; -moz-border-radius: 0 30px 30px 0; -webkit-border-radius: 0 30px 30px 0;
	letter-spacing: 1px;
	box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.15);
}
.intro_info_block .info_flex_container article h1{
	font-size: 2rem;
	font-weight: bolder;
	margin: 2% 0;
	padding: 0;
	line-height: 1.5;
}
.intro_info_block .info_flex_container article .intro_content{}
.intro_info_block .info_flex_container article .intro_content h2{
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
}
.intro_info_block .info_flex_container article .intro_content p {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	text-align: justify;
	letter-spacing: 2px;
	margin: 2% 4% 3% 4%;
}
.intro_info_block .info_flex_container article hr{
	/* border: 1px solid #f1f1f1;
	margin: 1% 8px; */
	border: 1px solid #f1f1f1;
    margin: 0% 8px;
	bottom: 2%;
    position: absolute;
    z-index: 998;
    width: 100%;
}
.intro_info_block .info_flex_container article .intro_btn_more  {
	display: inline-block;
    position: absolute;
    bottom: -1%;
    background-color: #fff;
    padding: 2px 8px;
    border: 1px solid #fff;
    border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
    z-index: 998;
    right: 5%;
}
.intro_info_block .info_flex_container .intro_info_img{
	width: 35%; 
	padding: 0 2%; 
}
.intro_info_block .info_flex_container .intro_info_img .index_gallery {    
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	border: 2px solid rgb(232, 232, 232);
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.47); -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.47); -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.47);
	overflow: hidden;
	margin: 2% 0;
	width: 100%;
	height: 350px;
}
.intro_info_block .info_flex_container .intro_info_img .index_gallery figure {
	display: inline-block;
	width: 370px;
	height: 370px;
	margin: 0;
	position: relative;
}
.intro_info_block .info_flex_container .intro_info_img .index_gallery figure a { 
	height: 100%; 
	width: 100%; 
	display: block;
}
.intro_info_block .info_flex_container .intro_info_img .index_gallery figure a img {
	height: 100%; 
	max-width: none; 
	width: auto; 
	position: absolute; 
	left: -66.5px; 
	top: 0px;
}
@media (max-width:1170px) {
	.index_intro .index_fb_block {
		height: 440px;
	}
	.index_intro .intro_info_block {
		width: 75%;
	} 
	.intro_info_block .info_flex_container article hr{
		bottom: 0%;
	}
	.intro_info_block .info_flex_container article .intro_btn_more{
		bottom: -3%;
	}
	
}
@media (max-width:992px) {
	.index_intro .index_fb_block {
		display: none;
	}
	.index_intro .intro_info_block {
		width: 100%;
		margin: 0;
	}
	.intro_info_block .info_flex_container {
		padding-bottom: 20px;
	}
}
@media (max-width:768px) {
	.index_intro {
		height: auto;
}
	.intro_info_block .info_flex_container .intro_info_img {
		display: none;
	}
	.intro_info_block .info_flex_container article {
		width: 100%;
		padding: 2% 0;
	}
	.intro_info_block .info_flex_container article hr {
		margin: 1% 0;
	}
	.intro_info_block .info_flex_container article .intro_btn_more {
		bottom: -1%;
	}
}


/*---------------------------
    首頁區塊- 最新消息
------------------------------*/
.ellipsis { 
	text-overflow: ellipsis; 
	break-word: break-word; 
	display: block; 
	overflow: hidden; 
	white-space: nowrap;
}
.index_news {
	margin-top: 10px;
}

.index_news_flex { 
	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;
}

.index_news_flex .news_block:first-child { 
	width: 70%; 
}

.index_news_flex .news_block {
	width: 30%; 
	background-color: rgb(220, 220, 220); 
	margin: 10px 0; 
	border: 3px solid #fff; 
	box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.index_news_flex .news_block:last-child { 
	margin-left: 20px;
}

.index_news_flex .news_block .news_block_title {
	background-color: #000;
	color: #fff; 
	font-weight: normal; 
	font-size: 1.6rem; 
	padding: 1% 4%;
	letter-spacing: 2px; 
	display: inline-block;
	border-radius: 0 20px 20px 0; -moz-border-radius: 0 20px 20px 0; -webkit-border-radius: 0 20px 20px 0; 
	margin: 3% 0; 
	box-shadow: 2px 1px 13px rgba(0, 0, 0, 0); -moz-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0); -webkit-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0);  
}

.index_news_flex .news_block hr { 
	border: 1px solid #f1f1f1; 
	margin: 10% 0 0 0;
}

.index_news_flex .news_block .news_more { 
	display: inline-block; 
	position: relative; 
	top: -14px; 
	background-color: #fff; 
	padding: 2px 8px; 
	border: 1px solid #fff;
	border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; 
	text-align: center; 
	float: right; 
	margin-right: 5%; 
}

.index_news_flex .news_block .news_list_container .news_list_content{ 
	display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

.index_news_flex .news_block .news_list_container .news_list_content .news_img { 
	width:50%; 
	display: none; 
}

.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_img a img{ 
	display: block; 
	padding: 1%;
}

.index_news_flex .news_block .news_list_container .news_list_content .news_des { 
	width:100%;  
}

.index_news_flex .news_block .news_list_container .news_list_content .news_des a { 
	display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	color: #00a0e9; 
	padding: 0 2%;
	line-height: 1.5;
}

.index_news_flex .news_block .news_list_container .news_list_content .news_des a h3 { 
	margin: 0 1%; 
	font-size: 0.9rem; 
	width: 90px; 
	color:#6f6f6f;
}

.index_news_flex .news_block .news_list_container .news_list_content .news_des a h2 { 
	margin: 0 1%; 
	font-size: 1rem; 
	color: #000; 
}

.index_news_flex .news_block .news_list_container .news_list_content .news_des a p { 
	margin: 0; 
	font-size: 1rem; 
	line-height: 1.5; 
	display: none;
}
			
.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_img { 
	width:50%; 
	display: block; 
}

.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_des { 
	width:50%; 
	line-height: 1.8;
    padding: 2% 0;
}

.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_des a { 
	flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; 
	line-height: 2;
}

.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_des h3 { 
	font-size: 1.2rem; 
	width: 100%; 
	padding: 0 1%; 
}

.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_des h2 { 
	font-size: 1.5rem; 
	padding: 0 1%; 
}

.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_des p { 
	font-size: 1rem; 
	display: block; 
	line-height: 1.8;
	padding: 0 2%; 
}
			
.index_news_flex .news_block .index_news_first .news_first_content h3::before { 
	font-family: FontAwesome; 
	content: '\f073';
}

@media (max-width: 1170px){
    .index_news_flex .news_block hr { 
		margin: 5% 0 0 0;
	}
	.index_news_flex .news_block .news_block_title { 
		margin: 1% 0;
	}
}

@media (max-width: 992px){
	.index_news_flex { 
		flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; 
	}
	.index_news_flex .news_block,
	.index_news_flex .news_block:first-child{ 
		width: 100%;
	}
	
	.index_news_flex .news_block:last-child{
		margin-left: 0px;
	}

	.index_news_flex .news_block .news_block_title { 
		margin: 2% 0 1% 0;
	}
	
	.index_news_flex .news_block hr { 
		margin: 1%;
	}
	
	.index_news_flex .news_block .news_list_container .news_list_content .news_des a h3 { 
		margin: 0 1%; font-size: 1rem; 
	}
	
	.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_img,
	.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_des { 
		width: 50%; 
	}

	.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_des p{ 
		height: 3.5rem; 
		overflow: hidden;
	}
}

@media (max-width: 768px){
	.index_news_flex .news_block .news_list_container.news_first .news_list_content .news_des { 
		padding: 0;
	}
}


/*----------------------------
		首頁區塊-參展品牌
  ----------------------------*/
.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: 150px;
    margin: 20px 20px 0 20px;
    /* border: 1px solid #dcd1d1; */
}
.index_brand .brand_block p {
    text-align: center;
    margin: 4px 0 10px 0;
}


/*----------------------------
	首頁區塊-國內、外旅遊、廣告特區
  ----------------------------*/
figure { 
	padding: 0;
	margin: 0;
}
.position_container_flex { 
	display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	flex-wrap: nowrap; -moz-flex-wrap: nowrap; -webkit-flex-wrap: nowrap;
}
.position_container_flex .flex_item_tab {
	width: 50px; 
	position: relative;
}
.position_container_flex .flex_item_content { 
	width: 100%; 
	background-color: #fff;
	z-index: 1; 
}
.position_tab{
	writing-mode: vertical-lr; -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-lr;
	position: absolute;
	top:28px;
	left: 0;                
	padding: 22px 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: 3px;
	height: 110px;
	width: 100%;
	border-radius: 20px 0 0 20px; -moz-border-radius: 20px 0 0 20px; -webkit-border-radius: 20px 0 0 20px;
}

/***國內旅遊***/
.domestic_tab{
	background-color: #ff903d;
}  
.domestic_content_flex {
	display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	flex-wrap: nowrap; -moz-flex-wrap: nowrap; -webkit-flex-wrap: nowrap;
	justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between; 
}
.domestic_item { 
	width: 32.5%;
}
/*first_item*/
.domestic_item .item_content_first { 
	height: 100%; 
	width: 100%; 
	position: relative;
}
.domestic_item .item_content_first figure { 
	height: 100%; 
	border: 3px solid #fff; 
	box-sizing: border-box; 
	box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); 
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
	background-color: #fff; 
	position: absolute; 
	width: 100%;
	right: 0; 
}
.domestic_item .item_content_first figure a { 
	flex: 1 0 auto; -ms-flex: 1 0 auto; -moz-flex: 1 0 auto; -webkit-flex: 1 0 auto;
	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; 
	background-color: #fff; 
	height: 100%;
}
.domestic_item .item_content_first figure a img { 
	flex: 1 0 auto; -ms-flex: 1 0 auto; -moz-flex: 1 0 auto; -webkit-flex: 1 0 auto; 
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
.domestic_item .item_content_first figure a figcaption { 
	color: #000; 
	padding: 0 3% 3% 3%; 
}
.domestic_item .item_content_first figure a h2 { 
	padding: 0; 
	margin: 0; 
	line-height: 2; 
	font-size: 1.5rem;
}
.domestic_item .item_content_first figure a h4 { 
	background-color: rgba(0, 0, 0, 0.4); 
	position: absolute;
	padding: 4px 12px; 
	margin: 0; 
	top: 15px; 
	left: 0; 
	color: #fff; 
	font-size: 1.2rem; 
	border-radius: 0 20px 20px 0; -moz-border-radius: 0 20px 20px 0; -webkit-border-radius: 0 20px 20px 0; 
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.domestic_item .item_content_first figure a p { 
	padding: 0; 
	margin: 0; 
	line-height: 1.5; 
	font: 1rem; 
	text-align: justify;
}
/*else_item*/
.item_content_else:first-child{ 
	margin-bottom: 2%; 
}
.item_content_else figure { 
	border: 3px solid #fff;
	box-sizing: border-box; 
	box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); 
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
	background-color: #fff;
	width: 100%;
	right: 0;
	position: relative; 
	bottom: 0;
}
.item_content_else figure .image_box { 
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
	overflow: hidden;
	padding: 1%;
	position: relative;
}
.item_content_else figure .image_box img { 
	max-height: 150px; 
	width: 100%; 
	object-fit: cover; 
	flex: 0 0 auto; -ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-flex: 0 0 auto;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
.item_content_else figure .image_box h4 { 
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute; 
	padding: 4px 12px;
	margin: 0;
	border-radius: 0 20px 20px 0; -moz-border-radius: 0 20px 20px 0; -webkit-border-radius: 0 20px 20px 0; 
	bottom: 10px; 
	left: 1%;
	color: #fff; 
	font-size: 1.2rem;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.item_content_else figure figcaption { 
	color: #000;  
}
.item_content_else figure figcaption h2 { 
	padding: 0; 
	margin: 0; 
	line-height: 2; 
	font-size: 1.5rem; 
	display: none;
}
.item_content_else figure figcaption p { 
	padding: 1%; 
	margin: 0; 
	line-height: 1.5; 
	font-size: 1rem;
	text-align: justify;
	height: 4.5rem;
	overflow: hidden; 
}
@media (max-width: 768px){
	/**國內旅遊**/
	.position_container_flex { 
		flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; 
	}
	.position_container_flex .flex_item_tab { 
		display: none;
	}
	.domestic_content_flex {
		flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column;
	}
	.domestic_item { 
		width: 100%;
	}
	.domestic_item .item_content_first { 
		margin-bottom: 2%;
	}
	.domestic_item .item_content_first figure { 
		position:relative;
	}
	.domestic_item .item_content_first figure a img { 
		max-height: 150px; 
		width: 100%; 
		object-fit: cover; 
		flex: 0 0 auto; -ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-flex: 0 0 auto; 
		border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
	}
	.item_content_else figure .image_box h4 { 
		top: 15px; 
		bottom: inherit;
	}
}

/***廣告特區***/
.ad_block:first-child{
	width: 50px;
}
.ad_block{ 
	width: 100%;
}
.ad_container_flex { 
	display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	flex-wrap: nowrap; -moz-flex-wrap: nowrap; -webkit-flex-wrap: nowrap; 
	justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between;
}
.ad_item { 
	width: 49.8%;
}
.ad_item_border { 
	border: 3px solid #fff; 
	box-sizing: border-box; 
	box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); 
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
	background-color: #fff;
}
.ad_item .item_container_flex { 
	display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
}
.ad_item .item_container_flex .item_image_container { 
	width:175px;
}
.ad_item .item_container_flex .item_image_container .item_image_border { 
	width:175px; 
	height: 175px; 
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
	float: left; 
	box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.4);
}
.ad_item .item_container_flex .item_image_container .item_image_border img {
	height: 100%;
	object-fit: cover; 
	flex: 0 0 auto; -ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-flex: 0 0 auto; 
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
.ad_item .item_container_flex .item_des { 
	width:100%; 
	position: relative;
}
.ad_item .item_container_flex .item_des h4 {
	margin: 0; 
	display: inline-block; 
	padding: 4px 18px 4px 8px; 
	border-radius: 0 23px 23px 0; -moz-border-radius: 0 23px 23px 0; -webkit-border-radius: 0 23px 23px 0;
	font-size: 1.5rem; 
	font-weight: 400; 
	letter-spacing: 2px; 
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	background-color: rgba(255, 0, 0, 0.72); 
	color: #fff;
	margin-top: 10px;
}
.ad_item .item_container_flex .item_des p {
	padding: 1% 2%;
	text-align: justify; 
	line-height: 1.5; 
	height: 4.5rem;
	font-size: 1rem; 
	display: block; display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
	overflow: hidden; 
	text-overflow: ellipsis;
	color: #000;
}
.ad_item .item_container_flex .item_des hr {
	border: 1px solid #f1f1f1;
	margin: 0% 8px; 
	bottom: 8%; 
	position: absolute; 
	z-index: 998; 
	width: 100%;
}
.ad_item .item_container_flex .item_des .ad_btn_more{
	display: inline-block; 
	position: absolute; 
	bottom: 2%; 
	background-color: #fff; 
	padding: 2px 8px;     
	box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2);
	border: 1px solid #fff; 
	box-sizing: border-box; 
	border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
	z-index: 998;right: 5%; color: #000;
}
@media (max-width: 992px){
	.ad_item .item_container_flex .item_des h4 { 
		font-size:1.1rem; 
	}
}
@media (max-width: 768px){
	/**國內旅遊 Bottom**/
	.ad_container_flex { 
		flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column;
	}
	.ad_item { 
		width: 100%; 
		margin-bottom: 2%;
	}
}

/***國外旅遊***/
.foreign_tab{
	background-color: #9260ff;
}
.foreign_content_flex { 
	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: nowrap; -moz-flex-wrap: nowrap; -webkit-flex-wrap: nowrap;
	justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between;
}
.foreign_content_flex .foreign_item { 
	width: 24.5%;
}
.foreign_content_flex .foreign_item figure { 
	border: 3px solid #fff; 
	box-sizing: border-box; 
	box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -moz-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.2); 
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
	background-color: #fff; 
	width: 100%; 
	right: 0; 
	position: relative; 
	bottom: 0; 
}
.foreign_content_flex .foreign_item .image_box { 
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
	overflow: hidden;
	padding: 1%;
	position: relative;
}
.foreign_content_flex .foreign_item .image_box img{ 
	max-height: 200px;
	width: 100%; 
	object-fit: cover; 
	flex: 0 0 auto; -ms-flex: 0 0 auto; -moz-flex: 0 0 auto; -webkit-flex: 0 0 auto;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
.foreign_content_flex .foreign_item .image_box h4{
	background-color: rgba(0, 0, 0, 0.4); 
	position: absolute; 
	padding: 4px 12px; 
	margin: 0; 
	bottom:10px; 
	left: 1%;
	color: #fff; 
	font-size: 1.2rem; 
	border-radius: 0 20px 20px 0; -moz-border-radius: 0 20px 20px 0; -webkit-border-radius: 0 20px 20px 0; 
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.foreign_content_flex .foreign_item figcaption h2 { 
	display: none;
}
.foreign_content_flex .foreign_item figcaption p { 
	padding: 1% 2%;
	text-align: justify; 
	line-height: 1.5; 
	height: 4.5rem;
	font-size: 1rem; 
	display: block; display: -webkit-box; 
	-webkit-line-clamp: 3; -webkit-box-orient: vertical;
	overflow: hidden; 
	text-overflow: ellipsis;
	color: #000; 
}
@media (max-width: 768px){
	/***國外旅遊***/
	.foreign_content_flex { 
		flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column;
	}
	.foreign_content_flex .foreign_item { 
		width: 100%; 
		margin-bottom: 2%;
	}
}

/*----------------------------
		首頁區塊-右側索票氣球
  ----------------------------*/
.ticketballoon { 
	transition: 0.2s; -o-transition: 0.2s; -moz-transition: 0.2s; -webkit-transition: 0.2s; 
	position: fixed;
	width: 145px;
    top: auto;
	right: 0; 
	bottom: 100px; 
	z-index: 99; 
	opacity: 1;
}

.ticketballoon a {
	display: block; 
}
@media (max-width:1600px) {
	.ticketballoon {
		opacity: 0.5;
	}
	.ticketballoon:hover{
		opacity: 1;
	}
}
@media (max-width:768px) {
	.ticketballoon { 
		display: none;
	}
}

/* ---------------------------
            內頁
------------------------------ */

/* ---------回上頁button------- */
.inner_splitLine { 
	width: 100%; 
	height: 1px; 
	background-color: #d7d7d7;
	margin: 20px 0;
}
.goBack_btn { 
	transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; 
	background-color: #00a0e9; 
	color: #FFF; 
	margin: auto; 
	padding: 0 32px;
	font-size: 18px; 
	letter-spacing: 2px; 
	line-height: 3; 
	font-weight: 600; 
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2); 
	height: 52px; 
	cursor: pointer;
	display: table;
}
.goBack_btn:hover { 
	background-color: rgb(88, 88, 88); 
}


/*---------------------------
    展覽介紹- 展覽資訊
------------------------------*/
.inner_intro {}
.intro_title { 
	text-align: center; 
	color: #0066cc;
	line-height: 1.8; 
	font-size: 2.5rem;
}
.intro_des { 
	font-size: 1.2rem; 
	line-height: 1.8; 
	text-align: justify; 
}
.inner_intro .table-title {
	display: block;
	margin: auto;
	max-width: 600px;
	padding:5px;
	width: 100%;
}
.inner_intro .table-title h3 {
	color: #fafafa;
	font-size: 30px;
	font-weight: 400;
	font-style:normal;
	font-family: "Roboto", helvetica, arial, sans-serif;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	text-transform:uppercase;
}
/*** Table Styles **/
.inner_intro .table-fill {
	background: white;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	border-collapse: collapse;
	height: 320px;
	margin: auto;
	padding:5px;
	width: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	animation: float 5s infinite;
	margin-bottom: 20px;
}
.inner_intro th {
	color:#D5DDE5;
	background:#1b1e24;
	border-bottom:4px solid #9ea7af;
	border-right: 1px solid #343a45;
	font-size:23px;
	font-weight: bold;
	padding:24px;
	text-align:left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align:middle;
}
.inner_intro th:first-child {
	border-top-left-radius:3px;
	word-break: keep-all;
}
.inner_intro th:last-child {
	border-top-right-radius:3px;
	border-right:none;
}

.inner_intro tr {
	border-top: 1px solid #C1C3D1;
	border-bottom: 1px solid #C1C3D1;
	/* color:#666B85; */
    color: #000;
	font-size:16px;
	font-weight:normal;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
.inner_intro tr td:first-child {
	color: #000;
	font-weight: bold
}
.inner_intro tr:hover td {
	background:#4E5066;
	color:#FFFFFF;
	border-top: 1px solid #22262e;
}
.inner_intro tr:first-child {
	border-top:none;
}
.inner_intro tr:last-child {
	border-bottom:none;
}
.inner_intro tr:nth-child(odd) td {
	/* background:#EBEBEB; */
}
.inner_intro tr:nth-child(odd):hover td {
	background:#4E5066;
}
.inner_intro tr:last-child td:first-child {
	border-bottom-left-radius:3px;
}
.inner_intro tr:last-child td:last-child {
	border-bottom-right-radius:3px;
}
.inner_intro td {
	background:#FFFFFF;
	padding:20px;
	text-align:justify;
	vertical-align:middle;
	font-weight:normal;
	font-size:18px;
	border-right: 1px solid #C1C3D1;
}
.inner_intro td:last-child {
	border-right: 0px;
}
.inner_intro th.text-center {
	text-align: center;
}

/*---------------------------
    展覽介紹- 票價資訊
------------------------------*/
.price_des .title { 
	text-align: left; 
	color: #a70000;
	line-height: 1.8; 
	font-size: 1.5rem;
	font-weight: bold;
}
.price_des .des { 
	font-size: 1.2rem; 
	line-height: 1.8; 
	text-align: justify; 
}
.inner_price .table-title {
	display: block;
	margin: auto;
	max-width: 600px;
	padding:5px;
	width: 100%;
}
.inner_price .table-title h3 {
	color: #fafafa;
	font-size: 30px;
	font-weight: 400;
	font-style:normal;
	font-family: "Roboto", helvetica, arial, sans-serif;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	text-transform:uppercase;
}
/*** Table Styles **/
.inner_price .table-fill {
	background: white;
	border-radius:3px;
	border-collapse: collapse;
	height: 320px;
	margin: auto;
	/* max-width: 600px; */
	padding:5px;
	width: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	animation: float 5s infinite;
}
.inner_price th {
	color:#D5DDE5;;
	background:#1b1e24;
	border-bottom:4px solid #9ea7af;
	border-right: 1px solid #343a45;
	font-size:23px;
	font-weight: bold;
	padding:24px;
	text-align:left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align:middle;
}
.inner_price th:first-child {
	border-top-left-radius:3px;
	word-break: keep-all;
}
.inner_price th:last-child {
	border-top-right-radius:3px;
	border-right:none;
}

.inner_price tr {
	border-top: 1px solid #C1C3D1;
	border-bottom: 1px solid #C1C3D1;
	color:#666B85;
	font-size:16px;
	font-weight:normal;
}
.inner_price tr td:first-child {
	color: #000;
	font-weight: bold;
	word-break: keep-all;
}
.inner_price tr:hover td {
	background:#4E5066;
	color:#FFFFFF;
	border-top: 1px solid #22262e;
}
.inner_price tr:first-child {
	border-top:none;
}
.inner_price tr:last-child {
	border-bottom:none;
}
.inner_price tr:nth-child(odd) td {
	background:#FFF;
}
.inner_price tr:nth-child(odd):hover td {
	background:#4E5066;
}
.inner_price tr:last-child td:first-child {
	border-bottom-left-radius:3px;
}
.inner_price tr:last-child td:last-child {
	border-bottom-right-radius:3px;
}
.inner_price td {
	background:#FFFFFF;
	padding:20px;
	text-align:justify;
	vertical-align:middle;
	font-weight:normal;
	font-size:18px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #C1C3D1;
	color: #000;
}
.inner_price td:last-child {
	border-right: 0px;
}
.inner_price th.text-center {
	text-align: center;
}


/*---------------------------
    展覽介紹- 展覽交通
------------------------------*/
.iframe_protector {
	cursor: pointer;
}
.inner_traffic .title { 
	text-align: left; 
	color: #000;
	line-height: 1.8; 
	font-size: 1.5rem;
	font-weight: bold;
}
.inner_traffic .traffic_des { 
	font-size: 1.2rem; 
	line-height: 1.8; 
	text-align: justify; 
}
.inner_traffic .traffic_des span{
	font-size: 1.5rem;
	color:#F00;
}

/*---------------------------
    商品分類 - 商品列表頁
------------------------------*/
.product_list .product_category .category_title { 
	margin: 20px auto;
}
.product_list .product_category .category_title h2 { 
	margin: 0; 
	padding: 0; 
	font-size: 36px; 
}
.product_list .product_list_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; 
}
.product_list .product_list_flex .product_item  { 
	width: 25%; 
}
.product_list .product_list_flex .product_item .item_frame { 
	padding: 1px 15px 15px 15px; 
	margin: 10px;
	border: 1px solid #E8E8E8; 
	border-radius: 5px; 
	box-shadow: 1px 1px 8px #E8E8E8; -moz-box-shadow: 1px 1px 8px #E8E8E8; -webkit-box-shadow: 1px 1px 8px #E8E8E8; 
}
.product_list .product_list_flex .product_item .item_frame .item_shopName { 
	text-align: center; 
	padding: 7px 0; 
	overflow: hidden; 
	white-space: nowrap; 
}
.product_list .product_list_flex .product_item .item_frame .item_shopName a { 
	color: #989898; 
}
.product_list .product_list_flex .product_item .item_frame figure { 
	position: relative; 
	overflow: hidden; 
	margin: 10px 0; 
	background: #FFF; 
	text-align: center; 
	cursor: pointer; 
	height: 100%!important; 
}
.product_list .product_list_flex .product_item .item_frame figure .item_img { 
	position: relative; 
	display: block; 
}
.product_list .product_list_flex .product_item .item_frame figure .item_img img { 
	display: block; 
}
.product_list .product_list_flex .product_item .item_frame figure figcaption { 
	position: absolute; 
	bottom: 0; 
	width: 100%; 
	background-color: rgba(0, 0, 0, 0.68); 
	color: #e2e2e2; 
}
.product_list .product_list_flex .product_item .item_frame figure figcaption div { 
	text-align: right; 
	position: relative; 
	padding: 8px; 
	display: flex; 
	justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between; 
	align-items: center; -moz-align-items: center; -webkit-align-items: center;
}
.product_list .product_list_flex .product_item .item_frame figure figcaption div h5 { 
	margin: 0; 
	text-decoration: line-through;
	color: #fff; 
}
.product_list .product_list_flex .product_item .item_frame figure figcaption div h4 { 
	margin: 0; 
	color: #ff3030; 
}
.product_list .product_list_flex .product_item .item_frame .item_title { 
	height: 3rem;
    text-align: center;    
}

@media (max-width:992px) {
	.product_list .product_list_flex .product_item { 
		width: 50%;
	}
	.product_list .product_list_flex .product_item .item_frame figure .item_img img { 
		margin: auto; 
	}
}
@media (max-width:768px) {
	.product_list .product_list_flex { 
		justify-content: center; -moz-justify-content: center; -webkit-justify-content: center;
	}
	.product_list .product_list_flex .product_item {
		width: 70%; 
	}
    .product_list .product_list_flex .product_item .item_frame .item_title{
        height: 2rem;
    }
}

/*---------------------------
    商品分類 - 商品內頁
------------------------------*/
.product_info { 
	margin: 40px auto;
	padding: 20px 0; 
	min-height: 550px;
	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: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between;
}
.info_flex_container { 
	display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.info_flex_item { 
	width: 50%;
}
.product_img { 
	text-align: center; text-align: -webkit-center; 
	padding: 10px 0;
}
.product_img img { 
	display: block;
}
.info_content { 
	margin: 0;
	padding: 0;
}
.info_content h1,
.info_content h2,
.info_content h3,
.info_content h4 { 
	margin: 0; 
	padding: 0; 
	line-height: 1.8; 
}
.info_content .title h1 { 
	font-size: 36px; 
	line-height: 1.8; 
}
.info_content .originalPrice h3 { 
	font-size: 20px; 
}
.info_content .locoPrice h2 { 
	font-size: 30px; 
}
.info_content .shopName { 
	margin: 10px 0; 
}
.info_content .shopName h4 { 
	font-size: 16px; 
	line-height: 2; 
}
.info_content .product_content h4 { 
	font-size: 16px; 
}
.info_content .product_content P { 
	font-size: 16px; 
}
.info_content .originalPrice h3 .goods_del { 
	text-decoration: line-through; 
} 
.info_content .locoPrice .goods_red { 
	color: red; 
}

@media (max-width:992px) {
	.info_flex_item .info_content { 
		padding: 0 20px;
	}
}
@media (max-width:768px) {
	.info_flex_container { 
		display: block;
	}
	.info_flex_item { 
		width: 100%;
	}
	.info_flex_item .info_content { 
		padding: 20px;
	}
}


/* ----------------
     參展品牌
---------------- */
.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; */
}
@media (max-width: 1170px) {
   .brand_item{
        width: 33%;
    }    
}
@media (max-width: 992px) {
   .brand_item{
        width: 50%;
    }    
}
/* @media (max-width: 768px) {
   .brand_item{
        width: 100%;
    }    
} */

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

.store_topic ul.filter {
  display: table;
  background-color: #DCDADA;
  border-radius: 15px;
}
.store_topic ul.filter li {
  font-size: 18px;
  padding: 9px 15px;
  float: left;
  margin: 1px;
  background: rgb(255,255,255);
  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%);
  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%);
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.store_topic ul.filter li:first-child {
  border-radius: 15px 0 0 15px;
}
.store_topic ul.filter li:last-child {
  border-radius: 0 15px 15px 0;
}
.store_topic ul.filter a {
  color: rgb(58, 58, 58);
}
.store_topic ul.filter li:hover {
  background: rgb(255,255,255);
  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%);
  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%);
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

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

.store_block {
    margin: 10px 0;
    width: 280px;
}
.store_block > div{
    padding: 15px;
    margin: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    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; -moz-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;
}

/*--------------------------------------------
    ticket, booking, ok - reg_selector_block
----------------------------------------------*/

/* 沒有時間欄位時使用 */
.reg_selector_block .reg_selector .group_block .intro_block{
    flex-direction: column!important; -webkit-flex-direction: column!important; -moz-flex-direction: column!important;
    align-items: flex-start!important; -webkit-align-items: flex-start!important; -moz-align-items: flex-start!important;
	padding: 20px!important;
    white-space: nowrap;
    width: auto!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; -moz-align-items: center; -webkit-align-items: center;
    justify-content: center; -moz-justify-content: center; -webkit-justify-content: center;
    background-color: #f8f8f8;
}
.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;
}

.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; -moz-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; -moz-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; -moz-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){
    display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: center; -webkit-align-items: center; -moz-align-items: center;
    justify-content: center; -moz-justify-content: center; -webkit-justify-content: center;
    padding: 10px;
    font-weight: 700;
    width: 120px;
}
.reg_selector_block .reg_selector .group_block li:nth-child(2){
	width: 100%;
    padding: 20px;
    border-left: 1px solid #d2d1d1;
    flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column;
}
.reg_selector_block .reg_selector .group_block li:nth-child(3){
    position: absolute;
    height: 100%;
    right: 0;
    width: 150px;
    border-left: 1px solid #d2d1d1;
    background-color: #fff;
    align-items: center; -webkit-align-items: center; -moz-align-items: center;
    justify-content: center; -moz-justify-content: center; -webkit-justify-content: center;
}
.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{
    color: #bd0000;
	padding-left: 5px;
    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 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; -moz-border-radius: 20px; -webkit-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;
	    word-break: keep-all;
    }
	
	.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;
    }
}



.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; -moz-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; -moz-border-radius: 5px; -webkit-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;
}

/*-----------------
    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; -moz-border-radius: 5px; -webkit-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;
}
.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 {
    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); -moz-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-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; -moz-border-radius: 0 0 25px 25px; -webkit-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;
    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; -o-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; -o-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 > 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;
    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 .col_one_third > div {
	padding: 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;
	text-align: justify;
}
@media (max-width:992px) {
    .step {
        height: auto;
    }
}



/*----------------
  info massage ul
------------------*/
.info_massage {
    display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.info_massage_ul {
    list-style: inherit;
    line-height: 1.8;
    width: 48%;
    margin: 0 0 0 1.5em;
    padding-right: 10px;
    text-align: justify;
}

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

@media (max-width:992px) {
	.info_massage {
        flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column;
	}
	.info_massage_ul {
        width: 95%;
        margin: 0 3%;
	}
}


/*----------------
  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: 0px;
    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); -moz-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.5); -webkit-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 {
    -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; 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 {
    -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; 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 {
    -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; 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: 17px;
    display: table;
    border-bottom: 6px solid #b30000;
}
.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;
}
/*---------------------
    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; -o-transition: 0.2s; -moz-transition: 0.2s; -webkit-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%;
    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;
    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; -o-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; -o-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%;
    }
}

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

.index_exhibit_intro_block .photofix {
    height: 420px;
}
.index_exhibit_intro_block a .photofix img {
    transition: 0.5s; -o-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; -moz-border-radius: 2px; -webkit-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;
    }
}
@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; -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; -o-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; -moz-border-radius: 20px; -webkit-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; -o-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; -o-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; -moz-align-items:stretch; -webkit-align-items:stretch; 
}
.indexEvent > .item {
    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;
}
.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; -o-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; -o-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;
    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; 
}
.indexEvent[data-tpl="three"] h3 {
    margin-top:-478px;
}
.indexEvent[data-tpl="five"] > .item {
    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;
    }
    .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%;
	}
 
	.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%;
	}
	
    .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; 
	    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; -moz-align-items:stretch; -webkit-align-items:stretch; 
}
.indexTheme > .item {
	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; 
	margin:0 auto;
}
.indexTheme[data-tpl="three"] > .item {
	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%; 
	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; 
		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;
}
.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; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.common_pager_control a{
    background-color: #039bf1;;
}
.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; -o-transition: 0.2s; -moz-transition: 0.2s; -webkit-transition: 0.2s;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 20px; -moz-border-radius: 20px; -webkit-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: 40px auto 0 auto;
}
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 { 
	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;
}
footer .footer_organizer{
    display:table;
    max-width:95%; 
    line-height: 1.8;
}
@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;
	}
    footer .footer_organizer {
        margin: auto;
    }
}
.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: 22px;
    font-weight: 700;
    top:0;
    left:-6px;
    z-index: 10;
    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; -o-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%;
}
#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); -o-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; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd; -moz-background: #ddd; -webkit-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; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-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; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-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; -moz-border-radius: 20px; -webkit-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; -o-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) {
    #loading_mask h1 {
        font-size: 34px;
    }
}

/*講師頁面*/

/* teacher */
[data-ui="teacherContent"] > div:first-child{
    flex: 1 2;
}
[data-ui="teacherContent"] > div:last-child{
    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; -o-transition: 0.2s; -moz-transition: 0.2s; -webkit-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 22%;
   /* margin: 2px 5px 10px 2; */
    padding:15px;
    margin:15px auto;
}
[data-group="teacher"] .container .item img {
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); -o-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); -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 80% ;
    margin: auto;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-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 32%;
	}
    [data-group="teacher"] [data-ui="teacherPop"] {
		width: 100%;
	}
}
@media (max-width:640px) {
    [data-group="teacher"] .container .item {
		flex: 0 0 49%;
	}
}
/** 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; -moz-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; -moz-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;
	padding: 10px 0; 
	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;
    transition: all .2s ease; 
    -o-transition: all .2s ease; 
    -ms-transition: all .2s ease; 
    -moz-transition: all .2s ease; 
    -webkit-transition: all .2s ease; 
}

.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; 
	padding: 10px 0; 
	transition: all .2s ease; 
	-o-transition: all .2s ease; 
	-ms-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;
		transform: translateZ(0px);
		-o-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		-moz-transform: translateZ(0px);
		-webkit-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; -moz-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; -moz-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; -moz-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; 
		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; -moz-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; 
	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; -o-transition: all 0.3s; -ms-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;  
}
.history_content .history_images figure img: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); 
	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%; 
	}
}
/*---------------
    company_register
  ----------------*/
.company_register > div {
    float: left;
}
.company_register img {
    max-width: 100%!important;
}
.company_register .company_left_menu {
    width: 159px;
    border-right: 1px solid rgb(217, 217, 217);
    margin-right: 40px;
    min-height: 600px;
}
.company_register .company_content {
    width: calc(100% - 200px);
}
.company_register .company_left_menu ul {
    margin-top: 20px;
    width: 100%;
}
.company_register .company_left_menu ul li {
    font-size: 20px;
    text-align: center;
    
}
.company_register .company_left_menu ul li a {
    padding: 10px 0;
    display: block;
    color: #afaaaa;
}
.company_register .company_left_menu ul li.active {
    border: 1px solid #d9d9d9;
    border-right: none;
    margin-right: -1px;
    background-color: #fff;
}
.company_register .company_left_menu ul li.active a {
    color: rgb(255, 167, 0);
}
.reg_button {
    margin: 33px 0;
    padding: 10px 20px;
    font-size: 20px;
}
@media (max-width:992px) {
    .company_register .company_content {
        width: 100%;
    }
}
.crumbs {
    float: left;
    margin: 23px 0 0 10px;
    font-size: 22px;
    line-height: 1;
    font-weight: 100;
}
.search_n_share {
    float: right;
    margin-right: 16px;
    margin-top: 14px;
}

/*-------------
    #regform
  -------------*/

#regform {
    float: left;
    margin: 20px 0 30px 0px;
    width: 100%;
}
#regform table {
    width: 85%;
}


#regform td {
	padding: 5px;
}

#regform .title {
	background-color: #88D5DD;
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;
}

#regform .item {
	background-color: #C6F0F4;
	font-size: 15px;
	text-align: center;
}

#regform .item_content {
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	border: 1px solid #c6f0f4;
	font-size:13px;
}

#regform .item_input {
	font-family: "å¾®è»Ÿæ­£é»‘é«”";
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EEF0F0;
	width: 100%;
}

#regform .item_input_password {
	font-family: "å¾®è»Ÿæ­£é»‘é«”";
	font-size: 15px;
	border: 0px;
	letter-spacing:-1px;
	background:#EEF0F0;
	height:25px;
}

#regform .standard {
	border: 1px solid #c6f0f4;
	font-size: 13px;
	text-align: center;
	background-color: #DAF5F8;
}

#regform .standard_content {
	border: 1px solid #c6f0f4;
	font-size: 13px;
	text-align: center;
}

#regform .item_standard_input {
	font-family: "å¾®è»Ÿæ­£é»‘é«”";
	font-size: 13px;
	border: 1px solid #ADEAEF;
	background-color: #FFFFFF;
    text-align: center;
}

#regform .item_standard_price {
	font-family: "å¾®è»Ÿæ­£é»‘é«”";
	font-size: 13px;
	background-color: #F5F5F5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#regform .btn {
    /*
	width: 150px;
	height: 30px;
	font-family: "å¾®è»Ÿæ­£é»‘é«”";
	font-size: 17px;
	letter-spacing: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
        */
}
#regform .item_data {
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	background-color: #C6F0F4;
	font-size: 15px;
	text-align: left;
	padding-left:12px;
}

#regform .news_title {
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
	background-color: #D5D199;
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;
}

#regform .news_item {
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
	background-color: #EBEACD;
	font-size: 15px;
	text-align:center;
}

#regform .news_content_date {
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
	border: 1px solid #EBEACD;
	font-size:13px;
	text-align:center;
	font-family:arial;
}

#regform .news_content {
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
	border: 1px solid #EBEACD;
	font-size:14px;
}

#regform .news_content_more {
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	border: 1px solid #EBEACD;
	font-size: 13px;
	text-align: center;
}

#regform .news_content_more a{
	text-decoration: none;
	color: #06F;
}

#regform .news_content_more a:hover{
	text-decoration: underline;
	color: #F00;
}

#regform .red_word {
	color:#F00;
}

@media (max-width:480px) {
	#regform .item { 
        padding: 0; 
    }
	#regform .item_content {
        padding: 0; 
    }
	#regform .item_input { 
        padding: 0;
    }
}


/*----------------------
    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;
}

/*---------------------------
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: 22%; 
  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 { 
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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: #f12ca4; 
  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%;
  }
}

.block_img{
    outline: white solid 10px;
}
@media (max-width:768px){
    .block_img{
        outline: white solid 5px;
        width: 100%;
    }
    .blockimgbox{
        width: calc(100% - 10px);
    }
  }
