
/*模拟下拉框通用样式*/
.select { position: relative; display: inline-block; box-sizing: border-box; border: 1px solid #8a8b8c; height: 35px; background-color: white; line-height: 35px; }
.select:after { position: absolute; content: "\e60a"; z-index: 0; font-family: "iconfont"; top: 50%; right: 10px; display: block; margin-top: -6px; width: 12px; height: 11px; }
.select.open:after { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); }
.sel-show { position: relative; z-index: 1; padding: 0 40px 0 10px; color: #757575; }
.sel-list { position: absolute; top: 34px; left: 0; z-index: 9; display: none; box-sizing: border-box; border-radius: 0 0 3px 3px; box-shadow: 0 1px 2px 1px #eaeaea; overflow-y: auto; width: 100%; max-height: 150px; background-color: white; line-height: 20px; }
.select.open .sel-list { display: inline-block; }
.sel-list li { padding: 5px 10px; }
.sel-list li:hover { background-color: #F0F0F0; cursor: pointer; color: #666666; }
.select.disable { border: none; }
.select.disable:after { background: none; }
.select02 { border: 0; border-bottom: 1px solid #545454; height: 30px; }
.select02:after { right: 5px; top: 1px; margin-top: 0; width: initial; height: initial; }
.select02.open:after { top: -3px; }
.select02 .sel-show { padding: 0 25px 0 10px; }
.select02 .sel-list { top: initial; bottom: 30px; border-radius: 0; border: 1px solid #ccc; max-height: 200px; box-shadow: initial; }
.select02 .sel-list li { padding: 2px 10px; }
.select02 .sel-list li:hover { background-color: #9ECC5F; font-size: 14px; color: #fff; }
.j-turn { cursor: pointer; }
.noclick.j-turn { cursor: no-drop; }
.select-new { border: none; height: initial; background-color: transparent; line-height: initial; }
.select-new::after{content:'\e61e'}
.select-new .sel-show{cursor:pointer;}
.select-new .sel-list{top:28px;padding-top:5px;padding-bottom:5px;box-shadow: 0px 0px 10px 0px rgba(77,77,77,0.21);max-height: 235px;border-radius: 4px;}
.select-new .sel-list li{position:relative;padding-top:11px;padding-bottom:11px;padding-left:36px;text-align:left;}
.select-new .sel-list li:hover { background-color: #F9F9F9; }
.select-new .curr{color:#9ECC5F;background-color:#F0F5F5;}
.select-new .curr::before{position: absolute; content: "\e618"; z-index: 0; font-family: "iconfont"; left: 10px; display: block; font-size:20px;color: #9ECC5F;}

/*模拟checkbox*/
/*.checkbox { position: relative; padding-left: 25px; }
.checkbox:first-child { margin-top: 0; }
.checkbox:before { content: ''; position: absolute; left: 0; top: 50%; display: block; margin-top: -10px; width: 20px; height: 20px; background: url(/images/common/icon14_03.png) no-repeat center; }
.checkbox.checked:before { background-image: url(/images/common/icon15_03.png); }*/
/*点击切换通用样式*/
/*.wrapper为切换窗口最外层，限制整体大小。需在里面套用.j-boxs控制所有内容总长度。其中.j-box是每个容器的控制类。.j-btns是底部切换小按钮的总控制器。.j-lr是左右切换按钮的控制器*/
.c-wrapper {
	position: relative;
	width: 100%; /*height: 420px; */
	overflow: hidden;
}
.c-wrapper .cw-box { float: left; /*width: 1200px;*/ text-align: center; }
.c-wrapper .cw-btns { position: absolute; margin-top: 35px; /*height: 10px;*/height: 16px; width: 100%; line-height: 10px; text-align: center; }
.c-wrapper .cw-btns span { display: inline-block; border-radius: 10px; /*padding: 4px; width: 16px; height: 16px;*/ margin: 4px; border:4px solid transparent; width: 8px; height: 8px; background-color: #acacac; /*background-clip: content-box;*/ -webkit-transition: width 0.5s; -moz-transition: width 0.5s; -ms-transition: width 0.5s; -o-transition: width 0.5s; transition: width 0.5s; }
.c-wrapper .cw-btns span.curr { top: 0; position: relative; /*padding: 2px; */width: 24px; height: 8px; background-color: #9ECC5F; /*background-clip: padding-box;*/ }
.c-wrapper .cw-btn-lr { position: absolute; top: 50%; display: block; margin-top: -100px; width: 100%; /*height: 35px;*/ height: 0px; line-height: 30px; }
.c-wrapper .cw-btn-lr .cw-btn-l { float: left; left: 0px; cursor: pointer; }
.c-wrapper .cw-btn-lr .cw-btn-r { float: right; right: 0; cursor: pointer; /*-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);*/ }

/*图片居中*/
.img-center { display: inline-block; position: relative;    /*border: solid 1px #cbcbcb;*/ padding-bottom: 100%; width: 100%; overflow: hidden; }
.img-center img { position: absolute; top: 50%; left: 50%;    /*width: 100%;*/ max-height: 100%; max-width: 100%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

/*页面样式*/
.container03 {
	width: 1340px !important;
}
.coo-r .fs40{font-family:'Times New Roman';}

.bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.bg01 { background: url(/images/home/bac_catalog.png) no-repeat top right; background-size: auto 90%; background-color: #f5f5f5; }
.bg02 { background: url(/images/about/cooperation_bac.jpg) no-repeat bottom center; background-size: 100%; background-color: #f3f3f3; }
.bg03 { background: url(/images/about/cooperation_bac2.jpg) repeat-y center right; background-size: 100%; background-color: #fff; }
.bg04 { background: url(/images/bg01.jpg); background-size: 100%; }
.container { min-width: 300px; }

/*==================header==================*/
.header { margin-bottom: 0; min-height: 60px; background-color: #fff; font-size: 16px;padding:0;}
.header .navbar-header { position: relative; }
.header .navbar-header button.navbar-toggle { position: absolute; right: 5px; top: 50%; margin-top: 0; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); }
.header .navbar-brand { padding: 25px 15px 18px 0; height: 80px; }
.header .navbar-nav>li{margin-left: 20px; margin-right: 20px;font-size:1.25rem;}
.header .navbar-nav>li .iconfont{color:#909090;font-size:14px;}
.header .navbar-nav>li>a { position: relative;display:inline-block; margin-left: 0; margin-right: 0;padding-left:0;padding-right:0; line-height: 40px; color: inherit; }

.header .nav>li { position: relative; }
.header .nav .nav-full{position:static;}
.header .nav>li .dropdown-menu {display: block;padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; top: 140px; z-index: -1; transform: translateY(50px);-webkit-transform: translateY(50px); opacity: 0; height: 0; overflow: hidden;    /*transition: 0.5s ease-in;*/ }
.header .nav>.nav-full .dropdown-menu{border:none;}

.header .nav.navbar-nav .dropdown-menu.dropdown-menu-simple{min-width:120px;max-width:192px;padding:10px 15px;box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.1000);color:#666666;border:none;border-radius:0;}
.header .nav.navbar-nav .dropdown-menu-simple a{white-space:nowrap;color:#666;}
.header .nav.navbar-nav .dropdown-menu-simple a:hover{text-decoration:underline;color:#9ECC5F;}

/*for products*/
.header .nav-products .col-3{height:220px;text-align:center;border-bottom:solid 1px #F0F0F0;border-right:solid 1px #F0F0F0;}
.header .nav-products .col-3:nth-child(4n-3){border-left:solid 1px #f0f0f0;}
.header .nav-products .in-icon-box{float:none;width:200px;height:200px;padding-top:50px;margin:0 auto;}

/*for aboutUs*/
.header .nav>li .dropdown-menu .dropdown-img.w260 { /*width: -moz-calc(100% - 260px); width: -webkit-calc(100% - 260px); width: calc(100% - 260px);*/ }
.header .nav>li .dropdown-menu .s-link { padding: 0 25px 30px 60px; padding-right: 25px; color: #666; line-height: initial; }
.header .nav>li .dropdown-menu .s-link a { color: #666; }
.header .nav>li .dropdown-menu .s-link a:hover { color: #323232; }
.header .nav>li .dropdown-menu .s-link span { padding-left: 15px; padding-right: 15px; }

/*for search*/
.header .navbar-form { padding: 10px 25px 20px; }
.header .navbar-form .form-group { width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: calc(100% - 40px); }
.header .navbar-form .form-control { width: 100%; }
.header .navbar-nav>.open>a, .header .navbar-nav>.open>a:focus, .header .navbar-nav>.open>a:hover { background-color: inherit; }
.header .navbar-nav .nav-search>a { position: relative; width: 25px; }
.header .navbar-nav .nav-search>a i { position: absolute; left: 0; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; }
.header .navbar-nav .nav-search>a .icon-guanbi {opacity: 0; font-size: 0; }
.header .navbar-nav .nav-search.open>a .icon-sousuo{opacity: 0; font-size: 0; }
.header .navbar-nav .nav-search.open>a .icon-guanbi{opacity: 1; font-size: 16px; }

/*for account*/
.header .nav.navbar-nav .nav-account .dropdown-menu-simple{padding:10px 0 0 0;}
.header .nav-account .dropdown-menu-simple p{padding-left:15px;padding-right:15px;}
.header .nav-account p[class^="nav-account-"]{height:40px;text-align:center;padding:0;margin-top:10px;background-color:#9ECC5F;}
.header .nav-account-login{width:152px;border-radius:4px;}
.header .nav-account-logout{width:192px;}
.header .nav.navbar-nav .dropdown-menu-simple p[class^="nav-account-"] .nav-link{color:#fff;}
.header .nav.navbar-nav .nav-account-login a{display:block;color:#fff;}
.header .nav.navbar-nav  .nav-account p[class^="nav-account-"] a:hover{text-decoration:none;}

/*location*/
.location { background-color: #fff; /*line-height: 70px;height: 70px; */font-size:16px; }
/*.location .container{padding-left: .75rem;}*/
.location .row{--bs-gutter-x:0;line-height:40px;}
.location .row>*{width:initial;padding:0;}
.location .checked-list{padding-top:17px;}

/*collection new*/
.ncn-l {
	position:relative;
	width: 317px; /* 固定宽度 */
	background-color: lightblue; /* 背景色，便于观察 */
}
.ncn-l img{width:100%;}
	.ncn-l p {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 20px;
		color: #fff;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 1px;
		font-weight: normal;
	}
.header .navbar-nav .ncn-l span {
	position: absolute;
	right: 20px;
	bottom: 22px;
	display: block;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	overflow:hidden;
}
.header .navbar-nav .ncn-l .iconfont {
	display: block;
	color:#fff;
	font-size: 20px;
	text-align: center;
}
/* 定义关键帧动画 */
@keyframes slideAnimation {
    from {
        transform: translateX(-100%); /* 图标从屏幕左侧开始 */
    }
    to {
        transform: translateX(0); /* 图标滑到屏幕右侧 */
    }
}

/* 应用动画到图标 */
.ncn-l:hover .iconfont {
	animation: slideAnimation .4s; /* 应用动画 */
}

.ncn-r {
	flex-grow: 1; /* 撑满剩余空间 */
	padding-left:85px;
}
.ncn-r .row{
	margin:0;
}
	.ncn-r .row>*{
		padding-right:0;
	}
	.ncn-r .row > div > p {
		font-size: 16px;
		color: #222222;
		font-weight: bolder;
	}
	.ncn-r .row > div >p a .iconfont{
		transition:all .5s;
	}
		.ncn-r .row > div > p a:hover {
			color: #000;
		}
	.ncn-r .row > div >p a:hover .iconfont{
		margin-left:5px;
		color:#000;
	}
.ncn-r .row>div>div{
	padding-left:15px;
	min-height:180px;
	border-left:solid 1px #E7E7E7;
	font-size: 16px;
	color: #222222;
	margin-top:10px;
}
.ncn-r .row>div>div p{
	padding:8px 0;
	line-height:1;
	font-weight: normal;
}
.ncn-r .btm-line:after {
	height: 1px;
	background-color: #222222;
}
.ncn-r .btn11{font-size:14px;}
/*购物车抽屉*/
.right-cart {
	width: 500px;
	border-top: solid 10px #9ECC5F;
}
.right-cart.no-animation{
	transition:none;
}
.right-cart .btn-close:focus{
	box-shadow:none;
}
.right-cart .offcanvas-header {
	height:80px;
	line-height:80px;
	font-size: 22px;
	font-weight: bold;
	color: #9ECC5F;
	padding:0;
	margin-left:45px;
	margin-right:45px;
	border-bottom:1px solid #E7E7E7;
}
.right-cart .offcanvas-title{
	width:100%;
	height:100%;
}
.right-cart .offcanvas-header .btn-close{
	position:absolute;
	top:30px;
	left:-50px;
	color:#fff;
}
.right-cart .offcanvas-header span {
	float:left;
	width: 50%;
	height:100%;
	line-height:80px;
	color: #575757;
	font-weight: bold;
	text-align:center;
	font-size:18px;
	cursor:pointer;
}
.right-cart .offcanvas-header span.active{
	color:#9ECC5E;
	border-bottom:solid 3px #9ECC5E;
}
.right-cart .offcanvas-body{
	padding:0 45px;
}
.right-cart .offcanvas-footer{
	border-top:1px solid #DCDCDC;
	padding:5px 45px 25px 45px;
}
.right-cart .list-group-item{
	position:relative;
	display:flex;
	padding:25px 0;
	border-bottom:dashed 1px #e7e7e7;
}
.right-cart .icon-close{
	display:none;
	z-index:11;
	position:absolute;
	right:0;
	color:#575757;
	cursor:pointer;
	font-weight:bold;
}
.right-cart .list-group-item:hover .icon-close{
	display:block;
}
.right-cart .icon-close:hover{
	color:#333;
}
.right-cart .checkbox{
	display:inline-block;
	margin-right:15px;
	padding-top:35px;
}
.right-cart .offcanvas-footer .table{
	width:230px;
}
.table.table-rate td
{
	color:#575757;
	font-size:14px;
	border-style: dashed;
}
.table.table-rate td:last-child {
	text-align: right;
}
.right-cart .btn11 {
	height: 44px;
	background: #9ECC5F;
	border-color: #9ECC5F;
	font-weight:bolder;
}

/*================banner================*/
.banner .carousel-inner .carousel-item { text-align: center; max-height: 100vh; }
.banner .carousel-inner .carousel-item img { display: inline-block; width: 100%; /*max-height: -webkit-calc(100vh - 100px); max-height: -moz-calc(100vh - 100px); max-height: calc(100vh - 100px);*/ }
.banner .carousel-control .banner-btn { position:relative;width: 42px; height: 42px; line-height: 42px; font-size: 42px; }
.banner .carousel-control .banner-btn:before { content: ""; }
.banner a.carousel-control .banner-btn .banner-btn-line { position: absolute; top: 20px; display: inline-block; width: 0px; height: 2px; background-color: #fff; transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.banner a.carousel-control .carousel-control-prev-icon .banner-btn-line { left: 12px; }
.banner a.carousel-control .carousel-control-next-icon .banner-btn-line { right: 12px; }
.banner a.carousel-control:hover .banner-btn .banner-btn-line { width: 40px; }
.banner .carousel-indicators li { position: relative; margin: 0 5px; border-radius: 0; border: 0; height: 5px; width: 80px; background-color: rgba(158,204,95,0.4); }
.banner .carousel-indicators li span { position: absolute; left: 0; width: 0; height: 100%; background-color: #9ECC5F; }
.banner .carousel-indicators li.loaded { background-color: rgba(19, 111, 66) }
.banner .carousel-indicators li.active { margin: 0 5px; }
.banner .carousel-indicators li.active span { width: 100%; transition: all 5s; -webkit-transition: all 5s; -moz-transition: all 5s; -ms-transition: all 5s; -o-transition: all 5s; }

/*=================首页=================*/
.modal-advert .modal-dialog{width:900px;max-width: 900px;}
.modal-advert img{width:100%;}
.modal-advert .modal-body{padding:0;}
.modal-advert .modal-content{border:none;}
.modal-advert .btn-close{position:absolute;right:-35px;top:0;}

.bac-fa{background-color:#FAFAFA;}
.in-ab-img { position: relative; padding: 60px 0; z-index: 2 }
.in-ab-img img { max-width: 885px; max-width: 100%; }
.in-ab-bg { position: absolute; top: 0; z-index: 1; margin-left: 10%; width: 90%; height: 100%; background-color: #f5f5f5; }
.in-icon-box{float:left;width:16.6%;}
.in-icon-box a{color:#333;}
.in-icon-box .in-icon { position: relative; margin: 0 auto; /*width: 130px;*/width: 100%; height: 80px; overflow: hidden; transition: all 0.5s; }
.mini-box .in-icon-box .in-icon{height:60px;}
.mini-box .in-icon-box{min-width:10%;margin-bottom:15px;}
.in-icon-box .in-icon img { position: absolute;left:50%;top:0;width:96%;max-width:150px;transform:translateX(-50%); transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }

.in-icon-box .in-icon-sofa img {left: -11px;}
.in-icon-box .in-icon-dining img {left: -161px;}
.in-icon-box .in-icon-balcony img {left: -311px;}
.in-icon-box .in-icon-lounge img {top: -160px;left: -11px;}
.in-icon-box .in-icon-fire img {top: -160px;left: -161px;}
.in-icon-box .in-icon-sectionals img {top: -160px;left: -311px;}

.in-icon-box:hover a, .in-icon-box.active a { color: #9ECC5F; }
.in-icon-box:hover .in-icon img, .in-icon-box.active .in-icon img { transform:translate3d(-50%,-50%,0); transition: all 0.5s; }
.in-pro { position: relative; padding-top: 60px; width: 100%; }
.in-pro .in-pro-box { position: relative; float: left; margin-right: 15px; width: 32.3333333vw; width: -webkit-calc(33.3333333vw - 15px); width: -moz-calc(33.3333333vw - 15px);width: calc(33.3333333vw - 15px); transition: all 0.5s; }
.in-pro .in-pro-box:hover { top: -5px; left: -5px; }
.in-pro .in-pro-box img { padding-bottom: 2.293%; width: 100%; }
.in-pro .in-pro-box:hover img { padding-bottom: 0; width: 102%; }
.in-pro .in-pro-box .in-pro-bg { position: absolute; width: 100%; height: 102%; background-color: rgba(0, 0, 0, 0); }
.in-pro .in-pro-box:hover .in-pro-bg { background-color: rgba(0, 0, 0, 0.3); height: 100%; width: 102%; }
.in-pro .in-pro-box .in-pro-content { position: absolute; top: 0; width: 100%; text-align: center; color: #fff; opacity: 0; transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.in-pro .in-pro-box:hover .in-pro-content { top: 50%; transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -o-transform: translate(0, -50%); opacity: 1; }
.in-pro .in-pro-btn { position: absolute; bottom: 5%; z-index: 2; width: 100%; }
.in-pro .in-pro-btn .in-pro-tip { position: absolute; bottom: 10px; display: inline-block; border-radius: 50%; margin-right: 1%; width: 70px; height: 70px; line-height: 70px; background-color: rgba(0, 0, 0, 0.3); color: #fff; text-align: center; transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; font-size: 16px; cursor: pointer; }
.in-pro .in-pro-btn .in-pro-tip:hover { background-color: rgba(0, 0, 0, 0.6); font-size: 18px; }
.in-pro .in-pro-btn .in-pro-tip-menu { left: 50%; margin-left: -35px; }
.bx_container { /*width: 663px; height: 364px;*/ position: relative; }
.list09 li {
	float: left;
	width: 288px;
	/*height: 380px;*/
	height: 330px;
	padding: 0 14px;
	background-color: white;
	margin-right: 16px;
	transition: box-shadow .4s;
}

.list09.list09__home li {
	position: relative;
	margin-top: 16px;
}

	.list09.list09__home li:nth-child(5n) {
		margin-right: 0;
	}

.list09-img {
	display: block;
	width: 100%;
	height: 173px;
	line-height: 173px;
	text-align: center;
}

	.list09-img img {
		max-width: 100%;
		max-height: 100%;
	}

.list09 li:hover {
	box-shadow: 0px 0px 8px 0px rgba(9,9,9,0.15);
}

.list09 li a:hover {
	color: #000;
}

.list09 .state {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	color: white;
	font-size: 12px;
	padding: 0 13px 0 7px;
	background: url('/images/index/pt_ready_img.png') no-repeat;
	background-size: 100%;
}

.list09 button {
	box-shadow: none;
	border: none;
}

.list09 .btn-det {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -101px;
	width: 202px;
	height: 30px;
	background: #fff;
	border: solid 1px #056A40;
	color: #056A40;
	border-radius: 2px;
}

	.list09 .btn-det:hover {
		background: #056A40;
		color: #fff;
	}

.list09 .swiper-button-prev, .list09 .swiper-button-next {
	display: none;
	width: 25px;
	height: 35px;
	line-height: 35px;
	color: white;
	margin-top: -32px;
	background: rgba(102,102,102,.5);
	outline: none;
}

.list09 .swiper-button-prev {
	border-radius: 0 18px 18px 0;
	left: 0;
	padding-left: 3px;
}

.list09 .swiper-button-next {
	border-radius: 18px 0 0 18px;
	right: 0;
	padding-left: 10px;
}

.list09:hover .swiper-button-prev, .list09:hover .swiper-button-next {
	display: block;
}
.cate-list.row {
	margin-top: 25px;
	--bs-gutter-x: 1rem;
	margin-right: -30px;
	margin-left: -30px;
}

.cate-list > * {
	position: relative;
	padding: 30px;
}
.cate-list img{
	width:100%;
}
.cate-list p{
	position:absolute;
	top:130px;
	width:calc(100% - 60px);
	text-align:center;
	color:#fff;
	font-size:2.25rem;
	line-height:1;
}
.btn_explore {
	width: 356px;
	height: 48px;
	border-radius: 12px;
	border: 1px solid #000000;
	line-height:46px;
}
/*3D模块*/
.model {
	position: relative;
	padding: 30px 60px 170px 60px;
	text-align: center;
}
.model .img_wrap
{
	display:inline-block;
	position:relative;
}
.model .img_wrap img {
	width: 800px;
	max-width: 100%;
}
.sdot {
	position: absolute;
	top: 50%;
	left: 50%;
}
.sdot i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: rgba(255,255,255,.5);
	border-radius: 50%;
	animation: shine 1s infinite;
/*	cursor: pointer;*/
}
/* 定义动画 */
@keyframes shine {
	0% {
		transform:scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}
.sdot i::after {
	position:absolute;
	top:4px;
	left:4px;
	content:'';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 50%;
}
.model-l {
	position: absolute;
	bottom: 30px;
	left: 60px;
	width: 315px;
}
	.model-l button {
		background: #FFFFFF;
		border-radius: 20px;
		border: 1px solid #414141;
		padding:10px;
		line-height:1;
	}
	.model-l .iconfont {
		background: #E0E0E0;
		border-radius: 50%;
		padding: 3px;
		font-size: 16px;
		vertical-align: bottom;
	}
    .model-card {
		margin-top:10px;
        background: #f8f9fa;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
		box-sizing:border-box;
    }


    .model-viewer-container {
        width: 100%;
        height: 295px;
        border-radius: 8px;
        overflow: hidden;
    }
.model-r {
	position: absolute;
	bottom: 30px;
	right: 60px;
	font-size:20px;
}
	.model-r .iconfont {
		display: inline-block;
		transform: rotate(-45deg);
		font-size: 20px;
		transition:all .5s;
	}
	.model-r p a:hover .iconfont {
		transform: rotate(0);
	}
	.model-r ul {
		margin-top: 10px;
		padding: 10px;
		overflow: hidden;
		background: #FFFFFF;
		box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.16);
		border-radius: 14px;
	}
	.model-r li{
		float:left;
	}
	.model-r li img {
		width: 90px;
	}
	.model-r li a{
		display:block;
		padding:10px;
		transition:all .5s;
	}
	.model-r li a:hover {
		background: #F0F0F0;
		border-radius: 14px;
	}
.modal-dialog .model-card {
	margin-top: 0;
	padding:3rem;
}
.modal-dialog .model-viewer-container {
	height: calc(100vh - 10rem);
}
	/*=================产品列表页=================*/
	.banner-main {
		position: relative; /*padding-bottom: 31.25%;*/
		height: 150px;
		width: 100%;
	}
.banner-main .slowly-show>img { display: inline-block; /*width: 100%;*/ height: 100%; text-align: center; }
.banner-main .banner-bg { position: absolute; top: 0; left: 0; opacity: 0; width: 100%; height: 100%;line-height:150px;text-align:center; background-color: rgba(0, 0, 0, 0.15); }
.banner-main.service .banner-bg { background-color: rgba(255, 255, 255, 0); }
.banner-main .banner-bg p span { transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.banner-main:hover .banner-bg p span { transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -webkit-transform: scale(1.03); -o-transform: scale(1.03); }
.collection { padding-left: 0; padding-right: 0; }
.collection .row { margin-right: -25px; margin-left: -25px; }
.collection .row .col-md-6 { padding-right: 25px; padding-left: 25px; }
.collection .pro-collection { position: relative; margin-bottom: 40px; overflow: hidden; }
.collection .pro-collection img { width: 100%; }
.collection .pro-collection .pro-tit { position: absolute; bottom: 20%; width: 100%; color: #fff; font-size: 46px; text-align: center; font-weight: bold; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
.collection .pro-collection .pro-tit.j-show-tit { opacity: 0; }
.collection .pro-collection .img-responsive { display: block; }
.collection .pro-collection:hover .pro-tit { display: none; }
.collection .pro-collection .pro-collection-bg { position: absolute; bottom: -50%; width: -webkit-calc(100% - 50px); width: -moz-calc(100% - 50px); width: calc(100% - 50px); /*width: 100%;*/ height: 50%; min-height: 85px; background-color: rgba(0, 0, 0, 0.5); text-align: center; color: #fff; transition: all 0.3s; -webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s; opacity: 0; }
.collection .pro-collection .slowly-show-box .pro-collection-bg { width: 100%; }
.collection .pro-collection:hover .pro-collection-bg { bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; opacity: 1; }
.collection .pro-collection .pro-collection-bg .pro-tit { position: initial; bottom: initial; display: block; font-size: 36px; }
.collection .pro-collection .pro-collection-bg .pro-more { position: relative; display: inline-block; padding-left: 0; transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.collection .pro-collection .pro-collection-bg .pro-more:hover { padding-left: 20px; }
.collection .pro-collection .pro-collection-bg .pro-more:before { position: absolute; content: ""; left: 0; top: 10px; width: 0px; height: 1px; background-color: #fff; transition: all 0.5s;  -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.collection .pro-collection .pro-collection-bg .pro-more:hover:before { width: 15px; }
.sort-num {margin-left: 37px;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.sort-num .iconfont{cursor:pointer;}
.sort-num .nonext.iconfont, .sort-num .noprev.iconfont {
    color: #bababa;
    cursor: auto;
}
.ht-page {
	padding: 20px 0 35px 0;
	text-align: center;
	font-size: 16px;
}

	.ht-page span {
		vertical-align: middle;
	}

	.ht-page a {
		text-decoration: none;
		color: #333;
		outline: none;
	}

	.ht-page .pagebtn {
		width: 34px;
		height: 30px;
		background: #333;
		border: 0;
		border-radius: 4px;
		color: #fff;
		cursor: pointer;
		margin-left: 10px;
		/*padding-bottom: 5px;*/
		vertical-align: middle;
	}

	/*.ht-page .pagebtn:hover {
                background: #9ecb5e;
            }*/

	.ht-page .previous {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		/*border: 1px solid #e9e9e9;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
		background-color: #eeeded;*/
		text-align: center;
		cursor: pointer;
		margin-right: 5px;
	}

		.ht-page .previous.disable {
			display: inline-block;
			cursor: default;
			text-align: center;
			color: #bababa;
		}

	.ht-page .disable .iconfont {
		color: #bababa;
	}

	.ht-page .previous a {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.ht-page .next {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		/*border: 1px solid #e9e9e9;
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;*/
		text-align: center;
		/*background-color: #eeeded;*/
		cursor: pointer;
	}


	.ht-page .iconfont{
		left: -1px;
		font-size: 14px;
		line-height: 23px;
	}

	.ht-page .next.disable {
		display: inline-block;
		cursor: default;
		text-align: center;
		color: #bababa;
	}

.ht-page .next a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

	.ht-page .num {
		display: inline-block;
		width: 20px;
		height: 30px;
		line-height: 31px;
		/*background-color: #eeeded;*/
		color: #555;
		margin-right: 5px;
	}

		.ht-page .num.current {
			position: relative;
			color: #9ECC5F;
			font-family: 'myFontBold';
		}

		.ht-page .num a {
			position: relative;
			display: inline-block;
			width: 20px;
			height: 30px;
			line-height: 31px;
			color: #323232;
		}
		.ht-page .num.current::after {
			content: '';
			position: absolute;
			bottom: 3px;
			left: 5px;
			width: 11px;
			height: 2px;
			background: #9ECC5F;
		}
		.ht-page .num a:hover {
			font-family: 'myFontBold';
		}
		.ht-page .num a:hover::after {
			content: '';
			position: absolute;
			bottom: 3px;
			left: 5px;
			width: 11px;
			height: 2px;
			background: #323232;
		}

	.ht-page .dots {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border: 1px solid #e9e9e9;
		text-align: center;
		margin-right: 10px;
	}

	.ht-page .total {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}

		.ht-page .total.total_page {
			display: none;
			margin-left: 5px;
			margin-right: 5px;
		}

	.ht-page .page_jump {
		display: none;
		margin: 0 10px;
		font-size: 16px;
	}

	.ht-page .pageInput {
		width: 55px;
		height: 30px;
		border: 1px solid #e9e9e9;
		outline: none;
		text-align: center;
		margin-left: 10px;
		vertical-align: middle;
	}

		.ht-page .pageInput:focus {
			border: 1px solid #1875f0;
		}
.list-style > p > span {
	display: block;
	padding-right: 120px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-style > p > a {
	margin-top: -20px;
}
.sr-unfound {
	padding: 100px 0 155px;
	text-align: center;
}

	.sr-unfound img {
		width: 62px;
		height: 62px;
		margin-right: 20px;
	}

.sr-unfound-img {
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	vertical-align: middle;
}

.sr-unfound p {
	color: #4f4f4f;
}
/**搜索无结果--样式*/
.noresult {
	width: 100%;
	padding: 130px 0 300px;
	text-align: center;
}

.noresult01 {
	width: 100%;
	padding: 10px 0 200px;
	text-align: center;
	z-index: 100;
}

	.noresult .unfound, .noresult01 .unfound {
		width: 100%;
		height: 70px;
		line-height: 70px;
		margin: 0 auto;
		vertical-align: middle;
	}

		.noresult .unfound img, .noresult01 .unfound img {
			width: 62px;
			height: 62px;
			margin-right: 20px;
		}

		.noresult .unfound p, .noresult01 .unfound p {
			float: left;
		}
.noresult.noresult_s {
	padding: 60px 0 140px;
}
	.noresult.noresult_s .unfound img{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}
/*404*/
.error-page {
	width: 100%;
	padding: 125px 0 150px;
	text-align: center;
	line-height: 1;
	color: #323232;
	background: url(/images/common/bac_error.jpg) no-repeat center;
	background-size:auto 100%;
}

.error-page .mlr17 span{
	margin-left:17px;
	margin-right:17px;
}
/*you may like 部分*/
.sr-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	background-color: #f2f2f2;
}

	.sr-title .txt01 {
		float: left;
		font-size: 16px;
		color: #626262;
	}

	.sr-title .sr-num, .sr-title .sr-num01 {
		float: right;
	}

.sr-num span, .sr-num01 span {
	font-size: 16px;
	color: #565656;
}

.sr-num i, .sr-num01 i {
	cursor: pointer;
}

.sr-num span.act, .sr-num01 span.act {
	font-weight: bold;
	color: #f5a937;
}

.sr-num i.disabled, .sr-num01 i.disabled {
	color: #bababa;
}

.noFoundAd {
	width: 100%;
}
/*HOT SELLER*/
.sr-hot-seller {
	/*margin-top: 20px;*/
	margin-bottom: 50px;
}



.als-viewport, .als-viewport01 {
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}

.als-wrapper, .als-wrapper01 {
	width: 500%;
	margin-left: 4px;
}



.als-wrapper li, .als-wrapper01 li {
	position: relative;
	float: left;
	width: 300px;
	height: 300px;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	background-color: white;
}

	.als-wrapper li .coll, .als-wrapper01 li .coll {
		display: none;
		position: absolute;
		width: 28px;
		height: 32px;
		top: 20px;
		right: 25px;
		font-size: 28px;
		cursor: pointer;
		margin: 0;
		background-image: url(/Content//images/product/collect.png);
		background-repeat: no-repeat;
		background-position: -173px -185px;
	}

	/*.als-wrapper li:hover .coll, .als-wrapper01 li:hover .coll {
    display: block;
}

.als-viewport .als-wrapper .coll.act, .als-viewport01 .als-wrapper01 .coll.act {
    background-position: -324px -185px;
    display: block;
}*/

	.als-wrapper li > p, .als-wrapper01 li > p {
		top: -500px;
		z-index: -1;
	}

.als-wrapper .sr01-img, .als-wrapper01 .sr01-img {
	display: block;
	width: 235px;
	height: 235px;
	line-height: 235px;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}

.sr01-img img {
	max-width: 100%;
	max-height: 100%;
}

.container .als-wrapper .list-style, .container .als-wrapper01 .list-style {
	text-align: left;
}

.sr01-title {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #666;
}

.als-viewport #roll li, .als-viewport01 #roll01 li {
	height: 300px;
	min-height: 300px;
}

.als-wrapper li .list-style, .als-wrapper01 li .list-style {
	padding: 0 20px 13px 20px;
}

/*列表详情页*/
.collection .col-list { margin-bottom: 45px; background-color: #fafafa; }
.collection .col-list .col-tit { position: absolute; bottom: 0; height: 20%; width: 100%; max-height: 100px; background-color: rgba(0, 0, 0, 0.5); font-size: 24px; color: #fff; text-align: center; }
.collection .col-list .col-pro-img { margin: 0 auto; max-width: 54%; max-height: 70%; }
.collection .col-list .col-txt { position: relative; z-index: 1; margin-top: -34px; }
.collection .col-list .c-wrapper .cw-btn-lr { margin-top: -8px; font-size: 16px; }
.collection .col-list .c-wrapper .cw-btn-lr .cw-btn-l { margin-left: 9%; padding: 5px 10px; }
.collection .col-list .c-wrapper .cw-btn-lr .cw-btn-r { margin-right: 9%; padding: 5px 10px; }
.collection .col-list .c-wrapper .cw-btns span.curr { /*width: 32px; height: 16px;*/ }

/*缓慢展开效果用*/
.slowly-show-box { position: relative; height: 0; padding-bottom: 41.5%; }
.slowly-show { position: absolute; top: 0; width: 100%; height: 100%; overflow: hidden; }

/*============Product detail============*/

/****轮播商品图****/
.det-carousel { position: relative; margin-bottom: 45px; margin-top: 25px; width: 100%; max-width: 700px; height: 100%;/* max-height: 455px;*/ }
.det-carousel .noclick { cursor: no-drop; opacity: 0.5; }
.det-carousel .carousel-prev, .det-carousel .carousel-next { position: absolute; bottom: 20px; display: block; /*width: 10px; height: 16px;*/ font-family: "iconfont"; content: "e606"; cursor: pointer; font-size: 28px; }
.carousel-wrap { position: relative; /*width: 396px;*/ height: 42px; margin: 20px; overflow: hidden; background-color: white; }
.det-carousel .carousel-prev { left: -5px; }
.det-carousel .carousel-next { right: -5px; transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); }
.carousel-bigimg { position: relative; width: 100%; height: 100%; text-align: center; }
.carousel-bigimg img { max-height: 100%; max-width: 100%; vertical-align: middle; }
.carousel-imglist { height: 42px; line-height: 42px; }
.carousel-imglist li { position: relative; float: left; width: 76px; height: 42px; margin: 0 9px; text-align: center; border: 1px solid #dbdbdb; }
.carousel-imglist .act { border-color: #9ECC5F; }
.carousel-imglist img { position: absolute; /*left: 0;*/ width: 100%; height: 100%; }

/*放大滑块*/
.magnifyingBegin { width: 183px; height: 183px; left: 0; top: 0; background-color: #454545; opacity: 0.5; filter: alpha(opacity=50); position: absolute; cursor: move; display: none; }

/*放大后图片显示区域*/
.magnifyingShow { width: 550px; height: 550px; display: none; position: absolute; right: -555px; top: 0; overflow: hidden; background-color: white; z-index: 999; text-align: center; }
.magnifyingShow > img {	/*width: 1300px;*/
height: 1650px; max-width: 1650px; margin-left: 0; margin-top: 0; vertical-align: middle; }

/*产品详情参数*/
.details { border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; margin-bottom: 35px; }
.details .collapse, .details .collapsing { padding: 0 15px; }
.details .collapsed .det-icon { padding-top: 10px; transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
.det-list-img { font-size: 0; }
.det-list-img .img-box { position: relative; display: inline-block; border: 1px solid #e0e0e0; margin: 10px 10px 10px 0; width: 86px; height: 48px; text-align: center; overflow: hidden; }
.det-list-img .img-box img { max-width: 100%; }

/*you might also like*/
.c-wrapper.may-like .cw-btn-lr { margin-top: -25px; height: 0; font-size: 16px; color: #fff; font-size: 30px; font-weight: bold; }
.c-wrapper.may-like .cw-btn-lr .cw-btn-l { left: 0; display: inline-block; margin-left: 15px; width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.4); text-align: center; line-height: 50px; }
.c-wrapper.may-like .cw-btn-lr .cw-btn-r { right: 0; display: inline-block; margin-right: 15px; width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.4); text-align: center; line-height: 50px; }
.c-wrapper.may-like .cw-btns { position: initial; margin-top: 20px; margin-bottom: 40px; }
.c-wrapper.may-like .cw-btns span.curr { /*width: 32px; height: 16px;*/ }

/*==========搜索页面===========*/
.search-empty, .search-list { padding-top: 50px; }
.search-empty.div-hide, .search-list.div-hide { padding: 0; height: 1px; width: 100%; overflow: hidden; }
.search-empty .search-ul { padding-top: 20px; padding-bottom: 50px; }
.search-empty .search-ul li { padding-bottom: 20px; }
.au-list-box li > p, .dtl-ul li > p, .dtl-seller li > p, .list01 li > p {
	top: -500px;
	z-index: -1;
}
.light_bg2 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #f0f0f0;
}

.sh .light_bg2 {
    background: #f2f2f2;
}

/*=============News Center=============*/
.tip-box { margin-top: 55px; margin-bottom: 55px; }
.tip-box .tip { position: relative; display: block; padding-top: 10px; height: 58px; text-align: center; font-size: 16px; transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.tip-box .tip:hover, .tip-box .tip.on { padding-top: 0px; /*height: 65px;*/ color: #9ECC5F; }
.tip-box .tip:before, .tip-box .tip:after, .tip-box .tip.on:after { position: absolute; content: ""; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.tip-box .tip:before, .tip-box .tip.on:before { bottom: 5px; width: 1px; height: 12px; background-color: #e1e1e1; }
.tip-box .tip:hover:before, .tip-box .tip.on:before { height: 26px; background-color: #9ECC5F; }
.tip-box .tip:after, .tip-box .tip.on:after { bottom: -7px; border: 1px solid #e1e1e1; border-radius: 50%; width: 12px; height: 12px; background-color: #fff; }
.tip-box .tip:hover:after, .tip-box .tip.on:after {/* margin-left: -6px;*/ border: 2px solid  #9ECC5F; }
.tip-box .col-sm-2 { padding-left: 0; padding-right: 0; }
.news-center .c-wrapper .cw-btn-lr { margin-top: -25px; /*height: 50px;*/ height: 0px; font-size: 16px; color: #fff; font-size: 26px; font-weight: bold; }
.news-center .c-wrapper .cw-btn-lr .cw-btn-l { left: 0; display: inline-block; width: 40px; height: 65px; background-color: rgba(0, 0, 0, 0.4); text-align: center; line-height: 65px; }
.news-center .c-wrapper .cw-btn-lr .cw-btn-r { right: 0; display: inline-block; width: 40px; height: 65px; background-color: rgba(0, 0, 0, 0.4); text-align: center; line-height: 65px; }
.news-center .c-wrapper .cw-btns { bottom: 80px; }
.news-center .c-wrapper .cw-btns span { background-color: #eee; }
.news-center .c-wrapper .cw-btns span.curr { /*width: 32px; height: 16px;*/ background-color:#9ECC5E;}
.news-center .news-title { position: absolute; bottom: 0; padding:0 20px; height: 70px; width: 100%; background-color: #9ECC5E; line-height: 70px; font-size: 18px; text-align: center; color: #fff; }
.news-page { padding-top: 20px; padding-bottom: 40px; text-align: center; }
.news-page .n-pre, .news-page .n-next { margin: 0 15px; display: inline-block; border: 1px solid #d4d4d4; border-radius: 50%; height: 35px; width: 35px; line-height: 35px; text-align: center; color: #d4d4d4; text-decoration: none; }
.news-page .n-pre:hover, .news-page .n-next:hover { border: 1px solid #9ECC5F; color: #9ECC5F; }
.news-page .noclick, .news-page .noclick:hover { border: 1px solid #d4d4d4; color: #d4d4d4; opacity: 1; }

/*================About Us================*/

/*aboutus*/
.ab-img { border-left: 10px solid #f5f5f5; border-top: 10px solid #f5f5f5; border-radius: 50%; width: 100%; width: 374px; background-color: #f5f5f5; }
.ab-img img { border-radius: 50%; }

/*service*/
.service-tab.table>tbody>tr>td { vertical-align: middle; }
.service-tab.table>thead>tr>th { border-bottom: 0; height: 65px; vertical-align: middle; }
.service-tab.row:after { display: none; }
.service-tab.table>tbody>tr { height: 130px; }
.c-msg { margin: 0 auto; padding: 50px 0; max-width: 1320px; background-color: #fff; }

/*==============New Design==============*/
.row.nd-m { margin-left: -22px; margin-right: -22px; }
.new-design.col-sm-4 { padding-left: 22px; padding-right: 22px; }
.new-design .nd-box { position: relative; }
.new-design .nd-box .bg { left: 0; width: 100%; width: 100%; background-color: rgba(0, 0, 0, 0); transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.new-design .nd-box:hover .bg { background-color: rgba(0, 0, 0, 0.5); }
.new-design .nd-box .nd-content { position: absolute; top: 0; height: 100%; width: 100%; text-align: center; color: #fff; transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); overflow: hidden; }
.new-design .nd-box:hover .nd-content { left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); }
.new-design .nd-box .nd-content .t, .new-design .nd-box .nd-content .b { display: block; position: absolute; left: 50%; font-weight: bold; line-height: 74px; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); font-size: 28px; opacity: 0; transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.new-design .nd-box .nd-content .t { top: -70px; }
.new-design .nd-box:hover .nd-content .t { top: 50%; opacity: 1; }
.new-design .nd-box .nd-content .b { bottom: -70px; }
.new-design .nd-box:hover .nd-content .b { bottom: 45%; opacity: 1; }

/*===================Trade===================*/

/*tradeShow*/
.trade-show {/*padding-left: 40px; padding-right: 40px;*/ padding-bottom: 60px; }
.trade-box { padding-bottom: 40px; }
.trade-box:hover .btm-line03:after { left: 0; margin-left: 0px; width: 100%; }
.trade-box .trade-img { left: 50%; position: relative; margin-left: -52px; margin-bottom: 10px; width: 102px; height: 102px; overflow: hidden; }
.trade-box .trade-img img { position: absolute; }
.trade-box:hover .trade-img img.tr { transform: rotateY(360deg); -ms-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -o-transform: rotateY(360deg); transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.trade-box02 { padding-left: 25px; padding-right: 25px; }
.trade-box02 .brade-text { padding: 30px 20px; min-height: 260px; background-color: #fff; }
.trade-box02 .brade-text .btm-line:after { width: 65px; background-color: #ccc; }
.trade-box02:hover .brade-text .btm-line:after { width: 100%; }
/*.trade-process { padding-left: 90px; padding-right: 90px; }*/
.trade-process .trade-box03>.col-sm-4 { padding-left: 50px; padding-right: 50px; }
.trade-box03>.col-sm-4 .process-tip { position: relative; border-radius: 10px; border: 1px dashed #666; margin: 40px 0; padding: 35px 0; background-color: #fff; text-align: center; color: #666; transition: all 0.5s;  -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.trade-box03>.col-sm-4 .process-tip:hover { border-color: #9ECC5F; color: #9ECC5F; }
.trade-box03>.col-sm-4 .process-tip:before, .trade-box03>.col-sm-4 .process-tip:after { position: absolute; content: ""; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; }
.trade-box03>.col-sm-4 .process-tip:before { bottom: 5px; width: 1px; height: 32px; border: 1px dashed #e1e1e1; }
.trade-box03>.col-sm-4 .process-tip:hover:before { background-color: #9ECC5F; }
.trade-box03>.col-sm-4 .process-tip:after { bottom: -8px; border: 5px solid #e5e5e5; border-radius: 50%; width: 16px; height: 16px; background-color: #acacac; }
.trade-box03>.col-sm-4 .process-tip:hover:after { border: 5px solid  #9ECC5F; background-color: #fff; }
.trade-box03>.col-sm-4 .process-tip:hover .c66 { color: #666; }
.trade-box03>.col-sm-4 .process-tip01:before { bottom: -40px; }
.trade-box03>.col-sm-4 .process-tip02:before { bottom: initial; top: -40px; }
.trade-box03>.col-sm-4 .process-tip02:after { bottom: initial; top: -8px; }

/*where to by*/
.shop .btn10.on { background-color: rgba(19, 111, 66, 1); color: #fff; }
.shop .shop-tab { display: none; margin: 0 auto 20px; border-top: 1px solid #d6d6d6; padding: 35px 50px; max-width: 1300px; }
.shop .shop-tab label { font-weight: normal; }
.shop .shop-tab .tag-checkbox { border: 1px solid #888; width: 20px; height: 20px; background-color: #fff; }
.shop .shop-tab .checkbox:before { background: url(/images/icon01.png) no-repeat center; }
.shop .shop-tab .checkbox.checked:before { background-image: url(/images/icon02.png); }
.shop .shop-position { display: none; margin: 0 auto 20px; border-top: 1px solid #d6d6d6; padding: 35px 50px; max-width: 1300px; }
.shop .shop-position .sl-txt { margin: 0 auto 35px; max-width: 490px; }
.shop .shop-position .sl-txt .select { height: 44px; min-width: 200px; line-height: 44px; font-size: 16px; }
.shop .shop-position .sl-txt .select .sel-show { min-width: 200px; }
.shop .shop-position .select:after { content: '\e602'; top: 0; margin-top: 0; width: initial; height: inherit; line-height: 44px; }
.shop .shop-position .sel-list { top: 44px; }
.shop .shop-position .sel-list li { padding: 10px; }
.shop.tag .shop-tag, .shop.position .shop-position { display: block; }
.shop-list { background-color: #fff; }
.shop-list .shop-tit { padding: 0px 20px; height: 45px; background-color: #9ECC5F; line-height: 45px; font-size: 16px; color: #fff;}
.shop-list .shop-box { max-height: 710px; overflow-y: scroll; }
.shop-list .shop-box .shop-data { margin-bottom: 5px; border: 1px solid #dbdbdb; padding: 15px; position:relative}
.shop-title-bg {
	display: inline-block;
	padding-top: 6px;
	padding-right: 2px;
	width: 25px;
	height: 36px;
	background: url(/images/map/icon03.png) no-repeat center center;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 5px;
}
.map { width: 100%; max-height: 755px; min-height: 350px; }

/*=================底部=================*/
/*底部*/
.footer {
    color: white;
    background-color: #333;
    padding-top: 40px;
}

    .footer .form-control {
        color: white;
        border-color: #464545;
        border-radius: 0;
        background-color: transparent;
    }

    .footer .input-group-btn:last-child > .btn {
        margin-left: 10px;
        border-radius: 0;
    }

    .footer .links > div:nth-child(3), .footer .links > div:nth-child(4) {
        padding-left: 0;
    }

    .footer .links > div > p {
        margin-top: 15px;
    }

    .footer .links ul {
        margin-top: 10px;
    }

    .footer .links li {
        margin-top: 10px;
        color: #a3a3a3;
        font-size: 12px;
    }

    .footer .links a {
        font-size: 12px;
        color: #a3a3a3;
    }

    .footer a:hover {
        color: #fffefe;
    }

    .footer .links .addr {
        padding-left: 25px;
    }

        .footer .links .addr p {
            position: relative;
            padding-left: 50px;
        }

        .footer .links .addr span {
            position: absolute;
            left: 0;
        }

    .footer .links input[type='text'] {
        width: 240px;
        border-radius: 3px;
        border: none;
        background-color: #3c3c3c;
        margin-top: 15px;
    }

    .footer .links input::-webkit-input-placeholder {
        color: #6e6e6e;
    }

    .footer .links input::-moz-placeholder {
        color: #6e6e6e;
    }

    .footer .links input:::-ms-input-placeholder {
        color: #6e6e6e;
    }

    .footer .links button {
        background-color: #3c3c3c;
        color: #adadad;
        border: none;
        margin-top: 15px;
        background-image: none;
		font-size:14px;
    }
.links-external {
    display:block;
    width:100%;
    padding-top:18px;
    margin-top:60px;
    text-align:center;
    border-top: 1px dashed #464545;
}
.links-external>a{
    display:inline-block;
    padding:0 10px;
    margin:0 8px;
    line-height:32px;
    color:#A3A3A3;
    border: 1px solid #535353;
    border-radius: 4px;
}
.links-external img{
    margin-right:8px;
    vertical-align:sub;
}

/*侧边 回到顶部和服务*/
.sidelinks {
    z-index: 98;
    position: fixed;
    top: 50%;
    right: 20px;
}

    .sidelinks a {
        display: block;
        width: 48px;
        height: 48px;
        padding: 0;
        border-radius: 50%;
        outline: none;
        color: #333;
        background-color: #fff;
        border: solid 1px #ccc;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }

        .sidelinks a:hover {
            color: white;
            border-color: #333;
            background-color: #333;
        }
/**搜索无结果--样式*/
.noresult {
	width: 100%;
	padding: 130px 0 300px;
	text-align: center;
}

.shop-data p{
	margin-left:30px
}
/*加入购物车效果*/
.fly {
	width: 15px;
	height: 15px;
	background-color: #bf211d;
	border-radius: 50%
}

/*表单操作相关提示*/
.f-err {
	border: 1px solid #faccc6;
	padding: 5px 15px;
	background-color: #ffebeb;
	color: #e4393c;
	font-size: 12px;
}

.f-err-login {
	position: absolute;
	top: -40px;
	width: 100%;
}

.f-err-foot {
	display: none;
	position: absolute;
	top: 2px;
	left: 250px;
	z-index: 1;
	width: fit-content;
}

	.f-err-foot:before {
		position: absolute;
		content: "\e698";
		left: -8px;
		color: #ffebeb;
		font-family: "iconfont";
	}

.footer .links .foot-err input[type='text'] {
	border: 1px solid #f56b6b;
}

/*.footer .links .foot-err:after {
	position: absolute;
	content: "\e64b";
	right: -8px;
	top: 6px;
	color: #ffebeb;
	font-family: "iconfont";
}*/

.footer .links .foot-err .f-err-foot {
	display: block;
}

/*系列列表*/
.clist li {
	/*border: 1px solid #F1F1F1;*/
	margin-bottom:55px;
	height:360px;
}
.clist li>a{
	display:block;
	/*padding: 20px;*/
	overflow:hidden;
	transition:all .6s;
}
.clist li a:hover {
	z-index: 2;
	box-shadow: 0px 0px 10px 0px rgb(9 9 9 / 15%);
	position: relative;
}
.clist li a>img{
	float:left;
	width:720px;
	height:360px;
}
.clist-info{
	position:relative;
	float:right;
	width:450px;
	padding:20px 30px 15px 0;
	line-height:16px;
}
.clist-tit {
	padding-bottom: 20px;
	font-size: 20px;
	font-family: myFontBold, Times, serif;
	color: #323232;
	border-bottom: solid 1px #D7D7D7;
	line-height: 20px;
}
.clist .tag {
	position: absolute;
	top: 20px;
	right: 30px;
	width:65px;
	line-height:20px;
	text-align:center;
	color:#fff;
	background-color:#9ECC5F;
}
.clist .tag::before{
	content:'';
	position:absolute;
	right:65px;
	top:0;
	 width: 0;
    height: 0;
    border-bottom: 20px solid #9ECC5F;
    border-left: 10px solid transparent;
}
.clist-imgs{
	margin-top:27px;
	overflow:hidden;
}
.clist-imgs img{
	float:left;
	width:126px;
	height:126px;
	margin-right:20px;
}
.clist-imgs img:nth-child(3){
	margin-right:0;
}
.tabs{
	font-size:2rem;
}
	.tabs span {
		display:inline-block;
		margin-right: 3.75rem;
		line-height:1.2;
		cursor:pointer;
	}
.tabs .curr{
	border-bottom:solid 3px #333;
}
.collections-list {
	padding: 0 1.5rem 1.5rem;
	overflow: hidden;
}
.collections-list .row{
	--bs-gutter-x: 5.5rem;
}
.collections-list li {
	padding: calc(var(--bs-gutter-x) * .25);
}
	.collections-list li a {
		position: relative;
		display: block;
		min-height: 100px;
		overflow:hidden;
	}
	.collections-list li a .scale{
		display:block;
	}
.collections-list p {
/*	position:relative;
	z-index:2;*/
	font-size: 2rem;
/*	background-color:#fff;*/
	padding-top:1.25rem;
}
	.collections-list p span{
		float:right;
		font-size:1.125rem;
		font-weight:normal;
		margin-top:.625rem;
	}
	.collections-list p .iconfont {
		border-radius: 50%;
		border: 1px solid #333333;
		margin-right:10px;
		padding:3px;
	}
	.collections-list li:hover p .iconfont {
		background-color: #9ECC5E;
		color: #fff;
		border: 1px solid #9ECC5E;
	}
	.collections-l {
		width: 275px;
		height: 90vh;
		border: 1px solid #EAEAEA;
		overflow-y: auto;
	}
.collections-l a{
	display:block;
	height: 40px;
	padding-left:50px;
	line-height:40px;
	color:#565656;
	font-size:16px;
	cursor:pointer;
}
.collections-l a:not(.curr):hover
{
	background-color: #F0F5F5;
}
.collections-l .curr{
	color:#fff;
	background: #9ECC5F;
}
.collections-r .clist li {
	height: 360px;
	margin-bottom: 0;
	border: solid 1px #EAEAEA;
	margin-top:-1px;
}
.collections-r .clist li:first-child {
	margin-top:0;
}
.collections-r .clist li a{
	height:100%;
}
.collections-r .clist li a > span {
	display:inline-block;
	width:540px;
	height: 100%;
}
	.collections-r .clist li a img {
		width: 100%;
		height: 100%;
	}
.collections-r .clist-info {
	width: 383px;
	padding: 30px 0 30px 20px;
	box-sizing: border-box;
}
.collections-r .clist .clist-info img{
	width:initial;
	height:initial;
	max-height:100%;
}
.collections-r .clist-tit {
	padding-right: 90px;
	border-bottom: none;
	padding-bottom: 10px;
}
.collections-r .clist .tag {
	top: 27px;
	right: 0;
}
.collections-r .clist-imgs {
	margin-top: 35px;
}
.collections-r .clist-imgs img {
	width: 100px;
	height: 100px;
	margin-right: 15px;
}

/*系列详情*/
.coll-title {
	width: 960px;
	padding:70px 80px 80px;
	margin:0 auto;
	background: #FAF5EF;
	border-radius: 10px;
	transform:translateY(-50%);
	text-align:center;
}
.btn-cut {
	position: absolute;
	right: 0;
	top: 15px;
	border-radius: 22px;
	border: solid 1px #9ECC5E;
}
.btn-cut input:checked+.btn{
	background:#9ECC5E;
	border-radius: 22px!important;
}
.btn-cut .btn{
	padding-left:20px;
	padding-right:20px;
	border:none;
	border-radius:22px!important;
	color:#9ECC5E;
	box-shadow:none!important;
}
.btn-cut .btn:hover{
	background:none;
	color:#9ECC5E;
}
.btn-cut input:checked+.btn:hover{
	color:#fff;
	background:#9ECC5E;
}
.faq-l {
	float: left;
	width: 260px;
}
.faq-r{
	float:right;
	width:870px;
	min-height:610px;
	padding-bottom:50px;
}
.faq-l li {
	margin-bottom: 35px;
	color: #565656;
	font-size:16px;
}
.faq-l li a:hover{
	color: #9ECC5E;
}
.faq-l .curr {
	padding-left:10px;
	border-left: solid 3px #9ECC5E;
	color: #9ECC5E;
}
.faq-r .location {
	height: 28px;
	line-height: 28px;
}
.faq-r>ul>li{
	padding-bottom:15px;
}
.faq-r .faq-que {
	margin-top: 20px;
}
.faq-r .faq-que {
	font-size: 18px;
	font-family: myFontBold;
}
.faq-r .faq-ans{
	position: relative;
	margin-top:10px;
	color: #565656;
}
.faq-r .faq-ans>span{
	position:absolute;
	left:0;
}
.faq-r .faq-ans>div {
	padding-left: 20px;
}
.form-b .form-control{
	height:45px;
}
.form-b label{
	font-weight:normal;
}
.form-b .form-control-feedback {
	top: 0;
	right: 15px;
	height: 45px;
	line-height: 45px;
}
.form-b>div{
	margin-bottom:15px;
}
.form-b .col-sm-6{
	min-height:89px;
	margin-bottom:5px;
}
.form-s .form-control {
	margin-bottom: 10px;
}
.form-s .form-control-feedback {
	top: 0;
	right: 15px;
	height: 34px;
	line-height: 34px;
}
.form-s.bv-form .help-block {
	position:relative;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 0 10px;
	height: 32px;
	line-height: 30px;
	background: #FFECEF;
	border: 1px solid #FFBBC4;
	border-radius: 4px;
	margin-top: 2px;
	white-space: nowrap;
}
	.form-s.bv-form .help-block::before {
		position: absolute;
		left: -8px;
		top: 9px;
		content: '';
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 8px solid #FFBBC4;
		border-bottom: 5px solid transparent;
	}
	.form-s.bv-form .help-block::after {
		position: absolute;
		left: -7px;
		top: 10px;
		content: '';
		width: 0;
		height: 0;
		border-top: 4px solid transparent;
		border-right: 7px solid #FFECEF;
		border-bottom: 4px solid transparent;
	}

.notice-success {
	width: 100%;
	padding:8px 10px;
	line-height:15px;
	background: #ECFAFA;
	border: 1px solid #C9E1E1;
	border-radius: 2px;
	color: #9ECC5F;
}
.notice-error {
	width: 100%;
	padding: 8px 10px;
	line-height: 15px;
	background: #FFECEF;
	border: 1px solid #FFBBC4;
	border-radius: 2px;
	color: #D0112B;
}
.footer .notice-success{
	position:relative;
	padding-left:30px;
}
.footer .notice-success .iconfont {
	position:absolute;
	left:12px;
	top:8px;
}
.footer .has-error.input01 {
	border-color: #D0112B;
}
.alert{
	max-width:200px;
	padding-right:28px;
}
.alert .close {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size:20px;
}
.footer-coll-list p{
	float:left;
	width:35%;
}
/*购物车列表*/
.btn-tabs .btn {
	width: 215px;
	color: #9ECC5E;
	border-color: #9ECC5E;
	background-color: #fff;
}
.btn-tabs .btn.active{
	background-color:#9ECC5E;
	color:#fff;
}
.btn-tabs .btn:hover{
	color:#9ECC5E;
	background-color:#fff;
}
.btn-tabs .btn.active:hover{
	color:#fff;
	background-color:#9ECC5E;
}
.cart-l{
	float:left;
	width:950px;
}
.cart-r{
	float:right;
	width:240px;
	z-index:9;
}
.cart-r>div{
	padding:20px;
	background-color:#F0F6F6;
}
.table-cart .checkbox input {
	margin: 0;
}
.table-cart .info>a{
	width:77px;
	height:77px;
	margin-right:10px;
}
.table-cart .info > div {
	width: 190px;
}
.table-cart > :not(caption) > * > *{
	padding-top:20px;
	padding-bottom:20px;
}
.table-cart .info{
	position:relative;
}
.table-cart .info .del{
	position:absolute;
	bottom:0;
	font-size:12px;
	line-height:1;
	color:#999999;
}
.table-cart .info .del:hover
{
	text-decoration: underline;
}
.table-cart .info>div>p{
	padding-right:0;
}
.table-cart td{
	border-style:dashed;
}
.table-cart tr:last-child td{
	border-width:0;
}
.table-cart .state-nostock .numbox::after {
	bottom:-30px;
}
.table-cart .state-invalid .info > a::after {
	top: 25px;
}


/*地址列表*/
.address-list .card {
	height: 280px;
	border-width: 3px;
	border-radius: 0;
	transition: box-shadow .5s;
}
.address-list .card:hover{
	box-shadow: 0px 8px 8px 0px rgba(210,208,208,0.7500);
}
.address-list .card:hover .choose{
	display:block;
}
.address-list .card-body{
	padding-left:25px;
	padding-right:25px;
}
.address-list .card-body p {
	margin-top: 8px;
	line-height:1.4;
}
.address-list .card-footer {
	justify-content: center;
	padding-top: 22px;
	padding-bottom: 22px;
	line-height: 1;
	text-align: center;
	color: #269BFE;
	background-color: #fff;
	border-top-style: dashed;
	border-top-color: #E3E3E3;
}
.address-list .card-footer a:hover{
	text-decoration:underline;
}
.address-list .choose {
	display:none;
	position: absolute;
	right: -3px;
	top: -3px;
	width: 0;
	height: 0;
	border-bottom: 34px solid transparent;
	border-right: 34px solid #CCCCCC;
}
.address-list .choose .iconfont{
	position: absolute;
    left: 15px;
    top: -4px;
    font-size: 18px;
    color: #fff;
}
.address-list .is-choosed {
	border-color: #9ECC5F;
}
.address-list .is-choosed  .choose{
	display:block;
	border-right-color: #9ECC5F;
}
.address-list .is-default .vr, .address-list .is-default .del {
	display: none;
}
.show-all span::after {
	content: 'Show All';
}
.show-all[aria-expanded="true"] span::after{
	content:'Show Less';
}
.show-all[aria-expanded="true"] .iconfont{
	display:inline-block;
	transform:rotate(180deg);
}
.table-submit{
	color:#565656;
}
.table-submit th {
	color:#565656;
	background-color: #F0F5F5;
	border-bottom:none;
}
.table-submit tr:nth-child(odd) td{
	border-style:dashed;
}
.table-submit .remark label{
	padding-top:0;
	padding-right:0;
}
.table-submit .col-md-auto{
	padding:0;
}
.table-submit .remark textarea {
	width: 1095px;
	border: none;
	padding: 0;
	font-size: 14px;
	box-shadow: none !important;
}
.table-submit > :not(caption) > * > * {
	padding-top: 15px;
	padding-bottom: 15px;
}
.table-submit th:first-child,.table-submit td:first-child {
	padding-left: 20px;
}
.table-submit .info>a{
	border-color:#fff;
}
.table-submit tr:not(.remark) td:first-child{
	padding-top:0;
	padding-bottom:0;
}
.form-check-input.square{
	width:12px;
	height:12px;
	border-radius:2px;
}
.form-check-input.square:checked[type=radio] {
	background-image: none;
}
.method-content{
	display:none;
}
.form-check-input:checked ~ .method-content{
	display:block;
}
.area {
	position: relative;
}
.area label {
	position: absolute;
	left: 40px;
	top: -10px;
	z-index: 2;
	padding: 0 10px;
	color: #575757;
	background-color:#fff;
}
.area textarea{
	padding:20px;
	border-color:#F0F0F0;
}
.area textarea:focus{
	border-color:#F0F0F0;
}
/*弹窗*/
.modal-normal .modal-header {
	border-bottom:none;
	padding-bottom:0;
}
.modal-normal .modal-dialog {
	max-width: 600px;
}
.modal-normal .modal-body {
	padding: 0;
}
.form-normal .text_tit {
	color: #666666;
	background-color: #fff;
}
.form-normal input {
	border-color: #CDCDCD;
}
/*用户中心-顶部公司名+左侧菜单 模板页*/
.name-top p {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	letter-spacing:2px;
}
.left-panel {
	float: left;
	width: 240px;
	border-right: solid 1px #E7E7E7;
	padding-bottom:80px;
}
.left-panel-nav>p{
	margin-top:30px;
	font-size:18px;
}
.left-panel-nav>p:first-child{
	margin-top:20px;
}
.left-panel-nav>p .iconfont{
	font-size:20px;
	margin-right:8px;
}
.left-panel-nav>p span{
	font-weight:bold;
}
.left-panel-nav a {
	position:relative;
	display: block;
	line-height: 20px;
	margin-top: 20px;
	color: #565656;
	transition:all .4s;
}
.left-panel-nav a .iconfont{
	position:absolute;
	right:0;
	font-size:14px;
}
.left-panel-nav a::before{
	content:'';
	position:absolute;
	left:0;
	width: 0;
	height: 20px;
	background: #565656;
	transition:width .4s;
}
.left-panel-nav a.curr{
	padding-left:15px;
	color: #9ECC5F;
}
.left-panel-nav a.curr::before{
	width: 4px;
	background: #9ECC5F;
}
.left-panel-nav a:hover{
	padding-left:15px;
}
.left-panel-nav a:hover::before{
	width: 4px;
}
.right-page {
	float: right;
	width: 930px;
}
.border-tabs{
	width:540px;
	overflow:hidden;
}
.border-tabs li{
	position:relative;
	float:left;
	width:25%;
	padding-bottom:20px;
	font-size:16px;
	font-weight:bolder;
	text-align:center;
	cursor:pointer;
}
.border-tabs .active{
	color:#9ECC5F;
}
.border-tabs .active::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background-color:#9ECC5F;
}
.order-top .input-group input,.order-top .input-group .btn {
	border-color: #E7E7E7;
}
.order-top .input-group .btn{
	padding-top:0;
	padding-bottom:0;
}
.order-top .input-group .btn:hover {
	background-color: #f0f5f5;
	color:#323232;
}

.table-order .info>a{
	border-color:#fff;
}
.table-order th {
	color:#565656;
	border-color: #F0F5F5;
	background-color: #F0F5F5;
}
.table-order tr:not(.line):not(.line2) td {
	color: #565656;
	padding-top: 0;
	padding-bottom: 0;
}
.table-order th:first-child, .table-order td:first-child{
	padding-left:20px;
}
.table-order .line {
	position: relative;
	height: 40px;
	line-height: 39px;
	color: #9ECC5F;
}
.table-order .line td {
	position:relative;
	z-index: 2;
	padding-top:20px;
	padding-bottom:0;
}
.table-order .line:first-child td{
	padding-top:10px;
}
.table-order .line::after{
	z-index:1;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	display:block;
	width:100%;
	height: 40px;
	line-height: 40px;
	background: #E2EDED;
}
.table-order .line2 {
	color: #9ECC5F;
}
.table-order .info + .info {
	position:relative;
}
.table-order .info + .info::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	display: block;
	width: calc(100% + 20px + .5rem);
	height: 1px;
	border-top: dashed 1px #E7E7E7;
}
.table-order .info > span {
	display: block;
	width: calc(80px - 1rem);
	margin-left: auto;
}
.table-order tr:not(.line):not(.line2) td:not(:first-child):not(:last-child), .table-order tr:not(.line):not(.line2) td:first-child[colspan="2"] {
	border-right: solid 1px #E7E7E7;
}
.table-order th:nth-last-child(-n+3), .table-order tr:not(.line):not(.line2) td:nth-last-child(-n+3) {
	text-align: center;
}
.table-order tr:not(.line):not(.line2) td:last-child{
	padding:15px 35px;
}
.table-order .btn{
	height:26px;
	line-height:24px;
	padding-top:0;
	padding-bottom:0;
}
.table-order .line .iconfont {
	display: none;
}
.table-order .line:hover .iconfont{
	display:inline-block;
}

.form-info .form-control, .form-info .form-select {
	border-color: #CDCDCD;
	border-radius: 2px;
}
.form-info .form-select {
	padding-top: 0;
	padding-bottom: 0;
}
.form-info .form-control[disabled], .form-info .form-select[disabled] {
	background-color: #F0F5F5;
}
.change-area{
	position:relative;
}
.change-area .iconfont {
	display:none;
	position: absolute;
    z-index: 2;
    right: 100px;
    top: 4px;
    color: #0F8353;
    font-size: 18px;
    background-color: #fff;
}
.change-area.is-changed .iconfont{
	display:block;
}
.table-contact > :not(caption) > * > * {
	padding-left: 20px;
	padding-right: 20px;
	color:#565656;
}
.table-contact th {
	padding-top:13px;
	padding-bottom:13px;
	background-color: #F0F5F5;
	border-bottom-color: #F0F5F5;
}
.table-contact td {
	padding-top: 30px;
	padding-bottom: 30px;
}
.table-contact tr:not(:last-child) td {
	border-style: dashed;
}
.table-contact a[disabled]{
	pointer-events:none;
}
.sign-me {
	position: absolute;
	top: -12px;
	right: -35px;
	display: inline-block;
	width: 30px;
	height: 18px;
	line-height: 18px;
	background: #E2EDED;
	border-radius: 2px 2px 2px 0px;
	font-size: 12px;
	color: #9ECC5F;
	text-align: center;
}
.sign-me:after {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent #E2EDED #E2EDED transparent;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    color: #dddddd;
}
.table-safe td {
	padding-top: 45px;
	padding-bottom: 45px;
}
.table-safe tr:not(:last-child) td {
	border-style: dashed;
}
/*订单详情*/
.order-detail .btn.btn-outline-secondary {
	border-color: #ddd;
	background-color: #f5f5f5;
}
.order-detail .btn.btn-outline-secondary:hover{
	border-color:#ddd;
	background-color:#eee;
}
/*步骤*/
.steps li:not(.inter){
	position:relative;
	float:left;
	width:20%;
	text-align:center;
}
.steps li .iconfont{
	margin-bottom:20px;
	font-size:30px;
	color:#cbcbcb;
}
.steps li > p {
	color:#888888;
	margin-top:10px;
	line-height:1;
}
.steps li:not(:first-child):not(.inter)::before, .steps li:not(:last-child):not(.inter)::after {
	position: absolute;
	top: 20px;
	content: '';
	display: block;
	width: calc(50% - 25px);
	height: 2px;
	border-bottom: dashed 2px #cbcbcb;
}
.steps li.w25p:not(:first-child):not(.inter)::before, .steps li.w25p:not(:last-child):not(.inter)::after {
	/*width:90px;*/
}
.steps li:not(.inter)::before {
	left: 2px;
}
.steps li:not(.inter)::after {
	right: 2px;
}
/*中间步骤 inter*/
.steps .inter {
	position: relative;
	float:left;
	width: 0;
	height: 0;
}
.steps .inter::before{
	z-index:2;
	position:absolute;
	left: 0;
    top: 17px;
	content:'';
	display:block;
	width: 8px;
	height: 8px;
	background: #9ECC5F;
	border-radius: 50%;
}
.steps .inter>span{
	position:absolute;	
	top:-30px;
	left:0;
	white-space:nowrap;
	color:#9ECC5F;
	transform:translateX(-50%);
}
/*已完成步骤 is-completed*/
.steps li.is-completed .iconfont {
	color: #9ECC5F;
}
.steps li.is-completed>p{
	color:#565656;
}
.steps li.is-completed::before, .steps li.is-completed::after {
	border-color: #9ECC5F !important;
}
.steps li.is-completed.no-next-inter::after {
	border-color: #cbcbcb !important;
}
/*remark折叠*/
.remark-area .collapse:not(.show) {
	display:block;
	height: 120px;
	overflow:hidden;
}
.remark-area .collapsing {
	height: 120px;
}
.remark-area .show-all span::after{
	content:'Show More';
}
.remark-area .show-all[aria-expanded="true"] span::after {
	content: 'Show Less';
}
/*物流折叠*/
.delivery-area .collapse:not(.show) {
	display: block;
	height: 160px;
	overflow: hidden;
}
.delivery-area .collapsing {
	height: 160px;
}
.delivery-area .show-all span::after {
	content: 'Show More';
}
.delivery-area .show-all[aria-expanded="true"] span::after {
	content: 'Show Less';
}

/*支付*/
.form-card .col-form-label{
	width:110px;
}
.form-card .form-control, .form-card .form-select {
	border-radius: 2px;
	border-color:#e7e7e7;
}
/*信用卡列表*/
.card-list .card{
	height:225px;
	border-radius:0;
	border-width:3px;
}
.card-list .card-footer{
	padding:0 30px 13px 30px;
	background-color:#fff;
	border-top:none;
}
.card-list .card-link {
	color: #269BFE;
}
.card-list .card-link:hover{
	text-decoration:underline;
}
/*首页*/
.hot-area{
	position:relative;
}
.hot-area::before{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	content:'';
	display:block;
	width:100%;
	height:550px;
	background-color:#E8EEEE;
}
.hot-area .container{
	z-index:2;
	position:relative;
}
.hot-area .swiper{
	width:720px;
	margin-top:80px;
}
/*.hot-area .swiper{
	padding-top:100px;
	background-color:#9ECC5F;
}
.hot-area .swiper-slide>p{
	position:absolute;
	top:-100px;
	left:50%;
	width:500px;
	height:100px;
	line-height:100px;
	text-align:center;
	transform:translateX(-50%);
}
.hot-area .swiper-slide>p img{
	max-height:100%;
	max-width:100%;
}*/
.hot-area .swiper-slide img{
	width:100%;
}
.hot-area .swiper-button-next,.hot-area  .swiper-button-prev{
	position:absolute;
	top:43px;
	width:45px;
	height:45px;
	background-color:#fff;
	border-radius:50%;
	color:#9ECC5F;
}
.hot-area .swiper-button-next::after, .hot-area .swiper-button-prev::after{
	font-size:23px;
}
.hot-area .swiper-button-prev{
	left:60px;
	padding-right: 3px;
}
.hot-area .swiper-button-next{
	right:60px;
	padding-left: 3px;
}
.intro-list li{
	position:relative;
	height:600px;
	margin-top:130px;
}
.intro-list .container{
	z-index:2;
	position:relative;
	height:100%;
	padding-top:100px;
	overflow:hidden;
}
.intro-list .container > a {
	z-index:3;
	position: absolute;
	top: 0;
	display:block;
	width:690px;
}
.intro-list .container > a img{
	width:100%;
}
.intro-list .container>div{
	width: 590px;
	height: 490px;
	color:#575757;
	background: #FAF5EF;
	padding-top:70px;
	padding-bottom:70px;
}
.intro-list .container > div a{
	position:absolute;
	bottom:70px;
	color:#9ECC5F;
	font-size:18px;
}
	.intro-list .container > div > p {
		font-size: 28px;
		color: #575757;
		text-transform: uppercase;
		line-height:1;
	}
.intro-list .container > div div p {
	margin-bottom: 20px;
}
/*单数*/
.intro-list li:nth-child(odd) .container {
	padding-left: 610px;
}
.intro-list li:nth-child(odd) .container>div{
	padding-left:120px;
	padding-right:40px;
}
.intro-list li:nth-child(odd) .container > a {
	left: 0;
}
/*双数*/
.intro-list li:nth-child(even) .container {
	padding-right: 610px;
}
.intro-list li:nth-child(even) .container > div {
	padding-right: 120px;
	padding-left: 40px;
}
.intro-list li:nth-child(even) .container > a {
	right: 0;
}
/*第二个*/
.intro-list li:nth-child(2n):not(:nth-child(4n)) .container > div > p {
	color: #fff;
}
.intro-list li:nth-child(2n):not(:nth-child(4n)) .container > div {
	color: #fff;
	background-color: #9ECC5F;
}
.intro-list li:nth-child(2n):not(:nth-child(4n)) .bline-primary {
	border-color: #FFF2D9;
}
.intro-list li:nth-child(2n):not(:nth-child(4n)) .bline-primary:hover {
	border-color: transparent;
}
.intro-list li:nth-child(2n):not(:nth-child(4n)) .bline-primary::after {
	background-color: #FFF2D9;
}
.intro-list li:nth-child(2n):not(:nth-child(4n)) .container > div a {
	color: #FFF2D9;
}
/*第三个*/
.intro-list li:nth-child(3n){
	padding-top:60px;
	height:660px;
}
.intro-list li:nth-child(3n)::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 430px;
	background-color: #E8EEEE;
}
/*第四个*/
.intro-list li:nth-child(4n) .container > div {
	color:#575757;
	background-color: #E8EEEE;
}
.intro-list li:nth-child(4n) .container > div a {
	color: #9ECC5F;
}
/*最后一个*/
.intro-list li:last-child{
	margin-bottom:130px;
}
/*B2B zone模块*/
.zone-area video{
	width:640px;
	height:360px;
}
.zone-area .col{
	padding-left:40px;
	padding-right:30px;
}
.zone-area ul {
	margin-top: 20px;
	color: #fff;
	overflow: hidden;
}
.zone-area li{
	position:relative;
	float:left;
	width:220px;
	padding-left:25px;
	margin-top:12px;
	margin-bottom:12px;
	line-height:1;
}
.zone-area li:nth-child(even){
	margin-left:50px;
}
.zone-area li::before{
	content:'';
	position:absolute;
	left:0;
	top:5px;
	display:block;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
}


/*support模块*/
.left-nav{
	width:215px;
	padding:35px 0;
	border-left:solid 1px #e1e1e1;
}
.right-cont{
	padding-left:50px;
}
.left-nav li {
	padding: 35px 0;
	font-size: 16px;
}
.left-nav a{
	position:relative;
	padding:5px 0 5px 25px;
	transition:all .4s;
}
.left-nav a::before{
	position:absolute;
	left:-6px;
	top:10px;
	content:'';
	display:block;
	width: 12px;
	height: 12px;
	border: 1px solid #E1E1E1;
	border-radius: 50%;
	background-color:#fff;
}
.left-nav a::after{
	position:absolute;
	left:6px;
	top:15px;
	content:'';
	display:block;
	width: 11px;
	height: 1px;
	background-color:#E1E1E1;
	transition:all .4s;
}
.left-nav a:hover,.left-nav .curr{
	padding-left:40px;
	color:#9ECC5E;
}
.left-nav a:hover::before,.left-nav .curr::before{
	border:solid 2px #9ECC5E;
}
.left-nav a:hover::after,.left-nav .curr::after{
	width:25px;
	background-color:#9ECC5E;
}
.accordion-simple .accordion-item {
	border-left: 0;
	border-right: 0;
	border-color: #DEDEDE;
	border-radius:0;
}
.accordion-simple .accordion-button {
	background-color: transparent;
	font-weight: bold;
	color: #323232;
	box-shadow:none;
	padding:15px 10px;
	line-height:1;
}
.accordion-simple .accordion-body{
	padding-top:0;
	padding-left:10px;
	font-size:16px;
	color:#565656;
	line-height:30px;
}
.accordion-simple .accordion-button::after{
	display:none;
}
.accordion-simple .iconfont {
	margin-left: auto;
	font-size: 28px;
	color:#565656;
	font-weight:normal;
}
.accordion-simple .accordion-button:not(.collapsed) .iconfont::before {
	content: '\e636';
}
.btn-tabs-b .btn{
	min-width:155px;
	width:initial;
	padding:11px 10px;
	font-size:14px;
}
.btn-tabs-b:not(.btn-group) .btn{
	margin:8px;
}
.right-cont-news{
	width:980px;
}
.my-g-40 {
	--bs-gutter-x: 40px;
	--bs-gutter-y: 40px;
}
.trade-process .col-auto {
	width: 596px;
}
.trade-process .col{
	position:relative;
	padding:60px 35px 60px 40px;
}
.trade-process .col::after{
	z-index:-1;
	position:absolute;
	left:-55px;
	top:0;
	content:'';
	display:block;
	width:calc(100% + 55px);
	height:100%;
	background: #FAFAFA;
}
/*B2B介绍页*/
.zone{
	margin-top:50px;
}
.zone .col-auto>div {
	width: 600px;
	padding: 30px 40px 40px;
	background: #FAF5EE;
}
.zone .col{
	position:relative;
	margin-top:50px;
	padding:40px 40px 50px;
	color:#fff;
	text-align:center;
}
.zone .col::before{
	content:'';
	z-index:-1;
	position:absolute;
	top:0;
	left:-400px;
	display:block;
	width:calc(100% + 400px);
	height:100%;
	background: #9ECC5F;
	opacity: 0.85;
}
.zone .col a{
	transition:all .5s;
}
.zone .col a:hover{
	color:#fff!important;
	text-decoration:underline;
}
.title-num {
	z-index: 2;
	display: inline-block;
	position: relative;
	padding-top: 55px;
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
}
.title-num i{
	z-index:1;
	position:absolute;
	bottom:-5px;
	left:50%;
	font-size:116px;
	font-weight:bold;
	letter-spacing:5px;
	color:rgba(0,0,0,.1);
	transform:translateX(-50%);
}
.cus-steps {
	--bs-gutter-x: 30px
}
.cus-steps .col div{
	height:110px;
	padding:15px 40px 0 40px;
	border-radius:8px;
	background-color:#fff;
}
.cus-steps .col p:first-child{
	line-height:1;
}
.cus-steps .col p:last-child {
	margin-top:8px;
	line-height: 26px;
}
.cus-area .col-auto{
	width:725px;
	height:408px;
	text-align:center;
	background-color:#fff;
}
.cus-area .col-auto video{
	width:100%;
	height:100%;
}

.cus-area .col{
	position:relative;
}
.cus-area .col > div {
	position: absolute;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.4);
	width:100%;
	height:100%;
	color:#fff;
	padding:90px 55px 0 55px;
}
.cus-area .col img{
	width:100%;
}
.btn01-b {
	width: 295px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
}
.cus-area .btn01 {
	margin-top: 70px;
	margin-top: 100px;
	border-color: #9ECC5F;
	background-color: #9ECC5F;
	color: #fff;
}
.btn01-b .arrow-right:before {
	width: 70px;
}
.cus-area .arrow-right:before{
	background-color: #fff;
}
.cus-area .arrow-right:after {
	color: #fff;
}
.order-area .col{
	padding-right:70px;
}
.order-area p {
	margin-top: 30px;
	font-size: 26px;
}
.order-area ul{
	list-style:disc;
	padding-left:25px;
}
.order-area li {
	font-size: 16px;
	margin-top: 20px;
	line-height: 32px;
	color: #565656;
}
.order-area .btn01{
	margin-top:75px;
}
.order-area img {
	width: 630px;
}

/*product manuals*/
.table-manuals > :not(caption) > * > * {
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
	font-size:16px;
	border-color:#e1e1e1;
	color:#565656;
}
.table-manuals td{
	width:50%;
}
.table-manuals td:first-child {
	border-right-style: dashed;
}
.table-manuals td:last-child {
	border-left-style: dashed;
}
.table-manuals tr {
	border:dashed 1px #e1e1e1;
}
.table-manuals tr:first-child {
	border-top-style: solid;
}
.table-manuals tr:last-child {
	border-bottom-style: solid;
}
.table-manuals a:hover>p{
	text-decoration:underline;
}
.search-area{
	position:relative;
}
.search-area .input-group>*
{
	border-color: #9ECC5E;
}
.search-area .list-group{
	display:none;
	position:absolute;
	top:44px;
	left:0;
	width:100%;
}
.search-area.opened .list-group{
	display:block;

}
.search-area .list-group-item{
	color:#565656;
	cursor:pointer;
}
.search-area .list-group-item:hover{
	background-color:#f8f9fa;
}
.search-area input{
	border-right:none;
}
.search-area input:focus {
	border-color: #9ECC5E;
}
.list-care {
	--bs-gutter-x: 40px;
	margin-bottom: 55px;
}
.right-cont-care{
	padding-left:0!important;
}
.list-care:nth-child(2n) {
	flex-direction: row-reverse;
}
.list-care .btn-tabs{
	width:100%;
}
.list-care .btn {
	width: 50%;
	line-height: initial;
	border-radius: 4px;
}
.list-care .btn:hover{
	opacity:.9;
}
.list-care .btn.curr{
	color:#fff;
	border-color:#9ECC5E;
	background-color:#9ECC5E;
}
.list-care img{
	width:100%;
}
.list-care ul{
	list-style:disc;
	padding-left:20px;
	color:#565656;
}
.list-care li{
	margin-top:5px;
	line-height:20px;
}
.list-care ul:last-child{
	display:none;
}
.pi-title {
	padding-left: 340px;
	padding-right: 340px;
	background: url(/images/common/logo.png?20200417) no-repeat 84px 0;
	text-align:center;
}
.table-pi {
	font-size: 14px;
	border-color: #565656;
}
.table-pi th{
	background-color:#D8E4BC;
	border-color:#565656;
	text-align:center;
	font-weight:bolder;
	line-height:1.2;
}
.table-pi td{
	border-color:#565656;
}
.table-pi+p .btn{
	width:190px;
	height:44px;
	font-weight:bold;
}
.progress-product .row {
	--bs-gutter-x: 40px;
	--bs-gutter-y: 20px;
}
.progress-product .card{
	position:relative;
	border:solid 3px #ccc;
	cursor:pointer;
}
.progress-product .card-body{
	padding:5px 10px;
}
.progress-product .choose {
	position: absolute;
	right: -3px;
	top: -3px;
	width: 0;
	height: 0;
	border-bottom: 34px solid transparent;
	border-right: 34px solid #CCCCCC;
}
.progress-product .choose .iconfont{
	position: absolute;
    left: 15px;
    top: -4px;
    font-size: 18px;
    color: #fff;
}
.progress-product .is-choosed {
	border-color: #9ECC5F;
}
.progress-product .is-choosed  .choose{
	display:block;
	border-right-color: #9ECC5F;
}
.table-progress {
	border: solid 1px #e7e7e7;
}
.table-progress th:nth-child(2), .table-progress td:nth-child(2){
	text-align:center;
}
.table.table-progress .first td {
	border-top: solid 1px #e7e7e7;
}
.table-progress .first td:nth-child(1){
	font-weight:bolder;
	color:#323232;
}
.table-progress .curr td:nth-child(1){
	color:#9ECC5F;
}
.table.table-progress tr td {
	border-style: dashed;
}
.table.table-progress .first:not(.has-sec) td {
	border-style: solid;
}
.table-progress >tbody>tr:hover>*{
	background-color:#F9F9F9;
}
.table-progress.table-submit tr:not(.remark) td:first-child {
	padding-top: 15px;
	padding-bottom: 15px;
}
/*sitemap*/
.sitemap > a {
	display: inline-block;
	width: 100px;
	margin-top:30px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color: #F0F5F5;
	border-radius:4px;
}
.sitemap ul{
	overflow:hidden;
	margin-top:30px;
	border-bottom:dashed 1px #e7e7e7;
}
.sitemap ul:last-child{
	border-bottom:none;
}
.sitemap li {
	float: left;
	margin-right: 50px;
	margin-bottom:30px;
}
.sitemap li a:hover{
	color:#9ECC5F;
}
.sitemap li .iconfont {
	font-size:13px;
}
.nopage{
	padding-top:120px;
	padding-bottom:150px;
	background:url(/images/common/bg_404.jpg) no-repeat center 100%;
}

.nav-collections-new.container{
	width:1000px!important;
}
.nav-about .container {
	width: 800px !important;
}
.ab-l{
	padding-right:35px;
}
.ab-c {
	flex-grow: 1; /* 撑满剩余空间 */
}
.ab-c p{
	padding:11px 0;
	line-height:1;
}
.ab-r {
	padding-left: 60px;
	border-left: solid 1px #E7E7E7;
}
.ab-c p.act a{
/*	border-bottom:solid 1px #333;*/
}

.story {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #fafafa;
    background-size: 100% auto;
}

    .story .index_hover {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        float: right;
    }

        .story .index_hover:hover {
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
            color: #9FCC5E;
        }

.story-l {
    position: relative;
    float: left;
    width: 590px;
}

    .story-l img {
        height: 100%;
    }

    .story-l > div {
        position: absolute;
        left: 11%;
        bottom: 10%;
        width: 78%;
        padding: 20px;
        background: rgba(224,235,246,.92);
    }

        .story-l > div a {
            color: #999;
        }

            .story-l > div a:hover {
                color: #333;
            }

.story-r {
    float: left;
    width: 610px;
}

.story img {
    width: 100%;
}

.in-ab-right .in-abr-box {
    float: left;
    width: 295px;
    margin-left: 10px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

    .in-ab-right .in-abr-box:before {
        position: absolute;
        top: 155px;
        left: 0;
        z-index: 0;
        content: '';
        width: 100%;
        height: 45px;
        background: -webkit-linear-gradient(top,transparent,#000);
        background: -o-linear-gradient(top,transparent,#000);
        background: -moz-linear-gradient(top,transparent,#000);
        background: linear-gradient(top,transparent,#000);
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .in-ab-right .in-abr-box img {
        width: 100%;
        height: 100%;
    }

    .in-ab-right .in-abr-box .in-abr-position {
        position: absolute;
        top: 130px;
        z-index: 1;
        padding: 30px 25px;
        background-color: transparent;
        transition: all .6s;
        -o-transition: all .6s;
        -ms-transition: all .6s;
        -moz-transition: all .6s;
        -webkit-transition: all .6s;
    }

    .in-ab-right .in-abr-box .in-abr-tit {
        position: relative;
        padding-bottom: 15px;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: white;
    }

    .in-ab-right .in-abr-box .in-abr-text {
        height: 60px;
        font-size: 14px;
        color: #dedede;
        line-height: 20px;
        overflow: hidden;
    }

    .in-ab-right .in-abr-box .in-abr-right {
        display: inline-block;
        position: relative;
        left: 0;
        padding-top: 10px;
        font-size: 30px;
        color: #dedede;
    }

.ts-5 {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.in-ab-right .in-abr-box:hover .in-abr-position {
    top: 0;
}

.in-ab-right .in-abr-box:hover:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,21,12,.6);
}

.in-ab-right .in-abr-box .in-abr-right:hover {
    left: 10px;
}

.tabs-detail .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    padding-top: 30px;
}

.icon-hot {
    position: relative;
}

    .icon-hot::after {
        content: '';
        position: absolute;
        right: -34px;
        top: -11px;
        display: block;
        width: 30px;
        height: 17px;
        background: url(/Content//images/product/pt_hot_icon.png) no-repeat;
    }

img.lazyload, img.lazyloading {
    opacity: 0;
}

img.lazyloaded {
    animation: lazyIn .4s;
    -webkit-animation: lazyIn .4s; /*Safari and Chrome*/
}

@keyframes lazyIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes lazyIn /*Safari and Chrome*/
{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/*首页*/
.home_sets {
/*margin: 0 -15px;*/
}
.home_sets img {
	width: 100%;
}
	.home_sets .swiper {
		padding:15px 0;
/*		padding: 0 30px;*/
	}
.home_sets .swiper-wrapper {
/*	overflow:hidden;*/
}
.home_sets .swiper-slide {
	cursor:pointer;
}
.home_sets .swiper-slide img {
	transition: 0.4s ease-out;
	min-height:150px;
}
	.home_sets .swiper-slide p {
		font-size: 2.25rem;
		color: #222222;
		line-height: 72px;
		text-align: center;
		transition: all .4s;
	}
	.home_sets .swiper-slide.act img, .home_sets .swiper-slide:hover img {
		transform: scale(1.07);
	}
	.home_sets .swiper-button-prev, .home_sets .swiper-button-next {
		width: 3rem;
		height: 3rem;
		background-color: rgba(242, 240, 238, .7);
		border-radius: 50%;
		transition: all .4s;
		margin-top: -58px;
	}
	.home_sets .swiper-button-prev::after, .home_sets .swiper-button-next::after {
		font-size: 20px;
		color:#333;
	}
	.home_sets .swiper-button-prev:hover, .home_sets .swiper-button-next:hover {
		background-color: rgba(242, 240, 238, 1);
	}
.home_sets .swiper-slide.act p,.home_sets .swiper-slide:hover p {
	position: relative;
	z-index: 2;
	padding-bottom:80px;
	margin-top: -80px;
	color: #FFFFFF;
}
.home_sets .swiper-button-prev{
	left:10px;
}
	.home_sets .swiper-button-next {
		right: 10px;
	}
.home_sets_products{
	display:none;
}
.home_sets_products.curr {
	display: block;
}
.home_sets_products .swiper-button-disabled {
	color: #DDDDDD;
}
.home_sets_products .swiper img{
	width:100%;
	min-height:150px;
}
.home_sets_products .swiper p {
	font-size:1.125rem;
	margin-top:20px;
	line-height:1.2;
	text-align:center;
}
.home_sets_icons {
	background-color: #EFEFEF;
	padding:20px 0 25px 0;
	margin:30px 0 0 0;
}
	.home_sets_icons .in-icon-box {
		width: 100%;
		text-align: center;
	}
		.home_sets_icons .in-icon-box .in-icon {
			height: 60px;
		}
			.home_sets_icons .in-icon-box .in-icon img {
				width:110px;
			}
		.home_sets_icons .in-icon-box p {
			font-size: 1.125rem;
			color: #000000;
			margin-top:2px;
		}
.swiper .scale {
	display: inline-block;
	width: 100%;
	height: 100%;
}
/*随鼠标移动的向下箭头*/
.ab-nav {
    font-size: 16px;
    color: #333;
}

    .ab-nav li {
        position: relative;
        float: left;
        padding: 20px 40px 22px;
        border-bottom: 2px solid #fff;
        box-sizing: initial;
    }

        .ab-nav li.on {
            position: relative;
            display: inline-block;
            left: 0;
            /*font-family: 'Glyphicons Halflings';*/
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

    .ab-nav .ab-line02 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 18px;
        color: #9ecb5e;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        overflow: hidden;
    }

        .ab-nav .ab-line02 i.i-line {
            position: absolute;
            bottom: 7px;
            display: inline-block;
            height: 2px;
            width: 100%;
            background: #9ecb5e;
        }

        .ab-nav .ab-line02 i.iconfont {
            position: absolute;
            top: 2px;
            left: 48%;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }
.col-md-offset-2 {
	margin-left: 16.666666666666664%;
}
.btn-black2 {
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	color: white;
	background-color: #333333;
	border-radius: 0;
}

	.btn-black2.focus, .btn-black2:focus, .btn-black2:hover {
		color: white;
	}
.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}

.media-left, .media > .pull-left {
	padding-right: 10px;
}
.media-body {
	vertical-align: middle;
}

/*公司信息详细内容*/
#tab-info .btn01 {
	display: inline-block;
	float: right;
	width: 80px;
	height: 40px;
	line-height: 40px;
	background-color: #9ecb5e;
	color: #fff;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	text-decoration: none;
	margin-top: 20px;
}

	#tab-info .btn01:hover {
		background-color: #9ECC5F;
	}

#tab-info .btn02 {
	position: relative;
	display: inline-block;
	/*width: 120px;*/
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: #fff;
	text-align: center;
}

#tab-info .logo-y .l-btn-02 {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 60px;
	z-index: 10;
}

#tab-info .logo-y .curr {
	display: inline-block;
}

#tab-info > p {
	width: 100%;
	line-height: 60px;
	padding-left: 10px;
	padding-right: 10px;
}
/*#tab-info .btn02:before {
    content: 'Upload';
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #a6d06a;
    border: solid 1px #a6d06a;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}*/
/*#tab-info .btn02 input {
    width: 120px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}*/
#tab-info .logo-y .btn02 img {
	/*margin-left: 45px;*/
	/*max-width: 100%;*/
	max-height: 58px;
	vertical-align: middle;
	/*border: 1px solid #ddd;*/
}

#company-form {
	padding-bottom: 53px;
}

	#company-form label {
		color: #333;
		/*font-size: 16px;*/
		font-weight: normal;
		padding-right: 0;
	}

	#company-form .form-group {
		margin-bottom: 20px;
	}

		#company-form .form-group:last-child div.btn03 {
			background-color: transparent;
			border: none;
		}

	#company-form div div {
		border-color: #cdcdcd;
	}

	#company-form .btn03 {
		/*display: none;*/
	}

.upload05 {
	padding: 3px 12px;
	background-color: #9ecb5e;
	color: white;
	border: none;
	border-radius: 3px;
}

	.upload05:hover {
		background-color: #9ECC5F;
	}

#company-form .btn03 button {
	width: 260px;
	color: #fff;
	/*font-size: 16px;*/
	background-color: #f5a31d;
	padding: 10px 12px;
}

#company-form .btn07 {
	width: 260px;
	color: #fff;
	background-color: #f5a31d;
	padding: 10px 12px;
}

	#company-form .btn07:hover {
		background-color: #ffa91c;
	}


#company-form .btn03 button:hover {
	background-color: #ffa91c;
}

#company-form .form-sel-btn .selectpicker.btn-default.disabled {
	background-color: transparent;
	border: none;
	text-shadow: none;
	opacity: 1;
	cursor: default;
}

	#company-form .form-sel-btn .selectpicker.btn-default.disabled .caret {
		display: none;
	}

.dropdown-menu > li.selected > a {
	background-color: transparent;
}

#company-form .form-sel-btn div.bootstrap-select {
	box-shadow: none;
}

#company-form .form-horizontal .has-feedback .form-control-feedback {
	right: 4%;
}

#company-form .form-group.has-feedback .form-sel-btn .form-control-feedback {
	right: 4%;
}

#company-form .form-sel-btn div.bootstrap-select .btn {
	background: white;
}

#company-form .form-sel-btn div.bootstrap-select .input-block-level {
	border-color: #ccc;
}

	#company-form .form-sel-btn div.bootstrap-select .input-block-level:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	}

#company-form .form-group-select.has-feedback .form-sel-btn .form-control-feedback {
	right: 40px;
}

#company-form .form-group-select .bootstrap-select.btn-group .btn .filter-option {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#company-form .form-group-select.adminAccount .bootstrap-select.btn-group .btn .filter-option {
	width: 110px;
}
/*配送地址详细内容*/

.address-list .address-head {
	margin-top: 10px;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid #e2e2e2;
}

.address-card {
	padding: 40px 30px 30px;
}
/*==================隐私政策页面======================*/
.m-policy .container, .hc-content .container {
	padding-left: 40px;
	padding-right: 40px;
}

#policy, #help-crumb {
	margin-top: 6px;
	background-color: #fff;
}

	#policy li, #help-crumb li {
		color: #333;
		font-size: 16px;
	}

	#policy i, #help-crumb i {
		margin-right: 8px;
	}

	#policy a, #help-crumb a {
		color: #565656;
		font-size: 16px;
	}

.priv-img {
	width: 100%;
	text-align: center;
}

	.priv-img img {
		max-width: 100%;
		margin: 0 auto;
	}

.priv-box {
	margin-bottom: 75px;
}

	.priv-box li {
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
		padding: 15px 50px 13px;
	}

		.priv-box li:last-child {
			border-bottom: none;
		}

	.priv-box .priv-txt {
		font-size: 22px;
		color: #333;
		margin-bottom: 8px;
	}

		.priv-box .priv-txt:before {
			display: inline-block;
			content: '';
			width: 9px;
			height: 3px;
			background-color: #333;
			vertical-align: middle;
			margin-right: 10px;
		}

	.priv-box .policy-txt {
		font-size: 14px;
		color: #565656;
		line-height: 26px;
	}

	.priv-box .priv-txt01 {
		color: #565656;
		line-height: 26px;
	}

		.priv-box .priv-txt01 span {
			font-weight: bold;
		}
/*===================帮助中心页面=====================*/
#help-crumb > li + li:before, #policy > li + li:before {
    color: #565656;
}

.hc-tip {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 48px;
    background-color: #eeeded;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #333;
}

    .hc-tip .hc-tip-i {
        position: absolute;
        left: 153px;
        top: 1px;
        font-size: 24px;
        color: #eeeded;
    }
/*随鼠标移动的向下箭头*/
.ab-nav {
    font-size: 16px;
    color: #333;
}

    .ab-nav li {
        position: relative;
        float: left;
        padding: 20px 40px 22px;
        border-bottom: 2px solid #fff;
        box-sizing: initial;
    }

        .ab-nav li.on {
            position: relative;
            display: inline-block;
            left: 0;
            /*font-family: 'Glyphicons Halflings';*/
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

    .ab-nav .ab-line02 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 18px;
        color: #9ecb5e;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        overflow: hidden;
    }

        .ab-nav .ab-line02 i.i-line {
            position: absolute;
            bottom: 7px;
            display: inline-block;
            height: 2px;
            width: 100%;
            background: #9ecb5e;
        }

        .ab-nav .ab-line02 i.iconfont {
            position: absolute;
            top: 2px;
            left: 48%;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

.hc-img {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

    .hc-img img {
        max-width: 100%;
        vertical-align: middle;
        margin: 0 auto;
    }

.hc-box .hc-detail {
    padding: 22px 40px 30px 18px;
    border-bottom: 1px solid #f2f2f2;
}

.hc-box {
    margin-bottom: 70px;
}

    .hc-box li:last-child {
        border-bottom: none;
    }

.hc-detail .hc-txt01 {
    font-size: 22px;
    font-family: "Times New Roman";
    color: #9ecc5e;
    margin-right: 14px;
    font-weight: bold;
}

.hc-detail .hc-txt02 {
    font-size: 22px;
    color: #333;
}

.hc-detail .hc-txt03 {
    position: relative;
    /*width: 100%;*/
    line-height: 26px;
    margin-left: 36px;
    margin-top: 30px;
    padding: 20px;
    font-size: 14px;
    background-color: #f2f2f2;
}

    .hc-detail .hc-txt03:before {
        position: absolute;
        left: 40px;
        top: -15px;
        content: '';
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 15px solid #f2f2f2;
    }
/*==帮助中心-新手指南==*/
/*.tabs-guide.nav-pills {
    position: sticky;
    top: 0;
    z-index: 98;
}*/
.tabs-guide li {
    width: 18%;
    margin-right: 2.5%;
    text-align: center;
}

.tabs-guide > li + li {
    margin-left: 0;
}

.tabs-guide > li:last-child {
    margin-right: 0;
}

.tabs-guide li a {
    position: relative;
    font-size: 16px;
    font-weight: bolder;
    height: 55px;
    line-height: 35px;
    background-color: #e9e9e9;
    border-radius: 0;
    color: #565656;
}

.tabs-guide.nav-pills > li.active > a, .tabs-guide.nav-pills > li.active > a:focus, .tabs-guide.nav-pills > li.active > a:hover {
    background-color: #9ecb5e;
    border: none;
}

    .tabs-guide.nav-pills > li.active > a:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -9px;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-width: 9px 8px 0;
        border-style: solid;
        border-color: #9ecb5e transparent transparent; /*灰 透明 透明 */
    }

