/*.header {*/
	/*width: 100%;*/
	/*height: 0.96rem;*/
	/*padding: 0.28rem 0.39rem;*/
	/*background: #fff;*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*line-height: 0.38rem;*/
	/*align-items: center;*/
/*}*/

/*.header .header-left {*/
	/*width: 35%;*/
	/*display: flex;*/
	/*!* align-items: center; *!*/
/*}*/
/*.header .header-right {*/
	/*width: 35%;*/
	/*padding-top: 0.03rem;*/
/*}*/

/*.header .header-right i {*/
	/*float: right;*/
	/*margin-left: 0.32rem;*/
/*}*/

/*.header i {*/
	/*height: 0.31rem;*/
/*}*/

/*.header i img {*/
	/*height: 0.31rem;*/
	/*display: block;*/
/*}*/

/*.header a {*/
	/*height: 0.31rem;*/
	/*padding-top: 0.03rem;*/
/*}*/

/*.header a img {*/
	/*height: 0.31rem;*/
	/*display: block;*/
/*}*/
/*.header .header-divide{*/
	/*width: 1px;*/
	/*height: 0.4rem;*/
	/*background-color: #E6E6E6;*/
	/*margin-left: 0.3rem;*/
	/*margin-right: 0.3rem;*/
/*}*/
/*.header .header-channelTitle{*/
	/*font-size: 0.32rem;*/
	/*color: #333333;*/
	/*line-height: 0.4rem;*/
/*}*/
/*.header .header-contentTitle{*/
	/*font-size: 0.32rem;*/
	/*color: #333333;*/
	/*text-align: center;*/
	/*line-height: 1;*/
/*}*/
/*.my-loading{*/
	/*padding: 0.5rem 0;*/
	/*text-align: center;*/
	/*font-size: 0.24rem;*/
	/*color: #999999;*/
/*}*/
/*.my-loading .my-loading-i{*/
	/*background-image: url(../images/icon/jiazai.png);*/
	/*width: 0.24rem;*/
	/*height: 0.24rem;*/
	/*background-size:100% 100%;*/
	/*background-repeat:no-repeat;*/
	/*background-position: center center;*/
	/*display: inline-block;*/
	/*margin-right: 0.1rem;*/
	/*position: relative;*/
	/*top: 0.03rem;*/
/*}*/

/*!* 成功提示框的样式 *!*/
/*.win-tip {*/
	/*display: block;*/
	/*background:rgba(0,0,0,.7);*/
	/*color: #fff;*/
	/*padding: 0.22rem 0.47rem;*/
	/*line-height: 0.33rem;*/
	/*position: fixed;*/
	/*left: 50%;*/
	/*top: 25%;*/
	/*-webkit-transform: translate(-50%);*/
	/*transform: translate(-50%);*/
	/*border-radius: 5px;*/
	/*display: none;*/
	/*z-index: 9999;*/
	/*font-size: 0.26rem;*/
	/*text-align: center;*/
/*}*/

/*!* 失败提示框的样式 *!*/

/*.error-tip {*/
	/*display: block;*/
	/*background:rgba(227,11,32,.7);*/
	/*color: #fff;*/
	/*padding: 0.22rem 0.47rem;*/
	/*line-height: 0.33rem;*/
	/*position: fixed;*/
	/*left: 50%;*/
	/*top: 25%;*/
	/*-webkit-transform: translate(-50%);*/
	/*transform: translate(-50%);*/
	/*border-radius: 5px;*/
	/*display: none;*/
	/*z-index: 9999;*/
	/*font-size: 0.26rem;*/
	/*text-align: center;*/
/*}*/

/*!* 字体标红 *!*/
/*.highlight{*/
	/*color: #E30B20;*/
/*}*/
/*.Return>div{*/
	/*width:0.90rem;*/
	/*height:0.90rem;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*background:rgba(255,255,255,1);*/
	/*box-shadow:0px 0.02rem 0.13rem 0px rgba(18,39,104,0.1);*/
	/*border-radius:50%;*/
/*}*/
/*.Return>div:first-child{*/
	/*margin-bottom: 0.6rem;*/
/*}*/
/*.Return.home>div:first-child{*/
	/*margin-bottom: 0;*/
/*}*/
/*.Return>div a{*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
/*}*/
/*.Return.home>div{*/
	/*margin-top: 1.5rem;*/
/*}*/
/*.Return>div img{*/
	/*width: 0.32rem;*/
	/*height: 0.36rem;*/
/*}*/
/*.Return{*/
	/*position: fixed;*/
	/*right: 0.4rem;*/
	/*bottom: 10%;*/
	/*z-index: 1000;*/
/*}*/


.l-header{
	overflow: hidden;
	width: 7.5rem;
	height: 5rem;
}
.l-header .top{
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 7.5rem;
	top: 0rem;
	/*padding: 0.05rem 0;*/
	z-index: 9;
	background: #fff;
}
.l-header .logo{
	width: 6rem;
	/*height: 1.15rem;*/
}
.l-header .nav{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 0.6336rem;
	height: 0.6336rem;
	background: #167C76;
	margin-right: 0.288rem;
	border-radius: 0.6336rem;
}
.l-header .nav span{
	display: block;
	width: 0.3456rem;
	height: 0.02rem;
	background: #fff;
	margin: 0.05rem 0;
}

.l-header .swiper-container img{
	width: 7.5rem;
	height: 5rem;
}

.nav-wrapper{
	display: none;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	top: 0;
	position: fixed;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	background: rgba(22, 124, 118, 0.95);
}

.nav-wrapper .close{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 1.5rem;
}
.nav-wrapper .closeBtn{
	width: 0.63rem;
	height: 0.63rem;
	margin-right: 0.58rem;
}

.nav-wrapper .menu li img{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	top: 0.50rem;
	right: 0rem;
}
.menu li{
	position: relative;
	overflow: hidden;
	margin: 0 0.58rem;

}
.menu li .fu{
	display: flex;
	height: 1.3rem;
	align-items: center;
	border-bottom: 1px solid #fff;
}
.menu li .fu a{
	color: #fff;
	font-size: 0.43rem;
}
.menu dl{
	/*display: none;*/
}
.menu dd>a{
	display: flex;
	height: 0.8rem;
	align-items: center;
	color: #A7E2DE;
	font-size: 0.33rem;
}

body {
	font-size: 0.23rem;
	color: #1c1c1c;
}

.clear-fix:after {
	content: "";
	display: block;
	clear: both;
}
.app-container {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.border-top-1px,
.border-bottom-1px {
	position: relative;	
}
.border-top-1px:before,
.border-bottom-1px:after {
	content: '';
	position: absolute;
	left: 0;
	width: 200%;
	height: 1px;
	transform: scale(0.5);
	transform-origin: left center;
	background-color: #cfd2d2;
}
.border-top-1px:before {
	top: 0;
}
.border-bottom-1px:after {
	bottom: 0;
}