/*** start common ***/
.holder {
	max-width: 900px;
	margin: 0 auto;
	text-align:left;
	float:center;

}
.desc {
	font-size: 13px;
}
.desc p {
	padding-bottom: 22px;
}
.btn {
	font-family: 'Source Sans Pro', 'Helvetica Neue', 'Microsoft JhengHei', 'Arial', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #00a1e4;
	background-repeat: no-repeat;
	display: inline-block;
	font-weight: 600;
	color: white;
	
	-webkit-backface-visibility: hidden;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
}
.btn:hover {
	background-color: #2067a1;
}
.view-detail {
	background-image: url('../../images/btn_arrow_white.png');
	background-position: right center;
	padding: 8px 38px 8px 15px;
	font-size: 13px;
}
.newsletter-link {
    background-color: transparent;
    border: 1px solid #b8c3d0;
    font-weight: 300;
    margin-top: 15px;
}
.newsletter-link:hover {
     border: 1px solid transparent;
}
.button {
	font-family: 'Source Sans Pro', 'Microsoft JhengHei', sans-serif;
	margin-right: 10px;
	font-weight: 600;
	font-size: 16px;
	color: white;
	width: 100px;
	height: 30px;
	border: none;

	-webkit-appearance: none;
	-webkit-border-radius: 0; 

	-webkit-backface-visibility: hidden;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
}
.button.submit, .button.submit1  {
	background-color: #00a1e4;
}
.button.submit:hover {
	background-color: #2067a1;
}
.button.reset {
	background-color: #606979;
}
.button.reset:hover {
	background-color: #363A43;
}
.button.back,
.button.print {
	background: #aaa;
}
.button.back:hover,
.button.print:hover {
	background: #999;
}

#loading {
	display: none;
	height: 30px;
}

#valid-tips {
	display: none;
}
.valid-tips {
	color: red;
	font: 14px/1.6 'Source Sans Pro', sans-serif;
}
.valid-tips>span {
	display: none;
}
#back-top {
	position: fixed;
	z-index: 4000;
	bottom: 30px;
	right: 30px;
}
#back-top.at-bottom {
	position: absolute;
	bottom: 165px;
}
#back-top a {
	width: 36px;
	height: 36px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: transparent;
}
#back-top span {
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom: 7px;
	background: url('../../images/icon_backtotop.png') no-repeat center center;
	background-color: #bdbdbd;
	background-color: rgba(178, 178, 178, 0.85);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#back-top a:hover span {
	background-color: #26afe8;
	background-color: rgba(0, 161, 228, 0.85);/*
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}
/*** end common ***/

/*** start wrapper ***/
.wrapper .holder {
	padding-bottom: 100px;
	padding-top: 60px;
}
.wrapper .menu {
	padding-bottom: 12px !important;
	padding-top: 15px !important;
	font-size: 12px !important;
	color: #585858 !important;
}
.wrapper .menu a, .wrapper .menu .curr-page {
	vertical-align: middle;
	display: inline-block;
	color: #313131;
}
.wrapper .menu .rsaquo {
	display: inline-block;
	padding: 0 5px;
}
.wrapper .menu a:hover {
	color: #00a0e3;
}
/*** end wrapper ***/

/*** start intro ***/
.wrapper .intro {
	font-size: 14px;
}
.wrapper .intro>.inner {
	max-width: 1920px;
	display: table;
	margin: 0 auto;
	width: 100%;
	color: #FFF;
}
.wrapper .intro .top-bg {
	width: 50%;
	text-align: right;
	display: table-cell;
}
.wrapper .intro .top-bg img {
	width: 100%;
}
.wrapper .intro .content {
	font-family: 'Microsoft JhengHei', 'Source Sans Pro', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	display: table-cell;
	padding: 0 3%;
	width: 50%;
}
.wrapper .intro .content>div {
	max-width: 450px;
}
.wrapper .intro .content .tab {
	font-size: 18px;
	font-weight: 400;
}
.wrapper .intro .content .title {
	font-size: 36px;
	/*font-weight: 700;*/
}
.wrapper .intro .content .desc {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
}
.wrapper .intro .content .sub-desc {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #8bcccf;
	max-width: 320px;
	font-family: 'Microsoft JhengHei', 'Arial', sans-serif;
}
.wrapper .intro .content .sub-desc__title {
	font-size: 36px;
	text-transform: uppercase;
}
.wrapper .intro .content .sub-desc__content {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.wrapper .intro .content .sub-desc__content .white-space {
	display: inline-block;
	width: 17%;
}
/*** end intro ***/

/*** start category ***/
.wrapper .category {
	background-color: #f7f9fa;
	text-align: center;
	padding: 22px 0;
	width: 100%;
	
}
.wrapper .category .item {
	background-position: center 0px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 8px 25px;
	font-size: 16px;
	color: #748890;
	
	-webkit-backface-visibility: hidden;
	transition: background-image 0.3s linear, color 0.3s linear;
	-webkit-transition: background-image 0.3s linear, color 0.3s linear;
	-moz-transition: background-image 0.3s linear, color 0.3s linear;
	-o-transition: background-image 0.3s linear, color 0.3s linear;
	-ms-transition: background-image 0.3s linear, color 0.3s linear;
}
.wrapper .category .sp {
	border-left: 1px dotted #9d9e9e;
	display: inline-block;
	height: 15px;
}
.wrapper .category .item:hover, .wrapper .category .item.active {
	background-image: url('../../images/products/arrow_blue.png');
	color: #00a0e3;
}
.wrapper .category .item.first {
	border-left: 0;
}
/*** end category ***/


/*** start sky-background ***/
.sky-background, .product-details {
	position: relative;
}
.sky-background .bg, .product-details .bg {
	background: #8dddf8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkZGRmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #8dddf8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dddf8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8dddf8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8dddf8 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8dddf8 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8dddf8 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dddf8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	position: absolute;
	overflow: hidden;
	height: 410px;
	width: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}
.sky-background .bg {
	height: 650px;
}
.sky-background .bg .clould1, .product-details .bg .clould1 {
	background: url('../../images/main/clould1.png') no-repeat;
	margin-right: -504px;
	position: absolute;
	display: none;
	height: 388px;
	width: 1008px;
	right: 0;
	top: 0;
}
.sky-background .bg .clould1.luck, .product-details .bg .clould1.luck {
	-webkit-animation: 600s clouldmoveToLeft 1 linear;
	-moz-animation: 600s clouldmoveToLeft 1 linear;
	-ms-animation: 600s clouldmoveToLeft 1 linear;
	-o-animation: 600s clouldmoveToLeft 1 linear;
	animation: 600s clouldmoveToLeft 1 linear;
	
	display: block;
}
.sky-background .bg .clould2, .product-details .bg .clould2 {
	background: url('../../images/main/clould2.png') no-repeat;
	margin-right: -487px;
	position: absolute;
	height: 235px;
	width: 974px;
	top: -35px;
	right: 40%;
}
.product-details .bg .clould2 {
	-webkit-animation: 600s clouldmoveToLeft 1 linear;
	-moz-animation: 600s clouldmoveToLeft 1 linear;
	-ms-animation: 600s clouldmoveToLeft 1 linear;
	-o-animation: 600s clouldmoveToLeft 1 linear;
	animation: 600s clouldmoveToLeft 1 linear;
}
.product-details .bg .clould2.wind {
	-webkit-animation-duration: 500s;
	-moz-animation-duration: 500s;
	-ms-animation-duration: 500s;
	-o-animation-duration: 500s;
	animation-duration: 500s;
}
.product-details .bg .clould2.gale {
	-webkit-animation-duration: 400s;
	-moz-animation-duration: 400s;
	-ms-animation-duration: 400s;
	-o-animation-duration: 400s;
	animation-duration: 400s;
}
@keyframes clouldmove {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(549px);
		-moz-transform: translateX(549px);
		-o-transform: translateX(549px);
		-ms-transform: translateX(549px);
		transform: translateX(549px);
	}
}
@-moz-keyframes clouldmove {
	0% {
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-moz-transform: translateX(549px);
		transform: translateX(549px);
	}
}
@-webkit-keyframes clouldmove {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(549px);
		transform: translateX(549px);
	}
}
@-ms-keyframes clouldmove {
	0% {
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-ms-transform: translateX(549px);
		transform: translateX(549px);
	}
}
@-o-keyframes clouldmove {
	0% {
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-o-transform: translateX(549px);
		transform: translateX(549px);
	}
}

@keyframes clouldmoveToLeft {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-549px);
		-moz-transform: translateX(-549px);
		-o-transform: translateX(-549px);
		-ms-transform: translateX(-549px);
		transform: translateX(-549px);
	}
}
@-moz-keyframes clouldmoveToLeft {
	0% {
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-moz-transform: translateX(-549px);
		transform: translateX(-549px);
	}
}
@-webkit-keyframes clouldmoveToLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-549px);
		transform: translateX(-549px);
	}
}
@-ms-keyframes clouldmoveToLeft {
	0% {
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-ms-transform: translateX(-549px);
		transform: translateX(-549px);
	}
}
@-o-keyframes clouldmoveToLeft {
	0% {
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-o-transform: translateX(-549px);
		transform: translateX(-549px);
	}
}
/*** end sky-background ***/

@media (max-width:1023px) {
	.holder {
		width: 90%;
	}
}
@media (max-height: 799px) and (max-width: 849px) {
	body.noscroll {
		overflow: hidden;
	}
}
@media screen and (max-width: 849px) {
	.wrapper {
		margin-top: 70px;
	}
	#back-top.at-bottom {
		position: absolute;
		bottom: 355px;
	}
	
	/*** start intro ***/
	.wrapper .intro .top-bg {
		width: 100%;
		display: block;
	}
	.wrapper .intro .content {
		width: 100%;
		display: block;
		padding: 6%;
	}
	.wrapper .intro .content>div {
		max-width: none;
	}
	/*** end intro ***/
}
@media screen and (max-width: 639px) {
	.wrapper .category .item {
		display: block;
	}
	.wrapper .category .sp {
		display: none;
	}
	.wrapper .category .item:hover, .wrapper .category .item.active {
		background-image: none;
	}
}
@media 
only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 639px) and (orientation:portrait),
only screen and (min--moz-device-pixel-ratio: 1.25) and (max-width: 639px) and (orientation:portrait),
only screen and (-o-min-device-pixel-ratio: 1.25/1) and (max-width: 639px) and (orientation:portrait),
only screen and (min-device-pixel-ratio: 1.25) and (max-width: 639px) and (orientation:portrait),
only screen and (min-resolution: 200dpi) and (max-width: 639px) and (orientation:portrait),
only screen and (min-resolution: 1.25dppx) and (max-width: 639px) and (orientation:portrait) {
	.view-detail {
		background-position: right 12px center;
		width: 100%;
	}
}

.wrapper .category select{
    height: 30px;
    line-height: 30px;
    padding:5px 20px;
    vertical-align:bottom;
    margin:5px 0px;
    color:#748890;
    background:#ffffff;
    width:200px;
}