html {
	font-size: 20px;
}

body {
	max-width: 750px;
	margin: 0 auto !important;
	background-color: #FFFFFF;
	width: 100%;
}

@media only screen and (min-width: 400px) {
	html {
		font-size: 21.33333333px !important;
	}
}

@media only screen and (min-width: 414px) {
	html {
		font-size: 22.08px !important;
	}
}

@media only screen and (min-width: 480px) {
	html {
		font-size: 25.6px !important;
	}
}

.success {
	background-color: #07c160;
}

.warning {
	background-color: #FF6600;
}

#main {
	width: 100%;
	overflow: hidden;
	min-height: 100vh;
	max-width: 750px;
}

.nodata,
.layui-flow-more {
	margin: 2rem auto;
	text-align: center;
	color: #AAAAAA;
	font-size: 0.7rem;
}
.weui-form-preview{
    font-size: .75rem;
}
.footer {
	height: 2.6rem;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
form,
p,
ul,
input {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	max-width: 100%;
}

li {
	padding: 0px;
	margin: 0px;
	line-height: 180%;
	list-style-type: none;
}

a {
	color: #363636;
}

a:visited {
	color: #363636;
}

:focus {
	outline: 0
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.font_gray {
	color: #999 !important;
}

.font_white {
	color: #FFF !important;
}

.font_gray6 {
	color: #666666 !important;
}

.font_blue {
	color: #0081ff !important;
}

.font_green {
	color: #61AF00 !important;
}

.font_red_light {
	color: #FF2222 !important;
}

.font_red {
	color: #CC3300 !important;
}

.font_yellow {
	color: #FF6600 !important;
}

.font_orange {
	color: #FF9900 !important;
}

.font_333 {
	color: #333 !important;
}

.font_cyan{
	color: #576b95 !important;
}
.font_gold{
	color: #FFE3B8 !important;
}
.font_coffee{
	color: #482D03 !important;
}
.hidden {
	display: none;
}

.block {
	display: block;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: normal !important;
}

.circle {
	border-radius: 50%;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.small {
	font-size: .7rem !important;
}
.smaller {
	font-size: .6rem !important;
}
.big {
	font-size: 1.2rem;
}
.utmost{
	font-size: 2rem;
}
.full {
	width: 100%;
	height: 100%;
}

.bgw {
	background-color: #FFFFFF;
}

.bgf {
	background-color: #F5F5F5;
}

.bgy {
	background-color: #F7B824;
}

.bgo {
	background-color: #FF5722;
}

.bgb {
	background-color: #0081ff !important;
}

.bgb-r {
	background: linear-gradient(to right, #018bfd, #61c5ff) !important;
}

.bgc {
	background-color: #2F4056;
}
.bgv{
	background-color: #d1ab31 !important;
}
.bgh {
	background-color: #393D49;
}

.bgg {
	background-color: #29AB91 !important;
}

.bgnone {
	background-color: rgba(0, 0, 0, 0) !important;
}

.bgn {
	background-color: #efeff4;
}

.bg-half {
	background-color: rgba(0, 0, 0, 0.2);
}
.bg-gold {
	background-color: #ffe5be !important;
}
.bgz {
	background-color: #66C;
}

.bgr {
	background-color: #d81e06 !important;
}
.bgp {
	background-color: #fe6060 !important;
}
.text-shadow{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.top-line{
	border-top: 1px solid #F2F2F2;
}
.padding {
	padding: 1rem;
}

.padding-xs {
	padding: 0.5rem;
}

.padding-xl {
	padding: 2rem;
}

.padding-tb {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.padding-tb-xs {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.padding-tb-xl {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.padding-lr {
	padding-left: 1rem;
	padding-right: 1rem;
}

.padding-lr-xs {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.padding-lr-xl {
	padding-left: 2rem;
	padding-right: 2rem;
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.margin-top-none,
.mt0 {
	margin-top: 0;
}

.margin {
	margin: 1rem;
}

.margin-xs {
	margin: 0.5rem;
}

.margin-xl {
	margin: 2rem;
}

.margin-tb {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.margin-tb-xs {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.margin-tb-xl {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.margin-lr {
	margin-left: 1rem;
	margin-right: 1rem;
}

.margin-lr-xs {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.margin-r-xs {
	margin-right: 0.5rem;
}

.margin-l-xs {
	margin-left: 0.5rem;
}

.margin-lr-xl {
	margin-left: 2rem;
	margin-right: 2rem;
}

.flex6 {
	flex: 0 0 18%;
}
.heard-img {
	background-image: url("../../../images/bg_round.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: repeat-y;
	position: relative;
	height: 8rem;
	padding-bottom: 1.5rem;
}
.heard-img .avatar{
	width: 25%;
	height: 4rem;
	display: block;
	float: left;
}
.heard-img .avatar img {
	width: 100%;
	border-radius: 50%;
	padding: 1rem;
	box-sizing: border-box;
}
.heard-img h4 {
	font-weight: normal;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 75%;
	padding: 1rem 0;
	position: relative;
}
.heard-img h5{
	width: 100%;
	height: 3.5rem;
	float: left;
	text-align: center;
	line-height: 3.5rem;
	font-weight: normal;
	position: absolute;
	bottom: 1.5rem;
}
.heard-img h5 i{
	width: 100%;
	text-align: center;
	line-height: 3.5rem;
	font-size: 2rem;
}
.heard-img h4 a, .heard-img h5 a{
	font-size: 2rem;
}
.topnav {
	height: 2.2rem;
	line-height: 1.8rem;
	border: solid #e5e5e5;
	border-width: 1px 0 0 0;
	overflow-x: scroll;
}

.topnav a {
	color: #363636;
}

.topnav a.active,
.topnav a:active {
	color: #0081ff;
	border-bottom: 2px solid #0081ff;
}

.top-select {
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	position: relative;
	z-index: 999;
}

.top-select span {
	position: relative;
	display: block;
	width: 100%;
}

.top-select .weui-flex__item {
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.top-select .weui-flex__item .down {
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -3px;
	border-width: 6px;
	border-top-color: rgba(0, 0, 0, .3);
}

.top-select .show .down {
	border-style: dashed dashed solid;
	border-color: transparent transparent #CCC;
	margin-top: -9px;
}

.top-select .weui-flex__item ul {
	position: absolute;
	top: 2.2rem;
	left: 0;
	text-align: left;
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	background-color: #FAFAFA;
}

.top-select .weui-flex__item ul li {
	flex: 0 0 33.3%;
}

.top-select .weui-flex__item ul a {
	line-height: 2rem;
	display: block;
	width: 100%;
	text-align: center;
}

.top-select .weui-flex__item ul a.active {
	color: #0081FF;
}

.top-select .show {
	background-color: #FAFAFA;
	border-bottom: 1px solid #FAFAFA;
}

.top-select .weui-flex__item:first-child {
	border-left: none;
}

.top-select .show ul {
	display: flex;
	flex-flow: row wrap;
	padding: 0.5rem 0;
}

.flex5 {
	flex: 0 0 20%;
}

.flex4 {
	flex: 0 0 25%;
}

.flex3 {
	flex: 0 0 33.3%;
}

.flex2 {
	flex: 0 0 50%;
}

.oxa {
	overflow-x: auto;
}

.flex-row {
	flex-flow: row wrap
}

.line-div {
	height: 0.5rem;
}

.line {
	height: 1px;
}

.weui_navbar {
	z-index: 10;
}

.weui-popup-overlay,
.weui-popup-container {
	z-index: 1000;
}

.weui-mask {
	z-index: 1000;
}

/*底部导航*/
.bar-tab,
.foot-bar {
	background-color: #FFFFFF;
	color: #666666;
	position: fixed;
	bottom: 0;
	z-index: 9;
	width: 100%;
	height: 2.6rem;
	padding: 0;
	table-layout: fixed;
	max-width: 750px;
	text-align: center;
}

.bar-tab:before,
.foot-bar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 100%;
	background-color: #e7e7e7;
	display: block;
	z-index: 15;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.bar-tab .tab-item.active,
.bar-tab .tab-item:active {
	_color: #d81e06;
	color: #482D03;
}

.bar-tab .tab-item .icoimg {
	height: 1rem;
	line-height: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	margin: 0.1rem auto;
	font-size: 1rem;
}

.bar-tab .tab-item,
.foot-bar .tab-item {
	display: table-cell;
	padding-top: .2rem;
	height: 2.5rem;
	color: #929292;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.foot-bar .tab-item {
	margin: 0 0.5rem;
}

.foot-bar .tab-item i {
	font-size: 1.4rem;
}

.foot-bar .search {
	display: block;
	line-height: 1.6rem;
	margin: 0.5rem 0;
	width: 60%;
	float: left;
	border: 1px solid #e3e3e3;
	color: #999;
	border-radius: 2rem;
	text-align: left;
}

.foot-bar .tab-item .weui-badge {
	position: absolute;
	top: 0.2rem;
	right: -0.2rem;
}

.bar-tab .tab-item .icoimg~.tab-label {
	display: block;
	font-size: 0.65rem;
	line-height: 1.2rem;
}

#more-menu .ico {
	height: 1.8rem;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #0081FF;
}
.half_bg{
	background: #FFFFFF;
	position: absolute;
	top: 4rem;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
/*顶部*/
.bar {
	height: 2.2rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	background-color: rgba(255, 255, 255, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

.bar-nav {
	position: relative;
}

.bar-nav a.external {
	line-height: 2.2rem;
	position: relative;
	z-index: 8;
	color: #ffe5be;
}

.bar-nav a.tch {
	color: #363636;
}

.bar-nav a.external i {
	font-size: 1rem;
	display: block;
	float: left;
}

.bar-nav .title {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 -0.5rem;
	font-weight: 500;
	line-height: 2.2rem;
	color: #3d4145;
	text-align: center;
	white-space: nowrap;
	max-width: 750px;
}

.bar-nav:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	color: #e5e5e5;
	z-index: 2;
	bottom: 0;
	border-bottom: 0 solid #e5e5e5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.noafter:after {
	height: 0 !important;
	border-bottom: 0 !important;
}

.bar-nav h4, .bar-nav h4 a {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 2.2rem;
	color: #ffe5be;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.8rem;
}

.bar-nav a span {
	line-height: 2.2rem;
	display: block;
	height: 2.2rem;
	float: left;
	font-size: .75rem;
	margin-left: .125rem;
}

.bar-nav input {}

.bar-nav .form {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 70%;
	padding: 0.4rem 0;
}

.bar-nav .form:after {
	border-bottom: none;
}

.bar-nav .weui-search-bar__form {
	line-height: 1.2rem;
	margin-left: 1.5rem;
	z-index: 1;
}

.blue-bar {
	background: #0081FF;
}

.blue-bar .weui-search-bar__cancel-btn {
	color: #FFFFFF;
}

.weui-search-bar .logo {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	margin-right: 0.5rem;
	height: 1.6rem;
	width: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .3);
}

.weui-search-bar .logo i {
	color: #FFFFFF;
	font-size: 1rem;
}

.weui-search-bar .ico-menu {
	margin: 0 .2rem 0 0.5rem;
	color: #FFFFFF;
}

.bar-nav .weui-search-bar__label {
	border-radius: 2.2rem;
	text-align: left;
	padding-left: 1.2rem;
	line-height: 1.4rem;
	height: 1.4rem;
}

.bar-nav .weui-search-bar__box {
	border-radius: 2.2rem;
	background: #FFFFFF;
	height: 1.4rem;
}

.bar-nav .weui-search-bar__form:after {
	border-radius: 2.2rem;
}

.bar-nav .weui-search-bar__input {
	line-height: 1.4rem;
	height: 1.4rem;
	padding: 0;
}

.bar-nav .weui-icon-clear {
	color: #cdcdcd;
}

.bar-nav .search {
	height: 1.4rem;
	padding: 0 1.5rem 0 1rem;
	margin: 0.4rem 2rem 0.4rem 4rem;
	border-radius: 1.4rem;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 0.66rem;
	line-height: 1.4rem;
	display: block;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-container {
	padding-bottom: 1.6rem;
}

.swiper-pagination {
	bottom: 0;
}

.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.4);
}

.topmenu {
	padding: 0.4rem 0;
}
.pagination {
    margin: 0.5rem 0;
	text-align: center;
	font-size: 0.7rem;
}
.pagination li{
    display: inline-block;
    width: 1.6rem;
}
.pagination li.active{
    color: #FFFFFF;
	background-color: #0066CC;
}
.topmenu .weui-flex__item {
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 2rem;
	margin: 0.4rem 0;
}

.topmenu a {
	padding-top: 2rem;
	display: block;
	color: #666;
}

.topmenu a.icobut {
	padding-top: 1rem;
	display: block;
}

.topmenu a.icobut i {
	display: block;
	border-radius: 0.8rem;
	margin: 0.2rem auto;
	height: 2rem;
	width: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 1rem;
	color: #FFF5D4;
	background: #0081FF;
	text-shadow: 3px 3px 8px rgba(255, 255, 255, 0.5);
}

.topmenu a.red i {
	background-color: red;
	/* 不支持线性的时候显示 */
	background-image: linear-gradient(to bottom right, red, #B20, red);
}

.topmenu a.blue i {
	background-color: blue;
	/* 不支持线性的时候显示 */
	background-image: linear-gradient(to bottom right, blue, #06C, blue);
}

.topmenu a.yellow i {
	background-color: yellow;
	/* 不支持线性的时候显示 */
	background-image: linear-gradient(to bottom right, yellow, #F90, yellow);
}

.topmenu a.orange i {
	background-color: #f60;
	/* 不支持线性的时候显示 */
	background-image: linear-gradient(to bottom right, #f90, #F60, #f90);
}

.topmenu a.green i {
	background-color: #009688;
	/* 不支持线性的时候显示 */
	background-image: linear-gradient(to bottom right, #06ae56, #009688, #06ae56);
}

.bg-rand {
	width: 120%;
	margin-left: -10%;
	margin-top: -4rem;
	height: 8rem;
	border-radius: 0 0 100% 100%;
	background: #0081FF;
}

.bar-nav .close-popup,
.bar-nav .backup,
.bar-nav .backre {
	padding: 0 .5rem;
	margin-left: -.5rem;
	display: block;
}

.index-banner {
	position: relative;
	height: 7.2rem;
	overflow-y: hidden;
	overflow-x: visible;
	width: 100%;
}

.index-banner .swiper-slide {
	width: 100%;
	height: 7.2rem;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.swiper-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.sign-icon i {
	border-radius: 50%;
	height: 2.4rem;
	width: 2.4rem;
	line-height: 2.4rem;
	font-size: 1.2rem;
	color: #FFF;
}

.sign-icon p {
	color: #ccc;
	margin-top: .2rem;
	font-size: .6rem;
}

.none-bg {
	background: none;
	color: #FFF;
	z-index: 8;
}

.none-bg:after {
	content: none;
}

.none-bg a i.icon {
	color: #FFF;
}

.none-bg .title {
	color: #FFF;
}

.nodesc .weui-media-box__title {
	white-space: normal;
	font-size: .8rem;
	color: #666666;
}

.nodesc .weui-panel__hd h4,
.weui-panel__hd h4 {
	font-size: .75rem;
	font-weight: normal;
	padding-left: 0.5rem;
	border-left: 2px solid #0081FF;
	color: #363636;
}

.weui-media-box_appmsg .weui-media-box__thumb {
	vertical-align: middle;
}

.w90 {
	width: 90%;
}

.w92 {
	width: 92%;
}

.w94 {
	width: 94%;
}

.w96 {
	width: 96%;
}

.r4 {
	border-radius: 0.25rem;
}

.r8 {
	border-radius: 0.5rem;
}

/***回到顶部***/
#Fixed {
	position: fixed;
	bottom: 3rem;
	right: .5rem;
	z-index: 9
}

.gotop {
	border-radius: 50%;
	background: rgba(225, 225, 225, .5);
	/* border: 1px solid #e3e3e3; */
	font-size: 1rem;
	text-align: center;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	position: fixed;
	bottom: 3rem;
	right: .5rem;
	z-index: 199;
}

#Fixed .ico {
	border-radius: 50%;
	background: rgba(225, 225, 225, .5);
	margin-top: .6rem;
	/* border: 1px solid #e3e3e3; */
	font-size: 1rem;
	text-align: center;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	color: rgba(0, 0, 0, 0.3);
}

#Fixed li {
	position: relative;
}

#Fixed a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#Fixed .icon-zhengli,
#Fixed .icon-editor {
	background: rgba(0, 102, 204, .6);
	color: #FFF;
	border-color: rgba(0, 102, 204, .6);
}

#Fixed .icon-phone2 {
	background: rgba(255, 102, 0, .7);
	color: #FFF;
	border-color: rgba(255, 102, 0, .7);
}

#Fixed .icon-wenhao {
	background: rgba(0, 153, 102, 0.7);
	color: #FFF;
	border-color: rgba(0, 153, 102, 0.7);
}

/***加载列表***/
#com-list {
	background-color: #FFFFFF;
}

.layui-flow-more a {
	display: none !important;
}

#com-list .weui-media-box__hd {
	width: 5.75rem;
	height: 3.6rem;
}

#com-list .weui-media-box__title,
#com-list .weui-btn_mini,
#com-list .desc {
	font-size: .7rem;
	line-height: 1.2rem;
}

#com-list .status {
	padding: 0 0.5rem;
	color: #FFFFFF;
	line-height: 1.2rem;
}

#com-list .small span {
	margin-right: 0.5rem;
	font-size: 0.6rem;
	border-radius: .2rem;
	line-height: 1.2rem;
	color: #ccc;
}

.weui-article iframe {
	width: 100%;
	max-width: 100%;
	min-height: 10rem;
}

.weui-article .loupan-cover {
	height: 53px;
	line-height: 43px;
}

/***BANNER***/
.psr-bullets {
	width: 100%;
	position: relative !important;
}

.psr-bullets span {
	margin: 0 0.2rem;
}

.top-banner {
	margin-top: -4rem;
	margin-left: 0.4rem !important;
	margin-right: 0.4rem !important;
}

.margin-rand {
	border-radius: 0.25rem;
	margin: 0.4rem;
}

/***LIST***/

.weui-media-box:before {
	left: 16px;
}

.weui-media-box:first-child:before {
	display: none;
}

.weui-media-box a:active {
	background-color: #ECECEC;
}

.weui-media-box__info__meta {
	float: left;
	padding-right: 1em;
}

.weui-media-box__info__meta_extra {
	padding-left: 1em;
	border-left: 1px solid #CECECE;
}

.weui-media-box_appmsg {
	display: flex;
	align-items: center;
}

.weui-media-box_appmsg .weui-media-box__hd {
	float: left;
}

.weui-media-box_appmsg .weui-media-box__thumb {
	width: 100%;
	max-height: 100%;
	vertical-align: top;
}

.weui-media-box_appmsg .weui-media-box__bd {
	flex: 1;
	min-width: 0;
	font-size: 0.75rem;
}

.weui-media-box_small-appmsg {
	padding: 0;
}

.weui-media-box_small-appmsg .weui-cells {
	margin-top: 0;
}

.weui-media-box_small-appmsg .weui-cells:before {
	display: none;
}

.weui-cell_select{
	padding: 16px;
}
.weui-cell_select .weui-select {
	padding: 0 32px;
}

.weui-cell_select .weui-cell__bd:after {
	right: 32px;
}


.weui-cell_select-before .weui-label {
	margin-right: 24px;
}

.weui-cell_select-before .weui-select {
	padding-right: 24px;
	box-sizing: initial;
}

.weui-cell_select-after .weui-select {
	padding-left: 0;
}

.weui-cell_switch {
	padding: 12px 32px;
}
.weui-footer__text{line-height: 1rem;}
.weui-footer__text a:visited{color: #576b95;}