﻿@charset "utf-8";
/*初始化*/
* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	font-size: calc(100vw/7.5);
}
html, body {
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 750px;
	margin: 0 auto;

}
body {
 font: .24rem "Microsoft YaHei", Heiti SC, Helvetica, Arial, sans-serif;
	color: #666;
	background: #f5f5f5;
}
table {
	border-collapse: collapse;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.w100, .w100 img {
	width: 100%;
}
.weui-input, .weui-textarea {
	font-family: Arial;
}
.weui-cells {
	font-size: 14px;
}
.weui-label {
	width: 3rem;
}
.weui-vcode-btn, .weui-vcode-img {
	height: 40px;
}
.weui-article {
	padding: 15px 17px 25px;
	font-size: 15px;
	line-height: 1.8;
}
.weui-article td {
	padding: 3px;
	word-break: break-all;
}
.weui-article td p {
	margin-bottom: 0;
}
.weui-loadmore {
	width: 98%;
}
.page-load-status {
	display: none; /* hidden by default */
	text-align: center;
	color: #999;
}
.page-load-status {
	position: relative;
	overflow: hidden;
}
.clearfix:before, .clearfix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
}
.weui-tabbar__icon>i, i.weui-tabbar__icon {
	color: #515457;
}
.weui-tabbar__label {
	color: #515457;
}
/*自动隐藏文字*/
.hx-ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hx-ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.hx-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-direction-column {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}/* 设置弹性布局的方向，子元素按照在源文档中声明的顺序从上到下显示 */
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}/* 子元素自动占据剩余的空间 */
.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}/* 水平布局下的子元素 水平居中 */
.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
} /* 水平布局下的子元素 垂直居中 */
.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
} /* 水平布局下的子元素 2端对齐 */
.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/************************************************/
/** 头部 **/
.hx-header {
	position: relative;
	padding: 3px 0;
	box-sizing: border-box;
	background-color: #000
}
.hx-header .hx-header-title {
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff
}
.hx-header-title-area, .hx-header .hx-header-title {
	margin: 0 88px;
	height: 40px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.hx-header .hx-header-title>span {
	display: inline-block
}
.hx-header .hx-header-left, .hx-header .hx-header-right {
	position: absolute;
	top: 14px;
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #ccc
}
.hx-header .hx-header-left a, .hx-header .hx-header-left button, .hx-header .hx-header-right a, .hx-header .hx-header-right button {
	float: left;
	margin-right: 8px;
	color: #ccc
}
.hx-header .hx-header-left a:active, .hx-header .hx-header-left button:active, .hx-header .hx-header-right a:active, .hx-header .hx-header-right button:active {
	opacity: .5
}
.hx-header .hx-header-left {
	left: 18px
}
.hx-header .hx-header-left .hx-header-back {
	padding-left: 16px
}
.hx-header .hx-header-right {
	right: 15px
}
.hx-header .hx-header-right a, .hx-header .hx-header-right button {
	margin-left: 8px;
	margin-right: 0
}
/************************************************/
/** 底部 **/
.footer .copy {
	color: #999;
	text-align: center;
	padding: 10px 0 50px 0;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	background: #eaeaea
}
.footer .copy span, .footer .copy a {
	color: #999;
}
.footer .copy a:active {
	color: #e8a651;
}
.footer .weui-tabbar {
	position: fixed;
	z-index: 99;
	left: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.footer .weui-tabbar__item {
	padding: 7px 0 0;
}
.footer .weui-tabbar__icon {
	width: 22px;
	height: 23px;
	line-height: 22px;
}
.footer .weui-tabbar__item .weui-tabbar__icon i {
	font-size: 22px;
}
.footer .weui-tabbar__label {
	height: 20px;
	line-height: 16px;
	font-size: 12px;
}

.weui-tabbar__item.weui-bar__item--on {
	background-color: #e8a651;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__icon i {
	color: #fff;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
	color: #fff;
}
.weui-tabbar__item:active {
	background-color: #ccc;
}
.weui-tabbar__item:active .weui-tabbar__icon i {
	color: #333;
}
.weui-tabbar__item:active .weui-tabbar__label {
	color: #333;
}
/************************************************/
/** 页面菜单 **/
.weui-popup__container, .weui-popup__overlay {
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 999;
}
.weui-popup__modal {
	z-index: 1000;
}
.hx-menulist .panel-heading {
	padding: 10px 0 0 10px;
	height: 58px;
	position: relative;
}
.hx-menulist .panel-heading h3 {
	font-size: 20px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
}
.hx-menulist .close-nav {
	position: absolute;
	height: 32px;
	width: 32px;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 32px;
	text-align: center;
}
.hx-menulist .close-nav .hx-icon-close {
	font-size: 20px;
	color: #000;
}
.hx-menulist .panel-navlist {
	background-color: #f2f2f2;
}
.hx-menulist .panel-navlist>li {
	width: 99%;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #fff;
}
.hx-menulist .panel-navlist>li>a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.hx-menulist .panel-navlist>li>a:hover, .hx-menulist .panel-navlist>li>a:active {
	color: #fff;
	background: #333;
}
.popup-left .weui-popup__modal {
	width: 250px;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate3d(-250px, 0, 0);
	transform: translate3d(-250px, 0, 0);
	left: 0;
}
.popup-left .hx-menulist .panel-navlist>li {
	width: 100%;
}
.popup-left .hx-menulist .panel-navlist>li>a {
	display: block;
	position: relative;
	padding-left: 10px;
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.popup-left .hx-menulist .panel-navlist>li>a:after {
	content: "\e740";
	display: inline-block;
	position: absolute;
	right: 10px;
	font-family: "PengIconFont" !important;
	opacity: .5;
}
.popup-right .weui-popup__modal {
	width: 250px;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
	right: 0;
}
.popup-right.weui-popup__container--visible .weui-popup__modal, .popup-left.weui-popup__container--visible .weui-popup__modal {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.popup-search .weui-popup__overlay {
	background-color: #222;
}
.popup-search .weui-popup__modal {
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	overflow: hidden;
}
.popup-search .searchlist {
	margin-top: -30px;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	height: 48px;
}
.popup-search .searchbtn {
	display: block;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #777;
	text-align: center;
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.popup-search .searchtxt {
	margin: 0;
	padding: 0 5px;
	padding-right: 85px;
	font-size: 16px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #555;
	background: none;
	border: 0;
	border-bottom: 1px solid #515151;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.popup-search .close {
	position: absolute;
	right: 20px;
	top: 20px;
}
.popup-search .hx-icon-close {
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
/************************************************/
/** 首页 **/
.hx_loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}
.hx_loading .hx_loadarea {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -20px;
	text-align: center;
}
.hx_loading .weui-loading {
	margin: auto;
	width: 40px;
	height: 40px;
	font-size: 55px;
}
.banner {
	width: 100%;
}
.banner .swiper-slide img {
	width: 100%;
	vertical-align: middle;
}


@font-face {font-family: "BodoniStd-Regular";
src: url("fonts/42868b251910a64a30274bdd83d1f58f.eot"); /* IE9*/
src: url("fonts/42868b251910a64a30274bdd83d1f58f.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("fonts/42868b251910a64a30274bdd83d1f58f.woff2") format("woff2"), /* chrome、firefox */
url("fonts/42868b251910a64a30274bdd83d1f58f.woff") format("woff"), /* chrome、firefox */
url("fonts/42868b251910a64a30274bdd83d1f58f.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("fonts/42868b251910a64a30274bdd83d1f58f.svg#BodoniStd-Regular") format("svg"); /* iOS 4.1- */
}.fontBodoniStd{font-family:"BodoniStd-Regular" !important;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale; color:#000;}