/* 产品详情页 --本币兑换参考价格添加下拉箭头 */
#goodsInfoContent .goods_freight_reference .country_reference{
	width: auto;
	display: inline-block;
	position: relative;
}
#goodsInfoContent .goods_freight_reference .country_reference: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: 12px;
	top: 43%;
	pointer-events: none;
}
/* 产品详情页 --本币兑换参考价格添加下拉箭头*/
#small #mark {
	width: 150px;
	height: 150px;
	background-color: #fff;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
}

#big {
	width: 25rem;
	height: 22.8125rem;
	overflow: hidden;
	z-index: 80;
}

#big img {
	width: 25rem;
	height: 22.8125rem;
	position: absolute
}

.homepage_1_2 {
	margin: 0 auto;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	/* background-color: #F5F5F5; */
}
.product-box{
	position: sticky;
	position: -webkit-sticky;
	top: 50px;
	z-index: 101;
}

.bq_3 {
	margin: 8px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.border_shipping {
	width: 5px;
	height: 5px;
	background: #9ca0a4;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 2px;
}

.ju_1 {
	display: flex;
	white-space: nowrap;
	align-items: center;
}

.tip_reference {
	color: #5e6061;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	display: block;
}

/*商品规格*/
.spec_content {
	margin-bottom: 8px;
}

.xuan_1 {
	margin-top: 8px;
	width: 100%;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.eu_lug {
	width: auto;
	border: 1px solid #CECCD3;
	display: flex;
	align-items: center;
	border-radius: 50px;
	margin-right: 10px;
	padding: 6px 16px;
	cursor: pointer;
	transition: 0.5s;
}

.eu_lug:hover {
	/* border: 1px solid #CECCD3; */
	padding: 6px 16px;
	/* background: #F7F7F9; */
	color: #FF7423;
	background: #FAFAFA;
	border: 1px solid rgba(0,0,0,0.2);
}

.eu_lug.eu_lug_disable:hover {
	border: 1px dashed #c9cdd0;
}

.eu_lug label {
	font-weight: 400;
	cursor: pointer;
}

.eu_lug1 {
	border: 1px solid #E65A09;
	padding: 6px 16px;
	color: #E65A09;
	background: #FFFFFF;
}
.essential-list.eu_lug_disable .essential-label{
	/* border: none; */
	opacity: 0.25;
}
.essential-list.eu_lug_disable{
	border-radius: 16px;
}
.eu_lug_disable {
	/* border: 1px solid #CECCD3;
	background: #fff; */
	pointer-events: none;
	cursor: default;

	background: rgba(0,0,0,0.04);

border: 1px solid rgba(0,0,0,0.2);
}

.eu_lug_disable .zuby_1 {
	color: rgba(0,0,0,0.25);
}

.zuby_1 {
	line-height: 1.5;
	/* font-weight: 700; */
	font-size: 18px;
}

/*商品规格end*/

/*组合商品*/
.essential-content .bq_4{
	font-weight: bold;
}
.essential-list-box{
	/* height: auto; */
	max-height: 470px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*.essential-list-box.hidden-goods{*/
/*	max-height: 223px;*/
/*	overflow: hidden;*/
/*}*/
.view-more-goods{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #00388D;
	padding-top: 8px;
	cursor: pointer;
}
.essential-list{
	position: relative;
	margin-top: 14px;
}
.essential-list .checkedBtn{
	position: absolute;
	left: 3%;
	top: 47%;
	transform: translate(-20%,-30%);
}

.essential-label {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 16px;
	display: flex;
	/*margin-top: 8px;*/
	padding: 14px 23px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.essential-label:hover {
	border: 1px solid #FF640A;
	padding: 14px 23px;
}

.essential-label.checked-active{
	border: 1px solid #FF7423;
	background: #EFEFF1;
	padding:14px 23px;
}
.essential-label.essential-disable{
	border: 1px dashed #c9cdd0;
	background-color: #f5f7f8;
	pointer-events: none;
	cursor: default;
}
.checkedBtn{
	margin: 0;
}
.essential-product-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding-left: 16px;
	padding-bottom: 20px;
	position: relative;
}
.essential-product-name{
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.essential-price{
	font-size: 16px;
}
.essential-price.essential-price-discount{
	color: #EE4624;
}
.essential-box{
	position: absolute;
	right: -10px;
	bottom: -5px;
}
.essential-box del{
	font-size: 12px;
	color: #9CA0A4;
	padding-left: 8px;
}
.combination-goods-pop{
	position: fixed;
	top: 3%;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: 0;
	z-index: 999999999999999999;
	height: 94%;
	display: none;
}
.combination-goods-content{
	background: #FFFFFF;
	border-radius: 24px;
	padding: 40px 16px;
	width: 900px;
	/*margin: 0 auto;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.combination-goods-img{
	width: 35%;
}
.combination-goods-img img{
	border: 1px solid #E7E7E7;
}
.combination-goods-info{
	width: 62%;
}
.combination-goods-info .bq_2{.essential-product-box
	font-size: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E7E7E7;
}
.combination-price-box{
	padding: 24px 0;
}
.price.price-discount{
	color: #EE4624;
}
.price.price-discount del{
	color: #9CA0A4;
	font-size: 16px;
	padding-left: 8px;
}
.bundle-box del{
	color: #9CA0A4;
	font-size: 16px;
	padding-left: 8px;
}
#combinationFixed{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
	z-index: 999999999999999998;
}
.combination-button{
	background-color: #FF640A;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #FF640A;
	padding: 13px;
	display: inline-block;
	margin-right: 20px;
	min-width: 120px;
}
.combination-button:hover {
	color: #FF7423;
	background-color: #FF7423;
}
.combination-button:active {
	color: #E65A09;
	background-color: #E65A09;
}
.combination-button.more_goods{
	background: #FFFFFF;
	border: 1px solid #CECCD3;
	color: rgba(0, 0, 0, 0.88);
}
.combination-button.disabled {
	background-color: #E5E5E5;
	border: 1px solid #CECCD3;
	color: rgba(0, 0, 0, 0.25);
	pointer-events: none;
}
.combination-button.more_goods:hover{
	color: #FF7423;
}
.combination-button.more_goods:active {
	color: #E65A09;
	border: 1px solid #E65A09;
}
.combination-button:hover{
	color: #fff;
}
.combination-goods-content .icon-close{
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 20px;
	color: #9CA0A4;
	font-weight: bold;
	cursor: pointer;
}
.combination-goods-pop .spec_content .bq_4{
	font-size: 16px;
}
.spec_bundle_content{
	margin-bottom: 10px;
}
.bundle_spec_list{
	margin-bottom: 16px;
}
.bundled-total-box{
	padding: 16px 0;
	margin-top: 1.5rem;
	border-top: 1px solid #E3E7EA;
	border-bottom: 1px solid #E3E7EA;
}
.bundled-total-box span{
	font-size: 28px;
	font-weight: bold;
}
.bundled-total-box .total-text{
	font-size: 20px;
	font-weight: normal;
}
.label-img-box{
	display: inline-block;
	margin-left: 24px;
}
.view-bundle-goods{
	display: inherit;
	padding-top: 5px;
	position: absolute;
	bottom: -5px;
	color: rgba(0, 0, 0, 0.88);
}
.view-bundle-goods:hover {
	color: #FF7423;
}
@media screen and (max-width: 768px){
	.combination-goods-content{
		width: 95%;
		padding: 15px;
	}
	.footer_info {
		display: none;
	}
	.more_view {
		text-align: right;
	}
}
@media screen and (max-width: 576px){
	.combination-price-box{padding: 8px 0}
	.combination-goods-info .bq_2{
		margin-bottom: 0;
	}
	.combination-goods-img{
		/*width: 100%;*/
		margin-bottom: 16px;
	}
	.combination-goods-info{
		width: 100%;
	}
	.essential-label{
		padding: 15px;
	}
	.essential-label:hover {
		padding: 14px;
	}
}
/*组合商品end*/
/*组合商品赠品*/
/*组合商品赠品标签css*/
.cus-label-ico{
	position: absolute;
	top: -14px;
	right: -8px;
}
.cus-label-ico p{
	position: absolute;
	font-size: 14px;
	top: 19px;
	left: 26px;
	width: 70px;
	word-wrap: break-word;
	color: #fff;
	font-weight: bold;
	text-align: center;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-oz-transform: rotate(35deg);
	transform: rotate(35deg);
}
.cus-label-ico p.cus-exceed{
	line-height: 12px;
	font-size: 12px;
	top: 16px;
	left: 26px;
}

/*组合商品赠品end*/
.xiala1 {
	width: 100%;
	margin-top: 0.5rem;
}

/*购买和加入购物车按钮*/
.an_boss {
	/* margin-top: 1.5rem; */
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
	max-width: 750px;
}

.an_1 {
	width: 48.5%;
}

.an_2 {
	width: 48.5%;
}

.an_boss_1 {
	margin-top: 1rem;
	width: 100%;
}

/*购买和加入购物车按钮end*/




/*Estimate shipping 按钮*/
.nbu_1 p {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.form-control.estimate_country {
	padding: 11px 32px 11px 16px;
}

/*Estimate shipping 按钮end*/

/*快递服务*/
.goods_freight{ width:100%; /*display:inline-block;*/ position:relative;padding: 16px;background-color: #F7F7F9;border-radius: 16px;}
.goods_freight h4{ width:100%; display:inline-block; font-size:14px;}
.goods_freight .tip{ color:#666; display:inline-block; font-size:14px;}
.goods_freight .country{ width:100%; display:inline-block; margin-top:5px;}
.goods_freight .country .cou{ color:#666; font-size:14px; display:inline-block;}
.goods_freight .country .form-control{ width:200px; display:inline-block; height:30px; line-height:30px; padding:0px;vertical-align: top; border-radius:0}
.goods_freight .country .jisuan_btn{ color:#000; font-size:12px; height:29px; border:1px #ccc solid; background:#eee;}
.goods_freight .result{ font-size:12px; color:#000; display:inline-block; width:100%; margin:5px 0px; color:#666;background: #fff;left: 0;}
.goods_freight .result a{ color:#666;}
.goods_btn{ width:100%; display:inline-block; margin-top:15px; font-size:14px;}
.goods_btn_nav{ margin-top:10px;}
.goods_freight .result .mc .tt{    height: 26px;    line-height: 26px;    font-size: 14px; color:#666;}
.goods_freight .result .mc .table{    margin-bottom: 10px;}
.goods_freight .result .mc .table thead tr th{ border-bottom:none;}
.goods_freight .btn-submit{ text-align:center;}
/*快递服务*/
/* 锚链接 */
.mao_1 {
	width: 100%;
	margin-top: 5rem;
	border-bottom: 1px solid #C9CDD0;
	display: block;
	padding-left: 40px;
}
.mao_1 .nav_content{
	max-width: 1664px;
}
.nav_content {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	overflow: auto;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.nav-content-list {
	/*max-width: 1400px;*/
	/*margin: 0 auto;*/
}

.nav_content .product-name h4 {
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}

.nav_content .product-price {
	/*display: inline-block;*/
	margin-right: 20px;
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;

}
.mao_2 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	display: none;
	background-color: #f5f7f8;
	padding: 0 40px;
	border-bottom: 1px solid #C9CDD0;
}

.m-block{
	display: none;
}
.pc-block{
	display: inline-block;
}
/* 模块二 */
.scrollspy-example #summary{
	border-top: none;
	padding: 0;
}
.fenk_list {
	display: flex;
	gap: 15%;

}
.goods-info-inner .star img {
	width: 14px;
}
.fenk_list .star2 img {
	width: 18px;
}
.rank_num {
	margin-left: 16px;
}

.fenk_1 {
	width: 35%;
	border-right: 1px solid #CECCD3;
	/* float: left; */
	display: flex;
	align-items: center;
}
.fenk_1 .zhi4_1{
	margin-bottom: 16px;
}
.zhi4_1_b {
	font-weight: 700;
	font-size: 14px;
	color: rgba(0,0,0,0.88);
	line-height: 1.5;
	margin-top: 8px;
}
.comment_rank{
	cursor: pointer;
}

.fenk_2 {
	/* float: left; */
}

.myWantComment {
	float: right;
}



.zdf_1 {
	display: flex;
	margin: 0.25rem 0;
	align-items: center;
}
.pihm_1_b {
	font-size: 56px;
	font-weight: bold;
}
.rank_num {

}
.pihm_1 {
	padding-left: 0.75rem;
	font-size: 16px;
	color: rgba(0,0,0,0.88);
	line-height: 1.5;
}

.jdt_1 {
	width: 16rem;
	height: 0.5rem;
	/* padding-left: 0.75rem; */
	/* margin-top: 0.3rem; */

	background-color: rgba(0,0,0,0.25);
	border-radius: 8px;
	/* border: 1px solid #c9cdd0; */
}

.jdt_2 {
	height: 0.5rem;
	background-color: #FF7423 ;
	border-radius: 8px;
}


.isTop {
	position: absolute;
	top: 0;
}

.isBottom {
	position: absolute;
	bottom: 0;
}



.more_view {
	color: #00388D !important;
	cursor: pointer;
	padding-left: 15px;
	padding-top: 10px;
	display: inline-block;
	text-wrap: nowrap;
	
}
.more_view_new {
	color: rgba(0,0,0,0.45)!important;

}
.buy_price .price {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

.buy_price .before_price {
	color: rgba(0,0,0,0.45);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 8px;
}
.buy_price .before_price s,.buy_price .before_price del {
	color: rgba(0,0,0,0.45);
}
/*手机端轮播图*/
.min_lb {
	display: none;
}
.uy_1 {
	display: block;
}
.l1 .swiper-wrapper {
	width: 100%;
	height: 100%;
}

/*手机端轮播图end*/
.btn {
	border-color: #ccc !important;
}

.goods_price .goods_number {
	padding-top: 10px;
}
.goods-number-box{
	display: flex;
	align-items: flex-end;
	margin-top: 8px;
}
.goods-number-box .help_msg{
	padding-left: 10px;
}
.goods_price .goods_number p {
	color: #5e6061;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.goods_price .goods_number h3{
	font-weight: bold;
	padding-bottom: 8px;
}
.goods_ask_add {
	padding: 20px 0;
	background-color: #fff;
}

.form-edit-action {
	text-align: center;
	margin-top: 20px;
}

.form-edit-action .button-inquire-sumbit {
	text-align: center;
}

.standard_top_content {
	display: none;
	margin: 0 auto;
}

.content_top {
	/*padding: 0 2rem;*/
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 80;
	margin: 0 auto;
}

.standard_title {
	line-height: 48px;
	background-color: var(--main-color);
	background-color: #00388D;
	width: 50%;
	text-align: center;
	cursor: pointer;
	height: 48px;
}

.standard_button {
	line-height: 48px;
	background-color: #fff;
	width: 50%;
	text-align: center;
	cursor: pointer;
	height: 48px;
}

.standard_button .icon-cart {
	font-weight: bold;
}

.standard_title span {
	color: #fff;
}

.goods_freight_reference {
	/* margin-top: 20px; */
}

.description_promote_info{
	/* padding-bottom: 20px; */
}
.description_promote_info p{
	line-height: 1.5;
	/* padding-bottom: 8px; */
	word-wrap: break-word;
}
/*ask select*/

/*购物车图标*/
.mobile-cart-box{
	display: inline-block;
}
.navbar_right_cart.goods-cart-box{
	position: fixed;
	right: 15px;
	bottom: 32%;
	background-color: #fff;
	padding: 9px;
	border-radius: 4px;
	display: none;
}
.navbar_right_cart.goods-cart-box .navbar_cart_menu{
	display: none;
}
.nav_addcart .add-cart-two{
	padding: 10px;
	font-size: 16px;
	line-height: 1;
	transition: all .3s;
}
.nav_addcart .add-cart-two:hover{
	background-color: #fff;
	color: #00388D;
}
.nav_addcart .add-cart-two:active{
	background-color: #022c6c;
	position: relative;
	top: 3px;
}
.footer_info {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    /* height: 120px; */
    background: #FFFFFF;
    border-top: 2px solid #CECCD3;

	padding: 16px;

	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.3);
	visibility: hidden;
	/* display: none; */
}
.footer_info .footer_item {
	max-width: 1616px;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
    align-items: center;
}
.footer_info .footer_item>div{
	display: flex;
	align-items: center;
}
.footer_info .bq_h2_new {
	width: 500px;
	font-size: 16px;
	margin-left: 24px;
	margin-bottom: 0;

	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer_info .thumbImg {
	width: 50px;
	height: 50px;
}
.footer_info .buy_price {
	margin-right: 45px;
}
.footer_info .buy_price .before_price {
	margin-right: 12px;
}
.footer_info .submit_button {
	padding: 6px 140px;
	float: right;
}
/*购物车图标end*/


/* 商品规格 */
.footer_info .keyname {
    width: 174px;
    /* height: 22px; */
    overflow: hidden;
    background: #FFFFFF !important;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #CECCD3;
    padding: 2px 4px;
    cursor: pointer;

    justify-content: space-between;
    font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	position: relative;

}
.footer_info .keyname i {
	font-size: 12px;
	position: absolute;
	right: 8px;
	top: 7px;
}

@media screen and (max-width: 1919px) {
	.footer_info .footer_item {
		padding: 0 16px;
	}
}
@media screen and (max-width: 1400px) {
	#big {
		position: absolute;
		left: 500px;
		top: 630px;
	}

	.homepage_1_2 {
		justify-content: center;
		padding: 0 40px;
	}
	.footer_info .bq_h2_new {
		width: 300px;
	}
	.footer_info .keyname {
		font-size: 16px;
	}
	.footer_info .submit_button {
		padding: 6px 80px;
	}
}

@media screen and (max-width: 992px) {
	.bouytw_1 {
		margin-top: 1rem;
	}

	.homepage_1_2 {
		padding: 0;
	}

	.min_lb {
		display: block;
	}

	.uy_1 {
		display: none;
	}

	#big {
		position: absolute;
		left: 400px;
		top: 630px;
	}

	.mao_2 {
		top: 0;
		padding: 0 20px;
	}
	.mao_1{
		padding-left: 20px;
	}

}
@media screen and (max-width: 767px) {
	.nav_addcart{
		padding: 0 24px;
	}
	.nav_addcart .add-cart-two{
		width: 100%;
		border-radius:0;
		padding: 13px;
	}
	#xp_foot{
		margin-bottom: 40px;
	}
	.mobile-cart-box{
		position: fixed;
		bottom: 0;
		right: 0;
		width: calc(100% - 60px);
	}
	.navbar_right_cart.goods-cart-box{
		bottom: 0;
		left: 0;
		right: initial;
		top: initial;
		padding: 7px 16px;
		background-color: #fff;
		border-radius: 0px;
		border-top: 1px solid #E3E7EA;
		border-bottom: 1px solid #E3E7EA;
	}
	.jdt_1 {
		width: 10rem;
	}
}
@media screen and (max-width: 800px) {
	#big {
		position: absolute;
		left: 300px;
	}

	/*.nav_addcart {*/
	/*	display: none;*/
	/*}*/

	.standard_top_content {
		display: block;
	}

	.l1 .swiper-container {
		border: none;
	}
}

@media screen and (max-width: 671px) {
	#big {
		position: absolute;
		left: 210px;
	}
}

@media screen and (max-width: 660px) {
	.fenk_1 {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	#big {
		position: absolute;
		left: 120px;
		top: 540px;
	}

	.myWantComment {
		width: 100%;
		/* margin-top: 20px; */
	}

	.myWantComment p {
		text-align: center;
	}

	.fenk_2 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 576px) {

	.jdt_2 {
		height: 8px;
	}

	.an_1 {
		width: 100%;
	}

	.an_2 {
		width: 100%;
		/* margin-bottom: 16px; */
	}
	.an_2.buy_now.add_cart_box.submit_button {
		margin-bottom: 0;
	}
	.mao_2,
	.mao_1 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.m-block{
		display: block;
	}
	.pc-block{
		display: none;
	}
	.essential-box{
		position: absolute;
		right: 0;
		bottom: -5px;
	}
}

@media screen and (max-width: 440px) {

	.boss_1 {
		display: none;
	}
	.an_boss {
		margin: 8px 0!important;	
	}
}
@media screen and (max-width: 375px) {
	.jdt_1 {
		max-width: 104px;
	}
}

.discount-code-tips{
	background: #F7F7F9;
	border-radius: 8px 8px 8px 8px;
	display: flex;
    align-items: center;
	margin: 16px 0;
}
.discount-code-tips .dct-text{
	padding: 0 18px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.88);

}
.discount-code-tips .dct-text .price{
	color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: bold;
}
.discount-code-tips .dct-img{
	position: relative;
    min-width: 114px;
}
.discount-code-tips .dct-img .dcti-text{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 750px) {
	.discount-code-tips{
		flex-direction: column;
	}
	.discount-code-tips .dct-text{
		width: 100%;
	}
	.discount-code-tips .dct-img img{
		width: 100%;
	}
	
	.discount-code-tips .dct-img .dcti-text {
		text-align: left;
		font-weight: 700;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 1.5;
		padding-left: 8px;
	}
	.discount-code-tips .dct-text {
		padding: 8px;
	}
	.discount-code-tips .dct-text span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}