.header-carousel{
	width: 100%;
/* 	background: url("../image/familyAppreciation/banner-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto; */
}
.bingoCloud-introduce{
	font-size: 0;
	padding: 0 .3rem 1.1rem;
/* 	display: flex;
	justify-content: space-between; */
}
.bingoCloud-introduce > div:first-child{
	font-size: .24rem;
}
.bingoCloud-introduce > div:first-child > h2{
	font-size: .9rem;
	color: #333333;
	padding: 0;
	margin: .3rem 0 .4rem 0;
	text-align: center;
}
.bingoCloud-introduce > div:first-child > p{
	color: #888888;
	padding: 0;
	margin: 0;
	text-align: center;
}
.bingoCloud-introduce > div:last-child{
	/* width: 1.9rem; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .6rem;
}
.bingoCloud-introduce > div:last-child > img{
	width: 3.66rem;
}
/* 标题 */
.bingoCloud-title{
	text-align: center;
	font-size: .4rem;
	color: #1d80ed;
	font-weight: bold;
	margin-bottom: .4rem;
}
.bingoCloud-title > span{
	display: inline-block;
}
.bingoCloud-title > span:first-child, .bingoCloud-title > span:last-child{
	width: .15rem;
	height: .15rem;
	background-color: #1d80ed;
	vertical-align: middle;
}
.bingoCloud-title > span:nth-child(2){
	margin: 0 .3rem;
}
/* end */
.content{
	padding: .15rem .3rem .7rem;
}
.cont {
	font-size: 0;
}
.cont > ul > a{
	box-sizing: border-box;
	width: 6.9rem;
	display: inline-block;
	padding: .4rem .3rem;
	font-size: .24rem;
	margin-bottom: .3rem;
}
.cont > ul > a:last-child{
	margin-bottom: 0;
}
.cont > ul > a > li{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	min-height: 2.3rem;
}
.cont > ul > a > li .cont-title{
	display: flex;
	align-items: center;
	font-size: .28rem;
	font-weight: bold;
	color: #333;
	width: 100%;
}
.cont > ul > a > li .cont-title img{
	width: .76rem;
	/* height: .55rem; */
	margin-right: .2rem;
}
.cont > ul > a > li  .cont-describe{
	font-size: .24rem;
	color: #888888;
	min-height: .64rem;
	padding: .4rem 0 .2rem;
}
.cont > ul > a > li .cont-order-btn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .26rem;
	color: #2182ee;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
	padding-top: .3rem;
}
.cont > ul > a > li .cont-order-btn span{
	display: inline-block;
	margin-left: .2rem;
	font-size: .28rem;
}
/* 产品样式 */
 .bingoCloud-order-introduce{
 	font-size: 0;
 	padding: 0 .3rem .3rem;
 }
 .bingoCloud-order-introduce > div:first-child{
 	font-size: .24rem;
 }
 .bingoCloud-order-introduce > div:first-child > h2{
 	font-size: .3rem;
	font-weight: bold;
 	color: #333333;
 	padding: 0;
 	margin: .6rem 0 .3rem 0;
	position: relative;
	padding-left: .3rem;
 }
 .bingoCloud-order-introduce > div:first-child > h2::after{
	content: '';
	display: inline-block;
	width: .08rem;
	height: .2rem;
	background-color: #1d80ed;
	border-radius: .3rem;
	position: absolute;
	left: 0;
	top: .1rem;
 }
 .bingoCloud-order-introduce > div:first-child > p{
 	color: #333;
 	padding: 0;
 	margin: 0;
	line-height: 160%;
	text-indent: .4rem
 }
.bingoCloud-order-conent{
	padding: 0 .3rem;
}
 .bingoCloud-order-apply{
	font-size: 0;
 }
.bingoCloud-order-apply > ul > li{
	display: inline-block;
	width: 3.3rem; 
	margin-right: .2rem;
	margin-bottom: .2rem;
	background-color: #fff;
	font-size: .24rem;
	color: #333;
	border-radius: .2rem;
	box-sizing: border-box;
	text-align: center;
	padding: .45rem 0;
	box-shadow: 0 .02rem .05rem #e6e6e6;
}
.bingoCloud-order-apply > ul > li:nth-child(2n+0){
	margin-right: 0;
}
.bingoCloud-order-apply > ul > li > img{
	width: .85rem;
	margin-bottom: .2rem;
}
.bingoCloud-order-apply > ul > li > span{
	display: inline-block;
	width: 100%;
	font-size: .26rem;
	font-weight: bold;
	color: #333333;
}
.bingoCloud-order-apply > ul > li > span:last-child{
	font-size: .24rem;
	color: #555555;
	margin-top: .2rem;
}
.bingoCloud-order-function{
	font-size: 0;
}
.bingoCloud-order-function > h2{
	font-size: .32rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: .5rem 0;
}
.bingoCloud-order-function .item1 > ul > li{
	display: flex;
	width: 100%; 
	margin-right: .2rem;
	margin-bottom: .2rem;
	background-color: #fff;
	font-size: .24rem;
	color: #333;
	border-radius: .2rem;
	box-sizing: border-box;
	text-align: center;
	padding: .45rem 0;
	box-shadow: 0 .02rem .05rem #e6e6e6;
}
.bingoCloud-order-function .item1 > ul > li > div:first-child{
	width: 1.7rem;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bingoCloud-order-function .item1 > ul > li > div:first-child > img{
	width: .93rem;
}
.bingoCloud-order-function .item1 > ul > li > div:last-child{
	
}
.bingoCloud-order-function .item1 > ul > li > div:last-child > h4{
	text-align: left;
	font-size: .26rem;
	font-weight: bold;
}
.bingoCloud-order-function .item1 > ul > li > div:last-child > p{
	text-align: left;
	font-size: .24rem;
	color: #555555;
	margin-top: .2rem;
}
.bingoCloud-order-function .item2{
	background-color: #fff;
	padding: .3rem;
	border-radius: .2rem;
	margin-bottom: .3rem;
}
.bingoCloud-order-function .item2 > ul > li{
	margin-bottom: .55rem;
}
.bingoCloud-order-function .item2 > ul > li > div:first-child{
	text-align: center;
}
.bingoCloud-order-function .item2 > ul > li > div:first-child > img{
	width: 6.3rem;
}
.bingoCloud-order-function .item2 > ul > li > div:last-child{}
.bingoCloud-order-function .item2 > ul > li > div:last-child > h4{
	text-align: left;
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	margin-top: .5rem;
	margin-bottom: .3rem;
}
.bingoCloud-order-function .item2 > ul > li > div:last-child > p{
	text-align: left;
	font-size: .26rem;
	color: #333;
	line-height: 160%;
}
/* 底部 */
.double-btn{
	box-sizing: border-box;
	height: 1rem;
	line-height: 1rem;
	background-color: #0972e7;
	width: 100%;
	font-size: .28rem;
	color: #fff;
	font-weight: bold;
	padding: 0 .3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
}
.double-both{
	width: 100%;
	font-size: 0;
	height: 1rem;
}
.double-btn > a{
	display: inline-block;
	width: 1.6rem;
	font-size: 0.28rem;
	height: .7rem;
	line-height: .7rem;
	color: #0972e7;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	border-radius: .18rem;
}
/* end */
