@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 */
}
.header{
    top:0px;
    position: fixed;
    height: 61px;
    width: 100%;
    max-width: 750px;
    background: #439A94;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}
.header.index-header{
    height: 61px;
}
table td {
    border-bottom: 1px solid #e5e5e5;}


.header .head-title-img{
    position: relative;
    /*	background: rgba(0,0,0,0.6);*/
}
.head-title-img .natural{
    display: block;
    position: absolute;
    top: 5px;
    width: 36pt;
    height: 36pt;
    left: 50%;
    margin-left: -30px;
    -webkit-animation: z 5s linear 0s infinite;
    -moz-animation: z 5s linear 0s infinite;
    -ms-animation: z 5s linear 0s infinite;
    animation: z 5s linear 0s infinite;
    box-shadow: 0px 0px 20px #000;
    border-radius: 50%;
}
@-webkit-keyframes z {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
.header .logo-box{
    height: 61px;
}

.header .logo{
    float: left;
    height: 61px;
    margin-left: 10px;
}
.header .logo .logo-img{
    width: 120pt;
    height: 40pt;
}
.header .bank{
    float: right;
    position: relative;
    width: 56px;
    height: 44px;
    margin-top: 10px;
}
.header .bank a{
    display: block;
    color: #fff;
    font-size: 8pt;
}
.header .bank img{
    display: block;
    width: 30px;
    height: 30px;box
    margin:0 auto;
}

.nullbox{
    height: 57px;
}
.subnullbox{
    height: 61px;
}

.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;}
.box-title{ background: url("/static/assets/weui/images/nbg.jpg") no-repeat center center; background-size: 100% 100%; height: 60px; line-height: 60px; text-align: center; font-size: 15px; color: #fff;}
.qwgr span{display: inline-block;width: 30px;line-height: 30px;margin-left: -3px;text-align: center;color: #fff;font-size: 16px;font-weight: bold;border-radius: 50%;background: #ec0e67;margin: 2px;}
.ad-tz span {font-weight: bold;border: 1px #c6bbbb solid;display: block;line-height: 40px;}
.tzz-all {display: flex;flex-wrap: wrap; text-align:left;}
.tzz-all a {width: calc(100% - 6px);border: #C0C0C0 1px solid;border-radius: 1rem;margin: 2px;background: linear-gradient(to top, #fff, #eee, #fff);color: #f44336;font-size:15px; padding-left:10%;}
.tzz-all a b{font-weight:normal;color:blue}
.tzz-all a img {display: inline-block;vertical-align: text-top;width: 20px;}

.main{ max-width: 750px; margin: 0 auto; height: 100%; overflow: hidden;}
.nav2 { width: 100%; max-width: 750px; 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:#439A94;}
.nav2 ul li a:hover { background: #da183b;}
#nav2[data-fixed="fixed"]{ position: fixed;	top:60px; 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: 40px 20px; min-height: 130px; font-size:14pt; background: #ffffff;}
.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%;
}