#header .childrenMenu li.ydProduct{
	background: #f5f5f5;
}

#banner {
	position: relative;
	height: 6.8rem;
	background: url(../images/yd-product/banner.png) center / cover;
}

#banner .textBox {
	margin: 0 auto;
	padding: 2.35rem 0.6rem 0 0.6rem;
	max-width: 10.8rem;
	color: #fff;
}

#banner .textBox .title {
	font-size: 0.5rem;
	font-weight: bold;
}

#banner .textBox .title span {
	display: inline-block;
	margin: 0 0.2rem;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #98BDEC;
	vertical-align: middle;
}

#banner .textBox .englishTitle {
	margin: 0.05rem 0 0.5rem 0;
	font-size: 0.24rem;
	font-weight: 300;
	opacity: 0.6;
}

#banner .textBox .text {
	font-size: 0.18rem;
	line-height: 0.32rem;
}

#banner .textBox .btn {
	margin-top: 0.2rem;
	padding: 0.1rem 0;
	width: 1.28rem;
	border-radius: 0.21rem;
	background: linear-gradient(-4deg, #f03b51, #fd566b);
	text-align: center;
	font-size: 0.16rem;
	cursor: pointer;
}

#ydApp {
	margin: 0.6rem 0;
}

#ydApp .content .img {
	padding: 0.42rem 0 0 0.5rem;
	width: 2.5rem;
	height: 0.98rem;
	background: url(../images/yd-product/app_bg.png) center / cover;
}

#ydApp .content .img .icon {
	margin-right: 0.15rem;
	width: 0.56rem;
	height: 0.56rem;
	background: url(../images/yd-product/logo.png) center / cover;
	vertical-align: middle;
}

#ydApp .content .img span {
	font-size: 0.22rem;
	color: #fff;
	vertical-align: middle;
}

#ydApp .content .textBox {
	padding: 0.26rem 0.6rem;
	width: calc(100% - 4.2rem);
	background: #fafafa;
}

#ydApp .content .textBox .title {
	font-size: 0.2rem;
}

#ydApp .content .textBox .text {
	margin: 0.1rem 0;
	font-size: 0.16rem;
	color: #666;
}

#ydApp .content .textBox .more {
	font-size: 0.16rem;
	color: #269FF8;
}

@media screen and (max-width: 990px) {
	#ydApp {
		margin: 0.3rem 0;
	}
	#ydApp .content .img {
		width: calc(100% - 0.5rem);
	}
	#ydApp .content .textBox {
		width: 100%;
		padding: 0.26rem 0 0 0;
		background: #fff;
	}
}

#function .moduleTitle {
	margin-bottom: 0.6rem;
}

#function .moduleTitle .title {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.15rem;
}

#function .moduleTitle .line {
	margin: 0 auto;
	width: 0.5rem;
	height: 0.04rem;
	background: #F64848;
}

#function .funList .wrapper {
	float: left;
	width: 50%;
}

#function .funList .wrapper .fun {
	position: relative;
	float: left;
	width: 50%;
	cursor: pointer;
}

#function .funList .wrapper .fun .line {
	display: none;
	position: absolute;
	left: 0;
	top: -0.04rem;
	width: 100%;
	height: 0.04rem;
	background: linear-gradient(90deg, #ff9053 0%, #f45266 100%);
}

#function .funList .wrapper .fun .paddingBox {
	padding: 0.4rem 0.17rem 0 0.17rem;
	height: 1.7rem;
}

#function .funList .wrapper .fun .paddingBox .icon {
	width: 0.42rem;
	height: 0.42rem;
	background-size: cover;
	background-repeat: no-repeat;
}

#function .funList .wrapper .fun .paddingBox .title {
	margin: 0.15rem 0 0.1rem 0;
	font-size: 0.18rem;
	font-weight: bold;
}

#function .funList .wrapper .fun .paddingBox .text {
	font-size: 0.14rem;
}

#function .funList .wrapper .fun.active {
	background: #FAFAFA;
}

#function .funList .wrapper .fun.active .line {
	display: block;
}

#function .funList .wrapper .fun.active .paddingBox {
	color: #F64848;
}

#function .funList .wrapper .fun.fun01 .icon {
	background-image: url(../images/yd-product/fun01_icon.png);
}

#function .funList .wrapper .fun.fun02 .icon {
	background-image: url(../images/yd-product/fun02_icon.png);
}

#function .funList .wrapper .fun.fun03 .icon {
	background-image: url(../images/yd-product/fun03_icon.png);
}

#function .funList .wrapper .fun.fun04 .icon {
	background-image: url(../images/yd-product/fun04_icon.png);
}

#function .funList .wrapper .fun.fun05 .icon {
	background-image: url(../images/yd-product/fun05_icon.png);
}

#function .funList .wrapper .fun.fun06 .icon {
	background-image: url(../images/yd-product/fun06_icon.png);
}

#function .funList .wrapper .fun.fun07 .icon {
	background-image: url(../images/yd-product/fun07_icon.png);
}

#function .funList .wrapper .fun.fun08 .icon {
	background-image: url(../images/yd-product/fun08_icon.png);
}

#function .funList .wrapper .fun.fun09 .icon {
	background-image: url(../images/yd-product/fun09_icon.png);
}

#function .funList .wrapper .fun.fun10 .icon {
	background-image: url(../images/yd-product/fun10_icon.png);
}

#function .funList .wrapper .fun.fun11 .icon {
	background-image: url(../images/yd-product/fun11_icon.png);
}

#function .funList .wrapper .fun.fun12 .icon {
	background-image: url(../images/yd-product/fun12_icon.png);
}

#function .funList .wrapper .fun.fun13 .icon {
	background-image: url(../images/yd-product/fun13_icon.png);
}

#function .funList .wrapper .fun.fun14 .icon {
	background-image: url(../images/yd-product/fun14_icon.png);
}

#function .funList .wrapper .fun.fun15 .icon {
	background-image: url(../images/yd-product/fun15_icon.png);
}

#function .funList .wrapper .fun.fun16 .icon {
	background-image: url(../images/yd-product/fun16_icon.png);
}

#function .funList .wrapper .fun.fun17 .icon {
	background-image: url(../images/yd-product/fun17_icon.png);
}

#function .funList .wrapper .fun.fun18 .icon {
	background-image: url(../images/yd-product/fun18_icon.png);
}

#function .funList .wrapper .fun.fun19 .icon {
	background-image: url(../images/yd-product/fun19_icon.png);
}

#function .funList .wrapper .fun.fun20 .icon {
	background-image: url(../images/yd-product/fun20_icon.png);
}

#function .funList .wrapper .fun.fun21 .icon {
	background-image: url(../images/yd-product/fun21_icon.png);
}

#function .funList .listBox {
	display: none;
	background: #FAFAFA;
}

#function .funList .listBox.show {
	display: block;
}

#function .funList .introduceList .introduce {
	display: none;
	padding: 0.4rem 0;
}

#function .funList .introduceList .introduce.show {
	display: block;
}

#function .funList .introduceList .introduce .describe {
	font-size: 0.18rem;
	line-height: 0.32rem;
	margin-bottom: 0.4rem;
}

#function .funList .introduceList .introduce .describe span {
	color: #F64848;
}

#function .funList .introduceList .introduce .contentBox .img {
	float: left;
	padding: 0 0.8rem 0 0.3rem;
	width: calc(60% - 1.1rem);
}

#function .funList .introduceList .introduce .contentBox .img img {
	width: 100%;
	height: auto;
}

#function .funList .introduceList .introduce .contentBox .textBox {
	float: left;
	padding-top: 0.1rem;
	width: 40%;
}

#function .funList .introduceList .introduce .contentBox .textBox li {
	margin-top: 0.4rem;
}

#function .funList .introduceList .introduce .contentBox .textBox li:first-child {
	margin-top: 0;
}

#function .funList .introduceList .introduce .contentBox .textBox li .title {
	font-size: 0.17rem;
	font-weight: 500;
	margin-bottom: 0.1rem;
}

#function .funList .introduceList .introduce .contentBox .textBox li .text {
	font-size: 0.14rem;
	color: #666;
}

@media screen and (max-width: 990px) {
	#function .funList .wrapper {
		width: 100%;
	}
	#function .funList .introduceList .introduce .contentBox .img {
		padding: 0;
		width: 100%;
	}
	#function .funList .introduceList .introduce .contentBox .textBox {
		margin-top: 0.1rem;
		width: 100%;
	}
}

#consultation {
	padding: 0.4rem 0;
	width: 100%;
	background: url(../images/yd-product/bg_service.png) center/cover;
	text-align: center;
	font-size: 0.16rem;
	color: #fff;
}
#consultation .btn {
	margin: 0 auto 0.16rem auto;
	padding: 0.11rem 0;
	width: 2.24rem;
	background: #DA3434;
	cursor: pointer;
}