﻿body {
    background-color: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
    /*-webkit-filter: grayscale(100%);整个网页变黑白色*/
}

#wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    font-size: 0.9rem;
}

#main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background-color: #ffffff;
    font-size: 0.9rem;
}

#ifrHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3em;
    border: none;
    font-size: 0.9rem;
    z-index: 998;
}

#ifrFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.7em;
    border: 0 none;
    z-index: 998;
}

.space_header {
    height: 3em;
    display: block;
}

.space_footer {
    height: 3.7em;
    display: block;
}

.font_bold {
    font-weight: bold;
}

.font_03a796 {
    color: #03a796;
}

.font_333333 {
    color: #333333;
}

.font_999999 {
    color: #999999;
}

.font_white {
    color: #ffffff;
}

.font_f16060 {
    color: #f16060;
}

.bg_bfead9 {
    background-color: #bfead9;
}

.bg_03a796 {
    background-color: #03a796;
}

.bg_ffd249 {
    background-color: #ffd249;
}

.bg_f2f2f2 {
    background-color: #f2f2f2;
}

.bg_daebe4 {
    background-color: #daebe4;
}

.icon_point_l {
    width: 1em;
    display: inline-block;
    background-image: url(../Image/icon/point_black.png);
    background-size: 0.4em 0.4em;
    background-repeat: no-repeat;
    background-position: center center;
}

#divCover {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 0.6;
}

#divMenu {
    width: 10em;
    background-color: #f1f1f1;
    position: fixed;
    top: 42px;
    right: 5px;
    z-index: 9999;
    border-radius: 5px;
    display: none;
}

    #divMenu div {
        height: 2.5em;
        line-height: 2.5em;
        text-align: center;
        border-bottom: 1px solid #ffffff;
        font-size: 0.9rem;
    }

.hide {
    display: none;
}

#divLoadMore {
    height: 3em;
    line-height: 3em;
    text-align: center;
    text-decoration: underline;
    color: #999999;
}

    #divLoadMore img {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        margin-right: 0.2em;
    }

/*------------------------------------弹出框Start-------------------------------------------*/
#divPopMsg {
    width: 20em;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    z-index: 99999;
}

#divPopTitle {
    border-radius: 5px 5px 0 0;
    height: 5em;
    background-color: #54c025;
    background-image: url(/image/pop_title-bg.png);
    background-size: 8em 5em;
    background-repeat: no-repeat;
    background-position: left;
}

#divPopTitleContent {
    width: 16em;
    height: 5em;
    float: right;
    background-image: url(/image/pop_title-font.png);
    background-size: 9.2em 2.9em;
    background-repeat: no-repeat;
    background-position: 60% center;
}

#divPopContent {
    line-height: 1.5em;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#divPopBtn {
    height: 3em;
    border-radius: 0 0 5px 5px;
    text-align: center;
    display: -webkit-box;
}

    #divPopBtn div {
        -webkit-box-flex: 1;
    }

.PopBtn01 {
    width: 16em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 1px solid #03a796;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.PopBtn02 {
    width: 8em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 1px solid #03a796;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.PopSpace {
    width: 20em;
    height: 2em;
}

.space1 {
    width: 0.5em;
    display: inline-block;
}
/*------------------------------------弹出框End-------------------------------------------*/

.no_record {
    margin-left: 0.5em;
    line-height: 2.5em;
    color: #999999;
}

/*  单边阴影

.top {  
    box-shadow: 0px -1px 0px #888888;
}  
.right {  
    box-shadow: 1px 0px 0px #888888;  
}  
.bottom {  
    box-shadow: 0px 1px 0px #888888;  
}  
.left {  
    box-shadow: -1px 0px 0px #888888;  
} 
*/

/*线性渐变*/
/*background: -webkit-linear-gradient(red, blue);*/ /* Safari 5.1 - 6.0 */
/*background: -o-linear-gradient(red, blue);*/ /* Opera 11.1 - 12.0 */
/*background: -moz-linear-gradient(red, blue);*/ /* Firefox 3.6 - 15 */
/*background: linear-gradient(red, blue);*/ /* 标准的语法 */

