/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
/*公共定义部分*/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/

body {
	background: #fff !important;
	/*background: #efefef !important;*/
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
	font-size: 16px;
}

#chatBtn{
    
    border-radius: 5px !important;
    width: 25px !important;
    height: 25px !important;
    padding:5px !important;
   

}

#chatBtn img{
    
    vertical-align: baseline !important;
   

}

#cnzz{
	display: none;

}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a:hover{ color: #000 !important; }

.SelectStyle02 {
	/*text-align: right;*/
	border: none;
	border-bottom: 1px solid #ced4da;
	background: no-repeat center bottom, center calc(100% - 1px);
	background-size: 0 100%, 100% 100%;
	transition: background 0s ease-out;
	display: block;
	width: 100%;
	height: calc(1.5em + 1.25rem + 2px);
	padding: 0.625rem 1.1875rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0;

}

input[type=checkbox],
input[type=radio] {
	border-radius: 0rem;
	box-sizing: border-box;
	padding: 0;

}

/*input[type="checkbox"]:checked {
	background-color: red !important;
}
*/
.BGC_08 {
	/*定义背景颜色08号*/
	background-color: #f7f4f0;
}

.btn {
	/*主要按钮样式 去弯角*/
	border-radius: 0px !important;
}



.opt-btn{ 
color: #868e96 !important;
cursor: pointer;
text-decoration: underline;
 }



.btn-light {
	color: #212529;
	background-color: #dddddd;
	border-color: #dddddd;
}



.Mod_pagination {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
}


a.page-link {
	color: #000;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.3rem 0.5rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.page-item .page-link {
	border-radius: 0px;
	margin: 0 5px;
}





.Mod_ItemList {
	/*Item列表模式*/
	display: flex;
	margin-bottom: 15px;
	border-bottom: 1px solid #ced4da;
	padding-bottom: 5px;

}


.Mod_ItemList .Mod_ItemList_Img {
	width: 112px;
}

.Mod_ItemList_Info {
	flex-grow: 2;
	padding-left: 15px;
	line-height: 20px;
	position: relative;
}

.Mod_ItemList_Rig {
	flex-grow: 1;
	background-color: yellow;
}

@media (max-width: 576px) {
	.Mod_ItemList_Rig {
		display: none;
	}
}

.Mod_GridShow {
	/*Item方块模式*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.Mod_GridItem {
	position: relative;
	width: 22%;
}

@media (max-width: 576px) {

	/*移动端*/
	.Mod_GridItem {
		width: 48%;
	}
}

.Mod_GridItem .Icon_Del {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #fff;
	line-height: 12px;
	border-radius:14px;
	opacity: 0.9;
	padding: 2px;
	width: 20px;
	height: 20px;
}

.Mod_GridItem .Icon_Del i {
	size: 14px;
}


.Mod_GridInfo {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	/*text-align: center;*/
	line-height: 18px;

}

.Mod_GridInfo p {
	margin-bottom: 2px;
	/*text-align: center;*/

}

.Mod_GridInfo .price {
	text-align: right;
}

@media (max-width: 576px) {

	/*移动端,价格不靠右*/
	.Mod_GridInfo .price {
		text-align: left;

	}
}


/*flex 类别手机自适应组件*/

.myflexbox {
  align-items: center;
}

.myflexbox .flexitem-p1,.myflexbox .flexitem-p2,.myflexbox .flexitem-p3,{
  padding-top: 15px;

}

.myflexbox .flexitem-p1 {
  width: 3%
}

@media (max-width: 576px) {
  .myflexbox .flexitem-p1 {
    width: 10%
  }
}

.myflexbox .flexitem-p2 {
  width: 75%
}

@media (max-width: 576px) {
  .flexitem-p2 {
    width: 70%
  }
}

.myflexbox .flexitem-p3 {
  width: 20%
}

@media (max-width: 576px) {
  .myflexbox .flexitem-p3 {
    width: 15%
  }
}

.myflexbox .c01,
.c02,
.c03 {
  display: inline-block;
}

@media (max-width: 576px) {

  .myflexbox .c01,
  .c02,
  .c03 {
    display: block;
  }
}

/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
/*售后订单进度条样式*/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/

.slider.slider-horizontal {
	width: 1000px !important;
	height: 20px;
}



.slider-tick-container i {

	font-size: 14px;

	padding-left: 3px;
	color: #fff;
}


.slider-tick-container-label {
	padding-top: 25px;
	white-space: nowrap;
}


.slider-tick-container-label .badge-success {
	background-color: #73d695;
	color: #152800;

}

.slider-tick-container-label .tick {
	position: absolute;


}

.slider-tick-container-label .tick-0 {
	left: calc(0% - 18px);
}

.slider-tick-container-label .tick-20 {
	left: calc(20% - 18px);
}

.slider-tick-container-label .tick-40 {
	left: calc(40% - 18px);
}

.slider-tick-container-label .tick-60 {
	left: calc(60% - 18px);
}

.slider-tick-container-label .tick-80 {
	left: calc(80% - 18px);
}

.slider-tick-container-label .tick-100 {
	left: calc(100% - 18px);
}

/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
/*顶部底部*/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/


/*main | 主体样式*/
#main {
	font-size: 0.875rem;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;

}

.Page-Container {
	margin: auto;
	width: 100%;
	/*max-width: 1440px;*/
	/* margin-top: 120px; */
	padding: 15px;
    overflow-x:hidden;

}

@media (max-width: 999px) {
	.Page-Container {
		/* margin-top: 70px; */
		padding: 15px;


	}

}

.breadcrumb {
	font-size: 0.75rem;
	/*12px*/
	width: 100%;
	padding: 15px 0px 5px;
	text-transform: uppercase;
	z-index: 1;
	margin-bottom: 20px;
	display: block;
	background-color: transparent !important;
}

@media (max-width: 576px) {

	/*移动端*/
	.breadcrumb {
		margin-bottom: 10px;
	}
}



.breadcrumb span {
	margin-right: 15px;
	color: #888 !important;
}

.breadcrumb a {
	color: #888 !important;
}

.Article-Zone {
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 30px;
	padding-left: : 35px ;
	padding-right: 35px;
    min-height: calc(100vh - 300px);
	max-width: 1440px;
	
}

.Article-Zone p {
	font-size: 15px;
	color: #666;
}

.ArticleDocument p {
	display: inline-block;
}

/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
/*Account*/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
#Account {
	min-height: calc(100vh - 200px);
}


#Account .Acct-Container {
	padding-top: 0.5rem;
	line-height: 20px;
}

#Account .Acct-Nav {}

#Account .table-price {
	width: 20%;
	text-align: right;
}
@media (max-width: 576px) {
	#Account .table-price {
		width: 58px;
		text-align: right;
	}
}

.Acct-Nav .Nav-Panel {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 25px;
	margin-bottom: 20px;
}

.Acct-Nav .Nav-1 {
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
}

.Acct-Nav .Nav-1 i {
	font-size: 0.815rem;
}

.Acct-Nav .Nav-2 a {
	display: block;
	padding-top: 5px;
	padding-left: 15px;
	color: #000;
	line-height: 24px;
	font-size: 14px;
	color: #333;

}

.Acct-Nav .Nav-Panel-mo {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-sizing: border-box;
}

.Acct-Nav .Nav-1-mo {
	/*text-align: right;*/
	border-top: 1px solid #e5e5e5;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #F9F8F6;
	margin: -15px;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 20px;

}



#Account .Acct-Cont {
	padding: 15px;
	margin-left: 30px;

}



@media (max-width: 576px) {
	#Account .Acct-Cont {
		padding: 5px;
		margin-left: 0px;
	}
}




#Account .Acct-Container .form-control:disabled, .form-control[readonly] {
    background-color: #F9F8F6;
}

#Account .Acct-Container .form-control{
	padding-left:10px;
	font-size: 0.875rem;
}


#checkout .form-control{
	padding-left:10px;
	font-size: 0.875rem;
}

#Account .Acct-Cont .Acct-Auth {}

.Acct-Cont .Acct-Pinfo label {

	color: #666;
}

#Account .Acct-Cont .table thead th {

	background: #F9F8F6;

}

.Acct-Cont .Acct-Address {}

.Acct-Address .AddressLsit {
	padding: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #F9F8F6;
	line-height: 25px;

}

.Acct-Address .AddressForm {
	margin-top: 30px;

}

.Acct-Cont .Acct-Order {}

.OrderStatus span {
	cursor: pointer;
}

.OrderStatus span.main {
	border-bottom: 2px solid #000;
	padding-bottom: 15px !important;
}

.Acct-Cont .OrderLsit,
.Acct-Return .OrderLsit {
	/*background-color: #fbfbfb;*/
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 15px;
	margin-bottom: 0px;
	box-shadow: 0 1px 3px -1px rgb(69 90 100 /50%);
	margin-top: 20px;
	
	border-radius: 3px;
	/*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%), 0 3px 1px -2px rgb(0 0 0 / 10%), 0 1px 5px 0 rgb(0 0 0 / 5%)*/
}

.Acct-Order .OrderStatus {
	text-align: center;
	font-size: 1rem;
	border-bottom: 3px solid #f0f0f0;
	padding-bottom: 15px;
	padding-top: 15px;

}

.Acct-Order .OrderStatus span {
	padding: 0 10px;
	color: #7e7e7e
}

.Acct-Order .OrderStatus span.main {
	color: #000;
	font-weight: 500;
}

.Acct-Order .OrderNum {
	line-height: 1.2rem;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
	padding: 5px;
}

#Account .Acct-Return {
	padding: 15px;
}


.input-group-text {
	padding: 0rem 0.875rem;
}


.Content-List {

	margin-top: 25px;
}

/**********************************************************************************************************************************
/**********************************************************************************************************************************/
/*#Shopping*/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
#Shopping {
	min-height: calc(100vh - 200px);
}

#Shopping .Category-Container {
	/*这部分是系列介绍，根据需要灵活调整排版*/
}


.Category-Container .CategoryIntro {
	max-width: 50%;
	margin: 0 auto;
	align-self: center;
	text-align: center;
	line-height: 1.3125rem;
	margin-bottom: 35px;
}

@media (max-width: 576px) {
	.Category-Container .CategoryIntro {
		max-width: 90%;

	}
}

.Category-Container .CategoryIntro .CategoryDisc {
	font-size: 0.8rem;
	/*13px*/
}



.Category-Filter {
	margin: 0 auto;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
	font-size: 0.8rem;

}

.Mod_Filter a {
	margin-left: 10px;
	margin-right: 10px;
}

.LoadMore {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 30px;

}

.LoadMore a {
	font-weight: 700;
	font-size: 0.8125rem;
	padding-bottom: 4px;



}

.Filter-SideBar {
	background: #F9F8F6;
	padding: 20px;
	/*padding-right: 35px;
    padding-bottom: 30px;
   
    position: absolute;
    right: 0;
    top: 0; 
    transform: translateX(100%);
    transition: transform 0.2s;*/
	min-height: 100%;
	width: 373px;


}


#Shopping .Product-Container {
	/*这部分是产品购买介绍*/


}


.Product-Container .imgshow-section {
	/*产品图片展示默认电脑端*/
	display: flex;
	flex-direction: row;
	margin-bottom: 25px;
	z-index: 1;



}

.Product-Container .imgshow-section-m {
	/*产品图片展示-m 移动端*/
}

.imgshow-section .image-gallery {
	width: 100px;

}

.image-gallery .s-image {
	/*	background-color: #F0EFEC;*/
}

.image-gallery .s-image img {
	cursor: pointer;
	width: 90px;
	height: 125px;
	margin-bottom: 5px;
}

.imgshow-section .m-image {
	margin-left: 15px;
}

.imgshow-section .m-image {
	width: 100%;

}

.imgshow-section .m-image img {
	width: 96%;
}

.Product-Container .variant-details {
	/*产品购买选择参数*/
	padding-top: 30px;

}

.variant-details .options {
	margin-bottom: 60px;
}

@media (max-width: 576px) {

	/*移动端*/
	.variant-details .options {
		margin-bottom: 30px;
	}
}

.options .description {
	line-height: 180%;
	max-width: 500px;
	padding-top: 15px;
}

.options .composition {
	margin-bottom: 20px;
	line-height: 180%;
	max-width: 500px;
	padding-top: 15px;
}

.variant-details .options .variant-options {
	margin-bottom: 15px;
}

.variant-details .options .variant-option {
	margin-bottom: 15px;
}



.variant-details .options .variant-options span.colorblock {
	/*颜色块样式*/
	width: 26px;
	height: 26px;
	overflow: hidden;
	background-color: #F0EFEC;
	margin: 3px;
	border: 1px solid #3D3D3D;
	cursor: pointer;
	overflow: hidden;


}

.variant-details .options .variant-options span.colorblock img {
	width: 100%;   vertical-align:baseline;
}

.variant-details .options .variant-options span.sizeblock {
	/*尺码样式*/
	width: 26px;
	height: 26px;
	overflow: hidden;
	border: 1px solid #3D3D3D;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0;
	position: relative;
	margin: 3px;
	cursor: pointer;
}

.variant-details .options .variant-options span.selected {
	/*尺码选择样式*/
	border-width: 2px;
	background-color: #333;
	font-weight: bold;
	color: #fff;
	

}



.variant-details .options .variant-options span.out-of-stock {
	/*尺码没货样式*/
	color: #A8A8A8;
	border-color: #A8A8A8;
	text-decoration: line-through;
	opacity: 0.6;
	border: 2px dotted #3D3D3D;
	cursor:no-drop

}

.variant-details .options .variant-options span.sizeguide {
	cursor: pointer;
	font-size: 11px;
	text-decoration: underline;
	color: #666;
	margin-left: 30px;
	line-height: 30px;
}



.variant-details .options .serve-option {
    padding-top: 15px;	
	font-size: 12px;
	margin-right: 15px;
	margin-top: 15px;
}



.Product-Container .recommended-details {
	/*推荐产品*/
	margin-top: 60px;

}

.recommended-details .specs {
	padding-left: 15px;
}


.Size-Guide {
	position: fixed;
	z-index: 101;
	right: 0;
	top: 0;
	background: #F9F8F6;
	padding: 20px;
	min-height: 100%;
	width: 400px;
	transform: translateX(100%);
	transition: transform 0.2s;
}

@media (max-width: 576px) {
	.Size-Guide {
		width: 100%;
	}
}

.pointer {
	cursor: pointer;
}



.Size-Guide .table thead th {
	background: #f3f0ea;
}

/**********************************************************************************************************************************
/**********************************************************************************************************************************/
/*购物袋*/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/

.Bag-details {
	padding-top: 1rem;
	line-height: 16px;

}

.Bag-details .Mod_ItemList {
	/*购物袋的列表样式调整*/
}


.Bag_ItemList_Img {
	width: 140px !important;
}

@media (max-width: 576px) {
	.Bag_ItemList_Img {
		width: 120px !important;
	}
}



.Bag_ItemList_Info {
	line-height: 25px;
	padding-top: 5px;
}

.Bag_ItemNUM {}

.Bag_ItemFUNC {
	position: absolute;
	bottom: 0px;
	width: calc(100% - 15px);
	color: #333;

}



.Bag_RigZone {
	padding: 15px;
	font-size: 0.815rem;


}


.Bag-details .item-simg img {
	max-height: 220px;
}


.Bag-details .Bag_totals {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 45px;
}

@media (max-width: 576px) {
	.Bag-details .Bag_totals {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: -15px;
	}
}



.Bag-details .Bag_remarks {
	margin-top: 15px;
	color: #333;

}

.Bag-details .Bag_remarks p {
	margin-bottom: 0.3rem;


}



#Shopping .Checkout-Container {
	/*结算*/
}

.Checkout-Container .Check-details {}

.Check-details .Check-Cont {
	order: 1;
}



.Check-details .Check-ContList {

	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
	margin-bottom: 15px;

}

.Check-ContList .Check-ContList-Zone {
	padding: 8px 15px;

}

@media (max-width: 576px) {
	.Check-ContList .Check-Address2 {
		display: block;
		padding-left: 16px;
	}
}



.Check-details .Check-Address {
	padding: 15px;
}

.Check-details .Check-Amount {
	order: 2;
}

@media (max-width: 576px) {
	.Check-details .Check-Cont {
		order: 2;
	}

	.Check-details .Check-Amount {
		order: 1;
	}
}


.Check-details .Check-AmountList {
	font-size: 0.815rem;
}

[v-cloak] {
	display: none;
}




/**********************************************************************************************************************************/
/*通用样式*/
/**********************************************************************************************************************************/