a,
article,
aside,
b,
body,
button,
dd,
dl,
dt,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
input,
li,
nav,
p,
section,
select,
span,
textarea,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: normal;
	text-decoration: none;
	border: none;
	font-family: Microsoft Yahei, sans-serif;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased
}

a:focus,
article:focus,
aside:focus,
b:focus,
body:focus,
button:focus,
dd:focus,
dl:focus,
dt:focus,
figcaption:focus,
figure:focus,
footer:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
header:focus,
i:focus,
input:focus,
li:focus,
nav:focus,
p:focus,
section:focus,
select:focus,
span:focus,
textarea:focus,
ul:focus {
	outline: none
}

input[type=button],
input[type=number],
input[type=reset],
input[type=search],
input[type=submit],
input[type=text] {
	outline: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

textarea {
	-webkit-appearance: none
}

body,
html {
	height: 100%;
	width: 100%
}

body {
	background-color: #f4f5fa;
	height: auto !important;
	display: inline-block
}


.uniform_info {
	padding: 15px 0;
	margin-bottom: 85px;
}



.uniform_info .love_title {
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	color: #999;
	padding: 0 20px;
}


.uniform_info .footer_log {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px auto 5px;
}

.uniform_info .footer_log img {
	height: 18px;
}

.uniform_info .footer_log .left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	text-align: right;
}

.uniform_info .footer_log .middle {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
}

.uniform_info .footer_log .right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	text-align: left;
}


.footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-top: 1px solid #EAECEE;
}

.footer .switch_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	background-color: #fff;
	height: 55px;
}

.footer .switch_item .item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	padding: 5px 0;
	text-align: center;
}

.footer .switch_item .item img {
	width: 25px;
	height: 25px;
}

.footer .switch_item .item img.active {
	width: 59px;
	height: 49.5px;
}

.footer .switch_item .item h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	color: #999;
}

.footer .switch_item .item h3.active {
	color: #ED2424;
}

.footer .switch_item .item.active {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	position: relative;
	bottom: 13px;
}
.wdlf_base_textCenter{
	text-align: center!important;
}


/* 分页 */
.homepage, .endpage{
	display: none;
}
.wdlf_page{
	border-radius: 4px;
    color: #7B7B7B;
    font-size: 12px;
    line-height: 17px;
    margin: 0 auto;
    padding: 5px;
    margin-top: 25px;
    text-align: center;
}
.wdlf_page .pageinfo{
	border-radius: 4px;
	color: #7B7B7B;
	font-size: 12px;
	line-height: 17px;
	background-color: #ffffff;
	width: 100px;
	padding: 5px;
	margin-top: 25px;
	margin: 0 2px;
}
.prepage,.nopage,.nextpage, .curpage{
	border-radius: 4px;
    color: #7B7B7B;
    font-size: 12px;
    line-height: 17px;
    background-color:#ffffff;
    width: 100px;
    padding: 5px;
    margin-top: 25px;
	margin: 0 2px;
}
.curpage{
	color:  #d60101!important;
}
.listpage{
	display: none;
}
