body, html {
    height: 100%;
    color: #333;
    background-color: #efeff4;
    -webkit-tap-highlight-color: transparent;
}

form {
    height: 100%;
}

iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
}

.weui-media-box__info {
    color: #555555 !important;
}

.weui-tab {
    -webkit-overflow-scrolling: touch;
}

.weui-panel {
    background-color: transparent;
}

.demos-title {
    text-align: center;
    font-size: 34px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

.demos-sub-title {
    text-align: center;
    color: #888;
    font-size: 14px;
}

.demos-header {
    padding: 35px 0;
}

.demos-content-padded {
    padding: 15px;
}

.demos-second-title {
    text-align: center;
    font-size: 24px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

footer {
    text-align: center;
    font-size: 14px;
    padding: 20px;
}

    footer a {
        color: #999;
        text-decoration: none;
    }

.login_icon {
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 2.7rem;
    background: url(../images/login_icon.png) no-repeat 0 0;
    background-size: auto 2.7rem;
    margin: 0.3rem;
    margin-bottom: 40px;
}

.login_icon_1 {
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 2.7rem;
    background: url(../images/login_icon_1.png) no-repeat 0 0;
    background-size: auto 2.7rem;
    margin: 0.3rem;
    margin-bottom: 40px;
}

.login_icon_big {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-size: auto 3rem;
}

.weui-tabbar {
    position: fixed;
}

.weui-tabbar__label {
    color: #333;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #ddc40b;
}

.weui-navbar__item:after {
    border-right: none;
}

.weui-navbar__item {
    margin: auto 5%;
    border-bottom: 3px solid #fafafa;
}

.weui-media-box__info__meta {
    padding-right: 0px;
}

.wux-span-bottom {
    text-align: right;
    font-size: 12px;
}

.weui-bar__item--on.weui-navbar__item {
    background-color: transparent !important;
    border-bottom: 3px solid #33B5E5;
    color: #33B5E5;
}

.weui-cells {
    background-color: transparent;
    margin-top: 0px;
    min-height: 100%;
}

.weui-cell {
    padding: 10px 8px;
}

.weui-input {
    width: 98%;
    padding-left: 3%;
    height: 2em;
    min-height: 2em;
    line-height: 2em;
    border: 1px solid #009dda;
    border-radius: 5px;
    /*margin: 8px auto;*/
    background-color: #efeff4 !important;
}

.weui-textarea {
    width: 98%;
    padding-left: 2%;
    min-height: 2em;
    line-height: 2em;
    border: 1px solid #009dda;
    border-radius: 5px;
    margin: 8px auto;
    background-color: #efeff4 !important;
}

.weui-position-ab {
    position: absolute;
    right: 10px;
}

.weui-red {
    color: red !important;
}

.weui-blue {
    color: blue !important;
}

.weui-uploader__file img {
    width: 100%;
    height: 100%;
}

.weui-input-hidden {
    display: none;
}

.weui-msg {
    margin-top: 25%;
    height: 75%;
    width: 100%;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.weui-star {
    color: #ff0000;
}

.weui-star-left {
    margin-left: 0px;
}

.weui-left-10 {
    margin-left: 10px;
}

.weui-msg-mess {
    margin-top: 45%;
}

.weui-msg__icon-area {
    margin-bottom: 5px;
}

.weui-cells_checkbox {
    clear: both;
}

    .weui-cells_checkbox .weui-cell {
        width: 40%;
        padding: 5px 0px !important;
        float: left;
    }

    .weui-cells_checkbox .weui-cell__hd {
        position: relative;
        top: -3px;
        padding-right: 0px;
    }

.weui-member {
    height: 150px;
    overflow: auto;
}

    .weui-member .weui-cell {
        width: 100%;
    }

.weui-msg__icon-area .weui-msg-icon {
    width: 20%;
}

.weui-msg__text-area .weui-msg__title {
    font-size: 14px;
    color: #939393;
    margin: 4px 0;
}

.weui-tab__content {
    display: block;
}

.weui-tab__backgroud .weui-tab__content {
    margin-top: 10px;
    background: #fff;
}

.page__bd {
    padding-bottom: 0px;
}

    .page__bd .weui-cell__bd {
        min-height: 40px;
        line-height: 40px;
    }

.weui-customer .weui-cell__bd {
    min-height: 30px;
    line-height: 30px;
}

.weui-customer .weui-cell {
    padding: 0px;
}

.page__bd img {
    width: 100%;
}

.padding-left-right-10 {
    padding: 0px 10px;
}

.weui-uploader__info {
    margin-left: 10px;
}

.weui-cells_form .weui-cell {
    padding: 5px 10px;
}

.weui-cells_form .weui-btn-area {
    padding: 5px 10px;
    margin: 10px auto;
}

.weui-cells_form .weui-cell__bd {
    min-height: 40px;
    line-height: 40px;
}

.weui-cell .weui-cell__bd div {
    min-height: 30px;
    line-height: 30px;
}

.weui-cells_form .weui-btn {
    background: #33ab9f !important;
    color: #ffffff !important;
}


.weui-cell-icon {
    margin-left: 5px;
}


.weui-media-box__title {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.weui-media-box__desc {
    line-height: 1.5;
    margin: 0px auto 10px auto;
    color: #333333;
    font-size: 15px;
}

.weui-panel__hd .weui-msg {
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .weui-panel__hd .weui-msg img {
        width: 50%;
    }

.weui-user .weui-msg img {
    border-radius: 50%;
}

.iconfont {
    color: #ffffff;
}

.weui-label_left {
    text-align: right;
    width: 85px;
    padding-right: 10px;
}

.weui-line-height30 {
    min-height: initial !important;
    line-height: 30px !important;
}

.weui-cell-icon .iconfont {
    display: inline-block;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
}

.weui-media-box-btn__info {
    position: absolute;
    bottom: 16px;
    right: 10px;
}

.weui-media-box-list .weui-btn_primary {
    height: 30px;
    line-height: 30px;
}

.swiper-news .swiper-slide {
    height: 150px;
    overflow: hidden;
}

.swiper-news .swiper-slide img {
    width: 100%;
    height: 150px;
}

.weui-photo-browser-modal {
    z-index: 1000;
}

.weui-media-box_appmsg .weui-media-box__hd {
    width: 30%;
    margin-right: 0.5rem;
    float: left;
}

.weui-media-box {
    padding: 2%;
    width: 96%;
}

.weui-media-box_appmsg {
    background: #f5f7f9;
    margin-bottom: 5px;
    /*display: inline-block;*/
}

    .weui-media-box_appmsg .weui-media-box_appmsg {
        margin-bottom: 20px;
    }

.weui-customer, .weui-members {
    width: 100%;
}

.weui-customer .weui-media-box_appmsg, .weui-members .weui-media-box_appmsg {
    border-bottom: 1px solid #d0d0d0;
}

    .weui-media-box_appmsg .weui-media-box:before {
        border-top: none;
    }

.weui-customer .weui-media-box_appmsg, .weui-members .weui-media-box_appmsg {
    margin-bottom: 5px;
}

.weui-media-box-100 {
    width: 100%;
}

.weui-media-box_appmsg a:link {
    color: #000000;
}
.weui-media-box_appmsg a:hover {
    color: #000000;
}
.weui-media-box_appmsg a:active {
    color: #000000;
}
.weui-media-box_appmsg a:visited {
    color: #000000;
}

.weui-panel__news .weui-media-box__desc {
    margin-bottom: 0px;
}

.weui-panel__news .weui-media-box__hd {
    width: 40% !important;
    height: 85px;
}

.gallerytitle {
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    height: 60px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    background: #000000;
    filter: Alpha(Opacity=40, Style=0);
    opacity: 0.4;
    color: #ffffff;
    vertical-align: text-top;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
}

.swiper-pagination-bullet-active {
    background: #c9c9c9;
}

.wxParse {
    margin-bottom: 10px;
    line-height: 30px;
}

    .wxParse p {
        margin: 10px auto;
    }

.weui-wxparse__title {
    text-align: center;
    padding: 15px 0px;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

.weui-span-left {
    float: left;
}

.weui-span-views {
    background: url(../images/views2.png) no-repeat 0 0;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 40px;
    float: right;
    text-align: right;
    color: #ff8800;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    padding-left: 5px;
}

.weui-span-right {
    float: right;
}

.weui-span-bottom {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.weui-span-pro-bottom {
    font-size: 12px;
}

.page-footer {
    padding: 30px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.padding-top-10 {
    padding-top: 20px;
}

.weui-cells_after-title {
    position: fixed;
    background: #efeff4;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: initial;
    z-index: 999;
}

    .weui-cells_after-title .weui-bottom-area {
        margin: 0px auto !important;
        padding: 0px 10px !important;
    }

.weui-cells .weui-cell__ft:after {
    display: none;
}

.wux-content-span-title {
    color: #33b5e5 !important;
    font-size: 15px;
}

.wux-replay-title {
    color: #fc5758 !important;
    font-size: 15px;
    margin-bottom: 0px;
}

.wux-replay-time {
    text-align: center;
    font-size: 12px;
}

.weui-tab__content-child {
    margin-top: 10px;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
}

.login_name {
    font-weight: bold;
    height: 90px;
    line-height: 45px;
    margin-top: 35px;
    text-align: center;
}

.login_name div {
    font-size: 2em;
}

.login_name_sub {
    font-size: 1.6em !important;
}

.login_title {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.login_input {
    margin-top: 121px;
    width: 80%;
    background-color: #f2f2f2;
    margin: 0 auto;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
}

.login_formline {
    background-color: #b5b5b5;
    height: 1px;
}

.login_input input {
    width: 97%;
    height: 46px;
    color: #aba5ab;
    font-size: 15px;
    padding-left: 3%;
    border: none;
    background-color: transparent;
}

.form_button {
    margin-top: 18px;
    width: 80%;
    color: white;
    font-size: 14px;
}

.weui-mask, .weui-mask_transparent {
    background: #000000;
    filter: Alpha(Opacity=30, Style=0);
    opacity: 0.3 !important;
}

.weui-toast--visible {
    padding: 10px;
}

.weui-dialog, .weui-toast {
    top: 50%;
}

.icon-shenfenxinxi {
    background-color: #699;
}

.icon-mimaxiugai {
    background-color: #f66;
}

.icon-fuwu {
    background-color: #3c9;
}

.icon-lianxifangshi {
    background-color: #96c;
}

.icon-youzhengwangdian {
    background-color: #9400D3;
}

.icon-haofangtuo400iconfont2tousu {
    background-color: #388E8E;
}

.icon-person {
    background-color: #0cf;
}

.icon-qingchuhuancun {
    background-color: #ADFF2F;
}

.icon-xingbie {
    background-color: #699;
}

.icon-guojia {
    background-color: #f66;
}

.icon-jiedianleisheng {
    background-color: #3c9;
}

.icon-iconcity {
    background-color: #96c;
}

.icon-shigongdanwei {
    background-color: #9400D3;
}

.icon-shoujihao {
    background-color: #388E8E;
}

.icon-xingming {
    background-color: #43CD80;
}

.icon-mimaxiugai {
    background-color: #f4de3b;
}
/* .icon-xingming {
  background-color:#43CD80;
}
.icon-mimaxiugai {
  background-color:#F4A460;
}
.icon-shenfenxinxi {
  background: #f511f0;
}
.icon-chongzhi {
  background: #1793cf;
}
.icon-tousu {
  background: #ff0000;
}
.icon-yijiedan {
  background: #ADFF2F;
} */


.wux-speed-dial__action {
    position: fixed;
    right: 12px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1500;
    background-color: #ff5a5a;
    color: #fff;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.wux-speed-dial__action_bottom {
    bottom: 20px;
}

.wux-speed-dial__action .weui-cell_access:active {
    background: #ff5a5a;
}

/*tab样式重置*/
/* .weui-navbar__item.weui-bar__item_on {
  background-color:#33AB9F !important;
  color:#ffffff !important;
}
.weui-navbar__slider {
  background-color:#33AB9F !important;
}
.weui-navbar__item {
  padding:7px 0;

} */
/*tab样式重置*/
.wux-speed-dial__text {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAHdElNRQfhBAQLCR5MtjrbAAAAjUlEQVRo3u3ZMRKAIAxEUbDirp4nXnctFFDHBtDQ/O1Nnk6aHUMgZCBKMkmmNAtgOmL9M+IQQGVM95zljy8DAAAAAAAAAAAAAACALsDZcppSx7Q+WdtUvA5xffUtrjeA8/qQ21S9gc15/3Nfzw0M5O0G2kM5BQAAAAAAAAAAAAAAQGk33q0qZ/p/Q/JFdmei9usomnwIAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA0LTA0VDExOjA5OjMwKzA4OjAw1U4c3wAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wNC0wNFQxMTowOTozMCswODowMKQTpGMAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
    transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
}
.weui-photo-browser-modal .photo-container img {
    max-width: 100%;
    width: 100%;
    margin-top: -30px;
}
.weui-grid {
    width: 25%;
}
.weui-grid:before {
    border-right: 0px;
}
.weui-grids-column {
    margin: 7px 2px;
    background: #ffffff;
}
.weui-grid-active {
    /*background-color: #ececec;*/
}
.weui-grid:active {
    background-color: none;
}
.weui-grid:after{
    border-bottom: 0px;
}
.weui-media-box-more {
    display: block;
}
.weui-media-box-more .margin-bottom-40, .weui-media-box-more .margin-bottom-50, .weui-media-box-more .margin-bottom-60 {
    margin-bottom: 0px !important;
}
.weui-media-box-more .padding-bottom-10, .weui-media-box-more .padding-bottom-130, .weui-media-box-more .padding-bottom-150 {
    padding-bottom: 0px;
}
.margin-bottom-40:last-child {
    margin-bottom: 40px !important;
}
.margin-bottom-50:last-child {
    margin-bottom: 50px !important;
}
.margin-bottom-60:last-child {
    margin-bottom: 60px !important;
}
.padding-bottom-10:last-child {
    padding-bottom: 10px;
}
.padding-bottom-130:last-child {
    padding-bottom: 130px;
}
.padding-bottom-150:last-child {
    padding-bottom: 150px;
}