@charset "utf-8";
/* CSS Document */
a{ text-decoration:none; font-size:14px;}
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
*{ margin: 0; padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; outline: none; }
*[class~="row"] {margin: 0;}
*[class*="col-"] {padding: 0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
input,textarea {
    /* border :  0 ; */  /* 方法1 */
    /*  -webkit-appearance:  none ; */  /* 方法2 */
}

.noinput{
    border :  0 ;
    -webkit-appearance:  none ;
}
* html .clearfix {zoom:1; }
img{ border:none; display:inline-block; max-width: 100%;}
ul,li{ list-style:none; }
em,i{ font-style:normal;}
html{font-size:50px; width: 100%; height: 100%;}
body{ background-color: #f4f4f5; /*font-family:'微软雅黑'; */font-family:'Arial';}
.pd20{ padding: 20px;}
.pd15{ padding: 15px;}
.pd10{ padding: 10px;}
.pd5{ padding: 5px;}

.main{ max-width: 750px; margin: 0 auto; height: 100%; overflow: hidden;}
.nav2 { width: 100%; max-width: 800px; margin: 0 auto; box-sizing: border-box;  font-size: 13px; }
.nav2 ul { padding: 2px 0; display: flex; justify-content: space-between;}
.nav2 ul li { width: 100%; box-sizing: border-box; padding: 0 2px;}
.nav2 ul li a { display: block; padding: 3px 0; text-align: center; color: #fff; border-radius: 50px; background:#0a5cda;}
.nav2 ul li a:hover { background: #da183b;}
#nav2[data-fixed="fixed"]{ position: fixed;	top:0; left: 0; right: 0; margin: auto; z-index: 1;}
.nav-img { text-align: center; background: #000;}
.nav-img img { width: auto; height: 80px;}
@media screen and (max-width:800px) {
    .nav-img img { height: 70px;}
}
@media screen and (min-width:800px) {
    .nav2 { padding: 4px; font-size: 16px;}
    .nav2 ul { padding: 4px 0;}
    .nav2 ul li { padding: 0 4px;}
    .nav2 ul li a { padding: 5px 0; cursor: pointer;}
}
.weui-cells{ margin-top: 0px;}
.line-height{ line-height: 1.5;}
.weui-cell{ text-align: center;}
.weui-footer{ line-height: 180%; padding: 20px; min-height: 160px; font-size:14pt;}
.liuhe-center{ text-align: center}

.box [class*="weui-col-"] {
    border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.bg-white{ background: #ffffff;}
.font-color-red{ color: red;}
.font-color-white { color: white;}
.weui-badge-blue {
    display: inline-block;
    padding: .15em .4em;
    min-width: 8px;
    border-radius: 18px;
    background-color: blue;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}
.weui-badge-green {
    display: inline-block;
    padding: .15em .4em;
    min-width: 8px;
    border-radius: 18px;
    background-color: green;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}
.parter dd {
    margin: 3px;
    border: solid 1px #b3aeae;
    border-radius: 5px;
    background-image: linear-gradient(to top, #eeeeee8f, #ffffff94);
    box-shadow: 0 -1px 10px rgb(28 126 153 / 21%);
    font-size: 15px;
    line-height: 35px;
}
.font-size-10{font-size: 10pt;}
.parter .bai a {
    text-decoration: none;
    text-align: left;
    margin-left: 5%;
    display: block;
    font-size: 13pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.weui-row.weui-no-gutter .weui-col-30 {
    width: 30%;
}