html, body {
    height: 100%;
}

body {
    font: 16px/1.42857143 'arial','simsun';
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    background: #f8f8f8;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

#container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fcfcfc;
}

#content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
}

.weui-btn {
    margin: 10px;
    width: calc(100% - 20px) !important;
}

.weui-cell_select {
    padding: 0;
}

.weui-select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    font-size: inherit;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.weui-navbar + .weui-panel, .weui-navbar ~ .weui-grids {
    margin-top: 46px;
}

.weui-panel > a, .weui-navbar > a {
    color: inherit;
}

.weui-navbar__item {
    background-color: #eaeaea;
}

    .weui-navbar__item.weui-bar__item_on {
        color: #0BB20C;
        background: #f8f8f8;
    }

.weui-media-box__info {
    color: #999;
}

.weui-media-box_appmsg .weui-media-box__hd {
    height: 80px;
    width: 90px;
    margin-left: .8em;
    margin-right: 0;
}

.weui-cells__title, .weui-media-box__desc, .weui-media-box__info {
    font-size: 15px;
}

    .weui-media-box__desc + .weui-media-box__desc {
        margin-top: 10px;
    }

.details .weui-media-box__title {
    overflow: visible;
    white-space: inherit;
    font-size: 18px;
    font-weight: 500;
}

.details .weui-media-box__desc {
    display: block;
    line-height: 1.6;
    color: #444;
}

    .details .weui-media-box__desc > div, .details .weui-media-box__desc > p {
        margin-bottom: 20px;
    }

.weui-media-box__info + .weui-media-box__info {
    margin-top: 2px;
}

.weui-media-box__info__meta {
    font-size: 13px;
}

    .weui-media-box__info__meta.label {
        color: #FFF;
        padding: 3px 4px 1px;
        position: absolute;
        right: 10px;
        font-size: 11px;
        border-radius: 2px;
    }

.weui-grid:before {
    border-right: 1px solid transparent;
}

.weui-grid:after {
    border-bottom: 1px solid transparent;
}

.label {
    background: grey;
}

    .label.label-0 {
        background: #e64340;
    }

    .label.label-1 {
        background: darkcyan;
    }

    .label.label-2 {
        background: red;
    }

    .label.label-3 {
        background: blue;
    }

    .label.label-4 {
        background: green;
    }

.home_bg {
    background: url(Images/bg-main.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
}

.menu_contain {
    position: absolute;
    right: 5px;
    top: 0;
}

.menu_row {
    position: relative;
    height: 130px;
    padding: 10px 2px 0 0;
}

.menu_icon {
    right: 0;
    position: absolute;
    display: block;
    margin: 10px;
    height: 90px;
    width: 90px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    line-height: 210px;
    border-radius: 8px;
    background-image: url(Images/menu-icon.png);
    background-color: rgba(245, 245, 240, 0.9);
    background-size: 270px 135px;
    background-repeat: no-repeat;
    z-index: 99;
}

.more_menu {
    position: relative;
    margin: 18px 0;
    height: 74px;
}

    .more_menu .first, .more_menu .second, .more_menu .third {
        position: absolute;
        right: 19px;
        opacity: 0;
    }

    .more_menu .menu_icon {
        position: static;
        float: right;
        width: 60px;
        height: 60px;
        margin: 4px;
        font-size: 14px;
        line-height: 145px;
        background-size: 180px 90px;
        background-color: rgba(245, 245, 240, 0.8);
        z-index: 9;
    }

.menu_wzw {
    background-position: 17.5px 17.5px;
}

.menu_wfw {
    background-position: -55px 17.5px;
}

.menu_wwz {
    background-position: -127.5px 17.5px;
}

.menu_wcx {
    background-position: -134px 12px;
}

.menu_wjz {
    background-position: -134.5px -38px;
}

.menu_zmhd {
    background-position: 12px -38px;
}

.menu_yqhy {
    background-position: -37.5px -38px;
}

.menu_fwrx {
    background-position: -86px -38px;
}

.title {
    color: #3CC51F;
    text-align: center;
    margin: 10px;
}

.weui-media-box__desc table td {
    border: 1px solid #ddd;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 15px !important;
    padding: 2px;
}

.no-record {
    width: 73px;
    height: 64px;
    margin: 50px auto 20px auto;
}

.no-record-label {
    color: #a9b7b7;
    color: #C6D0D0;
    font-size: 16px;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.weui-dialog_alert {
    display: none;
}

.qr-codes.weui-grid {
    width: 50%;
}

.qr-codes .weui-grid__icon {
    width: 90px;
    height: 90px;
}

.image-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 5px;
    background: rgba(0,0,0,.65);
    display: none;
}

    .image-box img {
        box-shadow: 0 3px 9px rgba(0,0,0,.7);
    }

.add_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: url(Images/add.png);
    background-size: 60px 60px;
    color: #FFF;
}

.load_more {
    display: block;
    width: 100%;
    color: #888;
    font-size: 16px;
    text-align: center;
    height: 52px;
    line-height: 52px;
}

.qr-search .weui-grid__icon {
    width: 75px;
    height: 75px;
}

    .qr-search .weui-grid__icon > div {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-image: url(Images/investa_icon.png);
    }

.icon-gjj {
    background-color: #FA6E52;
    background-position: 0 0;
}

.icon-cxjb {
    background-color: #1F6ED4;
    background-position: 33% 0;
}

.icon-jtwz {
    background-color: #39BAE8;
    background-position: 66% 0;
}

.icon-rsda {
    background-color: #30AB27;
    background-position: 100% 0;
}

.icon-zyzg {
    background-color: #F46D78;
    background-position: 0 100%;
}

.icon-gryb {
    background-color: #D6B572;
    background-position: 33% 100%;
}

.icon-xcgj {
    background-color: #F9C134;
    background-position: 66% 100%;
}

.icon-hccx {
    background-color: #F78500;
    background-position: 100% 100%;
}

/* loading */
.spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #67CF22;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.weui-super .weui-media-box {
    padding: 10px 5px;
}

.weui-super .weui-media-box__title {
    margin-bottom: 4px;
    color: red;
}

.weui-super .weui-media-box__reply .weui-media-box__title {
    color: blue;
}

.weui-super .weui-media-box__info {
    margin-top: 0;
}

.weui-super .weui-media-box__content {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 68px;
}

.weui-super .weui-media-box__reply .weui-media-box__info:first-child {
    padding: 8px 0 2px;
}

.weui-super .weui-media-box__reply .weui-media-box__content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

hr {
    border: 0;
    color: #f5f1f1;
    background-color: #f5f1f1;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
}
