﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: none;
}
.statement-bg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 1150px;
    height: 210px;
    box-shadow: 0 -4px 8px 0 rgba(0,0,0,0.09);
    display: none;
}
.statement-bg .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    background: #333333;
    z-index: 0;
}
.inner {
    width: 1150px;
    margin: 0 auto;
}
.statement-bg .inner {
    position: relative;
    z-index: 1;
}
.statement-bg h5 {
    font-size: 18px;
    padding-top: 32px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 600;
}
.statement-bg .contents {
    width: 910px;
    height: 120px;
    overflow-y: auto;
    color: #ffffff;
}
.statement-bg .contents::-webkit-scrollbar{width: 6px;height: 6px;background-color: transparent;}
.statement-bg .contents::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);border-radius: 10px;background-color: transparent;}
.statement-bg .contents::-webkit-scrollbar-thumb{height: 20px;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);background-color: #666;}
.statement-bg .contents .tit {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.statement-bg .contents .cont {
    margin-bottom: 16px;
    font-size: 14px;
    color: #EEEEEE;
    line-height: 20px;
}
.statement-bg .close {
    position: absolute;
    left: 970px;
    top: 36px;
    width: 32px;
    height: 32px;
    background: url(/images/state_close.png) no-repeat center center;
}