/**ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢**/

.visible-xs {
	display: none;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: all .6s;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .08);
	padding: 0 3.28125vw 0 4.0625vw;
	/*border-bottom: 1px solid #eee;*/
}

header .nav-info {
	/*z-index: 11;position: fixed;top: 0;left: 0;width: 100%;margin: 0 auto;*/
}

header .nav-info .logoSearch {
	display: flex;
	align-items: center;
	height: 80px;
}

header form {
	margin-left: 5.729vw;
	position: relative;
}

header form input {
	width: 278px;
	line-height: 42px;
	border: 0;
	background: #f6f6f6;
	border-radius: 21px;
	color: #333;
	padding: 0 65px 0 15px;
}

header form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: url(../img/ss.png) no-repeat center center;
	border: 0;
	cursor: pointer;
}

header .crumbs {
	height: 80px;
	display: flex;
	align-items: center;
}

header .crumbs .cartBtn {
	position: relative;
}

header .crumbs .cartBtn span {
	position: absolute;
	color: #dc0000;
	font-size: 14px;
	left: 50%;
	transform: translateX(-50%);
	top: -14px;
	text-align: center;
}

header .crumbs li {
	float: left;
	margin: 0 0 0 1.92vw;
	position: relative;
	font-size: 12px;
	text-align: center;
	min-height: 52px;
}

header .crumbs a.btn_a {
	display: inline-block;
	width: 160px;
	line-height: 40px;
	background: #134ea5;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

header .crumbs a.btn_a:hover {
	opacity: .8;
}

header .crumbs .user-list {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	min-width: 187px;
	top: 65px;
	opacity: 0;
	visibility: hidden;
}

header .crumbs li:hover .user-list {
	top: 55px;
	opacity: 1;
	visibility: visible;
}

header .crumbs .user-list a {
	display: block;
	padding: 9px 30px;
	white-space: nowrap;
}

header .crumbs .user-list a:hover {
	background: #f5f5f5;
}

header .menuDiv .menu {
	text-align: left;
}

header .menuDiv .menu>ul {
	display: block;
}

header .menuDiv .menu>ul>li {
	float: left;
	margin: 0 39px 0 0;
}

header .menuDiv .menu>ul>li>a {
	height: 50px;
	line-height: 30px;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	text-align: center;
	color: #333;
	position: relative;
	font-size: 14px;
}

header .menuDiv .menu>ul>li:hover>a,
header .menuDiv .menu>ul>li:focus>a,
header .menuDiv .menu>ul>li.on>a,
header .menuDiv .menu>ul>li.active>a {
	background: none;
	color: #00bdff;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 60px;
	background: url(../img/menu1.png) no-repeat center center;
	background-size: 22px auto;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header .mbtn:active {
	opacity: .8;
}

body.on-menu header .mbtn {
	background: url(../img/menu-hide1.png) no-repeat center center;
	background-size: 22px auto;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.menu:after,
.menu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.menu #menu-button {
	display: none;
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left
}


/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/

.menu>ul>li>a {
	padding: 0;
	font-size: 15px;
	text-decoration: none;
	color: #555555;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff
}


/*.menu>ul>li.has-sub>a{padding-right:25px}*/


/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #fff;border-right:1px solid #fff;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/

.menu>ul>li.has-sub:hover>a::after {
	border-color: #fff
}

.menu ul ul {
	position: absolute;
	left: -9999px;
	text-align: center;
	width: 100%;
	border-top: 1px solid #eee;
}

.menu li:hover>ul {
	left: 0;
}


/*.menu.align-right li:hover>ul{right:0}*/

.menu ul ul ul {
	right: 100%;
	top: 61px;
}

.menu ul ul li:hover>ul {
	left: auto;
	margin-left: 0;
}


/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/

.menu ul ul li {
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	float: left;
	width: 14%;
	max-width: 203px;
	margin-right: 2%;
}

.menu ul ul {
	padding: 29px 63px 37px 78px;
	background: #fefefe;
	/*box-shadow: 0px 0px 10px rgba(0, 0, 20, 0.08);*/
	z-index: 11;
}

.menu ul ul li>a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.menu ul ul li>a .imgDiv {
	margin-bottom: 10px;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	color: #00bdff;
}


/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

@media (max-width:1220px) {}

@media (min-width:992px) and (max-width:1024px) {
	.menu ul ul ul,
	.menu ul ul li a {
		width: 100%;
	}
	.menu li:hover>ul {
		/*margin-left: -90px;*/
	}
	.menu ul ul {
		padding: 25px 20px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.menu ul ul ul,
	.menu ul ul li a {
		width: 180px;
	}
	.menu li:hover>ul {
		margin-left: -90px;
	}
}

@media (max-width:992px) {
	.menu {
		width: 100%
	}
	.menu ul {
		width: 100%;
		display: block;
	}
	.menu>ul>li>a {
		padding: 0 20px;
	}
	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}
	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, .15)
	}
	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}
	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}
	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		color: #fff;
		background: 0 0
	}
	.menu ul ul li:hover>a,
	.menu ul ul li a:hover {
		color: #fff
	}
	.menu ul ul ul li a {
		padding-left: 40px
	}
	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}
	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}
	#menu-line {
		display: none
	}
	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}
	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}
	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}
	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, .15);
		height: 52px;
		width: 52px;
		cursor: pointer
	}
	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #302D28;
		z-index: 99
	}
	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #302D28;
	;
		z-index: 99
	}
	.menu .submenu-button.submenu-opened:after {
		display: none
	}
	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}
	.menu ul ul ul {
		top: 0;
	}
	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		background-color: #fff;
		transition: right 300ms !important;
		padding: 0 50px 0 15px;
	}
	header .logo a {
		height: 60px;
		width: initial;
	}
	header .logo a img {
		max-height: 70%;
	}
	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}
	body.on-menu header .mbtn {
		z-index: 1;
	}
	header .menuDiv .menu {
		float: right;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		height: calc(100% - 60px);
		padding-top: 0;
		background-color: rgba(255, 255, 255, .9);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .menuDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: none;
		position: relative;
		max-width: initial;
	}
	header .menuDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		/*color: #fff;*/
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
	}
	header .menuDiv .menu>ul>li>a small {
		display: none;
	}
	header .menuDiv .menu>ul {
		display: block;
		padding-top: 0;
	}
	body.on-menu header .menuDiv .menu {
		right: 0;
	}
	body.on-menu .main {
		right: 0;
	}
	header .menuDiv .menu>ul>li>a {
		padding: 0 15px;
		background: none;
	}
	header .menuDiv .menu>ul>li>a::after {
		display: none;
	}
	header .menuDiv .menu>ul>li:hover,
	header .menuDiv .menu>ul>li:focus,
	header .menuDiv .menu>ul>li.on {
		background: none;
	}
	header .menuDiv .menu>ul>li.on>a {
		color: #006fcd;
	}
	.menu ul ul {
		box-shadow: none;
	}
	.menu ul ul li a {
		color: #302D28;
	}
	.menu ul ul li a .imgDiv {
		display: none;
	}
	header .nav-info .logoSearch {
		height: 60px;
	}
	header .crumbs {
		height: 60px;
		margin-right: 15px;
	}
	header .crumbs a {
		display: inline-block;
	}
	header .crumbs a img {
		height: 24px;
	}
	header form {
		margin: 0 15px;
	}
	header form input {
		width: 100%;
	}
	header .crumbs .cartBtn span {
		font-size: 12px;
		left: 58%;
		top: -9px;
	}
	header .crumbs li {
		min-height: 32px;
	}
}


/*banner*/

.banner1 {
	width: 100%;
	position: relative;
}

.banner1 .swiper-container {
	width: 100%;
	position: relative;
}

.banner1 .swiper-slide {
	overflow: hidden;
	width: 100vw;
}

.banner1 .img {
	width: 100vw;
	height: 100vh;
	background-size: cover;
	display: block;
}

.banner1 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.swiper-pagination-bullet {
	width: 44px;
	height: 9px;
	background: #fff;
	border-radius: 4.5px;
	opacity: .5;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.banner1 .swiper-button-next,
.banner1 .swiper-button-prev {
	width: 44px;
	height: 44px;
	margin-top: -22px;
}

.banner1 .swiper-button-next:hover,
.banner1 .swiper-button-prev:hover {
	opacity: .8
}

.banner1 .swiper-button-next {
	background: url(../img/right1.png) no-repeat center center;
	background-size: 100%;
	right: 45px;
}

.banner1 .swiper-button-prev {
	background: url(../img/left1.png) no-repeat center center;
	background-size: 100%;
	left: 45px;
}

.banner1 .textDiv {
	position: absolute;
	left: 96px;
	top: 46vh;
	background: rgba(255, 255, 255, .5);
	padding: 35px 40px;
	z-index: 1;
	max-width: 541px;
}

.banner1 .textDiv span {
	display: block;
	font-size: 36px;
	color: #134ea5;
}

.banner1 .textDiv p {
	font-size: 16px;
	color: #333333;
	line-height: 2;
	margin-top: 10px;
}

.index-title {
	color: #fff;
	position: relative;
}

.index-title span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	line-height: 1;
}

.index-title small {
	display: block;
	font-size: 60px;
	font-weight: bold;
	opacity: .1;
	position: absolute;
	top: -26px;
	left: 0;
	line-height: 1;
	text-transform: uppercase;
	z-index: 1;
}


/*ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â³ÃƒÂ¤Ã‚ÂºÃ…Â½ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬*/

.banner2 {
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	position: relative;
}

.banner2 .banner2-content {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	text-align: justify;
}

.banner2 .banner2-content .titleDiv {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.banner2 .banner2-content .titleDiv a {
	display: block;
	width: 120px;
	line-height: 44px;
	border: 1px solid #eeeeee;
	border-radius: 22px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
}

.banner2 .banner2-content .titleDiv a:hover {
	background: #eee;
}

.banner2 .banner2-content .row {
	margin: 10px -7.5px 0;
}

.banner2 .banner2-content .row>div {
	margin-top: 15px;
	text-align: center;
	padding: 0 7.5px;
}

.banner2 .banner2-content .row>div .textDiv {
	line-height: 44px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;/*Ã¥â€ â€¦Ã¥Â®Â¹Ã¨Â¶â€¦Ã¥Â®Â½Ã¥ÂÅ½Ã§Â¦ÂÃ¦Â­Â¢Ã¦ÂÂ¢Ã¨Â¡Å’Ã¦ËœÂ¾Ã§Â¤Âº*/
	overflow: hidden;/*Ã¨Â¶â€¦Ã¥â€¡ÂºÃ©Æ’Â¨Ã¥Ë†â€ Ã©Å¡ÂÃ¨â€”Â*/
	text-overflow:
			ellipsis;/*Ã¦â€“â€¡Ã¥Â­â€”Ã¨Â¶â€¦Ã¥â€¡ÂºÃ©Æ’Â¨Ã¥Ë†â€ Ã¤Â»Â¥Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·Ã¦ËœÂ¾Ã§Â¤Âº*/
}

.banner2 .banner2-content .row>div .textDiv i {
	width: 20px;
	height: 20px;
	background: url(../img/cart.png) no-repeat center center;
	display: inline-block;
	margin-right: 17px;
	position: relative;
	top: 3px;
}

.banner2 .banner2-content .row>div a:hover .textDiv {
	background: #000;
	color: #fff;
}

.banner2 .banner2-content .row>div a:hover .textDiv i {
	background: url(../img/cart_.png) no-repeat center center;
}


/*ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚Â*/

.banner3 {
	width: 100%;
	height: 100%;
}

.banner3 .banner3-content {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	padding: 0 3.28125vw 0 4.0625vw;
}

.banner3 .banner3-content .rowDiv {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner3 .banner3-content .rowDiv .textDiv {
	width: 55.6%;
}

.banner3 .banner3-content .rowDiv .textDiv span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

.banner3 .banner3-content .rowDiv .textDiv .line {
	width: 120px;
	height: 3px;
	background: #000;
	margin: 20px 0;
}

.banner3 .banner3-content .rowDiv .textDiv .p {
	font-size: 18px;
	line-height: 2;
	text-align: left;
}

.banner3 .banner3-content .rowDiv .videoDiv {
	width: 42.7%;
}

.banner3 .banner3-content .rowDiv .videoDiv video {
	display: block;
	width: 100%;
}


/*.banner3 .listDiv ul li a:hover{
	-webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}*/


/**ÃƒÂ¤Ã‚Â¼Ã‚ÂÃƒÂ¤Ã‚Â¸Ã…Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬ËœÃƒÂ¥Ã‚Â±Ã¢â‚¬Â¢ÃƒÂ¥Ã…Â½Ã¢â‚¬Â ÃƒÂ§Ã‚Â¨Ã¢â‚¬Â¹**/

.aboutDiv {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
	padding-top: 43.88vh;
}

.aboutDiv:before {
	content: "";
	width: 100%;
	height: 43.88vh;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/i-bg1.jpg) no-repeat center top;
	background-size: cover;
}

.aboutDiv .conDiv {
	background: #fff;
	text-align: center;
	padding: 35px 0 70px;
}

.aboutDiv .conDiv span {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	margin: 20px 0 30px;
}

.aboutDiv .conDiv .p p {
	line-height: 2;
}


/**ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â®Ã‚Â¢ÃƒÂ¦Ã‹â€ Ã‚Â·**/

.banner5 {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.banner5:before {
	content: "";
	width: 100%;
	height: 43.88vh;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/i-bg2.jpg) no-repeat center top;
	background-size: cover;
}

.banner5 .banner5-content {
	width: 100%;
	position: absolute;
	top: 35.79vh;
}

.banner5 .banner5-content .hdDiv {
	text-align: center;
}

.banner5 .banner5-content .hdDiv form {
	position: relative;
	max-width: 790px;
	margin: 0 auto;
	overflow: hidden;
}

.banner5 .banner5-content .hdDiv form input {
	width: 72.2%;
	line-height: 58px;
	border: 1px solid #dddddd;
	background: transparent;
	padding: 0 28px;
	font-size: 18px;
	float: left;
}

.banner5 .banner5-content .hdDiv form button {
	width: 36%;
	text-align: center;
	background: #000;
	line-height: 60px;
	padding: 0;
	border: 0;
	float: right;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.banner5 .upper {
	margin-top: 12.4vh;
}

.footerDiv .upper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 60px 0 90px;
}

.footerDiv .upper .wrap {
	overflow: hidden;
}

.footerDiv .upper .leftDiv {
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.footerDiv .upper .leftDiv .listDiv {
	width: 50%;
}

.footerDiv .upper .leftDiv .listDiv span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

.footerDiv .upper .leftDiv .listDiv a {
	display: block;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
}

.footerDiv .upper .leftDiv .listDiv a:hover {
	color: #000;
}


/*.banner5 .banner5-content .bdDiv .leftDiv div{margin-top: 4.6vh;padding-left: 38px;}
.banner5 .banner5-content .bdDiv .leftDiv div.telDiv{background: url(../img/tel.png) no-repeat left center;}
.banner5 .banner5-content .bdDiv .leftDiv div.addrDiv{background: url(../img/addr.png) no-repeat left center;}
.banner5 .banner5-content .bdDiv .leftDiv div.mailDiv{background: url(../img/mail.png) no-repeat left center;}*/

.footerDiv .upper .rightDiv {
	width: 37%;
}

.footerDiv .upper .rightDiv .shareDiv {
	display: flex;
	justify-content: space-between;
}

.footerDiv .upper .rightDiv .shareDiv a {
	transition: all .3s;
}

.footerDiv .upper .rightDiv .shareDiv a:hover {
	transform: rotate(30deg);
}

.footerDiv .btnDiv {
	width: 100%;
	position: relative;
	margin-bottom: 44px;
}

.footerDiv .btnDiv .defaultDiv {
	line-height: 70px;
	border-radius: 35px;
	background: #333333;
	color: #fff;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	display: block;
}

.footerDiv .btnDiv .defaultDiv:hover {
	opacity: .8;
}

.footerDiv .btnDiv .dropdownDiv {
	position: absolute;
	left: 0;
	top: 90px;
	background: #fff;
	border-radius: 13px;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .08);
	padding: 25px;
	text-transform: uppercase;
	display: none;
}

.footerDiv .btnDiv .dropdownDiv .closeImg {
	position: absolute;
	right: 23px;
	top: 20px;
	cursor: pointer;
}

.footerDiv .btnDiv .dropdownDiv .title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.banner5 .btnDiv .dropdownDiv .p {
	font-size: 16px;
	line-height: 1.8;
	margin: 10px 0 0;
}

.banner5 .btnDiv .dropdownDiv a {
	display: block;
	line-height: 65px;
	border-radius: 35px;
	text-align: center;
	background: #994246;
	color: #fff;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
}

.banner5 .btnDiv .dropdownDiv a:hover {
	opacity: .8;
}

.banner6 {
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	position: relative;
}

.banner6 .banner6-content {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: calc(100% - 130px);
	display: flex;
	align-items: center;
}

.banner6 .row {
	margin: 0;
}

.banner6 .row>div {
	padding: 0;
}

.banner6 .row>div a {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner6 .row>div .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.banner6 .row>div img {
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}

.banner6 .row>div a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


/*footer*/

.copyright {
	padding: 18px 0;
	font-size: 12px;
	color: #666666;
	border-top: 1px solid #eee;
}

.main {
	padding: 130px 0 100px;
}

.breadcrumbs {
	padding: 60px 0 50px;
}

.breadcrumbs p {
	font-size: 24px;
	float: left;
	margin-right: 30px;
}

.breadcrumbs form {
	position: relative;
	float: left;
}

.breadcrumbs form input {
	width: 278px;
	line-height: 42px;
	border: 0;
	background: #f6f6f6;
	border-radius: 21px;
	color: #333;
	padding: 0 65px 0 15px;
}

.breadcrumbs form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: url(../img/ss.png) no-repeat center center;
	border: 0;
	cursor: pointer;
}

.wrap1445 {
	max-width: 1445px;
	width: 90%;
	margin: 0 auto;
}

.product .pro_menu .menuDiv {
	margin-bottom: 40px;
	width: 245px;
	padding-right: 20px;
}

.product .pro_menu .menuDiv>a {
	font-weight: bold;
}

.product .pro_menu .menuDiv a {
	display: block;
	margin-top: 15px;
	position: relative;
}

.product .pro_menu .menuDiv a::before {
	content: "";
	width: 2px;
	height: 0;
	background: #134ea5;
	position: absolute;
	left: 0;
	top: 5px;
	transition: 0.5s;
}

.product .pro_menu .menuDiv a.on,
.product .pro_menu .menuDiv a:hover {
	padding-left: 10px;
	color: #134ea5;
}

.product .pro_menu .menuDiv a.on::before,
.product .pro_menu .menuDiv a:hover::before {
	/*width: 2px;*/
	height: 14px;
	transition: 0.5s;
}

.product .pro_menu .menuDiv .level2 {
	display: none;
}

.productDiv {
	width: calc(100% - 245px);
}

.productDiv .tab {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-bottom: 1px solid #eee;
	padding: 18px 0;
	margin-bottom: 25px;
}

.productDiv .tab a {
	display: inline-block;
	background: #e5e5e5;
	padding: 5px;
	margin-left: 12px;
}

.productDiv .tab a.on {
	background: #999999;
}

.productDiv .tab a span {
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	overflow: hidden;
	transition: 0.3s;
	background-size: 16px;
}

.productDiv .tab a.on span {
	background-position: 0 100%;
}

.productDiv .tab a.row_1 span {
	background-image: url(../img/a-icon1.png);
}

.productDiv .tab a.row_2 span {
	background-image: url(../img/a-icon2.png);
}

.productDiv .row1 .imgWrapper {
	padding: 40.4% 50.45%;
}

.productDiv .row .imgWrapper .btnsDiv {
	position: absolute;
	right: 0;
	top: 0;
}

.priceDiv p {
	font-size: 22px;
	display: inline-block;
	color: #ff4646;
}

.priceDiv p sup {
	top: -0.5em;
	font-size: 55%;
	padding: 0 1px;
}

.priceDiv .save_span {
	display: inline-block;
	color: #18a6e3;
	border: 1px dashed #18a6e3;
	font-size: 12px;
	padding: 2px 8px;
	font-weight: bold;
	margin-left: 5px;
	position: relative;
	top: -3px;
}

.productDiv .row .below span {
	width: 210px;
	display: block;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

.productDiv .row .imgWrapper p {
	/*padding: 7px;*/
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: 0.5s;
	margin-top: 5px;
	cursor: pointer;
}

.productDiv .row .imgWrapper p b {
	padding: 7px;
	background: #a4a4a9;
	width: 30px;
	height: 30px;
	transition: 0.5s;
}

.productDiv .row .imgWrapper p b i {
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 16px;
	padding: 7px;
	transition: 0.5s;
}

.productDiv .row .imgWrapper p.wishlist.on i {
	background-position: 0 100%;
	transition: 0.5s;
}

.productDiv .row .imgWrapper p.quick_view i {
	background-image: url(../img/quickview.png);
}

.productDiv .row .imgWrapper p.wishlist i {
	background-image: url(../img/wishlist.png);
}

.productDiv .row .imgWrapper p span {
	font-weight: bold;
	color: #fff;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	background: #c1272e;
	line-height: 30px;
	padding: 0 7px;
	font-size: 14px;
	text-decoration: underline;
}

.productDiv .row .imgWrapper p:hover b {
	background: #c1272e;
	transition: 0.5s;
}

.productDiv .row .imgWrapper p:hover span {
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
}

.border2 {
	border: 2px solid #333;
}

.productDiv .row2 .imgWrapper {
	padding: 20.5% 25.5%;
	/*padding: 9% 10%;*/
}

.productDiv .row2 .leftDiv {
	width: calc(100% - 175px);
	/*width: 100%;*/
}

.productDiv .row2 .leftDiv .text {
	/*width: 80%;*/
	width: 45%;
	padding-left: 3%;
}

.plussub {
	margin-left: 100px;
}

.productDiv .row2 .rightDiv p {
	margin-bottom: 23px;
}

.productDiv .row2 .rightDiv {
	width: 175px;
}

.productDiv .row {
	margin: -25px -13px;
}

.productDiv .row>div {
	padding: 25px 13px;
}

.popup .conDiv {
	padding: 30px 0;
}

.popup .conDiv .leftDiv {
	position: relative;
	width: 48%;
	padding: 0 50px;
	padding-bottom: 35px;
}

.popup .swiper-button-next,
.popup .swiper-button-prev {
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background-size: 28px;
	background-image: url(../img/prew@3x.png);
}

.popup .swiper-button-prev,
.popup .swiper-container-rtl .swiper-button-next {
	left: 0;
}

.popup .swiper-button-next,
.popup .swiper-container-rtl .swiper-button-prev {
	right: 0;
	transform: rotate(180deg);
}

.popup .swiper-pagination {
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
}

.popup .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #000;
	opacity: 0.2;
	margin: 0 4px;
}

.popup .swiper-pagination-bullet-active {
	opacity: 1;
}

.popup .conDiv .rightDiv {
	width: 52%;
	padding: 0 38px;
}

.colorff4646 {
	color: #ff4646;
}


/******/

.pageDiv {
	margin-top: 50px;
	text-align: center;
}

.pageDiv a,
.pageDiv span {
	display: inline-block;
	font-size: 16px;
	color: #666;
	line-height: 33px;
	margin: 0 6px;
	padding: 0 12px;
	border-radius: 5px;
	border: 1px solid #eee;
}

.pageDiv a:hover,
.pageDiv span {
	background: #333333;
	color: #fff;
	border: 1px solid #333333;
}

.pagrNum {
	width: calc(100% - 100px);
	padding-left: 50px;
}

.pageDiv .rightDiv {
	font-size: 14px;
	color: #666;
}

.pageDiv .rightDiv select {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 5px;
}

.pagination{
	justify-content: center;
}

.breadcrumbDiv {
	color: #999;
	font-size: 14px;
	padding: 30px 0;
}


/***ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦***/

.prodeDiv1 .leftDiv {
	width: 67.4%;
}

.prodeDiv1 .leftDiv .smallDiv {
	/*padding: 34px 0;
	width: 12.6%;*/
	padding: 39.5% 6.5%;
	position: relative;
}

.prodeDiv1 .rightDiv {
	width: 30%;
	float: right;
}

.prodeDiv1 .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.prodeDiv1 .gallery-top {
	/* height: 100%; */
	width: 85.4%;
}

.prodeDiv1 .gallery-top .swiper-slide {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.prodeDiv1 .gallery-top .swiper-slide .imgDiv {
	display: flex;
	justify-content: center;
	align-items: center;
}

.prodeDiv1 .gallery-top .swiper-slide img {
	max-height: 100%;
}

.prodeDiv1 .gallery-thumbs {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 84%;
	left: 0;
	top: 8%;
}

.prodeDiv1 .gallery-thumbs .swiper-slide {
	height: 102px;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.prodeDiv1 .gallery-thumbs .swiper-slide img {
	max-height: 100%;
}

.prodeDiv1 .gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #333;
}

.prodeDiv1 .swiper-button-next,
.prodeDiv1 .swiper-button-prev {
	width: 30px;
	height: 18px;
	margin-top: 0;
	left: 50%;
	margin-left: -15px;
}

.prodeDiv1 .swiper-button-next:hover,
.prodeDiv1 .swiper-button-prev:hover {
	opacity: .8
}

.prodeDiv1 .swiper-button-next {
	background: url(../img/right.png) no-repeat center center;
	background-size: 100%;
	right: auto;
	bottom: 0;
	top: auto;
}

.prodeDiv1 .swiper-button-prev {
	background: url(../img/left.png) no-repeat center center;
	background-size: 100%;
	top: 0;
}

.prodeDiv1 .swiper-button-next:after,
.prodeDiv1 .swiper-button-prev:after {
	content: "";
}

.prodeDiv1 h3 {
	font-size: 22px;
	line-height: 1.5;
}

.prodeDiv1 .priceDiv {
	color: #c71d2a;
	padding: 10px 0;
}

.prodeDiv1 .priceDiv .was_price {
	color: #666;
	text-decoration: line-through;
}

.prodeDiv1 .priceDiv h2 {
	font-size: 24px;
}

.colorDiv li {
	display: inline-block;
	position: relative;
	margin-top: 5px;
}

.colorDiv li input {
	position: absolute;
	display: none;
}

.colorDiv li label {
	text-align: center;
	font-size: 14px;
}

.colorDiv li label .imgDiv {
	border: 2px solid transparent;
}

.colorDiv li label img {
	max-width: 65px;
}

.colorDiv input:checked+label .imgDiv {
	border: 2px solid #333;
}

label {
	position: relative;
	display: inline-block;
	z-index: 1;
	cursor: pointer;
	margin-bottom: 0;
}

.prodeDiv1 .shareDiv a {
	margin-right: 10px;
}

.prodeDiv1 .shareDiv img {
	max-width: 40px;
}

.quantity .plussub {
	border: 1px solid #dddddd;
	border-radius: 100px;
	overflow: hidden;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quantity .plussub input {
	display: block;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 70px;
	text-align: center;
}

.quantity .plussub span {
	display: block;
	width: 30px;
	text-align: center;
	cursor: pointer;
}

.prodeDiv1 .btnDiv .collectBtn {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prodeDiv1 .btnDiv .collectBtn.on span {
	background-position: 0 100%;
	transition: 0.3s;
}

.prodeDiv1 .btnDiv .collectBtn span {
	display: block;
	background-image: url(../img/collect.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
	transition: 0.3s;
}

.prodeDiv1 .btnDiv p {
	width: 227px;
}

.btnBtn {
	display: inline-block;
	padding: 0 34px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.mr40 {
	margin-right: 40px;
}


/*ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ship*/

.prodeDiv4 .wrapper {
	position: relative;
	padding: 0 65px;
}

.prodeDiv4 .swiper-button-next,
.prodeDiv4 .swiper-button-prev {
	width: 44px;
	height: 44px;
	margin-top: -22px;
	background-size: 44px;
	background-image: url(../img/arrow1@3x.png);
}

.prodeDiv4 .swiper-button-next,
.prodeDiv4 .swiper-container-rtl .swiper-button-prev {
	right: 0;
	transform: rotate(180deg);
}

.prodeDiv4 .swiper-button-prev,
.prodeDiv4 .swiper-container-rtl .swiper-button-next {
	left: 0;
}

.prodeDiv4 .swiper-slide {
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid #eee;
}

.prodeDiv4 .swiper-slide .text {
	padding: 15px;
}

.videoWrap a {
	display: block;
	overflow: hidden;
	position: relative;
}

.videoWrap a .imgDiv {
	background: #000;
}

.videoWrap a img {
	width: 100%;
}

.videoWrap a .player-btn {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	z-index: 1;
	text-align: center;
}

.videoWrap a .vd-btn-ico {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=70);
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.videoWrap a .vd-btn-ico::before {
	content: '';
	width: 23px;
	height: 23px;
	background: url(../img/play.svg)no-repeat;
	background-size: 23px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}

.videoWrap a:hover .vd-btn-ico {
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
	border-radius: 35px 85px 85px 35px / 60px 60px 60px 60px;
}

.videoWrap a:hover .vd-btn-ico::before {
	background: url(../img/play.svg)no-repeat;
	transition: 0.5s;
}


/*ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ¥Ã¢â‚¬Â¡Ã‚ÂºÃƒÂ¥Ã‚Â±Ã¢â‚¬Å¡*/

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	color: #333;
}

.popup-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popup.active {
	display: block;
}

.popup-content {
	max-width: 1000px;
	max-height: 80vh;
	padding: 15px;
	background: #fff;
	margin: 0 auto;
	margin-top: 50vh;
	transform: translateY(-50%);
	position: relative;
	z-index: 2;
	overflow-y: auto;
}

.popup-content .videoDiv video {
	width: 100%;
}

.popup-content .video-box-close {
	display: block;
	width: 45px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(../img/close1.svg);
	background-size: 22px;
}

@media screen and (max-width: 1024px) {
	.popup-content .video-box-close {
		right: 0;
		z-index: 9;
		border-radius: 0 0 5px 5px;
		width: 35px;
		height: 26px;
		-webkit-background-size: 16px;
		background-size: 16px;
		top: auto;
		bottom: -26px;
	}
}

.tips li img {
	max-height: 21px;
}

.tips li {
	padding-left: 30px;
}

.tips li.transport {
	background: url(../img/icon1.png)left center no-repeat;
	background-size: 22px;
}

.tips li.time {
	background: url(../img/icon2.png)left center no-repeat;
	background-size: 22px;
}

.tips li.paypal {
	background: url(../img/icon3.png)left center no-repeat;
	background-size: 22px;
}

.proDetail .title {
	font-size: 20px;
	margin-bottom: 30px;
}

.prodeDiv3 .content {
	border: 1px solid #dddddd;
	overflow-y: auto;
	padding: 30px;
	max-height: 500px;
}

.prodeDiv3 .content h5,
.prodeDiv3 .content p {
	font-size: 14px;
	padding: 5px 0;
}

.pt260 {
	padding-top: 260px;
}

.idDiv {
	padding-top: 150px;
	margin-top: -150px;
}

.content::-webkit-scrollbar {
	/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*/
	width: 5px;
	/*ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚Â®Ã‚Â½ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¥Ã‹â€ Ã‚Â«ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¦Ã‚Â¨Ã‚ÂªÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â°Ã‚ÂºÃƒÂ¥Ã‚Â¯Ã‚Â¸*/
	height: 1px;
}

.content::-webkit-scrollbar-thumb {
	/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€*/
	border-radius: 10px;
	background: #999999;
}

.content::-webkit-scrollbar-track {
	/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã‚Â½Ã‚Â¨ÃƒÂ©Ã‚ÂÃ¢â‚¬Å“*/
	padding: 5px;
}

.prodeDiv2 {
	position: relative;
}

.prodeDiv2 .detail_menu {
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	width: 100%;
	z-index: 11;
}

.prodeDiv2 .detail_menu li {
	display: inline-block;
}

.prodeDiv2 .detail_menu.navFix {
	position: fixed;
	top: 130px;
}

.prodeDiv2 a {
	display: inline-block;
	position: relative;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid transparent;
	margin-right: 80px;
}

.prodeDiv2 a.active,
.prodeDiv2 a:hover {
	color: #134ea5;
	border-bottom: 1px solid #134ea5;
}

.font_blod {
	font-weight: bold;
}

.color666 {
	color: #666;
}

.prodeDiv5 .upper img,
.prodeDiv6 .below img {
	max-width: 37px;
	margin-right: 5px;
}

.prodeDiv5 ul li,
.prodeDiv6 ul li {
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 11px;
}

.prodeDiv6 ul li .upper img {
	max-height: 19px;
}

.proDetail .more {
	text-align: right;
	color: #134ea5;
	margin-top: 30px;
}

.prodeDiv6 .below {
	display: flex;
	align-items: center;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 25px;
}

.prodeDiv6 .below .rightDiv {
	border-left: 1px solid #eee;
	padding-left: 15px;
	margin-left: 15px;
}


/***ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¶ÃƒÂ¨Ã¢â‚¬â€Ã‚Â***/

.cartBox .order_lists {
	width: 100%;
	display: flex;
	align-items: center;
	border-top: 1px solid #e7e7e7;
	padding: 30px 0;
}

.order_lists .rightDiv {
	width: 100%;
}

.order_lists .rightDiv.manage {
	/* width: calc(100% - 45px); */
}

.order_content .rightDiv .list_con {
	width: calc(100% - 170px);
	padding-right: 30px;
}

.order_content .list_img {
	width: 25%;
}

.order_content .list_text {
	width: 75%;
	padding-left: 20px;
}

.order_content .list_con p a {
	display: block;
	font-size: 18px;
}

.order_lists .list_con .reviewDiv {
	padding: 20px 0;
}

.reviewDiv span {
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}

.reviewDiv img {
	max-height: 14px;
}

.order_lists .list_con .priceDiv span {
	color: #999;
}

.order_lists .list_con .priceDiv strong {
	font-size: 18px;
	color: #ff4646;
	margin-left: 90px;
}

.not-allowed {
	cursor: not-allowed;
}

.cartTop {
	padding-bottom: 30px;
}

.cartTop .list_num span {
	color: #999999;
}

.cartTop .manageBtn {
	text-decoration: underline;
	color: #FF4646;
	font-weight: bold;
}

a.del_allBtn {
	text-decoration: underline;
	color: #FF4646;
	font-weight: bold;
}

.bgaaa {
	background: #aaaaaa;
}

.bg134ea5 {
	background: #134ea5;
}

.list_op {
	display: flex;
	align-items: center;
}

.cartDiv .list_chk {
	display: none;
}

.cartBox .list_btn {
	display: block;
	width: 170px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.list_op .delete_btn {
	text-decoration: underline;
	color: #FF4646;
	font-weight: bold;
	margin-right: 30px;
}


/***ÃƒÂ¨Ã‚Â´Ã‚Â­ÃƒÂ§Ã¢â‚¬Â°Ã‚Â©ÃƒÂ¨Ã‚Â½Ã‚Â¦***/

.bar-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
	z-index: 999;
	padding: 27px 0;
}

.bar-wrapper .wrap {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bar-right {
	overflow: hidden;
}

.bar-wrapper .totalMoney {
	font-size: 14px;
	color: #999;
}

.bar-wrapper .totalMoney .total_text {
	font-size: 28px;
	color: #ff4646;
}

.bar-wrapper .calBtn {
	display: block;
	color: #fff;
	font-size: 18px;
	background: #ff4646;
	padding: 9px 42px;
	font-weight: bold;
	margin-left: 40px;
}

.cartBox .list_con .specs li {
	overflow: hidden;
	padding: 5px 0;
}

.cartBox .list_con .specs span {
	display: block;
	color: #666;
	width: 110px;
	float: left;
}

.cartBox .list_con .specs p {
	float: left;
}

.cartDiv .order_content .rightDiv .list_con {
	width: calc(100% - 330px);
}

.cartDiv .cartBox .list_info {
	width: 250px;
}

.cartDiv .cartBox .list_info>div {
	padding: 5px 0;
}

.cartDiv .cartBox .list_info span {
	display: block;
	float: left;
	color: #999;
}

.cartDiv .cartBox .list_info p {
	float: right;
}

.colorff4646 {
	color: #ff4646;
}

.cartDiv .cartBox .list_info p.total_price {
	font-weight: bold;
	font-size: 24px;
}

.cartDiv .order_content .list_img {
	width: 39%;
}

.cartDiv .order_content .list_text {
	width: 60%;
}

.cartDiv .order_content .list_con p a {
	margin-bottom: 15px;
	margin-top: 10px;
}

.cartDiv .cartBox .list_btn {
	margin-top: 10px;
}

.cartBox .list_con .specs li.quantity {
	display: flex;
	align-items: center;
}

.cartBox .list_con .specs .amount_box {
	border-radius: 50px;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cartBox .list_con .specs .amount_box input {
	display: block;
	border: none;
	text-align: center;
	width: 60px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.cartBox .list_con .specs .amount_box a {
	width: 30px;
	display: block;
	text-align: center;
}


/***ÃƒÂ¦Ã‚ÂÃ‚ÂÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¨Ã‚Â®Ã‚Â¢ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢***/

.confirmDiv .upper .leftDiv {
	width: 67.5%;
	padding-top: 15px;
}

.confirmDiv .upper .leftDiv ul {
	overflow: hidden;
}

.confirmDiv .upper .leftDiv ul li {
	float: left;
	width: 33.3%;
	padding-left: 7%;
	font-size: 14px;
}

.confirmDiv .upper .leftDiv ul li a.change {
	color: #3aa7ec;
	margin-left: 10px;
}

.confirmDiv .upper .leftDiv ul li p:first-child {
	margin-bottom: 5px;
}

.confirmDiv .upper .leftDiv ul li p.cardDiv img {
	max-width: 30px;
	margin-right: 10px;
}

.confirmDiv .upper .leftDiv ul li:first-child {
	padding-left: 0;
}

.confirmDiv .upper .leftDiv textarea {
	width: 100%;
	border: 1px solid #dddddd;
	height: 104px;
	padding: 15px;
	margin-top: 20px;
	font-size: 14px;
}

.confirmDiv .upper .leftDiv input {
	border: 1px solid #dddddd;
	height: 35px;
	width: calc(100% - 85px);
	border-radius: 5px;
	padding: 0 10px;
	margin-right: 5px;
}

.confirmDiv .upper .leftDiv button {
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #333;
	width: 75px;
	height: 35px;
	background: no-repeat;
	text-align: center;
	padding: 0;
}

.confirmDiv .upper .rightDiv {
	width: 29.3%;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 25px 15px 20px;
	min-width: 265px;
}

.confirmDiv .upper .rightDiv .place_order {
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #cf9e33;
	background-image: -moz-linear-gradient(90deg, rgb(242, 200, 95) 0%, rgb(252, 233, 185) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(242, 200, 95) 0%, rgb(252, 233, 185) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(242, 200, 95) 0%, rgb(252, 233, 185) 100%);
	text-align: center;
	width: 66%;
	margin: 0 auto;
	padding: 6px 0;
	cursor: pointer;
}

.confirmDiv .upper .rightDiv table {
	width: 100%;
	margin-top: 20px;
}

.confirmDiv .upper .rightDiv table th {
	font-size: 14px;
	padding-bottom: 8px;
}

.confirmDiv .upper .rightDiv table td {
	font-size: 12px;
	padding-bottom: 10px;
}

.confirmDiv .upper .rightDiv table td:last-child {
	text-align: right;
}

.confirmDiv .upper .rightDiv table tr:last-child td {
	color: #b32e10;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 0;
}

.color008f79 {
	color: #008f79;
}

.confirmDiv .below {
	border-top: 1px solid #ddd;
	margin-top: 40px;
}

.confirmDiv .below .goods_info .leftDiv {
	width: 20%;
}

.confirmDiv .below .goods_info .leftDiv .imgDiv {
	width: 100%;
}

.colorb32e10 {
	color: #b32e10;
}

.confirmDiv .below .goods_info .rightDiv {
	width: 80%;
	padding-left: 20px;
}

.confirmDiv .below .goods_info .rightDiv h6 {
	font-size: 18px;
}

.confirmDiv .below .goods_info .rightDiv ul li {
	margin-top: 15px;
}

.confirmDiv .below .goods_info .rightDiv ul li span:first-child {
	color: #666;
	width: 135px;
	display: inline-block;
}


/***ÃƒÂ¥Ã…â€œÃ‚Â°ÃƒÂ¥Ã‚ÂÃ¢â€šÂ¬&ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¶ÃƒÂ¨Ã‚Â¡Ã…â€™ÃƒÂ¥Ã‚ÂÃ‚Â¡***/

.addressDiv ul li {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.member_address ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.member_address .radioDiv {
	width: 20px;
}

.member_address a.edit {
	display: block;
	width: 70px;
	background: url(../img/edit@3x.png)left center no-repeat;
	background-size: 17px;
	color: #134ea5;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 35px;
}

.addressDiv ul li .add_info {
	width: calc(100% - 90px);
	padding: 0 20px;
}

.cardDiv ul {
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.cardDiv ul li {
	border: 1px solid #ddd;
	padding: 12px 15px;
	margin-bottom: 18px;
	transition: 0.5s;
}

.cardDiv ul li.checked {
	border: 1px solid #f1a36a;
	background: #fefaf7;
	transition: 0.5s;
}

.cardDiv .card_info img {
	max-width: 36px;
	margin-right: 10px;
}

.cardDiv a.delete {
	width: 50px;
	display: block;
	color: #f81f39;
	font-weight: bold;
	text-decoration: underline;
}

.card_info {
	width: 50%;
	padding-left: 20px;
}

.card_name {
	width: calc(50% - 50px);
	text-align: center;
}


/*.radio_box {
	position: relative;
	padding: 5px 0;
	padding-left: 20px;
}

.radio_box input {
	visibility: hidden;
	z-index: 2;
}

.radio_box label {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.radio_box input:checked+label {
	border: 1px solid #2a57fb;
}

.radio_box input:checked+label:after {
	background: #2a57fb;
}*/

.radioDiv {
	position: relative;
}

.radioDiv input {
	visibility: hidden;
}

.radioDiv label {
	position: relative;
	display: inline-block;
	z-index: 1;
	border: 1px solid #999;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.radioDiv input:checked+label {
	border: 1px solid #2a57fb;
}

.radioDiv input:checked+label::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2a57fb;
	position: absolute;
	top: 2px;
	left: 2px;
}

.addPopup .popup-content,
.cardPopup .popup-content {
	width: 500px;
	padding: 0;
}

.popup .content p {
	text-align: center;
	font-size: 20px;
	padding: 18px;
	border-bottom: 1px solid #ddd;
}

.popup .content form {
	width: 100%;
	padding: 25px 8%;
}

.popup .content form input {
	width: 100%;
	display: block;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
}

.popup .content form button {
	font-size: 18px;
	border: none;
	text-transform: uppercase;
	width: 80%;
	margin: 20px auto;
	display: block;
	line-height: 50px;
}


/***ÃƒÂ¨Ã‚Â®Ã‚Â¢ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨***/

.orderDiv .tab {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
}

.orderDiv .tab a {
	display: inline-block;
	padding: 7px 30px;
	border-radius: 500px;
	border: 1px solid #333;
	margin-right: 20px;
}

.orderDiv .tab a.on,
.orderDiv .tab a:hover {
	color: #fff;
	border: 1px solid #134ea5;
	background: #134ea5;
}

.orderDiv .time_select select {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 5px;
	margin-left: 5px;
	border-radius: 3px;
	text-decoration: underline;
}

a.a_link {
	text-decoration: underline;
	font-size: 14px;
	display: block;
	text-align: right;
	font-weight: bold;
	margin-top: 25px;
}

a.a_link:hover {
	color: #134ea5;
}

a.a_btn_red {
	border: 1px solid #ff4646;
	color: #ff4646;
	font-size: 14px;
}

a.a_btn_black {
	border: 1px solid #333;
}

a.a_btn_gray {
	background: #bbbbbb;
	color: #fff;
}

.btnBtn2 {
	display: inline-block;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.order_list li:first-child {
	margin-top: 60px;
}

.order_list li {
	border-radius: 5px;
	border: 1px solid #eee;
	overflow: hidden;
	margin-top: 30px;
}

.order_list .upper {
	padding: 20px;
}

.order_list .upper .leftDiv .textDiv:first-child {
	margin-right: 90px;
}

.order_list .upper .leftDiv .textDiv strong {
	display: inline-block;
	margin-bottom: 8px;
}

.order_list .upper .a_link {
	margin-top: 10px;
}

.order_list .upper .leftDiv .textDiv h6 {
	font-size: 18px;
	color: #FF4646;
}

.order_list .below {
	padding: 35px 28px;
	border-top: 1px solid #eee;
}

.order_list .below .leftDiv p {
	font-size: 18px;
	margin-bottom: 25px;
}

.order_list .below .leftDiv {
	width: calc(100% - 250px);
}

.order_list .below .leftDiv .imgDiv {
	width: 27%;
}

.order_list .below .leftDiv .text {
	width: 73%;
	padding: 0 20px;
}

.order_list .below .rightDiv {
	width: 250px;
	text-align: right;
}

.mr30 {
	margin-right: 30px;
}


/***ÃƒÂ¨Ã‚Â®Ã‚Â¢ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦***/

.order_details ul {
	border: 1px solid #eee;
}

.order_details ul li {
	overflow: hidden;
	padding: 25px;
	border-top: 1px solid #eee;
	font-size: 14px;
}

.order_details ul li:first-child {
	border: none;
}

.goods_info .imgDiv {
	width: 17%;
}

.goods_info .text {
	width: 83%;
	padding-left: 20px;
}

.order_details .goods_info .leftDiv {
	width: calc(100% - 150px);
}

.order_details .goods_info .leftDiv .imgDiv {
	width: 24%;
}

.order_details .goods_info .leftDiv .text {
	width: 76%;
}

.goods_info .text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.goods_info .text .below {
	font-size: 16px;
	margin-top: 10px;
}

.goods_info .text .below span {
	display: inline-block;
	color: #666;
	width: 120px;
}

.order_details .goods_info .rightDiv {
	width: 150px;
	text-align: right;
}

.order_details .goods_info .rightDiv a {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	background: url(../img/cart2.png)left center no-repeat;
	background-size: 23px;
	padding-left: 35px;
}

.order_details .priceDiv table {
	color: #666;
	float: right;
}

.order_details .priceDiv table td {
	padding: 5px 0;
}

.order_details .priceDiv table td:last-child {
	text-align: right;
	padding-left: 110px;
}

.order_details .priceDiv table td.total_price {
	font-size: 24px;
	color: #FF4646;
}

.order_details .detail_btns p {
	float: left;
	text-decoration: underline;
}

.a_btn_gray2 {
	border: 1px solid #dddddd;
	font-size: 14px;
}

.order_details .detail_btns .rightDiv a {
	margin-left: 20px;
}

.order_details .detail_btns .rightDiv a:first-child {
	margin-left: 0;
}

.bgff4646 {
	background: #ff4646;
}

.order_details form {
	margin-top: 35px;
}

.order_details form ul {
	overflow: hidden;
	border: none;
	margin: -25px;
}

.order_details form ul li {
	float: left;
	width: 50%;
	border: none;
}

.order_details form h6 {
	font-size: 14px;
	margin-bottom: 20px;
}

.order_details form h6 span {
	color: #FF4646;
}

.order_details form input {
	width: 100%;
	border: 1px solid #eee;
	padding: 12px;
}

.order_details form button {
	margin: 0 auto;
	display: block;
	border: none;
	margin-top: 55px;
}


/***ÃƒÂ¨Ã‚Â®Ã‚Â¢ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¦Ã‚ÂÃ‚ÂÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¦Ã‹â€ Ã‚ÂÃƒÂ¥Ã…Â Ã…Â¸***/

.order_placed .upper {
	padding: 55px;
	font-weight: bold;
	font-size: 24px;
	color: #008f79;
	background: url(../img/dui@3x.png)left center no-repeat;
	background-size: 34px;
}

.order_placed .receive_info {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}


/***ÃƒÂ§Ã¢â‚¬Â°Ã‚Â©ÃƒÂ¦Ã‚ÂµÃ‚Â***/

.logistics table {
	display: block;
	border-top: 1px solid #ddd;
	margin-top: 50px;
	padding-top: 20px;
}

.logistics table td {
	padding: 5px 0;
}

.logistics table td:first-child {
	font-weight: bold;
	margin-right: 20px;
	display: inline-block;
}


/***ÃƒÂ©Ã¢â€šÂ¬Ã¢â€šÂ¬ÃƒÂ¦Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã‚Â´Ã‚Â§ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬Â¹Ã‚Â©***/

.return_replace ul {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 55px;
}

.return_replace ul li {
	width: 29%;
	padding: 0 5%;
}

.return_replace ul li .wrapper {
	position: relative;
	padding: 50%;
}

.return_replace ul li .content .imgDiv {
	width: 100%;
}

.return_replace ul li .content img {
	max-width: 30%;
}

.return_replace ul .content {
	border: 1px solid #333;
	border-radius: 10px;
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}

.return_replace ul li .content::before {
	content: '';
	width: 39px;
	height: 39px;
	background: url(../img/before@3x.png)center no-repeat;
	background-size: 100%;
	position: absolute;
	top: -1px;
	right: 0;
	opacity: 0;
	transition: 0.5s;
}

.return_replace ul li:hover .content::before {
	opacity: 1;
	transition: 0.5s;
}

.return_replace ul li .content::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 9px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #333;
	opacity: 0;
	transition: 0.5s;
}

.return_replace ul li:hover .content::after {
	opacity: 1;
	transition: 0.5s;
}


/*.return_replace ul li:hover .content {
	border: 2px solid #333;
}*/

.return_replace ul .content h6 {
	font-size: 16px;
	margin-top: 30px;
}

.return_replace ul li a {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #134ea5;
	border-radius: 100px;
	display: inline-block;
	padding: 7px 40px;
	position: relative;
	top: 20px;
	opacity: 0;
	visibility: hidden;
}

.return_replace ul li:hover a {
	top: 30px;
	opacity: 1;
	visibility: visible;
}


/***ÃƒÂ©Ã¢â€šÂ¬Ã¢â€šÂ¬ÃƒÂ¨Ã‚Â´Ã‚Â§***/

.returnDiv {
	padding-top: 55px;
	font-size: 14px;
}

.returnDiv .add_info {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.create_review form input,
.returnDiv form input,
.returnDiv form select {
	width: 100%;
	height: 47px;
	line-height: 47px;
	border: 1px solid #ddd;
	background: no-repeat;
	padding: 0 10px;
}

.create_review form textarea,
.returnDiv form textarea {
	border: 1px solid #ddd;
	padding: 10px;
	background: no-repeat;
	width: 100%;
	height: 125px;
}

.returnDiv .waybillDiv {
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-top: 30px;
	padding-left: 110px;
	position: relative;
}

.returnDiv .waybillDiv strong {
	position: absolute;
	left: 0;
	line-height: 47px;
}

.returnDiv form ul {
	margin: 0 -25px;
}

.returnDiv form ul li {
	float: left;
	width: 50%;
	padding: 0 25px;
}

.returnDiv form ul li p {
	padding: 15px 0;
}

.returnDiv form ul li p span {
	color: #FF4646;
}

.add_picture {
	width: 116px;
	height: 116px;
	position: relative;
	border: 2px dashed #ddd;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add_picture img {
	max-width: 35%;
}

.add_picture input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.returnDiv form button,
.create_review form button {
	width: 280px;
	line-height: 45px;
	border-radius: 5px;
	margin: 0 auto;
	background: #134ea5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
	border: none;
	margin-top: 75px;
}


/***ÃƒÂ¨Ã‚Â¯Ã¢â‚¬Å¾ÃƒÂ¤Ã‚Â»Ã‚Â·***/

.review_Div .goods_info .imgDiv {
	width: 8%;
}

.create_review form button {
	margin-top: 10px;
}

.review_Div ul li {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.review_Div ul li:last-child {
	border: none;
}

.rating-stars {
	width: 100%;
}

.rating-stars .rating-stars-container {
	font-size: 0px;
}

.rating-stars .rating-stars-container .rating-star {
	display: inline-block;
	font-size: 20px;
	color: #999;
	cursor: pointer;
	padding: 0 5px;
}

.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
	color: #ff7a32;
}

.rating-stars .rating-stars-container .rating-star.is--no-hover {
	color: #999;
}

.rating-stars .clearBtn {
	text-decoration: underline;
	color: #00b1f3;
}

.review_Div h6 {
	font-size: 16px;
	margin-bottom: 20px;
}

.review_Div span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	margin-top: -5px;
}


/******/

.contactDiv {
	padding: 57px 0 100px;
}

.contactDiv .rowDiv {
	display: flex;
	justify-content: space-between;
}

.contactDiv .rowDiv .leftDiv {
	width: 26.6%;
}

.contactDiv .rowDiv .centerDiv {
	width: 17.6%;
}

.contactDiv .rowDiv .rightDiv {
	width: 35.8%;
}

.contactDiv .rowDiv span {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contactDiv .rowDiv>div>div {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 30px;
	margin: 10px 0 20px;
}

.contactDiv .rowDiv div.telDiv {
	background: url(../img/tel.png) no-repeat left center;
}

.contactDiv .rowDiv div.addrDiv {
	background: url(../img/addr.png) no-repeat left center;
}

.contactDiv .rowDiv div.mailDiv {
	background: url(../img/mail.png) no-repeat left center;
}

.contactDiv .rowDiv div.fbDiv {
	background: url(../img/FB1.png) no-repeat left center;
}

.contactDiv .rowDiv div.insDiv {
	background: url(../img/ins1.png) no-repeat left center;
}

.contactDiv .rowDiv div.ttDiv {
	background: url(../img/tuite1.png) no-repeat left center;
}

.contactDiv .rowDiv form input {
	width: 100%;
	line-height: 48px;
	border: 1px solid #eeeeee;
	padding: 0 20px;
	margin-bottom: 12px;
}

.contactDiv .rowDiv form textarea {
	width: 100%;
	border: 1px solid #eeeeee;
	padding: 10px 20px;
	margin-bottom: 12px;
	resize: none;
	height: 139px;
	display: block;
}

.contactDiv .rowDiv form button {
	display: block;
	width: 150px;
	line-height: 55px;
	background: #134ea5;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	border: 0;
	font-weight: bold;
	margin: 30px auto 0;
	padding: 0;
	cursor: pointer;
}

.contactDiv .rowDiv form button:hover {
	opacity: .8;
}


/**ÃƒÂ§Ã¢â€žÂ¢Ã‚Â»ÃƒÂ¥Ã‚Â½Ã¢â‚¬Â¢**/

.loginRegDiv {
	min-height: 100vh;
	min-width: 100%;
	background: url(../img/sign-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.loginRegDiv a.return_a {
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	background: #134ea5;
	color: #fff;
	box-shadow: 0px 0px 10px rgba(19, 78, 165, .7);
	text-align: center;
	position: absolute;
	right: 59px;
	top: 39px;
	border-radius: 7px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.loginRegDiv a.return_a img {
	position: relative;
	margin-right: 15px;
	top: -2px;
}

.loginRegDiv a.return_a:hover {
	opacity: .8;
}

.loginRegDiv .loginDiv {
	max-width: 880px;
	width: 94%;
	margin: 0 auto;
	padding: 17.8vh 0;
}

.loginRegDiv .findPwdDiv {
	max-width: 880px;
	width: 94%;
	margin: 0 auto;
	padding: 16.3vh 0;
}

.loginRegDiv .signDiv {
	max-width: 880px;
	width: 94%;
	margin: 0 auto;
	padding: 85px 0 30px;
}

.loginRegDiv .logoImg {
	margin: 0 auto 57px;
	display: block;
}

.loginRegDiv .formDiv .titleDiv {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.loginRegDiv .formDiv {
	background: #fff;
	padding: 7.1% 10.2%;
	border-radius: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
}

.loginRegDiv .formDiv .inputDiv {
	margin-bottom: 30px;
	background: #f6f6f6;
	padding: 0 35px 0 40px;
	border-radius: 35px;
	position: relative;
}

.loginRegDiv .formDiv .inputDiv em {
	font-style: initial;
	color: #ff2c2c;
	position: absolute;
	left: -19px;
	top: 50%;
	margin-top: -12px;
}

.loginRegDiv .formDiv .inputDiv input {
	width: 100%;
	position: relative;
	padding-left: 52px;
	line-height: 70px;
	border: 0;
	font-family: arial;
	font-size: 16px;
}

.loginRegDiv .formDiv .inputDiv input.mail {
	background: url(../img/s-icon2.png) no-repeat left center;
}

.loginRegDiv .formDiv .inputDiv input.pwd {
	background: url(../img/s-icon5.png) no-repeat left center;
	padding-right: 50px;
}

.loginRegDiv .formDiv .inputDiv input.username {
	background: url(../img/s-icon1.png) no-repeat left center;
}

.loginRegDiv .formDiv .inputDiv input.vcode {
	background: url(../img/s-icon3.png) no-repeat left center;
}

.loginRegDiv .formDiv .inputDiv input.tel {
	background: url(../img/s-icon4.png) no-repeat left center;
}

.loginRegDiv .formDiv .inputDiv input.icode {
	background: url(../img/s-icon6.png) no-repeat left center;
}

.loginRegDiv .formDiv .findPwd {
	text-align: right;
	line-height: 1;
}

.loginRegDiv .formDiv .findPwd a {
	font-size: 14px;
	color: #134ea5;
	font-weight: bold;
	text-transform: uppercase;
}

.loginRegDiv .formDiv .findPwd a:hover {
	text-decoration: underline;
}

.loginRegDiv .formDiv button {
	display: block;
	max-width: 295px;
	line-height: 72px;
	font-weight: bold;
	border-radius: 40px;
	border: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px auto 0;
	border: 1px solid #134ea5;
	padding: 0;
	cursor: pointer;
	width: 80%;
}

.loginRegDiv .formDiv button:hover {
	opacity: .8;
}

.loginRegDiv .formDiv button.loginBtn {
	background: #134ea5;
	color: #fff;
}

.loginRegDiv .formDiv button.signBtn {
	background: #fff;
	color: #134ea5;
}

.loginRegDiv .formDiv .inputDiv button {
	display: block;
	position: absolute;
	right: 22px;
	top: 0;
	line-height: 70px;
	text-align: center;
	border: 0;
	background: transparent;
	font-size: 14px;
	color: #134ea5;
	text-transform: uppercase;
	font-weight: normal;
	height: 100%;
	margin: 0;
	width: 116px;
	cursor: pointer;
}

.loginRegDiv .formDiv .inputDiv button:before {
	content: "";
	width: 1px;
	height: 18px;
	background: #134ea5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}

.memberDiv .mhdDiv {
	background: #3d3c44;
	color: #fff;
	padding: 50px 0 130px;
}

.memberDiv .mhdDiv .wrap {
	position: relative;
}

.memberDiv .mhdDiv .txDiv {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	overflow: hidden;
}

.memberDiv .mhdDiv .infoDiv {
	margin-left: 44px;
	margin-top: 30px;
}

.memberDiv .mhdDiv .infoDiv .name {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.memberDiv .mhdDiv .infoDiv .mail {
	color: #999999;
	margin: 15px 0 0;
	font-size: 18px;
}

.memberDiv .mhdDiv a.return_a {
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #333;
	text-align: center;
	/*position: absolute;*/
	right: 0;
	top: -15px;
	border-radius: 7px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.memberDiv .mhdDiv a.return_a img {
	position: relative;
	margin-right: 15px;
	top: -2px;
}

.memberDiv .mhdDiv a.return_a:hover {
	opacity: .8;
}

.memberDiv .mbdDiv {
	margin-top: -86px;
	padding-bottom: 70px;
}

.memberDiv .mbdDiv .mleftDiv {
	width: 280px;
	padding-top: 86px;
}

.memberDiv .mbdDiv .mleftDiv .row {
	margin: 0 -22px;
}

.memberDiv .mbdDiv .mleftDiv .row>div {
	padding: 0 22px;
	margin-top: 33px;
	text-align: center;
}

.memberDiv .mbdDiv .mleftDiv .row>div a {
	display: block;
	height: 120px;
	color: #333;
	font-size: 13px;
	padding-top: 24px;
	border-radius: 30px;
}

.memberDiv .mbdDiv .mleftDiv .row>div a span {
	display: block;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv {
	height: 36px;
	position: relative;
	display: inline-block;
	width: 40px;
	margin: 0 auto 12px;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv i {
	display: block;
	width: 6px;
	height: 6px;
	background: #ff3333;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv.icon1 {
	background: url(../img/m-icon1.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv.icon2 {
	background: url(../img/m-icon2.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv.icon3 {
	background: url(../img/m-icon3.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv.icon4 {
	background: url(../img/m-icon4.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv.icon5 {
	background: url(../img/m-icon5.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv.icon6 {
	background: url(../img/m-icon6.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv.icon7 {
	background: url(../img/m-icon7.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div a .iconDiv.icon8 {
	background: url(../img/m-icon8.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div.active a .iconDiv.icon1 {
	background: url(../img/m-icon1_.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div.active a .iconDiv.icon2 {
	background: url(../img/m-icon2_.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div.active a .iconDiv.icon3 {
	background: url(../img/m-icon3_.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div.active a .iconDiv.icon4 {
	background: url(../img/m-icon4_.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div.active a .iconDiv.icon5 {
	background: url(../img/m-icon5_.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div.active a .iconDiv.icon6 {
	background: url(../img/m-icon6_.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div.active a .iconDiv.icon7 {
	background: url(../img/m-icon7_.png) no-repeat center center;
}

.memberDiv .mbdDiv .mleftDiv .row>div.active a,
.memberDiv .mbdDiv .mleftDiv .row>div.active:hover a {
	background: #292e42;
	color: #fff;
}

.memberDiv .mbdDiv .mleftDiv .row>div:hover a {
	background: #fff;
}

.memberDiv .mbdDiv .mRightDiv {
	width: calc(100% - 280px - 4.6%);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.memberDiv .mbdDiv .mRightDiv .member_info {
	padding: 7.15% 10.2%;
	min-height: 680px;
}

.memberDiv .mbdDiv .mRightDiv .member_info .name {
	font-weight: bold;
	font-size: 26px;
	margin: 30px 0 20px;
}

.memberDiv .mbdDiv .mRightDiv .member_info .touxiangDiv {
	text-align: center;
	position: relative;
	/*width: 132px;*/
	margin: 0 auto;
	margin-bottom: 50px;
}

.memberDiv .mbdDiv .mRightDiv .member_info .touxiangDiv img {
	width: 132px;
	height: 132px;
	border-radius: 50%;
}

.memberDiv .mbdDiv .mRightDiv .member_info .touxiangDiv input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.memberDiv .mbdDiv .mRightDiv .member_info .touxiangDiv a {
	display: block;
	color: #999;
	margin-top: 15px;
	font-size: 18px;
}

.memberDiv .mbdDiv .mRightDiv .member_info form ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.memberDiv .mbdDiv .mRightDiv .member_info form ul li .reviseBtn {
	color: #134ea5;
	font-size: 18px;
	text-decoration: underline;
	display: block;
	text-align: right;
	width: 60px;
}

.memberDiv .mbdDiv .mRightDiv .member_info form .inputDiv {
	background: #f6f6f6;
	padding: 0 35px 0 40px;
	border-radius: 35px;
	position: relative;
	overflow: hidden;
	width: calc(100% - 80px);
}

.memberDiv .mbdDiv .mRightDiv .member_info form .inputDiv input {
	width: auto;
	position: relative;
	padding: 0;
	line-height: 70px;
	border: 0;
	font-family: arial;
	font-size: 18px;
	background: transparent;
	float: right;
	text-align: right;
	font-size: 18px;
	color: #333;
}

.memberDiv .mbdDiv .mRightDiv .member_info form .inputDiv span {
	padding-left: 52px;
	display: block;
	line-height: 70px;
	color: #999;
}

.memberDiv .mbdDiv .mRightDiv .member_info form .inputDiv span.username {
	background: url(../img/s-icon1.png) no-repeat left center;
}

.memberDiv .mbdDiv .mRightDiv .member_info form .inputDiv span.mail {
	background: url(../img/s-icon2.png) no-repeat left center;
}

.memberDiv .mbdDiv .mRightDiv .member_info form .saveBtn {
	display: block;
	width: 295px;
	line-height: 65px;
	background: #134ea5;
	color: #fff;
	border-radius: 33px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 59px auto 0;
	border: none;
}

.memberDiv .mbdDiv .mRightDiv .member_password {
	padding: 7.1% 10.2%;
}

.memberDiv .mbdDiv .mRightDiv .member_password .inputDiv {
	margin-bottom: 34px;
	background: #f6f6f6;
	padding: 0 35px 0 40px;
	border-radius: 35px;
	position: relative;
}

.memberDiv .mbdDiv .mRightDiv .member_password .inputDiv input {
	width: 100%;
	position: relative;
	padding-left: 52px;
	line-height: 70px;
	border: 0;
	font-family: arial;
	font-size: 18px;
	color: #333;
}

.memberDiv .mbdDiv .mRightDiv .member_password .inputDiv input.pwd {
	background: url(../img/s-icon5.png) no-repeat left center;
	padding-right: 50px;
}

.memberDiv .mbdDiv .mRightDiv .member_password input.mail {
	background: url(../img/s-icon2.png) no-repeat left center;
}

.memberDiv .mbdDiv .mRightDiv .member_password input.vcode {
	background: url(../img/s-icon3.png) no-repeat left center;
}

.memberDiv .mbdDiv .mRightDiv .member_password input.username {
	background: url(../img/s-icon1.png) no-repeat left center;
}

.memberDiv .mbdDiv .mRightDiv .member_password .saveBtn {
	display: block;
	max-width: 295px;
	line-height: 65px;
	font-weight: bold;
	border-radius: 40px;
	border: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin: 59px auto 0;
	background: #134ea5;
	color: #fff;
	padding: 0;
	cursor: pointer;
	width: 80%;
}

.memberDiv .mbdDiv .mRightDiv .member_password .saveBtn:hover {
	opacity: .8;
}

.memberDiv .mbdDiv .mRightDiv .member_password .inputDiv button {
	display: block;
	position: absolute;
	right: 22px;
	top: 0;
	line-height: 70px;
	text-align: center;
	border: 0;
	background: transparent;
	font-size: 14px;
	color: #134ea5;
	text-transform: uppercase;
	font-weight: normal;
	height: 100%;
	margin: 0;
	width: 116px;
	cursor: pointer;
}

.memberDiv .mbdDiv .mRightDiv .member_password .inputDiv button:before {
	content: "";
	width: 1px;
	height: 18px;
	background: #134ea5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}

.memberDiv .mbdDiv .mRightDiv .member_cart {
	padding: 5% 6%;
}


/*ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¨Ã‚Â¿Ã¢â‚¬ÂºÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»*/

body .move_l {
	position: relative;
	opacity: 0;
	left: -100px;
}

@keyframes move_l {
	from {
		opacity: 0;
		left: -100px;
	}
	to {
		opacity: 1;
		left: 0;
	}
}

@-webkit-keyframes move_l {
	from {
		opacity: 0;
		left: -100px;
	}
	to {
		opacity: 1;
		left: 0;
	}
}


/*ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¨Ã‚Â¿Ã¢â‚¬ÂºÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»*/

body .move_r {
	position: relative;
	opacity: 0;
	right: -100px;
}

@keyframes move_r {
	from {
		opacity: 0;
		right: -100px;
	}
	to {
		opacity: 1;
		right: 0;
	}
}

@-webkit-keyframes move_r {
	from {
		opacity: 0;
		right: -100px;
	}
	to {
		opacity: 1;
		right: 0;
	}
}

.return_placed .content {
	margin-top: -20px;
}

.return_placed .receive_info {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
	border-bottom: none;
}

.atar_Show {
	background: url(../img/stark2.png);
	width: 100px;
	height: 15px;
	position: relative;
	float: left;
	margin-top: 5px;
}

.atar_Show p {
	background: url(../img/stars2.png);
	left: 0;
	height: 15px;
}