.layout {
	width:7.5rem;
	overflow:hidden;
	position:relative;
	min-height:100vh;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background:#f7f8f9;
	margin:0 auto;
	padding-bottom: 1rem;
}
.banner img {
	width:100%;
	display:block;
}
.hd {
	background:#fff;
	padding:0.22rem 0.22rem;
}
.search {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.search .txt {
	width:calc(100% - 1.68rem);
	background:#f7f8f9;
	border-radius:0.5rem;
	height:0.6rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0.28rem;
	font-size:0.24rem;
	color:#333;
	border: none;
}
.search .txt::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color:    #999; }

.search .txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:    #999; }

.search .txt::-moz-placeholder { /* Mozilla Firefox 19+ */   color:    #999; }

.search .txt:-ms-input-placeholder { /* Internet Explorer 10-11 */   color:    #999; }
.search .btn {
	width:1.48rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0.5rem;
	background:url(../images/icon1.png) no-repeat left 0.3rem center/0.22rem auto #d23f2a;
	padding-left:0.35rem;
	font-size:0.26rem;
	color:#fff;
	border:none;
	line-height:0.6rem;
}
.utab {
	display:flex;
	justify-content:space-between;
	padding:0.1rem 0;
	border-bottom:0.01rem solid #ebebeb;
}
.utab:last-child {
	border:none;
	padding-bottom:0;
}
.utab p {
	font-size:0.24rem;
	color:#666666;
	line-height:0.56rem;
}
.utab dl {
	flex:1;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	height: 0.56rem;
	overflow: hidden;
}
.utab.on dl{
	height: auto;
}
.utab dd {
	font-size:0.24rem;
	color:#212121;
	line-height:0.56rem;
	padding:0 0.25rem;
}
.utab dd.on {
	opacity:0.4;
}
.utab dd:nth-last-child(2) {
	/* margin-right:1.3rem; */
}
.utab dd.zk {
	background:url(../images/icon2.png) no-repeat right center/0.16rem auto #fff;
	padding-right:0.25rem;
	font-size:0.2rem;
	color:#999999;
	position:absolute;
	right:0;
	opacity:1;
	bottom:0;
}
.utab dd.zk.on {
	background:url(../images/icon3.png) no-repeat right center/0.16rem auto #fff;
	color:#d23f2a;
}
.utab.active dd:nth-last-child(2) {
	margin:0;
}
.bd {
	padding:0.02rem 0.25rem;
}
.bd .flex {
	display:flex;
	justify-content:space-between;
	padding:0.25rem 0;
}
.bd .flex p {
	font-size:0.2rem;
	color:#999999;
	line-height:0.32rem;
}
.bd .flex dl {
	display:flex;
	flex-wrap:wrap;
	flex:1;
	height:0.32rem;
	overflow:hidden;
}
.bd .flex dl.on {
	height:auto;
}
.bd .flex dd {
	font-size:0.2rem;
	color:#333333;
	display:flex;
	align-items:center;
	height:0.34rem;
	border-radius:0.4rem;
	background:#fff;
	padding:0 0.15rem;
	margin:0 0.08rem 0.08rem 0;
}
.bd .flex dd i {
	margin-left:0.12rem;
	display:block;
	width:0.12rem;
	height: 0.34rem;
	background: url(../images/close.png) no-repeat center/100% auto;
}
.bd .flex h6 {
	font-size:0.2rem;
	line-height:0.32rem;
	color:#d23f2a;
}
.plist ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.plist li {
	width:calc((100% - 0.2rem)/2);
	background:#fff;
	border-radius:0.2rem;
	text-align:center;
	margin-bottom:0.2rem;
	overflow: hidden;
}
.plist li img {
	display:block;
	width:100%;
	height:2.8rem;
	object-fit:cover;
}
.plist li h5 {
	font-size:0.24rem;
	color:#212121;
	line-height:1.7;
}
.plist li p {
	font-size:0.2rem;
	color:#212121;
	line-height:1.7;
}
.plist li .text {
	padding:0.25rem 0;
}
.cmore {
	text-align:center;
	padding:0.3rem 0.1rem;
	font-size:0.2rem;
	color:#999999;
	line-height:1.6;
}
.copyright {
	text-align:center;
	background:#d23f2a;
	padding:0.2rem 0.1rem;
	position: fixed;
	left: 0;right: 0;
	bottom: 0;
}
.copyright a {
	font-size:0.23rem;
	color:#fff;
	line-height:1.6;
	margin:0 0.2rem;
	display:inline-block;
}
.mask {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:99;
	background:rgba(0,0,0,0.9);
	width:7.5rem;
	margin:0 auto;
	display: none;
}
.flecent{
	align-items:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0.75rem 0.75rem 1rem;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	height: 100%;
}
.mask .logo img {
	height:0.65rem;
	display:block;
}
.mask .close {
	width:0.8rem;
	height:0.8rem;
	background:url(../images/close2.png) no-repeat center/0.36rem auto;
	position:absolute;
	right:0;
	top:0.2rem;
}
.mask .pic {
	max-height:calc(100% - 2rem);
}
.mask .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
}
.mask p {
	font-size:0.3rem;
	color:#fff;
	line-height:1.6;
	padding-bottom:0.3rem;
}
