body,html {
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    overflow-x: hidden;
    background-color: #fbf9fe
}

li{
    list-style: none;
}

.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*¼æÈÝ IE*/
    zoom: 1;
}

.container {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.container>div {
    background-color: #fbf9fe
}

.hd {
    padding: 2em 0
}

.page_title {
    text-align: center;
    font-size: 34px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%
}

.page_desc {
    text-align: center;
    color: #888;
    font-size: 14px
}

.bd.spacing {
    padding: 0 15px
}

.home {
    padding-bottom: 30px
}

.button .page_title {
    color: #225fba
}

.button .bd {
    padding: 0 15px
}

.button .button_sp_area {
    padding: 10px 0;
    width: 60%;
    margin: 0 auto;
    text-align: justify;
    text-justify: distribute-all-lines;
    font-size: 0
}

.button .button_sp_area:after {
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    content: "."
}

.cell .page_title {
    color: #225fba
}

.cell .bd {
    padding-bottom: 30px
}

.dialog .bd,.toast .bd {
    padding: 120px 15px 0
}

.msg {
    background-color: #fff
}

.panel .bd {
    padding-bottom: 20px
}

.article {
    background-color: #fff
}

.article .page_title {
    color: #de7c23
}

.icons {
    background-color: #fff;
    text-align: center
}

.icons .page_title {
    color: #3e24bd
}

.icons .bd {
    padding: 30px 0;
    text-align: center
}

.icons .icon_sp_area {
    padding: 10px 20px;
    text-align: left
}

.icons i {
    margin: 0 5px 10px
}

.tabbar {
    height: 100%
}

.search_show {
    display: none;
    margin-top: 0;
    font-size: 14px
}

.search_show .weui_cell_bd {
    padding: 2px 0 2px 20px;
    color: #666
}

.icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle
}

.icon_button {
    background: url(images/icon_nav_button.png) no-repeat;
    background-size: 28px 28px
}

.icon_cell {
    background: url(images/icon_nav_cell.png) no-repeat;
    background-size: 28px 28px
}

.icon_toast {
    background: url(images/icon_nav_toast.png) no-repeat;
    background-size: 28px 28px
}

.icon_dialog {
    background: url(images/icon_nav_dialog.png) no-repeat;
    background-size: 28px 28px
}

.icon_progress {
    background: url(images/icon_nav_progress.png) no-repeat;
    background-size: 28px 28px
}

.icon_msg {
    background: url(images/icon_nav_msg.png) no-repeat;
    background-size: 28px 28px
}

.icon_article {
    background: url(images/icon_nav_article.png) no-repeat;
    background-size: 28px 28px
}

.icon_actionSheet {
    background: url(images/icon_nav_actionSheet.png) no-repeat;
    background-size: 28px 28px
}

.icon_icons {
    background: url(images/icon_nav_icons.png) no-repeat;
    background-size: 28px 28px
}

.icon_panel {
    background: url(images/icon_nav_panel.png) no-repeat;
    background-size: 28px 28px
}

.icon_tab {
    background: url(images/icon_nav_tab.png) no-repeat;
    background-size: 28px 28px
}

.icon_search_bar {
    background: url(images/icon_nav_search_bar.png) no-repeat;
    background-size: 28px 28px
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0
    }
}

.enter,.leave {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.enter {
    -webkit-animation: a .2s forwards;
    animation: a .2s forwards
}

.leave {
    -webkit-animation: b .25s forwards;
    animation: b .25s forwards
}

.home__chat-avatar___gcXIX {
	width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
}

.rich_media_title {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}

.rich_media_meta_list {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    line-height: 20px;
    font-size: 0;
    text-align: center;
}

.rich_media_meta_list em {
    font-style: normal;
}

.rich_media_meta_text {
    color: #8c8c8c;
}

.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 16px;
}

.order_wuliu {
    font-size: 12px;
}

.order_wuliu .list {
    padding: 5px 25px 15px 38px
}

.order_wuliu .list li {
    position: relative;
    padding: 10px 0;
    color: #999;
    list-style: none;
}

.order_wuliu .list li:after {
    content: '\20';
    display: block;
    width: 1px;
    height: 95%;
    background: #3985ff;
    position: absolute;
    left: -20px;
    top: 20px
}

.order_wuliu .list li:first-child {
    color: #333
}

.order_wuliu .list li:first-child i {
    border-color: #fb8a00
}

.order_wuliu .list li:first-child i:after {
    background-color: #fb8a00
}

.order_wuliu .list li:last-child:after {
    height: 0
}

.order_wuliu .list i {
    z-index: 1;
    position: absolute;
    left: -24px;
    top: 13px;
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #3985ff
}

.order_wuliu .list i:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    content: '\20';
    display: block;
    width: 6px;
    height: 6px;
    background: #3985ff;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.order_wuliu .list p em {
    color: #3985ff
}

.order_wuliu .list small {
    font-size: 10px;
    color: #999
}

.order_wuliu p {
    margin: 0;
    padding: 0;
}

.relative_head {
    color: #999;
    border-top: 1px solid #E2E2E2; 
    padding-top: 5px;
}

.comment p {
    margin: 0;
}

.comment-lists li {
    margin-bottom: 8px;
}

.username {
    color: #7299CA;
    font-size: 16px;
}

.user_comment {
    line-height: 30px;
}

.reply-depart-name {
    margin-left: 10px;
    color: #666;
    font-size: 14px;
}

.reply-content {
    font-size: 12px;
    margin-left: 10px;
    color: #757373;
    text-indent: 2em;
}

.weui_msg {
    padding-top: 36px;
    text-align: center;
}

.weui_msg .weui_icon_area {
    margin-bottom: 30px;
}

.weui_msg .weui_text_area {
    margin-bottom: 25px;
    padding: 0 20px;
}

.weui_msg .weui_msg_title {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 20px;
}

.weui_msg .weui_msg_desc {
    font-size: 14px;
    color: #888;
}