::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: #d7d7d7;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	background: #bca16c;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background: #bca16c;
}






.yx_Hide {
	display: none !important;
}

.btn-primary {
	transition: all 0.6s;
}

@keyframes circle2 {
    from {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes scroll-icon {
	0% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		opacity: 0;
	}

	30%,
	70% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
		opacity: 0;
	}
}

@keyframes blink {
	0% {
		transform: translate(-50%, -50%) scale(0);
	}

	50% {
		transform: translate(-50%, -50%) scale(1);
	}

	100% {
		transform: translate(-50%, -50%) scale(1.6);
	}
}

@keyframes blink2 {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
	}

	50% {
		transform: translate(-50%, -50%) scale(1);
	}

	100% {
		translate(-50%, -50%) scale(1.5);
	}
}
@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1.3.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes rotation {
	to {
		transform: rotate(1turn);
	}
}

@keyframes rotation_ {
	to {
		transform: rotate(-1turn);
	}
}

:root {
	--yx_FS72: 72px;
	--yx_FS60: 60px;
	--yx_FS54: 54px;
	--yx_FS48: 48px;
	--yx_FS45: 46px;
	--yx_FS42: 40px;
	--yx_FS38: 38px;
	--yx_FS36: 32px;
	--yx_FS30: 30px;
	--yx_FS28: 28px;
	--yx_FS24: 24px;
	--yx_FS22: 20px;
	--yx_FS18: 18px;
	--yx_FS16: 16px;
	--yx_FS14: 14px;
	--yx_Color:#bca16c;
	--yx_CTwo: #bca16c;
	--yx_Grad:linear-gradient(120deg, #bca16c 0%, #bca16c 100%);;
}

h1 span {
	font-size: var(--yx_FS54) !important;
}

h2 span {
	font-size: var(--yx_FS42) !important;
}

h3 span {
	font-size: var(--yx_FS30) !important;
}

h4 span {
	font-size: var(--yx_FS24) !important;
}

h5 span {
	font-size: var(--yx_FS18) !important;
}

h6 span {
	font-size: var(--yx_FS16) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal !important;
}

h1 strong *,
h2 strong *,
h3 strong *,
h4 strong *,
h5 strong *,
h6 strong * {
	font-weight: 900 !important;
}


.p94 {
  padding-top: 5.875rem;
}
.p94_ {
  padding-bottom: 5.875rem;
}
.m36{
	margin-top:3rem;
}
/*end*/
a:active,
a:hover,
a:focus,
a:visited {
	outline: none !important;
	text-decoration: none;
}

a {
	cursor: pointer;
}

i {
	font-style: normal;
}

/*yx_Css*/

.s_img:hover::before {
    left: 120%;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    -webkit-transition:all 1s ease;
    transition:all 1s ease;
}
.s_img::before {
    content: "";
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg,rgba(0,145,215,0),rgba(255,255,255,.3),rgba(0,145,215,0));
    background-image: -webkit-linear-gradient(0deg,rgba(0,145,215,.0),rgba(255,255,255,.3),rgba(0,145,215,0));
    transform: skewx(-25deg);
    z-index: 1;
}


.yx_Width {
	max-width: 1720px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.yx_Clear:before,
.yx_Clear:after {
	display: table;
	clear: both;
	content: "";
}

.yx_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.yx_flexWrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.yx_flexJB {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.yx_flexJA {
	-webkit-box-pack: justify;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.yx_flexJE {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.yx_flexJC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.yx_flexAE {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
}

.yx_flexAC {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.yx_flexAS {
	-webkit-box-align: flex-start;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.yx_ImgContain,
.yx_ImgCover {
	position: relative;
	height: 0;
	overflow: hidden;
}

.yx_ImgContain img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.yx_ImgCover img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: all 0.6s;
}

.yx_Title {
	display: block;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yx_Summary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.yx_More {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*end*/
/*media*/
@media only screen and (max-width:1440px) {
	.yx_Width{
		width: 88% !important;
	}
	:root {
		--yx_FS72: 54px;
		--yx_FS60: 48px;
		--yx_FS54: 42px;
		--yx_FS48: 42px;
		--yx_FS45: 42px;
		--yx_FS42: 36px;
		--yx_FS38: 30px;
		--yx_FS36: 28px;
		--yx_FS30: 26px;
		--yx_FS28: 24px;
		--yx_FS24: 22px;
		--yx_FS22: 18px;
		--yx_FS18: 16px;
		--yx_FS16: 14px;
	}
}

@media only screen and (max-width:1366px) {
	.yx_Width{
		width: 88% !important;
	}
	:root {
		--yx_FS72: 42px;
		--yx_FS60: 45px;
		--yx_FS54: 36px;
		--yx_FS48: 32px;
		--yx_FS45: 32px;
		--yx_FS42: 32px;
		--yx_FS38: 28px;
		--yx_FS36: 26px;
		--yx_FS30: 24px;
		--yx_FS28: 22px;
		--yx_FS24: 20px;
		--yx_FS22: 16px;
		--yx_FS18: 16px;
		--yx_FS16: 14px;
		--yx_FS14: 12px;
	}
}

@media only screen and (min-width:1025px) {
	.yx_Width{
		width: 88% !important;
	}
	.yx_List4 {
		display: block;
		width: calc((100% - (var(--yx_FS30)*3)) / 4) !important;
		margin-right: var(--yx_FS30) !important;
		margin-bottom: var(--yx_FS30) !important;
	}

	.yx_List4:nth-child(4n) {
		margin-right: 0 !important;
	}

	.yx_List3 {
		display: block;
		width: calc((100% - (1.54rem*2)) / 3) !important;
		margin-right: 1.54rem !important;
		margin-bottom: 1.54rem !important;
	}

	.yx_List3:nth-child(3n) {
		margin-right: 0 !important;
	}

	.p_problemCategory {
		display: none;
	}
}

/*pad*/
@media only screen and (min-width:769px) and (max-width:1024px) {


	.yx_List4 {
		display: block;
		width: calc((100% - (var(--yx_FS24)*2)) / 3) !important;
		margin-right: var(--yx_FS24) !important;
		margin-bottom: var(--yx_FS24) !important;
	}

	.yx_List4:nth-child(3n) {
		margin-right: 0 !important;
	}

	.yx_List3 {
		display: block;
		width: calc((100% - (var(--yx_FS30)*2)) / 3) !important;
		margin-right: var(--yx_FS30) !important;
		margin-bottom: var(--yx_FS30) !important;
	}

	.yx_List3:nth-child(3n) {
		margin-right: 0 !important;
	}

	.p_problemCategory {
		display: none;
	}
}

/*phone*/
@media only screen and (max-width:768px) {


	.yx_PageNav_Box {
		display: none !important;
	}

	:root {
		--yx_FS72: 36px;
		--yx_FS60: 42px;
		--yx_FS54: 28px;
		--yx_FS48: 28px;
		--yx_FS45: 26px;
		--yx_FS30: 20px;
		--yx_FS42: 26px;
	}

	.yx_List3 {
		display: block;
		width: 100% !important;
		margin-right: 0px !important;
		margin-bottom: 18px !important;
	}

	.yx_List4 {
		display: block;
		width: calc((100% - 10px) / 2) !important;
		margin-right: 10px !important;
		margin-bottom: 10px !important;
	}

	.yx_List4:nth-child(2n) {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width:410px) {
	:root {
		--yx_FS72: 36px;
		--yx_FS60: 32px;
		--yx_FS54: 24px;
		--yx_FS48: 26px;
		--yx_FS42: 22px;
		--yx_FS30: 20px;
		--yx_FS24: 18px;
		--yx_FS22: 16px;
		--yx_FS18: 15px;
		--yx_FS16: 14px;
		--yx_FS14: 12px;
	}
}

/*end*/
@media only screen and (max-width:1200px) {
	.yx_NavBtn span {
		background: #333;
	}

	.yx_Header .yx_EjBtn {
	}
}

.yx_Bottom * {
	color: #999999;
	font-size: var(--yx_FS18);
}



.riifo-aboutus-bottom-swiper .swiper-wrapper{display:flex;flex-wrap: wrap;}
.riifo-aboutus-bottom-swiper .swiper-slide{flex:0 0 25%;}

.riifo-header .search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor: pointer;margin-right: 5px;}
.riifo-header .search svg path{fill:#000;}
.riifo-header .search .icon2{display: none;}
.riifo-header .search.active .icon{display: none;}
.riifo-header .search.active .icon2{display: block;}

.riifo-header:hover .search svg path{fill:#333333}
.riifo-header.scroll-down .search svg path,.riifo-header.scroll-top .search svg path{fill:#333333}

.searchrow{height: 0;border-top: 1px solid rgba(0,0,0,0);overflow: hidden;transition: all 0.5s;opacity: 0;}
.searchrow.active{border-top: 1px solid rgba(0,0,0,0.05);height: auto;opacity: 1;}
.searchcont{max-width: 640px;margin: 30px auto;width: 94%;}
.emdy{display:flex;width:100%;flex: 0 0 100%;height: 60px;overflow: hidden;}
.search{max-width:260px;}
.searchrow{display:flex;flex-wrap: wrap;}
.searchrowinput{flex: 1;HEIGHT: 60PX;}
.searchinput{border-right: none;height: 38px;border-left: 1px solid #eee;border-top: 1px solid #eee;border-bottom: 1px solid #eee;border-top-left-radius: 30px;border-bottom-left-radius: 30px;padding: 5px 25px;width: 100%;}
.searchrowsubmit{flex: 0 0 70PX;HEIGHT: 50PX;}
.searchbutton{display: flex;position: relative;overflow: hidden;justify-content: center;align-items: center;text-align: center;box-sizing: border-box;width: 70PX;padding: 0;height: 50PX;border-right: 1px solid #bca16c;border-top: 1px solid #bca16c;border-bottom: 1px solid #bca16c;border-top-left-radius: 0px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 0;border-left: none;background: #bca16c;color: #fff;}
.searchbutton input{position: absolute;width: 100%;height: 100%;z-index: 9;opacity: 0;}

.aside-top{bottom:100px;right:0}
.aside-tel{position:fixed;width:50px;bottom:148px;right:0;z-index:199}
.aside-tel a{width:38px;height:38px;display:block;text-align:center;overflow:hidden;background: #bca16c;border: 1px solid #bca16c;position:relative;line-height:38px;color:#fff;font-size:20px}
.aside-tel a *{fill:#fff !important}
.aside-tel a svg{max-width:80%;max-height:80%}
.aside-tel a:hover{background:var(--yx_CTwo);border:1px solid var(--yx_CTwo)}

.riifo-header-nav li:nth-child(8),.mobile-nav ul li:nth-child(8){/* display:none; */}
.riifo-footer-content-center-left ul:nth-child(6),.riifo-footer-content-center-left ul:nth-child(8){display:none;}