html, body {
    font-family: "宋体", "微软雅黑", Arial, sans-serif;
    font-size: 12px;
    color: #666;
    outline: none;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

a:hover {
    color: #e8431f;
}

#rightArrow, #floatDivBox {
    top: 100px;
    height: 45px;
}

#floatDivBox {
    width: 170px;
    position: fixed;
    right: 0;
    z-index: 9;
}

#rightArrow {
    width: 50px;
    background: url("/images/1478308842480674.jpg") no-repeat;
    position: fixed;
    right: 170px;
    z-index: 99;
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, .25);
}

.floatNavigationBar, .floatTabs li, #rightArrow a {
    height: 45px;
    line-height: 45px;
}

#rightArrow a {
    display: block;
}

.floatNavigationBar {
    width: 100%;
    position: relative;
    background: #f08326;
    color: #fff;
    font-size: 1.5em;
    text-indent: 22px;
}

.floatTabs {
    padding: 3px 14px;
}

.floatTabs li {
    font-size: 1.25em;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 2px;
}

.floatFooter {
    padding: 12px 14px;
    font-size: 1.5em;
    color: #333;
}
