body {/**1e2e39**/
 color: #666;
 background-color: #fff;
 font-family: "Microsoft YaHei", Arial;
 max-width: 750px;
 margin: 0 auto;
}
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 }
h1,h2,h3,h4,h5{ font-weight:normal;}
ol, ul { list-style: none; }
img {
 vertical-align: middle;
 max-width: 100%;
 height: auto;
}
.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 10px 25px;
 font-size: 14px;
 line-height: 1.8;
}
.weui-article * {
 max-width: 100%;
 height: auto;
 font-size: 14px;
 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; }
/*自动隐藏文字*/
.peng-ellipsis-1 {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}
.peng-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;
}
.peng-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;
}
/************************************************/
/** 头部 **/
.peng-header {
 position: relative;
 padding: 3px 0;
 box-sizing: border-box;
 background-color: #000
}
.peng-header .peng-header-title {
 line-height: 40px;
 text-align: center;
 font-size: 18px;
 font-weight: 400;
 color: #fff
}
.peng-header-title-area, .peng-header .peng-header-title {
 margin: 0 88px;
 height: 40px;
 width: auto;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap
}
.peng-header .peng-header-title>span { display: inline-block }
.peng-header .peng-header-left, .peng-header .peng-header-right {
 position: absolute;
 top: 14px;
 display: block;
 font-size: 14px;
 line-height: 21px;
 color: #ccc
}
.peng-header .peng-header-left a, .peng-header .peng-header-left button, .peng-header .peng-header-right a, .peng-header .peng-header-right button {
 float: left;
 margin-right: 8px;
 color: #ccc
}
.peng-header .peng-header-left a:active, .peng-header .peng-header-left button:active, .peng-header .peng-header-right a:active, .peng-header .peng-header-right button:active { opacity: .5 }
.peng-header .peng-header-left { left: 18px }
.peng-header .peng-header-left .peng-header-back { padding-left: 16px }
.peng-header .peng-header-right { right: 15px }
.peng-header .peng-header-right a, .peng-header .peng-header-right button {
 margin-left: 8px;
 margin-right: 0
}
.container {
 min-height: calc(100vh - 45px - 46px);
 overflow: hidden;
}
.swiper-pagination-bullet-active{ background-color:#c00;}
/************************************************/
/** 底部 **/
.footer{ height:45px;}
.footer .copy{ color:#616161; height:45px; text-align:center;padding: 10px 0 50px 0; font-size:12px; line-height:20px; overflow:hidden;background:#eaeaea; display:none;}

.footer .copy span,.footer .copy a { color: #616161; }
.footer .copy a:active { color: #f00; }
.footer .weui-tabbar {
 position: fixed;
 z-index: 99;
 left: 0;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 background-color:#000;
 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #212121), color-stop(100%, #040000));
 background-image: -webkit-linear-gradient(top, #212121, #040000);
 background-image: -moz-linear-gradient(top, #212121, #040000);
 background-image: -o-linear-gradient(top, #212121, #040000);
 background-image: linear-gradient(top, #212121, #040000);}
.footer .weui-tabbar:before{ border-top-color:#212121;}
.footer .weui-tabbar__item{ padding:7px 0 0;}
.footer .weui-tabbar__icon{ width:18px; height:18px; line-height:18px;}
.footer .weui-tabbar__item .weui-tabbar__icon i{ font-size:18px; color:#fff;}
.footer .weui-tabbar__label{ height:20px; line-height:16px; font-size:12px; color:#fff;}
.weui-tabbar__item.weui-bar__item--on { background-color: #3b4752; }
.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; }
.peng-menulist .panel-heading {
 padding: 10px 0 0 10px;
 height:58px;
 position: relative;
}
.peng-menulist .panel-heading h3 {
 font-size: 20px;
 line-height: 48px;
 font-weight: bold;
 text-transform: uppercase;
}
.peng-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;
}
.peng-menulist .close-nav .peng-icon-close {
 font-size: 20px;
 color: #000;
}
.peng-menulist .panel-navlist { background-color: #f2f2f2; }
.peng-menulist .panel-navlist>li {
 width: 99%;
 height: 48px;
 line-height: 48px;
 border-bottom: 1px solid #fff;
}
.peng-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;
}
.peng-menulist .panel-navlist>li>a:hover, .peng-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 .peng-menulist .panel-navlist>li{ width:100%;}
.popup-left .peng-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 .peng-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 .peng-icon-close {
 font-size: 20px;
 line-height: 1;
 color: #fff;
}
/************************************************/
/** 首页 **/
.peng_loading {
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 background-color: #fff;
 z-index: 9999;
}
.peng_loading .peng_loadarea {
 position: absolute;
 top: 50%;
 left: 0;
 right: 0;
 margin-top: -20px;
 text-align: center;
}
.peng_loading .weui-loading {
 margin: auto;
 width: 40px;
 height: 40px;
 font-size: 55px;
}
.banner { width: 100%; }
.banner .swiper-slide img {
 width: 100%;
 vertical-align: middle;
}
