.banner {
	height: 3.7rem;
	text-align: center;
	box-sizing: border-box;
	background-size: cover !important;
	position: relative;
	padding-top: .3rem;
}

.banner-index{
	height: 5.7rem;
	padding-top: 1.1rem;
}

.banner .text {
	color: #ffffff;
	font-size: .46rem;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, .5) 3px 4px 5px
}

.banner img {
	width: 3.42rem;
}

.banner .box {
	background-color: #f5f5f5;
	height: .6rem;
	position: absolute;
	bottom: -1px;
	width: 100%;
	border-radius: 1.5rem 1.5rem 0 0;
}

.index-box .item {
	color: #333333;
	width: 5.66rem;
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	border-radius: .2rem;
	margin: 0 auto;
	margin-top: .4rem;
	box-sizing: border-box;
	padding: .4rem 0rem .4rem .58rem;
	background-color: #fff;
}

.index-box .item .t {
	font-size: .3rem;
	color: #333333;
}

.index-box .item .t2 {
	color: #333333;
	font-size: .24rem;
	opacity: .5;
}

.index-box .item a {
	display: flex;
	align-items: center;
}

.index-box .item .text {
	margin-left: .3rem;
}

.index-box .item img {
	width: .81rem;
}

.footer {
	display: flex;
	height: 1.19rem;
	background-color: #fff;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	align-items: center;
}

.footer .item {
	flex: 1;
	text-align: center;
	height: 100%;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .i2 {
	display: none;
}

.footer img {
	width: .4rem;
}

.footer span {
	color: #999999;
	font-size: .24rem;
}

.footer .item.on .i2 {
	display: inline;
}

.footer .item.on .i1 {
	display: none;
}

.footer .item.on span {
	color: #0057c8;
}

.banner .box2 {
	height: .98rem;
	padding: 0 .55rem;
	box-sizing: border-box;
}

.banner .box2 .wid {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
	height: .98rem;
	border-bottom: 1px solid #ddd;
}

.banner .box a {
	color: #333333;
	font-size: .3rem;
	position: relative;
	flex: 1;
}

.banner .box a::before {
	content: "";
	position: absolute;
	width: .5rem;
	height: .03rem;
	background-color: #0057c8;
	bottom: -.28rem;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.banner .box a.active::before {
	display: inline-block;
}

.index-box2{
	margin-top: .5rem;
}

.index-box2 .item {
	color: #333333;
	width: 6.4rem;
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	border-radius: .2rem;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	margin-top: .2rem;
}

.index-box2 .item .t{
	font-size: .36rem;
	color: #0057c8;
}

.index-box2 .item .t em{
	color: #333333;
	font-size: .3rem;
	margin-left: .2rem;
}

.index-box2 .item .t2{
	color: #333333;
	font-size: .3rem;
}

.index-box2 .item .date{
	padding: .2rem .4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-box2 .item .date .left{
	color: #666666;
	font-size: .24rem;
}

.index-box2 .item .date .left span{
	color: #fe6000;
}

.index-box2 .item .date .right{
	color: #0057c8;
	font-size: .24rem;
}

.index-box2 .item .t2{
	color: #666666;
	font-size: .3rem;
	margin-top: .1rem;
}

.index-box2 .item .top{
	padding: .4rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: .2rem;
}

.index-box2 .item .icon{
	color: #fff;
	font-size: .24rem;
	background-color: #0057c8;
	width: 1.2rem;
	height: .5rem;
	text-align: center;
	line-height: .5rem;
	border-radius: 0 10px 0 10px;
	position: absolute;
	right: 0;
	top: 0;
}

body{
	padding-bottom: 1.5rem;
}

.wid{
	position: relative;
}

.wid .close{
	position: absolute;
	right: 0;
}

.wid .close img{
	width: .19rem;
}

.index-box3 .box{
	color: #333333;
	width: 6.46rem;
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
	border-radius: .2rem;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	margin-top: .5rem;
	box-sizing: border-box;
	padding: .3rem .4rem;
	position: relative;
}

.index-box3 .box .t{
	color: #0057c8;
	font-size: .36rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: .2rem;
}

.index-box3 .box .t2{
	color: #666666;
	font-size: .3rem;
	display: flex;
	justify-content: space-between;
	padding: .3rem 0;
	border-bottom: 1px solid #ddd;
}


.index-box3 .box .t2 em{
	color: #222222;
}

.index-box3 .box .tt{
	color: #666666;
	font-size: .3rem;
	padding-top: .3rem;
}

.index-box3 .box .txt .t2{
	line-height: 1.8;
	border-bottom: none;
}

.index-box3 .box .icon{
	color: #fff;
	font-size: .24rem;
	background-color: #0057c8;
	width: 1.2rem;
	height: .5rem;
	text-align: center;
	line-height: .5rem;
	border-radius: 0 10px 0 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.index-box4 .item{
	font-size: .3rem;
	width: 6.4rem;
	margin: 0 auto;
	line-height: 1rem;
	box-sizing: border-box;
	padding: 0 .35rem;
	border-radius: .1rem;
	border: 1px solid #ddd;
	background-color: #fff;
	position: relative;
	margin-top: .2rem;
}

.index-box4 .item input{
	width: 100%;
	text-align: right;
}

.index-box4 .item select{
	/* width: 100%; */
	text-align: left;
	height: 1rem;
	outline: 0;
	border: none;
	color: #666;
	background-color: #fff;
}

.index-box4 .item .title{
	position: absolute;
}

.index-box4 .item2{
	position: relative;
	display: flex;
	justify-content: space-between;
}

.index-box4 .item2 .title{
	position: relative;
}

input::placeholder{
	color: #666;
}

.index-box4 em{
	color: #ff0000;
	font-size: .3rem;
	margin-right: .1rem;
}

.index-box4 span{
	color: #222222;
	font-size: .3rem;
}

.index-box4 input{
	height: auto;
	line-height: normal;
	padding: 0;
	border-radius: 0;
	border: none;
}

.index-box4 input:focus{
	border: none;
	outline: 0;
	box-shadow:0 0 0 0px rgba(45, 140, 240, 0.2)
}

.wui-input:hover{
	border: none;
}

.wui-date-editor .icon1{
	right: 0;
	left: auto;
}

.wui-date-editor .iconfont{
	top: 17%;
	font-size: .3rem;
}

.index-box4 .item3{
	display: flex;
	justify-content: space-between;
}

.index-box4 .item3 .title{
	position: relative;
}

#date1{
	flex: 1;
}

.index-box4 .item3 input{
	height: 1rem;
	box-sizing: border-box;
	padding-right: .5rem;
	font-size: .3rem;
}

.wui-date-picker.left{
	left: -45px;
}

.wui-date.small .wui-date-picker .wui-date-picker_body{
	min-height: 300px;
}

.index-box4 .items{
	font-size: .3rem;
	width: 6.4rem;
	margin: 0 auto;
	box-sizing: border-box;
	padding: .3rem .35rem;
	border-radius: .1rem;
	border: 1px solid #ddd;
	position: relative;
	margin-top: .2rem;
}

.index-box4 .items .t{
	color: #cccccc;
	font-size: .3rem;
}

.index-box4 .items .t span{
	margin-right: .6rem;
}

.index-box4 .items .label{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .3rem;
}

.index-box4 .items .label input{
	margin-right: .1rem;
}

.index-box4 .items2{
	font-size: .3rem;
	width: 6.4rem;
	margin: 0 auto;
	box-sizing: border-box;
	padding: .3rem .35rem;
	border-radius: .1rem;
	border: 1px solid #ddd;
	position: relative;
	margin-top: .2rem;
	background-color: #fff;
	height: 3.2rem;
}

.index-box4 .items2 textarea{
	width: 100%;
	margin-top: .2rem;
	height: 1.75rem;
	overflow-y: auto;
}

.button{
	color: #ffffff;
	font-size: .3rem;
	height: .3rem;
	background-color: #0057c8;
	border-radius: .1rem;
	width: 6.46rem;
	height: 1rem;
	margin: 0 auto;
	text-align: center;
	line-height: 1rem;
	margin-top: .2rem;
}

.index-box4 .item img{
	position: absolute;
	right: .35rem;
	top: 50%;
	transform: translateY(-50%);
	width: .29rem;
}

.rylx{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}

.rylx .box{
	background-color: #fff;
	font-size: .32rem;
	bottom: 0;
	position: absolute;
	width: 100%;
	left: 0;
	border-radius: .5rem .5rem 0 0;
	padding-bottom: .5rem;
}

.rylx .box .title{
	color: #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding:.5rem;
	font-size: .4.6rem;
}

.rylx .box ul{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 .5rem;
}

.rylx .box ul li{
	width: 32%;
	margin-right: 2%;
	text-align: center;
	background-color: #eee;
	line-height: .8rem;
	font-size: .3rem;
}

.rylx .box ul li.active{
	background-color: #0057c8;
	color: #fff;
}

.rylx .box ul li:last-child{
	margin-right: 0;
}

.lfsj .box ul li{
	width: 49%;
	margin-right: 2%;
	font-size: .26rem;
	margin-bottom: .2rem;
}

.lfsj .box ul li:nth-child(2n){
	margin-right: 0;
}