﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
}

ol, ul, li, lu li {
    list-style: none;
}

img {
    border: 0;
}

/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

body {
    margin: 0 auto;
    background-color: #efefef;
    font-family:   'Microsoft YaHei', 微软雅黑,Arial, STXihei, 'Helvetica Neue', Helvetica, Tahoma,sans-serif;
    min-width: 320px;
    /*max-width: 640px;*/
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    position: relative;
    min-height: 100%;
}

html {
    min-height: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, i {
    font-weight: normal;
    font-style: inherit;
}

input {
    border: 0px none;
    box-shadow: none;
    -webkit-appearance: none;
    background: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: middle;
}

textarea {
    resize: none;
    border: 0px none;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: White;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: middle;
}

img {
    width: 100%;
    vertical-align: middle;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}
/*白色背景*/
.bg-white {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    /*max-width: 640px;*/
    background-color: #FFF;
    z-index: -1;
}
/*f5背景*/
.bg-f5 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    max-width: 640px;
    background-color: #f5f5f5;
    z-index: -1;
}

.bg-ef {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    max-width: 640px;
    background-color: #efefef;
    z-index: -1;
}
/*页面标题*/
.head {
    background-color: #68b82e;
    position: fixed;
    line-height: 54px;
    height: 54px;
    width: 100%;
    top: 0;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    z-index: 999;
}

    .head h1 {
        font-size: 20px;
        color: #fff;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .head a {
        position: absolute;
        top: 50%;
        transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        -webkit-transform: translate3d(0,-50%,0);
        -o-transform: translate3d(0,-50%,0);
    }

.ico-return {
    background: url(../images/ico-return.png) no-repeat;
    background-size: 100%;
    left: 15px;
    width: 20px;
    height: 20px;
}

.ico-returnl {
    background: url(../images/ico-return.png) no-repeat;
    background-size: 100%;
    left: 15px;
    width: 20px;
    height: 20px;
}

.ico-search {
    background: url(../images/ico-search.png) no-repeat;
    background-size: 100%;
    left: 15px;
    width: 20px;
    height: 20px;
}

.ico-drop {
    background: url(../images/ico-drop.png) no-repeat;
    background-size: 100%;
    right: 15px;
    width: 28px;
    height: 5px;
}

.ico-write {
    background: url(../images/ico-write.png) no-repeat;
    background-size: 100%;
    right: 62px;
    width: 20px;
    height: 20px;
}

.ico-share {
    background: url(../images/ico-share.png) no-repeat;
    background-size: 100%;
    right: 100px;
    width: 19px;
    height: 20px;
}

.ico-exit {
    background: url(../images/ico-exit.png) no-repeat;
    background-size: 100%;
    right: 15px;
    width: 22px;
    height: 20px;
}
/*底部导航*/
.foot {
    background-color: #fff;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #cdcbca;
    overflow: hidden;
    padding: 8px 0 3px 0;
    z-index: 999;
}

    .foot li {
        float: left;
        width: 20%;
    }

        .foot li a {
            display: block;
            color: #666;
        }

        .foot li i {
            width: 22px;
            height: 22px;
            display: block;
            margin: 0 auto;
            margin-bottom: 2px;
            background-size: 100% !important;
        }

    .foot .ico1 {
        background: url(../images/ico1-1.png) no-repeat;
    }

    .foot .ico2 {
        background: url(../images/ico2-1.png) no-repeat;
    }

    .foot .ico3 {
        background: url(../images/ico3-1.png) no-repeat;
    }

    .foot .ico4 {
        background: url(../images/ico4-1.png) no-repeat;
    }

    .foot .ico5 {
        background: url(../images/ico5-1.png) no-repeat;
    }

    .foot .ico6 {
        background: url(../images/ico6-1.png) no-repeat;
    }

    .foot .on .ico1 {
        background: url(../images/ico1-2.png) no-repeat;
    }

    .foot .on .ico2 {
        background: url(../images/ico2-2.png) no-repeat;
    }

    .foot .on .ico3 {
        background: url(../images/ico3-2.png) no-repeat;
        background-size: 100%;
    }

    .foot .on .ico4 {
        background: url(../images/ico4-2.png) no-repeat;
    }

    .foot .on .ico5 {
        background: url(../images/ico5-2.png) no-repeat;
    }

    .foot .on .ico6 {
        background: url(../images/ico6-2.png) no-repeat;
    }

    .foot .on a {
        color: #5cb531;
    }
/*消息提示背景*/
.tip-bg {
    position: fixed;
    top: 0;
    min-width: 320px;
    /*max-width: 640px;*/
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
}

    .tip-bg .box {
        background-color: #FFF;
        width: 86%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -webkit-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        border-radius: 3px;
    }

/*APP下载提示*/
.dload-tip {
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,1);
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9999;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    min-width: 320px;
    /*max-width: 640px;*/
}

    .dload-tip .dlogo {
        margin-left: 10px;
    }

        .dload-tip .dlogo img {
            width: 34px;
            float: left;
            margin-top: 4px;
        }

    .dload-tip .adword {
        float: left;
        text-align: left;
        margin-left: 3%;
        line-height: 20px;
        color: #333;
    }

        .dload-tip .adword h2 {
            font-weight: 600;
            font-size: 18px;
            margin-top: 10px;
        }
        .dload-tip .adword span{
            font-size:14px;
            font-family:STXihei;
            font-weight:normal;
        }
    .dload-tip .dbtn {
        float: right;
        background-color: #6eba43;
        color: #FFF;
        padding: 4px 8px;
        border-radius: 3px;
        margin-right: 35px;
        margin-top: 7px;
    }

    .dload-tip .dclose {
        color: #888;
        /*background-color: #666;*/
        display: inline-block;
        position: absolute;
        direction: ltr;
        width: 4px;
        height: 4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%;
        right: 8px;
        top: 20px;
        padding: 8px;
    }

        .dload-tip .dclose:before {
            width: 16px;
            height: 2px;
        }   

        .dload-tip .dclose:after {
            height: 16px;
            width: 2px;
        }

        .dload-tip .dclose:before, .dload-tip .dclose:after {
            content: '';
            pointer-events: none;
            box-shadow: inset 0 0 0 32px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

/*404*/
.errorpic{

  margin-top:5%;
  margin-left: 25%;
  width:50%;

}
    .errorpic img {
        padding-bottom: 10px;
    }
.eword{
    margin-top:5px;
    color:#999;
}