/* v1.0 | 20080212 */

/*---------------------------------
	IMPORTS
-----------------------------------*/
/*@import url(css/Fliter.css);*/
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400);
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskaithi.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

@import url(https://fonts.googleapis.com/css?family=Marcellus);

@font-face {
 font-family:"微軟正黑體","Microsoft JhengHei", "Microsoft YaHei", "宋體", Arial,   "Arimo",  verdana, sans-serif;
 src: local(Heiti TC), local("微軟正黑體"), local("Microsoft JhengHei");
 unicode-range: U+4E00-9FFF;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Arimo", arial, verdana, sans-serif;
}
body {
    line-height: 1;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Arimo", arial, verdana, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a:hover{
	text-decoration:none;
	}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.dd5 {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}
.w_1200{
	max-width:1200px;
	margin:auto;
	}
.w_500{
	max-width:500px;
	margin:auto;
	}
.w_90p{
	max-width:90%;
	margin:auto;
	}
.mobile_show {
	display:none;
	}
.table_show{
	}
.pc_btn {
	}
.mobile_btn {
	display:none;
	}
.bg_white {
	background:#FFF;
	}

/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/


/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{

font-weight:normal;
}
a,img{
	vertical-align: middle;
	padding:0px;
	margin:0px;
	}

thead th,
tbody th{
font-family: "微軟正黑體",  "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "微軟正黑體", "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "微軟正黑體", "Arimo", arial, verdana, sans-serif;
}

blockquote{
font-family: "微軟正黑體", "Arimo", arial, verdana, sans-serif;
}
.red_txt{
	color:#F00;
	font-size:13px;
	}
/*---------------------------------
	LAYOUT
-----------------------------------*/
html,body{
	width:100%;
	height:100%;
	font-family: "微軟正黑體", "微軟正黑體", "Microsoft JhengHei", "Arimo", arial, verdana, sans-serif;
	}
body{
margin:0;
padding:0 0 0 0;
color:#000;
background:#f5f5f5 ;/*#F3EEE3*/
font:normal 0.9em/150% "微軟正黑體", 'Arimo', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

.link_coupon{
	display:none;
	}
.link_shopx{
	display:none;
	}
/*手機選單*/

/**/

.mobile_show{
	display:none;
	}
.mobile_hide{
	display:block;
	}
	
.mobile_menu_btn {
	display:none;
	position:relative;
	font-size:20px;
	text-align: center;
	}

/**/

.mobile_btn {
	display:none;
	}
.pc_btn {
	}
.pc_btn .btn{
	position:relative;
	top:20px;
	}
.pc_btn .login a{
	color:#F06;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.pc_btn .login a:hover{
	color: #C300B4;
	}
.mobile_btn .btn{
	position:relative;
	top:20px;
	}
.mobile_btn .login a{
	color:#F06;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.mobile_btn .login a:hover{
	color: #C300B4;
	}
/**/

.offcanvas-logo-bar {
	background: url(images/d32d8e5c4f64f9c2aa8f067dda8a8907.jpg) no-repeat #CCC;
	background-size:100%;
	padding:15px 10px;
	}
.offcanvas-logo-bar .logo{
	width:100%;
	max-width:150px;
	}
	
/**/
#mobile_menu .uk-offcanvas-bar {
    /*padding:20px 15px 0px;*/
}
.mobile_menu .uk-parent {

    border-bottom:1px #555 solid;
    padding:10px 0px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
}
.mobile_menu .uk-parent > a{
    font-size:1.1em;
    color:#FFBDD7;
    text-decoration:none;
}
.mobile_menu .sub li {
    padding:5px 0px 5px 10px;
    background:url(css/img/icon-arrow-right.png) no-repeat left ;
}
.mobile_menu .sub li a{
    color:#DEDEDE;
    text-decoration:none;
    font-size:1.05em;
}
.mobile_menu i{
    color:#FF5987;
    font-size:20px;
    margin-right:5px;
}
ul.mobile_menu {
	padding:10px;
	}
/*--------------------------------------------------------------------------------*/
.sky_box{
	height:100%;
	
	}
.head_box {
	/*background:#FFF;*/
	/*border-bottom:3px #FF0066 solid;*/
	padding:10px 0px 0px;
	}
.page_head_box{
	
	}
.page_head_box .logo_box{
	float:left;
	margin-right:15px;
	}
.page_head_box .logo_box img{
	max-width:160px;
	}
	
.page_head_box > .top_city{
	float:left;
	position:relative;
	}
.top_city .current,
.top_city 
{
	font-size:18px;
	color:#F30061;
	display:none;
	}
.top_city .pk-input.-clean{
	border:0px;
	}
.top_city .pickout_box{
	position: relative;
	top:20px;
	}
	
.pk-input {
	width:calc(100% - 0px) ;
	}

.head_box .row_right{
	text-align:right;
	display:none;
	}
.index_focus_box {
	position:relative;
	z-index:99;
	}
.index_focus_box:before{
	background:url(images/shadow-1.png) repeat-x;
	background-size:100% 100%;
	height:150px;
	width:100%;
	display:block;
	position:absolute;
	z-index:100;
	content:"";
	display:none;
	}
.index_focus_box .uk-slideshow {
	position:relative;
	}
.index_focus_box .uk-slideshow li{
	height:500px;
	overflow:hidden;
	text-align:center;
	}
.index_focus_box .uk-slideshow li img{
	height:500px;
	min-width:2000px ;
	position:relative;
	left:0%;
	}
.index_focus_box .select_1{
	/*width:50%;*/
	}
.index_focus_box .select_2{
	/*width:50%;*/
	}
.index_focus_box .select_3{
	display:none;
	}
.index_focus_box .bannerpic_title_box{
	position:relative;
	height:100%;
	}
.index_focus_box .bannerpic_title {
	font-size:3em;
	color:#FFF;
	width:100%;
	max-width:1200px;
	position:absolute;
	top: calc(70% - 1.2em);
	opacity: 0;
    text-align:left;
	}
.index_focus_box .uk-active .bannerpic_title{
	animation-duration: 3s;
  	animation-name: slidein;
    opacity: 0;
	
	}
@keyframes slidein {
  0% {
	opacity: 0;
    padding-left: 10%;
    width: 100%;
	
  }
  30% {
	opacity: 1;
    padding-left: 0%;
    width: 100%;
  }

  95% {
	opacity: 1;
    padding-left: 0%;
    width: 100%;
	
  }
  100% {
	opacity: 0;
    padding-left: 0%;
    width: 100%;
	
  }
}

.focus_search_box:after{
	display:block;
	content:"";
	clear:both;
	}
.focus_search_box {
	background:rgba(255, 255, 252, 0.4);
	position: absolute;
	z-index:99;
	top:70%;
	max-width:1200px;
	margin:auto;
	padding:10px;
	width:100%;
	height:auto!important;
	left:0px;
	right:0px;
	}
.page_search_box {
	background:#ECE8DC;
	position: relative;
	top:auto;
	margin-bottom:20px;
	}
.page_search_box .select_3 {
    display: none;
}
/**/
.index_news_box {
	height:465px;
	margin-bottom:10px;
	overflow:auto;
	overflow-x:hidden;
	}
.news_list li{
	padding-bottom:0.5em;
	border-bottom:1px #CCC dashed;
	}
.news_list li:last-child{
	border-bottom:0px;
	}
/**/
.index_focus_ads {
	background:#8DD1D8;/*#f63e3e*/
	padding:10px;
	margin-bottom:20px;
	}
.index_focus_notice {
	background:#e0e0e0;/*#f63e3e #8DD1D8 #c6e3e6*/
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	text-align:center;
	color:#FFF;
	font-size:1em;
	padding:10px;
	margin-bottom:20px;
	
/*	overflow:hidden;
	height:0px;
	padding:0px;*/
	}
	
#wrapper {
		width: 100%;
		position: relative;
		left: 0;
	}
#wrapper h3 {
		font-size: 20px;
		text-align: center;
	}
	
#wrapper > div {
		width: 100%;
		height: 30px;
		overflow: hidden;
	}
#wrapper > div.first {
		border-bottom: none;
	}
	
#wrapper dl {
		display: block;
		margin: 0;
	}
#wrapper dt, #wrapper dd {
		display: block;
		float: left;
		margin: 0 px;
		padding: 5px 10px;
	}
#wrapper dt {
		background-color: #f66;
		color: #fff;
	}
#wrapper dd {
		color: #333;
		margin-right: 50px;
		padding-top:3px;
	}
#wrapper dd a{
	color:#333;
	}
#wrapper dd a:hover{
	color:#069;
	}
.uk-margin-bottom-20 {
	margin-bottom:20px;
	}

.focus_search_box .uk-form-label{
	margin-bottom:0px !important;
	}
.focus_search_box select{
	box-shadow:2px 2px 1px rgba(125, 125, 125, 0.5) inset;
	}
.focus_search_box button{
	margin-top:5px;
	}
.row_left{
	position:relative;
	}
.row_center{
	position:relative;
	}
.row_right{
	position:relative;
	}
.search_box{
	position:relative;
	width: 100%;
    max-width: 300px;
	}
.search_box form{
	width:100%;
	}
.search_box input{}
.search_box .uk-form input{
	border-radius:0px;
	border:0px;
	width:calc(100% - 60px);
	}
.search_box .uk-form button{
	border-radius:0px;
	border:0px;
	background:#393939;
	}
.row_center .search_box{
	float:right;
	top:3px;
	}
.search_box button{
	margin-left:-10px;
	border-radius:0px 5px 5px 0px;
	height:30px;
	}
/**/

.picad_1 {
	}
/**/
.head_menu_box{
	text-align:center;
	}
.head_menu_box .uk-navbar{
	position:relative;
	top:20px;
	border:0px;
	background:none;
	}
.head_menu_box .uk-navbar-nav > li{
	border-radius:7px;	
	margin-right:5px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.head_menu_box .uk-navbar-nav > li > a{
	border:0px;
	text-shadow:none;
	cursor:pointer;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.head_menu_box .uk-navbar-nav > li > a:hover{
	box-shadow:none;
	border:0px;
	color:#FFF;
	text-shadow:none;
	}
.head_menu_box .uk-navbar-nav > li:hover{
	background:#FF0066;
	
	
	}
.top_main_menu_left {
	position:relative;
	}
.top_main_menu_right {
	position:relative;
	}
.top_main_menu_right ul a{
	width:14.28%;
	}
.top_main_menu_right .search_box{
	display:none;
	position:absolute;
	top: 50%;
    margin-top: -15px;
    text-align: center;
    /*right: 10px;*/
	}
.top_main_menu .search_box{ 
		
	width:100%;
	}
.top_main_menu .search_box .uk-form{
	width:100%;
	}
/**/

.tuijian_row {
	padding:20px;
	background:#FFF;
	margin-bottom:20px;
	
	box-shadow: 0px 1px 1px rgba(34,25,25,.4);
	}
.tuijian_row .title_menu{
	font-size:1.1em;
	border-bottom:1px #e8e8e8 solid;
	padding-bottom:5px;
	margin-bottom:10px;
	}
.tuijian_row .title_menu span{
	border-bottom:1px #F03 solid;
	padding-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
	}
.tuijian_row .title_menu a{
	float:right;
	font-size:14px;
	}
.uk-grid-divider > div{
	border-style:dotted !important;
	}
.tuijian_row .col .pic{
	margin-top:3px;
	margin-bottom:13px;
	
	}
.tuijian_row .col .pic img{
	width:100%;
	height:330px;
	min-height:120px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.tuijian_row .col .pic img:hover{
	/*opacity:0.8;*/
	}
.tuijian_row .col .cname{
	font-size:1.1em;
	font-weight:600;
	margin-bottom:7px;
	}
.tuijian_row .col .title{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
	color:#333;
	}
.tuijian_row .col .title:hover{
	color:#000;
	}
.tuijian_row .col .txt{
	font-size:12px;
	}
.tuijian_row .col .cname:after{
	clear:both;
	display:block;
	content:"";
	}
.tuijian_row .col .cname .qi{
	font-size:1em;
	font-weight:0;
	padding:1px 3px;
	background:#FF6666;
	border-radius:3px;
	color:#FFF;
	display: block;
	float:left;
	margin-right:3px;
	
	}
.tuijian_row .col .cname .title{
	/*float: left;*/
	display: block;
	float:left;
	width:82%;
	top:1px;
	}
.tuijian_row .col .txt{
	color:#888;
	height:4.5em;
	overflow:hidden;
	font-size:14px;
	}
.tuijian_row .tag_cloud {
	/*height:320px;*/
	max-height:475px;
	overflow:auto;
	overflow-x:hidden;
	}
.index_recom > div{
	/*margin-bottom:20px;*/
	}
.index_recom .col .txt{
	height:7.5em;
	}
.index_recom .col .pic{
	margin-bottom:2px;
	margin-top:0px;
	}
.index_recom .col .smallpic{
	margin-bottom:10px;
	}
.index_recom .col .smallpic .uk-grid-small > *{
	padding-left:2px;
	}
.index_recom .col .smallpic .uk-grid-small{
	margin-left:-2px;
	}
/**/
.index_youhui_box li div.uk-grid{
	margin-bottom:10px;
	}
.index_youhui_box li:after{
	content:"";
	width:10px;
	height:10px;
	background:#CCC;
	}
.index_youhui_box li .pic img{
	width:100%;
	max-height:100px;
	
	}
.index_youhui_box .cname{
	font-size:14px;
	font-weight:600;
	}	
.index_youhui_box .date{
	color:#888888;
	}
.index_youhui_box .join{
	color:#C00;
	}
.col1{
	margin-bottom:30px;
	}

/**/
.page_row {
	padding:20px;
	background:#FFF;
	margin-bottom:20px;
	box-shadow: 0px 1px 1px rgba(34,25,25,.4);
	}
.page_row .title_menu{
	font-size:1.1em;
	border-bottom:1px #e8e8e8 solid;
	padding-bottom:5px;
	margin-bottom:15px;
	
	}
.page_row .title_menu i{
	margin-right:5px;
	color:#444;
	
	}
.page_row .title_menu_2{
	font-size:1.1em;
	border-bottom:1px #e8e8e8 solid;
	padding-bottom:5px;
	margin-bottom:15px;/*22*/	
	
	}
.page_row .title_menu_2 i{
	margin-right:5px;
	color:#444;
	
	}
.page_row .title_menu span{
	border-bottom:1px #F03 solid;
	padding-bottom: 4px;
    font-size: 20px;
    /*font-weight: 600;*/
	}
.page_row .title_menu_2 span{
	border-bottom:1px #F03 solid;
	padding-bottom:5px;
	}
.page_row .discript *{
	font-family: 'cwTeXFangSong', 'Arimo', serif !important;
	font-size: 20px;
	}
.page_row .discript{
	font-size:1.2em;
	line-height:1.7em;
	color:#333;
	text-align:left;
	}
.page_row .discript iframe{
	width:100%;
	}
.page_row .discript table{
	font-size:20px;
	width:100%;
	height:auto;
	border-top:2px #FFF solid;
	border-left:2px #FFF solid;
	}
.page_row .discript table td{
	border-bottom:2px #FFF solid;
	border-right:2px #FFF solid;
	vertical-align:top;
	}

.page_row .discript p{
	margin-bottom:1em;
	font-size:20px;
	line-height:1.5em;
	text-align:left;
	}
.page_row .discript a{
	vertical-align: inherit; 
	}
.page_row .discript h1{
	font-size:30px;
	font-weight:600;
	}
.page_row .discript h2{
	font-size:25px;
	font-weight:600;
	}
.page_row .discript h3{
	font-size:23px;
	font-weight:600;
	}
.page_row .discript .clear{
	height:0px;
	}
.store_keyword {
    font-size: 1em;
    color: #666;
    text-align: justify;
	margin-bottom:1em;
	}
.store_keyword .keyword_txt {
	display:none;
	}
.page_row .discript .foot_keyword_txt {
	margin-top:20px;
	font-size:14px;
	}
.fb-page {
	text-align:center;
	margin-bottom:7px;
	}
.fb-page iframe{
	width:100%;
	}
.box iframe{
	width:100%;
	}
.fb-share-button,
.fb-save{
	top:-5px;
	}
.share > div{
	display:inline;
	}
/**/
.shop_tuijian_row{
	padding:20px;
	background:#FFF;
	margin-bottom:20px;
	box-shadow: 0px 1px 1px rgba(34,25,25,.4);
	}
.shop_tuijian_row .row{
	padding-left:20px;
	padding-right:20px;
	}
.shop_tuijian_row .title_menu{
	font-size:1.1em;
	border-bottom:1px #e8e8e8 solid;
	padding-bottom:5px;
	margin-bottom:10px;
	}
.shop_tuijian_row .title_menu span{
	border-bottom:1px #F03 solid;
	padding-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
	}
.shop_tuijian_row .title_menu a{
	float:right;
	font-size:14px;
	}
.shop_tuijian_row .uk-grid-divider > *{
	padding-left: 15px;
    padding-right: 15px;
	}
.shop_tuijian_row .col .pic{
	margin-top:3px;
	margin-bottom:13px;	
	text-align:center;
	
	min-height: 120px;
    overflow: hidden;
	}
.shop_tuijian_row .col .pic img{
	width:100%;
	height:260px;
	min-height:120px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.shop_tuijian_row .col .pic  img:hover{
	opacity:0.8;
	}
.shop_tuijian_row .col .cname:after{
	display:block;
	clear:both;
	content:"";
	}
.shop_tuijian_row .col .cname{
	font-size:1.1em;
	font-weight:600;
	margin-bottom:7px;
	}
.shop_tuijian_row .col .cname .qi{
	font-size:1em;
	font-weight:0;
	padding:1px 3px;
	background:#FF6666;
	border-radius:3px;
	color:#FFF;
	display: block;
	float:left;
	margin-right:3px;
	
	}
.shop_tuijian_row .col .cname .title{	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	color: #333;
	display: block;
	float:left;
	width:82%;
	top:1px;
	}
.shop_tuijian_row .col .cname .title:hover{
	color:#000;
	}
.shop_tuijian_row .col .cname .title:after{
	/*content:"";
	display:block;
	height:23px;
	width:20px;
	background:#FFF;
	position:absolute;
	right:0;
	top:0;*/
	}
.shop_tuijian_row .col .txt{
	color:#959ea7;
	font-size:14px;
	height:4.5em;
	overflow:hidden;
	text-align:justify;
	}
.row_hr{
	padding-top:25px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:25px;
	}

/**/
.page_store_row{
	margin-bottom:20px;
	}
.page_store_row .row {
	position:relative;
	}
.page_store_row .title_menu{
	font-size:1.1em;
	border-bottom:1px #e8e8e8 solid;
	padding-bottom:5px;
	margin-bottom:10px;
	}
.page_store_row .title_menu span{
	border-bottom:1px #F03 solid;
	padding-bottom:6px;
	}
.page_store_row .uk-grid-divider > *{
	padding-left: 15px;
    padding-right: 15px;
	}
.page_store_row .uk-grid > div{
	position:relative;
	z-index:1;
	margin-bottom:20px;
	}
.page_store_row .col {
	background:#FFF;
	padding:10px;
	border:1px #FFF solid;
	
	position:relative;
	z-index:9;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.page_store_row .col:hover{
	/*box-shadow:2px 2px 10px #000;*/
	border:1px #D4D1C2 solid;
	}
.page_store_row .col .pic{
	margin-top:3px;
	margin-bottom:13px;	
	text-align:center;
	}
.page_store_row .col .pic img{
	width:100%;
	height:260px;
	}
.page_store_row .col .cname{
	font-size:1.1em;
	font-weight:600;
	margin-bottom:7px;
	
	
	}
.page_store_row .col .cname:after{
	clear:both;
	display:block;
	content:"";
	}
.page_store_row .col .cname .qi{
	font-size:1em;
	font-weight:0;
	padding:1px 3px;
	background:#FF6666;
	border-radius:3px;
	color:#FFF;
	display: block;
	float:left;
	margin-right:3px;
	}
.page_store_row .col .cname .title{	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	display: block;
	float:left;
	width:82%;
	top:1px;
	color:#333;
	}
.page_store_row .col .txt{
	color:#888;
	font-size:12px;
	height:5em;
	overflow:hidden;
	}
.spage{
	text-align:center;
	padding:20px 10px;
	margin-bottom:20px;
	}
.spage:after{
	content:"";
	display:block;
	clear:both;
	
	}

/**/
.store_main_pic {
	position:relative;
	box-shadow: 0px 1px 1px rgba(34,25,25,.4);
	}
.store_main_pic .bg{
	position:absolute;
	padding:20px;
	width:100%;
	bottom:0px;
	background:url(images/shadow_1.png) repeat-x bottom;
	background-size:100% 100%;
	text-align:right;
	}
.store_main_pic > iframe{
	width:100%!important;
	height:320px!important;
	
	}
.store_info_box {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px #666 solid;
	}
.store_main_name {
	font-size:1.6em;
	/*margin-bottom:15px;*/
	padding-top:15px;
	font-weight:600;
	color:#FFF;
	text-shadow:0px 0px 15px #000;
	}
.store_main_name .qi{
	font-size:1em;
	font-weight: normal;
	padding:1px 3px;
	background:#FF6666;
	border-radius:3px;
	color:#FFF;
	margin-right:5px;
	text-shadow:none;
	
	}

.store_name {
	font-size:1.6em;
	margin-bottom:15px;
	padding-top:15px;
	font-weight:600;
	line-height: 150%;
	}
.store_name .qi{
	font-size:1em;
	font-weight: normal;
	padding:1px 3px;
	background:#FF6666;
	border-radius:3px;
	color:#FFF;
	margin-right:5px;

	}

dl.store_info {
	margin-bottom:10px;
	}
.store_info dt
{
	width:80px;
	text-align:right;
	color:#999;
	padding-right:20px;
	display: inline;
	border-bottom:0px solid #dddddd;
	padding-bottom:7px;
	padding-top:7px;
	float:left;
	}
.store_info dd .uk-icon-map-marker{
	color:#F06;
	margin:0px 5px;
	}
.store_info dd{
	margin-left:auto;
	border-bottom:1px solid #dddddd;
	padding-bottom:7px;	
	padding-top:7px;
	padding-left:80px;
	}
.store_info dd .tag,
.tag_cloud .tag{
	padding:3px 5px;
	border:1px #03BBCE solid;
	margin-right:5px;
	float:left;
	margin-bottom:10px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.store_info dd .tag:hover,
.tag_cloud .tag:hover{
	border:1px #03BBCE solid;
	background:#03BBCE;
	color:#FFF;
	}
.phone {
	color:#ff3100;
	}
.phone i.phone{
	color:#fb9335;
	}
.list_info{
	border-bottom:1px #CCC solid;
	padding:0px 0 7px;
	}
.list_info:after{
	display:block;
	content:"";
	clear:both;
	}
.list_info_1{
	padding:7px 0;
	text-align:right;
	}
.clicknum_box {
	font-size:12px;
	text-align:right;
	}
.clicknum_box span{
	color:#06C;
	}
.streetview iframe{
	width:100%;
	}
.breadcrumb {
	padding:25px 0px 10px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:25px;
	color:#999;
	font-size:14px;
	}
.breadcrumb a{
	color:#999;
	font-size:14px;
	}
.breadcrumb .uk-active span{
	font-size:14px;
	color:#f14a46;
	}
/**/
.left_coupon_box {
	/*display:none;*/
	}
.left_promo_box {
	display:none;
	}
/**/
.pictag {
	position:relative;
	} 
.pictag span{
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
	position:absolute;
	top:0px;
	left:0px;
	float:left;
}
.pictag span.hot{
	background:#FF0099;
	display:none;
	}
.shop_pic_large {
	margin-bottom:10px;
	}
/**/
.shop_product_tuijain .col{
	border:1px #ccc solid;
	border-radius:0px;
	padding:5px;
	margin-bottom:10px;
	background:#FFF;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}

.shop_product_tuijain .col .pic img{
	width:100%;
	}
.shop_product_tuijain .col .pic{
	margin-bottom:5px;
	}
.shop_product_tuijain .col .cname{
	margin-bottom:0px;
	color:#333;
	}
.shop_product_tuijain .col .txt{
	color:#999;
	font-size:14px;
	display:none;
	}
.shop_product_tuijain .col .price{
	color: #F06;
	border-top:1px #CCC solid;
	padding-top:5px;
	}
.shop_product_tuijain .col:hover{
	border:1px #999 solid;
	background:#FFF9F9;
	}
.shop_product_tuijain .col .buy{
	float:right;
	background:#22B9B9;
	padding:0px 5px;
	color: #FFF;
	border-radius:4px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.shop_product_tuijain .col:hover .buy{
	background:#FF0033;
	}

/**/
#gmap{
	display:none;
	}
#gmap iframe{
	width:100%;
	}
.greed_txt{
	color:#00CE4A;
	}
/**/
.store_sort_box {
	border:0px #D6D1C8 solid;
	background:#ECE8DC;
	margin-bottom:20px;
	
	}
.store_search_result {
	border:0px #D6D1C8 solid;
	background:#ECE8DC;
	margin-bottom:20px;
	padding:1em;
	}
.store_search_no_result {
	border:4px #D6D1C8 solid;
	border-radius:5px;
	background:#FFF;
	margin-bottom:20px;
	padding:2em;
	
	}
.store_search_no_result .right > div{
	padding-top:0.8em;
	}
.store_search_no_result h1{
	font-size:1.5em;
	font-weight:600;
	margin-bottom:10px;
	}
.blue_txt {
	color:#160088;
	}
.red_txt {
	color:#f14a46;
	}
.dred_txt {
	color:#800;
	}
/**/
.news_row .title{
	font-size:20px;
	font-weight:600;
	margin-bottom:20px;
	background:#FAFAFA;
	padding:10px;
	}
.news_row .date{
	font-size:13px;
	font-weight: normal;
	color:#E23B51;
	}
.news_list li{
	padding:7px 0px;
	border-bottom:1px #ccc dashed;
	}

.goback {
	text-align:center;
	max-width:150px;
	margin:30px auto;
	padding:10px 20px;
	font-size:1em;
	background:#E0384F;
	color:#FFF;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.goback:hover{
	background:#C10E0E;
	}
.button_box {
	margin-top:30px;
	border-top:1px #CCC solid;
	padding-top:20px;
	text-align:center;
	margin-bottom:40px;
	}
.button_box button{
	margin:0px 5px;
	}
/*video*/
.page_video_row .col .pic img{
	width:100%;
	height:auto;
	}
.page_video_row .col .cname .title{
	width:100%;
	white-space:normal;
	
	}
.page_video_row .col .txt{
	display:none;
	}
.page_video_row .col .uk-overlay-icon:before{
	content: "\f144";
	color:#F00;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 99px;
	}
.page_filter_box {
	padding-bottom:0.5em;
	border-bottom:2px #999 solid;
	margin-bottom:2em;
	margin-left:0px;
	}
.page_filter_box:after{
	display:block;
	content:"";
	clear:both;
	}
.page_filter_box li{
	background:#FFF;
	border:1px #CCC solid;
	padding:10px 1em ;
	margin-right:3px;
	margin-bottom:0.5em;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.page_filter_box li:hover,
.page_filter_box li.uk-active{
	background:#f14a46;
	border-color:#f14a46;
	color:#FFF;
	}
.page_filter_box li:hover a,
.page_filter_box li.uk-active a{
	color:#FFF;
	}
/*會員登入*/
.bg_login {
	background:url(images/bg_1.jpg) no-repeat center;
	background-size: auto 100% ;
	}
.login_row {
	height:650px;
	position:relative;
	}
.login_row h1{
	font-family: "微軟正黑體","Microsoft JhengHei", "Microsoft YaHei", "宋體", Arial,   "Arimo",  verdana, sans-serif;
	font-size: 20px;
	font-weight:600;
    margin: 0px 0px 20px;
	}
.login-logo-text{
	}
.content-layout {
	background: rgba(255,255,255,0.9) !important;
    background: #fff;
    position: absolute;
    right: 0;
    top: 106.5px;
    width: 345px;
    filter: alpha(opacity=90);
    z-index: 10;
	}
#loginWrap {
	overflow:hidden;
	padding:25px;
	
	}
.login_form .uk-form-icon i{
	margin-top:-12px!important;
	margin-left:6px;
	}
.login_form .uk-form-icon input{
	padding-left:40px!important;
	}
.login_form .func a{
	font-size:14px;
	color:#666;
	}
.login_form .func a:hover{
	color:#F06;
	text-decoration:underline;
	}
.login_form .func .right{
	text-align:right;
	}
.uk-icon-facebook {
	background:#069;
	color:#fff;
	border-color:#09C;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.uk-icon-facebook:hover{
	background:#008DC5;
	color:#fff;
	}
.uk-icon-google-plus{
	background:#E8005D;
	color:#FFF;
	border-color:#F36;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.uk-icon-google-plus:hover{
	background:#FF5C9D;
	color:#fff;
	}
.login-logo-text { 
    background-size: cover;
    height: 350px;
    left: 0;
    position: absolute;
    top: 90px;
    width: 651px;
}

.help_center {
	margin:30px 0px;
	font-size:18px;
	
	}

.help_center > div > div{
	border:1px #CAC2B3 solid;
	padding:15px;
	background:#FFF;
	background:rgba(255, 255, 255, 0.9);
	position:relative;
	top:0px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}

.help_center > div > div > div{
	margin:auto;
	}
.help_center a{
	color:#a1a1a1;
	}
.help_center i{
	float:left;
	margin-right:10px;
	font-size: 20px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.help_center .title{
	font-size:14px;
	float:left;
	position:relative;
	top:5px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.help_center > div > div:hover{
	border:1px #FF0066 solid;
	background:rgba(255, 255, 255, 1);
	top:-4px;
	}
.help_center > div > div:hover i{
	color: #FF0066 ;
	}
.help_center > div > div:hover h3{
	color: #FF0066 ;
	}
/*會員註冊*/
.bg_regin{
	background:url(images/bg_6.jpg) no-repeat center;
	background-size: 100% 100% ;
	}
.uk-text_blue {
	color:#0080FF;
	}
.text-1{
	font-size:18px;
	font-weight:600;
	line-height:150%;
	}

	
/*找回密碼*/
.bg_member {
	background:url(images/bg_3.jpg) no-repeat center;
	background-size: auto 100% ;
	}
.wrap-content {
    margin: 0px auto 0;
	padding-top:72px;
    max-width: 700px;
}
.content-title {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	margin-bottom:2px;
    color: #222;
    font-size: 20px;
    padding: 20px;
    text-align: center;
	}
.content-main {
    background: #fff;
	background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
	padding:50px 20px;
}
.w_370{
	max-width:370px;
	margin:0px auto;
	}
.w_570{
	max-width:570px;
	margin:0px auto;
	}
.border_box {
	border:1px #CCC solid;
	border-radius:3px;
	background:rgba(255, 255, 255, 0.69);
	padding:20px;
	}
.green_txt{
	color:#6C0;
	}
/*常見問題*/
.qna_row .uk-tab > li.uk-active > a{
	background: #F74749;
    color: #FFFFFF;
	text-shadow:none;
	}
.qna_row .uk-accordion-title{
	font-size:14px;
	font-family: "微軟正黑體","Microsoft JhengHei", "Arimo", arial, verdana, sans-serif;
	}
/*會員資料*/

.user_foto > img{
	width:100%;
	
	}
.user_foto > .uk-overlay-panel{
	padding:5px;
	text-align:center;
	}
.user_foto > .uk-overlay-panel a{
	text-decoration:none;
	}
.user_foto > .uk-overlay-panel a:hover{
	color:#C4F4FF;
	}
.user_name h3{
	font-size:16px;
	margin-bottom:10px;
	}
.operation-list:after{
	clear:both;
	content:"";
	display:block;
	margin-bottom:20px;
	}
.operation-list li{
	padding:7px 0;
	}
.operation-list p{
	padding:0px 0px 0px 37px;
	color:#999;
	}
.operation-list p a{
	float:right;
	margin-left:10px;
	}
.operation-list h3{
	font-size:16px;
	}
	
i.ico{
	width:32px;
	height:32px;
	background-position:0 0;
	display: inline-block;
    font-size: 0;
    line-height: 0;
	vertical-align: -11px;
	margin-right:5px;
	}
i.ico-psw {
	background:url(images/icon-1.png) no-repeat;
	}
i.ico-email {
	background:url(images/icon-2.png) no-repeat;
	}
i.ico-mobile {
	background:url(images/icon-3.png) no-repeat;
	}
i.ico-shop {
	background:url(images/icon-4.png) no-repeat;
	}
.text_orange {
	color:#F90;
	}
	
/*商家*/
.shopx_search_box {
	background:#FFF;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 10px;
	display:none;
	}
.streetview {
	margin-bottom:20px!important;
	}
.streetview:after{
	display:block;
	content:"";
	clear:both;
	}
/*優惠券*/
.coupon .row{
	position:relative;
	border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
	}

.coupon_box {
	background:#FFF;
	}
.condition_box {
	border-bottom:1px #e8e8e8 solid;
	}
.condition_box .box_1{
	padding:10px 0px;
	float:right;
	}
.condition_box .box_1 li{
	float:left;
	padding:0px 15px ;
	border-left:1px #eee solid;
	}
.condition_box .box_1 li i{
	color:#949494;
	margin-left:3px;
	}
.coupon_row {
	padding:20px;
	border-bottom:1px #eee solid;
	}
.coupon_row:hover .join a{
	color:#FFF;
	background:#ee4e4e;
	border:0px #ee4e4e solid;
	}
.coupon > div{
	margin-bottom:0px!important;
	position:relative;
	}
.coupon .pic{
	background:url(images/d32d8e5c4f64f9c2aa8f067dda8a8907.jpg) no-repeat;
	background-size:100% 100%;
	padding:0px 0px;
	}
	
.coupon .cname{
	margin-bottom:0px;
	}
.coupon .date {
	margin-bottom:5px;
	}
.coupon .descript{
	width:calc(100% - 120px);
	margin-bottom:5px;
	/*border-bottom:1px #eee dashed;*/
	padding-bottom:5px;
	display:none;
	}
.coupon .row .cname a{
	color:#000 ;
	}
.coupon .row:hover .cname a{
	color: #0032A7;
	}
.coupon .join{
	position:absolute;
	bottom:10px;
	right:0px;
	}
.coupon .join a{
	color:#EE4E4E;
	padding:5px 10px;
	border-radius:5px;
	color: #069;
	background:#FFF;
	border:0px #ee4e4e solid;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.coupon .date a
{
	float:right;
	color:#EE4E4E;
	padding:5px 10px;
	border-radius:5px;
	position:relative;
	top:-10px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.coupon .date:after{
	clear:both;
	display:block;
	content:"";
	}
.coupon:hover .date a,
.coupon .date a.active{
	color:#Fff;
	background:#ee4e4e;
	
	}


.icon_group {
	background:#00A6CC;
	color:#FFF;
	padding:1px 3px;
	text-decoration:none;
	margin-right:2px;
	display:none;
	}
.icon_coupon {
	background:#E80076;
	color:#FFF;
	padding:1px 3px;
	text-decoration:none;
	margin-right:2px;
	
	}
.icon_lottery {
	background:#00BF29;
	color:#FFF;
	padding:1px 3px;
	text-decoration:none;
	margin-right:2px;
	display:none;
	}
.shop_name{
	border-top:1px #eee dashed;
	padding-top:5px;
	}
.coupon .shop_info {
	color:#999;	
	}
.coupon .shop_info > div{
	float:left;
	margin-right:10px;
	border-right:1px #eee solid;
	padding-right:10px;
	}
.coupon .shop_name a{
	color: #333;
	}
.coupon:hover .shop_name a{
	color: #001DF9;
	}
.coupon .row:hover .join a{
	color:#FFF;
	background:#ee4e4e;
	border:0px #ee4e4e solid;
	}


.coupon_show .cname{
	font-size:16px;
	}
.coupon_show .pic{
	padding:15px 0px;
	}
.coupon_show .join{
	position:absolute;
	top:10px;
	right:0px;
	}	
.coupon_show i{
	cursor: default!important;
	}
.coupon_show .join a{
	color:#FFF;
	background:#ee4e4e;
	border:0px #ee4e4e solid;
	}
.coupon_social {
	margin-bottom:10px;
	}
/**/
.side_row{
	margin-bottom:10px;
	}
.side_row > .col{
	border-bottom:1px #eee solid;
	}
/**/
.bg-bk {
	background:#393939;
	}
.top_main_menu {
	color:#FFF;
	}
.top_main_menu a{
	color:#FFF;
	}
.top_main_menu b{
	color:#FFF;
	font-size:1.1em;
	}
.top_main_menu .left{
	background:#f14a46;
	padding:1em 1em;
	}
.top_main_menu .right{
	
	text-align:center;
	}
.top_main_menu .right li{
	padding:1em 0px;
	position:relative;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.top_main_menu .right li:hover{
	background:#f14a46;
	}
.badges.new, .badges.hot {
  color: #FFFFFF;
  font-size: 10px;
  height: 15px;
  line-height: 16px;
  padding: 0 5px;
  position: absolute;
  left: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  top: -5px;
  transform: translateZ(0px);
  font-weight: 500;
}

.badges.hot {
    background-color: #f83d43;
}

.badges.new {
    background-color: #27aac5;
}

.badges.new:before, .badges.hot:before {
    border-style: solid;
    border-width: 2px;
    bottom: -5px;
    content: "";
    left: 4px;
    position: absolute;
}

.badges.hot:before {
    border-color: #f83d43 transparent transparent;
}

.badges.new:before {
    border-color: #27aac5 transparent transparent;
}

/**/
.foot_box {
	border-top:3px #FF0066 solid;
	background:#454545;
	padding:20px 0px;
	color:#FFF;
	font-size:12px;
	}
.foot_box a {
	color:#F5C3C3;
	}

/* 縱向滾動基本樣式 */ 
.cxscroll{} 
.cxscroll .box{
	overflow:hidden;
	height:320px;
	/*height:320px;*/
	} 
.cxscroll .list{} 
.cxscroll .list li{height:110px; } 
.cxscroll .prev{} 
.cxscroll .next{} 

/*CSS jogger style pagination*/

DIV.jogger {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 7px; PADDING-TOP: 2px; FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif
}
DIV.jogger A {
	PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em; MARGIN: 2px; COLOR: #fff; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #ee4e4e; TEXT-DECORATION: none
}
DIV.jogger A:hover {
	PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em; MARGIN: 2px; COLOR: #fff; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #de1818
}
DIV.jogger A:active {
	PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em; MARGIN: 2px; COLOR: #fff; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #de1818
}
DIV.jogger SPAN.current {
	PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em; MARGIN: 2px; COLOR: #6d643c; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #FFFFFF
}
DIV.jogger SPAN.disabled {
	DISPLAY: none
}
/*條件篩選*/
.shopx_search_box > div:first-child{
	margin-top:0px;
	}
#mainSelect{
	 
	}
.divClass {
	float:left;
	margin-top:2px;	
	width:50px;
	color: #909090;
}
.divMain {
	
	line-height:20px;
	margin-top:1px;
	padding:10px;
	background:#E5ECEF;
}
.divMain:after{
	width:100%;
	clear:both;
	content:"";
	display:block;
	}
.divMain > .sub{
	float:left;
	width: calc(100% - 50px);
	}
.divSmall {
	width:auto;
	float:left;
	margin-left:4px;
	margin-top:2px;
	background-color:#FFFFFF;
	padding:3px 7px;
	line-height:15px;
	cursor:pointer;
}
.divSmall2 {
	width:auto;
	float:left;
	margin-right:4px;
	line-height:20px;
	padding:3px;
	background:rgb(255, 153, 0);
	color:#FFF;
}
.divSmall2 img{
	margin-left:4px;
	}
.divVersion {
	width:500px;
	height:auto;
	margin-top:10px;
	border:1px solid #00CD00;
}
/**/
.dice-menu {
    padding: 0;
    display: block;
    position: fixed;
    bottom: 10%;
    right: 20px;
	z-index:999;
}
.dice-menu li {
    display: block;
    border-width: 0;
    padding:10px 15px;
    overflow: hidden;
    background-color: #e84c3d;
    color: #fff;
    /*opacity: 0;*/
	opacity: 0.8!important;
    cursor: pointer;
	font-size:20px;
	
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.dice-menu li:hover{
	opacity: 1!important;
	}
.dice-menu li a{
	color:#FFF;
	}
.dice-menu li.fb{
	background-color: rgb(59, 89, 152);
	}
.dice-menu li.gotop{
	background-color: #e84c3d;
	/*background-color: rgb(6, 154, 241);*/
	}
.dice-menu li:first-child {
    opacity: 0.8;
	padding: 10px 15px;
	display:none;/*隱藏*/
}     