body, html, div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, ul, li dl, dt, dd, p, a, form, input,span,button{
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	outline: 0;
	font-family: "PingFang SC", "Microsoft YaHei";/*"Source Han Sans CN", */
	font-size: 16px; 
	font-style: normal; 
    vertical-align:baseline;
    background:transparent;
	-webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
:focus {
	outline: 1;
}
.wrap{
	width:1120px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	overflow: hidden;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}

nav ul {list-style:none;}

.clear{ clear:both}

.container::after,
.clearFix::after{
    display: block;
    content: '';
    clear: both;
}
ul,li{
	list-style:none;
}
img {
	object-fit: cover;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.flex{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.block {
	display: block;
}
.capital {
	text-transform: uppercase;
}
.single-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.multiline-text {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.thumb img {
	display: block;
	max-width: 100%;
}

.header {
	width: 100%;
	height: 55px;
	background: #FFFFFF;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}
.logo {
	height: 30px;
}
.logo img {
	display: block;
	height: 100%;
	margin-left: 15px;
}
.header .opare {
	margin-right: 15px;
}
.header .opare span {
	font-size: 24px;
	margin-left: 32px;
	color: #000000;
}
.header .opare .dropdown span {
	font-size: 22px;
}
.navBar-menu {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 55px);
	z-index: 8;
	background: url(../images/dropdown.jpg) no-repeat center bottom #FFFFFF;
	background-size: 100%;
}
.navBar-menu ul li {
	padding: 0 16px;
}
.navBar-menu ul li a {
	display: block;
	padding: 16px 0;
	border-bottom: 1px #EEEEEE solid;
	font-family: 'PingFang SC';
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	position: relative;
}
.navBar-menu ul li a.current::after {
	display: block;
	content: '';
	width: 70px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #A32015;
}

.footer {
	padding: 13px 0;
	border-top: 1px #EEEEEE solid;
}
.footer .bot-logo {
	width: 38%;
	margin-right: 8px;
	/*flex: 1.3;*/
}
.footer .bot-logo img {
	display: block;
	width: 100%;
}
.footer .copyright {
	/*flex: 2;*/
	width: calc(62% - 8px);
	font-size: 13px;
	line-height: 17px;
	color: #6C6C6C;
}
@supports (bottom: env(safe-area-inset-bottom)) {
    .footer {
        padding-bottom: calc(13px + env(safe-area-inset-bottom));
    }
}

.subBanner {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.subBanner .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.subBanner .page-title {
	margin-left: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #533F24;
}
.subBanner img {
	width: 100%;
	display: block;
}

.page-body {
    background-size: 100% auto;
    min-height: 300px;
    padding-bottom: 15px;
}
.dataMore {
	font-size: 12px;
	line-height: 17px;
	color: #888888;
	text-align: center;
}

.loginWrap {
	display: none;
	padding: 0 10px;
}
.loginWrap .layui-input-block {
	margin-left: 10px;
	margin-right: 10px;
}
.loginWrap .layui-input-block.btnGroup {
	text-align: center;
}
.loginWrap button {
	background: #A32015;
}
.layui-form-radio:hover *,
.layui-form-radioed>i,
.layui-form-radioed {
	color: #A32015;
}