/*中文换字体*/
body.translatepress-zh_CN{
	font-family: "Microsoft YaHei";
}
/*账户-订单表格按钮*/
.woocommerce-account #wrapper table.my_account_orders .button{
	margin: 5px;
	color: #fff;
	font-size: 14px;
	/*padding: 0px 15px!important;*/
	line-height: 45px!important;
}
/*公司动态页-布局*/
#wrapper .blog-style-myself .blog-style-masonry article,
#wrapper .blog-style-masonry article{
	/*display: inline-block;
	vertical-align: top;
	float: none !important;
	padding: 20px 0;
	margin-right: -4px;
	position: relative !important;
	left: auto !important;
	top: auto !important;*/
}
/*公司动态-图片链接按钮*/
#wrapper .post-container .sh-overlay-style1 .sh-overlay-item:first-child .sh-overlay-item-container{
	left: 50%;
	right: auto;
	transform: translateX(-40px) translateY(-30px);
}
/*公司动态-图片隐藏放大图片按钮*/
#wrapper .post-container .sh-overlay-style1 .sh-table-full .sh-overlay-item:last-child{
	display: none;
}


/*联系我们页-板块移动变手指*/
#wrapper .news-column-css .sh-heading-content:hover{
	cursor: pointer;
}

/*账号页-布局*/
#wrapper #sh-woocomerce-login-form{
	max-width: fit-content;
}
#wrapper .tutorial-row{
	padding-top: 20px !important;
}

/* 页脚版权 */
.sh-footer .sh-copyrights .sh-copyrights-style2 {
	height: 40px;
}

/* 页脚 */
.sh-footer .sh-footer-widgets {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* 页脚标题 */
.sh-footer .sh-footer-widgets .widget-title {
	margin-bottom: 12px;
}

.sh-footer .sh-footer-widgets .sh-image-widgets-description {
	color: #fff;
	padding-top: 5px;
	line-height: 28px;
}

/*页脚-menu分割线*/
#wrapper .sh-footer-widgets ul li, .sh-footer-widgets ul li{
	border-bottom: 0px solid rgba( 255,255,255,0.1 ) ;
}
/*页脚-分享图标*/
#wrapper .footer-follow-us .item-follow-us{
	display: inline-block;
	margin-right: 18px;
	cursor: pointer;
}
/*页脚-分享图标图片大小*/
#wrapper .footer-follow-us .item-follow-us img{
	width: 19px;
	height: 16px;
	padding-bottom: 0px;
}
/*页脚-排版*/
#wrapper .sh-footer-columns{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/*页脚-排版*/
#wrapper .sh-footer-columns > .widget-item{
	width: auto !important;
	max-width: 20%;
}

/*商品页-标题底下的参数*/
.archive #wrapper .sh-woo-post-content-container .woocommerce-loop-product__attributes{
	font-family: "Open Sans";
	color: #3f3f3f;
	padding-bottom: 5px;
	font-weight: 700;
	display: block;
}
/*商品页-类型栏*/
.archive #wrapper .widget_product_categories li{
	font-size: 14px;
	text-transform: none;
	padding: 24px 0;
}
/*商品页-类型栏*/
.archive #wrapper .widget_product_categories ul.children{
	padding-left:0px;
}
/*商品页-类型栏*/
.archive #wrapper .widget_product_categories ul.children li{
	border-bottom: unset;
	padding: 24px 0 0 0;
	font-size: 13px;
}
/*商品页-导航栏子级*/
.primary-desktop .sh-nav li.menu-item li.menu-item-has-children > a:after{
	transform: rotate(-90deg);
}
/*商品页-导航栏子级*/
.primary-desktop .sh-nav ul.sub-menu ul.sub-menu{
	left: 255px !important
}
/*商品详情页-库存文字隐藏*/
.single-product #wrapper div.product p.stock{
	display:none;
}
/*商品详情页-库存文字*/
.single-product #wrapper div.product p.out-of-stock{
	font-size: 28px ;
	color: red ;
	display:block;
}
/*商品详情-下方明细字体*/
.single-product #wrapper .shop_attributes td p{
	color: #3f3f3f;
}
/*商品详情-下方明细字体*/
.single-product #wrapper .shop_attributes td{
	font-style: unset;
}
/*商品详情-图片左上角图标*/
.single-product #wrapper .product-type-simple .sh-popover-mini{
	font-size: 22px;
	line-height: 39px;
}
/*商品详情页-描述1布局*/
.single-product #wrapper .product-single-desc-css{
	color:#000;
	font-size: 18px;
	padding: 10px 10px 10px;
	background-color: #F2F2F7;
	line-height: 30px;
}
/*商品详情页-中间内容图片*/
.single-product #wrapper .product-single-content2-img-css{
	width: 100%;
}
/*商品详情页-描述分割线*/
.single-product #wrapper .product-single-desc-div-css span:not(:first-child):before{
	content: "";
	position: relative;
	top: 2px;
	left: 0px;
	width: 1px;
	height: 18px;
	background-color: #000;
	opacity: .6;
	-webkit-transform: scaleX(.5);
	-ms-transform: scaleX(.5);
	transform: scaleX(.5);
	display: inline-block;
	margin-right: 10px;
}
/*商品详情页-小图片库布局*/
.single-product #wrapper .product-thumb-lists-img-css{
	overflow: hidden;
	width:100%;
	position:relative;
	white-space: nowrap;
}
/*商品详情页-小图片库布局*/
.single-product #wrapper #product-thumb-lists-css{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
/*商品详情页-小图片库布局*/
.single-product #wrapper .product-thumb-lists-img-css img{
	position: relative;
}
/*商品详情页-小图片库布局*/
.single-product #wrapper .product-thumb-lists-img-div-css{
	position:relative;
}
/*商品详情页-小图片库选中时布局*/
.single-product #wrapper .product-thumb-lists-img-div-ative-css{
	border-bottom: 2px solid #176DED;
}
/*商品详情页-小图片库箭头的样式*/
.single-product #wrapper .product-thumb-lists-left-css,
.single-product #wrapper .product-thumb-lists-right-css{
	width:20px;
	height:20px;
	cursor: pointer;
}
/*商品详情页-小图片库箭头的样式*/
.single-product #wrapper .product-thumb-lists-left-css{
	background: url(../../../../file.iceriver.io/wp-content/uploads/image/left.html);
	background-position: center;
	background-repeat: no-repeat;
}
/*商品详情页-小图片库箭头的样式*/
.single-product #wrapper .product-thumb-lists-right-css{
	background: url(../../../../file.iceriver.io/wp-content/uploads/image/right.html);
	background-position: center;
	background-repeat: no-repeat;
}
/*商品详情页-商品标题样式*/
.single-product #wrapper .woocomerce-styling .product .product_title{
	padding-bottom: 30px ;
	margin-bottom: 30px ;
}
/*商品详情页-价格下方分割线布局*/
.single-product #wrapper .product .woo-seperator-line{
	margin-top: 30px;
}
/*商品详情页-商品数量选择*/
.single-product #wrapper .cart .quantity{
	display: block !important;
	width: 100%;
	margin-bottom: 30px !important;
}
/*商品详情页-商品数量选择*/
.single-product #wrapper .cart .quantity .sh-quantity-number,
.woocommerce-cart #wrapper .cart .quantity .sh-quantity-number{
	margin-bottom: 0px;
	width: 62px !important;
	font-weight: normal;
	height: 45px;
}
/*商品详情页-商品数量选择*/
.single-product #wrapper .cart .quantity span,
.woocommerce-cart #wrapper .cart .quantity span{
	border-radius: 0px;
	background-color: #f6f6f6;
	width: 45px !important;
	height: 45px !important;
}
/*商品详情页-商品数量选择*/
.single-product #wrapper .cart .quantity span i,
.woocommerce-cart #wrapper .cart .quantity span i{
	line-height: 45px;
}
/*商品详情页-商品数量选择*/
.single-product #wrapper .cart .quantity span i.ti-arrow-up:before,
.woocommerce-cart #wrapper .cart .quantity span i.ti-arrow-up:before{
	content: "\e61a";
}
/*商品详情页-商品数量选择*/
.single-product #wrapper .cart .quantity span i.ti-arrow-down:before,
.woocommerce-cart #wrapper .cart .quantity span i.ti-arrow-down:before{
	content: "\e622";
}
/*商品详情页-商品数量选择*/
.single-product #wrapper .cart .quantity span.sh-increase-number-down,
.woocommerce-cart #wrapper .cart .quantity span.sh-increase-number-down{
	border-right: 1px solid #CCCCCC;
}
/*商品详情页-商品数量选择*/
.single-product #wrapper .cart .quantity span.sh-increase-number-up,
.woocommerce-cart #wrapper .cart .quantity span.sh-increase-number-up{
	border-left: 1px solid #CCCCCC;
}
/*商品详情页-加入购物车按钮*/
.single-product #wrapper .cart .single_add_to_cart_button{
	float: left !important;
	border-radius: 4px !important;
	width: 204px;
	background-color: #fff !important;
	color: #176DED;
	border: 0.82px solid #176DED;
	height: 45px;
	line-height: 45px !important;
	font-size: 16px;
}
/*商品详情页-加入购物车按钮*/
.single-product #wrapper .cart .single_add_to_cart_button:before{
	color: #176DED;
}
/*商品详情页-商品数量样式*/
.single-product #wrapper .product-num-div-css,
.woocommerce-cart #wrapper .product-num-div-css{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	height: 47px;
}
/*商品详情页-即将上线样式*/
.single-product #wrapper div.product p.comingsoon{
	font-size: 28px;
	color: #186dee;
	display: block;
	font-weight: bold;
}
/*商品详情页-nicehash*/
.single-product #wrapper .nicehash_divcss{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*商品详情页-nicehash*/
.single-product #wrapper .nicehash_divcss div{
	margin-right: 8px;
}
/*商品详情页-nicehash*/
.single-product #wrapper .nicehash_divcss div img{
	margin: 0px;
	height: 48px;
}
/*登录后订单结账页-订单政策框*/
.woocommerce-checkout #wrapper #payment div.form-row{
	padding: 1em !important;
}
/*银行转账页面-转账说明*/
.woocommerce-view-order #wrapper .bank_transfer_instructions_css,
.woocommerce-checkout #wrapper .bank_transfer_instructions_css{
	font-size: 16px;
	color: #e6a23b;
	line-height: 30px;
}
.woocommerce-view-order #wrapper .bank_transfer_instructions_div_css,
.woocommerce-checkout #wrapper .bank_transfer_instructions_div_css{
	/*display: flex; */
	background-color: #fdf6ec;
	color: #e6a23b;
	padding: 14px 14px 25px;
	border-radius: 4px;
}
.woocommerce-checkout #wrapper .addresses{
	margin-top:0px;
}
.woocommerce-checkout #wrapper .payment_method_bacs i{
	color: #ffbf00;
	margin-right: 8px;
	font-size: 18px;
}
.woocommerce-view-order #wrapper .bank_transfer_instructions_div_css i,
.woocommerce-checkout #wrapper .bank_transfer_instructions_div_css i{
	margin-right: 10px;
	font-size: 20px;
	position: relative;
	top: 2px;
}
/*银行转账页面-填写反馈信息按钮*/
.woocommerce-view-order #wrapper .coinpal_bacs_from,
.woocommerce-checkout #wrapper .coinpal_bacs_from {
	margin-top: 20px;
	color: #ffffff;
}
/*填写反馈信息表格*/
#wrapper #coinpal_bacs_from table{
	margin-bottom: 10px;
}
/*账户-订单详细页-Billing address样式*/
.woocommerce-view-order #wrapper .woocommerce .addresses{
	margin-bottom: 30px;
}
/*账户-订单详细页-bank details样式*/
.woocommerce-view-order #wrapper .woocommerce-bacs-bank-details{
	margin-top: 45px;
	margin-bottom: 30px;
}
/*账户-订单详细页-bank details表格样式*/
.woocommerce-view-order #wrapper ul.order_details li{
	width:50% !important;
}
.woocommerce-checkout #wrapper .icon-bt-attention{
	font-family: themify !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.woocommerce-checkout #wrapper .icon-bt-attention:before {
	color: #ffbf00;
}
/*checkout页面-部分支付信息表格样式*/
.woocommerce-checkout #wrapper .partialpaid_table .product-balance,
.woocommerce-view-order #wrapper .woocommerce .partialpaid_table .product-balance{
	color: #000;
	font-size: 16px;
}
/*批量订购界面*/
.page #wrapper .bulkorder-title-div{
	font-size: 20px;
	color: #000;
	font-weight: 400;
	margin: 50px auto;
	line-height: 40px;
}
/*批量订购界面*/
.page #wrapper .bulk-order .form-title{
	font-size: 18px;
	text-align: left;
	/*font-weight: 400;*/
	margin: 20px 0;
	/*padding: 0 15px;*/
}
/*批量订购界面*/
.page #wrapper .bulk-order .form-item {
	float: left;
	padding: 0 15px;
	width: 50%;
	text-align: left;
	position: relative;
	/*color: #000;*/
}
/*批量订购界面*/
.page #wrapper .bulk-order .form-item label{
	color: #535454;
	margin-bottom: 10px;
	font-weight: 400;
}
/*批量订购界面*/
.page #wrapper .bulk-order .form-item .append {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 1px solid #bababc;
	position: absolute;
	right: 16px;
	bottom: 11px;
	padding: 7px 10px 8px;
	background-color: #f2f4f6;
	height: 48px;
	line-height: 35px;
}
/*批量订购界面*/
.page #wrapper .bulk-order .form-item.full-width {
	width: 100%;
}
/*批量订购界面*/
.page #wrapper .bulk-order .purchase-plan{
	margin-bottom: 20px;
}
/*批量订购界面*/
.page #wrapper .bulk-order .bulkorderbutton{
	color: #fff !important;
	margin-top: 30px !important;
	width: 50% !important;
}
/*批量订购界面*/
.page #wrapper .bulk-order .g-recaptcha-iceriver1{
	display: flex;
	justify-content: center;
	align-items: center;
}
/*批量订购界面-等待loading*/
.page #wrapper .bulk-order .blockOverlay,
.page #wrapper .warranty-check .blockOverlay{
	background-color:white !important;
}
/*查询问题电源界面*/
.page #wrapper .warranty-check {
	margin-top: 40px;
	text-align: center;
}
/*查询问题电源界面*/
.page #wrapper .warranty-check input{
	font-family: inherit;
	display: block;
	background: 0 0;
	-webkit-appearance: none;
	color: #262626;
	border: 1px solid #d6d6d6;
	outline: none;
	border-radius: 4px;
	width: 380px;
	height: 45px;
	margin: 0 auto 20px;
	padding: 0 10px;
	text-align: center;
}
/*查询问题电源界面*/
.page #wrapper .warranty-check .warrantycheckbutton{
	color: #fff !important;
	margin-top: 30px !important;
	width: 380px !important;
	font-size: 18px;
}
/*查询问题电源界面*/
.page #wrapper .warranty-check .divider {
	margin: 50px auto 20px;
	color: #a9a9a9;
	position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	min-height: 22px;
}
/*查询问题电源界面*/
.page #wrapper .warranty-check .divider:after,
.page #wrapper .warranty-check .divider:before {
	position: absolute;
	content: " ";
	width: 40%;
	top: 50%;
	height: 0;
	border-top: 1px solid #eaeaea;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*查询问题电源界面*/
.page #wrapper .warranty-check .divider:before {
	left: 0;
}
/*查询问题电源界面*/
.page #wrapper .warranty-check .divider:after {
	right: 0;
}
/*查询问题电源界面*/
.page #wrapper .warranty-check .message {
	display: inline-block;
	margin: 20px 0;
	padding: 20px 40px;
	min-width: 600px;
	background: hsla(0,0%,73.7%,.1);
	font-weight: bold;
	color: black;
	font-size: 20px;
	line-height: 30px;
}
/*查询问题电源界面*/
.page #wrapper .warranty-check .notice {
	display: inline-block;
	font-size: 15px;
	padding: 10px 15px;
	min-width: 600px;
	border-radius: 4px;
	color: #f90;
	background-color: #fff5e5;
}
.firewarecss .firewarecss-text{
	display: inline-block;
	margin-bottom: 15px;
}
.firewarecss .sh-button-container{
	display: inline-block;
	position: relative;
	top: 15px;
	left: 20px;
	min-width: 70%;
}
/*商品详情页-托管*/
.single-product #wrapper .hostedcss{
	color:#176DED;
}
/*商品详情页-托管*/
.single-product #wrapper .hosted_divcss{
	display: flex;
	justify-content: flex-start;
}
/*商品详情页-托管*/
.single-product #wrapper .hosted_acss{
	background: inherit;
	background-color: #F1F1F1;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	color: #6C6C6C;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 204px;
	height: 45.48px;
	text-align: center;
	line-height: 45.48px;
	margin-bottom: 10px;
}
/*商品详情页-托管*/
.single-product #wrapper .hosted_active{
	color: #176DED;
	border-color: #176DED;
	border-width: 1px;
}
/*商品详情页-托管*/
.single-product #wrapper .hosted_active:after{
	content: "";
	width: 10px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 1px;
	bottom: 5px;
}
/*商品详情页-托管*/
.single-product #wrapper .hosted_active:before{
	content: "";
	width: 30px;
	height: 30px;
	background: #3471ff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -15px;
	bottom: -15px;
}
/*商品详情页-托管*/
.hosted-mini-dark{
	background-color: #007BFF;
	position: absolute;
	right: 0;
	top: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 15px;
	line-height: 30px;
	min-height: 0;
	min-width: 0;
	z-index: 100;
	cursor: default;
	border-radius: 30px 0px 0px 30px;
	border: 2px solid #fff;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
/*商品详情页-托管*/
.hosted-mini-darkv img{
	width: 20px !important;
	height: 20px !important;
	margin-right: 5px;
}

/* 商品详情页-托管流程 */
.hosted-flow_div {
	margin: 1.5em 0;
}

/* 商品详情页-托管流程 */
.hosted-flow_item_div {
	margin: 1em -15px 0px -15px;
}

/* 商品详情页-托管流程 */
.hosted-flow_div img {
	width: 100%;
}

/* 商品详情页-托管流程 */
.hosted-flow_title {
	font-weight: 600;
	font-size: 20px;
	color: #3D3D3D;
}

/* 导航栏 Hosting NEW */
#menu-item-18757:before {
	line-height: 15px;
	border-bottom-right-radius: 17px;
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	text-align: center;
	margin-top: 17px;
	margin-left: 57px;
	font-size: 8px;
	color: #fff;
	content: "NEW";
	width: 27px;
	height: 15px;
	background: #E84437;
	/* -webkit-transform: rotate(45deg); */
	position: absolute;
}

/* 导航栏 Hosting NEW */
@media only screen and (max-width: 1025px){
	#menu-item-18757:before {
			margin-top: 7px;
	}
}

/*全世界下拉框箭头*/
.select2-selection__arrow {
	background-image: url(../../../../file.iceriver.io/wp-content/uploads/image/select.html);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #fff;
}
/*全世界导航栏新机标识*/
.menu-item-new{
	background-image: url(../../../../file.iceriver.io/wp-content/uploads/image/store_label_NEW.html);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 36px 19px;
}
.sh-nav .menu-item-66 ul.sub-menu{
	width: 250px !important;
}
.woocommerce-cart #wrapper .woocommerce .cart-collaterals .cart_totals{
	width: 60%;
}
.logistics-selection-css{
	font-size: 18px;
}
.woocommerce-account #wrapper table.my_account_orders .export_excel{
	display: table-caption;
}
.woocommerce-account #wrapper .selftransport-outdated{
	background-color: #8d8d8d !important;
}

/*统一弹框样式*/
body #wrapper .custom-popup-tongyi {
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	min-height: 200px;
	width: 50%;
	z-index: 10000;
	border-radius: 8px;
	display: flex;
    flex-direction: column;
	max-width: 547px;
}

/*统一弹框样式*/
body #wrapper .custom-popup-tongyi .overlaytongyi-message {
	line-height: 28px;
	font-size: 16px;
	color: #3D3D3D;
	margin-top: 40px;
}

/*统一弹框样式*/
body #wrapper .custom-popup-tongyi .overlaytongyi-title {
	margin: auto;
	line-height: 28px;
	font-size: 18px;
	color: #0b0b0b;
}

/*统一弹框样式*/
body #wrapper .custom-popup-tongyi .overlaytongyi-btn{
	display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/*统一弹框样式*/
body #wrapper .custom-popup-tongyi .close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #939393;
}

/*统一弹框样式*/
body #wrapper .custom-popup-tongyi .confirm-btn {
	position: initial;
	cursor: pointer;
}

/*统一弹框样式*/
body #wrapper .custom-popup-tongyi .confirm-btn button {
    width: 213px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 6px !important;
	color: #BBBBBB;
    background-color: #ffffff !important;
    border: #BBBBBB 1px solid;
}

/*统一弹框样式*/
body #wrapper .custom-popup-tongyi .close-btn2 button {
    width: 213px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 6px !important;
	color: #ffffff;
    background-color: #0F7B56 !important;
    border: #0F7B56 1px solid;
}

/*统一弹框样式*/
body #wrapper .overlaytongyi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

/*统一弹框样式*/
body .blockOverlay {
    background-color: white !important;
}
/*单个商品页发货日期字体*/
.detailproductp1{
	color: red;
}

/* 订单结算页 优惠劵 */
.sh-header-mobile-spacing-compact .pay_coupon .sh-alert-notice {
	border: 1px solid #186DEE;	
	background: rgba(24, 109, 238, 0.1);
	color: #186DEE;
	border-radius: 4px;
}
/* 订单结算页 优惠劵 */
.woocommerce-checkout .checkout_coupon .form-row-first #coupon_code {
	border-radius: 4px;
}
/* 订单结算页 优惠劵 */
.woocommerce-checkout .pay_coupon .sh-alert-title,
.woocommerce-checkout .pay_coupon .sh-alert-title a {
	background: transparent;
	color: #186DEE;
}
/* 订单结算页 优惠劵 */
.woocommerce-checkout .pay_coupon .sh-alert-title a .layui-edge-bottom {
	font-size: 14px;
	margin-left: 7px;
	border-top-color: #186DEE;
}
/* 订单结算页 优惠劵 */
.woocommerce-checkout .pay_coupon .sh-alert-title a .layui-edge-top {
	font-size: 14px;
	margin-left: 7px;
	border-bottom-color: #186DEE;
}
/* 订单结算页 优惠劵 */
.woocommerce-checkout .checkout_coupon .checkout_coupon_tip {
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0em;
	color: #3F3F3F;
}
/* 订单结算页 优惠劵 */
.woocommerce-checkout .checkout_coupon .form-row-last {
	width: 50%;
}

/*商品详情页-托管日期*/
.single-product #wrapper .hostedcssupdate{
	color: #176DED;
    font-weight: bold;
    font-size: 16px;
}

/* 隐私声明 */
.privacy_policy_div h4 {
	margin-top: 24px;
}

.privacy_policy_div h5 {
	margin-top: 24px;
}
/* 隐私声明 */

/* 导航栏优化 */
header.primary-desktop {
	height: unset !important;
}

/* 订单账单地址 */
.woocommerce-customer-details .woocommerce-columns--addresses {
	word-wrap: break-word;
}

/* 账户地址 */
.woocommerce-MyAccount-content .woocommerce-Addresses {
	word-wrap: break-word;
}

/* h5 new标签 一级列表 */
.primary-mobile .sh-nav-mobile li.menu-item-46531 > a.menu-item-open-fix:before {
	line-height: 15px;
	border-radius: 1px;
	height: 16px;
	text-align: center;
	color: #fff;
	content: "NEW";
	width: 31px;
	font-size: 10px;
	font-weight: normal;
	background: #E84437;
	position: absolute;
	top: 35%;
	left: 150px;
}

/* h5 new标签 二级列表 */
.primary-mobile .sh-nav-mobile .sub-menu .menu-item-17444999:before {
	line-height: 15px;
	border-radius: 1px;
	height: 16px;
	text-align: center;
	color: #fff;
	content: "NEW";
	width: 31px;
	font-size: 10px;
	font-weight: normal;
	background: #E84437;
	position: absolute;
	top: 35%;
	left: 120px;
}


/* pc new标签 */
.primary-desktop .sh-nav li.menu-item li.menu-item-46531 > a:before,
.primary-desktop .sh-nav li.menu-item li.menu-item-17444999 > a:before
{
	line-height: 15px;
	border-radius: 1px;
	height: 16px;
	text-align: center;
	color: #fff;
	content: "NEW";
	width: 31px;
	font-size: 10px;
	font-weight: normal;
	background: #E84437;
	position: absolute;
	top: 10px;
	left: 150px;
}

/* 商品页当前选中菜单 */
#sidebar .widget_product_categories .product-categories .current-cat a{
	color: revert;
	color: #186dee !important;
}
/* 商品页当前选中菜单 */
#sidebar .widget_product_categories .product-categories .current-cat .children a {
	color: #8d8d8d !important;
}
/* 商品页当前选中菜单 */
#sidebar .widget_product_categories .product-categories .current-cat .children a:hover {
	color: #186dee !important;
}


/* 页脚 合作伙伴 */
.footer-partner {
	margin-top: 20px;
}
/* 页脚 合作伙伴 */
.footer-partner .title-partner {
	display: flex;
	align-items: center;
	background: #186DEE;
	padding: 2px 8px;
	border-radius: 50px;
	width: fit-content;
}
/* 页脚 合作伙伴 */
.footer-partner .title-partner img {
	padding: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	margin-right: 5px;
}
/* 页脚 合作伙伴 */
.footer-partner .title-partner span {
	font-family: Open Sans;
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	color: #FFFFFF;
}
/* 页脚 合作伙伴 */
.footer-partner .content-partner {
	margin-top: 14px;
}
/* 页脚 合作伙伴 */
.footer-partner .content-partner img{
	height: 35px;
	padding-bottom: 0px;
}


@media only screen and (max-width: 1500px) { 
	.primary-desktop .sh-header:not(.sh-header-6) .container {
		width: 96% !important;
		max-width: 96% !important;
	}
}
/* 导航栏优化 */

@media only screen and (min-width: 950px) {
	.single-product .hosted-flow_item_div .hosting_flow{
			display: block !important;
	}
	.single-product .hosted-flow_item_div .hosting_flow_phone {
			display: none !important;
	}
}

@media only screen and (max-width: 950px) {
	.single-product .hosted-flow_item_div .hosting_flow{
			display: none !important;
	}
	.single-product .hosted-flow_item_div .hosting_flow_phone {
			display: block !important;
	}
}
@media only screen and (max-width: 800px){
	/*页脚-排版*/
	#wrapper .sh-footer-columns{
			width: initial;
			display: block;
			justify-content: initial;
	}
	/*页脚-排版*/
	#wrapper .sh-footer-columns > .widget-item{
			width: 100% !important;
			max-width: 100%;
	}
	/*购物车页-商品数量选择*/
	.woocommerce-cart #wrapper .cart .quantity{
			display: block !important;
	}
	/*购物车页-更新购物车按钮*/
	.woocommerce-cart #wrapper .shop_table .button[name=update_cart]{
			float: initial;
	}
	/*感谢页-银行转账页面-详细信息样式*/
	.woocommerce-checkout #wrapper .sh-woocommerce-thankyou-details{
			display: block;
	}
	/*感谢页-银行转账页面-详细信息样式*/
	.woocommerce-checkout #wrapper .sh-woocommerce-thankyou-details > section{
			width:100%;
	}
	.woocommerce-account #wrapper .g-recaptcha{
			display: flex;
			width: 230px;
			border-right: 1px solid #d3d3d3;
	}
	/*checkout页面-部分支付信息表格样式*/
	.woocommerce-checkout #wrapper .partialpaid_table .product-name,
	.woocommerce-view-order #wrapper .woocommerce .partialpaid_table .product-name{
			word-break: break-all;
	}
	/*checkout页面-部分支付信息表格样式*/
	.woocommerce-checkout #wrapper .partialpaid_table .product-quantity,
	.woocommerce-view-order #wrapper .woocommerce .partialpaid_table .product-quantity{
			padding: 15px 2px!important;
	}
	.woocommerce-checkout #wrapper .partialpaid_table th,
	.woocommerce-view-order #wrapper .woocommerce .partialpaid_table th{
			padding: 15px 2px!important;
	}
	/*账户-订单详细页-shipped表格样式*/
	.woocommerce-view-order #wrapper .woocommerce .tracking-widget .btn2{
			padding: 10px 5px;
	}
	.woocommerce-view-order #wrapper .woocommerce .shipped_table td{
			padding: 9px 12px!important;
	}
	/*账户-订单详细页-bank details表格样式*/
	.woocommerce-view-order #wrapper ul.order_details li{
			width:100% !important;
	}
	/*批量订购界面*/
	.page #wrapper .bulk-order .form-item{
			width:100%;
	}
	.page #wrapper .warranty-check .message{
			line-height: 28px;
			padding: 20px 20px;
	}
	.page #wrapper .warranty-check .message,
	.page #wrapper .warranty-check .notice{
			min-width: 0px;
	}
	.page #wrapper .warranty-check input{
			width: 100% !important;
	}
	.page #wrapper .warranty-check .warrantycheckbutton{
			width: 100% !important;
	}
	.firewarecss .sh-button-container{
			top: -20px;
			left: 0px;
			text-align: left !important;
	}
	/*商品详情页-托管*/
	.single-product #wrapper .hosted_divcss{
			align-items: center;
			flex-direction: column;
	}
	/*账户-订单表格按钮*/
	.woocommerce-account #wrapper table.my_account_orders .button{
			line-height: 20px!important;
			white-space: normal;
			padding-top: 5px !important;
			padding-bottom: 5px !important;
			text-align: center;
	}
	.woocommerce-account #wrapper table.my_account_orders .export_excel{
			display: inline-block;
	}
	/*统一弹框样式*/
	body #wrapper .custom-popup{
			padding: 20px;
			width: 70%;
	}
	/* 商品详情页-托管流程 */
	.hosted-flow_item_div {
			display: flex;
			flex-direction: column;
	}
	.home #wrapper .home-hosting-h-css .sh-heading .sh-heading-content{
			text-align: center;
	}
	.home #wrapper .home-hosting-h-css .home-hosting-h-separtor-css{
			margin-left: auto;
	}
}
@media only screen and (max-width: 560px){
	/*  订单结算页 优惠劵	*/
	.woocommerce-checkout .checkout_coupon .form-row-last button {
		font-size: 12px;
	}
}
@media only screen and (max-width: 480px){
	/*logo长度*/
	#header-mobile>.sh-header-mobile-navigation .header-logo{
			width: 200px;
	}
}
@media only screen and (max-width: 400px){
	/*商品详情商品-下方明细布局*/
	.single-product #wrapper .shop_attributes td{
			padding: 15px 10px !important;
	}
}