.body {
    min-width: 300px;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}

.xz {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    border-bottom: #CCC 1px dashed;
    color: #333;
    text-align: left;
}

.menu {
    list-style: none;
    font-size: 12px;
}

    .menu li {
        width: auto;
        height: 30px;
        line-height: 30px;
        float: left;
        border: #eeeeee 1px solid;
        padding: 0px 5px 0px 5px;
        margin: 5px 0px 0px 5px;
    }

    .menu .select > a {
        color: #003d6a;
        text-decoration: underline;
    }

    .menu li a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

        .menu li a:hover {
            text-decoration: underline;
        }

.bt {
    line-height: 38px;
    text-align: left;
    background: url("../image/tit_p.png")/*tpa=http://www.yiqilight.com/html/phone/image/tit_p.png*/ #eeeeee no-repeat 10px center;
    background-size: auto 30%;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

    .bt a {
        display: block;
        float: right;
        width: 40px;
        text-align: center;
        color: #003d6a;
        font-size: 18px;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    }
