@charset "utf-8";
/* CSS Document */
/* 2025.1.10 */

body{
	font-family: 'HarmonyOS_Sans_SC_Regular';
	/* max-width: 640px; */
	margin: auto;
	background: #fff;
	position: relative;
	/*所以未经调整的浏览器都符合:1em=16px。
	 * 那么12px=0.75em,10px=0.625em。
	 * 为了简化font-size的换算，需要在css中的body选择器中声明Font-size=62.5%，
	 * 这就使em值变为16px*62.5%=10px,这样12px=1.2em,10px=1em,
	 * 也就是说只需要将你的原来的px数值除以10，然后换上em作为单位就行了。*/
	/*1em 是12px 1rem 是16px*/
	/*高100px，就是1rem*/
	/*overflow: hidden;*/
	display: block;
}

/*鸿蒙字体*/
@font-face {font-family: 'HarmonyOS_Sans_SC_Regular';
src: url('../fonts/Harmony/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}
@font-face {font-family: 'HarmonyOS_Sans_SC_Bold';
src: url('../fonts/Harmony/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}

.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;clear: both; height:0px;}
.clear {clear: both;}

a{
	text-decoration: none;
}



.img-r{
	display: block;
	max-width: 100%;
    height: auto; 
}
img{
	display: inline-block;
	max-width: 100%;
	height: auto;

}
.xiang-box img {
    height: auto !important;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.pos{
	position: relative;
	
}
.box{
	position: relative;
	overflow: hidden;
}
p{
	line-height: 26px;
	font-size: 16px;
}

ul{
	padding-left: 0px;
}
ul li{
	list-style: none;
}

/*index*/
.top{
	padding:0 20px;
	background: url(../../images/intopbg.jpg) no-repeat center center;
	background-size: cover;
}
.bg-img-0 {
	padding: 0 20px;
	background: url(../../images/intopbg.jpg) no-repeat top center;
	background-size: contain;
    height: 100vh;
}
.logo{
	padding-top: 20px;
	
}
.logo a{
	display: inline-block;
	width: 90%;
}
.logo img{
	/*max-width: 86%;*/
}
.in-ban{
	/*padding: 0 20px;*/
	margin-top: 2rem;
	/*margin-bottom: 1rem;*/
}
.in-ban a img{
	border-radius:10px;
}

.top-link{
	padding: 0 20px;
	margin-top:1.5rem;
}

	.top-link ul {
		/*display: flex;*/
        padding-left: 0;
	}
.top-link ul li{
	float: left;
	width: 20%;
	text-align: center;
}
.top-link ul li a{
	text-decoration: none;
	display: block;
	text-align: center;
}
.top-link ul li a img{
	text-decoration: none;
	display: inline-block;
	max-width: 60%;
}
	.top-link ul li a span {
		color: #333;
		font-size: .9rem;
		display: block;
		margin-top: 10px;
	}
/**/
.speak-con {
	margin: 1.5rem 0 1rem;
}
.speak-con a{
	display: block;
	text-decoration: none;
	background: url(../../images/huabg.jpg) no-repeat center center;
	border-radius: 10px;
	background-size: cover;
    /* margin-right: 15px; */
}
.speak-con a .speak-pp{
	padding: 25px;
}
	.speak-con a p {
		color: #524546;
		font-size: 0.9rem;
		line-height: 30px;
		position: relative;
		word-break: break-all;
	}
		.speak-con a p span {
			display: -webkit-box; /* 使用 Flexbox 展示 */
			-webkit-box-orient: vertical; /* 设置为垂直方向 */
			-webkit-line-clamp: 5; /* 限制为5行 */
			overflow: hidden; /* 隐藏超出部分 */
			text-overflow: ellipsis;
			text-align: left;
		}
.speak-con a p i.i1{
	position: absolute;
	left: -15px;
	top: -15px;
}
.speak-con a p i img{
	width: 40%;
}
.speak-con a p i.i2{
	position: absolute;
	right: -35px;
	bottom: -10px;
}
.speak-con a span{
	display: block;
	color: #524546;
font-size: 0.9rem;
text-align: right;
}

/**/
.hot-active {
    transition: margin-top 0.5s ease; /* 添加过渡效果 */
	margin-bottom: 1.2rem;
}
.hot-active .new-top{
	padding: 0 20px;
	
}
.hot-con{
	margin-top: 1rem;
}
	.hot-con a {
		display: block;
		text-decoration: none;
		background: #fdf8f5;
		border-radius: 10px;
        margin-right: 0;
	}
	.hot-con .hot-li2 a {
        /* margin-right: 15px; */
	}
.hot-con a .hot-img img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.hot-con a .hot-img span{
	color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	background: rgba(0,0,0,0.56);
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 10px;
	line-height: 23px;
}
	.hot-con a .hot-tt {
		padding: 10px 8px;
        flex: 1;
	}
	.hot-con .hot-li2 a .hot-tt {
        padding-left: 20px;
	}
	.hot-con a .hot-tt h4 {
		color: #333;
		font-size: 0.9rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 3em; /* 2 lines height */
		line-height: 1.5em; /* line height */
		margin-bottom: 3px;
    }
	.hot-con a .hot-tt p {
		color: #ac1736;
		margin: 0;
		line-height: 21px;
		font-size: 0.8rem;
	}
.hot-con a .hot-tt p img{
	width: 13%;
	vertical-align:-5px;
	padding-right: 5px;
	
}


/**/
.juan{
	
}
.new-top{
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
}
.new-top .new-tit{
	font-size:1.1rem;
	
}
	.new-top a {
		font-size: 0.9rem;
		color: #bbb;
        text-decoration: auto;
	}

.juan-con{
	margin-top: 1rem;
}
.juan-con .juan-li{
	background: #fdf8f5;
	margin-bottom: 25px;
	border-radius: 10px;
	padding: 10px;
}
.juan-con .juan-li a{
	display: block;
	text-decoration: none;
	display: flex;
}
	.juan-con .juan-li a .j-img {
		width: 39%;
        margin-top: 4px;
	}
.juan-con .juan-li a .j-img img{
	border-radius: 10px;
}
.juan-con .juan-li a  .j-text{
	width: 60%;
	padding-left: 5%;
	padding-top: 10px;
}
.juan-con .juan-li a  .j-text h4{
	font-size: 1rem;
	color: #333;
/*	border-bottom:1px solid #fadfcf;*/
	padding-bottom: 10px;
	position:relative;
	margin-bottom:0;
}
/*.juan-con .juan-li a  .j-text h4 i{
	position: absolute;
	left: 10px;
	bottom: -1px;
	width: 30px;
	height: 1px;
	background: #ac1736;
}*/
.juan-con .juan-li a  .j-text .zhichi{
	position: relative;
	padding-top: 1rem;
}
.juan-con .juan-li a  .j-text .zhichi i{
	font-style: normal;
	color: #999;
	font-size:0.8rem;
}
.juan-con .juan-li a  .j-text .zhichi span{
	background: #e24a69;
    line-height: 32px;
    border-radius: 8px;
    color: #fff;
   display: inline-block;
    padding: 0 0 0 10px;
    font-size: 0.8rem;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.juan-con .juan-li a  .j-text .zhichi span img{
	width: 30%;
}


.box1{
	background: #fef2f2;
}




.top1{
	background:#e0f2f2 url(../../images/topbg.jpg) no-repeat center bottom;
	padding: 0 20px;
	padding-bottom: 5.6rem;
	background-size: cover;
	min-height: 200px;
}
.top-pp{
	
	text-align: left;
	padding-top: 10%;
}
.top-pp h4{
	color: #fff;font-size: 1.1rem;
	margin-bottom: 1rem;
}
.top-pp p{
	color: #fff;
	font-size: 0.9rem;
}
.top-pp a{
	text-decoration: none;
	display: block;
	color: #fff;font-size: 0.9rem;
}
.wc-content {
	padding-bottom: 4.5rem;
	/* padding-left: 1.2rem; */
	/* padding-right: 1.2rem; */
}
.wc-content1{
	padding: 0 20px;
	padding-bottom: 6rem;
}

/*列表1*/
.tree-ul{
	margin-top: -60px;
}
.tree-ul .tree-li{
	background: #fff;
border-radius: 10px;
margin-bottom: 25px;

}
.tree-ul .tree-li .tree-li-img{
	
}
.tree-ul .tree-li .tree-li-img img{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.tree-ul .tree-li .tree-li-img i{
	display: inline-block;
	color: #fff;
	font-style: normal;
	background:rgba(185,47,15,0.75);
	line-height:26px;
	padding: 0 15px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	position: absolute;
	left:10px;
	top: 10px;
	font-size: 0.8rem;
}
	.tree-ul .tree-li .tree-li-img span {
        background: #e24a69;
        line-height: 33px;
        border-radius: 8px;
        display: block;
        color: #fff;
        position: absolute;
        right: 10px;
        bottom: 12px;
        padding: 6px 13px 6px 10px;
        font-size: 0.9rem;
	}
.tree-ul .tree-li .tree-li-img  span img{
	padding-right: 5px;
	width: 40%;
	vertical-align: -6px;
	display: inline-block;
}
/*.tree-ul .tree-li .tree-li-img  span strong{
	font-weight: normal;
}*/
.tree-ul .tree-li .tree-li-pp{
	padding: 15px 15px;
} 
.tree-ul .tree-li .tree-li-pp h4{
	font-size: 1.1rem;
	margin-bottom:0.8rem;
} 
.tree-ul .tree-li .tree-li-pp .jine{
	
}
.tree-ul .tree-li .tree-li-pp .jine p{
	font-size: 0.9rem;
	color: #999;
	margin: 0;
}
.tree-ul .tree-li .tree-li-pp .jine p span{
	color: #eb1a22;
}
.tree-ul .tree-li .tree-li-pp .wan{
	display:flex;
	margin: 3px 0;
}
.tree-ul .tree-li .tree-li-pp .wan img{
	width: 70%;
}
.tree-ul .tree-li .tree-li-pp .wan span{
	color: #eb1a22;
	text-align: right;
	width: 30%;
	font-size: 0.8rem;
}


/**/

/*juanzeng*/
html{
	height: 100%;
}
.tree{
	height: 100%;
	
}
.tree-con{
	background: url(../../images/greenbg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 100%;
	padding: 0 20px;
	padding-top: 3.2rem;
}

.daoyu{
	
}
.daoyu h4{
	margin-bottom: 0;
}
.daoyu p{
	color: #3ea9c4;
	
}

.juan-button{
	position: absolute;
	left: 0px;
	bottom: 3rem;
	width: 100%;
	text-align: center;
	
}
.juan-button button{
	border-radius:8px;
	color: #fff;
	line-height: 50px;
	border: none;
  background: linear-gradient(to bottom, #f28d27 0%, #fc664d 100%);
font-size:1.1rem;
margin: 0 10px;
padding: 0 20px;
box-shadow: 1px 3px 8px 1px rgba(0,0,0,0.2);
}
.juan-button button.butblue{
	background: linear-gradient(to bottom, #64dcd2 0%, #219dfe 100%);
}


/*jiangli*/
.jiang-top{
	background: #fef4f4;
	padding: 20px 20px 0;
}
.jiang-search{
	background:#fff url(../../images/searc1.png) no-repeat right center;
	width: 100%;
	height: 40px;
	background-size: contain;

	border-radius: 20px;
	/*padding: 20px 0;*/
	margin: 10px 0 20px;
	
}
.jiang-search .inp-text{
	background: none;
	border: none;
	width:92%;
padding-left: 16px;
	line-height: 40px;
	
}
.jiang-search input.inp-text{
	padding: 0;
	color: #000;
}
.jiang-search .inp-but{
	background: none;
	border: none;
	height: 40px;
	cursor: pointer;
	width:8%;
	
}

.j-link{
	
}
.j-link ul{
	width: 100%;
	display: table;
	overflow: hidden;
	
}
.j-link ul li{
	/*display: table-cell;*/
	float: left;
	width: 25%;
	text-align: center;
}
.j-link ul li a{
	text-decoration: none;
	display: block;
	padding: 12px 5px 6px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.j-link ul li a img{
	width: 40%;
}
.j-link ul li a span{
	color: #000;
	display: block;
	margin-top: 6px;
	font-size: 0.8rem;
}
.j-link ul li:hover a,.j-link ul li.active a{
	background: #fff;
}


.jbg1{
	/*background: #f4f5fa;*/
	/*padding-top: 1rem;*/
	padding: 0;
}
.jbg1 .juan-li{
	margin-bottom: 0;
	border-bottom:15px solid #f4f5fa;
	background: #fff;
	padding: 20px;
	border-radius: 0;
}



/*xiangqing*/
.tree-ul2{
	margin-top: 0;
}
.tree-ul2 .tree-li .tree-li-pp{
	border-top:15px solid #f4f5fa;
}
.tree-ul2 .tree-li{
	margin-bottom: 0;
}


.tree-ul2 .tree-li-pp i{
	position: absolute;
	right: 10px;
	top: 10px;
	background: #ef5a5a;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
	font-style: normal;
	padding: 0 5px;
	line-height: 23px;
}
.tree-ul2 .tree-li .tree-li-pp .wan span{
	text-align: left;
	padding-left: 10px;
}


.xiang-link{
	background: #f4f5fa;
	padding: 2px 20px 0px;
}

.xiang-link ul{
	width: 100%;
	display: table;
	overflow: hidden;
	
}
	.xiang-link ul li {
		/*display: table-cell;*/
        text-align: center;
        flex: 1;
		text-align: center;
	}
.xiang-link ul li a{
	text-decoration: none;
	display: block;
	padding: 12px 5px 0px;

}
	.xiang-link ul li a img {
		width: 42px;
	}
.xiang-link ul li a span{
	color: #000;
	display: block;
	margin-top: 6px;
	font-size: 0.9rem;
	padding-bottom: 5px;
	padding: 0 5px 5px;
}
.xiang-link ul li:hover a span,.xiang-link ul li.active a span{
	border-bottom:2px solid #df1a22;
	
}

.xiang-box{
	padding: 20px;
}
.xiang-box .x-title{
	margin-bottom: 20px;
margin-top:10px;
}
.xiang-box .x-title h5{
	font-weight: bold;
	color: #000;
	font-size:1.2rem ;
}

.x-pone{
	margin-bottom: 20px;
}
.x-pone p{
	margin-bottom: 0;
}
.x-pone span{
	font-weight: bold;
	display: block;
	position: relative;
	border-bottom:1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}
.x-pone span i{
	display: block;
	width: 40px;
	height: 1px;
	background: #f33b3d;
	position: absolute;
	left: 20px;
	bottom: -1px;
}
.x-pone .x-ptt{
	margin: 15px 0;
}

/*mulu*/
.mu-li{
	background: #fcf5f3;
	margin-bottom:20px;
	display: flex;
	
	padding: 10px;
}
.mu-li .mu-left{
	width: 21%;display: flex;
    /*padding: 15px 0;*/
    justify-content: center;
    align-items: center;
}
.mu-li .mu-left img{
	border-radius: 100%;
	max-width: 60px;
}
	.mu-li .mu-right {
		width: 79%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding-left: 10px;
	}
.mu-li .mu-right h5{
	font-size: 1rem;
	margin-bottom: 0;
	display: block;
	width: 100%;
}
.mu-li .mu-right p{
	color: #b7a19a;
	margin-bottom: 0;
	font-size: 0.8rem;
}
.mu-li .mu-right p span{
	color: #333;
}
.mu-li .mu-right p strong{
	font-weight: normal;
	color: #e61a22;
}

/*xiangqing2*/
.xiang-tpp{
	padding:20px 20px 15px;
	border-bottom:10px solid #f4f5fa;
	
	
}
.xiang-tpp h4{
	font-size: 1.1rem;
	line-height: 28px;
	font-weight: bold;
}
.xiang-tpp p{
	color: #ac1736;
	font-size:0.8rem;
	margin-bottom: 0;
}
.xiang-tpp p img{
	max-width: 7%;
	vertical-align: -4px;
}
.xiang-tpp p img{
	padding-right: 8px;
}
.xiang-tpp p span{
	padding-right: 20px;
}

.xiang-ii{
	background: #fae8e8;
	height: 25px;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	margin-bottom:10px;
}
.xiang-ii span{
	color: #fff;
	background: #d42525;
	font-size: 0.8rem;
	padding:0 10px;
	line-height: 25px;
	display: inline-block;
	border-top-left-radius:15px;
	border-bottom-right-radius:12px;
}

/*jiang-zhan*/
.jiang-zhan{
	display: flex;
	padding-bottom:10px;

    justify-content: space-between;
    align-items: flex-end;
}
.jiang-tit{
	font-size: 1.0rem;
	
}
.jiang-icon {
	text-align: right;
}
.jiang-icon i{
	padding: 0 5px;
}
.jiang-icon i img{
	max-width: 20%;
}

.huodong{
	padding: 0 20px;
}
.huodong .hot-li{
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
.huodong .hot-li:nth-child(odd){
	
	margin-right:4%;
}


.hot-li2{
	margin-bottom: 20px;
}
	.hot-li2 a {
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
        background: #fdf8f5;
		border-radius: 10px;
	}
		.hot-li2 a .hot-img {
			width: 45%;
            flex: 1;
		}
.hot-li2 a .hot-img img{
	border-radius:10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}





/*person*/

.person-con{
	background: url(../../images/getop.jpg) no-repeat center top;
	background-size: contain;
	min-height: 200px;
	
}
.person-top{
min-height: 150px;	
}
.person-top i{
	color: #fff;
	font-style: normal;
	position: absolute;
	right: 0px;
	top: 40%;
	background: #df3939;
	line-height: 30px;
	padding: 0 12px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	
}

.person-per{
	display: flex;
	padding-top: 40px;
	padding-left: 20px;
	align-items:center;
}
.person-per img{
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.person-per span{
	display: block;
	padding-left: 15px;
	font-size: 1.1rem;
}


.per-ul{
	margin-top: 16px;
	background: #fef6f7;
}
.per-ul ul{
	
}
.per-ul ul li{
	border-top:10px solid #fef6f7;
	padding: 10px 20px;
	background: #fff;
	position: relative;
}
.per-ul ul li:last-child{
	border-bottom:10px solid #fef6f7;
}
	.per-ul ul li img {
		max-width: 14%;
		padding-right: 12px;
        max-width: 42px;
	}
.per-ul ul li a{
	color: #333;
	font-size:1rem;
	text-decoration: none;
	display: block;
}
	.per-ul ul li i {
		position: absolute;
		right: 20px;
        top: 25%;
	}
	.per-ul ul li i img {
        padding-right: 0;
        height: 13px;
        max-width: 14px;
	}

.tuichu{
	text-align: center;
	padding: 0 20px;
	padding-top: 30px;
	background: #fff;
}
.tuichu a{
	display: block;
	color: #fff;
	background: #ac1736;
	text-align: center;
	line-height: 50px;
}


/*person-form*/
.person-form{
	margin-top: 16px;
	background: #fef6f7;
}
.person-form form.form-one{
	
}
	.person-form form.form-one .form-group {
		display: flex;
		background: #fff;
		border-top: 10px solid #fef6f7;
		padding: 13px 20px;
		margin-bottom: 0;
		align-items: center;
	}
.person-form form.form-one .form-group label{
	padding: 0;
	font-size: 0.9rem;
	margin: 0;
	color: #333;
	text-align: left;
}
.person-form form.form-one .form-group input{
	background: none;
	border: none;
	padding: 0;font-size: 0.9rem;
	text-align: right;color: #333;
}

.person-form form.form-one .disabled span,
.person-form form.form-one .disabled input{
	/* opacity: 0.5; */
}
.person-form form.form-one .form-group i{
	position: absolute;
	right: -10px;
	top: 38%;
	color: #bbb;
}


/**/
/**/
.ztree-con{
	
}
.ztree-top{
	padding: 20px 20px 10px;
}
.ztree-top h4{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0;
}


 form.form-tree .form-group{

	background: #fff;
	border-top:10px solid #fef6f7;
	padding: 10px 20px;
	margin-bottom: 0;
			display: flex;
	align-items: center;
}
 form.form-tree .form-group select{
 	width: 100%;
 	border: none;font-size: 0.9rem;
 	padding: 0;
 	margin: 0;
 }
 form.form-tree .form-group .se-right{
 	padding-right: 0;
 }

 form.form-tree .form-group1{
	display: block;
}
 form.form-tree .form-group label{
	padding: 0;
	font-size: 0.9rem;
	margin: 0;
	color: #333;
	text-align: left;
}
 form.form-tree .form-group span{
	padding: 0;
	font-size: 0.9rem;
	margin: 0;
	color: #333;

}
 form.form-tree .form-group .ge-xue{
	padding: 0;
	font-size: 0.9rem;
	margin: 0;
	color: #333;
	display: block;
	margin-bottom: 10px;
	margin-top: 6px;
}
 form.form-tree .form-group textarea {
    width: 100%;
    min-height: 150px;border:1px solid #bbb;
    resize: none;
    font-size: 0.9rem;
    padding: 10px;
}

 form.form-tree .form-group i{
	position: absolute;
	right: 0px;
	top: 30%;
	color: #bbb;
}

 form.form-tree .form-group input{
	background: none;
	border: none;
	padding: 0;font-size: 0.9rem;
	text-align: right;color: #333;
	height: 26px;
	padding-right: 18px;
}
.ztree-form{
	padding-bottom: 2rem;
	
}


.que-button{
	text-align: center;
    padding: 0 20px;
    padding-top: 20px;
    background: #fff;
}
.que-button button{
	display: block;
    color: #fff;
    width: 100%;
    background: #ac1736;
    text-align: center;
    line-height: 50px;
    border: none;
}














footer{
	/*padding: 5px 15px;*/
	padding:5px 0  1px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	/*left: 0;*/
	border-top:1px solid #ddd;
	background: #fff;
	max-width: 640px;
	margin: auto;
	z-index: 5;
	min-height:4.5rem;
}
.foot-ul{
	
}
.foot-ul ul{
	width: 100%;
	display: table;margin: 5px 0;
}
.foot-ul ul li{
   	display: table-cell;
   	text-align: center;
}
.foot-ul ul li a{
   	text-decoration: none;
   	display: block;
   	position: relative;
}
.foot-ul ul li a img{
	display: inline-block;
	width: 25%;
}
.foot-ul ul li a img.img1{
display: inline-block;
}
.foot-ul ul li a img.img2{
display: none;
}
.foot-ul ul li a:hover img.img1,.foot-ul ul li a.active img.img1{
	display: none;
}
.foot-ul ul li a:hover img.img2,.foot-ul ul li a.active img.img2{
	display: inline-block;
}
.foot-ul ul li a  i{
	position: absolute;
	right: 0px;
	top: -10px;
	
}
.foot-ul ul li a  i img{
	width: 50%;
	display: inline;
}
.foot-ul ul li a span{
   	color: #999;
   	display: block;
   	font-size: 0.8rem;
   	margin-top: 0.3rem;
}
.foot-ul ul li a:hover span,.foot-ul ul li a.active span{
	color: #ac1736;
}




/*.wc-copyEnd*/
/**/

/*分屏幕处理，适用各手机*/


/*苹果x*/
@media only screen and ( min-width:374px) and ( max-width:836px ){
	
	
	
}


/*苹果plus*/
@media only screen and ( min-width:414px) and ( max-width:536px ){
	
	
	
}


/*苹果5*/
@media only screen and ( min-width:320px) and ( max-width:370px ){

	
	
	
	
	
}





.progress2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #ebedf3;
    border-radius: .42rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress2-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6993ff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}
.progress2-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress2-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}


.page-body {
	background: url(../../images/login/beijing.png) no-repeat top center;
	background-size: cover;
	height: 100vh;
	overflow-y: auto;
    padding-bottom: 50px;
}
.van-picker-column__wrapper {
    padding-left: 0;
}
/* /* 内容展示 !1! */
/* .info-show { */
/*     font-size: 16px; */
/*     margin-bottom: 4px; */
/* } */
/* */
/* .info-show-header { */
/*     display: flex; */
/*     justify-content: space-between; */
/* } */
/* */
/* .info-show-title { */
/*     font-weight: 600; */
/*     margin-bottom: 6px; */
/*     border-bottom: 3px solid; */
/*     padding-right: 23px; */
/* } */
/* */
/* .info-show-title i { */
/*     padding-right: 5px; */
/* } */
/* */
/* .info-show-body { */
/*     border-left: 1px dashed #bcddff; */
/*     margin-left: 7px; */
/*     padding: 7px 0 7px 13px; */
/* } */
/* */
/* .info-show-header.text-danger + .info-show-body { */
/*     border-left: 1px dashed #f99aa3; */
/* } */
/* */
/* .info-show-header.text-info + .info-show-body { */
/*     border-left: 1px dashed #bc9bfd; */
/* } */
/* */
/* .info-show-header.text-warning + .info-show-body { */
/*     border-left: 1px dashed #ffcc66; */
/* } */
/* */
/* .info-show-header.text-success + .info-show-body { */
/*     border-left: 1px dashed #47e6de; */
/* } */
/* */
/* .info-show-div { */
/*     display: flex; */
/*     margin-bottom: 7px; */
/*     /*border-bottom: 1px dashed #e6e6e6; */
/*             padding-bottom: 8px;*/ */
/* } */
/* */
/* .info-show-name { */
/*     flex-basis: 69px; */
/*     color: #454545; */
/*     text-align: justify; */
/*     text-align-last: justify; */
/* } */
/* */
/* .info-show-symbol { */
/*     flex-basis: 13px; */
/*     padding-left: 2px; */
/* } */
/* */
/* .info-show-value { */
/*     flex: 1; */
/*     color: #111111; */
/*     word-break: break-all; */
/* } */
/* */
/* .info-show-state { */
/*     position: relative; */
/* } */
/* */
/* .info-show-888 { */
/*     color: #888; */
/*     font-size: 1rem; */
/* } */
/* /* end 内容展示 !1! */