/* CSS Document */

body {
    background-color: #47134a;
}

.topBox {
    background-color: #b90e00;
}

#top {
    height: 44px;
}

.logo {
    width: 244px;
    height: 44px;
    margin: 0;
    background: url(../images/img_logo.jpg) left top no-repeat;
}

.hotline {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    background: none;
    color: #fff;
}

.page {}

.page.blue {
    background-color: #3b003e;
}

.page img {
    display: block;
    margin: 0 auto;
}

.page.flash img {
    position: relative;
    left: 50%;
    margin-left: -980px;
}

.contentBox {
    width: 1000px;
}

#marketList {
    position: absolute;
    top: 360px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    left: 50px;
    font-size: 16px;
    color: #3728a4;
    font-family: '微软雅黑';
}

.appFixBox {
    position: fixed;
    width: 100%;
    height: 138px;
    left: 0;
    bottom: 8px;
    z-index: 2;
    background: #b61d4e;
}

.appFixBox img {
    display: block;
    margin:-13px auto 0;
}

.btn_close {
    display: block;
    position: absolute;
    left: 50%;
    top: 27px;
    width: 25px;
    height: 25px;
    margin-left: 461px;
}