/*reset*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea,  blockquote, th, td { margin: 0; padding: 0; }
img { border: 0; }
ol, ul { list-style: none; }
q:before, q:after { content: ''; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: none; }
em { font-style: normal; }
.clearfix { zoom: 1; }
.clearfix:after { content:""; display: block; visibility: hidden; height: 0; font-size: 0; clear: both; }
html, body {
	margin: 0 ;
	font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
	overflow-x: hidden;
	}
@media screen and (min-width: 900px) { 
	::-webkit-selection {
		background: #2a333c;
		color: #ffffff;
		}
	::-webkit-scrollbar{
		width: 5px;
		}
	::-webkit-scrollbar-track {
		background: #e0e0e0;
		}
	::-webkit-scrollbar-thumb{
		border-radius: 16px;
		background-color: #aaaaaa;
		}
}
.page-wrapper {    
    display: block;
    margin: 0 auto;
    width: 100%;
    }
.header{
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
	padding: 27px 0;
	height: auto;
	max-height: 90px;
	background-color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
.header:after {
	position:absolute;
	top:0;
	display:block;
	content: '';
	width:100%;
	height:3px;
    background-image: linear-gradient(315deg, #0e816a 0%, #29bb9d 74%);
	}
.header img.logo{
	position: absolute;
    top: 6px;
    left: 0;
	display: inline-block;
	width: 30%;
	max-width: 230px;
	vertical-align: middle;
	}
@media screen and (max-width: 860px) { 
	.header img.logo {
	    top: 5px;
	    width: 145px;
	    max-width: 145px;
	}
}
.sign-area{
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -20px 0 0 0;
	display: inline-block;
	}	
.sign-area.desktop{
	display: block;
	}
.sign-area.mobile{
	display: none;
	}	
.popup-input{
	display: block;
	width: 100%;
	height: 35px;
	border: 0;
	color: #222;
	letter-spacing: 1px;
	background: #ffffff;
	border:1px solid #cccccc;
	padding: 10px 10px 10px 18px;
	border-radius: 6px;
	margin: 5px 0;
	font-size: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    vertical-align: top;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    outline: 0;
	}
.popup-table{
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 30px auto;	
	}
.popup-table td{
	text-align: right;
	padding-right:10px;
	font-size: 15px;
	}
@media screen and (max-width: 768px) {
	.popup-table td{
		font-size: 14px;
		padding-right:2%;
		}
}	
@media screen and (max-width: 360px) {
	.popup-table td{
		font-size: 12px;
		}
}	
.login-input {
	display: inline-block;
	width: 160px;
	height: 35px;
	border: 0;
	color: #ffffff;
	letter-spacing: 1px;
	background: #444444;
	padding: 10px 10px 10px 18px;
	border-radius: 16px;
	margin: 0 2px 0 0;
	font-size: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    vertical-align: top;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    outline: 0;
	}
.login-input::placeholder { 
	color: #cccccc;
	font-size: 14px;
	}
.login-input::-ms-input-placeholder { 
	color: #cccccc;
	font-size: 14px;
	}
.login-input::-ms-input-placeholder { 
	color: #cccccc;
	font-size: 14px;
	}
.logincheckBtn{
    display: inline-block;
    width: auto;
    padding: 7px 25px;
    margin: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    letter-spacing: 0;
    color: #ffffff;
    border-radius: 26px;
    background-image: linear-gradient(315deg, #0e816a 0%, #29bb9d 74%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    }
.logincheckBtn:visited { text-decoration: none; } 
.logincheckBtn:hover { 
	background-image: linear-gradient(315deg, #0e816a 0%, #0e816a 74%);
	}
.btn-register {
	border-color: #ADADAD;
	background: linear-gradient(to bottom, #fbfbfb, #bfb9b9);
	color: #222222;
	text-shadow: 1px 1px rgba(0, 0, 0, 0);
	}
.btn-register:hover,
.btn-register:active {
	color: #ffffff;
	background: linear-gradient(to bottom, #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: 70px;
		}
	.popup-bottom .logincheckBtn{
		border-radius:10px;
		width: 100px;
		}
}
@media screen and (max-width: 860px) {
	.logincheckBtn {
	    padding: 7px 20px;
	    font-size: 16px;
	}
	.sign-area{
		margin: -17.5px 0 0 0;
		right: 57px;
	}
}
.btn {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 8px 20px;
	outline: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	}
.btn-white {
	border: 1px solid #d9d9d9;
	background: #fff;
	color: #4d4d4d;
	font-weight: bold;
	}
/*index popup*/
.popup-mask{
	display:block;
	width:100%;
	}
.popup-mask.higher{
	height: 300px;
	}	
.popup-title{
	font-size:24px;
	font-weight:bold;
	color:#222222;
	padding:0 0 10px 0;
	border-bottom: 1px solid #e0e0e0;
	}
.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:absolute;
	top: 20%;
    left: 0;
    right: 0;	
	display: block;
	padding: 20px;
	margin:0 auto;
	width: 90%;
	max-width: 690px;	
	background-color: #ffffff;
	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;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}	
.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;	
	}
.popup-ball{
	position:absolute;
	top:72px;
	left:50%;
	margin:0 0 0 -29px;
	width:58px;
	height:58px;
	border-radius: 100%;
	background-color:#07c42d;
	z-index: 3;	
	}
.white-ball{
	position:absolute;
	top:42px;
	left:50%;
	margin:0 0 0 -60px;
	width:120px;
	height:120px;
	border-radius: 100%;
	background: -moz-linear-gradient(top, rgba(197,235,114,1) 0%, rgba(197,235,114,0) 48%); 
	background: -webkit-linear-gradient(top, rgba(197,235,114,1) 0%,rgba(197,235,114,0) 48%); 
	background: linear-gradient(to bottom, rgba(197,235,114,1) 0%,rgba(197,235,114,0) 48%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5eb72', endColorstr='#00c5eb72',GradientType=0 ); 
	z-index: 2;	
	}
.white-ball:after{
	content:'';
	position:absolute;
	top:-35px;
	left:50%;
	margin:0 0 0 -100px;
	width:200px;
	height:200px;
	border-radius: 100%;
	background: -moz-linear-gradient(top, rgba(197,235,114,1) 0%, rgba(197,235,114,0) 33%); 
	background: -webkit-linear-gradient(top, rgba(197,235,114,1) 0%,rgba(197,235,114,0) 33%); 
	background: linear-gradient(to bottom, rgba(197,235,114,1) 0%,rgba(197,235,114,0) 33%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5eb72', endColorstr='#00c5eb72',GradientType=0 );
	z-index: 3;	
	}
.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*/

/*  form 
================================*/
.form-select-name {
	margin: 0;
	padding: 7px 1em;
	height: 32px;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	background: #fff;
	font-size: 14px;
	vertical-align: middle;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
	::-webkit-input-placeholder { color: #b3b3b3; }
	:-moz-placeholder { color: #b3b3b3; }
	::-moz-placeholder { color: #b3b3b3; }
	:-ms-input-placeholder { color: #b3b3b3; }

/* for select */
.form-select {
	display: inline-block;
	position: relative;
	max-width: 100%;
	white-space: nowrap;
	color:#222222;
	line-height: 15px;
	}
.form-select > select {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
.form-select-name {
	display: inline-block;
	position: relative;
	padding-right: 2.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.form-select-name + .fa {
	position: absolute;
	right: 1em;
	font-size: 14px;
	line-height: 32px;
	}
.form-select-other-input { display: none; }
/* for checkbox and radiobox */
.form-checkbox + .form-checkbox,
.form-radiobox + .form-radiobox { margin-left: 10px; }
.form-checkbox,
.form-radiobox {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	letter-spacing: normal;
	cursor: pointer;
	color:#222222;
	vertical-align: baseline;
	}
img.creditcard-pic{
	display:block;
	width:25%;
	max-width:150px;
	float:right;
	margin-top:10px;
	}	
.form-checkbox input[type="checkbox"],
.form-radiobox input[type="radio"] {
	position: absolute;
	z-index: 1;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
.form-checkbox-title {
	min-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.form-checkbox-title:before,
.form-checkbox-title:after,
.form-radiobox-title:before,
.form-radiobox-title:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;	
	}
.form-radiobox-title i{
	color:#707070;
	font-size:13px;
	font-style:normal;
	margin:0 0 0 10px;
	}
.form-radiobox-title{
	color:#222;
    padding: 0 0 0 25px;
    line-height: 18px;
	}
.form-checkbox-title:before,
.form-radiobox-title:before {
	z-index: 2;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	background: #fff;
	}
.form-radiobox-title:before { border-radius: 16px; }
.form-checkbox-title:after,
.form-radiobox-title:after {
	z-index: 3;
	font: normal normal normal 14px/16px FontAwesome;
	text-rendering: auto;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.form-checkbox input[type="checkbox"]:checked + .form-checkbox-title:after { content: "\f00c"; }
.form-checkbox input[type="checkbox"]:indeterminate + .form-checkbox-title:after { content: "\f068"; }
.form-radiobox input[type="radio"]:checked + .form-radiobox-title:after {
	top: 6px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #222;
	}

/* form hover and focus */
.form-text:focus,
.form-textarea:focus,
.form-select select:focus + .form-select-name {
	border-color: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
	}
.form-checkbox:hover,
.form-radiobox:hover {
	color: #000;
	}

/* form layout */
.form-cells-group > .form-cells {
	margin: 0;
	padding: 15px 10px 0 10px;
	border-top: 1px solid #eee;
	}
.form-cells:before,
.form-cells:after {
	content: '';
	display: table;
	clear: both;
	}
.form-cells {
	margin-left: -6px;
	margin-right: -6px;
	letter-spacing: -0.43em;
	text-rendering: optimizeSpeed;
	zoom: 1;
	}
.form-cells > * {
	margin: 0 6px;
	letter-spacing: normal;
	text-rendering: auto;
	}
.form-cell {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	letter-spacing: normal;
	text-rendering: auto;
	}	


/*icon	*/
.mobile-icon,
.desktop-icon{
	position:relative;
	display:block;
	z-index:0;
	width: 70px;
	height: 70px;
	margin: 10px 0 0 0;
	border-radius:10px;
	background: rgb(123,139,173); 
	background: -moz-radial-gradient(center, ellipse cover, rgba(123,139,173,1) 0%, rgba(47,60,89,1) 100%); 
	background: -webkit-radial-gradient(center, ellipse cover, rgba(123,139,173,1) 0%,rgba(47,60,89,1) 100%); 
	background: radial-gradient(ellipse at center, rgba(123,139,173,1) 0%,rgba(47,60,89,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8bad', endColorstr='#2f3c59',GradientType=1 ); 
	border:5px solid transparent; 
	}
.mobile-icon:after,
.desktop-icon:after{
	position:absolute;	
	font-family: 'FontAwesome';
	color:#ffffff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	z-index:1;
    }
.mobile-icon:after{
	left: 20px;
	top: -1px;
	content: "\f10b";
	font-size: 70px;
	}
.desktop-icon:after{
    left: 9px;
    top: 12px;
    content: "\f108";
    font-size: 50px;
    }
.login-type:checked ~ span.mobile-icon,
.login-type:checked ~ span.desktop-icon {
	border-color:#fa921b; 
	}    
.mobile-icon:before,
.desktop-icon:before{
	position:absolute;	
	font-family: 'FontAwesome';
	color:#fa921b;
	z-index:2;
    }
.login-type:checked ~ span.mobile-icon:before,
.login-type:checked ~ span.desktop-icon:before {
	content: "\f14a"; 
	font-size: 23px;
	left: -3px;
	top:-5px;
	}    
.registor-banner{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 690px;
	border-radius: 8px;
	margin: 0;
	}

/*phone menu*/
.check{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: auto;
    background-color: rgb(100,100,100,.7);
    }
#MainMenu {
    position: relative;
    width: 100%;
    height: 85px;
    }
.menu {
    display: none;
    }
.mobile-menu-icon,
.pop-menu-icon {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 30px;
    z-index: 9999;
    }
.mobile-menu-icon{
    left: 22px;
    }
.pop-menu-icon{
    right: 22px;
    }
.sub-nav {
    font-family: "AvenirLTStd-Medium", Verdana, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    }
.phone-left {
    padding: 0 0 0 3%;
    }
.phone-right {
    text-align: left;
    padding: 0;
    }
.nav-list ul {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    vertical-align: top;
    position: relative;
    top:calc((100% - 290px) / 2);
    z-index: 10001;
    text-align: center;
    }
.nav-list ul li {
    display: block;
    width: 60%;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0 auto 5px auto;
    border-radius: 26px;
    text-align: center;
    color: #222222;
    background-color: #ffffff;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
.nav-list ul li a:link,
.nav-list ul li a:visited {
    display: block;
    color: #222222;
    text-decoration: none;
    padding: 15px 0;
    }
.nav-list ul li span{
    display: block;
    margin: 3px 0 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    letter-spacing: 3px;
    }
@media screen and (max-width: 860px) {
#MainMenu {
    height: auto;
    }
}
@media screen and (max-width: 640px) {
.nav-list ul li {
    font-size: 18px;
    letter-spacing: 0px;
    }
.nav-list ul {
    top:calc((100% - 300px) / 2);
    }
}
@media screen and (max-width: 640px) {
.nav-list ul {
    max-width: 100%;
    }
.nav-list ul li {
    margin: 0 auto 5px auto;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    }
.nav-list ul li a:link,
.nav-list ul li a:visited {
    padding: 10px 0;
    }
.nav-list ul li span{
    font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
.nav-list ul li {
    font-size: 12px;
    letter-spacing: 0;
    }
.nav-list ul {
    top:calc((100% - 415px) / 2);
    }
.nav-list ul li {
    font-size: 12px;
    }    
.nav-list ul li a:link,
.nav-list ul li a:visited {
    padding: 5px 0;
    }

}
.nav-list 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;
    }
.nav-list ul li.dark-bg {
    background-color: #ffffff;
    }
.nav-list {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    }
.full-height {
    height: 100%;
    }
.search-right {
    float: right;
    }
.search-bar {
    display: inline-block;
    width: 260px;
    color: #222222;
    background-color: #ffffff;
    margin: -7px 0 0 0;
    padding: 7px 0 6px 0;
    vertical-align: top;
    }
.search-bar input {
    margin: 0 0 0 10px;
    width: 80%;
    font-size: 13px;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    vertical-align: middle;
    }
.find-btn {
    margin: 0 10px 0 0;
    float: right;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../images/find_btn.jpg") no-repeat;
    border: 0;
    outline: 0;
    vertical-align: middle;
    cursor: pointer;
    }
.phone-find-btn {
    margin: 0;
    float: right;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../images/find_btn.jpg") no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: relative;
    right: -5px;
    top: 14px;
    }
.phone-search-bar {
    display: inline-block;
    width: 100%;
    color: #222222;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    position: relative;
    }
.phone-search-bar input {
    margin: 0;
    padding: 0;
    width: 85%;
    height: 47px;
    font-size: 15px;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    }
@media screen and (max-width: 905px) {
    .menu {
        display: block;
        }
}
@media screen and (max-width: 700px) {
.phone-search-bar input {
    height: 35px;
    }   
.phone-find-btn {
    right: -10px;
    top: 10px;
    }
}    
/*phone nav icon  */  
.mobile-menu{
	display: none;
}
.sidebar-btn{
	display: block;
    position: fixed;
    display:inline-block;
    height: 48px;
    width: 45px;
    background-color:transparent;
    border: 0;
    outline: none;
    cursor:pointer;
    transform: translate(0);
    z-index: 9999;
    text-decoration:none;
    }      
@media screen and (max-width: 860px) {  
.mobile-menu{
	display: block;
}
.sidebar-btn{	
    top:4px;
    right: 10px;    
    } 
} 
.sidebar-btn.sidebar-show{
    left: auto;
    top: 15px;
    right: 15px;
    z-index: 10002;
    }
.menu-stripes {
    position: relative;
    height: 2px;
    width: 24px;    
    background-color: #999999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
.menu-stripes:nth-child(1) {
    margin: 0 0 8px auto;
    }
.menu-stripes:nth-child(2) {
    margin: 0 0 9px auto;
    display: none;
    } 
.menu-stripes:nth-child(3) {
    margin: 0 0 0 auto;
    }    
.sidebar-btn.sidebar-show .menu-stripes {
    margin: -1.8px auto;
    background-color: #888888;
    }
.nav-list.full-height.check .sidebar-btn.sidebar-show .menu-stripes {
    background-color: #ffffff;
    }  
.sidebar-btn.sidebar-show .menu-stripes:nth-child(1) {
  width: 30px;
  transform: rotate(45deg);
  }
.sidebar-btn.sidebar-show .menu-stripes:nth-child(2) {
  width: 30px;
  display: none;
  }
.sidebar-btn.sidebar-show .menu-stripes:nth-child(3) {
  width: 30px;
  transform: rotate(-45deg);
  }
@media screen and (max-width: 640px) { 
	.sidebar-btn.sidebar-show {
	    top: 10px;
	    right: 10px;
	}
    .menu-stripes:nth-child(1) {
        margin: 0 0 8px auto;
        }
    .menu-stripes:nth-child(2) {
        margin: 0 0 8px auto;
        } 
}  
@media screen and (max-width: 480px) { 
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(1) {
      width: 24px;
      }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(2) {
      width: 24px;
      }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(3) {
      width: 24px;
      }
} 
/*phone menu*/ 	

.Brand-store{
	display:block;
	width:100%;
	background-color:#333333;
	text-align: center;
	}
ul.Brand-list{
	display:block;
	width:100%;
	max-width: 1680px;
	list-style-type:none;
	padding:1% 0 3% 0;
	margin:0 auto;
	text-align:center;
	}
ul.Brand-list li{
	display:inline-block;
	width:19%;
	margin:0
	}
ul.Brand-list li img{
	display:block;
	width:100%;
	max-width:200px;
	margin:0 auto;
	}
.Brand-title{
	display: inline-block;
	width: 95%;
	margin: 5% auto 0 auto;
	border-top:1px solid #444444;
	text-align: center;
	}
.Brand-title span{
    position: relative;
    top: -26px;
    display: inline-block;
    padding: 0 20px;
    background-color: #333333;
    color: #999999;
    font: 500 36px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
    text-transform: uppercase;
	}	
@media screen and (max-width: 640px) {
	ul.Brand-list{
		padding:0 0 5% 0;
		width: 95%;
		}
	.Brand-title{		
		width: 90%;
		margin: 10% auto 0 auto;
		}
	.Brand-title span{
	    top: -20px;
	    font: 500 27px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
		}
}	
@media screen and (max-width: 560px) {
	ul.Brand-list li{
		margin:0;
		}
}
@media screen and (max-width: 480px){
	.Brand-title span {
	    padding: 0 10px;
	    top: -16px;
	    font: 500 21px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
		}
}
/*footer begin*/
.footer-info{ 
  display:block;
  width:100%; 
  background-image: linear-gradient(320deg, #0c5446 0%, #0e816a 74%);
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  }
.info-area{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 0 10% 10% 10%;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  }
.qr-code{
  display:inline-block;
  width:18%; 
  max-width: 240px;
  margin-right:5%;
  vertical-align:middle; 
}  
.info-area-left{
  display:inline-block;
  width:24%;
  max-width:500px;  
  margin-left:auto;
  vertical-align:middle;
  } 
.foot-logo{
  width:100%;
  padding:20px 0 20px 15px;
  } 
.foot-logo label {
    font-size: 27px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
}  
.left-content{
  width:90%;
  padding:20px 0 10px 15px;
  border-top:1px solid #65978d;
  }
.title-cn{
  display:block;
  color:#e0e0e0;
  font-size:15px;
  letter-spacing:1px;
  margin:0 0 10px 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{
  display: inline-block;
  width:24%;  
  max-width:430px;
  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:90%;
  padding:20px 0 10px 15px;
  border-top:1px solid #65978d;
  } 
.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:block;
  color:#ffd950;
  margin:8px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing:1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;  
  } 
.mail-address:hover{
  text-decoration: underline;  
  }    
.copyright{
	width:100%;
	font-size:12px;
	color:#6b6b6b;
	background-color:#1b1b1b;
	text-align:left;
	padding:25px 0 25px 17px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
  }
.copyright img{
  float:right;
  margin:3px 40px 0 0;
  }
@media screen and (max-width: 915px) {  
  .info-area-left{
    width:100%;
    max-width:100%;
    } 
  .info-area-right{ 
    position: inherit;
    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: 14px;
		letter-spacing: 0px;
	}
	.foot-logo label {
	   font-size: 21px;
	}
	.info-area {
	    padding: 0 10% 10% 10%;
	}
	.qr-code{
		display:block;
		width:80%; 
		max-width: 200px;
		margin:10% auto 5% auto;
	} 
}
/*footer end*/
.index-faq-bg center,
.footer-info center{
    display: block;
    margin: 0;
    padding: 5% 0;
    font-size: 46px;
    letter-spacing: 1px;
    font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
    color: #58ebbb;
    font-weight: bold;
}
.index-faq-bg center{
	color: #0d725e;
}
@media screen and (max-width: 768px) {
	.index-faq-bg center,
	.footer-info center{
	    font-size: 27px;
	}
	.index-faq-bg center{
	    padding: 10% 0 5% 0
	}
	.footer-info center{
	    padding: 10% 0 0 0;
	}
}