html, body {
	margin: 0 ;
	height: auto;
	overflow-x: hidden;
	font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
	}
img{ border:0 }

.logincheckBtn{
		position: relative;
		display: inline-block;
		margin:0;
        padding: 6px 12px;
		border: 0;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		border-radius:16px;
		background: #fdad37; 
		background: linear-gradient(to bottom, #e9ccae, #b58f6b);	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		vertical-align: top;
		text-shadow: 1px 1px rgba(0, 0, 0, .3);
		outline: 0;
		overflow: hidden;
}
.logincheckBtn i{
    font-size: 23px;
    margin-right: 10px;
}
.logincheckBtn:visited { text-decoration: none; } 
.logincheckBtn:hover { 
    background: linear-gradient(to top, #888888, #666666);
}
.btn-register {
		border-color: #ADADAD;
		background: linear-gradient(to top, #e8e6e6, #ffffff);
		color: #444444;
		text-shadow: 1px 1px rgba(0, 0, 0, 0);
		border:2px solid #ebeaea;
}
.btn-register:hover,
.btn-register:active {
		color: #ffffff;
		background: linear-gradient(to top, #888888, #666666);
		text-shadow: 1px 1px rgba(0, 0, 0, .5);
}
@media screen and (max-width: 768px) {
	.sign-area.mobile .logincheckBtn{
		border-radius:10px;
		width: 80px;
		}
	.popup-bottom .logincheckBtn{
		border-radius:10px;
		}
}

.sign-area{
	position: absolute;
	right: 20px;
	top: 20px;
	}	
.sign-area.mobile{
	display: inline-block;
	}
.login-area{
	display: inline-block;
    float: right;
	}

/* main nav
================================*/
.main-nav-categories {
    padding:0;
    margin: 0;  
}
.nav-row {
    display: table !important;
}
.nav-row:after{
	content: " ";
	clear: both;
	display: table;
}
.nav-col{
	display: table-cell !important;
	float: none;
	padding: 0;
}
.row-side {
	position: relative;
	left: 50%;
	display: inline-block;
	padding: 0;
	margin: 0 0 0 -400px;
	vertical-align: middle;
	}

.main-nav-item { display: inline-block; }
li.main-nav-item a{
	display: block;
	position: relative;
	padding: 0 20px;
	color: #ffffff;
	font-size: 27px;
    font-family: 'Noto Serif TC', serif;
    line-height: 80px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 500;
	border-bottom:4px solid transparent;  
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
	}
li.main-nav-item a:hover { 
	color: #fdffad; 
	border-bottom:4px solid #a4da79;  
	}
li.main-nav-item a.active{
	color: #009dd4;
	border-bottom:4px solid #41a3a1; 
	}
@media screen and (max-width: 1400px) {
    .row-side {
        margin: 0 0 0 -270px;
    }
    li.main-nav-item a {
        font-size: 18px;
    }
}
.main-nav-item-body{
    display: none;
    position: absolute;
    z-index: 120;
    margin: 0 0 0 -150px;
    padding: 30px 0;
    border-radius: 0 6px 6px 6px;
    border: 1px solid #dddddd;
    border-bottom: 0px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 40, .15);
       -moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 40, .15);
            box-shadow: 5px 5px 12px 0px rgba(0, 0, 40, .15);
}
.main-nav-item-body.small-40{
    margin: 0 0 0 -167px;
}
.main-nav-item-body.esports{
    margin: 0 0 0 -118px;
}
.main-nav-item-body.fish,
.main-nav-item-body.chess{
    margin: 0 0 0 -125px;
}
.main-nav-item-body.reality{
    margin: 0 0 0 -100px;
}
.main-nav-item-body.sports{
    margin: 0 0 0 -266px;
}
.main-nav-item-body.lottery{
    margin: 0 0 0 -260px;
}
.main-nav-item-body .nav-col{
	 position: relative;
     padding: 0 15px 0 30px;
     min-width: 240px;
     vertical-align: top;
     border-right: 1px solid #dddddd;
}
.main-nav-item-body .nav-col.small-60{
     min-width: 185px;
}

.main-nav-item-body .nav-col:last-child{
     border-right: 0;
}
.main-nav-item-body .nav-col button{
	 position: absolute;
	 width: 95px;
	 height: 30px;
	 bottom: -8px;
	 left: 25px;
	 z-index: 999;
	 font-weight: bold;
	 font-size: 16px;
	 text-transform: uppercase;
}

.header{
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 0 0 0;
	height: 90px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 9998;
	background: #074e63;
	}
.header:after {
	position:absolute;
	top:0;
	display:block;
	content: '';
	width:100%;
	height:3px;
    background: #f7ffb4;
	}
.header ul{
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	}
.header ul li{
	display: inline-block;
	font-size: 13px;
	margin: 0;
	text-transform: capitalize;
	color: #222222;
	}
.header ul li span{
	color: #cccccc;
	}	
.header ul li label{
	color: #d1b79c;
	font-weight: 500;
	margin: 0 5px 0 0;
	font-size: 15px;
	}		
.header img.logo{
    position: absolute;
    top: 10px;
    left: 5px;
    display: inline-block;
    max-width: 350px;
    width: 100%;
    vertical-align: middle;
	}	
.sign-area.mobile{
	display: inline-block;
	}
.login-area{
	display: inline-block;
    float: right;
	}

.account-logged-on{    
    width: auto;
    padding: 0 15px;
    margin: 0 5px 0 0; 
    vertical-align: middle;
	}	
.sub-nav-hover{
	display: inline-block;
	cursor: pointer;
	padding: 15px 0;	
	}
.logged-user-icon{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	}
.logged-user-icon:after{
	font-size: 33px;
	content: "\f2bd";
	color: #c7b7a8;
	font-family: 'FontAwesome';
	}

/*phone menu*/
.menu{  display:none;}
.mobile-menu-icon,
.pop-menu-icon {
    margin:0;
    padding:0;
    position:fixed;
    right:20px;
    top:34px;
    z-index:9999;
}
.sub-nav {
    font-family:"AvenirLTStd-Medium",Verdana,sans-serif;
    text-transform:uppercase;   
    cursor:pointer; 
    display:block;
    padding:0;
    position:relative;
    }
.phone-left{ text-align:right; padding:0 0 0 3%;}
.phone-right{ text-align:left; padding:0;}

.header ul.phone-left li,
.header ul.phone-right li{
    display: block;
}
.sub-nav ul {
    position: relative;
    top: calc(50% - 220px);
    display:inline-block;
    width: 49%;       
    list-style-type: none;
    vertical-align:top;
    }   
.sub-nav ul li {    
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    font-weight:300;
    padding:18px 10px;
    }     
    .sub-nav ul li label{ 
    display:inline-block;
    width:110px;
    margin:0 8px 0 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    letter-spacing:3px;
    text-align:right;
    }        
    .sub-nav ul li a:link , 
    .sub-nav ul li a:visited {
        color:#fff;
        text-decoration: none;
        padding:15px;
    }

.nav-list{ 
    display:none;
    width:100%;
    position:fixed;
    top:0; 
    z-index:9999;
    }
.full-height{ height:100%;} 
/*phone menu end*/   

@media screen and (max-width: 1260px) {
    .sign-area.mobile,
    .main-nav{
        display: none;
    }
    .header {
        height: 85px;
    }
    .header img.logo {
        max-width: 311px;
    }
    .menu{  
        display:block; 
    }
}
@media screen and (max-width: 640px) {
    .header {
        height: 85px;
    }

	.sub-nav-hover{
		padding: 8px 0;	
		}
	.logged-user-icon:after{
		font-size: 27px;
		}
}
.logged-user-name{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	line-height: 1.3;
	}
.logged-user-name span,
.logged-user-name label{
	display: block;
	}
.logged-user-name span{
	font-size: 12px;
	color: #707070;
	}
.logged-user-name label{
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	cursor: pointer;
	}
.logged-user-name label:after{
	position: absolute;
	top: -1px;
	font-size: 17px;
	margin: 0 0 0 5px;
	content: "\f0d7";
	color: #222222;
	font-family: 'FontAwesome';
	}

 @media screen and (max-width: 330px) {	
	.logged-user-icon{
		display: none;
		}
	.logged-user-name label:after {
		top: -2px;
		}
	.logged-user-name label,
	.user-points strong {
		font-size: 13px;
		}
}	


/*index popup*/
.popup-mask{
    display:block;
    width:100%;
    text-decoration: none;
    }
.popup-mask.higher{
    height: 300px;
    } 
.popup-title{
    font-weight:bold;
    color:#222222;
    padding:0 0 10px 0;
    border-bottom: 1px solid #e0e0e0;
    font: 700 27px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
    }
.popup-bottom{
    width:100%;
    text-align:right;
    padding:15px 0 0 0;
    margin:8px 0 0 0;
    border-top:1px solid #e0e0e0;
    } 
.index-popup-body {  
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    width: 80%;
    max-width:320px;
    margin:0 auto;  
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 10001;
    }
.main-popup-body {  
    position:fixed;
    top: 20%;
    left: 0;
    right: 0; 
    display: block;
    padding: 30px 20px;
    margin:0 auto;
    width: 90%;
    max-width: 690px; 
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    z-index: 10001;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    } 
.main-popup-body.slide-down{
    max-width: 480px;  
    animation: slide_down 0.2s ease-out;
    top: 5%;
    margin-bottom: 5%;
    } 
    @keyframes slide_down{    
      0% { top:-2%;opacity: 0;} 
      100% { top:5%;opacity: 1; }
      } 
    @-webkit-keyframes slide_down{    
      0% { top:-2%;opacity: 0;} 
      100% { top:5%;opacity: 1; }
      }   
    @-moz-keyframes  slide_down{    
      0% { top:-2%;opacity: 0;} 
      100% { top:5%;opacity: 1; }
      } 
    @-o-keyframes slide_down{   
      0% { top:-2%;opacity: 0;} 
      100% { top:5%;opacity: 1; }
      }
.main-popup-body.slide-down.roll{
    top: 25%;
    animation: slide_fade 0.2s ease-out;
    }
    @keyframes slide_fade{    
      0% { opacity: 0;} 
      100% { opacity: 1; }
      } 
    @-webkit-keyframes slide_fade{    
      0% { opacity: 0;} 
      100% { opacity: 1; }
      }   
    @-moz-keyframes  slide_fade{    
      0% { opacity: 0;} 
      100% { opacity: 1; }
      } 
    @-o-keyframes slide_fade{   
      0% { opacity: 0;} 
      100% { opacity: 1; }
      }

.main-popup-body.roll-in-out{  
    position:fixed;
    } 
.main-popup-icon:after{
    position:relative;
    left:0;
    top:0;
    display: inline-block;
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size:21px;
    color:#c5c5c5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.pop-processing {
    position: relative;
    width: 100%;
    min-height: 200px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
.pop-processing span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 10px auto 0 5px;
    font-size: 17px;
    color:#F90;
    }
.popup-body{
    padding: 40px 30px 30px 30px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    } 
.popup-head{
    position:relative;
    left:0;
    top:0;
    display:block;
    color:#fff;
    width:auto;
    margin:0 auto;
    height:105px;
    border-radius:8px 8px 0 0 ;
    text-align:center;
    overflow:hidden;
    z-index:0;
    text-align:center;
    }
.popup-head:before{
    content: '';
    position: absolute;
    bottom: 40px;
    left:50%;
    margin:0 0 0 -275px;
    width: 550px;
    height: 550px;
    background: #b0e458; 
    background: -moz-linear-gradient(top, #b0e458 0%, #b0e458 90%, #09d140 100%); 
    background: -webkit-linear-gradient(top, #b0e458 0%,#b0e458 90%,#09d140 100%); 
    background: linear-gradient(to bottom, #b0e458 0%,#b0e458 90%,#09d140 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e458', endColorstr='#09d140',GradientType=0 );
    border-radius: 100%;
    z-index: 2; 
    }
.popup-head:after{
    content: '';
    position: absolute;
    bottom: 0;
    left:50%;
    margin:0 0 0 -300px;
    width: 600px;
    height: 600px;
    background: #b0e458; 
    background: -moz-linear-gradient(top, #b0e458 0%, #b0e458 80%, #09d140 100%); 
    background: -webkit-linear-gradient(top, #b0e458 0%,#b0e458 80%,#09d140 100%); 
    background: linear-gradient(to bottom, #b0e458 0%,#b0e458 80%,#09d140 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e458', endColorstr='#09d140',GradientType=0 );
    border-radius: 100%;
    z-index: 1; 
    }
.index-popup-close {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index:3;
    }
.index-pop_overlay {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
    }
.main-pop_overlay {
    content: "";
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
    }
.index-pop-title{
    display:block;
    width:100%;
    margin:0 0 15px 0;
    font-weight:bold;
    font-size:21px;
    letter-spacing:2px;
    text-align:center;
    }
.index-click-close{
    width: 100%;
    }
.index-popup-contact p{
    color:#222222;
    font-size:15px;
    line-height:1.5;
    margin:0 0 25px 0;
    } 
/*index popup end*/

.line-qr{
    display: block;
    width: 100%;
    margin: 0 auto;
    }
.popup-note,
.popup-content{    
    display: block; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    color: #222222;   
    }
.popup-note{
    display: block;
    text-transform: uppercase;
    padding: 10px 0 20px 0;
    font-family: 'Noto Serif TC', serif;
    font-size: 30px;
    }
.popup-note span{
    display: block;
    font-size: 20px;
    font-weight: 100;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    }
.popup-content{
    padding: 20px 0 40px 0;
    font-size: 16px;
    color: #707070;     
    } 


/*fixed icon*/
#chat-toggle{
    position:absolute;
    appearance:none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    cursor:pointer;
    right:0;
    top:0;
    }
#chat-toggle + label {
    display: block;
    cursor:pointer;
    margin-right:15px; 
    padding: 0;
    background: #6cae43;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 46px;
    text-align:center;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -moz-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
#chat-toggle + label:hover{
    background: #50862e;
    }
#chat-toggle + label:after {
    content: "\f27a";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
    line-height: 47px;
    margin: 0;
    }
#chat-toggle:checked ~ .chat-container {
    position: fixed; 
    top: 0;
    -webkit-box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);
    -o-box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);
    -moz-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);    
    }
.close-chat-panel{
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 15px;  
    }  
.close-chat-panel:after{
    position: absolute;
    top: 0;
    right: 0;  
    content:"\f00d";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
    line-height: 43px;
    }
.chat-btn{
    position: fixed; 
    right: 15px;  
    display: block; 
    z-index: 9999;
    } 
.chat-btn.shop{
    bottom:74px; 
    text-decoration: none;
    } 
.chat-btn.shop{
    display: block;
    cursor:pointer;
    margin-right:15px; 
    padding: 0;
    background: #e92452;
    font-size: 16px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 46px;
    text-align:center;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -moz-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
.chat-btn.shop:hover{
    background: #d70a17;
    }
.chat-btn.shop:after {
    content: "\f16d";
    font-family: 'FontAwesome';
    font-size: 27px;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
    line-height: 47px;
    position: relative;
    top: 1px;
    right: 1px;
    margin-left: 2px;
    }
.chat-btn.line{
    bottom:130px; 
    }   
.chat-btn.chat{
    bottom:130px; 
    display: block;
    width: 200px;
    height: 200px;
    outline:1px solid #000;
    } 
.chat-btn.call{
    bottom:185px; 
    text-decoration: none;
    } 
.chat-btn.call{
    display: block;
    cursor:pointer;
    margin-right:15px; 
    padding: 0 18px 0 24px;
    background: #2d80e8;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 46px;
    text-align:center;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -moz-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
.chat-btn.call:hover{
    background: #2067bf;
    }
.chat-btn.call:after {
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
    line-height: 50px;
    margin: 0 0 0 -9px;
    }

@media screen and (max-width: 640px) {
.chat-btn{
    right: 0; 
    bottom:43px; 
    } 
.chat-btn.shop{
    padding: 0;
    width: 50px;
    }
.chat-btn.shop span{
    display: none;
    }  
.chat-btn.shop:after {
     right: 0; 
     margin-left: 0; 
    }

}

/*footer begin*/
.footer-info{ 
  display:block;
  width:100%; 
  background-color:#292929;
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  }
.info-area{
  display: inline-block;
  width:90%;
  margin:0 auto;
  max-width:1680px;
  padding:50px 5% 80px 5%;
  text-align:left;
  }
.info-area-left{
  display:inline-block;
  width:40%;
  max-width:550px;  
  margin-left:auto;
  vertical-align:top;
  } 
.foot-logo{
  width:100%;
  padding:20px 0 20px 15px;
  } 
.foot-logo label {
    font-size: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
}  
.left-content{
  width:95%;
  padding:20px 0 10px 15px;
  border-top:1px solid #444444;
  }
.left-content label{
  display: inline-block;
  color: #cccccc;
  margin: 0 15px;
  }
.title-cn{
  display:block;
  color:#c3c3c3;
  font-size:15px;
  letter-spacing:1px;
  margin:0 0 10px 0;
  } 
b.title-cn{
  display:block;
  color:#97d1d0;
  font-size:14px;
  letter-spacing:0;
  margin: 0;
  } 
.title-cn span{ display:inline-block;}  
.title-en{
  display:block;
  color:#bababa;
  margin:5px 0 10px 0;
  font-size:12px;
  letter-spacing:1px;
  }
.tel{
  color:#ffffff;
  margin:0;
  font-size:18px;
  letter-spacing:1px;
  text-decoration:none;
  font-weight:bold;
  cursor:default;
  vertical-align:baseline;
  } 
.add{
  display:block;
  margin:10px 0 0 0;
  color:#ffffff;
  font-size:14px;
  letter-spacing:1px;
  }   
.info-area-right{
  float:right;
  width:55%;  
  vertical-align:top;
  }

.foot-socal {
  width:100%;
  padding:11px 0 12px 0;
  } 
.foot-socal ul{
  height:40px;
  list-style-type:none;
  margin:0;
  padding:0;
  }
.foot-socal ul li{
  display:table-cell;
  *display:block;
  *position:relative;
  width:inherit;
  height:inherit;
  padding:0 12px;
  text-align:center;
  vertical-align:middle;
  }   
.right-content{
  width:100%;
  padding:20px 0 10px 15px;
  border-top:1px solid #444444;
  } 
.right-content ul{
  display:block;
  width:100%;
  padding:0;
  margin:0;
  } 
.right-content ul li{
  display:list-item;
  font-size:16px;
  letter-spacing:1px;
  color:#838383;
  margin:0 0 10px 0;
  padding:0 0 0 5px;
  }
.right-content ul li a:link,    
.right-content ul li a{
  text-decoration:none;
  color:#c3c3c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
  } 
.right-content ul li a:hover{
  text-decoration:underline;
  color:#23c6c8;
  }   
.service-phone{
  display:block;
  color:#a3a3a3;
  font-size:13px;
  letter-spacing:1px;
  }
.service-mail{
  display:block;
  color:#a3a3a3;
  margin:10px 0 0 0;
  font-size:13px;
  letter-spacing:1px;
  } 
.mail-address{
  display:inline-block;
  color:#7abf4f;
  margin:8px 0 0 0;
  font-size:21px;
  vertical-align: sub;
  letter-spacing:1.2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;  
  } 
.mail-address:hover{
  color:#ffffff;  
  }    
.copyright{
  width:100%;
  font-size:12px;
  color:#6b6b6b;
  background-color:#1b1b1b;
  text-align:left;
  padding:25px 0 25px 17px;
  }
.copyright img{
  float:right;
  margin:3px 40px 0 0;
  }
  @media screen and (max-width: 915px) {  
  .info-area {
    width:87%;
    max-width:87%;
    padding:5% 10%;
      }
  .info-area-left{
    width:100%;
    max-width:100%;
    } 
  .info-area-right{ 
    float:none; 
    width:100%; 
    max-width:100%;
    }
    
  .left-content{
    width:98%;
    padding:20px 0 3% 15px;
    }
  ul.login-cart-area li.right_btn.member-login{
    color:#707070;
    }
    
  }   
@media screen and (max-width: 640px) {  
  .copyright img{ display:none; }
  .mail-address,
  .title-cn {
    font-size: 15px;
    letter-spacing: 0px;
    }
  .foot-logo label {
    font-size: 20px;
    }
  .info-area {
    padding: 5% 10% 9% 5%;
    }
}
/*footer end*/


/*上下頁*/
.NewsNextBack { 
    display:block; 
    width:100%;                        
    height:auto;
    text-align:center;
    margin:5% 0 10% 0;
    }
.NextType{ 
    color:#818181;
    font-size: 15px;
    letter-spacing:2px;
    }
.NextType a {
    display:inline-block;
    color:#999999;
    text-decoration: none; 
    margin:0 5px 10px 1px;
    padding:13px 16px;
    background-color:#ffffff;
    border:1px solid #e5e5e5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 6px;
    } 
    
.page-active {  
    display:inline-block;
    margin:0 5px 10px 1px;
    padding:13px 16px;
    color:#ffffff;
    background-color:#478382;
    border: 1px solid #478382;
    border-radius: 6px;
    }   
.NextType a:visited {color:#999999; } 
.NextType a:hover {
    color:#478382; 
    border:1px solid #478382;
    }

 @media screen and (max-width: 600px) {
   .NewsNextBack { margin:40px 0; }
}   
 @media screen and (max-width: 480px) {
    .NewsNextBack { margin:30px 0; }
}   
 @media screen and (max-width: 450px) { 
    .NextType a { margin:0 0 6px 0; padding:8px 11.5px; } 
    .page-active {  
        margin:0 0 6px 0;
        padding:8px 11.5px;
        } 
}
 @media screen and (max-width: 360px) {
    .NextBackBox { margin:20px 0; }
}       
 /*End上下頁*/ 


 .LocationMap {
    max-width: 1000px;
    width: 85%;
    height: auto;
    margin: 5% auto 10% auto;
}

.large-pic{ display:block; }
.mobile-pic{ display:none; }
@media screen and (max-width: 768px) {
  .large-pic{ display:none; }
  .mobile-pic{ display:block; }
}
.ad-area{
    display: block;
    padding: 0 5% 5% 20px;
    margin: 0 auto;
    width: 95%;
    font-size: 24px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    text-align: center;
    color: #222222;
}

@media screen and (max-width: 640px) {
    .ad-area{
        font-size: 5vw;
        margin: 10% auto;
        text-align: left;
    }
}