﻿
body
{
    font-size: 12px;
    background: #fff;
    font-family: 宋体, simsun,arial,helvetica,clean,sans-serif;
    text-align: center;
    color: #333;
    background: #fff;
    margin: 0px;
    padding: 0px;
}
input::-ms-clear {
    display:none;
}
div
{
    margin: 0 auto;
    padding: 0;
}
th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p
{
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}
.clear
{
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a
{
    color: #666;
    text-decoration: none;
}
a:hover
{
    color: #ed1c24;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.word
{
    word-break: break-all;
}
.box, .block
{
    width: 1003px;
    height: auto;
    margin: 0 auto;
}
.box
{
    height: 768px;
}
.blank
{
    height: 8px;
    line-height: 8px;
    clear: both;
    visibility: hidden;
}


        .messBox, .disclaimerBox {
            position: fixed;
            top: 50%;
            left: 50%;
            width: 350px;
            height: 170px;
            margin-left: -176px;
            margin-top: -86px;
            border: 1px solid #006699;
            padding: 0px;
            background-color: #FFF;
            _position: absolute;
            _top: expression(eval(document.documentElement.scrollTop)+260);
        }

            .messBox h1, .disclaimerBox h1 {
                float: left;
                font-size: 12px;
                width: 350px;
                height: 28px;
                line-height: 28px;
                text-align: left;
                background-color: #02569F;
                color: #FFF;
                margin: 0px;
                text-indent: 10px;
                display: inline;
            }

            .messBox .newsBox,
            .disclaimerBox .newsBox {
                float: left;
                margin: 20px 0px 0px 20px;
                width: 310px;
                height: 40px;
                font-size: 14px;
                display: inline;
            }

            .messBox .autoClose,
            .disclaimerBox .autoClose {
                float: left;
                width: 310px;
                height: 18px;
                line-height: 18px;
                font-size: 12px;
                color: #999;
                text-align: center;
                margin-left: 20px;
                display: inline;
            }

            .messBox .messBoxBtnBox,
            .disclaimerBox .messBoxBtnBox {
                height: 24px;
                line-height: 24px;
                margin-top: 20px;
            }

            .messBox a.aOkBtn, .disclaimerBox a.aOkBtn {
                display: inline-block;
                width: 49px;
                height: 20px;
                border: 0px;
                padding: 0px;
                margin: 0px;
                background-image: url(../images/aOkBtn.jpg);
                background-repeat: no-repeat;
                background-position: 0px 0px;
                color: #8b8b8b;
                margin-left: 130px;
                float: left;
            }

                .messBox a.aOkBtn:hover {
                    background-position: 0px -20px;
                    color: #333;
                }

            .messBox b {
                font-weight: normal;
                color: #999;
            }
            
.disclaimerBox {
    width: 734px;
    height: 592px;
    margin-left: -367px;
    margin-top: -0px;
    border: 0px;
    background: none;
    background: url("../images/Disclaimer-bg.png") 0px 0px no-repeat;
    top: 70px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop)+40);
}

    .disclaimerBox h1 {
        width: 734px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #333;
        font-size: 16px;
        position: relative;
        margin-top: 20px;
        background: no-repeat;
    }

    .disclaimerBox .newsBox {
        width: 680px;
        height: 426px;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
        padding: 12px 29px 24px 25px;
        background: url("../images/DisclaimerB-bg.png") 0px 0px repeat-y;
    }


    .disclaimerBox .messBoxBtnBox {
        float: left;
        width: 734px;
        height: 40px;
        margin: 0px;
        padding: 18px 0px 12px 0px;
        background: url("../images/DisclaimerC-bg.png") left bottom no-repeat;
    }

    .disclaimerBox a.aOkBtn {
        width: 142px;
        height: 35px;
        line-height: 35px;
        background: url(../images/ok-bg.png) 0px 0px no-repeat;
        margin-left: 296px;
        font-size: 14px;
        font-weight: bold;
    }

        .disclaimerBox a.aOkBtn:hover {
        }

    .disclaimerBox .autoClose {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0px;
        right: 25px;
        cursor: pointer;
        background: url(../images/bg_thickbox.gif) 0px -18px no-repeat;
    }

        a#aDisclaimer {
            color: #FFF;
            cursor: pointer;
            text-decoration: underline;
        }

        /* 自动补全 */
        .ui-autocomplete {

            max-height: 400px;
            width:270px;
            overflow-y: auto;
            overflow-x: hidden;
            text-align:left;
        }
        * html .ui-autocomplete {
            height: 200px;
        }