html {
    height: 100%;
    width: 100%;
}

/* 清理浮动 */
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1; /* for IE6 IE7 */
}

a {
    color: #a6270e;
    text-decoration: none;
}

a:hover {
    outline-color: #c91818;
    text-decoration: underline
}

.header{ z-index: 998888;}
.modalOpen .wrapper, .modalOpen .wrap{ z-index: 999888;}

body.modalOpen{ overflow: hidden;}
.interfaceBox{
    position: fixed;top: 50%;right: 50%;transform: translate3d(50%, -50%, 0);z-index: 999999;display: none;
}
.interfaceBox::before{ content: '';display: block;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.3);
    position: absolute;top: 50%;right: 50%;transform: translate3d(50%, -50%, 0);z-index: -1;opacity: 0;transition: all 0.2s ease-in-out;}
.modalOpen .interfaceBox::before{ opacity: 1;}

.closeModal{ display: inline-block; font-size: 24px; color: #444; transform: scaleX(1.3);
    position: absolute; top: 10px;right: 20px; padding: 10px; cursor: pointer;}

.mainwrapper {
    width: 100vw;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 400px;
    max-height: 90vh;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    overflow: hidden;
}

.maintitle {
    margin: 10px auto;
    width: 95%;
    border-bottom: 3px double #d8d8d8;
    height: 60px;
    line-height: 60px;
}

.maintitle h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #d10e0e
}

.contentwrapper {
    padding: 20px 10px;
    width: 95%;
    margin: 10px auto 20px auto;
}

.content-title {
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #d92323;
    height: 32px;
}

.content-title h4 {
    font-size: 15px;
    font-weight: bold;
    float: left;
    height: 32px;
    color: #ffffff;
    padding: 0 20px;
    line-height: 32px;
    border-radius: 4px 4px 0 0;
}

.gradientred {
    background: #000000;
    background: -moz-linear-gradient(top, #ed1c1c 0%, #c41212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed1c1c), color-stop(100%, #c41212));
    background: -webkit-linear-gradient(top, #ed1c1c 0%, #c41212 100%);
    background: -o-linear-gradient(top, #ed1c1c 0%, #c41212 100%);
    background: -ms-linear-gradient(top, #ed1c1c 0%, #c41212 100%);
    background: linear-gradient(to bottom, #ed1c1c 0%, #c41212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c1c', endColorstr='#c41212', GradientType=0);
}

:root .gradientred {
    filter: none;
}

.content-box {
    width: 92%;
    margin: 5px auto 6px auto;
    padding: 6px 0;
}

.content-box p {
    line-height: 32px;
    padding: 2px 0;
}

.tab-title {
    font-weight: bold;
    font-size: 14px;
}
.interfaceBox .h3{ display: block;color: #a6270e;font-weight: bold;font-size: 15px;font-weight: bold;}