:root {
	--main-color: #00388D;
	--main-color-hover: #00388D;
	--user-color-hover: #00388D;
	--select-color: #E1EFFA;
	--main-text-color: #292b2c;
	--des-text-color: #5e6061;
	--prompt-text-color: #9ca0a4;
	--border-color: #d0d1d2;
	--user-border-color: #e3e7ea;
	--border-color-main: #c9cdd0;
	--attri-color: #aaa;
	--bg-color: #f5f7f8;
	--prompt-color: #ff9402;
	--price-color: #ee4624;
	--primary: #003282;
	--secondary: #6c757d;
	--success: #008A00;
	--h1: normal normal bold 28px/1.2 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	--h2: normal normal 400 24px/1.3 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	--h3: normal normal 400 18px/1.4 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	--h4: normal normal 400 16px/1.5 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	--h5: normal normal 400 14px/1.6 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	--h6: normal normal 400 12px/1.8 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	--h7: normal normal 500 20px/1.2 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif:Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace:Montserrat, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@font-face {
	font-family: Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	font-weight: normal;
	font-display: optional
}

body,
html {
	font-family: Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	font-weight: normal;
}

/* 滚动条禁用 */
.html-body-overflow {
	overflow-x: hidden;
	overflow-y: hidden;
}

/* 阴影遮罩 */
.yy_store_Mask {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	background: rgba(00, 00, 00, 0.5);
}

/* crumbs 面包屑 */
#crumbs {
	max-width: 100%;
	margin: 0 auto;
	padding: 16px 32px
}
@media screen and (min-width: 1919px){
	#crumbs {
		
		padding: 16px calc((100% - 1616px) /2);
	}
}
#crumbs ul {
	width: 100%;
	height: auto;
	display: flex;
	list-style: none;
}

#crumbs ul li a {
	font-size: 14px;
	line-height: 1.6;
	color: #5e6061;
	text-decoration: none;
}

#crumbs ul li:after {
	content: ">";
	font-family: "iconfont" !important;
	padding: 0 10px;
}

#crumbs ul li:last-child:after {
	content: "";
	padding: 0;
}

/* crumbs 面包屑 */
/*  */
.max_width1400 {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*  */
/* My_order 侧边栏 */
#My_order {
	width: 100%;
	/*height: 600px;*/
	box-sizing: border-box;
	padding: 25px;
	background: #fff;
	border: 1px solid #E3E7EA;
}

#My_order .My_order_control {
	display: none;
	font: var(--h4);
	font: normal normal 400 16px/1.5 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	color: #5e6061;
	cursor: pointer;
}

#My_order .My_order_control i {
	float: right;
	font: var(--h4);
	font: normal normal 400 16px/1.5 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	color: #5e6061;
	font-weight: 600 !important;
}

#My_order .My_order_options a {
	width: 100%;
	display: inline-block;
	color: #5e6061;
	text-decoration: none;
	font: var(--h4);
	font: normal normal 400 16px/1.5 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	margin-bottom: 16px;
}

#My_order .My_order_options a.active{
	color: var(--main-color);
    color: #00388D;
}

#My_order .My_order_options a:hover{
	color: var(--main-color);
	color: #00388D;
}

#My_order .article_list a {
	margin-bottom: 0;
}

#My_order .article_list dl {
	margin-top: 20px;
}
#My_order .article_list dl dt{
	cursor: pointer;
	font-size: 16px;
	margin: 16px 0 8px;
}
.article_list.qx_padd{
	margin: 24px 0;
}
#My_order .article_list dl dd{
	padding: 5px 0;
}
#My_order .article_list dl dd.active a{
	color: #00388D;
}
/* My_order 侧边栏 */
@media screen and (max-width: 1400px) {
	#crumbs {
		padding: 20px 40px;
	}

	/* crumbs 面包屑 */
}

@media screen and (max-width: 992px) {
	#crumbs {
		display: none;
	}

	/* crumbs 面包屑 */
	/* My_order 侧边栏 */
	#My_order {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		padding: 15px 20px;
		position: relative;
		z-index: 88;
		border: none;
		border-bottom: 1px solid #E3E7EA;
	}
	#My_order.article_content{
		padding: 0;
	}
	#My_order.article_content .My_order_control{
		padding: 15px 20px;
	}
	#My_order .My_order_options a:first-child {
		margin-top: 10px;
	}

	#My_order .article_list a:first-child {
		margin-top: 0 !important;
	}

	#My_order .My_order_control {
		display: block;
	}

	#My_order .My_order_options {
		display: none;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		padding: 0 20px 20px 20px;
		border-top: 1px solid #E3E7EA;
	}
	#My_order .My_order_options.article_list{
		position: inherit;
	}

	/* My_order 侧边栏 */
}

/* foot */
#xp_foot {
	/* max-width: 1920px; */
	margin: 0 auto;
	height: auto;
	background: #000000;
	/* padding-bottom: 120px; */
}

#xp_foot .xp_foot_1400 {
	margin: 0 auto;
	padding: 16px 0 0;
	width: calc(100vw - 64px);
}
@media screen and (min-width:1919px){
	#xp_foot .xp_foot_1400 {
		width: 1616px;
		
	}
	
}

#xp_foot .foot_off {
	/* margin: 0 0 60px; */
}

#xp_foot .xp_foot_1400 .row dl dt {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
@media screen and (max-width:768px) {
	#xp_foot .xp_foot_1400 .row dl dt {
		
		margin-bottom: 0;
	}
}

#xp_foot .xp_foot_1400 .row dl dt i {
	display: none;
	float: right;
}

#xp_foot .xp_foot_1400 .row dl dd {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 16px;
	
}

#xp_foot .xp_foot_1400 .row dl dd a {
	color: #fff;
	text-decoration: none;
	/* padding: 5px 0; */
	display: flex;
	align-items: center;
}
#xp_foot .xp_foot_1400 .row dl dd a .iconfont{
	font-size: 25px;
	margin-right: 10px;
}
#xp_foot .xp_foot_1400 .row dl dd a:active{
	color: #00388D;
}
#xp_foot .xp_foot_1400 .row dl dd a:hover {
	/* background-color: #eee; */
}

/* foot_iconfoot */
#xp_foot .foot_iconfoot {
	width: 100%;
	height: auto;
}

#xp_foot .foot_iconfoot_txt {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.6;
	color: #5e6061;
	margin-bottom: 15px;
}

#xp_foot .foot_icon {
	width: 100%;
	display: flex;
}

#xp_foot .foot_margin {
	/* margin-bottom: 30px; */
	display: flex;
	align-items: center;
	gap: 24px;

}

#xp_foot .foot_icon i {
	width: 32px;
	color: #fff;
	font-size: 18px;
	border-radius: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: #ccc;
	margin-right: 8px;
}

#xp_foot .icon-facebook:hover {
	background: #385899;
}

#xp_foot .icon-Instagram:hover {
	background: #e20c35;
}

#xp_foot .icon-youtube1:hover {
	background: #ff011d;
}

#xp_foot .icon-twitter1:hover {
	background: #00aced;
}

/*foot_paypal */
#xp_foot .foot_paypal {
	width: 100%;
	height: auto;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;

}
@media screen and (max-width:768px) {
	#xp_foot .foot_paypal {
		margin: 10px 0;
	}
	
}

#xp_foot .foot_paypal img {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 8px;
	border:1px #c9cdd0 solid;
}
#xp_foot .foot_paypal object {
	display: inline-block;
    height: 16px;
    margin-right: 4px;
    /* margin-bottom: 8px; */
    
}

#xp_foot .foot_paypal a img {
	width: 100px;
}

#xp_foot .foot_row2 {
	    /* border-top: 1px solid #ECEEEF; */
		/* padding: 0 32px; */
		text-align: left;
		/* padding: 15px 0; */
		display: flex;
		align-items: center;
		/* margin-bottom: 16px; */
		margin-top: 12px;
		padding-bottom: 12px;
		justify-content: space-between;
}
#xp_foot .row{
	margin-left: 0;
	margin-right: 0;
	justify-content: space-between;
	/* padding: 0 32px; */
}
@media screen and (max-width:768px) {
	.foot_row2{
		flex-direction: column;
		margin: 16px 0 0!important;
	}
	.foot_row2 p{
		text-align: center !important;
	}
	
}

#xp_foot .foot_row2_txt {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (min-width: 1300px) {

	#xp_foot .container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		/*max-width: 1300px;*/
	}
}

@media screen and (min-width: 1400px) {

	#xp_foot .container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		/*max-width: 1400px;*/
	}
}

@media screen and (max-width: 768px) {
	#xp_foot .foot_margin {
		padding:0 16px;
	}

	#xp_foot .foot_iconfoot_txt {
		margin-top: 20px;
	}

	#xp_foot .foot_paypal a img {
		width: 90px;
	}

	#xp_foot .qx_padd {
		padding: 0;
		border-bottom: 1px solid #ECEEEF;
	}

	#xp_foot .row {
		margin-right: 0px;
		margin-left: 0px;
	}

	#xp_foot .xp_foot_1400 {
		width: 100%;
		max-width: 100%;
		padding-top: 20px;
	}



	#xp_foot .xp_foot_1400 .row dl {
		margin: 0;
	}

	#xp_foot .xp_foot_1400 .row dl dt {
		line-height: 48px;
		/* margin: 0 16px 0 16px; */
	}
	#xp_foot .xp_foot_1400 .row dl dd{
		/* margin: 0 16px 0 16px; */
	}
	#xp_foot .xp_foot_1400 .row dl dt i {
		display: inline-block;
	}

	#xp_foot .xp_foot_1400 .row dl dd {
		font-size: 14px;
		line-height: 1.4;
		color: #ccc;
	}

	#xp_foot .xp_foot_1400 .row dl dd a {
		display: block;
	}

	#xp_foot .xp_foot_1400 .row dl dd:last-child a {
		border-bottom: none;
	}
	#xp_foot .foot_paypal object{
		background-color: #fff;
	}
}

.homepage_1,
.homepage_2 {
	padding: 0 40px;
	/* background-color: #F5F5F5; */
}
.bg_white {
	background-color: #FFF;
}
.homepage_1 .bq_h2 {
	margin-top: 0px;
}
@media screen and (max-width: 768px) {
	.homepage_2 {
		width: 100%;
		padding: 0 16px;
	}
	.homepage_1{
		width: 100% !important;
	
	}

	.cart_box_sign {
		width: 100%;
		padding: 0 20px;
	}
	.main_content_info{
		border-top: 0 !important;
		border-bottom: 0 !important;
	}
	.cart-content .minus{
		margin: 0 !important;;
		width: 100% !important;
		margin-bottom: 32px !important;
	}
}

.homepage_1,
.homepage_2,
.cart_box_sign {
	margin: 0 auto;
	width: calc(100vw - 64px);
	padding: 0;
}
@media screen and (min-width:1919px) {
	.homepage_1,
.homepage_2,
.cart_box_sign {
	margin: 0 auto;
	max-width: 1616px;
}

}
.hide {
	display: none;
}

/*导航切换*/
.my_Affiliate_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	overflow-x: scroll;
	margin: 0.5rem;
	-ms-overflow-style:none;
	scrollbar-width: none;
}

.my_Affiliate_ul::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: transparent;
}

.my_Affiliate_ul li {
	margin-right: 30px;
	cursor: pointer;
	font-weight: 400;
	font-size: 18px;
	color: rgba(0,0,0,0.88);
	line-height: 1.5;
	padding: 8px 10px;
	border-radius: 24px;
	border-bottom: 2px solid #fff; 
}
.mao_2 .my_Affiliate_ul li {
	border-bottom: 2px solid #f5f7f8; 

}
.my_Affiliate_ul li:hover{
	border-bottom: 2px solid #FF640A!important; 
	z-index: 2;
	background: #FF640A;
	border-bottom: none;
	color: #fff !important;
}
.my_Affiliate_ul li:hover a{
	color: #fff !important;
}
.my_Affiliate_ul ul:last-child {
	margin-right: 0;
}
.my_Affiliate_ul li h2{
	font-size: 18px;
	line-height: 1.5;
	display: inline-block;
}
.ul_active {
	border-bottom: 2px solid #FF640A!important; 
	z-index: 2;
	background: #FF640A;
	border-bottom: none;
	color: #fff !important;
}
.ul_active a {
	color: #fff !important;
}
.my_Affiliate_ul a {
	color: rgba(0, 0, 0, 0.88);
	display: inline-block;
}

/*图标*/
.icon-logos {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.icon-logo-mobile {
	font-size: 30px;
}

/**/
.weui-loadmore_line {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* foot */
/*分割线*/
.xian_1 {
	width: 100%;
	height: 0.01rem;
	background-color: #E3E7EA;
	margin-top: 1rem;
}

/*头部未登陆 提示信息*/
.crumi_1 {
	margin: 1.25rem 0;
}

.biuy {
	color: #5e6061;
	font-size: 1rem;
	display: inline-block;
}

.img_pc {
	display: block;
}

.img_mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.crumi_1 {
		display: flex;
		justify-content: space-around;
		/*align-items: center;*/
	}

	.biuy {
		width: 75%;
	}

	.ml10 {
		width: 25%;
	}

	.ml10 .submit_button {
		width: 80px;
		padding: 10px;
	}

	.ml10 .submit_button p {
		text-align: center;
	}
	.my_Affiliate_ul {
		margin: 0.5rem 0;
	}
	.my_Affiliate_ul li{
		margin-right: 12px;
		padding: 4px 16px;
	}
	.my_Affiliate_ul a {
		font-weight: 400;
		font-size: 16px;
		color: rgba(0,0,0,0.88);

	}
}

@media screen and (max-width: 576px) {
	.img_pc {
		display: none;
	}

	.img_mobile {
		display: block;
	}
}

/*主体公共样式*/
.bouytw_1 {
	/* background-color: #f5f7f8; */
}

.backgroundBorder {
	background-color: #fff;
	border: 1px solid #E3E7EA;
}

.boss {
	background-color: white;
	border: 1px solid #E3E7EA;
	padding: 1.5rem;
	overflow: hidden;
}

.height100 {
	height: 100%;
}

.width50 {
	width: 50%;
}
.hot-content .width50{
	display: flex;
	flex-direction: column;
	width: 49%;
}
.width33 {
	width: 33.3%;
}

.bq_h1 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.bq_h2 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	margin-top: 48px;
	margin-bottom: 30px;
}
.bq_h2_new {
	font-size: 32px;
	line-height: 1.25;
	font-weight: bold;

	margin-bottom: 6px;
}
.thead{
	display: flex;
	margin: 18px 0;
	justify-content: space-between;
	align-items: center;
}
.thead .bq_h2_new{
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.88);
}

.margin8 {
	margin-bottom: 8px;
}

.goods-info-inner {
	padding: 0 20px 16px 20px;
	/* border-bottom: 1px solid #E3E7EA; */
}

.padding20 {
	padding: 20px;
}

.goods-info-wrapper {
	background-color: white;
	/* border: 1px solid #E3E7EA; */
	overflow: hidden;
	margin-bottom: 20px;
}

.order_sn_title {
	font-size: 24px;
}

.bold_text {
	font-weight: bold;
}

.bq_h3_1 {
	font-size: 18px;
	line-height: 1.4;
	color: #292b2c;
	font-weight: bold;
	text-align: center
}

.bq_h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.bq_2 {
	font-size: 14px;
	line-height: 1.6;
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 2;*/
	/*overflow: hidden;*/
	margin-bottom: 16px;
}
.bq_2_new {
	
	line-height: 1.5;
	color: rgba(0,0,0,0.88);
	font-size: 14px;
}

.min_zhi2_1 {
	font-size: 12px;
	height: 29px;
	line-height: 14px;
	color: rgba(0,0,0,0.45);
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}
.my_coupons_list_ .min_zhi2_1{
	padding-bottom: 0;
	min-height: 40px;
}
.cyt_zi1 {
	color: #9ca0a4;
	font-size: 12px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.form_label {
	color: #9ca0a4;
	font-size: 14px;
	line-height: 1.6;
}

#edit_email {
	padding-left: 15px;
}

.bq_zhi {
	color: #5e6061;
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.bq_zhi span {
	color: var(--main-color);
    color: #00388D;
}

.bq_4 {
	color: #5e6061;
	font-size: 14px;
	line-height: 1.6;
}
.bq_4_new {
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
.goods_extra .bq_4 {
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
.spec_content .bq_4 {
	font-weight: bold;
}

.bq_5 {
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.graphic-module-text{
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.bq_20 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	padding-bottom: 16px;
}

.bq_6 {
	color: var(--user-color-hover);
	color: #00388D;
	font-size: 14px;
	line-height: 1.6;
}

.bq_7 {
	color: #9ca0a4;
	font-size: 14px;
	line-height: 1.6;
}

.bq_8 {
	font-size: 14px;
	line-height: 1.6;
	color: #ee4624;
}

.reward_text {
	font-size: 1.5rem;
	color: #ee4624;
	font-weight: bold;
	line-height: 2;
}

.bq_9 {
	color: var(--main-color);
    color: #00388D;
	font-size: 14px;
	line-height: 1.6;
	cursor: pointer;
}

.buy_head_2 {
	font-size: 14px;
	line-height: 1.6;
}
.comment-num{
  vertical-align: bottom;
  line-height: 1;
}
.comment-rate-box i{
  color: #FF640A;
}
.line-text{
  padding: 0 5px;
  color: #000000;
  font-size: 12px;
}
.zhi4_1 {
	color: #000000;
	font-size: 12px;
	line-height: 1;
	margin-top: 0.2rem;
}
.zhi4_1_new{
	color: rgba(0, 0, 0, 0.45)!important;
	font-size: 14px!important;
}
.zhi4_1 .click-text{
	cursor: pointer;
	/* text-decoration: underline; */
}
.bq_h28 {
	font-size: 18px;
	line-height: 1.4;
}

.QueAnswer {
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.black {
	color: #292b2c;
}

.submit_button {
	background-color: var(--main-color);
	background-color: #FF640A;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #FF640A;
	padding: 6px 25px;
	display: inline-block;
	outline: none!important;
	transition: 0.3s;
}


.submit_button a{
	color: #fff;
}
.submit_button a:hover{
	color: #00388D;
}
.submit_button:hover{
	background-color: #FF7423;
	border: 1px solid #FF7423;
}
.submit_button:active {
	background-color: #E65A09;
	border: 1px solid #E65A09;
}
.button_1 a {
	margin: 20px 0 20px 20px;
}
.button_1 a{
	display: inline-block;
}
.submit_button.disabled{
	background: rgba(0,0,0,0.04);
	border: 1px solid #CECCD3;
	color: rgba(0,0,0,0.25);
	pointer-events: none;
	cursor: default;
}
.button_1 a:nth-of-type(2) .submit_button {
	border: 1px solid #c9cdd0;
	background-color: white;
	color: #5e6061;
	/*margin-left: 10px;*/
}
.button_1 a:nth-of-type(2) .submit_button:hover{
	border: 2px solid #333;
	padding: 11px 24px;

}
.button_1 a:nth-of-type(1) .submit_button:hover{
	/* border: 2px solid #333; */
	padding: 11px 24px;

}
.border_button {
	border: 1px solid #c9cdd0;
	background-color: white;
	color: #5e6061;
	display: inline-block;
	text-align: center;
	padding: 12px 25px;
	cursor: pointer;
	border-radius: 4px;
}
.border_button:hover{
	border: 2px solid #333;
	padding: 11px 24px;
	color: #5e6061;
}
.border_button a{
	color: #5e6061;
}
.add_cart_button {
	/* border: 0 !important;
	border-radius:0 4px 4px 0 !important;
	font-size: 14px !important;
	line-height: 1.6;
	text-align: center;
	cursor: pointer;
	color: #646464;
	padding: 13px 25px;
	background: #E2E2E2 !important; */
	border: 1px solid #CECCD3;
	border-radius: 50px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	cursor: pointer;
	color: rgba(0,0,0,0.88);
	padding: 6px 25px;
	transition: 0.5s;
}
.add_cart_button:hover {
	background-color: #F7F7F9;
	color: #FF7423;
}
.add_cart_button:active {
	border: 1px solid #E65A09;
	background-color: #EFEFF1;
	color: #FF7423;
}

.add_cart_button.disabled{
	border: 1px solid #ccc;
	color: #ccc;
	pointer-events: none;
	cursor: default;
}
.add_cart_button.disabled:hover{
	border: 1px solid #ccc;
	padding: 6px 25px;

}
.add_cart_new:hover {
	background-color: #F7F7F9;
	color: #FF7423;
}
.add_cart_new:active {
	border: 1px solid #E65A09;
	background-color: #EFEFF1;
	color: #FF7423;
}

.add_cart_new.disabled{
	border: 1px solid #ccc;
	color: #ccc;
	pointer-events: none;
	cursor: default;
}
.add_cart_new.disabled:hover{
	border: 1px solid #ccc;
	padding: 6px 25px;

}
.share_button {
	background-color: var(--user-color-hover);
	background-color: #00388D;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid var(--user-color-hover);
	border: 1px solid #00388D;
	padding: 12px 25px;
}

.smit {
	background: #00388D;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	border: 0;
	margin-top: 15px;
	border-radius: 5px
}

.submit_disabled {
	height: 50px;
	line-height: 50px;
	color: #292B2C;
	text-align: center;
	font-size: 16px;
	cursor: not-allowed !important;
	width: 100%;
	margin-top: 15px;
	border-radius: 5px;
	border: 1px solid #E3E7EA;
}

.product_pay {
	margin-top: 1.5rem;
}

.border_bottom_content {
	/* padding-bottom: 1rem;
	border-bottom: 1px solid #e3e7ea; */
}

.ef_lug label {
	font-weight: 400;
}

.commodity_1 {
	background-color: white;
	padding: 0 24px;
	/*border:1px solid #c9cdd0;*/
	/*margin: 0 -1px -1px 0;*/
}

.commodity_1::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*box-shadow: 1px 0 #e3e7ea, 0 1px #e3e7ea;*/
	z-index: 2;
	pointer-events: none;
}

.flex_style {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.padding_bottom {
	padding-bottom: 1rem;
}
.content-one-list .page-container .padding_bottom {
    padding-bottom: 0;
    margin-bottom: 1rem;
    height: 60px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.padding_top {
	/*padding-top: 16px;*/
}

.help-block {
	color: #ee4624;
}
.help-block.out-stock-info{
	padding-top: 5px;
	padding-left: 10px;
}
.ask-select-content{
	position: relative;
	width: 25%;
}
.ask-select-content:after{
	content: "";
	width: 14px;
	height: 8px;
	background: url(https://resource.xp-pen.com/newxp/static/images/arrow-down.webp) no-repeat center;
	position: absolute;
	right: 16px;
	top: 45%;
	pointer-events: none;
}
.marginBm16{
	margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
	.order_sn_title {
		font-size: 15px;
	}

	.width50 {
		width: 100%;
	}
	.hot-content .width50{
		width: 100%;
	}
	.bq_4{
		font-size: 13px;
	}
	.add_cart_button{
		padding: 4px 10px;
		font-weight: 400;
		font-size: 16px;
		color: rgba(0,0,0,0.88);
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.add_cart_new {
		padding: 6px 10px;
		font-weight: 400;
		font-size: 18px;
		color: rgba(0,0,0,0.88);
		line-height: 1.5;
		margin-bottom: 8px;
		border: 1px solid #CECCD3;
		border-radius: 50px;
		text-align: center;
		cursor: pointer;
		transition: 0.5s;
	}

}
@media screen and (max-width: 768px){
	.content-one-list .page-container .padding_bottom {
		height: auto;
	}
	.padding0{
		padding: 0;
	}
	.goods-info-wrapper{
		border-left: none;
		border-right: none;
		margin-bottom: 0;
	}
	.select2-dropdown {
		z-index: 967!important;
	}
	.padding0 .boss{
		border-left: none;
		border-right: none;
	}
	.backgroundBorder{
		border-right: none;
		border-left: none;
		border-top: none;
	}
	.button_1 .submit_button{
		padding: 8px 15px;
	}
	.button_1 a:nth-of-type(2) .submit_button:hover{
		padding: 7px 14px;
	}
	.bq_h2{
		font-size: 18px;
		padding:  0 20px;
	}
	.border_button{
		padding: 10px 15px;
	}
	.border_button:hover{
		padding: 9px 14px;
	}
	.buy_head_2 {
		font-weight: 400;
		font-size: 16px;
		color: rgba(0,0,0,0.88);
		line-height: 1.5;
	}
}

@media screen and (max-width: 992px) {
	.homepage_1 {
		padding: 0;
	}

	#submit_order_cotent .row {
		margin-right: 0;
	}

	.homepage_1 .row {
		margin-right: 0;
		margin-left: 0;
	}

	.homepage_1 .col-xl-9,
	.col-lg-9,
	.col-xl-3,
	.col-lg-3,
	.col-lg-6,
	.col-xl-8 {
		/*padding-right: 0;*/
	}
	.ask-select-content {
		width: 55%;
	}
}
@media screen and (min-width: 769px) {
	.foot_icon_newmobei{display: none;}
	/* .newmobei_weService{display: none;} */
	.newmobei_store_services{display: none;}
	.newmobei_foot_iconfoot{
		display: none !important;
	}
	.pc_foot_iconfoot{
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.newmobei_foot_iconfoot{
		display: block !important;
	}
	.pc_foot_iconfoot{
		display: none !important;
	}
	.services{display: none;}
	.img_pc {
		display: none !important;
	}
	#xp_foot .foot_icon i{
		color: #fff !important;
		background-color: #111111;
	}
	#xp_foot .row{
		display: block;
		padding: 0 16px;
	}
	.col-md-6{max-width: 100%;}
	.newmobei_weService{
		padding-top: 16px;
		font-size: 16px;
		font-family: Source Han Sans CN;
		font-weight: 800;
		color: #000000;
		text-align: center;
	}
	.newmobei_services_content{
		display: flex;
		flex-wrap: wrap;
	}
	.services_content_box img{
		margin: 0 auto;
		width: 50px;
		height: 50px;
	}
	.services_content_box i {
		font-size: 50px;
	}
	.services_content_box div{
		text-align: center;
	}
	.services_content_box{
		margin: 20px 0;
		text-align: center;
		width: 50%;
		font-size: 14px;
		font-family: Source Han Sans CN;
		color: #000000;
	}
	.services_content_uptitle{
		font-weight: 800;
	}
	.services_content_downtitle{
		font-weight: 400;
		font-size: 12px;
		transform: scale(0.8);
		margin-top: 8px;
	}
	#xp_foot .foot_margin{margin-bottom: 24px;}
	#xp_foot .foot_margin_end{padding-bottom: 40px;margin-top: 16px;max-width:100%}
	.foot_icon_newmobei a{margin-right: 16px;}
	.img_mobile {
		display: block !important;
	}
	#xp_foot .container{
		padding: 0;
	}
	#xp_foot{background-color: #111111;}
	#xp_foot .xp_foot_1400 .row dl dt{color: #fff;}
	#xp_foot .xp_foot_1400 .row dl dd{color: #fff}
	#xp_foot .xp_foot_1400 .row dl dd a{
		font-size: 12px;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #F7F7F7;
		opacity: 0.85;
	}
	#xp_foot .qx_padd{border-bottom: 1px solid #656566;}
	#xp_foot .foot_iconfoot_txt{
		color: #fff;
		margin: 14px 0;
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: bold;
	}
	.countryLanguageSelectOpen{
		color: #000 !important;
	}
	.pull-right{float: right;}
	#xp_foot .foot_row2_txt{color: #fff;}
	.foot_svg{
		/* display: none; */
	}
	.foot_row2{display: none;}
	.main-content{padding-bottom: 0 !important;}
	#xp_foot .foot_margin{margin-bottom: 0;}
	.ask-select-content .form-control {
		padding: 4px 16px;

font-weight: 400;
font-size: 16px;
color: rgba(0,0,0,0.88);
line-height: 1.5;

	}
}
.foot_margin_end .icon-warpper{
	width: 32px;
	padding: 6px 0;
	text-align: center;
	border-left: 1px solid#CECCD3;

}
.foot_margin_end  .current_site_name{
	margin: 0 auto;
}
.success-pay .boss{
    border-radius: 18px;
  }
  .success-pay  .homepage_1 .bq_h2 .icon-succ{
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	margin-right: 16px;

  }
  .success-pay  .homepage_1 .bq_h2{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: rgba(0,0,0,0.88);
	line-height: 27px;
	font-weight: normal;
	padding: 10px;
	background: #EBF9F2;
border-radius: 9px 9px 9px 9px;
border: 1px solid #ADE5CB;
  }
  .success-pay  .homepage_1{
	padding: 0;
	width: calc(100vw - 64px);
 

  }
 
  @media screen and (min-width: 1920px) {
	.success-pay  .homepage_1{
		padding: 0;
		width: calc(1616px - 64px);
		
	
	  }
  }
  @media screen and (max-width: 1024px) {
	.success-pay  .homepage_1{
		width: 100vw;
	
	  }
  }
  .success-pay .n_2, .success-pay .bq_4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
  }
  .success-pay .border_button{
	border:0;
	padding: 0;
  }
  .success-pay .border_button p{
	display: flex;
	align-items: center;
  }
  .success-pay .border_button p .iconfont{
	margin-left: 5px;
  }
  .success-pay .homepage_1 .blog_recommend{
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .homepage_1 .blog_recommend .blog_recommend_jiao{
	display: none;
  }
  .success-pay  .homepage_1 .blog_recommend .blog_recommend_content{
	width: 100%;
  }
  .homepage_2_new {
	max-width: 100%!important;
}
 #summary {
	width: 100%;
}
#Reviews, #QAs,#Specification{
	max-width: 1400px !important;
	padding: 0;
    margin-left: auto;
    margin-right: auto;
}

#goodsInfoContent .goods-info-wrapper .bq_2_new li {
	list-style: unset;
}

.mao_2 .nav_content .nav-content-list .my_Affiliate_ul .ul_active a {color: #FF640A !important;}

@media screen and (max-width: 1700px) {
    #Reviews, #QAs,#Specification{
        max-width: 90% !important;
    }
  }