.mask {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999;
}

.after-sale-servicr {
	display: none;
}

.after-sale-servicr-box {
	width: 650px;
	height: 230px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	padding: 30px;
}

.after-sale-servicr-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.after-sale-servicr-choicr {
	text-align: center;
}

.after-sale-servicr-selection {
	text-align: left;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	width: 350px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #555;
	padding: 0 20px 0 10px;
	border: 1px solid #828282;
	margin-bottom: 30px;
	background: url(../images/pull-down.png) 96px center no-repeat;
	background-position-x: 322px;
}

.after-sale-servicr-selection:hover {
	border: 1px solid #252B3A;
	color: #252B3A;
}

.after-sale-servicr-ul {
	display: none;
	background-color: #fff;
	width: 350px;
	height: 250px;
	overflow-y: scroll;
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	border: 1px solid #828282;
	padding: 10px 0;
}

.after-sale-servicr-ul li {
	padding-left: 15px;
	color: #252B3A;
	padding: 7.5px 15px;
	cursor: pointer
}

.after-sale-servicr-ul .after-sale-servicr-active {
	background-color: #e8e8e8;
}

.after-sale-servicr-ul li:hover {
	background-color: #eee;
}

.after-sale-servicr-ul h4 {
	font-size: 18px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.after-sale-servicr-ul p {
	font-size: 14px;
	color: #555;
}

.after-sale-servicr-But {
	width: 100px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	border-radius: 5px;
	border: none;
}

.after-sale-servicr-cancel {
	border: 1px solid #828282;
}

.after-sale-servicr-cancel:hover {
	background-color: #f8f8f8;
}

.after-sale-servicr-determine {
	background-color: #0186EF;
	color: #fff;
	margin-left: 80px;
}

.after-sale-servicr-determine:hover {
	background-color: #0075ce;
}




/* ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¹Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
.sales-intercept {
	display: none;
}

.sales-intercept-box {
	width: 553px;
	height: 216px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 42px 84px 0;
	text-align: center;
}

.sales-intercept-close {
	width: 32.5px;
	height: 32.5px;
	position: absolute;
	top: 8px;
	right: 5px;
	cursor: pointer;
}

.sales-intercept-close img {
	width: 100%;
	height: 100%;
}

.sales-intercept-title h3 {
	text-align: center;
	font-size: 19px;
	/* font-family: PingFangSC-Semibold, PingFang SC; */
	font-weight: 600;
	color: #252B3A;
	line-height: 26px;
	padding: 0;
	margin: 0;
}

.sales-intercept-icon {
	width: 36px;
	height: 48px;
	position: absolute;
	top: 35px;
	left: 32px;
}

.sales-intercept-icon img {
	width: 100%;
	height: 100%;
}

.sales-intercept-describe {
	margin-top: 20px;
	font-size: 13px;
	/* font-family: PingFangSC-Regular, PingFang SC; */
	font-weight: 400;
	color: #252B3A;
	line-height: 18px;
	text-align: left;
}

.sales-intercept-describe .number {
	margin-top: 20px;
	font-size: 13px;
	/* font-family: PingFangSC-Regular, PingFang SC; */
	font-weight: 400;
	color: #0086FE;
	line-height: 18px;
	text-align: left;
}

.sales-intercept-butt {
	margin-top: 30px;
	display: inline-block;
	width: 100px;
	height: 35px;
	background: linear-gradient(315deg, #00BBF9 0%, #0086F1 100%);
	border-radius: 4px;
	font-size: 16px;
	/* font-family: PingFangSC-Medium, PingFang SC; */
	font-weight: 500;
	color: #FFFFFF;
	line-height: 35px;
	letter-spacing: 1px;
	cursor: pointer;
}


/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¦Ã‚Â Ã‚Âstart */
.susp {
	position: fixed;
	right: 25px;
	bottom: 20%;
	z-index: 999;
	transition: 0.5s;
}

.susp>div:first-child {
	opacity: 1;
}

.susp>div {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	/* cursor: pointer; */
}

.susp .zuo>div,
.advisory-pc-personal,
.susp_top {
	cursor: pointer;
}

.susp .susp_top {
	margin-top: 10px;
	opacity: 0;
}

.susp_act {
	opacity: 1 !important;
	/* transition: 0.5s; */
}

.susp>div>img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.5s;
}

.susp>div>.img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}

.susp>div>.img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.5s;
}

.susp .susp_tan {
	width: 380px;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	padding-bottom: 20px;
	z-index: 2;
	right: -405px;
	transition: 0.5s;
}

.susp .susp_img {
	text-align: center;
	color: white;
	background: url("../images/susp_03.png");
	background-size: cover;
	padding: 65px 0;
}

.susp .susp_flx {
	display: flex;
	padding: 24px;
	justify-content: space-between;
	position: relative;
	background-color: white;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.susp_flx a {
	color: #2185ee;
	position: relative;
}

.susp_flx a:hover::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #2185ee;
	position: absolute;
	left: 0;
}

.susp_flx .zuo>div:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background-size: cover;
}

.susp_flx .zuo>div:first-child::before {
	width: 24px;
	height: 21px;
	background-image: url("../images/sus1_06.png");
}

.susp_flx .zuo>div:nth-child(2)::before {
	width: 24px;
	height: 19px;
	background-image: url("../images/sus2_10.png");
}

.susp_flx .zuo>div:nth-child(3)::before {
	width: 24px;
	height: 20px;
	background-image: url("../images/sus3_12.png");
}

.susp_flx .zuo>div {
	margin-bottom: 15px;
	position: relative;
}

.susp_flx .zuo>div:last-child {
	margin-bottom: 0px;
}

.susp_flx .peo {
	overflow: hidden;
	border-radius: 50%;
	width: 34px;
	height: 34px;
}

.susp_flx .peo img {
	width: 100%;
}

.susp_flx .sus_name {
	color: #2185ee;
	margin: 5px auto;
	line-height: 1;
}

.susp_flx>div {
	width: 48%;
}

.sus_des {
	color: #aaaaaa;
}

.susp_flx .wechat {
	position: absolute;
	left: -160px;
	top: 0;
	padding: 20px;
	background-color: white;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	width: auto;
	display: none;
}

.susp_flx .wechat div {
	color: #aaaaaa;
	text-align: center;
	margin-top: 10px;
}

.nav-sec .solution-way {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.solution-way .header-solution-left .header-overview {
	padding: 16px 0;
	background: #f5f7fa;
	padding-left: 60px;
}

.solution-way .header-solution-left .active {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.solution-way .header-solution-left div.active a {
	color: #0467cf !important;
}

.solution-way .header-solution-left {
	width: 23%;
	background: #f6f7fb;
	min-height: 280px;
}

.solution-way .header-solution-right {
	width: 81%;
	padding: 38.5px 1% 3% 2%;
	background: white;
	min-height: 280px;
}

.solution-way .header-solution-right .header-right-content {
	display: none;
	justify-content: space-between;
	align-items: flex-start;
}

.solution-way .header-solution-right .header-right-content ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;

}

.solution-way .header-solution-right .header-right-content.active {
	display: flex;
}

.solution-way .header-solution-right .header-right-content ul li {
	width: 20%;
	margin-right: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 14px;
}

.solution-way .header-solution-right .header-right-content ul li:hover a {
	color: #0467cf;
}

.solution-way .header-solution-right .header-right-content:first-child ul {

	align-items: flex-start;
}



.solution-way .header-solution-right .header-right-content:first-child .left {
	/*height: 280px;*/
	/*border-right: 1px solid #eee;*/
	margin-right: 40px;
	;
	flex: 1;
}

.solution-way .header-solution-right .header-right-content:first-child ul li {
	width: 45%;
}

.header-right-content .right {
	width: 32%;
	margin-right: 20px;
}

.header-right-content .header_swip .h_title {
	font-weight: 700;
	margin-bottom: 22.5px;
}

.header-right-content .swip_img {
	position: relative;
}

.header-right-content .swip_img img {
	width: 100%;
}

.header-right-content .swip_img .mySwiper {
	overflow: hidden;
}

.header-right-content .swiper-container-horizontal>.swiper-pagination-bullets,
.header-right-content .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -20px;
}

.mCustomScrollBox>.mCSB_scrollTools {
	right: -5px;
}

.header-right-content .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
}

.login-box {
	display: flex;
	justify-content: flex-end;
	width: 30%;
	position: relative;
}

.login-box .login-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	flex-wrap: wrap;
	position: absolute;
	right: 35.76%;
	width: fit-content;
}

.pc_buy {
	position: absolute;
	right: 35.76%;
	margin-top: 4px;
}

.language {
	position: absolute;
	right: 2.3%;
	margin-top: 5px !important;
	cursor: pointer;
	height: 80px;
	width: 40px;
	text-align: center;
}
@media only screen and (max-width: 767px){
		.language {
	height: auto;
}
}
.right-wrapper div.search {
	position: absolute;
	right: 19.53%;
	margin-top: -2px;
}

@media only screen and (max-width: 1200px) {

	.login-box,
	.header-nav .header-default .right-wrapper {
		width: 33%;
	}
}

@media only screen and (max-width: 1500px) {

	.login-box .login-phone,
	.pc_buy {
		right: 40.76%;
	}

	.right-wrapper div.search {
		right: 22.53%;
	}
}
    .nav-head .nav-sec .product-item{
        width: 100%;
     display: flex;
     justify-content: center;
     padding: 22.5px 0 65px;
    }
    .header-nav .nav-head  .product-item .header-item-block{
        width: 25%;
        margin-right: 6.95%;
    }
    .header-nav .nav-head  .product-item .header-item-block:last-child{
        margin-right: 0;
    }
    .header-nav .nav-head  .product-item  .header-item-block li{
        line-height: 32px;
    }
    .header-nav .nav-head    .product-footer{
        display: flex;
        align-items: center;
        justify-content: center;  
    padding: 12px 0 22.5px;
    border-top: 1px solid #eee;
    width: 90%;
    margin: 0 auto;
    }
    
    body {
      container-name: body;
      container-type: inline-size;
    }

    @container body (max-width: 1439px) {
      .w1440 {
        width: 95% !important;
      }
    }
    .header-nav .nav-head    .product-footer a:hover{
        color: #0086F1;
    }