* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -webkit-tap-highlight-color:transparent;
}
body{background-color: white}
ul{list-style-type: none}
a {text-decoration: none;color: #333;}

.de-content object, embed, video {
    border: 0 none;
    max-width: 100%;
}
.data-list{ }

.com-tab-bar {
    width: 100%;
    height: calc(60px + constant(safe-area-inset-bottom));
    height: calc(60px + env(safe-area-inset-bottom));
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
	z-index:999999;
}
.com-tab-bar .con-tab-bar-item {
    font-size:16px;
    color: #858b9c;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	float:left;
	width:25%;
	margin-top:10px;
}
.com-tab-bar .acitve-tab-bar {
    color: #f23535!important;
}
.com-tab-bar .con-tab-bar-item a{ color:#858b9c; font-size:16px;width: 26px;height: 26px;}
.com-tab-bar .con-tab-bar-item .icon-tab-bar-item {
    width: 26px;
    height: 26px;
}
.com-tab-bar .con-tab-bar-item .text-tab-bar-item {
    -webkit-transform: scale(.8333);
    transform: scale(.8333);
}

.header{
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 16px;
    padding-top: 12px;
    text-align: center;
    background-color: #DA434A;
    border-bottom: 1px solid #eee;
}
.header .btn-left{
    position: absolute;
    top: 0.3em;
    left: 0;
    padding:12px 12px 0 12px;
    color: #fff !important;
}
.header p{
    color: #fff;padding-bottom:1em;padding-top:0.2em;
}
.header .btn-right{
    position: absolute;
    top: 0;
    right: 0;
    padding:12px 8px;
}
.header .tip{
    margin-top: 4px;
    font-size: 12px;
    color: gray;
}

.mescroll-bar::-webkit-scrollbar-thumb{
    background: transparent !important;
}
.mescroll-bar::-webkit-scrollbar{
      width: 0;
  }
  p{
      color: #4a4a4a;
  }

.de-tit {
	width: 90%;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	margin: 30px auto 5px auto;
	text-align: center;
	font-weight: bold;
}
.de-tits {
	width: 90%;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	margin: 30px auto 15px auto;
	font-weight: 500;
	text-align: center;
}
.de-tag {
	width: 90%;
	margin: 0 auto 1em auto;
	text-align: center;
}
.de-tag p {
	display: inline-block;
	font-size: 15px;
	color: gray;
	font-size: 14px;
}
.de-tag p span{ color:red}
.de-content {
	width: 90%;
	margin: 0 auto 0 auto;
}
.de-content b{ color:red}
.de-content strong{ color:red}
.de-content img{max-width:100%;height:auto; margin:10px auto;}
.de-mess {
	width: 90%;
	margin: 10px auto 0 auto;
}
.de-mess li {
	width: 96%;
	line-height: 35px;
	font-size: 15px;
	color: #000;
	padding-left: 4%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.de-mess .active {
	background: #EDEDED;
	position: relative;
}
.de-mess .active:after {
	content: " ";
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #CC001A;
}
.de-commit {
	width: 90%;
	margin: 10px auto 0 auto;
	border-bottom: solid 1px #EDEDED;
	padding-bottom: 50px;
}
.de-commit li {
	width:100%;
}
.com-tx {
	width: 100%;
	margin: 0;
}
.com-tx span {
	display: inline-block;
	line-height: 20px;
	font-size: 15px;
	color: #000;
}
.com-tx img {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.com-cont {
	margin: 15px 0;
	font-size: 15px;
	color: #000;
}
.com-bun {
	float: left;
	width: 100%;
}
.com-bun img {
	float: right;
	width: 15px;
}
.com-bun span {
	float: right;
	line-height: 20px;
	font-size: 15px;
	color: #000;
	vertical-align: middle;
	margin-right: 10px;
}
.com-go {
	width: 20%;
	margin: 20px auto;
	background: #56C1E1;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
#updown{padding: 8px 0;}
#updown ul li{overflow: hidden;margin: 4px 0px;font-size:14px; padding:0 20px; line-height:26px;}
#updown ul li a{ color:#333;}

.leftMenu a {
    text-decoration: none;
    display: block;
	color:#333;
}

.leftMenu {
    background: #fff;
    left: -1000px;
    position: fixed;
    top: 50px;
    display: block;
    height: 100%;
    width: 68%;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
}

.leftMenu ul li {
    position: relative;
    padding: 10px 0 10px 20px;
}

.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 4px;
    font-size: 24px;
    font-weight: 300;
}

.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: 3px;
}

.f2, .f3 {
    height: 0;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}

.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .menu-dark-backdrop.in {
        height: 100%;
        z-index: 90001;
        background: rgba(0,0,0,0.5);
    }

    
.pxui-pages{padding:15px;font-size:12px;margin-top:20px; background:#FFF; height:25px;margin-bottom:70px;text-align:center;}
.pxui-pages ul{display: table;margin:0 auto;}
.pxui-pages li{float:left;line-height:1.6em;background-color:#f0f0f0;padding:3px 8px;border:1px solid #ccc;color:#666666;margin-left:5px;display: table-cell;}
.pxui-pages li a{color:#333;}
.pxui-pages li a:hover{color:#00499C;}
.pxui-pages li.thisclass{background-color:#bd192d; color:#FFF}    
.pxui-pages li.thisclass a{color:#FFF} 