@charset "utf-8";
/* CSS Document */



[contenteditable="true"]:focus{
	outline: none;
	background-color: gold;
}




.container-max {
	width:100%;
	min-width:1170px;
}
.container-min {
	max-width:1170px;
	min-width:992px;
}
.row-auto{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.col-auto{
	position: relative;
	width: 100%;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.col-auto{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-remove{
	opacity: 0;
	visibility: hidden;
	margin-right: -25%;
}	
.col-min-auto{
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}	



.row-min-auto{
	margin-left: -0.35rem;
	margin-right: -0.35rem;
}
.col-min-auto{
	position: relative;
	width: 100%;
	padding-right: 0.35rem;
	padding-left: 0.35rem;
}
	.col-min-auto{
		-ms-flex: 0 0 11.1%;
		flex: 0 0 11.1%;
		max-width: 11.1%;
	}	


/*min-width 表示最小即大于等于*/
/*
@media (min-width:576px){
	.container-max,.container-min{
		max-width: none;
		min-width:992px
	}
	.col-auto{
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}	
		.col-remove{
			opacity: 0;
			visibility: hidden;
			margin-right: -33%;
		}	
	.col-min-auto{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}	
}
@media (min-width:768px){
	.container-max,.container-min{
	  max-width: none;
		min-width:992px
	}	
}
@media (min-width:576px){
	.container-max,.container-min {
	  max-width: none;
		min-width:992px
	}
}
@media (min-width:768px){
	.container-max,.container-min {
	  max-width: none;
		min-width:992px
	}

}
@media (min-width:992px){
	.container-max{
    width:100%;
		max-width: none;
	}
	.col-min-auto{
		-ms-flex: 0 0 16.6%;
		flex: 0 0 16.6%;
		max-width: 16.6%;
	}		
}
*/
@media (min-width:1200px){	
	.container-max{
  	max-width:1600px;
	}
	.container-min {
		max-width:1170px;
	}
	.col-auto{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
		.col-remove{
			opacity: 0;
			visibility: hidden;
			margin-right: -20%;
		}	
	.col-min-auto{
		-ms-flex: 0 0 11.1%;
		flex: 0 0 11.1%;
		max-width: 11.1%;
	}	
}
/*
@media (min-width:1600px){	
	.container-max{
  	max-width:1600px;
	}
	.container-min {
		max-width:1170px;
	}
	.col-auto{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
		.col-remove{
			opacity: 0;
			visibility: hidden;
			margin-right: -20%;
		}	
	.col-min-auto{
		-ms-flex: 0 0 11.1%;
		flex: 0 0 11.1%;
		max-width: 11.1%;
	}	
}
*/
body{
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	background-color: #f4f4f4;
	overflow-x: hidden;
}

button:hover,
button:focus,
button:active,
input:hover,
input:focus,
input:active,
a:hover,
a:focus,
a:active{
	outline: none !important;
  box-shadow:none !important;
	text-decoration:blink;
}
.pc-color-1{
	background-color: var(--pc-base-color-1);
}
.pc-color-2{
	background-color: var(--pc-base-color-2);
}

.w-15{
	width: 15% !important;
}
.w-20{
	width: 20% !important;
}
.w-10{
	width: 10% !important;
}
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 40% !important;
}
.w-38 {
    width: 38% !important;
}
.w-62 {
    width: 62% !important;
}
.w-30 {
    width: 30% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.ww-50{
	width: 50px !important;
}
.ww-200{
	width: 200px !important;
	min-width: 200px
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus{
	border-color:#ff6700;  
}

input[type="text"]:read-only:focus{
	border-color:#C0C4C8 ;
}

.btn-default{	
	color: #fff;
	background-color: rgba(255, 103, 0, 1);
	border-color: rgba(255, 103, 0, 1);
}
.btn-default:hover{	
	color: #fff;
	background-color: rgba(251, 72, 0, 1);
	border-color: rgba(255, 72, 0, 1);
}

.btn-outline-default{
	color: #ff6700;
	background-color: rgba(255, 255, 255, 0.5);
	border-color: #ff6700;	
}
.btn-outline-default:hover{	
	color: rgba(255, 103, 0, 1);
	background-color: rgba(255, 103, 0, 0.1);
}

.btn-common{
	color: rgba(126, 136, 144, 1);
	background-color: rgba(229, 229, 229, 1);
	border-color: rgba(204, 204, 204, 1);
}
.btn-common:hover{
	color: rgba(106, 116, 120, 1);
	background-color: rgba(204, 204, 204, 1);
	border-color: rgba(184, 184, 184, 1);
}
.btn-outline-common{
	color: rgba(126, 136, 144, 1);
	background-color: rgba(255, 255, 255, 0.5);
	border-color: rgba(204, 204, 204, 1);
}
.btn-outline-common:hover{
	color: rgba(126, 136, 144, 1);
	background-color: rgba(229, 229, 229, 0.3);
	border-color: rgba(184, 184, 184, 1);
}

.btn-lg{
	border-width: 2px;
	font-size: 1.1rem;
	height: 3.2rem;
}
.btn-outline-common.btn-lg{
	border-width: 1px;
}


.btn-column{
	display: inline-flex;
	flex-direction: column;
	font-size: 0.75rem;
	line-height: 1.2;
	height: 3.2rem;	
}
.btn-column span{
	font-size: 1rem;
	margin: auto;
	margin-bottom: 0.1rem;
}
.btn .spinner-border{
	width: 1.2rem;
  height: 1.2rem;
}


.btn.btn-bdDisk{
	background-color: #06a7ff;
	color: white;
}
.btn.btn-djUrl{
	background-color: #333;
	color: white;
}

.form-check{
	margin-bottom: 0.5rem;
}
.form-check-input{
  position: absolute;
  opacity: 0;
}
.form-check-label{
	font-size: 1rem;
}
.form-check-input + .form-check-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #ced4da;	
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  margin-right: 0.5rem;
	margin-left: -1rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.form-check-input:checked + .form-check-label:before {
  background-color: rgba(255, 103, 0, 1);
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.form-check-input:focus + .form-check-label:before {
  outline: none;
  border-color: rgba(255, 103, 0, 1);
}
.form-check-input:disabled + .form-check-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.form-check-input + .form-check-label:empty:before {
  margin-right: 0;
}
.form-checkbox-input {
  cursor: pointer;
	position: relative;
	width: 10px;
	height: 10px;
	top: -5px;
	margin-right: 10px;
	margin-left: 5px;
}

.form-checkbox-input:after {
  position: absolute;
	left: -5px;
  width: 20px;
  height: 20px;
  content: " ";
  background-color: white;
	border: 1px solid #ced4da;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border-radius: 0.25rem;
}

.form-checkbox-input:checked:after {
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	background-color: #ff6700;
	border: none;
  font-size: 12px;
}











/*

.alert-default{
	color: #495057;
	background-color: white;
	border-color: #ced4da;
	border-width: 2px;
	border-radius: 7px;
	box-shadow: 0 16px 18px -6px rgba(0,0,0,.3);
}
.alert-default .alert-title{
	margin-right: 2rem;
}
.alert-center-fixed{
	width: 20rem;
	position: fixed;
	left: calc(50% - 12rem);
	top: calc(50% - 12rem);
}
*/
 

.fullscreen{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
 


/* Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f8f8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; 
}



nav.head-nav{
	position: relative;
	z-index: 50;
}
.head-top .head-message{
	font-size: 0.9em;
	color: #7e8890;
}
.head-main{

}
.head-logo, .head-logo:hover, .head-logo:focus {
	padding-left: 1.5rem;
	padding-right: 3rem;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	color: var(--pc-base-color-3);
	font-family: SourceHanSerifCN-Bold-onlyNum;
	white-space: nowrap;
	text-decoration: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.head-logo img{
	height: 52px;
}


.head-nav-menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
.head-nav-menu li{
	display: flex;	
	align-items: center!important;
	float: left;
	height: 100%;
}
.head-nav-menu>li>a{
	
	font-size: 1.2rem;
	text-decoration: none;
	position: relative;
	z-index: 10;
	display: inline-block;
	padding: 5px 20px;
	color: #495057;
}
.head-nav-menu>li>a:hover {
	color: #ff6700; 
}



.nav-child{
	box-shadow: 0 12px 12px 0px rgb(0 0 0 / 5%);
/*	border-top: 1px solid #ebebeb;*/
	position: absolute;
	width: 100%;
	height: 10px;
	overflow: hidden;
	left: 0;
	z-index: 40;
	background-color: rgb(255 255 255 /95%);
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
}
.nav-child.show{
	visibility: visible;
	opacity: 1;
	transition: all .2s;
}
.nav-child .container{
	margin-top: -50px;
}

.nav-child a{
	
	font-size: 1.2rem;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 20px 0;
	color: #495057;
	background-color: white;
	border: 1px solid #d1d1ce;
	border-radius: 5px;
}
.nav-child a:hover {
	color: white;
	background-color: #ff6700;
	border: 1px solid #ff6700;
}







.head-scan{
	position: relative;
}
.head-scan input{	
	height: 40px;
	line-height: 40px;
	padding-left: 14px;
	padding-right: 42px;	
}
.head-scan button{
  position: absolute;
	border: none;
	right: 2px;
	top:0px;
}
.head-scan button:focus,
.head-scan button:active{
	box-shadow:none;
}

.head-nav-btn{
	margin-left: 12px;
	position: relative;
}
.head-nav-btn a{
	display: block;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	background-color: #7e8890;
	line-height: 38px;
  text-align: center;	
	color: white;
}
.head-nav-btn svg{
	width: 20px;
	height: 20px;
}
.head-nav-btn span{
	position: absolute;
	top: -9px;
	right: -9px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	text-align: center;	
	color: white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid white;
	background-color: #ff6700;
}

.head-nav-btn a:hover{
	background-color: #ff6700;
}
.opt-btn{
	margin-left: -40px;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hnb-login-user svg{
	margin-right: 0.2rem;
}
.hnb-login-user a{
	width:inherit;
	border-radius: 50rem;
	padding-left: 1rem;
	padding-right: 1rem;
}









.sidebar-nav{
	min-width: 240px;	
}


.sidebar-nav .sidebar-module{
	box-shadow: 0 6px 38px -6px rgba(0,0,0,.09);
	margin-bottom: 1.5rem;
}

.sidebar-nav .sidebar-module .sm-title {
	padding: 0.65rem 1.2rem 0.6rem;
	background-color: var(--pc-base-color-4);
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	font-weight:900;
	font-size: 16px;
	color: #fff;
}
.sidebar-nav .sidebar-module .sm-top{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;	
}
.sidebar-nav .sidebar-module .sm-content {
	background-color: white;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
}

.sidebar-nav .sidebar-module .sm-content .list-group {
	padding: 0.65rem 0.6rem;
}
.sidebar-nav .sidebar-module .sm-content .list-group-item {
	padding: 6px 15px;
	margin-bottom: 0px;
	border: 0px;
	font-size: 0.875rem;
	border-radius: 17px;
}
.sidebar-nav .sidebar-module .sm-content .list-group-item span.indent {
	margin-left: 3px;
	margin-right: 3px;
}
.sidebar-nav .sidebar-module .sm-content .list-group-item span.icon {
	margin-right: 3px !important;
}

.sidebar-nav .sidebar-module .sm-content .list-group-item a{
	display: block;
	padding: 6px 15px;
	border-radius: 17px;
	color: #7e8890;
	text-decoration: none;
}
.sidebar-nav .sidebar-module .sm-content .list-group-item a:hover{	
	background-color:#f5f5f5;
	color: #7e8890;
}

.sidebar-nav .sidebar-module .sm-content .list-group-item a.active{	
	background-color: #d1d1ce;
	color: white;
}


.sidebar-channelsNav{
	position:absolute;
	top:48px;
	width: 100px;
	opacity:0;
	transition-property: opacity;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}
@media (min-width:1370px){
	.sidebar-channelsNav{
		opacity:1;
	}	
}

.sidebar-channelsNav .sidebar-module{
	border-radius: 7px;
	background-color:rgba(255,255,255,0.60);
	padding: 1rem;
}

.sidebar-channelsNav .sidebar-module a{
	display: block;
	padding: 6px 15px;
	border-radius: 7px;
	font-size: 1rem;
	color: #7e8890;
	text-decoration: none;
	margin-top: 6px;
}
.sidebar-channelsNav .sidebar-module a:first-child{
	margin-top: 0;
}
.sidebar-channelsNav .sidebar-module a:hover{	
	background-color:#f5f5f5;
	color: #7e8890;
}

.sidebar-channelsNav .sidebar-module a.active{	
	background-color: #ffefe5;
	color: #ff6700;
}


















.channelsNav{
	display: flex;
}

.channelsNav a{
	font-size: 16px;
	padding: 0.875rem 1.2rem;
	color: #999;
}


.channelsNav a.active{
	background-color: #f4f4f4;
	color: #333;
}

.product-navs,.action-navs{
	box-shadow: 0 6px 38px -6px rgba(0,0,0,.09);
	border-radius: 7px;	
	color: #7e8890;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.order-filter{
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0.45rem 0.45rem 0.4rem;
}


.scan-filter{
	background-color: white;
	padding: 0.45rem 0.45rem 0.4rem;
}


.product-navs a,.action-navs a{
	font-size: 0.875rem;
	color: #7e8890;
	display: inline-block;  
	line-height: 1.5;
	text-decoration: none;
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
}
.product-navs .active{
	color: white;
	background-color: var(--pc-base-color-4);
}

.action-navs button,.action-navs button:focus{
	border: none;
	font-size: 0.875rem;
	color: #7e8890;
	display: inline-block;  
	line-height: 1.5;
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	background-color: transparent;
}
.action-navs button:active{
	color: white;
	background-color: var(--pc-base-color-4);
}

.action-navs-title{
	padding-left: 6px;
	line-height: 29px;
}
.action-navs-title svg{
	height: 20px;
	margin-right: 6px;
}


.product-navs hr{
	margin: 0.3rem 0 0.25rem 0;
	background-color: rgba(255, 255, 255, 0.6);
}

.scan-filter a{
	padding: 0.1rem 0.5rem;
	
}



.product-list{
	
}

.product-item {
	box-shadow: 0 6px 38px -6px rgba(0,0,0,.09);
	background: #fff;
	margin-bottom: 1.5rem;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	top: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.col-min-auto .product-item{
	margin-bottom: 0.7rem;
}

.product-item:hover {
	box-shadow: 0 16px 18px -6px rgba(0,0,0,.3);
	top: -6px;
}


.optActive{
/*	border: 2px solid #ff6700*/
}

.product-item figure{
	width: 100%;
	height: 0;
  padding-bottom: 100%;
	margin-bottom: 0px;
	background-position: center;
  background-repeat: no-repeat;
  background-image: url(../upload/imgLoad.gif);
}
.product-item figure img{
	width: 100%;
}




.product-item .labels{
	position: absolute;
	left: 10px;
	top: 10px;
	display: flex;
	flex-direction: column;
}
.product-item .labels span{
	display: inline-block;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	color: white;
	text-align: center;
	margin-bottom: 6px;
}



.product-item.adImg{
	box-shadow: 0 8px 8px -6px rgba(0,0,0,.2);
}
.product-item.adImg:hover {
	box-shadow: 0 16px 18px -6px rgba(0,0,0,.3);
	top: -6px;
}
.product-item.adImg .text{
	position: relative;
	top: 100px;
}


.product-item-tb{
	position: relative;
}



.product-item .action, .product-item-tb .action {
		position: absolute;
		right: 10px;
		top: 10px;
		display: flex;
		flex-direction: column;
}
.product-item .action span,.product-item-tb .action span {
	display: inline-block;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #7e8890;
	background-color: #fff;
	text-align: center;
	margin-bottom: 6px;
}
.product-item .action span svg, .product-item-tb .action span svg{
	width: 12px;
	height: 12px;
}
.product-item .action span.move, .product-item-tb .action span.move{
	margin-right: -20px;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-item:hover .action span.move,.product-item-tb:hover .action span.move{
	opacity: 1;
	visibility:visible;
	margin-right: 0px;
}
.product-item .action span:hover, .product-item-tb .action span:hover {
	background-color: #7e8890;
	color:white;
}
.optActive .action span.opt{
	color:white;
	background-color: #ff6700;	
	margin-right: 0px;
	opacity: 1;
	visibility:visible;
}
.optActive .action span.opt:hover {
	color: #ff6700;
	background-color: #fff;
}










.product-item .text {
    padding: 15px 20px;
}
.product-item .heading{
	font-size: 17px;
	margin: 0px;
	height:20px;
	margin-bottom: 4px;
	word-break: break-all;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.product-item .originalCost{
	font-size: 12px;
	text-decoration: line-through;
}
.product-item .promotionPrice{
	font-size: 18px;
	color: #ff6700;
	font-weight: bold;
	font-family: Arial;
}
.product-item .stock{
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
	background-color: var(--pc-base-color-4);
	font-size: 12px;
}


.col-min-auto .product-item .text {
    padding: 4px 10px 2px;
}
.col-min-auto .product-item .heading{
	font-size: 0.8rem;
	margin: 0px;
	height: 0.95rem;
	margin-bottom: 0px;
}
.col-min-auto .product-item .promotionPrice{
	font-size: 0.7rem;
	color: #ff6700;
	font-weight:normal;
	font-family: Arial;
}

.loadNext .product-item{
	background-color:rgba(255,255,255,0.5);
}
.loadNext .product-item .spinner-grow{
	margin-top: 100%;
	color: #7e8890;
}
.loadNext .product-item .originalCost,
.loadNext .product-item .promotionPrice{
	color: white;
}
.loadNext .product-item .heading{
	text-align: center;
	color: #7e8890;
}
.loadNext .product-item figure{
	background:none;
}






.firstLoad{
	padding: 100px;
	text-align: center;
}
.firstLoad #preloader_2{
	left: auto;
}
.firstLoad p{
	color: #999
}

.gproduct-item {
	box-shadow: 0 6px 38px -6px rgba(0,0,0,.09);
	background: #fff;
	margin-bottom: 1.5rem;
	padding: 0.875rem;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	top: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.gproduct-item:hover {
	box-shadow: 0 16px 18px -6px rgba(0,0,0,.3);
	top: -6px;
}

.gproduct-item figure{
	width: 100%;
	height: 0;
  padding-bottom: 100%;
	margin-bottom: 0px;
	background-position: center;
  background-repeat: no-repeat;
  background-image: url(../upload/imgLoad.gif);
	border-radius: 3px;
	overflow: hidden;
}
.gproduct-item figure img{
	width: 100%;
}

.gproduct-item .labels{
	position: absolute;
	left: 1.4rem;
	top: 1.4rem;
	display: flex;
	flex-direction: column;
}
.gproduct-item .labels span{
	display: inline-block;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	color: white;
	text-align: center;
	margin-bottom: 6px;
}


.gproduct-item .action {
		position: absolute;
		right: 1.4rem;
		top: 1.4rem;
		display: flex;
		flex-direction: column;
}
.gproduct-item .action span{
	display: inline-block;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #7e8890;
	background-color: #fff;
	text-align: center;
	margin-bottom: 6px;
}

.gproduct-item .action span svg{
	width: 12px;
	height: 12px;
}
.gproduct-item .action span.move{
	margin-right: -20px;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gproduct-item:hover .action span.move{
	opacity: 1;
	visibility:visible;
	margin-right: 0px;
}
.gproduct-item .action span:hover{
	background-color: #7e8890;
	color:white;
}



.gproduct-item .heading{
	font-size: 22px;
	font-weight: bold;
	height:24px;
	margin: 15px 0  12px;
	word-break: break-all;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.gproduct-item .heading a{
	color: #333;
}
.gproduct-item .heading a:hover{
	color: #000;
}
.gproduct-item .product-description{
	color: #666;
	line-height: 17px;
	height: 36px;
	word-break: break-all;
	display: -webkit-box;
	overflow: hidden;

}

.gproduct-item .promotionPrice{
	font-size: 18px;
	color: #ff6700;
	font-weight: bold;
	font-family: Arial;
}


.gproduct-item .brand{
	margin: 0 -0.875rem -0.1rem -0.875rem;
	border-top:1px solid #f0f0f0;
	padding: 0.7rem 0.875rem 0 0.875rem;
	color: #666;
}



.gproduct-item .products-swiper{
	margin: 0.5rem 0;
}

.gproduct-item .products-swiper .swiper-slide{
	width: 46px;
}
.gproduct-item .products-swiper figure {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../upload/imgLoad.gif);
}
.gproduct-item .products-swiper figure img {
	width: 100%;
	border-radius: 3px;
}






















.product-table{
	margin-top: 1.5rem;
}
.product-table table{
	box-shadow: 0 6px 38px -6px rgba(0,0,0,.09);
}
.product-table th{
	text-align: center;
	background-color: white;
	color: #7e8890;
	white-space: nowrap;
	padding: 0.75rem;
	border: 1px solid var(--pc-base-color-2);
	border-bottom: 2px solid var(--pc-base-color-2) !important;
}
.product-table table thead th:first-of-type{
	border-top-left-radius: 7px;
}
.product-table table thead th:last-of-type{
	border-top-right-radius: 7px;
}
.product-table td{
	font-size: 0.875rem;
	white-space: nowrap;
	color: #7e8890;
	border: 1px solid var(--pc-base-color-2);
}
.product-table td.auto{
	height: 100%;	
}
.product-table tbody tr:last-of-type td:first-of-type {
	border-bottom-left-radius: 7px;
}
.product-table tbody tr:last-of-type tr:last-of-type{
	border-bottom-right-radius: 7px;
}
.product-table tbody tr {
	background-color: rgba(255, 255, 255, 0.6);
}
.product-table .item-odd{
	background-color: white;
}
.product-table .img{
	width: 10rem;
	min-width: 10rem;
}
.product-table .barCode{
	width: 12rem;
	min-width: 12rem;
	text-align: center;
}
.product-table .num{
	width: 5rem;
	min-width: 5rem;
	text-align: center;
}
.product-table figure {
	height: 0;
  padding-bottom: 100%;
  margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../upload/imgLoad.gif);
}
.product-table figure img{
	width: 100%;
}
.fixed-table-head{
	position: sticky;
	top: 0;
	z-index: 2;
	margin-bottom: 0
}



#homeScreen .swiper-container{
	width: 100%;
	border-radius: 7px;
}

#homeScreen .swiper-container .swiper-slide img{
	width: 100%;
	border-radius: 7px;
}

#homeScreen .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #ff6800;
}





#certify {
	position: relative;
	width: 800px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 800px;
	height: 450px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 12px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 12px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}











/*产品详情页*/
.swiper-container{
	--swiper-theme-color: #ff6600;/* 设置Swiper风格 */
	--swiper-navigation-color: #7e8890;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 20px;/* 设置按钮大小 */
}
.gallery-top {
	border-radius: 7px !important;
	overflow: hidden;
}
.gallery-top .swiper-button-next,.gallery-top .swiper-button-prev{
	opacity: 0;
	visibility: hidden;
	transition-property: opacity;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gallery-top:hover .swiper-button-next,.gallery-top:hover .swiper-button-prev{
	opacity: 1;
	visibility:visible;
}
.gallery-thumbs .swiper-slide {
	cursor: pointer;
	border-radius: 7px !important;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide-thumb-active {
	border:1px solid #7e8890;
}

.p-labels span{
	color: white;
	padding: 0.2rem 0.5rem;
	border-radius: 4px !important;
}
.p-title{
	font-size: 2rem;
	line-height: 2.2rem;
	font-weight: bold;
	color: black;
}
.p-describe{
	color: #7e8890;
	font-size: 1rem;	
}

.p-price{
	background: #ff6700;
	margin-bottom: 1.3em;
	padding: 0.8rem 1rem;
	border-radius: 7px !important;
}

.p-price .origin-price{
	font-size: 1.2rem;
	line-height: 1.3rem;
	text-decoration: line-through;
	color: #ffcbb8;	
}
.p-price .price{
	font-size: 2.5rem;
	line-height: 3rem;
	color: white;
	font-family: "GalanoGrotesque-onlyNum";
}
.p-price .origin-price em,.p-price .price em{
	font-style: normal;
	padding-right: 0.1em;
	font-size: 0.7em
}

.p-price hr{
	margin: 5px 0px;
    overflow: hidden;
    border: none;
    height: 1px;
    border-bottom: 1px dashed #ffcbb8;
}
.p-price .pro-serve{
	color: #ffcbb8;
	font-size: 0.9em
}
.p-sTitle{
	white-space:nowrap;
	color: #7e8890;
	padding-right: 1rem;
}
.p-pgList{
	margin-left: -0.4rem;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
}
.p-pgList .p-pgItem{
	width: 10%;
	padding: 0 0 0.4rem 0.4rem;
}
.p-pgList .p-pgItem a{
	display: block;
	border-radius: 5px;
	border:1px solid #7e8890;
	overflow: hidden;
}
.p-pgList .p-pgItem a.active{
	border:2px solid #ff6700;
}
.p-pgList .p-pgItem img{
	width: 100%;
}
.p-pgList .p-pgItem span{
	display: none;
}
.p-pgList-name .p-pgItem{
	width:auto;
}
.p-pgList-name .p-pgItem a{
	border-radius: 0;
	display: flex;
	align-content: flex-start;	
	align-items: center;
	padding: 1px;
}
.p-pgList-name .p-pgItem a:hover{
	border:1px solid #ff6700;
	padding: 1px!important;
}
.p-pgList-name .p-pgItem a.active{
	padding: 0px;
}
.p-pgList-name .p-pgItem img{
	width: 40px;
	height: 40px;
}
.p-pgList-name .p-pgItem span{
	display: block;
	padding: 0 0.35rem;
	color: #7e8890;
}




.p-skuList .table-sku{
	font-size: 0.9rem;
	margin-bottom: 0px;	
}
.p-skuList .table-sku thead{
	background: #b3b3b3;
	color: #e8e8e8;
}
.p-skuList .table-sku th{
	line-height: 1rem;
	font-size: 0.7rem;
	font-weight: 300;
	text-align: center;
}
.p-skuList .table-sku th:first-child{
	text-align:left;
	padding-left: 1rem;
}
.p-skuList .table-sku tbody{
	cursor:pointer;
}
.p-skuList .table-sku td{
	text-align: center;
	border-top: none;
	border-bottom: 1px solid #ccc;
	color: #7e8890;
	vertical-align:middle;
}
.p-skuList .table-sku td:first-child{
	text-align:left;
	padding-left: 1rem;
}
.p-skuList .table-sku p{
	margin: 0;
	font-size: 0.7rem
	
}
.p-skuList .table-sku em{
	font-style: normal;
}
.p-skuList .active td{
	background: white !important;
}
.p-skuList .other-sku{
	display:none;
}

.p-skuList .otherSku-show li{
	color: #7e8890;
	line-height: 1.5rem;
	font-size: 0.7rem;
	text-align: center;
	list-style:none;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-right-radius: 14px !important;
	border-bottom-left-radius: 14px !important;
	width:100px;
	height: 1.5rem;
	margin: auto;
	cursor: pointer;
}

.p-skuList .p-s-error{
	color: white;
	font-size: 0.9rem;
	background-color: #ff6700;
	display: block;
	padding: 0 0.4rem;
}

.p-quantity-input button{
	width: 34px;
	height: 36px;
	vertical-align:middle;
	text-align: center;
	padding: 0;
	background-color: transparent;
	border: 1px solid #ccc;
	color: #7e8890;
}
.p-quantity-input button:hover,
.p-quantity-input button:focus,
.p-quantity-input button:active{
	background-color: transparent !important;
	border: 1px solid #ccc !important;
	color: #7e8890;
}

.p-quantity-input input{
	color: #7e8890;
	font-family: "GalanoGrotesque-onlyNum";
	text-align: center;
	height: 36px;
	border: 1px solid #ccc;
	background-color: transparent;
}
.p-quantity-input input:hover,
.p-quantity-input input:focus,
.p-quantity-input input:active{
	border: 1px solid #ccc;
}

.p-quantity-input{
	width: 120px;
}

.p-btns .btn{
	margin-left: 1rem;
}
.p-btns .btn:first-child{
	margin-left: 0;
}
.p-btns .buy,.p-btns .addCart{
	width: 148px;
}

.p-btns .contact{
	padding-left: 1rem;
	padding-right: 1rem;
}




.product-detail{
	width: 790px;
	padding-bottom: 100px;
}






/*详情导般*/
.product-detail-nav{
	border-bottom: none;
	background-color: #f6f6f5;	
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 2;
	padding-top: 6px;
}

.product-detail-nav .nav-item {
	margin-bottom: 0;
	margin-right: 0.5rem;
}
.product-detail-nav .nav-link{
	border: none;
	position: relative;
	color: #7e8890;
	background-color: transparent;
}
.product-detail-nav .nav-link:hover{
	color: #b3b3b3;	
}




.product-detail-nav .nav-item.active .nav-link{
	color: #7e8890;
	font-weight: bold;
}
.product-detail-nav .nav-item.active .nav-link:after{ 
	content:"";
	background-color:#b3b3b3;
	width: 100%;
	height: 2px;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	left: 0;
}


.product-detail-item{
	display: none;
}
.product-detail-item.show{
	display: block;
}


.product-detail-item.product-detail-text{
	font-size: 1.5rem;
	background-color: #ededea;
	padding: 24px;
}








.huopan-container {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-content: center;
}

.huopan-container .hp-function{
	padding: 0 12px;
	position:fixed;
	z-index: 100;
	right: 0px;
	top: 50%;
	transform: translate(0,-50%);
}
.huopan-container .hp-function .saveHuopan,
.huopan-container .hp-function .cancelSave{
	opacity: 0;
	visibility: hidden;
	transition-property: opacity;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.huopan-container .hp-function .hp-f-btn{
	position: relative;
	margin: 3px;
}
.huopan-container .hp-function .hp-f-btn a{
	display: block;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	background-color: #7e8890;
	line-height: 38px;
  text-align: center;	
	color: white;
}
.huopan-container .hp-function .hp-f-btn span.iconfont{
	font-size: 18px;
}
.huopan-container .hp-function .hp-f-btn span.num{
	position: absolute;
	top: -7px;
	right: -7px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;	
	color: white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid white;
	background-color: #ff6700;
}

.huopan-container .hp-function .hp-f-btn a:hover{
	background-color: #ff6700;
}

.huopan {	
	width: 1280px;
	min-width: 1280px;
	height: 720px;
	min-height: 720px;
	padding: 20px;
	margin: auto;
	border: 1px solid #ccc;
	background-color: white;
	transition: transform 0.3s ease;
	position: relative;
}

.huopan .hp-box{
	border: 3px solid #437969;
	position: relative;
}
.huopan .hp-box .title{	
	font-size: 18px;
	color: white;
	background-color: #437969;
	padding: 2px 12px;
	position: absolute;
	left: -3px;
	top: -3px;	
}
.huopan .hp-title{
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 0 16px;
	
}
.huopan .hp-p-list{
	width: 988px;
	height: 205px;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	&::-webkit-scrollbar{
		display: none;
	}
	padding: 5px;
	margin-right: 16px;
	display: flex;
	align-content:flex-start;
	flex-wrap: wrap;
}

.huopan .hp-p-item {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 152px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	margin: 5px;
	margin-bottom: 0px;
}
.huopan .hp-p-item figure {
	height: 152px;
  width: 152px;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../upload/imgNull.gif);
	background-size:152px 152px;
}
.huopan .hp-p-item img{
	width: 152px
}



.huopan .hp-p-item .action {
	position: absolute;
	right: 1rem;
	top: 1rem;
	display: flex;
	flex-direction: column;
}
.huopan .hp-p-item .action span.move{
	display: inline-block;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #7e8890;
	background-color: #fff;
	text-align: center;
	margin-bottom: 6px;
	cursor: pointer;
	margin-right: -20px;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.huopan .hp-p-item:hover .action span.move{
	opacity: 1;
	visibility:visible;
	margin-right: 0px;
}
.huopan .hp-p-item .action span:hover{
	background-color: #7e8890;
	color:white;
}

.huopan .hide-box{
	visibility:collapse;
 
}











.huopan .ghostP-item{
	visibility: hidden;
}

.huopan .hp-price{
	width: 234px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}



.huopan .hp-price .price{
	font-size: 48px;
	font-weight: bolder;
	font-family: "GalanoGrotesque-onlyNum";
	color: rgba(251,103,0,1);
}
.huopan .hp-price .price em{
	font-style: normal;
	font-size: 0.6em
}

.huopan .hp-spec{
	margin-top: 16px;
}

.huopan .hp-spec .hp-spec-list table{
	width: auto;
	margin: 16px 0 16px 80px;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}

.huopan .hp-spec .hp-spec-list table td{
	padding: 0px;
	position: relative;
}
.huopan .hp-spec .hp-spec-list .action {
	position: absolute;
	right: -5px;
	top: 0;
}
.huopan .hp-spec .hp-spec-list .action span.move{
	display: inline-block;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #7e8890;
	color:white;
	text-align: center;
	margin-bottom: 6px;
	cursor: pointer;
	margin-right: -0px;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.huopan .hp-spec .hp-spec-list tr:hover .action span.move{
	opacity: 1;
	visibility:visible;
	margin-right: -20px;
}
.huopan .hp-spec .hp-spec-list .action span:hover{
	color: #7e8890;
	background-color: #fff;
}








.huopan .hp-description{
	margin-top: 16px;
}
.huopan .hp-description .keywords{
	font-size: 20px;
	font-weight: bold;
	margin: 16px 20px 16px 80px;
}
.huopan .hp-description .keywords span{
	background-color: #437969;
	color: white;
	border-radius: 10rem;
	padding: 0.3em 0.8em;
}
.huopan .hp-description .content{
	margin: 16px 20px 16px 80px;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	
}





.largePanel{
	box-shadow: 0 6px 38px -6px rgb(0 0 0 / 9%);
	border-radius: 7px;
	background-color: white;
	padding: 1rem;
	color: #7e8890;
	min-height: 500px;
}
.largePanel .lp-heading{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid var(--pc-base-color-2);
	margin-bottom: 0.8rem;
}
.largePanel .lp-title{
	font-size: 1.2rem;
}
.largePanel .lp-title svg{
	height: 20px;
	width: 20px;
	margin-right: 0.8rem;
}

.lp-table .table th, .lp-table .table td {
	border-bottom: 1px solid var(--pc-base-color-2);
	color: #7e8890;
	vertical-align: middle;
}
.lp-table .table a{
	color: #7e8890;
}
.lp-table figure {
	height: 60px;
  width: 60px;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../upload/imgNull.gif);
	background-size:60px 60px;
}
.lp-table .table figure img{
	height: 60px;
  width: 60px;
}
.lp-table .table .p-quantity-input{
	margin: auto;
}
.lp-table .table .p-quantity-input input {
	font-size: .875rem;
	border: 1px solid var(--pc-base-color-2);
}
.lp-table .table .p-quantity-input button {
	border: 1px solid var(--pc-base-color-2);
}
.lp-table .table .num{
	width: 5.5rem;
	min-width: 5.5rem;
}
.lp-table .table .btn-round{
	display: inline-flex;
	border-radius: 100%;
	width: 1.6rem;
	height: 1.6rem;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.lp-table .table .btn-round:hover{
	background-color: #ff6700;
	color: white;
}
.lp-table .table .btn-round svg{
	height: 1rem;
	width: 1rem;
	margin: auto;	
}
.lp-table .table .spinner-border{
	width: 1.6rem;
	height: 1.6rem;
}
.lp-table .table .btn-sm .spinner-border{
	width: 1rem;
	height: 1rem;
}

.cart-table .table th{
	border: none;
}
.cart-table .table thead th{
	text-align: center;
}

.cart-table .ct-total .c-total,.cart-table .ct-total .c-total-active{
	color: #ff6700;
}
.cart-table .ct-total .totalPrice{
	color: #ff6700;
	font-size: 1.8rem;
	font-weight: bold;
}

.cartNull{
	padding: 3rem 0;
	text-align: center;
	color: var(--pc-base-color-2);
}
.cartNull svg{
	width: 10rem;
	height: 10rem;
}
.cartNull p{
	margin-top: 1rem;
	font-size: 1.8rem;
}
/*
.delAllCartItem .spinner-border{
	width: 1.2rem;
  height: 1.2rem;
}*/







footer{
	background-color: #333;
	color: #999;
	padding: 12px 0;
}
footer a{
	color: #999;
}
