body {
	background: #E6E6E6;
}

.uiwu-box {
	max-width: 1440px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box {
		width: 100%;
		padding: 0 30px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box {
		width: 100%;
		padding: 0 0.4rem;
	}
}

.uiwu-box-swiper1-item1 {
	width: 100%;
	height: 642px;
	background: url("../image/ifunia/home_banner.png") no-repeat 0 0;
	background-size: cover;
	padding-left: 79px;
	padding-top: 188px;
	border-radius: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-swiper1-item1 {
		background: url("../image/ifunia/home_banner_ipad.png") no-repeat -30px 0;
		padding-left: 0;
		padding-top: 60px;
		border-radius: 0;
		background-size: cover;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-swiper1-item1 {
		height: 12.51rem;
		background: url("../image/ifunia/home_banner_ios.png") no-repeat 0 0;
		padding-left: 0.61rem;
		padding-top: 0.93rem;
		background-size: 100% 100%;
		border-radius: 0;
	}
}

.uiwu-box-swiper1-item1 p {
	font-size: 38px;
	font-weight: bold;
	color: #F5F5F5;
	line-height: 58px;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-swiper1-item1 p {
		text-align: center;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-swiper1-item1 p {
		font-size: 0.75rem;
		line-height: 0.91rem;
		margin-bottom: 0.36rem;
	}
}

.uiwu-box-swiper1-item1 span {
	display: block;
	font-size: 24px;
	max-width: 480px;
	font-weight: 400;
	color: #F6F6F6;
	line-height: 34px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-swiper1-item1 span {
		text-align: center;
		display: block;
		padding: 0 98px;
		max-width: 100%;
		font-size: .3rem;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-swiper1-item1 span {
		font-size: 12px;
		line-height: 0.56rem;
		max-width: 100%;
		padding-right: 0.67rem;
	}
}

.uiwu-box-hgroup {
	text-align: center;
	margin-top: 100px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-hgroup {
		margin-top: 1.6rem;
	}
}

.uiwu-box-hgroup h4 {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	line-height: 42px;
	margin-bottom: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-hgroup h4 {
		font-size: 0.64rem;
		line-height: 0.75rem;
		padding: 0 1.07rem;
	}
}

.uiwu-box-hgroup p {
	max-width: 740px;
	margin: auto;
	color: #666;
	font-size: 17px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-hgroup p {
		margin-top: 15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-hgroup p {
		font-size: 12px;
		line-height: 0.56rem;
	}
}

.uiwu-box-menu {
	margin-top: 40px;
	flex-wrap: wrap;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
	.uiwu-box-menu {
		flex-wrap: wrap;
	}
}

.uiwu-box-menu-item {
	min-height: 643px;
	background: #D4D9DC;
	border-radius: 30px;
	max-width: 451px;
	text-align: center;
	padding: 45px 0 34px 0;
}

@media screen and (min-width: 1025px) and (max-width: 1379px) {
	.uiwu-box-menu-item {
		width: calc(100% / 3 - 12px);
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-menu-item {
		width: calc(100% / 2 - 15px);
		margin-bottom: 18px;
		padding-bottom: 30px;
	}

	.uiwu-box-menu-item:last-child {
		margin-bottom: 0;
	}

	.uiwu-box-menu-item span {
		padding: 0 35px !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu-item {
		width: 100%;
		margin-bottom: 0.51rem;
		padding-top: 0.89rem;
		min-height: auto;
		padding-bottom: 0.6rem;
		border-radius: 0.4rem;
	}

	.uiwu-box-menu-item:last-child {
		margin-bottom: 0;
	}
}

.uiwu-box-menu-item p {
	font-size: 22px;
	font-weight: bold;
	color: #010101;
	line-height: 32px;
	margin-bottom: 10px;
	margin-top: 30px;
}

@media screen and (min-width: 1025px) and (max-width: 1379px) {
	.uiwu-box-menu-item p {
		font-size: 24px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu-item p {
		font-size: 0.53rem;
		line-height: 0.68rem;
		margin-top: 0.67rem;
	}
}

.uiwu-box-menu-item span {
	font-size: 17px;
	font-weight: 500;
	color: #666;
	line-height: 26px;
	display: block;
	padding: 0 40px;
}

@media screen and (min-width: 1025px) and (max-width: 1379px) {
	.uiwu-box-menu-item span {
		padding: 0 20px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu-item span {
		font-size: 12px;
		line-height: 0.56rem;
		padding: 0 0.52rem;
	}
}

.uiwu-box-menu-item .btn {
	padding: 28px 69px 40px;
}

@media screen and (min-width: 1025px) and (max-width: 1379px) {
	.uiwu-box-menu-item .btn {
		padding: 28px 49px 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-menu-item .btn {
		padding: 28px 21px 29px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu-item .btn {
		padding: 0.61rem 1.24rem 0.8rem;
	}
}

.uiwu-box-menu-item .btn a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	border-radius: 10px;
	height: 46px;
}

.uiwu-box-menu-item .btn a:nth-child(1) {
	width: 100%;
	background: #0045FF;
	color: #FFFFFF;
}

.uiwu-box-menu-item .btn a:nth-child(1):hover {
	content: "";
	background: #1a58ff;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu-item .btn a:nth-child(1) {
		width: 3.41rem;
		height: 0.99rem;
		font-size: 0.35rem;
	}
}

.uiwu-box-menu-item .btn a:nth-child(2) {
	width: 100%;
	border: 2px solid #7F8085;
	color: #7F8085;
	margin-left: 5%;
}

.uiwu-box-menu-item .btn a:nth-child(2):hover {
	border-color: #0045FF;
	color: #0045FF;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu-item .btn a:nth-child(2) {
		width: 3.41rem;
		border: 0.03rem solid #7F8085;
		height: 0.99rem;
		font-size: 0.35rem;
	}
}

.uiwu-box-menu-item img {
	margin: 0 auto;
}

.uiwu-box-menu-item .last-img {
	width: 324px;
	height: 211px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-menu-item .last-img {
		width: 6.91rem;
	}
}

.uiwu-box-reviews {
	margin-top: 40px;
}

.uiwu-box-reviews img {
	display: none;
}

@media screen and (min-width: 1025px) {
	.uiwu-box-reviews img {
		max-width: 1399px;
		width: 100%;
	}
}

.uiwu-box-reviews img.pc {
	display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.uiwu-box-reviews img {
		display: none;
		width: 100%;
	}

	.uiwu-box-reviews img.pc {
		display: none;
	}

	.uiwu-box-reviews img.ipad {
		display: block;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-reviews img {
		display: none;
	}

	.uiwu-box-reviews img.pc {
		display: none;
	}

	.uiwu-box-reviews img.ios {
		display: block;
		width: 100%;
	}
}

.uiwu-box-choose {
	margin-top: 60px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-choose {
		flex-wrap: wrap;
		margin-top: 1rem;
	}
}

.uiwu-box-choose-item {
	flex: 1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-choose-item {
		width: 100%;
		flex: none;
		margin-bottom: .8rem;
	}

	.uiwu-box-choose-item:last-child {
		margin-bottom: 0;
	}
}

.uiwu-box-choose-item p {
	font-size: 50px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 35px;
	margin-bottom: 14px;
}

.uiwu-box-choose-item p.red {
	color: #EB4A74;
}

.uiwu-box-choose-item p.purple {
	color: #A229F6;
}

.uiwu-box-choose-item p.blue {
	color: #2971F6;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-choose-item p {
		font-size: 1.07rem;
		margin-top: 0.56rem;
		margin-bottom: 0.29rem;
	}
}

.uiwu-box-choose-item span {
	font-size: 20px;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
}



.article {
	margin-top: 53px;
}

.article .article-box-info a{
	font-size: 16px;
	color:#000000;
}

.article .article-list-box{
	margin-bottom:30px;
	max-height: 50px;
}
.article .article-list-box a{
	font-size: 16px;
	color:#000000;
}

.article .article-box-info a:hover{
	color:#0a8ce5;
}
.article .article-list-box a:hover{
	color:#0a8ce5;
}

.article_link_button {
	width: 165px;
	height: 46px;
	border: 2px solid #7F8085;
	border-radius: 10px;
	font-size: 16px;
	/*font-family: SF Pro Text;*/
	font-weight: 500;
	color: #7F8085;
	line-height: 46px;
	text-align: center;
}
.article_link_button:hover{
	color: rgb(0, 69, 255);
	border: 2px solid rgb(0, 69, 255);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.uiwu-box-choose-item span {
		font-size: 0.43rem;
	}
	.article_link_button {
		width: 100%;
		height: 46px;
		border: 2px solid #7F8085;
		border-radius: 10px;
		font-size: 16px;
		/*font-family: SF Pro Text;*/
		font-weight: 500;
		color: #7F8085;
		line-height: 46px;
		text-align: center;
	}

	.article .article-list-box{
		max-height: none;
		margin-bottom: 0px;
	}

	.article .article-box-info a {
		font-size: 12px;
		color: #000000;
	}

	.article .article-list-box a {
		font-size: 12px;
		color: #000000;
	}
}
.article-box {
	display: flex;
	margin-right: 50px;
	flex-direction: column;
}



.article-box .article-tip {
	font-size: 17px;
	/*font-family: SF Pro Text;*/
	font-weight: 400;
	color: #666666;
}

.article-box {
	width: 651px;
	background: #D4D9DC;
	border-radius: 30px;
}

.article-box-right {
	max-width: 680px;
}

.article-box img {
	width: 651px;
	height: 390px;
	background: #D4D9DC;

	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.article-box .article-box-info {
	padding: 30px;
}

.article-box .article-box-info p:nth-child(1) {


	font-size: 14px;
	/*font-family: SF Pro Text;*/
	font-weight: 300;
	color: #ACACAC;
	margin-bottom: 10px;

}

.article-box .article-box-info p:nth-child(2) { 
	font-size: 18px;
	/*font-family: SF Pro Text;*/
	font-weight: 100;
	color: #000000;
	cursor: pointer;
}
.article-box .article-box-info p:nth-child(2):hover {  
	color: #000;
	font-weight: 400;
}
.article-list {
	display: flex;
}

.article-list-box p:nth-child(1) {
	font-size: 14px;
	/*font-family: SF Pro Text;*/
	font-weight: 300;
	color: #ACACAC;

}

.article-list-box p:nth-child(2) { 
	font-size: 18px;
	/*font-family: SF Pro Text;*/
	font-weight: 100;
	color: #010101;
	margin-bottom: 30px;
	cursor: pointer;
}
.article-list-box p:nth-child(2):hover {  
	 color: #000;
	 font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {

	.article-list-box p:nth-child(2) {
	margin-bottom: 20px;
	line-height: 15px;
}

	.article {
		margin-top: 0;
	}

	.article .article-box {
		width: 9.173333rem;
		margin-top: 0.533333rem;
		background: #D4D9DC;
		border-radius: 0.4rem;
		margin-bottom: 0.4rem;
	}

	.article .article-box img {
		width: 9.173333rem;
		height: 4rem;
		background: #D4D9DC;

		border-top-left-radius: 0.4rem;
		border-top-right-radius: 0.4rem;
	}

	.article .article-box-info {
		padding: 0.693333rem;
	}

	.article .article-box-info .a {
		font-size: 18px;
	}

	.article .article-box .article-box-info p:nth-child(1) {
		margin-bottom: 0.1rem;
		font-size: 0.293333rem;
		/*font-family: SF Pro Text;*/
		font-weight: 300;
		color: #ACACAC;

	}

	.article .article-box .article-box-info p:nth-child(2) {
		width: 300px;
		font-size: 18px;
		line-height: 15px;
		/*font-family: SF Pro Text;*/
		font-weight: 100;
		color: #000000;

	}

	.article-list-box p:nth-child(1) {
	font-size: 12px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.article-box {
		flex-direction: row;
	}

	.article .article-box {
		width: 100%;
		height: 240px;
		background: #D4D9DC;
		border-radius: 30px;
		margin-bottom: 30px;
		margin-right: 0px;
	}

	.article .article-box img {
		width: 388px;
		height: 240px;
		background: #D4D9DC;
		border-top-right-radius: 0;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}

	.article .article-box-info {
		padding-top: 72px;
		padding-bottom: 72px;
		padding-left: 30px;
		padding-right: 41px;
	}

	.article .article-box .article-box-info p:nth-child(1) {
		width: 150px;
		height: 13px;
		font-size: 14px;
		/*font-family: SF Pro Text;*/
		font-weight: 300;
		color: #ACACAC;
		margin-bottom: 12px;

	}

	.article .article-box .article-box-info p:nth-child(2) {
		width: 247px;
		height: 70px;
		font-size: 18px;
		/*font-family: SF Pro Text;*/
		font-weight: 100;
		color: #000000;

	}
	.article_title{
		font-size: 18px;
		color:#000000;
	}
}