/*
Theme Name: Nocpix
Version: 1.0
Description: Anhui Lingju Digital, as a core partner of Google China, has the only Google Overseas Experience Center in Anhui Province, providing one-stop services for Anhui localization foreign trade enterprises to go overseas - website construction, Google SEO optimization, Google bidding, Google SNS social media marketing, etc.
Author: Copyright: Anhui Lingju
*/
@charset "utf-8";

:root {
	--i_color: #BF1B1D;
	/* Global Color */
	--i_color2:#2F2F2F;
	/* Secondary color */
	--header_height: .8rem;
	/* Head height */
	--border_color: rgba(0, 0, 0, .1);
	/* Default Border Color */
}
@media screen and (max-width:1024px) {
	:root {
		--header_height: .6rem;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}


.wrap {
	width: 94vw;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.wrap2 {
	width: 94vw;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


/* Header */
header{position: fixed; top: 0;left: 0;width: 100%; background:var(--i_color2); z-index: 999;-webkit-transition:all .8s ease; transition:all .8s ease;}
/*.TopHeader{background: var(--i_color2);}*/

.top{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;}

@media screen and (max-width:1024px) {
	/*header{background: var(--i_color2);}*/
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 40%;
}
.logo img {
	max-height: 100%;
}



.top_r{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .16rem;
	margin-left: auto;
}

.glb_web{
	padding: .06rem .16rem;
	-webkit-border-radius:2rem; border-radius:2rem;
	border: 1px solid rgb(255 255 255 / 40%);
}
.glb_web b{font-size: 0.18rem;color: #FFF;}
.glb_web:hover{background: var(--i_color);border-color: var(--i_color);}

@media screen and (max-width:1024px) {
	.glb_web{padding: .08rem .16rem;}
	.glb_web b{font-size: 0.15rem;}
}
@media screen and (max-width:560px) {
	.glb_web{display: none;}
}

/* Language */
.language{position: relative;}

.language p{height: var(--header_height); line-height: var(--header_height); font-size: 18px;color: #FFF;position: relative;padding-left: .3rem; padding-right: 0.24rem;cursor: pointer;}
.language p::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: 0;width: 0.22rem;height: 0.22rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E") no-repeat center;background-size: contain;}
.language p::after{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.26rem;height: 0.26rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8M12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16m2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8M12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96M14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2m.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56M16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2z'/%3E%3C/svg%3E") no-repeat center;background-size: contain;}

@media screen and (max-width:1024px) {
	.language p{font-size: 16px;}
	.language p::before{width: 0.2rem;height: 0.2rem;}
	.language p::after{width: 0.24rem;height: 0.24rem;}
}
@media screen and (max-width:560px) {
	.language p{font-size: 15px;padding-left: 0.26rem;}
	.language p::after{width: 0.22rem;height: 0.22rem;}
}



/* Language */
.language_box{visibility: hidden; position: fixed;bottom: -101%;left: 0;width: 100%;height: 100vh;background: #FFF; -webkit-transition:all .5s ease; transition:all .5s ease; z-index: 9999;}
.language_box.on{visibility: visible; bottom: 0;}

.language_close{position: absolute;top: .2rem;right: .4rem;cursor: pointer;-webkit-transition:all .5s ease; transition:all .5s ease;z-index: 3;}
.language_close iconify-icon{font-size: 0.4rem;color: #555;}
.language_close:hover{-webkit-transform:rotate(-180deg); transform:rotate(-180deg);}
.language_close:hover iconify-icon{color: var(--i_color);}

.language_menu{width: calc(100% - 4px); margin: 0 auto; height: 100%; display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center; position: relative;}
.language_list{max-width: 1080px; width: 94%; margin-left: auto;margin-right: auto;}
.language_item{padding-bottom: 0.36rem;margin-bottom: 0.36rem;}
.language_item:not(:last-child){border-bottom: 1px solid var(--border_color);}
.language_item>h4{margin-bottom: 0.26rem; font-size: 0.32rem;color: #111;font-weight: bold;}
.language_item ul{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: .1rem 4%;}
.language_item li{width: 22%; position: relative;}
.language_item li a{display: block; padding: 8px 8px 8px 0;}
.language_item li a>span{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .06rem;}
.language_item li img{}
.language_item li .trp-ls-language-name{font-size: 0.18rem;}
.language_item li:hover .trp-ls-language-name, .current-language-menu-item .trp-ls-language-name{color: var(--i_color);}


.language_item.curr_language_web>h4{color: var(--i_color);}
.language_item.curr_language_web .current-language-menu-item::before{width: 100%;}
.language_item.curr_language_web .current-language-menu-item .trp-ls-language-name{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.language_close{right: 0.2rem;}

	.language_item>h4{font-size: 0.26rem;}
}
@media screen and (max-width:768px) {
	.language_item>h4{font-size: 0.22rem;}
	.language_item li{width: 30.66%;}
	.language_item li .trp-ls-language-name{font-size: 0.15rem;}
}
@media screen and (max-width:560px) {
	.language_item{padding-bottom: 0.12rem;margin-bottom: 0.24rem;}
	.language_item>h4{margin-bottom: 0.12rem; font-size: 0.18rem;}
	.language_item ul{gap: .04rem 4%;}
	.language_item li{width: 48%;}
}






.mb_full_header{height: var(--header_height)}




/* banner */
.banner {
	width: 100%;
	position: relative;
}
.banner::after{
	content: "";
	position: absolute;left: 0;bottom: -4px;
	width: 100%;height: 4px;
	background:-webkit-linear-gradient(left, #CF771B, var(--i_color), #F6FF66); background:linear-gradient(to right, #CF771B, var(--i_color), #F6FF66);
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.banner .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	width: 100%;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img,
.banner .swiper-slide>a>img,
.banner .swiper-slide>video {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover
}

.banner-button-prev,
.banner-button-next {
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 0.6rem;
	height: 0.6rem;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 3;
}
.banner-button-prev {
	left: -.8rem;
}
.banner-button-next {
	right: -.8rem;
}
.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.banner-button-prev:hover iconify-icon,
.banner-button-next:hover iconify-icon {
	color: var(--i_color);
}
.banner:hover .banner-button-prev {
	left: 0;
}
.banner:hover .banner-button-next {
	right: 0;
}

.banner-pagination {
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: .4rem;
	text-align: center;
	z-index: 2;
}
.banner-pagination .swiper-pagination-bullet {
	width: .2rem;
	height: 2px;
	display: inline-block;
	margin: 0 4px;
	background: #EEE;
	outline: none;
	cursor: pointer;
	position: relative;
}
.banner-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
}

@media screen and (max-width:1024px) {
	.banner {
		height: auto;
	}
	.banner .swiper-slide {
		height: 0;
		padding-bottom:30%;
	}
	.banner .swiper-slide>img,
	.banner .swiper-slide>a>img,
	.banner .swiper-slide>video {
		position: absolute;
		top: 0;left: 0;height: 100%;
	}

	.banner-button-prev,
	.banner-button-next {
		display: none;
	}

	.banner-pagination {
		bottom: 0.3rem;
	}
}
@media screen and (max-width:768px) {
	/* .banner .swiper-slide {
		padding-bottom: 52%
	} */
}
@media screen and (max-width:560px) {
	.banner-pagination {
		bottom: 0.14rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		margin: 0 4px;
		width: 0.06rem;
		height: 0.06rem;
	}
}



.banner_video{position: relative;font-size: 0;}
.banner_video::after{content: "";
	position: absolute;left: 0;bottom: -4px;
	width: 100%;height: 4px;
	background:-webkit-linear-gradient(left, #CF771B, var(--i_color), #F6FF66); background:linear-gradient(to right, #CF771B, var(--i_color), #F6FF66);
}
.banner_video video,.banner_video img{width: 100%;height: auto; object-fit: contain;}
@media screen and (max-width:768px) {
	.banner_video::after{bottom: -3px;height: 3px;}
}




.main{}



.i_tit{}
.i_tit h3{font-size: 0.34rem;color: #111;font-weight: bold;}
.i_tit h6{margin-top: 10px;color: #666;}
.i_tit.center{text-align: center;}
@media screen and (max-width:1440px) {
	.i_tit h3{font-size: 0.3rem;}
}
@media screen and (max-width:1024px) {
	.i_tit h3{font-size: 0.26rem;}
}
@media screen and (max-width:768px) {
	.i_tit h3{font-size: 0.22rem;}
}
@media screen and (max-width:560px) {
	.i_tit h3{font-size: 0.18rem;}
}








.main_form{
	max-width: 86%;
	margin-left: auto;margin-right: auto;
	box-sizing: border-box;padding: .4rem;
	-webkit-border-radius:.2rem; border-radius:.2rem;
	box-shadow: 6px -3px 8px rgb(0 0 0 / 10%);
	background:#FFF;
	position: relative;
	overflow: hidden;
}
.main_form{--input_font_size:16px}

@media screen and (max-width:1024px) {
	.main_form{width: 100%;max-width: 100%;}
}
@media screen and (max-width:768px) {
	.main_form{--input_font_size:14px}
	.main_form{padding: .3rem;-webkit-border-radius:.1rem; border-radius:.1rem;}
}
@media screen and (max-width:560px) {
	.main_form{padding: .2rem;}
}



.sec_tit{padding-bottom: 10px; margin-bottom: 20px; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; border-bottom: 1px solid rgb(0 0 0 / 15%);}
.sec_tit h2{color: #222;font-weight: bold;}
@media screen and (max-width:560px) {
	.sec_tit h2{font-size: 15px;}
}


.el-form-item__label{padding: 0 0 !important; font-size: var(--input_font_size); color: #666;}
.el-form-item__label i{color: #F00;}
.el-upload-list__item-preview{display: none !important;}
.el-upload-list__item-actions span{margin: 0 0 !important;}

.el-select,
.el-cascader,
.el-date-editor.el-input,
.el-date-editor.el-input__inner
{width: 100%;}

.el-input__inner,.el-textarea__inner{background: #FFF !important; border: 1px solid #CCC !important;}
.el-input.is-disabled{background-color: none !important;}

.main_form input,
.main_form textarea,
.main_form input::placeholder,
.main_form textarea::placeholder
{font-family: Airal; font-size: var(--input_font_size);}

.main_form input,
.main_form textarea{color: #444;}
.main_form input::placeholder,
.main_form textarea::placeholder{color: rgb(0 0 0 / 40%);}

.el-popper{font-family: Airal}

.el-form-item__error{font-family: Airal;font-size: 14px;}

.form-flex{display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content: space-between; gap: 0 4%;}
.form-flex .el-form-item{width: 100%;}

.el-cascader-node__label{font-size: 15px;}
.el-select-dropdown__item{font-size: 15px;}

.addBtn{display: table; margin-left: auto; color: #777; cursor: pointer; position: relative;}
.addBtn.del, .addBtn:hover{color: var(--i_color);}


.el-select-dropdown__item.selected,.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path{color: var(--i_color);}


/* 日期选择 */
.el-date-table{font-size: var(--input_font_size);}
.el-date-table td.today span,.el-date-table td.available:hover{color: var(--i_color);}
.el-picker-panel__icon-btn:hover{color: var(--i_color);}
.el-date-picker__header-label.active, .el-date-picker__header-label:hover{color: var(--i_color);}
.el-date-table td.current:not(.disabled) span{background-color: var(--i_color);}
.el-year-table td.today .cell,.el-year-table td .cell:hover, .el-year-table td.current:not(.disabled) .cell,.el-month-table td.today .cell,.el-month-table td .cell:hover{color: var(--i_color);}


/* 附件上传 */
.el-upload--picture-card{position: relative;}
.el-upload--picture-card .el-icon-plus{position:absolute; top:48%; left:50%; transform:translate(-50%,-50%);}
.el-upload--picture-card:hover, .el-upload:focus{border-color: var(--i_color); color: var(--i_color);}


/* 产品型号 + 国家 + 省份 状态更改 */
.form_item_model.fields_disabled,
.form_item_country.fields_disabled,
.form_item_province.fields_disabled
{opacity: .4;}
.loading_icon{display: none; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.3rem;color: #000;z-index: 3;}



/* 验证码 */
.verification_Code .el-input-group__append{border: none; padding: 0 0; width: 180px; box-sizing: border-box; background: var(--i_color);}
#sendBtn_text{margin: 0 0; padding: 0 0; width: 100%;}
#sendBtn_text span{width: 100%;display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content: center;align-items: center;gap: 0 6px;}
#sendBtn_text p{ font-size: 15px; color: #FFF;}
#sendBtn_text i{
	margin-top: 1px;
	width: 22px;
	height: 22px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-1 14H5c-.55 0-1-.45-1-1V8l6.94 4.34c.65.41 1.47.41 2.12 0L20 8v9c0 .55-.45 1-1 1m-7-7L4 6h16z'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
	position: relative;
}
#sendBtn_text i.icon_loading{
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='16' stroke-dashoffset='16' d='M12 3c4.97 0 9 4.03 9 9'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.3s' values='16;0'/%3E%3CanimateTransform attributeName='transform' dur='1.5s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3Cpath stroke-dasharray='64' stroke-dashoffset='64' stroke-opacity='0.3' d='M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='1.2s' values='64;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}
#sendBtn_text i.icon_ok{
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M21 7L9 19l-5.5-5.5l1.41-1.41L9 16.17L19.59 5.59z'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}
#sendBtn_text i.icon_no{
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}



/* 提交按钮 */
/* .formBottomBtn button span{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; gap: 0 4px;} */
.formBottomBtn button,.formBottomBtn button span{font-size: 16px; font-family: 'Airal';}
/* .submitIcon{font-size: 20px; color: #FFF;} */

.Form_submit, .Form_submit:focus{background: var(--i_color); border-color: var(--i_color); color: #FFF;}
.Form_submit:hover{background: #841717; border-color: var(--i_color);}
.Form_reset, .Form_reset:focus{background: #888; border-color:#FFFFFF1A; color: #FFF;}
.Form_reset:hover{background: #333; border-color:#FFFFFF1A; color: #FFF;}

.el-loading-mask{background: rgb(0 0 0 / 85%) !important;}




/* 表单提交时加载 */
.el-loading-mask{background: rgb(0 0 0 / 85%);}
.el-loading-spinner .path{stroke:#FFF}

/* 表单成功提交后 */
.submitSuccess{display: none;}
.submitSuccess h2{margin-bottom: 10px; color: #33c041;}
.submitSuccess article{color: #9d9d9d;}
.submitSuccess a{color: var(--i_color);text-decoration: underline;}
.submitSuccess i{color: var(--i_color);}


/* 服务协议 隐私政策 */
.privacyChecked{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center;}
.privacyChecked .el-checkbox__label{font-size: var(--input_font_size); color: #606266 !important;white-space: wrap;}
.privacyChecked .el-checkbox__label a{color: var(--i_color);}
.privacyChecked .el-checkbox__label a:hover{text-decoration: underline;}

.privacyChecked .el-checkbox__inner{border-color: #777;}
.privacyChecked .el-checkbox__inner:hover{border-color: var(--i_color) !important;}
.privacyChecked .el-checkbox__input{flex-shrink: 0;}
.privacyChecked .el-checkbox__input.is-checked .el-checkbox__inner,
.privacyChecked .el-checkbox__input.is-indeterminate .el-checkbox__inner{
	background: var(--i_color) !important;
	border-color: var(--i_color) !important;
}




/* 提醒信息 */
.el-message{font-family: 'Airal';}
.el-message__content{font-size: var(--input_font_size);}


.main_form h1{font-weight: bold;}




/* Footer */
footer{background:#2F2F2F; position: relative;}
footer::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: rgb(255 255 255 / 5%);}
footer .wrap{padding: 18px 0; display:flex; flex-wrap:wrap;justify-content: center; gap: 0 10px;}
footer p,footer a{text-align: center; font-size: 15px; color:#FFF; line-height: 1.5;}
footer a:hover{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:768px) {
	footer .wrap{padding: 10px 0;}
	footer p{width: 100%;}
	footer p,footer a{font-size: 14px;}
}


/*footer{*/
/*	background:url('https://care.nocpix.com/wp-content/themes/infiRay/static/images/footer_bg.webp') no-repeat center;*/
/*	background-size: cover;*/
/*	position: relative;*/
/*}*/
/*footer::after{*/
/*	content: "";*/
/*	position: absolute;left: 0;top: -4px;*/
/*	width: 100%;height: 4px;*/
/*	background:-webkit-linear-gradient(left, #CF771B, var(--i_color), #F6FF66); background:linear-gradient(to right, #CF771B, var(--i_color), #F6FF66);*/
/*}*/

/*.f_cont{display:-webkit-flex; display:flex; flex-wrap:wrap;}*/

/*.f_link{width: 56%;}*/
/*.f_logo{display: table; margin-bottom: 0.32rem;}*/
/*.f_logo img{height: 0.36rem;}*/

/*.f_link ul{display:-webkit-flex; display:flex; flex-wrap:wrap;gap:.16rem .16rem}*/
/*.f_link li{-webkit-transition:all .5s ease; transition:all .5s ease;}*/
/*.f_link li a{display: table; padding: .1rem .3rem; border: 1px solid rgb(255 255 255 / 10%); -webkit-border-radius:2rem; border-radius:2rem; font-size: 0.15rem;color: rgb(255 255 255 / 50%);}*/
/*.f_link li:hover{-webkit-transform:translate(0,-3px); transform:translate(0,-3px);}*/
/*.f_link li:hover a{background: var(--i_color); color: #FFF;}*/

/*.f_contact{margin-left: auto; max-width: 42%;}*/
/*.f_contact>p{margin-bottom: 0.3rem; font-size: 0.26rem; color: #FFF;}*/

/*.f_contact_list{display:-webkit-flex; display:flex; flex-wrap:wrap;flex-direction: column;gap: .22rem 0;}*/
/*.f_contact_list li{display:-webkit-flex; display:flex; flex-wrap:nowrap;}*/
/*.f_contact_list iconify-icon{flex-shrink: 0; margin-right: 0.1rem; font-size: 0.2rem;color: var(--i_color);}*/
/*.f_contact_list a,.f_contact_list p{font-size: 0.16rem;color: rgb(255 255 255 / 60%);}*/
/*.f_contact_list a:hover{color: var(--i_color);}*/


/*.f_cr{padding: .16rem 0; border-top: 1px solid rgb(255 255 255 / 10%);display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;}*/
/*.f_cr p{font-size: 14px;color: rgb(255 255 255 / 60%);}*/

/*.f_media{margin-left: auto; display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .24rem;}*/
/*.f_media li{font-size: 0;-webkit-transition:all .5s ease; transition:all .5s ease;}*/
/*.f_media iconify-icon{*/
/*	font-size: 0.22rem;color: rgb(255 255 255 / 60%);*/
/*}*/
/*.f_media li:hover{-webkit-transform:translate(0,-4px); transform:translate(0,-4px);}*/
/*.f_media a:hover iconify-icon{color: #FFF;}*/

/*@media screen and (max-width:1024px) {*/
/*	.f_logo img{height: 0.3rem;}*/
/*	.f_link li a{padding: 6px 10px; font-size: 14px;}*/

/*	.f_contact>p{font-size: 0.22rem;}*/
/*}*/
/*@media screen and (max-width:768px) {*/
/*	footer::after{top: -3px;height: 3px;}*/

/*	.f_link{width: 100%;}*/
/*	.f_contact{max-width: 100%; width: 100%;margin:.3rem 0 0;}*/
/*	.f_contact>p{font-size: 0.2rem;}*/
/*	.f_contact_list a,.f_contact_list p{font-size: 0.15rem;}*/

/*	.f_media{order: -1; width: 100%;margin: 0 0 .2rem;}*/
/*}*/
/*@media screen and (max-width:560px) {*/
/*	.f_link ul{gap: .1rem .14rem;}*/
/*	.f_link li a{font-size: 13px;}*/

/*	.f_contact>p{font-size: 0.18rem;}*/
/*	.f_contact_list{gap: .16rem 0;}*/
/*	.f_contact_list iconify-icon{font-size: 0.18rem;}*/

/*	.f_media iconify-icon{font-size: 0.18rem;}*/
/*	.f_cr p{font-size: 13px;}*/
/*}*/


