@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, "微軟正黑體";
}
html {
}
body {
	background: #FFF;
}
#logo {
	width: calc(100% - 400px);
	float: left;
	padding-top: 2%;
	margin-left: 0px;
	margin-bottom: 20px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#logo img, #logo2 img {
	max-width: 100%;
	vertical-align: middle;
}
#logo .logo_mobile{
	display: none;
}
.icon-refresh {
	background: url(../images/icon_refresh.png) no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.icon-refresh:hover {
	background-position: 0 100%;
}
/**************************************************************/
/**************************************************************/
#wrapper {
}
#top_box {
	width: 100%;
	position: relative;
	background: #FFF url(../images/top_bg.png) center top repeat-x;
}
#top_box_info {
	padding: 15px 10px 23px 10px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#top_box_info .top_right {
	max-width: 530px;
	float: right;
	padding-top: 2%;
}
#top_box_info .top_right .fa-search{
	display: none;
}
#top_box_info .top_right .m_cart{
	display: none;
}
#top_box_info ul {
	padding-top: 0px;
	font-size: 0px;
}
#top_box_info ul .member_lv{
	font-size: 13px;
	background: linear-gradient(135deg, rgba(50,152,152,1) 0%,rgba(26,184,167,1) 100%);
	color: #fff;
	box-sizing: border-box;
	padding: 0 8px;
	border-radius: 4px;
}
#top_box_info ul li {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	list-style: none;
	margin-right: 5px;
	/*padding-right: 5px;*/
	color: #329898;
}
#top_box_info ul li:last-child {
	border: none;
}
#top_box_info ul li i {
	margin: 0 5px;
	color: #329898;
}
#top_box_info ul li a {
	font-size: 13px;
	color: #666666;
}
#top_box_info ul li.btn a {
	color: #329898;
}
#top_box_info ul li.btn a span {
	color: #D96D00;
	text-decoration: underline;
}
#top_menu_box {
	width: 100%;
}
/**************************************************************/
/**************************************************************/
#search {
	height: 34px;
	border: #D8D8D8 1px solid;
	position: relative;
	padding: 7px;
	margin: 0 auto;
	margin-bottom: 5px;
}
#search input {
	color: #AAAAAA;
}
#search .btn {
	width: 32px;
	height: 32px;
	position: absolute;
	right: -1px;
	top: 0px;
	border: 0px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/search_btn.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#search .btn:hover {
	background: url(../images/search_btn_.png) no-repeat;
}
/**************************************************************/
/**************************************************************/
#top_menu {
	margin: 0 auto;
	position: relative;
	background: #FFF;
	z-index: 10;
	padding: 4px 0 1px 0;
	background:#FFF url(../images/menu/bg.png) top repeat-x;
}
/**************************************************/
/**************************************************/
#top_u {
	height: 64px;
	width: 64px;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: 999;
	background: url(../images/top_u.png) no-repeat;
}
#top_u img {
}
#top_u:hover {
	background: url(../images/top_u_.png) no-repeat;
}
/**************************************************************/
/**************************************************************/
.left_btn {
}
.left_btn li {
	list-style: none;
}
.left_btn li a {
	width: 100%;
	height: 100%;
	display: block;
}
.left_btn li.btn01 {
	height: 91px;
	background: url(../images/fb1.png) no-repeat;
}
.left_btn li.btn01:hover {
	background: url(../images/fb1_.png) no-repeat;
}
.left_btn li.btn02 {
	height: 194px;
	background: url(../images/fb2.png) no-repeat;
}
.left_btn li.btn02:hover {
	background: url(../images/fb2_.png) no-repeat;
}
.left_btn li.btn03 {
	height: 63px;
	background: url(../images/IG.png) no-repeat;
}
.left_btn li.btn03:hover {
	    opacity: 0.8;
}
/**************************************************************/
/**************************************************************/
#rightnav {
	width: 64px;
	position: fixed;
	right: 0px;
	z-index: 50;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	top: 300px;
	z-index: 999;
}
#rightnav li {
	list-style: none;
	margin-bottom: 2px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#rightnav .cart {
	height: 152px;
	color: #FFF;
	font-size: 36px;
	text-align: center;
	font-family: "Arial Black";
	font-weight: bold;
	background: url(../images/rightnav/right_cart.png) no-repeat;
	border: 0;
}
#rightnav .cart:hover {
	background: url(../images/rightnav/right_cart_.png) no-repeat;
}
#rightnav .cart a {
	width: 100%;
	height: 100%;
	padding-top: 120px;
	display: block;
	color: #FFF;
}
#rightnav a {
	width: 100%;
	height: 100%;
	display: block;
}
#rightnav:hover {
}
#rightnav .paid_btn {
	height: 104px;
	background: url(../images/rightnav/paid_inform.png) no-repeat;
}
#rightnav .paid_btn2 {
    height: 104px;
    width:100%;
	background: url(../images/rightnav/order.jpg) no-repeat;
}
#rightnav .paid_btn:hover {
	background: url(../images/rightnav/paid_inform_.png) no-repeat;
	background-size: cover;
}
#rightnav .paid_btn2:hover{
    height: 104px;
    width:100%;
	background: url(../images/rightnav/order_.jpg) no-repeat;
}
#rightnav .home {
	height: 64px;
	background: url(../images/rightnav/home.png) no-repeat;
}
#rightnav .home:hover {
	background: url(../images/rightnav/home_.png) no-repeat;
}
#rightnav .rightnav_member_btn {
	display: none;
}
/**************************************************************/
/**************************************************************/
#main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top:40px;
	overflow: hidden;
	position: relative;
}
#leftside {
	width: 220px;
	float: left;
	padding-bottom:20px;
	position: relative;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
#rightside {
	width: calc(100% - 280px);
	float: right;
	position: relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#leftside_btn {
	position: absolute;
	top: 8px;
	display: none;
	padding: 10px;
	z-index: 999;
	border: #00527B 1px solid;
	color: #00527B;
	cursor: pointer;
	left: 10px;
}

/**************************************************************/
/*-側邊選單熱門產品*/
.hot_products {
	display: block;
	margin:20px auto 0;
}
.hot_products .content {
	padding: 0;
	margin: 0 -5px;
	margin-bottom: 20px;
	font-size: 0px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.hot_products .content ul {
	font-size: 0px;
}
.hot_products .content > li > a {
	text-decoration: none;
}
.hot_products .content li {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 20px;
	display: inline-block;
	list-style: none;
	float: unset;
}
.hot_products .content li:nth-child(2n+2) {
}
.hot_products .content .list:hover .photo {
}
.hot_products .content .list:hover .name {
	background: #1AB8A7;
}
.hot_products .content .list:hover .con {
	color: #FF7F00;
}
.hot_products .content .list {
	padding: 10px;
	border: #E6E6E6 1px solid;
	position: relative;
	margin: 0 auto;
}
.hot_products .content .photo {
    background: #f1f1f1;
	position: relative;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	width: unset !important;
    height: unset !important;
}
.hot_products .content .photo img {
	max-width: 100%;
    max-height: 100%;
}
.hot_products .content .name_box {
	padding: 0 5px;
}
.hot_products .content .name_box .right {
	width: calc(100% - 115px);
	float: left;
	padding-left: 10px;
}
.hot_products .content .name_box .btn {
}
.hot_products .content .name_box .btn input {
	/* max-width: 115px; */
	width: 100%;
	color: #FFF;
	padding: 3px 5px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.hot_products .content .name_box .btn .status1 {
	border: #3A770D 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7eb828+0,448c0f+70 */
	background: #7eb828; /* Old browsers */
	background: -moz-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7eb828), color-stop(70%, #448c0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* IE10+ */
	background: linear-gradient(to bottom, #7eb828 0%, #448c0f 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb828', endColorstr='#448c0f', GradientType=0 ); /* IE6-9 */
}
.hot_products .content .name_box .btn .status1:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#448c0f+29,7eb828+100 */
	background: #448c0f; /* Old browsers */
	background: -moz-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #448c0f), color-stop(100%, #7eb828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* IE10+ */
	background: linear-gradient(to bottom, #448c0f 29%, #7eb828 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#448c0f', endColorstr='#7eb828', GradientType=0 ); /* IE6-9 */
}
.hot_products .content .name_box .btn .status2 {
	border: #B20000 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2828+0,981616+70 */
	background: #ff2828; /* Old browsers */
	background: -moz-linear-gradient(top, #ff2828 0%, #981616 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff2828), color-stop(70%, #981616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff2828 0%, #981616 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff2828 0%, #981616 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff2828 0%, #981616 70%); /* IE10+ */
	background: linear-gradient(to bottom, #ff2828 0%, #981616 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2828', endColorstr='#981616', GradientType=0 ); /* IE6-9 */
}
.hot_products .content .name_box .btn .status2:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#981616+29,ff2828+100 */
	background: #981616; /* Old browsers */
	background: -moz-linear-gradient(top, #981616 29%, #ff2828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #981616), color-stop(100%, #ff2828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #981616 29%, #ff2828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #981616 29%, #ff2828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #981616 29%, #ff2828 100%); /* IE10+ */
	background: linear-gradient(to bottom, #981616 29%, #ff2828 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981616', endColorstr='#ff2828', GradientType=0 ); /* IE6-9 */
}
.hot_products .content .name_box .btn .status3 {
	border: #0365A7 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#049cfd+0,17649d+70 */
	background: #049cfd; /* Old browsers */
	background: -moz-linear-gradient(top, #049cfd 0%, #17649d 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cfd), color-stop(70%, #17649d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #049cfd 0%, #17649d 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #049cfd 0%, #17649d 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #049cfd 0%, #17649d 70%); /* IE10+ */
	background: linear-gradient(to bottom, #049cfd 0%, #17649d 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049cfd', endColorstr='#17649d', GradientType=0 ); /* IE6-9 */
}
.hot_products .content .name_box .btn .status3:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17649d+29,049cfd+100 */
	background: #17649d; /* Old browsers */
	background: -moz-linear-gradient(top, #17649d 29%, #049cfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #17649d), color-stop(100%, #049cfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #17649d 29%, #049cfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #17649d 29%, #049cfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #17649d 29%, #049cfd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #17649d 29%, #049cfd 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17649d', endColorstr='#049cfd', GradientType=0 ); /* IE6-9 */
}
.hot_products .content .name_box .btn .status4 {
	border: #D59F00 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc820+0,ea9800+71 */
	background: #ffc820; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc820), color-stop(71%, #ea9800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc820 0%, #ea9800 71%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc820', endColorstr='#ea9800', GradientType=0 ); /* IE6-9 */
}
.hot_products .content .name_box .btn .status4:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea9800+27,ffc820+100 */
	background: #ea9800; /* Old browsers */
	background: -moz-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #ea9800), color-stop(100%, #ffc820)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ea9800 27%, #ffc820 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9800', endColorstr='#ffc820', GradientType=0 ); /* IE6-9 */
}
.hot_products .content .name {
	color: #FFF !important;
	height: 30px !important;
	font-weight: bold !important;
	line-height: 30px !important;
	font-size: 14px !important;
	text-decoration: none;
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 5px;
	background: #319DD2;
	border-top: #319DD2 1px solid;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.hot_products .content .con {
	color: #878787;
	font-size: 13px;
	overflow: hidden;
	color: #878787;
	height: 32px;
	line-height: 16px;
	padding: 0 5px;
	margin-bottom: 0px;
	text-decoration: none;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot_products .content .list .price {
	font-size: 13px;
	color: #DA1414;
	line-height: 25px;
	font-family: "Arial Black", "微軟正黑體";
}
.hot_products .content .list .price.has_sale {
	color:#b5b5b5;
	text-decoration:line-through;
}
.hot_products .content .list .sale_price {
	font-size: 13px;
	color: #DA1414;
	line-height: 25px;
	font-family: "Arial Black", "微軟正黑體";
}
.hot_products .content .list .related_price {
	font-size: 13px;
	color: #DA1414;
	line-height: 25px;
	padding: 0 5px;
	font-family: "Arial Black", "微軟正黑體";
}
.hot_products .left_more_btn{
	width: 80%;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 11px 20px;
    transition: all .3s ease;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background: linear-gradient(to bottom, #049cfd 0%, #17649d 70%);
}
.hot_products .left_more_btn:hover{
	background: linear-gradient(to bottom, #17649d 0%, #049cfd 70%);
}
/*-*/
.fix-bottom{
	position: fixed;
	box-sizing: border-box;
	background: #004A70;
	width: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0;
    display: flex;
    z-index: 10000;
	height: 50px;
	transition: all .3s ease;
	display: none;
}
.fix-bottom .bottom-btn{
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
	width: auto;
    height: auto;
    z-index: 2;
    flex-grow: 1;
	color: #FFF;
	transition: all .3s ease;
}
.fix-bottom .bottom-btn:hover{
    background: #169dca;
}
.fix-bottom .bottom-btn + .bottom-btn:before{
	content: "";
    height: 100%;
    width: 1px;
    background: #0a5f8b;
    position: absolute;
    left: 0;
    top: 0;
}
.fix-bottom .bottom-btn .fa{
	margin-bottom: 4px;
    width: 20px;
    height: 18px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix-bottom .bottom-btn .bottom-title{
	font-size: 12px;
}
/**************************************************************/
.mobile_u{display:none;float:right;}

.top_menu_n{
	display: none;
}
.fc-view, .fc-view > table {
    z-index: 0 !important;
}
@media (max-width: 1350px) {

#rightnav .home,
#rightnav #top_u{
	display: none;
}
}

@media (max-width: 1220px) {
#main {
	padding-left:10px;
	padding-right:10px;
	padding-top:55px;
}
#top_menu {
	background: none;
	display: none;
}
#rightside {
	width: calc(100% - 240px);
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
	.top_menu_n{
		display: block;
		background: linear-gradient(to bottom, rgba(0,82,123,1) 0%,rgba(0,54,81,1) 100%);
	}
	.top_menu_n .menu_list{
		display: flex;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.top_menu_n .menu_list_link{
		width: calc(100% / 6);
		height: 55px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: relative;
		background: linear-gradient(to bottom, rgba(0,82,123,1) 0%,rgba(0,54,81,1) 100%);
		transition: all .3s ease;
		box-sizing: border-box;
		padding-bottom: 2px;
	}
	.top_menu_n .menu_list_link:hover{
		background: #169dca;
	}
	.top_menu_n .menu_list_link + .menu_list_link:before{
		content: "";
		height: 100%;
		width: 1px;
		background: #0a5f8b;
		position: absolute;
		left: 0;
		top: 0;
	}
	.top_menu_n .fa{
		font-size: 16px;
		color: #FFF;
		line-height: 25px;
		height: 25px;
	}
	.top_menu_n .menu_list_title{
		color: #FFF;
		font-size: 12px;
		letter-spacing: 0px;
		white-space: nowrap;
	}
	

}

@media (max-width: 970px) {
#main {
	padding-left: 0px;
	padding-right: 0px;
}
#leftside {
	height: calc(100% - 400px);
	margin-left:-100%;
	padding-bottom:50px;
	/*background: rgb(0,82,123);*/
	z-index: 9999;
}
#leftside_btn{
	display: block;
    color: #FFF;
    background: #00527B;
    width: 100px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    padding-left: 17px;
    box-shadow: 0px 5px 7px 2px #6666664f;
    border: 0;
    border-radius: 3px;
	top: 10px;
}
#leftside_btn:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    font-size: 16px;
    position: absolute;
    right: 11px;
    top: 7px;
    color: #ffffff;
    font-weight: normal;
}
#leftside_btn:after{
	content: "";
    background: #297ba5;
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#leftside_btn > .fa.fa-bars{
	display: none;
}
.left_menu{display:none;}
.mobile_u, .mobile_u .hot_products{display:block;}
.mobile_u .hot_products {
    display: none;
}
body.active {
}
body.active #leftside_btn {
	width: calc(100% - 20px);
    left: 10px;
    right: 0px;
    z-index: 9999;
}
body.active #leftside_btn:before {
    content: "\f00d"
}
/*body.active #rightside, body.active #iproducts_box, body.active #footer, body.active #menu_box{
	display:none;
}*/
body.active #leftside {
	width: calc(100% - 20px);
    margin-left: 10px;
    overflow: auto;
}
#rightside {
	width: 100%;
}
.left_btn li.btn01,.left_btn li.btn02{display:none !important;}
.hot_products{display:none;}
.leftside {width: 100%;}
.hot_products .content li {width: 50%;}
.left_btn li.btn03 {
	width:220px;
	margin:0 auto;
	display: none;
}
}

@media (max-width: 850px) {
	#wrapper {
		padding-top: 80px;
	}
	#top_box_info {
		padding: 14px 10px 18px 10px;
	}
	#logo {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
		margin-bottom: 0;
	}
	#logo .logo_desk{
		display: none;
	}
	#logo .logo_mobile{
		display: block;
		max-width: 160px;
		margin-left: auto;
		margin-right: auto;
	}
	#top_box_info ul {
		width: 100%;
		float: none;
		font-size: 0px;
		text-align: center;
		display: none;
	}
	#search {
		margin: 0 auto;
		margin-bottom: 0px;
		height: 55px;
		line-height: 36px;
		padding-right: 50px;
		background: #f7f7f7;
	}
	#search .btn {
		top: 9px;
		right: 12px;
		border-radius: 3px;
	}
	#search  > .form_use2{
		width: 100%;
		font-size: 15px;
	}
	body.active #leftside_btn {
	    width: 36px;
		left: 20px;
	}
	#leftside_btn:after{
		display: none;
	}
	#top_box_info .top_right {
		float: none;
		margin: 0 auto;
		position: fixed;
		right: 10px;
		top: 32px;
		width: 70px;
		height: 35px;
		padding-top: 0;
	}
	#top_box_info .top_right .fa-search{
		display: block;
	}
	#top_box_info .top_right .m_search_btn{
		width: 22px;
		display: inline-block;
		margin-left: 20px;
	}
	#top_box_info .top_right .m_search_btn .fa-search{
	    font-size: 22px;
    	color: #004d73;
		width: 22px;
	}
	#top_box_info .top_right .m_search_btn.active .fa-search:before{
		content: "\f00d";
	}
	#top_box_info .top_right #search1 {
		width: calc(100vw);
		position: absolute;
		right: -10px;
		top: 0;
		background: #ffffff;
		transition: all .3s ease;
		box-shadow: 0px 5px 7px 2px #6666664f;
		opacity: 0;
		pointer-events: none;
	}
	#top_box_info .top_right .m_search_btn.active #search1 {
		top: 48px;
		opacity: 1;
		pointer-events: all;
		box-shadow: none;
	}
	#top_box_info .top_right .m_cart{
		display: inline-block;
	}
	#top_box_info .top_right .m_cart .m_cart_link{
		position: relative;
		width: 22px;
		display: inline-block;
		height: 20px;
		top: -2px;
	}
	#top_box_info .top_right .m_cart_link .fa-shopping-cart{
		font-size: 22px;
		color: #004d73;
		width: 22px;
	}
	#top_box_info .top_right .m_cart .m_cart_qty{
		position: absolute;
		width: 16px;
		height: 16px;
		background: #D96D00;
		border-radius: 50%;
		top: -9px;
		right: -5px;
		color: #FFF;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
	}
	.fix-bottom{
		display: flex;
	}
	#top_box {
		position: fixed;
		top: 0;
		height: 80px;
		width: 100%;
		z-index: 2;
		background: #FFF;
		border-top: 3px solid #11233C;
		box-shadow: 0px 2px 4px 0px #00000026;
	}
	#leftside_btn {
		position: fixed;
		left: 20px;
		top: 26px;
	}
	#leftside_btn {
		width: 36px;
		height: 34px;
		font-size: 0;
		padding-left: 10px;
		background: transparent;
		box-shadow: unset;
	}
	#leftside_btn:before {
		content: "\f0c9";
		top: 5px;
		color: #00527B;
		font-size: 23px;
	}
	body #leftside {
		position: fixed;
		top: 135px;
		height: calc(100% - 130px);
		background: #FFF;
	}
	body.active #leftside {
		width: 280px;
		margin-left: 0px;
		padding-bottom: 0;
	}
	body.active #leftside > ul{
		/* width: 280px; */
	
	}
	body #wrapper.top_box_fixed #leftside {
	    top: 80px;
		height: calc(100% - 130px);
	}
	
	#rightnav .rightnav_member_btn {
		display: block;
		height: 104px;
    	width: 100%;
    	background: url(../images/rightnav/member_btn.png) no-repeat;
	}
	#rightnav .rightnav_member_btn:hover {
		background: url(../images/rightnav/member_btn_.png) no-repeat;
	}
	#rightnav .rightnav_member_btn2 {
		display: block;
		height: 104px;
    	width: 100%;
    	background: url(../images/rightnav/member_btn2.png) no-repeat;
	}
	#rightnav .rightnav_member_btn2:hover {
		background: url(../images/rightnav/member_btn2_.png) no-repeat;
	}
	#rightnav{
		top: auto;
		bottom:70px;
	}
}
@media (max-width: 600px) {
#banner {
	overflow: hidden;
	height: 128px;
}
.hot_products .content li {width: 100%;}
#rightnav{
    width:50px;
    top: auto;
    bottom:70px;
}
#rightnav .paid_btn2,
#rightnav .paid_btn{
    height:80px;
    background-size: cover;
}
#rightnav .cart{
	height: 121px;
    background-size: cover;
}
#rightnav .cart a {
    padding-top: 94px;
    font-size: 28px;
}
#rightnav .paid_btn2:hover {
	height: 80px;
    background: url(../images/rightnav/order_.jpg) no-repeat;
	background-size: cover;
}
#rightnav .cart:hover {
	height: 121px;
    background: url(../images/rightnav/right_cart_.png) no-repeat;
    background-size: cover;
}

#rightnav .rightnav_member_btn,
#rightnav .rightnav_member_btn:hover,
#rightnav .rightnav_member_btn2,
#rightnav .rightnav_member_btn2:hover {
	height: 80px;
    background-size: cover;
}

}
