/*导入扩展图标*/
@import "icon.css";
/*基本样式类*/
body,html {
    height:100%;
    -webkit-tap-highlight-color:transparent
}a {
     color: #18b4ed;
     text-decoration: none;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
a:active {
    color: #18b4ed;
}
::-webkit-input-placeholder {
    color: #CCCCCC; }
.baseline {
    vertical-align: baseline; }

.middle {
    vertical-align: middle; }

.top {
    vertical-align: top; }

.block {
    display: block; }

.show {
    display: block; }

.hide {
    display: none; }

.inline {
    display: inline; }

.iblock {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.tleft {
    text-align: left; }

.tright {
    text-align: right; }

.tcenter {
    text-align: center; }

.center {
    margin:0 auto; }

.border {
    border: 1px solid #e0e0e0 !important; }
.border-t {
    border-top: 1px solid #e0e0e0;
}

.border-b {
    border-bottom: 1px solid #e0e0e0;
}

.border-tb {
    border-top: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
    background-image: none;
}

.border-l {
    border-left: 1px solid #e0e0e0;
}

.border-r {
    border-right: 1px solid #e0e0e0;
}
.border-radius {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.dotted {
    border: 1px dotted #e0e0e0 !important; }
.dotted-b {
    border-bottom: 1px dotted #e0e0e0 !important; }
.hand {
    cursor: pointer; }

.move {
    cursor: move; }

.u {
    text-decoration: underline; }

.del {
    text-decoration: line-through; }

.-u{
    text-decoration: none; }

.i {
    font-style: italic; }

.-i {
    font-style: normal; }

.bold {
    font-weight: bold; }

.-bold {
    font-weight: normal; }

.-wrap {
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden; }

.wrap {
    /*white-space: pre-wrap;*/
    word-wrap: break-word;
    word-break: break-all; }

.left {
    float: left; }

.right {
    float: right; }

.clear {
    clear: both; }

.clearfix:after, .clearfix:before {
    display: table;
    content: " "; }

.clearfix:after {
    clear: both; }

.upper {
    text-transform: uppercase; }

.lower {
    text-transform: lowercase; }

.cap {
    text-transform: capitalize; }

.hidden {
    overflow: hidden; }

.visible {
    overflow: visible; }

.rel {
    position: relative; }

.abs {
    position: absolute; }

.fixed {
    position: fixed; }

.indent {
    text-indent: 20px; }

.lheight {
    line-height: 22px; }

.outline {
    outline: none;}

.ell {
    text-overflow: ellipsis;
    overflow: hidden; }

.yahei {font-family: "Microsoft YaHei"; }
.hr1 {
    width:100%;
    margin:0 auto;
    border: 0;
    height:0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.v-center{
    display:flex;align-items: center;justify-content:center;
}
.req:before{
    content: ' *';
    color: #EF4F4F;
    font-weight:bold;
}

/*页面整体样式*/
.container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;

}
.page-bg{
    background-color: #F8F8F8;
}
.page-bd-15{
    padding: 0 15px;
}
.page-hd,padding20{
    padding: 20px;
}
.page-bd,padding0{
    padding:0;
}
.padding5{padding: 5px;}
.padding10{padding:10px;}
.padding15{padding:15px;}

.margin5{margin:5px;}
.margin10{margin:10px;}
.margin15{margin:15px;}
margin20{margin:20px;}
.page-hd-title{
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}
.page-hd-desc {
    margin-top: 5px;
    color: #888888;
    text-align: left;
    font-size: 14px;
}

/*表格样式*/

.weui-table,table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    line-height: 32px;
    text-align: center ;
    border:none;
}

.weui-table th,table th {
    font-weight: 700
}
 .weui-table a,table a{
   color:#18B4ED;
}
.weui-table td, .weui-table th,table td, table th  {
    border:1px solid #e0e0e0;
    text-align: left;
    line-height: 25px;
      padding:8px;
}
.weui-table tr:hover, able tr:hover{background: #F7F7F7;}
.weui-table-2n tr:nth-child(2n) {
    background-color: #F7F7F7;
}

@media only screen and (max-width: 767px) {

  .weui-table { border:none; }
    .weui-table  thead {
        display: none;
    }
    .weui-table tr {
        display: block;
        border-bottom: 1px solid #e0e0e0;
    }

    .weui-table td {
        display: block;
        text-align: right;
        line-height: 25px;
      border:none;
    }

    .weui-table td:last-child {
        border-bottom:none;
    }

    .weui-table td:before {
        content: attr(title);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    .weui-table-2n tr:nth-child(2n) {
        background-color: transparent;
    }
}

/*
weui.js.css*/
.preloader {
    width: 20px;
    height: 20px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: preloader-spin 1s steps(12, end) infinite;
    animation: preloader-spin 1s steps(12, end) infinite;
}
.preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
@-webkit-keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
label > * {
    pointer-events: none;
}
html {
    font-size: 20px;
}
body {
    font-size: 16px;
}
@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;
    }
}
.weui-navbar {
    z-index: 10;
}
.weui-popup-overlay,
.weui-popup-container {
    z-index: 1000;
}
.weui-mask {
    z-index: 1000;
}
/* === Grid === */
.weui-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.weui-row > [class*="col-"] {
    box-sizing: border-box;
}
.weui-row .col-auto {
    width: 100%;
}
.weui-row .weui-col-100 {
    width: 100%;
    width: calc((100% - 15px*0) / 1);
}
.weui-row.weui-no-gutter .weui-col-100 {
    width: 100%;
}
.weui-row .weui-col-95 {
    width: 95%;
    width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
}
.weui-row.weui-no-gutter .weui-col-95 {
    width: 95%;
}
.weui-row .weui-col-90 {
    width: 90%;
    width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
}
.weui-row.weui-no-gutter .weui-col-90 {
    width: 90%;
}
.weui-row .weui-col-85 {
    width: 85%;
    width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
}
.weui-row.weui-no-gutter .weui-col-85 {
    width: 85%;
}
.weui-row .weui-col-80 {
    width: 80%;
    width: calc((100% - 15px*0.25) / 1.25);
}
.weui-row.weui-no-gutter .weui-col-80 {
    width: 80%;
}
.weui-row .weui-col-75 {
    width: 75%;
    width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
}
.weui-row.weui-no-gutter .weui-col-75 {
    width: 75%;
}
.weui-row .weui-col-66 {
    width: 66.66666666666666%;
    width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
}
.weui-row.weui-no-gutter .weui-col-66 {
    width: 66.66666666666666%;
}
.weui-row .weui-col-60 {
    width: 60%;
    width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
}
.weui-row.weui-no-gutter .weui-col-60 {
    width: 60%;
}
.weui-row .weui-col-50 {
    width: 50%;
    width: calc((100% - 15px*1) / 2);
}
.weui-row.weui-no-gutter .weui-col-50 {
    width: 50%;
}
.weui-row .weui-col-40 {
    width: 40%;
    width: calc((100% - 15px*1.5) / 2.5);
}
.weui-row.weui-no-gutter .weui-col-40 {
    width: 40%;
}
.weui-row .weui-col-33 {
    width: 33.333333333333336%;
    width: calc((100% - 15px*2) / 3);
}
.weui-row.weui-no-gutter .weui-col-33 {
    width: 33.333333333333336%;
}
.weui-row .weui-col-25 {
    width: 25%;
    width: calc((100% - 15px*3) / 4);
}
.weui-row.weui-no-gutter .weui-col-25 {
    width: 25%;
}
.weui-row .weui-col-20 {
    width: 20%;
    width: calc((100% - 15px*4) / 5);
}
.weui-row.weui-no-gutter .weui-col-20 {
    width: 20%;
}
.weui-row .weui-col-15 {
    width: 15%;
    width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
}
.weui-row.weui-no-gutter .weui-col-15 {
    width: 15%;
}
.weui-row .weui-col-10 {
    width: 10%;
    width: calc((100% - 15px*9) / 10);
}
.weui-row.weui-no-gutter .weui-col-10 {
    width: 10%;
}
.weui-row .weui-col-5 {
    width: 5%;
    width: calc((100% - 15px*19) / 20);
}
.weui-row.weui-no-gutter .weui-col-5 {
    width: 5%;
}
.weui-row .weui-col-auto:nth-last-child(1),
.weui-row .weui-col-auto:nth-last-child(1) ~ .weui-col-auto {
    width: 100%;
    width: calc((100% - 15px*0) / 1);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1) ~ .weui-col-auto {
    width: 100%;
}
.weui-row .weui-col-auto:nth-last-child(2),
.weui-row .weui-col-auto:nth-last-child(2) ~ .weui-col-auto {
    width: 50%;
    width: calc((100% - 15px*1) / 2);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2) ~ .weui-col-auto {
    width: 50%;
}
.weui-row .weui-col-auto:nth-last-child(3),
.weui-row .weui-col-auto:nth-last-child(3) ~ .weui-col-auto {
    width: 33.33333333%;
    width: calc((100% - 15px*2) / 3);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3) ~ .weui-col-auto {
    width: 33.33333333%;
}
.weui-row .weui-col-auto:nth-last-child(4),
.weui-row .weui-col-auto:nth-last-child(4) ~ .weui-col-auto {
    width: 25%;
    width: calc((100% - 15px*3) / 4);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4) ~ .weui-col-auto {
    width: 25%;
}
.weui-row .weui-col-auto:nth-last-child(5),
.weui-row .weui-col-auto:nth-last-child(5) ~ .weui-col-auto {
    width: 20%;
    width: calc((100% - 15px*4) / 5);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5) ~ .weui-col-auto {
    width: 20%;
}
.weui-row .weui-col-auto:nth-last-child(6),
.weui-row .weui-col-auto:nth-last-child(6) ~ .weui-col-auto {
    width: 16.66666667%;
    width: calc((100% - 15px*5) / 6);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6) ~ .weui-col-auto {
    width: 16.66666667%;
}
.weui-row .weui-col-auto:nth-last-child(7),
.weui-row .weui-col-auto:nth-last-child(7) ~ .weui-col-auto {
    width: 14.28571429%;
    width: calc((100% - 15px*6) / 7);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7) ~ .weui-col-auto {
    width: 14.28571429%;
}
.weui-row .weui-col-auto:nth-last-child(8),
.weui-row .weui-col-auto:nth-last-child(8) ~ .weui-col-auto {
    width: 12.5%;
    width: calc((100% - 15px*7) / 8);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8) ~ .weui-col-auto {
    width: 12.5%;
}
.weui-row .weui-col-auto:nth-last-child(9),
.weui-row .weui-col-auto:nth-last-child(9) ~ .weui-col-auto {
    width: 11.11111111%;
    width: calc((100% - 15px*8) / 9);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9) ~ .weui-col-auto {
    width: 11.11111111%;
}
.weui-row .weui-col-auto:nth-last-child(10),
.weui-row .weui-col-auto:nth-last-child(10) ~ .weui-col-auto {
    width: 10%;
    width: calc((100% - 15px*9) / 10);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10) ~ .weui-col-auto {
    width: 10%;
}
.weui-row .weui-col-auto:nth-last-child(11),
.weui-row .weui-col-auto:nth-last-child(11) ~ .weui-col-auto {
    width: 9.09090909%;
    width: calc((100% - 15px*10) / 11);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11) ~ .weui-col-auto {
    width: 9.09090909%;
}
.weui-row .weui-col-auto:nth-last-child(12),
.weui-row .weui-col-auto:nth-last-child(12) ~ .weui-col-auto {
    width: 8.33333333%;
    width: calc((100% - 15px*11) / 12);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12) ~ .weui-col-auto {
    width: 8.33333333%;
}
.weui-row .weui-col-auto:nth-last-child(13),
.weui-row .weui-col-auto:nth-last-child(13) ~ .weui-col-auto {
    width: 7.69230769%;
    width: calc((100% - 15px*12) / 13);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13) ~ .weui-col-auto {
    width: 7.69230769%;
}
.weui-row .weui-col-auto:nth-last-child(14),
.weui-row .weui-col-auto:nth-last-child(14) ~ .weui-col-auto {
    width: 7.14285714%;
    width: calc((100% - 15px*13) / 14);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14) ~ .weui-col-auto {
    width: 7.14285714%;
}
.weui-row .weui-col-auto:nth-last-child(15),
.weui-row .weui-col-auto:nth-last-child(15) ~ .weui-col-auto {
    width: 6.66666667%;
    width: calc((100% - 15px*14) / 15);
}
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15) ~ .weui-col-auto {
    width: 6.66666667%;
}
@media all and (min-width: 768px) {
    .row .tablet-100 {
        width: 100%;
        width: calc((100% - 15px*0) / 1);
    }
    .row.no-gutter .tablet-100 {
        width: 100%;
    }
    .row .tablet-95 {
        width: 95%;
        width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
    }
    .row.no-gutter .tablet-95 {
        width: 95%;
    }
    .row .tablet-90 {
        width: 90%;
        width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
    }
    .row.no-gutter .tablet-90 {
        width: 90%;
    }
    .row .tablet-85 {
        width: 85%;
        width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
    }
    .row.no-gutter .tablet-85 {
        width: 85%;
    }
    .row .tablet-80 {
        width: 80%;
        width: calc((100% - 15px*0.25) / 1.25);
    }
    .row.no-gutter .tablet-80 {
        width: 80%;
    }
    .row .tablet-75 {
        width: 75%;
        width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
    }
    .row.no-gutter .tablet-75 {
        width: 75%;
    }
    .row .tablet-66 {
        width: 66.66666666666666%;
        width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
    }
    .row.no-gutter .tablet-66 {
        width: 66.66666666666666%;
    }
    .row .tablet-60 {
        width: 60%;
        width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
    }
    .row.no-gutter .tablet-60 {
        width: 60%;
    }
    .row .tablet-50 {
        width: 50%;
        width: calc((100% - 15px*1) / 2);
    }
    .row.no-gutter .tablet-50 {
        width: 50%;
    }
    .row .tablet-40 {
        width: 40%;
        width: calc((100% - 15px*1.5) / 2.5);
    }
    .row.no-gutter .tablet-40 {
        width: 40%;
    }
    .row .tablet-33 {
        width: 33.333333333333336%;
        width: calc((100% - 15px*2) / 3);
    }
    .row.no-gutter .tablet-33 {
        width: 33.333333333333336%;
    }
    .row .tablet-25 {
        width: 25%;
        width: calc((100% - 15px*3) / 4);
    }
    .row.no-gutter .tablet-25 {
        width: 25%;
    }
    .row .tablet-20 {
        width: 20%;
        width: calc((100% - 15px*4) / 5);
    }
    .row.no-gutter .tablet-20 {
        width: 20%;
    }
    .row .tablet-15 {
        width: 15%;
        width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
    }
    .row.no-gutter .tablet-15 {
        width: 15%;
    }
    .row .tablet-10 {
        width: 10%;
        width: calc((100% - 15px*9) / 10);
    }
    .row.no-gutter .tablet-10 {
        width: 10%;
    }
    .row .tablet-5 {
        width: 5%;
        width: calc((100% - 15px*19) / 20);
    }
    .row.no-gutter .tablet-5 {
        width: 5%;
    }
    .row .tablet-auto:nth-last-child(1),
    .row .tablet-auto:nth-last-child(1) ~ .col-auto {
        width: 100%;
        width: calc((100% - 15px*0) / 1);
    }
    .row.no-gutter .tablet-auto:nth-last-child(1),
    .row.no-gutter .tablet-auto:nth-last-child(1) ~ .tablet-auto {
        width: 100%;
    }
    .row .tablet-auto:nth-last-child(2),
    .row .tablet-auto:nth-last-child(2) ~ .col-auto {
        width: 50%;
        width: calc((100% - 15px*1) / 2);
    }
    .row.no-gutter .tablet-auto:nth-last-child(2),
    .row.no-gutter .tablet-auto:nth-last-child(2) ~ .tablet-auto {
        width: 50%;
    }
    .row .tablet-auto:nth-last-child(3),
    .row .tablet-auto:nth-last-child(3) ~ .col-auto {
        width: 33.33333333%;
        width: calc((100% - 15px*2) / 3);
    }
    .row.no-gutter .tablet-auto:nth-last-child(3),
    .row.no-gutter .tablet-auto:nth-last-child(3) ~ .tablet-auto {
        width: 33.33333333%;
    }
    .row .tablet-auto:nth-last-child(4),
    .row .tablet-auto:nth-last-child(4) ~ .col-auto {
        width: 25%;
        width: calc((100% - 15px*3) / 4);
    }
    .row.no-gutter .tablet-auto:nth-last-child(4),
    .row.no-gutter .tablet-auto:nth-last-child(4) ~ .tablet-auto {
        width: 25%;
    }
    .row .tablet-auto:nth-last-child(5),
    .row .tablet-auto:nth-last-child(5) ~ .col-auto {
        width: 20%;
        width: calc((100% - 15px*4) / 5);
    }
    .row.no-gutter .tablet-auto:nth-last-child(5),
    .row.no-gutter .tablet-auto:nth-last-child(5) ~ .tablet-auto {
        width: 20%;
    }
    .row .tablet-auto:nth-last-child(6),
    .row .tablet-auto:nth-last-child(6) ~ .col-auto {
        width: 16.66666667%;
        width: calc((100% - 15px*5) / 6);
    }
    .row.no-gutter .tablet-auto:nth-last-child(6),
    .row.no-gutter .tablet-auto:nth-last-child(6) ~ .tablet-auto {
        width: 16.66666667%;
    }
    .row .tablet-auto:nth-last-child(7),
    .row .tablet-auto:nth-last-child(7) ~ .col-auto {
        width: 14.28571429%;
        width: calc((100% - 15px*6) / 7);
    }
    .row.no-gutter .tablet-auto:nth-last-child(7),
    .row.no-gutter .tablet-auto:nth-last-child(7) ~ .tablet-auto {
        width: 14.28571429%;
    }
    .row .tablet-auto:nth-last-child(8),
    .row .tablet-auto:nth-last-child(8) ~ .col-auto {
        width: 12.5%;
        width: calc((100% - 15px*7) / 8);
    }
    .row.no-gutter .tablet-auto:nth-last-child(8),
    .row.no-gutter .tablet-auto:nth-last-child(8) ~ .tablet-auto {
        width: 12.5%;
    }
    .row .tablet-auto:nth-last-child(9),
    .row .tablet-auto:nth-last-child(9) ~ .col-auto {
        width: 11.11111111%;
        width: calc((100% - 15px*8) / 9);
    }
    .row.no-gutter .tablet-auto:nth-last-child(9),
    .row.no-gutter .tablet-auto:nth-last-child(9) ~ .tablet-auto {
        width: 11.11111111%;
    }
    .row .tablet-auto:nth-last-child(10),
    .row .tablet-auto:nth-last-child(10) ~ .col-auto {
        width: 10%;
        width: calc((100% - 15px*9) / 10);
    }
    .row.no-gutter .tablet-auto:nth-last-child(10),
    .row.no-gutter .tablet-auto:nth-last-child(10) ~ .tablet-auto {
        width: 10%;
    }
    .row .tablet-auto:nth-last-child(11),
    .row .tablet-auto:nth-last-child(11) ~ .col-auto {
        width: 9.09090909%;
        width: calc((100% - 15px*10) / 11);
    }
    .row.no-gutter .tablet-auto:nth-last-child(11),
    .row.no-gutter .tablet-auto:nth-last-child(11) ~ .tablet-auto {
        width: 9.09090909%;
    }
    .row .tablet-auto:nth-last-child(12),
    .row .tablet-auto:nth-last-child(12) ~ .col-auto {
        width: 8.33333333%;
        width: calc((100% - 15px*11) / 12);
    }
    .row.no-gutter .tablet-auto:nth-last-child(12),
    .row.no-gutter .tablet-auto:nth-last-child(12) ~ .tablet-auto {
        width: 8.33333333%;
    }
    .row .tablet-auto:nth-last-child(13),
    .row .tablet-auto:nth-last-child(13) ~ .col-auto {
        width: 7.69230769%;
        width: calc((100% - 15px*12) / 13);
    }
    .row.no-gutter .tablet-auto:nth-last-child(13),
    .row.no-gutter .tablet-auto:nth-last-child(13) ~ .tablet-auto {
        width: 7.69230769%;
    }
    .row .tablet-auto:nth-last-child(14),
    .row .tablet-auto:nth-last-child(14) ~ .col-auto {
        width: 7.14285714%;
        width: calc((100% - 15px*13) / 14);
    }
    .row.no-gutter .tablet-auto:nth-last-child(14),
    .row.no-gutter .tablet-auto:nth-last-child(14) ~ .tablet-auto {
        width: 7.14285714%;
    }
    .row .tablet-auto:nth-last-child(15),
    .row .tablet-auto:nth-last-child(15) ~ .col-auto {
        width: 6.66666667%;
        width: calc((100% - 15px*14) / 15);
    }
    .row.no-gutter .tablet-auto:nth-last-child(15),
    .row.no-gutter .tablet-auto:nth-last-child(15) ~ .tablet-auto {
        width: 6.66666667%;
    }
}
.weui-cell__hd img {
    display: block;
    margin-right: 5px;
}
.weui-cell_swiped .weui-cell__bd {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.swipeout-touching .weui-cell__bd {
    -webkit-transition: none;
    transition: none;
}
.weui-dialog,
.weui-toast {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    margin: 0;
    top: 45%;
    z-index: 2000;
}
.weui-dialog .weui-dialog__btn.default,
.weui-toast .weui-dialog__btn.default {
    color: #5f646e;
}
.weui-dialog .weui-dialog__btn + .weui-dialog__btn,
.weui-toast .weui-dialog__btn + .weui-dialog__btn {
    position: relative;
}
.weui-dialog .weui-dialog__btn + .weui-dialog__btn:after,
.weui-toast .weui-dialog__btn + .weui-dialog__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.weui-dialog.weui-dialog--visible,
.weui-toast.weui-dialog--visible,
.weui-dialog.weui-toast--visible,
.weui-toast.weui-toast--visible {
    opacity: 1;
    visibility: visible;
}
.weui-toast_forbidden {
    color: #F76260;
}
.weui-toast_cancel .weui-icon-toast:before {
    content: "\EA0D";
}
.weui-toast_forbidden .weui-icon-toast:before {
    content: "\EA0B";
    color: #F76260;
}
.weui-toast_text {
    min-height: 1em;
    width: auto;
    height: 45px;
    border-radius: 25px;
    margin-left: 0;
    -webkit-transform: scale(0.9) translate3d(-50%, 0, 0);
    transform: scale(0.9) translate3d(-50%, 0, 0);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.weui-toast_text.weui-toast--visible {
    -webkit-transform: scale(1) translate3d(-50%, 0, 0);
    transform: scale(1) translate3d(-50%, 0, 0);
}
.weui-toast_text .weui-icon-toast {
    display: none;
}
.weui-toast_text .weui-toast_content {
    margin: 10px 15px;
}
.weui-mask {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    visibility: hidden;
}
.weui-mask.weui-mask--visible {
    opacity: 1;
    visibility: visible;
}
.weui-prompt-input {
    padding: 4px 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 2em;
    width: 80%;
    margin-top: 10px;
}
.weui-pull-to-refresh {
    margin-top: -50px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.weui-pull-to-refresh.refreshing {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.weui-pull-to-refresh.touching {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.weui-pull-to-refresh__layer {
    height: 30px;
    line-height: 30px;
    padding: 10px;
    text-align: center;
}
.weui-pull-to-refresh__layer .down {
    display: inline-block;
}
.weui-pull-to-refresh__layer .up,
.weui-pull-to-refresh__layer .refresh {
    display: none;
}
.weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
    display: inline-block;
    z-index: 10;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    vertical-align: -4px;
    background: no-repeat center;
    background-size: 13px 20px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");
}
.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader {
    display: none;
    vertical-align: -4px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: preloader-spin 1s steps(12, end) infinite;
    animation: preloader-spin 1s steps(12, end) infinite;
}
.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.pull-up .weui-pull-to-refresh__layer .down,
.refreshing .weui-pull-to-refresh__layer .down {
    display: none;
}
.pull-up .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
    display: inline-block;
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0);
}
.pull-up .weui-pull-to-refresh__layer .up {
    display: inline-block;
}
.pull-down .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
    display: inline-block;
}
.pull-down .weui-pull-to-refresh__layer .down {
    display: inline-block;
}
.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
    display: none;
}
.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader {
    display: inline-block;
}
.refreshing .weui-pull-to-refresh__layer .refresh {
    display: inline-block;
}
@keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.weui-tab__bd-item.weui-pull-to-refresh {
    position: absolute;
    top: 50px;
}
.weui-tabbar__item {
    position: relative;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #04BE02;
}
.weui-navbar__item {
    color: #888;
}
.weui-navbar__item.weui-bar__item--on {
    color: #666;
    background-color: #f1f1f1;
}
.weui-tab__bd {
    box-sizing: border-box;
    height: 100%;
}
.weui-tab__bd .weui-tab__bd-item {
    display: none;
    height: 100%;
    overflow: auto;
}
.weui-tab__bd .weui-tab__bd-item.weui-tab__bd-item--active {
    display: block;
}
.weui-navbar + .weui-tab__bd {
    padding-top: 50px;
}
.toolbar {
    position: relative;
    width: 100%;
    font-size: .85rem;
    line-height: 1.5;
    color: #3d4145;
    background: #f7f7f8;
}
.toolbar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .toolbar:before {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .toolbar:before {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
.toolbar .toolbar-inner {
    height: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}
.toolbar .title {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    font-size: .85rem;
    font-weight: normal;
    line-height: 2.2rem;
    color: #3d4145;
    text-align: center;
    white-space: nowrap;
}
.toolbar .picker-button {
    position: absolute;
    right: 0;
    box-sizing: border-box;
    height: 2.2rem;
    line-height: 2.2rem;
    color: #04BE02;
    z-index: 1;
    padding: 0 .5rem;
}
/* === Columns Picker === */
.weui-picker-modal {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    border-radius: 0;
    opacity: 0.6;
    color: #3d4145;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: 13rem;
    background: #EFEFF4;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.weui-picker-modal.picker-modal-inline {
    height: 10.8rem;
    opacity: 1;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.weui-picker-modal.picker-modal-inline .toolbar {
    display: none;
}
.weui-picker-modal.picker-columns-single .picker-items-col {
    width: 100%;
}
.weui-picker-modal.weui-picker-modal-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.weui-picker-modal .picker-modal-inner {
    position: relative;
    height: 10.8rem;
}
.weui-picker-modal .picker-columns {
    width: 100%;
    height: 13rem;
    z-index: 11500;
}
.weui-picker-modal .picker-columns.picker-modal-inline,
.popover .weui-picker-modal .picker-columns {
    height: 10rem;
}
@media (orientation: landscape) and (max-height: 415px) {
    .weui-picker-modal .picker-columns:not(.picker-modal-inline) {
        height: 10rem;
    }
}
.weui-picker-modal .popover.popover-picker-columns {
    width: 14rem;
}
.weui-picker-modal .picker-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-align: right;
    font-size: 1rem;
    font-weight: normal;
    -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
    -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
}
.weui-picker-modal .bar + .picker-items {
    height: 10.8rem;
}
.weui-picker-modal .picker-items-col {
    overflow: hidden;
    position: relative;
    max-height: 100%;
}
.weui-picker-modal .picker-items-col.picker-items-col-left {
    text-align: left;
}
.weui-picker-modal .picker-items-col.picker-items-col-center {
    text-align: center;
}
.weui-picker-modal .picker-items-col.picker-items-col-right {
    text-align: right;
}
.weui-picker-modal .picker-items-col.picker-items-col-divider {
    color: #3d4145;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.weui-picker-modal .picker-items-col-wrapper {
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.weui-picker-modal .picker-item {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9b9b9b;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.picker-items-col-absolute .weui-picker-modal .picker-item {
    position: absolute;
}
.weui-picker-modal .picker-item.picker-item-far {
    pointer-events: none;
}
.weui-picker-modal .picker-item.picker-selected {
    color: #3d4145;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.weui-picker-modal .picker-center-highlight {
    height: 32px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -16px;
    pointer-events: none;
}
.weui-picker-modal .picker-center-highlight:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .weui-picker-modal .picker-center-highlight:before {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .weui-picker-modal .picker-center-highlight:before {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
.weui-picker-modal .picker-center-highlight:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .weui-picker-modal .picker-center-highlight:after {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .weui-picker-modal .picker-center-highlight:after {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
.weui-picker-modal .picker-3d .picker-items {
    overflow: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.weui-picker-modal .picker-3d .picker-items-col,
.weui-picker-modal .picker-3d .picker-items-col-wrapper,
.weui-picker-modal .picker-3d .picker-item {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.weui-picker-modal .picker-3d .picker-items-col {
    overflow: visible;
}
.weui-picker-modal .picker-3d .picker-item {
    -webkit-transform-origin: center center -110px;
    transform-origin: center center -110px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.weui-picker-container {
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
}

.weui-picker-overlay {
    height: 0;
}

.weui-picker-container, .weui-picker-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000
}
.city-picker .picker-items-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 7rem;
}
.weui-picker-container .weui-cells {
    margin: 0;
    text-align: left;
}
.datetime-picker .picker-item {
    text-overflow: initial;
}
.weui-select-modal {
    height: auto;
}
.weui-select-modal .weui-cells {
    margin: 0;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 16rem;
}
.weui-select-modal .weui-cells:after {
    display: none;
}
/* === Calendar === */
.weui-picker-calendar {
    background: #fff;
    height: 15rem;
    width: 100%;
    overflow: hidden;
}
.weui-picker-calendar .picker-modal-inner {
    overflow: hidden;
    height: 12.8rem;
}
.picker-calendar-week-days {
    height: .9rem;
    background: #f7f7f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 11px;
    box-sizing: border-box;
    position: relative;
}
.picker-calendar-week-days:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #c4c4c4;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .picker-calendar-week-days:after {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .picker-calendar-week-days:after {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
.picker-calendar-week-days .picker-calendar-week-day {
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 14.28571429%;
    width: calc(100% / 7);
    line-height: 17px;
    text-align: center;
}
.picker-calendar-week-days + .picker-calendar-months {
    height: 11.9rem;
}
.picker-calendar-months {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.picker-calendar-months-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.picker-calendar-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.picker-calendar-row {
    height: 16.66666667%;
    height: calc(100% / 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    position: relative;
}
.picker-calendar-row:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .picker-calendar-row:after {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .picker-calendar-row:after {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
.weui-picker-modal .picker-calendar-row:last-child:after {
    display: none;
}
.picker-calendar-day {
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 14.28571429%;
    width: calc(100% / 7);
    text-align: center;
    color: #3d4145;
    font-size: 15px;
    cursor: pointer;
}
.picker-calendar-day.picker-calendar-day-prev,
.picker-calendar-day.picker-calendar-day-next {
    color: #ccc;
}
.picker-calendar-day.picker-calendar-day-disabled {
    color: #d4d4d4;
    cursor: auto;
}
.picker-calendar-day.picker-calendar-day-today span {
    background: #e3e3e3;
}
.picker-calendar-day.picker-calendar-day-selected span {
    background: #04BE02;
    color: #fff;
}
.picker-calendar-day span {
    display: inline-block;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.picker-calendar-month-picker,
.picker-calendar-year-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
    max-width: 200px;
    -webkit-flex-shrink: 10;
    -ms-flex: 0 10 auto;
    -webkit-flex-shrink: 10;
    -ms-flex-negative: 10;
    flex-shrink: 10;
}
.picker-calendar-month-picker a.icon-only,
.picker-calendar-year-picker a.icon-only {
    min-width: 36px;
}
.picker-calendar-month-picker span,
.picker-calendar-year-picker span {
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popover .picker-calendar .picker-calendar-week-days,
.picker-calendar.picker-modal-inline .picker-calendar-week-days {
    background: none;
}
.popover .picker-calendar .toolbar:before,
.picker-calendar.picker-modal-inline .toolbar:before,
.popover .picker-calendar .picker-calendar-week-days:before,
.picker-calendar.picker-modal-inline .picker-calendar-week-days:before {
    display: none;
}
.popover .picker-calendar .toolbar:after,
.picker-calendar.picker-modal-inline .toolbar:after,
.popover .picker-calendar .picker-calendar-week-days:after,
.picker-calendar.picker-modal-inline .picker-calendar-week-days:after {
    display: none;
}
.popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
.picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
.popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
.picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #c4c4c4;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
    .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
    .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
    .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
    .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
    .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
    .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
.picker-calendar-month-picker,
.picker-calendar-year-picker {
    display: block;
    line-height: 2.2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.picker-calendar-month-picker a.icon-only,
.picker-calendar-year-picker a.icon-only {
    float: left;
    width: 25%;
    height: 2.2rem;
    line-height: 2rem;
}
.picker-calendar-month-picker .current-month-value,
.picker-calendar-year-picker .current-month-value,
.picker-calendar-month-picker .current-year-value,
.picker-calendar-year-picker .current-year-value {
    float: left;
    width: 50%;
    height: 2.2rem;
}
i.icon {
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-style: normal;
    position: relative;
}
i.icon.icon-next,
i.icon.icon-prev {
    width: 0.75rem;
    height: 0.75rem;
}
i.icon.icon-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
i.icon.icon-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.weui-actionsheet {
    z-index: 10000;
}
.weui-popup__overlay,
.weui-popup__container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.weui-popup__overlay {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.weui-popup__container {
    display: none;
}
.weui-popup__container.weui-popup__container--visible {
    display: block;
}
.weui-popup__container .weui-cells {
    margin: 0;
    text-align: left;
}
.weui-popup__modal {
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    border-radius: 0;
    opacity: 0.6;
    color: #3d4145;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: 100%;
    background: #EFEFF4;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    overflow-x: hidden;
    overflow-y: auto;
}
.popup-bottom .weui-popup__modal {
    height: auto;
}
.weui-popup__modal .toolbar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}
.weui-popup__modal .modal-content {
    height: 100%;
    padding-top: 2.2rem;
    overflow: auto;
    box-sizing: border-box;
}
.weui-popup__container--visible .weui-popup__overlay {
    opacity: 1;
}
.weui-popup__container--visible .weui-popup__modal {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.weui-notification {
    position: fixed;
    width: 100%;
    min-height: 3.4rem;
    top: -2rem;
    padding-top: 2rem;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: .65rem;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: .4s;
    transition: .4s;
}
.weui-notification.weui-notification--in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.weui-notification.weui-notification--touching {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.weui-notification .weui-notification__inner {
    padding: .4rem .6rem 1rem .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.weui-notification .weui-notification__content {
    width: 100%;
    margin: 0rem .4rem;
}
.weui-notification .weui-notification__title {
    font-weight: bold;
}
.weui-notification .weui-notification__text {
    line-height: 1;
}
.weui-notification .weui-notification__media {
    height: 1rem;
    width: 1rem;
}
.weui-notification .weui-notification__media img {
    width: 100%;
}
.weui-notification .weui-notification__handle-bar {
    position: absolute;
    bottom: .2rem;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 2rem;
    height: .3rem;
    border-radius: .15rem;
    background: white;
    opacity: .5;
}
.weui-photo-browser-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.weui-photo-browser-modal.weui-photo-browser-modal-visible {
    opacity: 1;
}
.weui-photo-browser-modal .swiper-container {
    height: 100%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.weui-photo-browser-modal .swiper-container .swiper-pagination-bullet {
    background: white;
    visibility: hidden;
}
.weui-photo-browser-modal .swiper-container.swiper-container-visible {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.weui-photo-browser-modal .swiper-container.swiper-container-visible .swiper-pagination-bullet {
    visibility: visible;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.weui-photo-browser-modal .swiper-container .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.weui-photo-browser-modal .photo-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.weui-photo-browser-modal .photo-container img {
    max-width: 100%;
    margin-top: -30px;
}
.weui-photo-browser-modal .caption {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    padding: 0 12px;
    min-height: 3rem;
    font-size: 14px;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    opacity: 0;
}
.weui-photo-browser-modal .caption .caption-item {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
}
.weui-photo-browser-modal .caption .caption-item.active {
    display: block;
    opacity: 1;
}
.weui-photo-browser-modal .swiper-container-visible .caption {
    opacity: 1;
}
.color-primary {
    color: #04BE02;
}
.color-danger,
.color-error {
    color: #f6383a;
}
.color-warning {
    color: #f60;
}
.color-success {
    color: #4cd964;
}
.bg-primary,
.bg-success,
.bg-danger,
.bg-error,
.bg-warning {
    color: white;
}
.bg-primary {
    background-color: #04BE02;
}
.bg-danger,
.bg-error {
    background-color: #EF4F4F;
}
.bg-warning {
    background-color: #FF6600;
}
.bg-success {
    background-color: #04BE02;
}
.weui-toptips {
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.weui-toptips.weui-toptips_visible {
    opacity: 1;
}
.weui-icon_toast {
    font-size: 55px;
    color: white;
    margin-bottom: 6px;
}
.weui-toast--forbidden .weui-icon_toast {
    color: #f6383a;
}
.weui-toast--text {
    min-height: initial;
    font-size: 18px;
    padding: 8px 16px;
    width: auto;
    top: 40%;
}
.weui-toast--text .weui-icon_toast {
    display: none;
}
.weui-count {
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
.weui-count .weui-count__btn {
    height: 21px;
    width: 21px;
    line-height: 21px;
    display: inline-block;
    position: relative;
    border: 1px solid #04BE02;
    border-radius: 50%;
    vertical-align: -6px;
}
.weui-count .weui-count__btn:after,
.weui-count .weui-count__btn:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 11px;
    background-color: #04BE02;
    left: 50%;
    top: 50%;
    margin-left: -5.5px;
}
.weui-count .weui-count__btn:after {
    height: 11px;
    width: 1px;
    margin-top: -5.5px;
    margin-left: -1px;
}
.weui-count .weui-count__decrease:after {
    display: none;
}
.weui-count .weui-count__increase {
    background-color: #04BE02;
}
.weui-count .weui-count__increase:after,
.weui-count .weui-count__increase:before {
    background-color: white;
}
.weui-count .weui-count__number {
    background-color: transparent;
    font-size: .8rem;
    border: 0;
    width: 1.3rem;
    text-align: center;
    color: #5f646e;
}
.weui-panel .weui-media-box__title-after {
    color: #9b9b9b;
    font-size: .65rem;
    float: right;
}
/*菜单竖线*/
.weui-nav{
    display: flex;
}
.weui-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0 0.75rem;
}
.weui-nav li:not(:last-child) {
    border-right: 1px solid #9b9b9b;
}
/*字体11-55号*/

.f11 {
    font-size: 11px !important;
    line-height: 11px; }

.f12 {
    font-size: 12px !important;
    line-height: 12px; }

.f13 {
    font-size: 13px !important;
    line-height: 13px; }

.f14 {
    font-size: 14px !important;
    line-height: 14px; }

.f15 {
    font-size: 15px !important;
    line-height: 15px; }

.f16 {
    font-size: 16px !important;
    line-height: 16px; }

.f17 {
    font-size: 17px !important;
    line-height: 17px; }

.f18 {
    font-size: 18px !important;
    line-height: 18px; }

.f19 {
    font-size: 19px !important;
    line-height: 19px; }

.f20 {
    font-size: 20px !important;
    line-height: 20px; }

.f21 {
    font-size: 21px !important;
    line-height: 21px; }

.f22 {
    font-size: 22px !important;
    line-height: 22px; }

.f23 {
    font-size: 23px !important;
    line-height: 23px; }

.f24 {
    font-size: 24px !important;
    line-height: 24px; }

.f25 {
    font-size: 25px !important;
    line-height: 25px; }

.f26 {
    font-size: 26px !important;
    line-height: 26px; }

.f27 {
    font-size: 27px !important;
    line-height: 27px; }

.f28 {
    font-size: 28px !important;
    line-height: 28px; }

.f29 {
    font-size: 29px !important;
    line-height: 29px; }

.f30 {
    font-size: 30px !important;
    line-height: 30px; }

.f31 {
    font-size: 31px !important;
    line-height: 31px; }

.f32 {
    font-size: 32px !important;
    line-height: 32px; }

.f35 {
    font-size: 35px !important;
    line-height: 35px; }

.f40 {
    font-size: 40px !important;
    line-height: 40px; }

.f45 {
    font-size: 45px !important;
    line-height: 45px; }

.f50 {
    font-size: 50px !important;
    line-height: 50px; }
.f55 {
    font-size: 55px !important;
    line-height: 55px; }
/*字体颜色*/
.f-red {
    color: #ef4f4f !important; }

.f-green {
    color: #04be02 !important; }

.f-blue {
    color: #18b4ed !important; }

.f-black {
    color: #333 !important; }

.f-white {
    color: #FFF !important; }

.f-zi {
    color: #FF33CC !important; }

.f-gray {
    color: #CCCCCC !important; }

.f-yellow {
    color: #FFFF66 !important; }

.f-orange {
    color: #FF6600 !important; }
/*背景颜色*/

.bg-green{
    background-color:#04BE02;
}
.bg-red{
    background-color:#EF4F4F;
}
.bg-blue {
    background-color: #18b4ed;
}
.bg-blue:not(.weui-btn_disabled):visited {
    color: #FFFFFF;
}
.b-red{
    border: 1px solid #EF4F4F!important;
}
.b-green{
    border: 1px solid #04BE02!important;
}
.b-blue {
    color: #18b4ed;
    border: 1px solid #18b4ed!important;
}
button.b-blue,
input.b-blue {
    border-width: 1px;
    background-color: transparent;
}
.bg-orange {
    background-color: #FF6600;
}
.bg-orange:not(.weui-btn_disabled):visited {
    color: #FFFFFF;
}
.b-orange {
    color: #FF6600;
    border: 1px solid #FF6600!important;
}
button.b-orange,
input.b-orange {
    border-width: 1px;
    background-color: transparent;
}
.bg-gray {
    background-color: #f7f7f7;
}

/*
十六宫格*/
.grid {
    position: relative;
    float: left;
    padding: 20px 10px;
    width: 33.33%;
    box-sizing: border-box;
    text-decoration: none
}

.grids-small .grid {
    width: 25%;
    padding: 15px 8px
}

.grid:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #d9d9d9;
    color: #d9d9d9;
    transform-origin: 100% 0;
    transform: scaleX(0.5)
}

.grid:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}
/*loading动画*/
@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading {
    display: inline-block;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-left-color: #333;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: donut-spin 1s linear infinite;
}

.loading2 {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999
}

.loading2:after, .loading2:before {
    box-sizing: border-box
}

.loading2 {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

.loading2[data-text]:before {
    position: fixed;
    left: 0;
    top: 50%;
    color: currentColor;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    font-size: 16px
}

.loading2[data-text='']:before {
    content: 'Loading...'
}

.loading2:not([data-text='']):before {
    content: attr(data-text)
}

.loading2[data-text]:before {
    top: calc(50% - 63px)
}

.loading2:after {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 4px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 1s linear infinite
}
/*时间线*/
.timeline {
    padding: 15px;
}
.timeline-item{
    position:relative;
    list-style: none;
}
.timeline-item-color {
    background-color: #04BE02;

}
.timeline-item-head-first {
    width: 20px;
    height: 20px;
    left: -4px;
    top: 5px;
    position: absolute;
    content: '';
    z-index: 99;
    border-radius: 99px;
}
.timeline-item-head {
    width: 10px;
    height: 10px;
    left: 1px;
    top: 4px;
    position: absolute;
    content: '';
    z-index: 99;
    border-radius: 99px;
}
.timeline-item-checked {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color:#FFF;
}
.timeline-item-checked.weui-icon-success-no-circle::before {
    font-size: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
    margin: 0 !important;
    color: #FFF;
}
.timeline-item-tail {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    left: 5px;
    top: 5px;
    background-color: #04BE02;
  
}
.timeline-item-content {
    padding: 0 0 15px 1.2rem;
}
.timeline .recent {
    color: #04be02;
}
.timeline h4 {
    color: #333;
    font-weight: normal;
}
.timeline p {
    color: #888;
    font-size: 14px;
}
/*
* 红点提醒
*/
.weui-reddot, .weui-reddot-s {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 0 6px; }
.weui-reddot:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f74c31;
    border-radius: 5px;
    right: -3px;
    top: -3px;
    background-clip: padding-box; }
.weui-reddot-s:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f74c31;
    border-radius: 5px;
    width: 6px;
    height: 6px;
    top: 0;
    right:0;
    background-clip: padding-box; }
/*weui-tab*/
.weui-tab-nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}
.weui-tab-nav .weui-nav-green
{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    height: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #04be02;
    border-width: 1px 1px 1px 0;
    color: #04be02;
    white-space: nowrap;
    background: #fdfdfd
}
.weui-tab-nav .weui-nav-green.bg-green
{
    border-color: #04be02;
    color: #fff;
    background: #04be02
}
.weui-tab-nav .weui-nav-red
{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    height: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #ef4f4f;
    border-width: 1px 1px 1px 0;
    color: #ef4f4f;
    white-space: nowrap;
    background: #fdfdfd
}
.weui-tab-nav .weui-nav-red.bg-red
{
    border-color: #EF4F4F;
    color: #fff;
    background: #EF4F4F
}
.weui-tab-nav .weui-navbar__item:first-child
{
    border-width: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-clip: padding-box
}
.weui-tab-nav .weui-navbar__item:last-child
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-clip: padding-box
}
.tab-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:100;
}
.tab-bottom {
    bottom: 0;
    width: 100%;
    position: fixed;
}
.weui-navbar__item.tab-green {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 3px solid #04be02;
    color: #04be02;
    transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s, left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.weui-navbar__item.tab-red {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 3px solid #ef4f4f;
    color: #ef4f4f;
}
.weui-navbar__item.tab-blue {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 3px solid #18b4ed;
    color: #18b4ed;
}
.weui-navbar__item:after {border-right:none;}
.weui-tabbar__label{font-size:13px;}
/*swipe*/
.slide{
    position: relative;
    max-width:100%;max-height:80%;
    overflow: hidden;
    margin: 0px auto;
}
.slide:after{
    content: '';
    display: block;
    width: 100%;
    padding-top: 50%;
}
.slide ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide li{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide li:first-child{
    z-index: 1;
}
.slide li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.slide .slide-desc {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;overflow: hidden;
    padding: 5px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;white-space: nowrap;word-break: break-all; text-overflow: ellipsis; }
.slide .dot{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    font-size: 0;
}
#slide2 .dot{
    position: absolute;
    right:50%;
    bottom: 10px;
    z-index: 5;
    font-size: 0;text-align: center;
    margin:0 auto;
}
.slide .dot span{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.slide .dot .cur{
    background-color:#04BE02;border: 1px solid #04BE02;
}
.slide-m{
    background:#f8f8f8;height:40px;line-height:40px;vertical-align:middle;margin:0 auto;
}
.slide .txt{overflow: hidden;text-align:center;font-size:16px; white-space: nowrap;word-break: break-all; text-overflow: ellipsis;}
/*
提示空白页*/
.weui-msgbox {
    width: 100%;
    height: 80%;
    display:flex;
    align-items: center;
    justify-content:center;
}
.weui-msgbox p {
    font-size: 16px;
    color: #bbbbbb;
    padding: 0 15px; }
/*搜索*/
.search-input{
    box-sizing: content-box;
    width:100%;
   line-height: 2.1;
    display:inline-block;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius:1px;
    font-family: inherit;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    padding: 0 5px;
    background-color: #fff;
    border:1px solid #04be02;opacity:0.9;
}
.search-input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}
.search-input+button::after {
    border: 1px solid #04be02!important;
}
.search-input+button{
    border-radius:0!important;
}
/*支付场景*/
.weui-pay {
    position: relative;
    z-index: 1;
    padding: 15px;
}
.weui-pay-12{
    font-size: 12px;
    font-weight: normal;
}
.weui-pay-inner {
    background-color: #FFFFFF;
    padding: 16px;
    position: relative;
    z-index: 0;
}
.weui-pay-inner:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #DDDDDD;
    transform: scale(0.5);
    transform-origin: 0 0;
    box-sizing: border-box;
}
.weui-pay-title {
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}
.weui-pay-input {
    margin-top: 12px;
    padding-bottom: 18px;
    position: relative;
    z-index: 2;
    color: #333333;
}
.weui-pay-input:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
    color: #DDDDDD;
    transform-origin: 0 100%;
    transform: scaleY(0.5);
}
.weui-pay-strong {
    position: absolute;
    color: #000000;
    font-size: 28px;
    line-height: 1;
    left: -6px;
    top: -3px;
    font-weight: normal;
}
.weui-pay-inputs {
    padding-left: 28px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: 0;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
}
.weui-pay-inputs::-webkit-textfield-decoration-container {
    background-color: transparent;
}
.weui-pay-inputs::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.weui-pay-inputs::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.weui-pay-inputs::-webkit-input-placeholder {
    color: #EEEEEE;
}
.weui-pay-intro {
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 14px;
}
.weui-pay-info {
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 16px;
    text-align: center;
}
.weui-pay-btn {
    margin-top: 12px;
}
.weui-payselect-title{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.weui-payselect-info{
    font-size: 12px;
    color: #a6a4a5;
    text-align: center;
    margin-top: 6px;
}
.weui-payselect-ul{
    margin-top: 28px;
    margin-right: -12px;
    overflow: hidden;
}
.weui-payselect-li{
    float: left;
    list-style-type: none;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 12px;
    padding-bottom: 12px;
}
.weui-payselect-a{
    display: block;
    border: 1px solid #DADADA;
    color: #dadada;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.weui-payselect-on{
    border-color: #09ba07;
    color: #09ba07;
}
.weui-pay-num{
    font-size: 50px;
    text-align: center;
}
.weui-pay-u li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    line-height: 22px;
    width: 100%
}
.weui-pay-u .title {
    font-size: 12px;
    color: #999;
    -webkit-box-flex: 1;
    width: 30%;
    -webkit-flex: 1;
    flex: 1;
    display: block
}
.weui-pay-u .content {
    font-size: 12px;
    color: #333;
    text-align: right;
    -webkit-box-flex: 1;
    width: 70%;
    -webkit-flex: 1;
    flex: 1;
    display: block
}
.weui-pay .pay-div {
    margin: 19px 0 13px 0
}
.weui-payrec {
    position: relative;
    z-index: 1;
}
.weui-payrec .weui_cell_title {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}
.weui-payrec .weui_cell_info{
    font-size: 12px;
    line-height: 1.6;
    color: #999;
}
.weui-payrec .access .weui_cell_ft:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}
.weui-pay-order {background-color:#FFFFFF;margin-bottom:20px;overflow:hidden;padding: 18px 29px 0;}
.weui-pay-m{
    background-color:#FFFFFF;
    margin:0 0 13px;
    padding:0;
    position:relative;
}
.weui-pay-m::before{
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-style: solid;
    border-width: 1px;
    border-color: #EDEDED;

}
.weui-pay-order:before, .weui-pay-order:after{
    content:"";
    background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAyCAMAAABiSatuAAAAS1BMVEX////j4+P////////t7e3////j4+P////////u7u7g4ODu7u7k5OT8/Pz////////////////////u7u7l5eXf39/s7Ozt7e38/PybHTnUAAAAF3RSTlOv6+mh61D+/ev9r6+vr3jZN0r//////pA5V/oAAACISURBVHja7ZNbDgIhDEUvgMA8Hxba2f9KdTQCpisw8XyeBNqbtlgdOtwKt9lUsZsDbOywAFK8V2L6i6c4KZeS6fwIKpmJOBd5Cw5CLyTwJXygSvDAYrgJNgsmMzQxmAmz74WfMX6LUQn1RH2qyurGdOspyhVOWrgW/8dHqXZdXYO+l/24dRz7A2urJ0UzyblDAAAAAElFTkSuQmCC") repeat-y;
    width:8px;
    height:100%;
    -webkit-background-size:8px 25px;
    background-size:8px 25px;
    position:absolute;
    top:0;
}

.weui-pay-order:before{
    left:8px;
}

.weui-pay-order:after{
    right:8px;
}
.weui-pay-line {
    padding: 0;
    background-color: #FFFFFF;
    position: relative;
    font-size: 16px;
    color: #888888;
}
.weui-pay-line:after{content:"";height:1px;width:100%;left:0;bottom:-1px;position:absolute;display:block;z-index:11;}
.weui-pay-name{
    font-size: 15px;
    color: #333333;
    padding-bottom:5px;
}
.weui-pay-label{
    font-size: 13px;
    overflow: hidden;
    color: #999999;
    width: 72px;
    display:inline-block;
}
.weui-pay-e{
    display:inline-block;
    font-size: 13px;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}
.weui-pay-area{
    margin-top:7px;
    border-top:0.0625rem dashed #DEDEDE;
}
.weui-pay-area{
    padding:15px 0 14px;
    text-align:center;
    font-size:13px;
    font-weight:700;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    box-orient:horizontal;
}

.weui-pay-c{
    color:#999999;
    position:relative;
}
.weui-pay-c,.weui-pay-v{-webkit-box-flex:1;-webkit-flex:1;flex:1;display:block;}
.weui-pay-c:after{
    content:"";
    width:1px;
    height:25px;
    border-left:1px solid #DEDEDE;
    position:absolute;
    top:0;
    right:0;
}

.weui-pay-v{
    color:#04be02;
}
/*fullpage*/
.fullPage-wp{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fullPage-wp:after {
    display: block;
    content: ' ';
    height: 0;
    clear: both;
}
.fullPage-wp.anim{
    -webkit-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
.fullPage-page{
    display: block;
    overflow: hidden;
}

.fullPage-dir-h {
    float: left;
}
/* 箭头 */
@-webkit-keyframes start {
    0%,30% {
        opacity: 0.2;
        -webkit-transform: translate(0,10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0,0);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: translate(0, -5px);
    }
}
@keyframes start {
    0%,30% {
        opacity: 0.2;
        transform: translate(0,10px);
    }
    60% {
        opacity: 1;
        transform: translate(0,0);
    }
    100% {
        opacity: 0.2;
        transform: translate(0, -5px);
    }
}
.start{
    position: fixed;
    left: 50%;
    margin-left: -17px;
    top: 95%;
    margin-top: -34px;
    width: 34px;
    height: 34px;
}
.start b{
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -9px;
    width: 19px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAYCAYAAAB9ejRwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NEE1QzAwRjUwNUVFNDExQjUyN0I2QzNBRjZFQTlDRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRkFBRkZBNTY5NzcxMUU0QjQ4RkMyMjdFRTY0MERCQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRkFBRkZBNDY5NzcxMUU0QjQ4RkMyMjdFRTY0MERCQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NURGOEYwOEMyNjhFNDExQjM3NEZBQ0Q5QTM2MUEyMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NEE1QzAwRjUwNUVFNDExQjUyN0I2QzNBRjZFQTlDRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoRMrLEAAADlSURBVHjazNddEYMwDADg4WBSkDAJkxAJk4ATpEzCJEwCEkJ6K0fXDZrfu+YubzT5epBeGRDx0l14oagOUC6UYxcoqvHAPewwK4rWz/gbNpgFdQCyw7SoBsgG06CYID1MihKCdDAuip67Ur5QH3wYB+UAksFaKAEovdYxN7bBzlASULGGC7uJURqQEJYC2Khc9M0oOp1sVg+rUeZdetQqUZ4gU80NFQFSwxIqEqSCZRRnhO8O9y7OAC0bCkKuIPKj5tOr+KYgGtSA7b2q6YNo0AHsu9efcwqiQRXsWfcaevzFWgUYANEEcX5wqz+wAAAAAElFTkSuQmCC);
    background-size: 100% 100%;
    -webkit-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out;
}
.fullpage{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*分享到朋友圈或朋友*/
.weui-share {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.75); }

.weui-share .weui-share-box{
    position: absolute;
    top: 65px;
    right: 20px;
    width: 140px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    border: 2px solid;
    -webkit-border-radius: 10px;
    border-radius: 10px; }

.weui-share i {
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAAB6CAYAAABne9ctAAAACXBIWXMAAAsSAAALEgHS3X78AAAgAElEQVR4nO19e3RV1b3u95trv/JOIOEhAhrFF4otKqDiURSttdrW2lLP8dTT9tbjPe3Ve3vGaa/WcUdtj8NRO6jaoCi1jSiIgqDyMrw0BuQVIAHyfu+8d7KTnZ2dvbMfa8057x9zLbNFlFeAnZhvjDU2mezHWutbvzl/70k4TUgpT/ejYwAYAGH+2wmAAOgAUsy/NfM90wDYAdg559mapmUJIdKllLU+n69i6dKlbtt5OPnRDIK64RKKEABIAmCDIiULiiSHOT4ZQJoQwmmOp5mfnwgghYiyzfFMxlimlJIbhnG4ubm5cenSpaEXX3zRPkbg8EJGo9ELNU2bDkC32WwThRATGWOThBDjAOQQkV0IkcUYmwyAA8giIgZFKsxXOwAQkSP+y4PBYMXOnTt3//rXv26tra11AhgjcLghhMix2WyPM8ZmSCntRJQJIJ2IBBG5ADBN0ySUtJ40Ojo6at58880dixcv7uzt7U0xP8/HCBxmhEIhP2Ms2+l0XgE1bVowTL1BCiF0xpjNlDxATbmQUoKIKG6MDMMw3G5388svv7z75Zdfduu6PgjAB8APIMowhmHFe++95/F4PDuFEJaSAsMw9Gg0GuOccyGEYIzZ8XkJJAAUR541JltbWzuXL19evGzZsipd1zsA1AFoBTAAgI8ROMx49NFHQ5s2bdrqdrv3GYYRAwDGmOZwOJyaCTJxou9qbm7uWLVq1b6VK1eWh8PhZgDVANwA+gEYAOQYgcMPUVlZ2eTxeEqi0WgYAJiCFjdlnhBer7c3Pz//0yVLlpQ2Nzc3IE7ypJTcet/YGjjMCAaDObquX885v8jhcBx7f6UcMqCtafPYN6C7u9v77rvv7n/mmWdKhBCtAOpxHPKAMQKHCwRlr12bkpLyPSnl96WUExljKfFvklLKWCymExE5HA778b7I5/P1rVy5cvcLL7xQIoToAFALNW0GoMyOz2GMwDOHE8AFQojvE9F3iGg+ETks0TKVFgYo6RJCCIfD4cBxzIi+vj7/unXr9uXl5ZW2t7e7ochrhlrzuDyO+2uMwDPDVADXSSn/hYhuJKIL4/+zp6fHEwgEwllZWZmZmZmZluQREUkpZfz82d/fP7B27dq9zz33XHFLS4sbas1rAuCXUhpfdgJjBJ4eNABzADwkpbyNiGbA9KRIKYVhGHp1dXXDhx9+WFlVVdXzgx/84PKFCxfOTU5OTgYAzrlhaqMMAIVCodDWrVsPPvvss8Vut9sNteY1Qdl6X5g24zFG4KljPIBbpJSPEtHt8e6uWCwW7u7u7tm1a1fN8uXLK7dt29bicrkCANouu+yy8bm5uVcASiu1yItEIpFNmzYVP/vss/vcbncLFHmNAPqgjP+vjBqMEXhq+AaA+6WU3yWiaxDnaent7fWWlJTUrVmzpnLHjh3tbrfbA8ATiUQ6N2/ebNx7773pWVlZWRMmTLjQnDkpGo1Gdu3adfT3v//9npqaGjeABvPwAdBPRB4wRuDJgAHIAHCTKXV3mlLHACAWi0Wrq6vrN2/eXPWPf/yjqqmpySuE8ALoANAOoLenp0e0trYWGoZxFxFNBYBAIBDYs2dPxZ///Oe9NTU1LVDE1eMUyAPGCDwZTBZCPEBEPyGi661BKaX0+/29u3fvrsrLyyspLCxsMwwjnjgvlLsrBgDRaLQ6FAqVAfjGwMBAYMOGDfv/8pe/HDx69Ggr1JRZD6AHQOxkyQPGCDwRZgL4GRH9kIimW4OGYeg1NTX1W7ZsqcrPz6+urKxshyKuFUAnTEczAGGRsWDBAs/cuXM/0XX9goMHD4Z+97vflXR0dLRDKSsNUISfEnnAKYY04jHKI/IagFullP+TiL4NIBVQUjc4OBjctWvX0TfeeKPs/fffbzQMo4dz3gygBYqEEI5jsy1YsMA2adKkCxlj83bv3p3d3NwchJK8RgC9ACKnQp5lgYwR+EVkArhbSvlLIrrFGhRCGB6Pp2vTpk2HlyxZcrS8vLwDSupazFcflASJ432pafMlA5gCFXEPw1wjcQprXtz3qddTvToLo5TAyUKIHxPRT4noWmvQMAy9oqKi9q233ip9++2369ra2tqhiGsG0A0ldSdU+YlIgyLRBZVycVKf+5LvUq+n+kELo5DAqQD+h5TyESKaDICklFLX9diePXuOLlu27NCaNWvqhBAeKN9kC5T0RL9M6o6FKYXWIfF55/YpwSJwTIlRmAHgV1LKHxPRRJg3uLe3t2fHjh1H8/LySvfu3dsMoA1K6eiA8k+e0tRnvndYn/yvO4EagKsB/ArAj4ko3RyXra2trR988EHpK6+8UlZVVdUGNV02AvAAGMSXOJfPNb7OBGoArhdC/JKIvhdHHurr65veeOON/UuWLCnr7+/vgJoy3VBaZuRkp8xzga8rgQ4AN0gpf8MYuwsqRxNSSlFVVVX3+uuvH3jllVfKQqGQZWS3YEjLPO9SF4+vK4FzpZSPE9F9MF1i0Wh0sKampvm5557b9f7779eGw2HLsdwKMwcl0cgDvn4EMijJe5yI7sWQPzNSUlJSnZ+fX/Luu+9W6breAhWPa4NKY/jSeNz5xteJQA3AVVLK/zIlzwkAuq5H9+7dW7548eI927dvb9B1vRmKvHYAwWNzUEYNpJQj7fgm5/xNKeWgNGEYhlFUVHRg4cKFLwD4JYDvALgCqkaBJcA5f+lh4esigdcKIf6DiL4HU2GJRCKDR44cqX3++ef37tixow5DEQEPgMFE0jS/Cl8HAqcLIR6PNxUMw4iVlJRU5+Xl7du4cWMtlHFeBxVJSCgz4UQY7QROEkL8lDH2Y6i0P3DO9cOHD1fn5eXtKygoqBFCxJMXTkRN86swmgkcL4T4HhH9BEPkGVVVVfVLlizZu3r16iooyauFmjZPKZyTKBitBKYIIX5ERP9ORJcAyg/Z2NjYnJ+fX7xy5coqKNeYJXkjZs07FqOxNkLjnH+LiB4hoqutwba2tvZVq1YdXLFiRYUQwiKvAyOYPGB0SuAsxtjPiGi2NeD3+/s2bNhQumzZsiM9PT1uqBSGEU8eMPoInC6E+CkR3WoN9PX19RQUFJTm5eWVdHZ2NkOR1wYgNNLJA0bXFDpeCPHPRLSIiNIA5SL75JNPyvPy8g42NDRY4SCrOHLEkweMHglM5pzfxxj7VyKaBChzoaysrO6ll146tH//fivnshlmuvpI1DiPh1Ehgbquz2KM/ZCIrgBURVBbW1vn22+/XfLxxx83QJkLTVAhoYSMKpwuRgOBkzRNewjAjTBT3X0+n2/btm1H33rrrQqo9c6N00iaHQkY6QQmc86/bSbeZgLKx1lUVFT+2muvHfZ4PK0YiqRHRxt5wMgm0GYYxnWMsQfNdY9xzo2ysrK6ZcuWHSopKWmEIs8y1EcdecDIVmImMsYeAHCTNdDZ2elZu3bt0e3bt9dDkdcKVZo8KjTO42GkSqCdc34HgO8SUSoARKPRyCeffFK1Zs2aSqhgbDNOM+t5JGEkSiABuIQx9hMiughQWmdVVVVjfn7+YbNIshmnWSwy0jASJTBNCPEtAHNhJuD29PT0rFu37khhYWEjlNbpgQoNjdqp08KII9AwjKullHdb3pZIJBI5dOhQ3fr166sxVOLVjxPUlo8WjDQCMwB8izH2meLS2trauWXLlqrq6upmKPJ68TWYOi2MJALthmHMM0ucLekbPHDgQMPKlSsrdF1vB9CFUWwyHA8jicBsAHcxxmbCrBxyu90d27dvr/X5fFat3plOnfFKHeGL9+e0q7nOFkaMFmoYxkwAt1qJSaFQKPTpp5/WfvLJJ1YmmVW3cLLSZ9XpOaF6UxMAp2EYus1mc0G55XwYaqEcAhCEKmwxzL+jw3V9p4uRQmAagPmaps0w/5atra0dGzZsqGptbW2HIvBEISInVPXtBQAuEUJcwBi7UEp5MZR0J0spNU3T0jnnfgDEGHMJIQLm5wPmb4SIqFVKeSQWi+1LSkrqgyL1vGBEEKjreq7ZyiodUJpncXFxY1FRUSPn3CpvPp7BngyVB3otgEsBXCOlvB5Atuk7zQAAIrJ6VEsApGlDjXbj2yNLKXWoUFRECNGuaVp5NBotFkLsCwaDR3NyckIY5vq/E2EkEGgHMIeIrrQGOjs7vbt3724MBAIeKOkL4vPS5wQwWwhxLWPseinlDQAmEtF4s0r2M4bi2pXF33gphOBEpJnvl1K1Q7YDsBORy+wif6kQ4lbDMA4nJSVt7unp2Z6Tk1N7LpWokUDgFAA3McZyAMAwDKOmpqb14MGDLVD16X0YMhvGA7gKqhXW7UQ0W0qZTETOY79U1/Wopmm2QCDgF0LIUCgUBiBDoVB0cHAwarPZSAghAcBut9tSU1OTs7Ky0h0Oh8Nms9k0TbMRkVPTtEmapt1ts9muI6J5vb29b3Z2dn46efLkczKtJjqBNsMwZhDRN4jIJaWUXq+3p6ioqK62trYNyuYLSylTAMwCcI+U8i4AuUQ0Lv6LhBCGSVSgo6Ojx+Px9LW3twdaW1sDg4ODus/nG/R6vWFd17lhGHxwcFB3uVxMCIEJEya4srOzkyZOnJg2efLkjGnTpmXn5uZOmjhxYo7D4XACgKZpOUlJSQ9IKafpuv7K8uXL3//Zz3521kNYiU5gEud8pt1unwqoxNz29nZvUVFRYygU6rr99tsH161bd7nZq/PbRPRNsxPEZ93gOee8t7fX6/F4fOXl5R1lZWXdtbW1fZWVlT6v1xuSUsZ8Pl8IgO5yuXgkEolBmSI8KSkJ4XDYWhdtOTk5qUlJSSnTp0/PvPHGG6fNmzfv0lmzZl06ZcqUiXa73c4Yc6WkpNwshHDNmzcv+PTTT28HEDmbNyihCYxEIllENNOKOMRisWhNTU37wYMHWxYtWsSXLFkyPyMj4wcAFhBRVvxng8Fgv9fr7T18+HDL7t27WysrK3v37NnTFYlEBqPR6ACUVmmZBREAsUgkokOZCBwAt8gDQJxzm8fjcQBIampqSt67d2/aVVddNXXRokXX3XHHHdddccUVM9LS0lKJiKWmpn4zOzv71/fee2+QiHbKs1iilsgEalLKC8xenHYA0uPxeBsaGjqfeOKJnMcee2x+dnb2XWZXic/WOF3XY3V1dY0HDx5s3rp1a1NxcXF3fX19D5SR3w+V1NQPZRIMQtlyFmnCPI7tJmG1BtGg7pk9Go0ml5aWtjQ3NzdVVVXVP/zww3fPnTv3+tTU1FTGmC0zM/OmaDT66Jo1azqIqO5sOdYTmcAkm812DWPsEiIizrkYHByMzZ49O2fOnDk/ysnJmY2489d1PdrR0eEpKiqq2bRpU8O2bdtaBwcH+3Rd90Hlw/RiiLgIVKMdjjiyTrRexXXYJSgJ9vl8vp4333yzKxKJ+DRN0+fMmXNjcnJyqs1mc2ZlZS3Mzc0tvfnmm5cSUfBsrIcJS2B/f7/dbrdPd7lcGVCuMzFhwoSsCy644Jvjxo2bYr1PCMH7+vp8Bw4cqF21alVlYWFhW1tbmxdKQ+2C8tD0QXlOrPVNns7NjPuMBCCIyICS4FBBQcHguHHj+Lhx49Jnzpx5vaZpWnJy8riJEyd+9+GHH969e/fu/RjaEGvYkLAE6rrustvtOTDPUdM0LTs7Ozu+TX84HA4dOXKkdsuWLTWvv/56bVdXV280Gu2CyoPphDLwQ1A3Tgy3BJjfZxBRcGBgoG358uWFc+bMufDiiy++LC0tLQsAZWVlzZwxY8admZmZ5UQUGO6pNGEJdDqdaQAmWTYcETGLPCml9Pv9voKCgtI33nijfNu2bVbbK6tXZw+GenWelrSdCqSUgojCkUika+/evQVz5sy56corr1zIGNNcLldqenr6tbNmzZq8c+fOQfOchg0JG42w2+0X2my23GN3O4lGo5GKioqavLy8HU8++eTubdu2VUNlXZcBqIBKp/DB7GF2rrwi5u9Etm/fXtfW1vZxf3+/F1AzR1ZW1iULFy68BoDzCzt9nCESVQKvtdvtDxLRxXFjMhwORwoLC0v//ve/l65fv94thOiGIqwFSurCOI9p86YkBsPh8GFd171QbSUpLS1t/NSpUy+fPn36rubm5mH1lyYigTcIIX7NGLuLiJKtwUgkEi0sLCxdvHjxPjP3pQOKvHYo0yBRovA8Go02SCl7TP8pUlNTM5xOZ46maWkwMwaG68cSicAUqA5K/8kYuxtxDmcppfR4PN7NmzdXFRYWWlvRNGKoV2fCFKtIKWVpaakBoEtKaZgOcHI6neMHBgaSAdiIaNhSHRNlDXQZhnGLlPK3RPQ58gBlKvj9/mBra6sldbVQkjcgpUy4YpVIJDIgpfRyznXgs4iHMycnJw3HXNuZIhEITOKc36tp2n8BuBXmBRqGoVubKBIRk1LqSUlJQaip04sEThvs7e2NSClDlr6iqQAjM6VxWO/5+SYwlXP+Y8bYk0R0K6k9ZtHf39/X2NjYMjAwMABAMsaYw+GwZWZm6lD+y0RZ746LGTNmaJqmxeLMHggh0N7ezjGKCMzgnN/PGPtPs57dBign9LZt20oLCgqORiKRMKCmUCKSRBTvq0xYjB8/HowxLs0meZxzg3Mu/X7/sM8Y54vAZJO8x8wtbAAAgUCgf/PmzQefeOKJT2traxs1TeMw95ZNSkpK0jSNYcixnLCIRCJ2TdOSMZSKAcMwxJQpU2wYBS2XMzjn9zLGHo8jT/b39/s3btx48LnnnitubGxsyc3NHW+322OAWgM1TdMyMjKSkODkAYDT6XQ4HI4JjDEXoDTTUCgUsdlswAgnMJlz/kPG2KNmW38GAH6/3//ee+/te/bZZ61mBHW5ubkBTdPCMLfjdjqdzqSkJKfT6dSi0fOezfeVcDgcyUQ02fIiCSFkf3//YHNz87AHd88lgTbO+XcYY/9BRNdZg319fb0FBQUlf/3rX0saGhqaANSPGzfOPWnSpEhcSh9cLleSEMJmt9vt0Wg0oaXQ6XROIaIcMzsAsVgs6vf7wxgKXw0bztUaaAdwL2Psf8eT19/f79+8efOhP/3pT/srKioaobon1ft8vm4i6o5EIm2WsskYYxkZGSnBYPB4GdOJBAJwiaZpk62B7u5uX0dHRwBDgeNhw7m4EXYAN0spHyOieeaY9Pv9vs2bNx/4wx/+sK+srKyRc2717OwFEDtw4IAvFAo1G4YRBgC73W7Pzc29IDc3N+kcnPPpggBMIKLrNE2bAKgsuoaGho6SkhIPlAttWB3sZ5tAgvJtPkpE82Ea6QMDAwMFBQUlf/zjH/fX19e7oaIJDYirqK2rq4sKITotVdzpdDouuuiiqfPnz88BYOVrJhrIMIwrNU2bR0Q2QF1rWVlZ29GjR7tg7jcxnD94tgm8xtyX4R6Ye8wGg8FAUVHRkaVLl5bU1NQ04fPkfWagjx8/nkej0WYhRBhQmmh2dvbk6dOnT05LS3MiMbXRTAC3McY+KwFob2/vLikpaYNyuIcwQggkABcLIR5hjN1vpcTruh7dt29fxQsvvFC8d+9ei7gGHKeHy9NPP837+/sbBgYGGqyxjIyMcbNnz/5GWlpaylk899MFGYYxk4jusMrfgsFgqLS0tMnc5NFK6xhWY/5s3YTxAP6NiB6Eqk+Quq5HS0pKqhYvXrx/165ddZzz+L3zvuCdl1LKioqKjkAgUMk5jwFAcnJyyowZM76xcOHCKUisSAoA5DDG7mOMXW/6bkV7e3vXRx99VOt2u61NIYfdBXg2CMwSQjwopXyIiLIBQNd1vaysrDYvL2/v1q1b63Rdt3at/MruSS+++GKfz+crDYfDPgCSiNikSZMuufPOO+dkZma6EmgddJhdM+62/LnBYDBUXFxc/+GHH9bFYrFuqCy2Yc8PHW4CbWbnpJ8TUS6gJMntdrfm5+cfWLVqVSVULK8BKpb3lannFRUVRmNj44G+vr5qmGteWlra+FmzZt3+i1/8YhqGOTRzBvgmgIfMHFYAkI2Nja0FBQVVXq/Xg6G4ZUL7Qm0A5jLG/p2IZgFgQgjh9Xq9q1evPrR69epKqNQHqyDzZLrDy3Xr1jW0t7d/Go1GgwDgcDic06ZNu+G22267NScn53xLIUFtGvkQY+wOS/r6+vr8GzduLCsqKrJ2O0u8fZfkFzejuJZzvsIKsEopRVdXV+ff/va3zVlZWf8XwI+gNhU+pU01ANjz8/MXut3uvUIIIaWUQgheX1+//fnnn78egO1kv+ssHOmc88eFEG3mNctwOBwsKCjYnZKS8hsA34eqS3RB5bYO+8YfwyWBlwghfk5qPyINAILB4MBHH31Unp+ff7ivr68NSmE5nTbH/IMPPiirq6v7aHBwsB9QJsXkyZOvv+OOO36Sl5c36TxJYSrn/AFzuZgCqLBXVVWVe+XKlYdDoVA3VNeMHiRit6i4p8HJOX9CCNFhPYWGYRiFhYXFt9xyy3MA/g2qFaSVpHvKTyIA59NPPz2/urq6UMbB7/c3HTp06Fe//e1v007ne8/gSDEM4ydCiD1SSm6dj9vtbn7qqadWpqamPgbgdgCTTveaT1YCz5TAJCnld4UQldZFcM6NysrKmkWLFr0E4BGoNIkLoAz507oQqJkic8WKFf+rs7OzQZr5npxz7vP5ykpKSv75ww8/TD9H5I03DOOn5jXHzMsWgUDA/8ILL7w/adKk3wL4HtS2rq6zdR7DQqCu6zcLIdZJc90TQojGxsbG3/zmNysAPAbgbgDTMQxrAADHggULLt+wYUNed3d3p/XACCGM3t7eYrfb/fPnn38+6Ux/5ysOklJezDl/UghRIePg8/m8K1as2Dp16tT/B+BBqJr8DJzFDbSGg8AZnPO/CSH6rAvxer3dr7zyysZp06Y9CeB+AJdBGfJnfFOhNL7U+++/f35BQcHbgUDAH38TA4HA4Y6Ojv/T0tJyiXmzh/OGZUop75JSvimEaD+WvLfeemvbDTfc8CyAn0L1cBuPs6xcnSl546SUTwshfNaFhMPh0Nq1az++7rrr/oihpzAdw/gUQilI4x955JHvFhYWbhwcHAxZvy+E4OFwuMnv97/i9XoXdHd3p57Bb5GUkkkpXVLK2zjnTwshiqWU4Xjyuru7PS+99NKGmTNn/remaT8HMB9q3bMPx0N7MgSesjtKSuninC9gjP3IqorlnBtHjx6tXbp06aHDhw83QRnr7Rj+vRkEgMBrr71WrGlast1ud15zzTVz09PT04mIOZ3O6Tab7V+i0eglUspd4XB4OxF5XC6XD0MNegB13fHBVRb37wugUuIvBXC9lHI+Y+waqJmEAcqn29XV5V29enXx73//+4OhUKgTyjnRBOXzPGe5qqdMoK7rs2w227/GeR3Q2travmbNmiNmh3g3zlKnXCmlNGvy+l599dXdvb29ctGiRf65c+feOGXKlMmMMc1ms6VrmnaHEGIe5/xuKWW5YRj1ROQBEDQTpWK6rvvtdrvVrSkKtWZNBXCplPJyKCUk2yrvthAIBHxlZWWN77zzTsW7775ba26UbF33OTfYT4lAKWWGEOIBAAugpgl4vd7uTZs2HTE9LVaH+LPWKdckMQagZ+PGjfvr6+vDDz30kPfOO+/8p0svvTQ3OTk5yUyCSmOMzZNSzoYqehmA6v8yAEC32WwpQoiQmfZgJUtlEFG6WdLGYdq0QgjOOddbWlrat2zZUvHqq69WNDU1eUOhUAcUedZ+FOc8S/ykCZRSpnDOH2CMLSKiDECVeu3Zs6c6Pz//aFtbWzPUhfTgLHeIN0mMRCKRrtLS0tKmpia/x+Px3nTTTXOuvvrqy6dMmTLJItJ0b7mgYnXxBr88xgEg8HnHhsY510OhUKi1tbXzwIEDzdu3b3evXbvWHYvFeqCWiFaoQtKAPE8bJZ+0B0PX9fmapv2OiL4Fs0N8eXl57TPPPLNj7dq1pQCqoJ7GPnmONg42CXAAyMjOzp46bdq0K+655565s2fPvvzKK6/MTUtLS05NTU1JTk522e12qxGClFLG17tDCMEZYxrnPBaLxWKcc+nz+XzV1dXtVVVV3Vu3bm0+fPiwt7Ozsxcqrb8NyqvUByXd56wOMe7aAZykBEopJ5pT5zyYT2l3d7d348aNZdu2bauHclK34Rx3iI+bTn09PT2xnp6eQGVlZce0adOmXXbZZRdde+2106ZPn549ffr0nAkTJqQ7HA4bY4yZAWEZjUZjABAOh6N+vz/o8/kGfT7fYH19fV9dXZ2/pqbGV1FR0QMgqOu6RV4X1CwTRALsAnNCCZRS2jjnDzLG/kiqyTgNDg4GN23aVPzUU099VF9fXwlVGduG87gLprmWOaGc5eNdLtdEIspKT0/Puvjii8cnJSWljBs3LjU1NdUZiUREWlqaHQALBoOxcDisu93uYCQS0d1u94DdbjeCweAgVAiozzysLhchKEXlvBbWnIoE5gL4oVUtyzk3qqurm1atWnWkvr7e6hB/wtje2YaUkhNRGCrzayASiXQDSAuHw6ldXV2pAFKhlBUbAJvD4bDFYjEAEGZHpiiUNhqNRqMRKLMjaB5Wb1Ad56Dm/lTwlQSaWuf3GWNWOiB8Pp9/x44d1Vu2bKnD0CKeEHvxmTfWICIOdcMDUNqyA0o6HVDXrMViMavOQobDYQFlI8bMQzcPwzzO+Rp3svhSAqWUzDCMmZqm/YiIcgDVBam4uLh63bp1ldFotANq2vQjwTrEmzebA+BEpEMpGlZCcHxxjPVqNfv5XPVTopIWj6+SwAsYYw/ER9fb29s977zzztHi4uImKPISfkcw89ys80uoB204cNyArpRS45zPB3AXPp/PWblhwwarvHlE7/48WvBlEfmpAO6xFBchhKiurm5ev359ZSAQ6MTQ1HlejNcxDOELBJpmw61EtICIkgDV0e3jjz+u3b9/fxOU9J1qh/gxnCUcTwKnAfg2Y2wyTI9LZWWl+/3336/s6uqytM7g2GCz26sAAAHHSURBVNSZGPgcgab03UJEN2BoO9O+nTt31h06dKiZc94Os0P8eTjXMRwHx0rghQDuJaILAeUjLC8vbyosLGzgnHtgbm2DBG8y8HXCZwRKlV12ExHdTEQOANLn8/Vt3ry58sCBA01QCap+mN6I83S+YzgG8RI4GcBCxthEQNUzVFVVtWzcuLF2YGCgA8rmi2CMvIQCA5TXhXN+o1mEyQCgr6+vf+fOnTVNTU0dUIpLwnlcxqASjghqc41vm9EGSCml2+3u3LJlS62u61b4JIxRvJnwSAUD4OKc/xNj7E6zlxf8fn9fYWFhtbk7ShfOUmnUGM4cLBqNTgFwu+Ww5pwbtbW1revXr6+ORCKW9I2tfQkKpmnaRVLKaxBn93366ad1lZWVbVDS148xl1nCggWDQa7rugCAgYGBwKFDh+pWrFhR1t/f3wEVqLW6JY0hAWGrra11u1yuApvNFqmoqIisWbOmpry8vBnK7vva7AY9UkH33Xdfck5OzlUDAwOz6+vrs2pqanoHBwcbANRAOa2P6zYb82OfX1g5MQTAlpqaOi4YDE4BMA5qyuyAWv++VHkZI/D8Ip5AK7cyGSpvJH6D3zG7L8Hx/wHMjoQADguORgAAAABJRU5ErkJggg==) no-repeat 90% 5px;
    -webkit-background-size: 56px 61px;
    background-size: 56px 61px;
    width: 56px;
    height: 61px;
    top: -63px;
    right: 23px; }
/*常见动画*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/*放大*/
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@keyframes xz360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%; } }
@-webkit-keyframes xz360 {
    0% {
        -webkit-transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%; }
    100% {
        -webkit-transform: rotate(360deg);
        -webkit-transform-origin: 50% 50%; } }
.xz360 {
    -webkit-animation: xz360 6s ease-out 0.1s infinite;
    animation: xz360 6s ease-out 0.1s infinite; }

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
/*星级评分*/
.weui-rater {
    text-align: left;
    display: inline-block;
    line-height: normal;
}
.weui-rater a {
    line-height: 25px;
    cursor: pointer;
    color: #ccc;
    margin-right: 2px;
    font-size: 25px;
}
.weui-rater a:last-child {
    padding-right: 2px!important;
    margin-right: 0px!important;
}
.weui-rater a.on,.weui-rater a:hover{
    color: rgb(255, 153, 0) !important;
}
/*
美化版表单*/
/*新单选复选文本文本框*/
.weui-start:after {
    content: '*';
    font-weight: 700;
    color: #f00;
    margin-left: 5px;
}
.weui-form-li{
    vertical-align: middle;
    position: relative;
    margin:10px 20px;
}
.weui-form-checkbox{
    -webkit-appearance: none;
    width: 0;
    height: 0;
    opacity: 0 ;
    border: none;
    float: left;
}
.weui-icon-radio{
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 6px;
    margin-right: 5px;
    border: 1px solid #b8b8b8;
    background-color: #fafafa;
    vertical-align: top;
}
.weui-form-text{
    display:inline-block;
    position: relative;
    margin-top:2px;
    margin-right: 10px;   cursor: pointer;
}
.weui-form-checkbox[type="radio"]:checked + label .weui-icon-radio {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA3QUE4OTlFQjJCODExRTVBRkM2RDBFMDhDRDA3MTJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA3QUE4OTlGQjJCODExRTVBRkM2RDBFMDhDRDA3MTJFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDdBQTg5OUNCMkI4MTFFNUFGQzZEMEUwOENEMDcxMkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdBQTg5OURCMkI4MTFFNUFGQzZEMEUwOENEMDcxMkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5LqQGPAAAA7ElEQVR42uyXTQrCMBCFG+tKRY/gz0naXlFc2HqUKvQk4hEUVDCVcQIBu5HMTFK6MA8+KCWZeW2SV6oAIBlSo2RgRQPRQDQw9pg7Rdb2+ozcRVVMEDHJkBrR8JW29zJuPc7gFNmCW6UdG9zAHugqQxvIga88pIGjwEBNqa0IX0Oz269Iytzfb2ThOh2UHFgKmid2zipEELUeWaFdAyhLMEFuwiWYIw/fN2AKNIKnb1zNOUlYCE5BETqIKkbzQ19RvCM0r/qK4m4qmmBqO03N9Ymaftwg+qUZskFeyAV5Soqo+F8QDUQDf2/gI8AAIiHXffupwGIAAAAASUVORK5CYII=");
    background-size: 100%;border-radius: 100%;
    background-color: #04be02;
    border: 1px solid #04be02; cursor: pointer;
}



.weui-icon-checkbox{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    margin-right: 5px;
    border: 1px solid #b8b8b8;
    background-color: #fafafa;
    vertical-align: top;
}
.weui-form-checkbox[type="checkbox"]:checked + label .weui-icon-checkbox {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY0MTI1RkFBQjJCNzExRTU5NzE3RDMyNDM3NTgzRTE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY0MTI1RkFCQjJCNzExRTU5NzE3RDMyNDM3NTgzRTE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjQxMjVGQThCMkI3MTFFNTk3MTdEMzI0Mzc1ODNFMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjQxMjVGQTlCMkI3MTFFNTk3MTdEMzI0Mzc1ODNFMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5UDJTUAAABUElEQVR42mL8//8/w0ACJoYBBqMOGHEOsB0oB/AC8UIgPgTEZvR2gDYQnwXiOChfH0UWVA7QEPsA8af/CDAJXQ0tLS8G4r9Ili8BYkZ6OaD9Pyo4AcQc2NRS22ImIJ6OZvltIBbFpYealjMD8WI0y78CsS4+fdS0fNl/TBBOSC8uCVBiyQViASItX4HF8j5iHI/LwIVQQ+4CsQEeA1iAeBUWyw9AzSHLAS1ohn0H4hQs6liBeDUWy58AsTix0YdNUBiIz2AxeD4Qc0HVsAHxOixqfgKxNSnpB5cEPxAfw2LBeWiq3vofO8gjNQHjk+QF4kNYLPmHw/Kl5OQgQgpAQb77P2FwDil6qOoABmgRuhWP5a+AWJbcMoRYhaBEtx5HorOjpBAjRTEo261Ec0AKpaUoOUUurJDqpEYxTm6Nl05sSUcIM472jEYdMOIdABBgAFfZNpPCdKCTAAAAAElFTkSuQmCC");
    background-size: 100%;
    background-color: #04be02;
    border: 1px solid #04be02;  cursor: pointer;
}
.weui-form-input,.weui-form-area{
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 1px;
    padding:5px 2px;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
.weui-form-input:focus,.weui-form-area:focus{
    outline: none;
    border: 1px solid #04be02;
}
.weui-form-area{
    overflow: auto;
}
.weui-form label{
    cursor: pointer;
}
/*
图片效果*/
.img-max {
    display: block;
    max-width: 100%; }
.img-box{
    position: relative;
}
.img-box img {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    max-width: 100%;
}
.img-box-title {
    color: #fff;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: left;
    bottom: 0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    padding:0.2em 0.5em;
    max-height:500px;
    background: rgba(0,0,0,.7);
}
    /*标签*/
.weui-label-list .label {
    display: inline-block;
    position: relative;
    line-height: 1.4em;
    height: 1.4em;
    padding: 0 0.625em;
    border: 1px solid #cacccd;
    border-radius: 0.1875em; }
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .weui-label-list  .label {
        position: relative;
        border: 0; }
    .weui-label-list  .label:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #cacccd;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: .1875em; } }
.weui-label-list .label:active {
    background-color: #f3f2f2; }

.weui-label-list {margin: 0   0.625em; }
.weui-label-list .label {margin:0.3125em 0.3125em 0 0; }

.weui-label-s {
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    position: relative;
    padding:1px;
    color: #ff7f0d;
   /* border: 1px solid #ff7f0d;*/
    border-radius: 2px; }
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .weui-label-s {
        position: relative;
        border: 0;  padding:0.1875em;}
    .weui-label-s:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
    /*    border: 1px solid #ff7f0d;*/
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 0.3125em } }
.weui-label-s:active {
    background-color: #f3f2f2; }
.weui-label-s:after {
    content: "";
    position: absolute;
    top: -.3125em;
    left: -5px; }
/*分页*/
.pager {
    font-size: 14px;
}
.pager:after{
    clear: both;
}
.pager:after, .pager:before {
    display: table;
    content: " "; }
.pager-left {
    width: 40%;
    border: 0px solid #D5D5D5;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    float: left;
}

.pager-cen {
    float: left;
    width: 19%;
    text-align: center;
    padding: 7px 0;
}

.pager-right {
    width: 40%;
    border: 0px solid #D5D5D5;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    float: right;
}

.pager-first {
    width: 44%;
    padding: 7px 0;
    float: left;
    border-right: 1px solid #EFEFEF;
}

.pager-pre {
    width: 55%;
    padding: 7px 0;
    float: right;
}

.pager-next {
    width: 55%;
    padding: 7px 0;
    float: left;
    border-right: 1px solid #EFEFEF;
}

.pager-end {
    width: 44%;
    padding: 7px 0;
    float: right;
}
.page_div {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
/*
 * 页数按钮样式
 */
.pager2 {
    margin:1em auto;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    text-align: center;
}
.pager2 a {
    min-width: 30px;
    height:2em;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    line-height:2em;
    color: #666666;
    display: inline-block;
}
.pager2-pre,.pager2-next {
    width: 3em;
    color: #18B4ED;
    border: 1px solid #e5e5e5;
}

.pager2 .active{
    background-color: #18B4ED;
    border-color:rgba(0,0,0,0);
    color: #FFFFFF;
}
/*留言列表*/
.weui-comment {
    font-size: 16px;
    margin-top: -5px;
    padding-bottom: 20px;

}
.weui-comment-item {
    margin-top: 15px;
    padding-left: 45px;
    position: relative;
    list-style-type: none;
}
.weui-comment-item::after {
    clear: both;
    content: "​";
    display: block;
    height: 0;
}
.weui-comment-item .userinfo {
    min-height: 20px;
    overflow: hidden;
}
.weui-comment-item .nickname {
    color: #727272;
    display: block;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 9em;
    word-wrap: normal;
}
.weui-comment-item .avatar {
    border-radius: 2px;
    height: 35px;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 3px;
    vertical-align: top;
    width: 35px;
}
.weui-comment-item .weui-comment-msg {
    color: #3e3e3e;
    line-height: 1.5;
}
.weui-comment-item .time {
    color: #8c8c8c;
    font-size: 12px;
}
.weui-comment-item .time a {
    margin-left: 0.5em;
}
.weui-comment-item .status {
    color: #ff7a21;
    white-space: nowrap;
}
.weui-comment-item .status i {
    font-style: normal;
    margin-right: 2px;
}
.weui-comment-item .weui-comment-li {
    float: right;
}
.weui-comment-item .weui-comment-li .check {
    display: inline-block;
    margin-top: -5px;
    padding-top: 5px;
    text-align: right;
}
.weui-comment-reply {
    margin-top: 0.5em;
    padding-left: 0.4em;
    padding-top: 0.5em;
    position: relative;
}
.weui-comment-num{
    color: #666;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.weui-comment-reply::before {
    border-top: 1px solid #dadada;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0.5);
    transform-origin: 0 0 0;
    width: 100%;
}
.weui-comment-reply .nickname {
    overflow: visible;
    position: relative;
}
.weui-comment-reply .nickname::before {
    background-color: #02bb00;
    content: " ";
    height: 14px;
    left: -0.4em;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 3px;
}
.weui-comment-icon {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAA+CAYAAAA1dwvuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACd0lEQVRYhe2XMWhUMRjHfycdpDg4iJN26CQih4NUlFIc3iTasaAO+iZBnorIId2CDg6PLqWDXSy0p28TJ6ejILgoKiLFSeRcnASLnDf2HPKll8b3ah5NQPB+cHzJl0v+73J5Sf6NwWCAD6kqxoEV4BywCTwA2j59V9QlxrxUNJeBOSkfBtaAHvDcp/O+GkJHJd4H7kr5nm/nOkJHJH4FHkv5WAyhUxLfAgelvBlUKFXFBNCU6oYl+j6oEHohADwFtoDTUn8dTChVxX7gjlSfSJyS+CaYEDCPXs4d4IXkzDR+8BWqfI9SVUyil/ENST20ml8BF4Afu4z9HT3V80B/TAY9CxTABNAHxp1Oj4B1q34dWAamGa5Al0PALfSs3TS/aE1EcERWgQXgozPIN+Ai6O2ljFQVM8BLZJqN0KTEhgj9kvrViqf1wYz5BcoXQ38Pg9uckfiuSigU0xLXowmlqpgCjgNd4FM0IeCKxGcmEUtoRqLZScILpaqYA06iN9/tTTfGLzKvxLKdDCqUquIEcB59xK9GE2J4xLeBn3ZD1abaq/sQqSpmgWvo82rBbTdCPeAA4N69/noXS1XhphaBz27SPPVtapz/FXSBFsNDcgcN3wvkiBEjRoSndAtqLXXKvuvtYfMs+SP3T3tYm6ge1iaqh7UJ62HRTqNZko/mYV3CeVjA9rAuUTxsGd4edrcX1vWwddn2sHmWaA/bWuq4HnYLff3aC7U8bAiaMPyPJp3GhnxCUOlhQxPdwxrieViLbp4lUT2sIbqHNcTzsBYbeZZE9bCGeB7WIrqHNbTzLNnhYWMIlXpYI9Rz8gM8/GsFi3mW/Ace9jf8QZwIX5o4uQAAAABJRU5ErkJggg==") no-repeat scroll 0 0 / 100% auto;
    display: inline-block;
    height: 13px;
    vertical-align: middle;
    width: 13px;
}
.weui-comment-icon.checked, .checked .weui-comment-icon {
    background-position: 0 -18px;
}
/*
头条列表
*/
.weui-news{
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    word-break: break-all;
}
.weui-news-list {
    position: relative;
    font-size: 0.8rem;
    background-color: #ffffff;
}
.weui-news-item{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0.75rem;
    color: #212121;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    min-height: 2.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.weui-news-item:last-child {
    border-bottom: 0;
}
.weui-news-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width:100%;
}
.weui-news-inners {
    position: relative;
    min-height: 2.2rem;
    padding-right: 0.75rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
    padding-top: 0.5rem;
    padding-bottom:0;
}
.weui-news-text {
    font-size: 0.7rem;
    color: #757575;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.weui-news-title {
    font-size: 0.8rem;
    position: relative;
    max-width: 100%;
    color: #212121;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
}
.weui-news-info {
    position: relative;
    padding: 0.5rem 0;
    font-size: 0.7rem;
    color: #757575;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width:100%;

}
.weui-news-infoitem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.6rem !important;
}
.weui-news-round{
    width: 1rem;
    border-radius: 50%;
    max-width: 100%;
    position: relative;
}
.weui-news-media {
    width:6rem;
    position: relative;
    padding: 0.5rem 0;
    padding-right: 0.75rem;
    display: inherit;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.weui-news-media img{
    width: 100%;
    display: block;
    max-width: 100%;
}
.weui-news-medias{
    margin: 0;
    overflow: hidden;
    
}
.weui-news-medialist{
    padding: 0.125rem;
    width: 31.5%;
    position: relative;
    float: left;
}
.weui-news-medialist img{
    max-width: 100%;
    width: 100%;
    display: block;
}
.weui-news-p {
    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;
    font-size: 0.7rem;
    color: #757575;
}
.weui-news-left{
    margin-left: 0.25rem !important;
    font-size: 0.6rem !important;
}
/*
微信文章样式
*/
.weui-content{
     padding: 20px 16px 12px;
     padding-top: 32px;
     word-wrap: break-word;
     position: relative;
     background-color: #fff;
 }
.weui-c-inner{
    max-width: 677px;
    margin-left: auto;
    margin-right: auto;
}
.weui-c-content{

}
.weui-c-title{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 400;
}
@supports (-webkit-overflow-scrolling:touch) {
    .weui-c-title {
        font-weight: 700
    }
}
.weui-c-meta{
    margin-bottom: 22px;
    line-height: 20px;
    font-size: 0;
    word-wrap: break-word;
    word-break: break-all
}
.weui-c-meta em{
    font-style: normal;
    color:rgba(0,0,0,0.3);
}
.weui-c-nickname{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.weui-c-article {
    overflow: hidden;
    color: #333;
    font-size: 17px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify
}

.weui-c-article * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important
}

.weui-c-article p {
    clear: both;
    min-height: 1em ;
    text-indent: 2em;
}

.weui-c-article em {
    font-style: italic
}

.weui-c-article fieldset {
    min-width: 0
}

.weui-c-article .list-paddingleft-2 {
    padding-left: 2.2em
}

.weui-c-article .list-paddingleft-2 .list-paddingleft-2 {
    padding-left: 30px
}

.weui-c-article blockquote {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #dbdbdb
}
.weui-c-article img {
    height: auto !important;
    display: block;
    width: 100%;
    max-width: 100%;
}


.weui-c-tools{
    font-size: 15px;
    padding-top: 24px;
    overflow: hidden;
    line-height: 32px;
}
.weui-c-tools a{
    margin-right: 20px;

}
.weui-c-readnum{
    display: inline-block;
    margin-right: 20px;
    color: rgba(0,0,0,0.3);
}
.weui-c-like{
    min-width: 2.5em;color: #576b95;
    text-align: right;
    float: right;
    margin-left: 10px;
    display: inline-block;
}
.weui-c-like .icon{
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAA+CAYAAAA1dwvuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACd0lEQVRYhe2XMWhUMRjHfycdpDg4iJN26CQih4NUlFIc3iTasaAO+iZBnorIId2CDg6PLqWDXSy0p28TJ6ejILgoKiLFSeRcnASLnDf2HPKll8b3ah5NQPB+cHzJl0v+73J5Sf6NwWCAD6kqxoEV4BywCTwA2j59V9QlxrxUNJeBOSkfBtaAHvDcp/O+GkJHJd4H7kr5nm/nOkJHJH4FHkv5WAyhUxLfAgelvBlUKFXFBNCU6oYl+j6oEHohADwFtoDTUn8dTChVxX7gjlSfSJyS+CaYEDCPXs4d4IXkzDR+8BWqfI9SVUyil/ENST20ml8BF4Afu4z9HT3V80B/TAY9CxTABNAHxp1Oj4B1q34dWAamGa5Al0PALfSs3TS/aE1EcERWgQXgozPIN+Ai6O2ljFQVM8BLZJqN0KTEhgj9kvrViqf1wYz5BcoXQ38Pg9uckfiuSigU0xLXowmlqpgCjgNd4FM0IeCKxGcmEUtoRqLZScILpaqYA06iN9/tTTfGLzKvxLKdDCqUquIEcB59xK9GE2J4xLeBn3ZD1abaq/sQqSpmgWvo82rBbTdCPeAA4N69/noXS1XhphaBz27SPPVtapz/FXSBFsNDcgcN3wvkiBEjRoSndAtqLXXKvuvtYfMs+SP3T3tYm6ge1iaqh7UJ62HRTqNZko/mYV3CeVjA9rAuUTxsGd4edrcX1vWwddn2sHmWaA/bWuq4HnYLff3aC7U8bAiaMPyPJp3GhnxCUOlhQxPdwxrieViLbp4lUT2sIbqHNcTzsBYbeZZE9bCGeB7WIrqHNbTzLNnhYWMIlXpYI9Rz8gM8/GsFi3mW/Ace9jf8QZwIX5o4uQAAAABJRU5ErkJggg==) no-repeat 0 0;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.weui-c-like .on{
    background-position: 1px -22px;
}
.weui-c-like span{
    margin-left: -3px;
    display: inline-block;
    vertical-align:middle;
    color: #576b95;
}
/*
信息流*/
.weui-feeds{width:100%;overflow:hidden}.weui-feeds>ul{height:auto;overflow:hidden;margin:0 -1px}.weui-feeds>ul>li{display:block;height:auto;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 1px;position:relative}.weui-feeds>ul>li>span{display:block;width:100%;padding-top:100%;background-position:center;-webkit-background-size:100% auto;background-size:100% auto;background-color:#ccc}.weui-feeds>ul>li:first-child:nth-last-child(1),.weui-feeds>ul>li:first-child:nth-last-child(1) ~ li{width:100%;max-height:3.75rem;max-height:100vw}.weui-feeds>ul>li:first-child:nth-last-child(1) img,.weui-feeds>ul>li:first-child:nth-last-child(1) ~ li img{display:block;width:100%;height:auto}.weui-feeds>ul>li:first-child:nth-last-child(2),.weui-feeds>ul>li:first-child:nth-last-child(2) ~ li{width:50%}.weui-feeds>ul>li:first-child:nth-last-child(3),.weui-feeds>ul>li:first-child:nth-last-child(3) ~ li{width:50%}.weui-feeds>ul>li:first-child:nth-last-child(3){width:100%;padding-bottom:2px}.weui-feeds>ul>li:first-child:nth-last-child(3):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(3)>span{padding-top:50%}.weui-feeds>ul>li:first-child:nth-last-child(3) ~ li{width:50%}.weui-feeds>ul>li:first-child:nth-last-child(3) ~ li>span{padding-top:100%;position:relative}.weui-feeds>ul>li:first-child:nth-last-child(4),.weui-feeds>ul>li:first-child:nth-last-child(4) ~ li{width:50%}.weui-feeds>ul>li:first-child:nth-last-child(4){width:100%;padding-bottom:2px}.weui-feeds>ul>li:first-child:nth-last-child(4):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(4)>span{padding-top:50%}.weui-feeds>ul>li:first-child:nth-last-child(4) ~ li{width:33.3%}.weui-feeds>ul>li:first-child:nth-last-child(4) ~ li>span{padding-top:100%}.weui-feeds>ul>li:first-child:nth-last-child(5),.weui-feeds>ul>li:first-child:nth-last-child(5) ~ li:nth-child(2){width:50%;padding-bottom:2px}.weui-feeds>ul>li:first-child:nth-last-child(5):after,.weui-feeds>ul>li:first-child:nth-last-child(5) ~ li:nth-child(2):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(5)>span,.weui-feeds>ul>li:first-child:nth-last-child(5) ~ li:nth-child(2)>span{padding-top:100%}.weui-feeds>ul>li:first-child:nth-last-child(5) ~ li{width:33.3%}.weui-feeds>ul>li:first-child:nth-last-child(5) ~ li>span{padding-top:100%}.weui-feeds>ul>li:first-child:nth-last-child(6){width:66.666%;padding-bottom:1px}.weui-feeds>ul>li:first-child:nth-last-child(6):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(6)>span{padding-top:100.3%}.weui-feeds>ul>li:first-child:nth-last-child(6) ~ li{width:33.3%}.weui-feeds>ul>li:first-child:nth-last-child(6) ~ li>span{padding-top:100%}.weui-feeds>ul>li:first-child:nth-last-child(6) ~ li:nth-child(2){padding-bottom:2px;width:33.333%}.weui-feeds>ul>li:first-child:nth-last-child(6) ~ li:nth-child(2):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(6) ~ li:nth-child(2)>span{padding-top:100.15%}.weui-feeds>ul>li:first-child:nth-last-child(6) ~ li:nth-child(3){padding-bottom:2px;width:33.333%}.weui-feeds>ul>li:first-child:nth-last-child(6) ~ li:nth-child(3):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(6) ~ li:nth-child(3)>span{padding-top:100.15%}.weui-feeds>ul>li:first-child:nth-last-child(6) ~ li:nth-child(4){clear:both}.weui-feeds>ul>li:first-child:nth-last-child(7){width:100%;padding-bottom:2px}.weui-feeds>ul>li:first-child:nth-last-child(7):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(7)>span{padding-top:50%}.weui-feeds>ul>li:first-child:nth-last-child(7) ~ li:nth-child(2),.weui-feeds>ul>li:first-child:nth-last-child(7) ~ li:nth-child(3),.weui-feeds>ul>li:first-child:nth-last-child(7) ~ li:nth-child(4){padding-bottom:2px}.weui-feeds>ul>li:first-child:nth-last-child(7) ~ li:nth-child(2):after,.weui-feeds>ul>li:first-child:nth-last-child(7) ~ li:nth-child(3):after,.weui-feeds>ul>li:first-child:nth-last-child(7) ~ li:nth-child(4):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(7) ~ li{width:33.3%}.weui-feeds>ul>li:first-child:nth-last-child(7) ~ li>span{padding-top:100%}.weui-feeds>ul>li:first-child:nth-last-child(8),.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li:nth-child(2){width:50%;padding-bottom:2px}.weui-feeds>ul>li:first-child:nth-last-child(8):after,.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li:nth-child(2):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(8) span,.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li:nth-child(2) span{padding-top:100%}.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li:nth-child(3),.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li:nth-child(4),.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li:nth-child(5){padding-bottom:2px}.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li:nth-child(3):after,.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li:nth-child(4):after,.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li:nth-child(5):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li{width:33.3%}.weui-feeds>ul>li:first-child:nth-last-child(8) ~ li>span{padding-top:100%}.weui-feeds>ul>li:first-child:nth-last-child(9),.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li{width:33.333%}.weui-feeds>ul>li:first-child:nth-last-child(9),.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(2),.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(3),.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(4),.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(5),.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(6){padding-bottom:2px}.weui-feeds>ul>li:first-child:nth-last-child(9):after,.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(2):after,.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(3):after,.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(4):after,.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(5):after,.weui-feeds>ul>li:first-child:nth-last-child(9) ~ li:nth-child(6):after{content:"";position:absolute;bottom:0;height:2px;width:100%;background-color:#fff;z-index:99}
/*
今日头条导航*/
.weui-navigator {
    background: #fafafa;
    position: relative;
    padding: 0;
    margin: 0
}

.weui-navigator-list {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    margin: 0 auto
}

.weui-navigator-list li {
    list-style: none;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    -webkit-box-flex: 1;
    display: -webkit-box;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-box-pack: center
}

.weui-navigator.weui-navigator-wrapper {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden
}

.weui-navigator-list li a {
    text-decoration: none;
    color: #666;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 15px
}

.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a {
    color: #04be02
}

.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #04be02
}

.weui-navigator .weui-navigator-list {
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    width: auto
}

.weui-navigator .weui-navigator-list:after {
    content: '';
    clear: both;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden
}

.weui-navigator .weui-navigator-list li {
    display: inline-block
}
/*
侧边栏*/
.weui-navs{width: 220px;height: 100%;background: #000;transition: all .3s; position: absolute;top:0;left: 0;}
.weui-navs a{display: block;overflow: hidden;padding-left:10px;line-height: 46px;max-height: 46px;color: #666;transition: all .3s;}
.weui-navs a span{margin-left: 30px;}
.nav-item{position: relative;}
.nav-item.nav-show{border-bottom: none;}
.nav-item ul{display: none;background: rgba(0,0,0,.1);}
.nav-item.nav-show ul{display: block;}
.nav-item>a:before{content: "";position: absolute;left: 0px;width: 2px;height: 46px;background: #FFF;opacity:0;transition: all .3s;}
.weui-navs .nav-icon{font-size:16px;position: absolute;margin-left:-1px;}
.nav-more{float:right;margin-right: 20px;font-size: 16px;transition: transform .3s;}
.nav-show .nav-more{transform:rotate(180deg);}
.nav-more::after{content: "\e644";}
.nav-show,.nav-item>a:hover{color: #666;background:rgba(0,0,0,0);}
.nav-show>a:before,.nav-item>a:hover:before{opacity:.5;}
.nav-item li:hover a{color: #666;background: rgba(0, 0, 0,0);}
[sidebarjs-background], [sidebarjs] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

[sidebarjs].sidebarjs--left, [sidebarjs].sidebarjs--left [sidebarjs-container] {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }

[sidebarjs].sidebarjs--left [sidebarjs-container] {
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2); }

[sidebarjs-background] {
    position: absolute;
    background:#fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

[sidebarjs-container] {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }

[sidebarjs] {
    position: fixed;
    z-index: 9999;
    -webkit-transition: -webkit-transform 0s ease 0.3s;
    transition: -webkit-transform 0s ease 0.3s;
    transition: transform 0s ease 0.3s;
    transition: transform 0s ease 0.3s, -webkit-transform 0s ease 0.3s; }
[sidebarjs].sidebarjs--is-visible {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0s ease 0s;
    transition: -webkit-transform 0s ease 0s;
    transition: transform 0s ease 0s;
    transition: transform 0s ease 0s, -webkit-transform 0s ease 0s; }
[sidebarjs].sidebarjs--is-visible [sidebarjs-container] {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
[sidebarjs].sidebarjs--is-visible [sidebarjs-background] {
    opacity: .3; }
[sidebarjs].sidebarjs--is-moving {
    -webkit-transition: none;
    transition: none; }
[sidebarjs].sidebarjs--is-moving [sidebarjs-container], [sidebarjs].sidebarjs--is-moving [sidebarjs-background] {
    -webkit-transition: none;
    transition: none; }
/*
头像*/
.weui-avatar img{
    border-radius: 4px;
    height: 52px;
    vertical-align: middle;
    position: relative;
    width: 52px;
    display: inline-block;
}
.weui-avatar-circle img{
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    margin-right: 13px;
    position: relative;
    vertical-align: middle;
    width: 50px;
}
.weui-avatar,.weui-avatar-circle{
    width: 50px;height:50px;
    position:relative;
}
.weui-avatar span,.weui-avatar-circle span{
    bottom: -2px;
    height: 20px;
    position: absolute;
    right: -3px;
    width: 20px;
    border-radius:50%;
    background-color: #fff;
    font-size: 20px!important;
}
.weui-avatar span::before,.weui-avatar-circle span::before{margin:0;font-size: 20px!important;}
/*
折叠面板*/
.collapse li {
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px 0;
    overflow: hidden;
    vertical-align: bottom;
    display: block;
}
.collapse li.js-show .weui-flex {
    opacity: 0.4;
}
.collapse li.js-show .page-category {
    height: auto;
}
.collapse li.js-show .page-category-content {
    opacity: 1;
    transform: translateY(0px);
}
.collapse li:first-child {
    margin-top: 0;
}
.collapse .page-category {
    height: 0;
    overflow: hidden;
}
.collapse .page-category-content {
    opacity: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}
.collapse .weui-flex {

    align-items: center;
    padding:10px;
    transition: all 0.3s ease 0s;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.collapse .weui-flex--item {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
}
.collapse .weui-cells {
    margin-top: 0;
}
.collapse .content{
    font-size: 16px;
    text-indent: 2em;
    margin: .5em auto;
    padding:0 0.5em;
}
/*角标*/
.weui-mark {
    padding-left:0.625em;
    padding-right:0;
    padding-top: .625em;-webkit-overflow-scrolling: touch; }
.weui-mark li {
    padding-right: 0.625em;
    padding-bottom:0.625em;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    width: 50%;
    list-style: outside none none;
}
.weui-mark-img {
    padding-top: 100%;
    position: relative;
    width: 100%; }
.weui-mark-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.weui-mark-rt{
    border-radius: 2px;
    top: 0;
    color: #fff;
    font-size:1em;
    height: 1.25em;
    line-height: 1.25em;
    position: absolute;
    right: 0.625em;
    text-align: center;
    padding:0.1em;
    bottom:0.625em!important;

}
.weui-mark-rb{
    border-radius: 2px;
    bottom:0.825em!important;
    color: #fff;
    font-size:0.825em;
    height:1.25em;
    line-height:1.25em;
    position: absolute;
    right:1em;
    text-align: center;
    padding:0.1em;
    background-color: rgba(0, 0, 0, 0.5);
}
.weui-mark-lb{
    border-radius: 2px;
    bottom:.825em;
    color: #fff;
    font-size:0.825em;
    height: 1.25em;
    line-height:1.25em;
    position: absolute;
    text-align: left;
    max-width:100%;
    display:block;
    padding:0.125em 0.375em;
    background-color: rgba(0, 0, 0, 0.4);
}
.weui-mark-vip{
    left: 0;
    position: absolute;
    top:0;overflow: hidden;height: 50px;width: 90px;
}
.weui-mark-lt{
    color: #fff;
    display: block;
    font-size: 0.875em!important;
    left:-0.6875em;height:1em;
    line-height:1em!important;
    position: relative;
    text-align: center;
    top:0.875em;
    transform: rotate(-45deg);
    width:4.375em;
    padding:0.125em;

}
.weui-mark-meta{position: relative;}
.weui-mark-title,.weui-mark-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875em;
    padding:0.1em 0;
    color:#777;
}
.weui-mark-title a{
    font-weight:700;
    color:#000;
    font-size: 1.25em;
}