@charset "utf-8";
/* same for all edit part */
html {
	font-size: 20px;
}
body {
	background-color: #fff;
	color: #333;
}
.mw-100 {
	max-width: 100%;
	display: block;
	margin: auto;
}
.w-100 {
	width: 100%;
	display: block;
}
.bx-wrapper img {
    max-width: initial;
    width: 100%;
    margin: auto;
}
.edit_part {
	/*font-size: 1rem;*/
	line-height: 1.75rem;
	letter-spacing: 1px;
}
.edit_part .center {
	position: relative;
}
.edit-title {
	position: relative;
	max-width: 1200px;
    margin: 20px auto;
}
.edit-title h2 {
	position: relative;
	display: block;
	width: 150px;
	margin: 10px auto;
    padding: 10px 5px;
	letter-spacing: 2px;
	font-size: 1.35rem;
	line-height: 1.75rem;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.edit-title h2 span {
	display: block;
	font-size: .8rem;
	line-height: .8rem;
	color: #bbb;
	text-align: right;
}
.flist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.row-reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row reverse;
	-ms-flex-direction: row reverse;
	flex-direction: row-reverse;
}
ul.equalHpart {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
ul.equalHpart li {
	height: auto;
}
.shadow {
    -moz-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 4px 3px rgba(0,0,0,.2);
    box-shadow: 4px 4px 3px rgba(0,0,0,.2);
}
.w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9 {
	width: 100%;
}
.pd-s {
	padding: 2%;
}
.mg-t-3 {
	margin-top: 30px;
}
.mg-b-3 {
	margin-bottom: 30px;
}
.bx-wrapper .bx-pager {
	bottom: -8px;
}
#products_list .slick-dots {
	position: relative;
	bottom: initial;
}
#products_list .product_img {
	margin-bottom: 10px;
}
.qrcode {
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F16980454395.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.qrcode-pay {
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F169804554245.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (min-width: 568px) {

	@media only screen and (min-width: 767px) {
		html {
			font-size: 22px;
		}
		.w-3 {width: 25%;}
		.w-4 {width: 33.3333%;}
		.w-5 {width: 41.6666%;}
		.w-6 {width: 50%;}
		.w-7 {width: 58.3333%;}
		.w-8 {width: 66.6666%;}
		.w-9 {width: 75%;}
		.bx-wrapper .bx-pager {
			bottom: 55px;
		}
		.edit-title h2 {
			width: 170px;
			padding: 40px 0;
		}
		@media only screen and (min-width: 900px) {
			.bx-wrapper .bx-pager {
				bottom: 0px;
			}
		}
	}
}



/* box info */
/*.bx-wrapper img {
    width: 110%;
    left: 0;
    transform: translateX(-5%);
}
@media only screen and (min-width: 576px){

	@media only screen and (min-width: 768px){
		.bx-wrapper img {
		    width: 105%;
		    transform: translateX(-2%);
		}
		@media only screen and (min-width: 968px){
			.bx-wrapper img {
			    width: 100%;
			    transform: translateX(0);
			}

		}
	}
}*/


/* menu */
#header {
	position: static;
	background-color: #fff;
	height: 110px;
}
#logo {
	margin: 5px 0px;
    width: 282px;
    height: 100px;
}
#navigation {
	margin-top: 0;
	margin-left: 282px;
	padding: 5px 0;
}
#mainnav li {
	position: relative;
	margin: 20px 5px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    color: #444;
}
#mainnav li a:hover {
    color: #444;
    background-color: transparent;
}
#mainnav li:last-child {
	margin: 12px 0;
	padding: 12px;
}
#mainnav li:last-child a {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	background-size: 40px 40px;
	position: relative;
}
#mainnav .line_topbtn {
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162305122524.png);
}
#mainnav .facebook_topbtn {
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162305120888.png);
}
#mainnav .shopee_topbtn {
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162487048321.png);
}
#mainnav li:last-child a.mail_topbtn {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#logo {
		float: none;
	    margin: 10px auto;
	    width: 282px;
	    height: 100px;
	}
	#header {
		padding-top: 5px;
		height: auto;
	}
	#navigation {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}
	#mainnav li {
		margin: 5px 10px;
	}
	#mainnav li a {
		margin: 0;
	}
	#mainnav li:last-child {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}
	#mainnav li:last-child a {
		margin: 0 3px;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#header {
	    height: 80px;
	    padding-top: 2px;
	}
	#logo {
		width: 203px;
	    height: 72px;
		float: none;
		margin: 2px auto 3px auto;
	}
	.menu-icon {
	    background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162305103306.png);
	}
	#navigation {
		text-align: center;
		z-index: 100;
	    margin-top: 0;
	    margin-left: 0;
	    padding: 0;
	    top: 80px;
	    background-color: #fbfaf9;
	    border-top: 2px solid #919191;
	}
	#mainnav li {
		margin: 0;
	}
	#mainnav li a {
		color: #555;
		padding: 15px;
	}
	#mainnav li a span { 
		margin: auto;
		display: block;
		width: 90px;
		text-align: center;
		text-align: justify;
		text-justify: distribute-all-lines;
		text-align-last: justify
	}
	#mainnav li:last-child{
		margin: 0;
		border-bottom: 4px solid #aaa;
	}
	#mainnav li:last-child a {
    	margin: 8px 3px!important;
    	width: 35px;
    	height: 35px;
    	background-size: 35px;
	}
	#mainnav li a:hover {
    	color: #444;
	}
}



/* about */
.about-all {
	position: relative;
	padding: 2vw 0;
}
.about-art {
	position: relative;
	padding: 10px;
}
.about-art .pic {
	width: 100%;
	padding: 2%;
}
.about-art .txt {
	width: 100%;
	padding: 2%;
}
.about-art .txt .decoline {
	display: block;
	width: 1px;
	height: 70px;
	background-color: #333;
	margin: 30px;
}
.about-art.last .txt .decoline {
	transform: rotate(90deg);
}
.call-box {
	position: relative;
	margin: 50px 0;
	text-align: center;
}
.call-box a {
	display: inline-block;
    width: 160px;
    margin: 8px;
	padding: 12px 0;
	padding-left: 30px;
	color: #333;
	background-color: #EBF39E;
	border-radius: 30px 0 30px 0;
	background-repeat: no-repeat;
	background-position: 8% center;
}
.call-box .tel {
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162314333979.png);
}
.call-box .line {
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162314332773.png);
}
.call-box .facebook {
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162314330797.png);
}
.call-box .shopee {
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162487041626.png);
}
@media only screen and (min-width: 559px){
	@media only screen and (min-width: 768px){
		.about-art .pic {
			width: 52%;
		}
		.about-art .txt {
			width: 48%;
		}
		.call-box a {
			width: 250px;
			margin: 10px 20px;
			padding: 15px 0;
			padding-left: 40px;
			background-position: 15% center;
		}
	}
}


/* service */
.service-A {
	position: relative;
	padding: 2vw 0 0;
}
.service-A-pic {
	position: relative;
	z-index: 2;
	display: block;
	max-width: 100%;
	margin: auto;
}
.service-A-txt {
	position: relative;
	transform: translateY(-5vw);
}
.service-A-txt:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	max-width: 1130px;
	height: 100%;
	background-color: #eee;
	left: 0;
	bottom: 0;
}
.service-A-txt p {
	position: relative;
	width: 100%;
	max-width: 650px;
	padding: 50px 10px;
	margin: auto;
}
.service-B p {
	position: relative;
	padding: 0 20px 30px;
}
.service-B p b {
	display: block;
	font-size: 1.2rem;
}
@media only screen and (min-width: 559px){
	@media only screen and (min-width: 768px){
		@media only screen and (min-width: 968px){
			.service-A-txt p {
				width: 55%;
				margin: 0;
			}
		}
	}
}


/* notice */
.notice-all {
	position: relative;
	padding: 2vw 0;
}
.notice-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	max-width: 976px;
	height: 100%;
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162314340975.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	right: 0;
}
ul.notice-list {
	width: 96%;
	max-width: 900px;
	margin: 50px auto;
}
ul.notice-list li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
	border-bottom: 1px solid #aaa;
}
ul.notice-list li:last-of-type {
	padding-bottom: 0;
}
ul.notice-list li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 16px;
	right: 0;
	letter-spacing: -6px;
	width: 6px;
}
ul.notice-list li i:before, ul.notice-list li i:after {
	content: "";
	position: absolute;
	background-color: #444;
	width: 3px;
	height: 8px;
}
ul.notice-list li i:before {
	transform: translate(-2px, 0) rotate(45deg);
}
ul.notice-list li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}
ul.notice-list li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}
ul.notice-list li input[type=checkbox]:checked ~ .aBox {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
ul.notice-list li input[type=checkbox]:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
}
ul.notice-list li input[type=checkbox]:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}
ul.notice-list li {
	border: none;
}
.aBox {
	position: relative;
	opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
}
.qBox {
	position: relative;
	padding: 7px 6px;
	padding-left: 18px;
	border-bottom: 1px solid #2a2a33;
}
.aBox {
	position: relative;
	padding: 7px 0px;
	padding-left: 18px;
}
.aBox a {
	color: #2e678d;
}
.one-boxborder {
	max-width: 712px;
	margin: auto;
}
ul.dots li {
	position: relative;
	padding: 4px;
	padding-left: 25px;
	margin: 3px 0;
}
ul.dots li:before {
	position: absolute;
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background-color: #A7C958;
	left: 0;
	top: 16px;
}
.graybox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	background-color: #eee;
	margin: 10px;
}
.notice-list .aBox .qrcode {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 10px;margin-top: 0;
}
@media only screen and (min-width: 576px){

	@media only screen and (min-width: 768px){

		@media only screen and (min-width: 900px){
			.notice-list .aBox .qrcode {
				width: 180px;
				height: 180px;

			}
		}
	}
}


/* news */
.fixed_news {
	position: relative;
	width: 92%;
	margin: auto;
	padding: 2vw 0 0;
}
.edit_list {
	max-width: 1100px;
	width: 100%;
	display: block;
	margin: 40px auto;
}
.edit_list li {
	margin-bottom: 30px;
}
.single__box {
	width: 100%;
	padding: 20px 0;
    padding-left: 375px;
    display: block;
    position: relative;
    overflow: hidden;
}
.news_pic {
    width: 100%;
    width: 375px;
    height: 280px;
    margin-left: -375px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background-image: url(images/demo_bg.jpg);
}
.news_pic a {
	display: block;
}
.news_pic_lb img {
	display: block;
	max-width: 100%!important;
	height: auto;
	margin: auto;
}
.news_txt {
    width: 100%;
    padding: 15px 30px 15px 50px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    font-size: .9rem;
    color: #666;
}
.news_txt h4 {
    color: #222;
	font-size: 1.25rem;
	letter-spacing: 2px;
    margin: 10px 0;
}
.news_txt p {
    font-size: 1rem;
    color: #444;
    display: block;
    margin: 20px 0;
    padding-top: 25px;
    position: relative;
}
.news_txt a {
	color: #007FFF;
}
@media screen and (min-width: 1200px){
	.fixed_news:before {
		opacity: 1;
	}
}
@media screen and (max-width: 768px){
	.single__box {
	    padding-left: 0;
	}
	.news_pic {
		width: 100%;
	    margin: auto;
	    display: block;
	}
	.news_txt {
		padding: 15px;
	}
	.news_txt h4 {
		text-align: center;
	}
}


/* D-mode */
#products_list .product_lists_bg {
	display: none;
}
#products_list .product_list_title {
	background-color: transparent;
	max-width: 1200px;
	margin: 20px auto;
	height: 45px;
	text-indent: -9999px;
}
.products_lists {
	max-width: 1200px;
	margin: 20px auto;	
}
.products_lists .product_txt .product_name + p a {
	color: #589ac9;
}
.cart_section_title {
    background: url(https://onepage.888dweb.com/0988060923/web_images/F162305219891.png) left 4px no-repeat;
}
.cart_part .center {
	background-color: transparent;
}
.table01 {
	border-radius: 0;
    background-color: rgba(255,255,255,0.75);
}
.formstyle {
	color: #444;
	font-size: 0.9rem;
}
.responsive_table thead tr {
    background-color: #A7C958;
    color: #fff;
}
.payment_choice p {
	max-width: 367px;
}
.buttoneffect {
    color: #A7C958;
    border: 1px solid #A7C958;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #A7C958;
}
.form_title {
	margin-left: -106px;
}
@media only screen and (max-width:479px) {
	.form_title {
		margin-left: 0;
	}
}


/* footer */
.to_top {
    background-image: none;
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 2%;
    right: 5%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    text-indent: -9999px;
    background-color: #29552E;
    border-radius: 50px;
}
.to_top:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.total_num {
	display: block;
	margin-bottom: 10px;
}
.main_color_bg {
	background-color: transparent;
}
.footer {
	position: relative;
	padding: 0;
	color: #333;
}
.footer a {
	color: #333;
}
.footer .copyR {
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 14px;
	padding: 15px;
	color: #fff;
	background-color: transparent;
}
.footer .copyR a {
	color: #fff;
}
.footer {
	position: relative;
	text-align: left;
	background-color: #fff;
}
.footer .map {
	display: block;
/*    -webkit-filter: grayscale(1);
    filter: grayscale(1);*/
}
.footer {
	position: relative;
	padding: 0;
}
.footer:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 400px);
	left: 0;
	bottom: 0;
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162314335380.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.footer-all {
	position: relative;
	padding: 100px 0 80px;
}
.footer-all .footer-cont {
	position: relative;
	background-color: rgba(255,255,255,.75);
	padding: 20px 0;
}
.footer-all .footer-cont .flist {
	position: relative;
	max-width: 1200px;
	margin: auto;
	align-items: flex-end;
}
.footer-all .footer-cont .flist .w-5,
.footer-all .footer-cont .flist .w-7 {
	position: relative;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.logo_footer_img {
	position: relative;
	display: block;
	max-width: 300px;
	margin: auto;
}
.footer-info {
	position: relative;
	width: 280px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.footer-info li {
	margin: 10px 0;
	font-size: .75rem;
}
.footer-qrcode {
	position: absolute;
	display: block;
	right: -25px;
	top: 10px;
	width: 160px;
	font-size: .7rem;
	text-align: left;
}
.footer-qrcode .qrcode {
	display: inline-block;
	width: 75px;
	height: 105px;
	margin-right: auto;
	margin-left: 0;
}
.footer-qrcode .qrcode-pay {
	display: inline-block;
	width: 75px;
	height: 105px;
	margin-right: auto;
	margin-left: 5px;
}
@media screen and (min-width: 559px){
	.footer-all .footer-cont .flist .w-5,
	.footer-all .footer-cont .flist .w-7 {
		max-width: 600px;
	}
	.footer-info {
		margin-top: 0;
	}
	.footer-qrcode {
		text-align: right;
		top: initial;
		bottom: 50px;
		right: 0;
	}
	.footer-qrcode .qrcode {
		/*margin-right: 0;
		margin-left: auto;*/
	}
	@media screen and (min-width: 768px){
		.footer-all {
			padding: 150px 0;
		}
		.logo_footer_img {
			max-width: 100%;
		}
		.footer-info {
			width: 350px;
			margin-left: 0;	
		}
		.footer-info li {
			font-size: .8rem;
		}
		.footer-qrcode {
			width: 252px;
			right: 5px;
			bottom: 50px;
		}
		@media screen and (min-width: 1200px){
			.footer-qrcode {
				bottom: 20px;
			}
			.footer-qrcode .qrcode {
				width: 116px;
				height: 153px;
			}
			.footer-qrcode .qrcode-pay {
				width: 116px;
				height: 153px;
				margin-right: 10px;
			}
		}
	}
}


.float-btn {
	position: fixed;
    z-index: 100;
    width: 72px;
    right: 50px;
    top: 180px;
}
.float-btn a {
	display: block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin: 5px 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 58px 58px;
}
.float_call {
	background-color: #EBF39E;
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162305101819.png);
}
.float_line {
	background-color: #47D001;
	background-image: url(https://onepage.888dweb.com/0988060923/web_images/F162305088354.png);
}
.float-btn a:hover {
	opacity: 1;
}
@media screen and (max-width: 768px){ 
	.float-btn  {
		width: 50px;
		right: 15px;
    	top: 150px;
	}
	.float-btn a {
		width: 50px;
		height: 50px;
    	background-size: 40px 40px;
    	border-width: 3px;
	}
}