﻿@charset "UTF-8";

.common-title {
    background: #e3e3e3;
    height: 37px;
    padding-left: 10px;
}

    .common-title .title {
        line-height: 37px;
        float: left;
        font-family: "Microsoft YaHei";
        font-weight: normal;
        font-size: 18px;
        color: #000;
    }

    .common-title .more {
        float: right;
        line-height: 37px;
        padding-right: 10px;
        font-size: 12px;
        color: #0b48bb;
    }

/**common  list**/
.subTit {
    border-bottom: 1px solid #cc3300;
}

    .subTit ul {
        overflow: hidden;
        height: 38px;
        text-align: center;
    }

        .subTit ul li {
            float: left;
            font-size: 13px;
            height: 100%;
            line-height: 38px;
        }

#master_total_ranking .data ul {
    overflow: hidden;
    height: 37px;
    *height: 38px;
    text-align: center;
}

.data ul {
    overflow: hidden;
    height: 35px;
    *height: 36px;
    text-align: center;
}

    .data ul li {
        float: left;
        font-size: 13px;
        height: 100%;
        line-height: 35px;
        *line-height: 36px;
        position: relative;
        word-wrap: normal;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.data em {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    line-height: 18px;
    margin-left: 3px;
    _line-height: 19px;
    cursor: default;
    display: inline-block;
    background-image: url(/contest../../images/index/list-catch.png);
}

.data .topic em {
    width: 31px;
    height: 18px;
    background-position: -90px 0px;
    background-repeat: no-repeat;
}

.data .topic a {
    margin-left: 10px;
}

.data .author a {
    color: #039;
}

.data .author em.lv {
    background-position: -240px 0px;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
}

/** news**/
.panel {
    margin-bottom: 20px;
    margin-right: 5px;
    background-color: #ffffff;
    border: 1px solid transparent;
    *border: 1px solid #ffffff;
}

.panel-head {
    border-bottom: 1px solid transparent;
    *border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid #E52E04;
    position: relative;
}

    .panel-head span {
        float: right;
        font-size: 12px;
        display: block;
        padding-top: 10px;
        padding-right: 10px;
    }

    .panel-head .more {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 12px;
        color: #cc3300;
    }

.panel .panel-title {
    color: #E52E04;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    padding: 10px;
    padding-top: 0;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #E52E04;
}

.panel-body {
    padding-top: 7px;
}

    .panel-body .list-main {
        padding: 15px 5px;
        font-size: 16px;
        color: #000000;
        border-bottom: 1px solid #ddd;
    }

        .panel-body .list-main p {
            font-size: 20px;
            line-height: normal;
        }

.list li {
    padding: 8px 0;
    text-overflow: ellipsis;
    margin-bottom: -1px;
    background-color: #fff;
    padding-left: 25px;
    line-height: 27px;
}

    .list li a.active, .list li a:hover {
        color: #ff4900;
    }

.list small {
    margin-right: 5px;
}

.list-truncate {
    *overflow: hidden;
}

    .list-truncate li, .list-truncate li a {
        word-wrap: normal;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #00329b;
    }

.list-striped li:nth-of-type(even) {
    background: #f5f5f5;
}

/** 大赛排行榜内容**/
.tab-content .chartData {
    overflow: hidden;
}

.tab-content .ico-top1, .tab-content .ico-top2, .tab-content .ico-top3 {
    position: absolute;
    top: 5px;
    left: 15px;
}

.data ul.even {
    background: #F7F7F7;
}


.tab-content .more {
    position: absolute;
    top: -27px;
    right: 15px;
    font-size: 12px;
    color: #0b48bb;
}

/**login unsign **/
.user-notice {
    width: 280px;
    float: left;
}

.login_nosign {
    width: 280px;
    height: 213px; /*height: 140px;*/
    border: 1px solid #ddd;
}

    .login_nosign .user-detail p {
        margin-left: 20px;
    }

    .login_nosign .user-detail a {
        font-size: 14px;
        font-weight: normal;
    }

    .login_nosign .user-detail #login_nosign {
        max-width: 60px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .login_nosign .user-detail #userNameLogin {
        max-width: 60px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: inline-block;
    }


.user-detail {
    margin-top: 23px;
}

.NoRegist .user-detail, .login_nosign .user-detail {
    margin-top: 54px;
}

.user-detail p {
    color: #666;
    margin-left: 40px;
}

.user-detail a {
    float: left;
    display: inline-block;
}

.user-detail p .notice {
    color: #666;
    display: inline-block;
    margin-left: 10px;
}

.login_nosign .user-detail .notice {
    display: inline-block;
    margin-left: 10px;
}

.user-btn {
    text-align: center;
}

    .user-btn em {
        background: url("/contest../../images/index/@204x60.png") no-repeat;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 23px;
        width: 204px;
        height: 60px;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        line-height: 58px;
    }

        .user-btn em#GoTo {
            font-size: 14px;
            width: 232px;
            height: 36px;
            display: inline-block;
            line-height: 36px;
            background: url("/contest../../images/index/@232x36.png") no-repeat;
        }

/** 已登录，已报名 **/

.loginin {
    width: 280px;
    height: 213px; /*height: 140px;*/
    border: 1px solid #ddd;
}

    .loginin .user-detail p {
        margin-right: 5px;
        margin-top: 5px;
        font-size: 14px;
        color: #666;
        overflow: hidden;
    }

    .loginin .user-detail #userName {
        max-width: 60px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .loginin .user-btn .btn {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 35px;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0;
        width: 204px;
        height: 60px;
        display: inline-block;
        line-height: 60px;
        background: url("/contest../../images/index/@204x60.png") no-repeat;
    }

/** 未登录**/
.NoRegist {
    width: 280px;
    height: 213px; /*height: 140px;*/
    border: 1px solid #ddd;
    margin-right: 10px;
}

    .NoRegist .user-btn em {
        margin-bottom: 10px;
    }

    .NoRegist .user-btn {
        margin-top: 30px;
    }

        .NoRegist .user-btn a {
            text-decoration: underline;
            color: #cc3300;
            font-size: 24px;
            font-weight: 500;
        }

        .NoRegist .user-btn p {
            margin-bottom: 20px;
            color: #666;
            font-size: 24px;
        }
/**已晋级*/
.Promoted {
    width: 280px;
    height: 213px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

    .Promoted .user-btn {
        margin-top: 50px;
    }

        .Promoted .user-btn p {
            color: #404040;
            font-size: 17px;
            line-height: 35px;
        }

.cashlist {
    width: 280px;
    height: 185px;
    border: 1px solid #ddd;
    margin-top: 24px;
}

    .cashlist ul li {
        display: inline-block;
        width: 32%;
        text-align: center;
        *float: left;
    }

        .cashlist ul li .font {
            font-size: 14px;
            color: #ea3408;
        }

        .cashlist ul li .fontName {
            font-size: 14px;
            color: #1b1b1b;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            width: 85px;
            display: block;
        }

    .cashlist .user-btn {
        margin-top: 8px;
    }

.user-op .software p {
    font-size: 14px;
    color: #666;
    margin: 10px;
}

.user-op .software li {
    display: inline-block;
    margin-left: 10px;
}

.user-op .software .ico-computer {
    position: absolute;
    left: 7px;
    bottom: 0;
}

.user-op .software .line {
    margin-right: 10px;
}

.user-op .software .ico-phone {
    position: absolute;
    right: 99px;
    bottom: 0;
}

.user-op .scan {
    text-align: center;
    margin-top: 10px;
}

    .user-op .scan p {
        color: #666;
    }

    .user-op .scan a {
        width: 80px;
        height: 80px;
        display: inline-block;
    }

    .user-op .scan em {
        background-image: url(/g1/g2/201606/20160623065355.png);
        background-position: 0 -330px;
        width: 80px;
        height: 80px;
        background-repeat: no-repeat;
        display: inline-block;
    }

.bar-ad {
    float: left;
    width: 735px;
    height: 316px;
}

.case {
    margin-top: 40px;
    width: 100%;
    height: 130px;
}

    .case a {
        width: 114px;
        height: 24px;
    }

    .case em {
        background: url("/contest../../images/index/more.png") no-repeat;
        display: inline-block;
        width: 114px;
        height: 24px;
    }

/* 大赛排行榜**/
.ranking {
    background: #fff;
}

    .ranking .person-ranking {
        width: 280px;
        height: 100%;
        margin-top: 15px;
    }

.person-ranking .zbqtit {
    /* background: url('/contest../../images/index/index.png') no-repeat 0 -391px; */
    width: 280px;
    height: 66px;
    color: #fff;
    background-color: #4078eb;
    font-size: 36px;
    line-height: 66px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}

.person-ranking .bg {
    background: #eee;
    /* height: 232px; */
    height: 155px;
    *height: 160px;
    position: relative;
    z-index: 10;
}

    .person-ranking .bg .txt {
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        clear: both;
    }

.data-explain {
    color: #2e5795;
    text-align: right;
    margin-right: 15px;
    cursor: pointer;
}

.person-ranking .bg .upt {
    padding: 10px;
    line-height: 20px;
    position: absolute;
    bottom: -30px;
    right: -303px;
    width: 303px;
    *width: 270px;
    height: 78px;
    *height: 58px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    z-index: 100;
    *zoom: 1;
    display: none;
}

.arrow {
    position: absolute;
    width: 11px;
    height: 19px;
    left: -10px;
    top: 28px;
    background: url(/contest../../images/index/arrow.png);
}

.person-ranking .num {
    clear: both;
    line-height: 54px;
    font-weight: bold;
    font-size: 18px;
    padding-left: 15px;
}

    .person-ranking .num em {
        float: left;
        display: inline-block;
        font-weight: bold;
        height: 50px;
        *height: 0px;
        font-size: 18px;
        color: #333;
        padding-top: 14px;
    }

    .person-ranking .num .share-num-bg {
        margin-right: 2px;
        float: left;
        text-align: center;
        color: #fff;
        height: 56px;
        line-height: 56px;
        font-size: 40px;
        font-weight: bold;
    }

    .person-ranking .num .five-num {
        margin-right: 3px;
        background: url(/contest../../images/index/index.png) no-repeat -237px -218px;
        width: 42px;
        height: 54px;
        float: left;
        display: block;
        text-align: center;
        color: #fff;
        line-height: 54px;
        font-size: 40px;
        font-weight: bold;
    }

.person-ranking .gfrankh {
    background: #e3e3e3;
    height: 60px;
    margin-top: 15px;
}

    .person-ranking .gfrankh .l {
        width: 230px;
        float: left;
    }

        .person-ranking .gfrankh .l b {
            clear: both;
            font-size: 18px;
            font-weight: normal;
            padding-left: 10px;
            padding-top: 3px;
        }

        .person-ranking .gfrankh .l span {
            clear: both;
            display: block;
            padding-left: 8px;
            line-height: 20px;
            text-align: left;
        }

    .person-ranking .gfrankh .r {
        width: 45px;
        float: right;
        text-align: center;
        line-height: 52px;
    }

.person-ranking .gfrank {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

.person-ranking .gfranktit {
    height: 38px;
    line-height: 38px;
    background: none !important;
    border-bottom: 1px solid #de302f;
}

.person-ranking li {
    clear: both;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 35px;
}

    .person-ranking li.even {
        background: #f7f7f7;
    }

    .person-ranking li span {
        display: block;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.person-ranking .wck {
    width: 70px;
    text-align: center;
}

    .person-ranking .wck b {
        float: right;
        margin-top: 8px;
    }

.person-ranking .tips {
    height: 185px;
    border: 1px solid #ddd;
    border-top: none;
    color: #777;
    line-height: 22px;
    padding-right: 5px;
    clear: both;
}

.person-ranking .btmmore {
    margin-top: 0;
    clear: both;
}

.person-ranking .tips table {
    border-collapse: collapse;
}

    .person-ranking .tips table td {
        border-collapse: collapse;
        vertical-align: top;
        padding-top: 3px;
    }

    .person-ranking .tips table .vt {
        width: 40px;
        text-align: right;
        padding-right: 3px;
    }


.ico-rank-top1, .ico-rank-top2, .ico-rank-top3 {
    background: url('/contest../../images/index/index.png') no-repeat;
}

.ico-rank-top4, .ico-rank-top5, .ico-rank-top6 {
    float: left;
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 3px;
    background: #949494;
    border-radius: 13px;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}

.ranking .match-ranking {
    float: right;
    width: 703px;
    height: 100%;
    /* margin-top: 20px; */
}

/* 广告**/
.ban-ad {
    height: 100px;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

/** 行情中心**/
.center {
    margin-top: 20px;
    width: 100%;
}

    .center .market-center {
        float: left;
        width: 280px;
        height: 100%;
        border: 1px solid #ddd;
    }

        .center .market-center .market-info .market-img {
            margin-top: 6px;
            text-align: center;
            margin-bottom: 5px;
        }

        .center .market-center .market-info .market-list ul {
            border-top: 1px solid #ccffff;
            overflow: hidden;
            height: 29px;
            line-height: 29px;
            margin-left: 10px;
            margin-right: 8px;
            text-align: right;
        }

        .center .market-center .market-info .market-list .last {
            border-bottom: 1px solid #ccffff;
        }

        .center .market-center .market-info .market-list ul li {
            float: left;
            margin-right: 18px;
            width: 45px;
        }

        .center .market-center .market-info .market-list ul span {
            color: #339933;
        }

        .center .market-center .market-info .market-list ul .blue {
            color: #009900;
            font-weight: bold;
        }

        .center .market-center .market-info .market-list ul .red {
            color: #ff0000;
            font-weight: bold;
        }

        .center .market-center .market-info .market-list ul .black {
            color: #000000;
            font-weight: bold;
        }

        .center .market-center .market-info .market-list ul .title {
            width: 50px;
        }

        .center .market-center .market-info .other-link {
            margin-top: 6px;
        }

            .center .market-center .market-info .other-link ul {
                overflow: hidden;
                margin-left: 10px;
            }

                .center .market-center .market-info .other-link ul li {
                    float: left;
                }

                    .center .market-center .market-info .other-link ul li a {
                        display: inline-block;
                        margin-right: 25px;
                        margin-bottom: 8px;
                        padding: 5px 10px;
                        background: #f3f3f3;
                        font-size: 12px;
                    }

                        .center .market-center .market-info .other-link ul li a:hover {
                            color: #fc2929 !important;
                            text-decoration: underline;
                        }


    .center .hot-news {
        float: right;
        width: 708px;
        height: 100%;
    }

        .center .hot-news .hot-news-list {
            float: left;
            width: 415px;
            overflow: hidden;
        }

        .center .hot-news .hot-news-pic {
            float: right;
        }

.hot-news-pic {
    width: 280px;
}

    .hot-news-pic img {
        width: 100%;
        max-width: 100%;
    }

/** 今日热门买入股**/
.today-hot {
    width: 100%;
    margin-top: 20px;
}

    .today-hot .today-hot-gp {
        float: left;
        width: 280px;
        height: 100%;
    }

        .today-hot .today-hot-gp .today-gp-buy {
            width: 100%;
            height: 100%;
            border: 1px solid #e3e3e3;
        }

        .today-hot .today-hot-gp .today-gp-sell {
            width: 100%;
            height: 100%;
            border: 1px solid #e3e3e3;
            margin-top: 8px;
        }

    .today-hot .master-deal {
        float: right;
        width: 703px;
        height: 100%;
    }

/**股吧-中国实盘炒股大赛**/
.gb-info {
    padding-top: 20px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    width: 100%;
}

    .gb-info .gb-data .subTit ul, .gb-info .gb-data .data ul {
        text-align: left;
    }

/** 大赛组织**/
.match-organize {
    width: 100%;
    margin-top: 20px;
}

    .match-organize .organize-list {
        height: 120px;
        width: 100%;
    }

        .match-organize .organize-list ul {
            overflow: hidden;
            margin: 0 auto;
            width: 715px;
            padding-left: 120px;
            line-height: 70px;
            padding-top: 30px;
        }

            .match-organize .organize-list ul li a {
                position: relative;
                width: 139px;
            }

                .match-organize .organize-list ul li a.a {
                    width: 145px;
                    margin-top: 15px;
                    line-height: 70px;
                }

                .match-organize .organize-list ul li a.b {
                    width: 170px;
                    margin-top: 15px;
                    line-height: 70px;
                }

            .match-organize .organize-list ul li p {
                padding-right: 10px;
                float: left;
            }

            .match-organize .organize-list ul li {
                float: left;
                margin-right: 50px;
            }

                .match-organize .organize-list ul li:last-child {
                    margin-left: 15px;
                }

    .match-organize .ico-east-money, .match-organize .ico-east-securities {
        margin-top: 0px;
        margin-left: 5px;
        padding-top: 0;
    }

.custombox-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.custombox-modal-wrapper {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1063;
    width: auto;
}

.custombox-modal-container {
    margin: 0 auto;
    position: relative;
    z-index: 1064;
    width: 470px;
    height: 335px;
    margin-top: 365px;
}

    .custombox-modal-container .container {
        height: 335px;
        background: #fff;
        position: absolute;
        width: 470px;
        border-radius: 5px;
    }

    .custombox-modal-container .title {
        font-size: 32px;
        text-align: center;
        line-height: 65px;
        border-bottom: 1px solid #d7d7d7;
        color: #000;
        font-family: "微软雅黑";
    }

    .custombox-modal-container .info {
        padding-top: 10px;
        border: none;
        color: #000;
        text-align: left;
        margin: 0 20px;
        font-size: 30px;
    }

        .custombox-modal-container .info .info_btn {
            height: 50px;
            box-sizing: border-box;
            padding: 10px 0px 0px;
        }

            .custombox-modal-container .info .info_btn .close {
                display: block;
                float: left;
                width: 160px;
                height: 40px;
                color: #fff;
                background: #e52e04;
                border-radius: 5px;
                font-size: 20px;
                text-align: center;
                padding: 6px;
                margin-left: 25px;
            }

        .custombox-modal-container .info .lookintro_btn {
            float: left;
            width: 160px;
            height: 40px;
            color: #fff;
            background: #e52e04;
            border-radius: 5px;
            font-size: 22px;
            text-align: center;
            padding: 6px;
            margin-left: 60px;
        }

.condition {
    line-height: 30px;
}

.custombox-modal-container p {
    text-indent: 2em;
    font-size: 20px;
}

.custombox-modal-container .bottom {
    border-top: 1px solid #d7d7d7;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}

.gbpopboxclose {
    position: absolute;
    width: 28px;
    height: 23px;
    cursor: pointer;
    color: #fff;
    background: url('/contest../../images/index/closed.png');
    margin-left: 215px;
    margin-top: 5px;
}


.custombox-modal-wrapper1 {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1063;
    width: auto;
}

.custombox-modal-container1 {
    margin: 0 auto;
    position: relative;
    z-index: 1064;
    width: 400px;
    height: 150px;
    margin-top: 364px;
    margin-left: auto;
    margin-right: auto;
    background: #808080;
}

    .custombox-modal-container1 .container {
        height: 119px;
        background: #fff;
        position: absolute;
        top: 30px;
        width: 398px;
        left: 1px;
    }

    .custombox-modal-container1 .title {
        font-size: 34px;
        text-align: center;
        line-height: 65px;
        border-bottom: 1px solid #d7d7d7;
        color: #000;
        font-weight: bold;
        font-family: "微软雅黑";
    }

    .custombox-modal-container1 .info {
        padding-top: 10px;
        border: none;
        color: #000;
        text-align: left;
        margin: 0 20px;
        font-size: 16px;
    }

.condition {
    line-height: 24px;
}

.custombox-modal-container1 p {
    text-indent: 2em;
    font-size: 16px;
}

.custombox-modal-container1 .bottom {
    border-top: 1px solid #d7d7d7;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}

.gbpopboxclose1 {
    width: 28px;
    height: 23px;
    cursor: pointer;
    color: #fff;
    background: url('/contest../../images/index/closed.png');
    margin-right: 5px;
    margin-top: 5px;
    float: right;
}

.close-promotion {
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
    margin-top: 40px;
    float: right;
}

.custombox-modal-wrapper3 {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1063;
    width: auto;
}

.custombox-modal-container3 {
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    width: 333px;
    height: 431px;
    margin-top: 250px;
    background: url('/contest../../images/index/unpromotiontips.png') no-repeat;
}

    .custombox-modal-container3 .container {
        position: absolute;
        width: 333px;
        height: 230px;
        top: 200px;
        left: 0px;
    }

        .custombox-modal-container3 .container .title {
            text-align: center;
            font-size: 16px;
            line-height: 28px;
            margin: 20px 0px;
        }

            .custombox-modal-container3 .container .title span {
                display: inline-block;
            }

        .custombox-modal-container3 .container .info_btn a {
            display: inline-block;
            margin-bottom: 5px;
            width: 211px;
            height: 42px;
            color: #fff;
            font-size: 18px;
            cursor: pointer;
            line-height: 42px;
        }

        .custombox-modal-container3 .container .bottom {
            text-align: center;
            font-size: 14px;
            color: #595959;
        }

.custombox-modal-wrapper4 {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1063;
    width: auto;
}

.custombox-modal-container4 {
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    width: 333px;
    height: 431px;
    margin-top: 250px;
    background: url('/contest../../images/index/unpromotiontips.png') no-repeat;
}

    .custombox-modal-container4 .close-promotion1 {
        cursor: pointer;
        color: #fff;
        margin-right: 10px;
        margin-top: 40px;
        float: right;
    }

    .custombox-modal-container4 .container {
        position: absolute;
        width: 333px;
        height: 230px;
        top: 200px;
        left: 0px;
    }

        .custombox-modal-container4 .container .title {
            text-align: center;
            font-size: 16px;
            line-height: 28px;
            margin: 20px 0px -2px 0px;
        }

            .custombox-modal-container4 .container .title span {
                display: inline-block;
            }

        .custombox-modal-container4 .container .info_btn a {
            display: inline-block;
            margin-bottom: 5px;
            width: 211px;
            height: 42px;
            color: #fff;
            font-size: 18px;
            cursor: pointer;
            line-height: 42px;
        }

        .custombox-modal-container4 .container .bottom {
            text-align: center;
            font-size: 14px;
            color: #595959;
        }

    .custombox-modal-container4 .info_btn {
        margin-top: 20px;
    }

.custombox-modal-wrapper5 {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1063;
    width: auto;
}

.custombox-modal-container5 {
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    width: 333px;
    height: 431px;
    margin-top: 250px;
    background: url('/contest../../images/index/unpromotiontips.png') no-repeat;
}

    .custombox-modal-container5 .close-promotion1 {
        cursor: pointer;
        color: #fff;
        margin-right: 10px;
        margin-top: 40px;
        float: right;
    }

    .custombox-modal-container5 .container {
        position: absolute;
        width: 333px;
        height: 230px;
        top: 200px;
        left: 0px;
    }

        .custombox-modal-container5 .container .title {
            text-align: center;
            font-size: 16px;
            line-height: 28px;
            margin: 20px 0px -2px 0px;
        }

            .custombox-modal-container5 .container .title span {
                display: block;
            }

        .custombox-modal-container5 .container .info_btn a {
            display: inline-block;
            margin-bottom: 5px;
            width: 211px;
            height: 42px;
            color: #fff;
            font-size: 18px;
            cursor: pointer;
            line-height: 42px;
        }

        .custombox-modal-container5 .container .bottom {
            text-align: center;
            font-size: 14px;
            color: #595959;
        }

    .custombox-modal-container5 .info_btn {
        margin-top: 20px;
    }

.beizhu {
    margin-top: 1px;
    padding-top: 3px;
    text-align: left;
    background: #fff;
    line-height: 65px;
    *line-height: 66px;
    font-size: 14px;
    color: #999;
    margin: 0px 22px;
}

    .beizhu p span {
        display: block;
        float: left;
        width: 25px;
        height: 35px;
    }

/*index_gc*/
.flowchart {
    float: right;
}

/* 20160919
 .download{border:1px solid #ddd;border-top:none;height:176px;}
.download .tit{background:url('/contest../../images/index/index.png') no-repeat;width:278px;height:40px;}
.download .dbtn{text-align:center;}
.download .dbtn a{background:url('/contest../../images/index/index.png') no-repeat;display:block;width:225px;height:47px;margin:13px auto;}
.download .dbtn a.app {background-position: 0 -45px;}
.download .dbtn a.pc{background-position: 0 -97px;}
*/
.download {
    background: url('/contest../../images/index/index.png') no-repeat 0 -300px;
    width: 280px;
    height: 82px;
}

    .download .tit {
        height: 60px;
        clear: both;
    }

    .download .dbtn {
        text-align: center;
        clear: both;
    }

        .download .dbtn a {
            display: block;
            float: left;
            width: 138px;
            height: 33px;
        }

.dsgg {
    margin-top: 10px;
}

.panel {
    margin-bottom: 0;
}

    .panel .panel-title {
        font-size: 18px;
        line-height: 30px;
        color: #000;
        padding: 0 10px;
        width: 95px;
    }

.gb-info.panel .panel-title {
    width: 121px;
}

.panel .vmore {
    font-size: 12px;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}

.panel span a {
    color: #0b48bb;
}

.dsgg ul {
    clear: both;
    padding-top: 8px;
    padding-left: 6px;
}

.dsgg li {
    clear: both;
    line-height: 32px;
    font-size: 14px;
    padding-left: 5px;
}

    .dsgg li small {
        color: #2E5795;
        margin-right: 5px;
    }

    .dsgg li a {
        text-decoration: underline;
        color: #00329b;
    }

        .dsgg li a:hover {
            color: #f00;
        }

.ico-rank-top1 {
    background-position: 0 -241px;
    width: 28px;
    height: 45px;
    float: left;
    margin-right: 3px;
}

.ico-rank-top2 {
    background-position: -33px -241px;
    width: 28px;
    height: 45px;
    float: left;
    margin-right: 3px;
}

.ico-rank-top3 {
    background-position: -65px -241px;
    width: 28px;
    height: 45px;
    float: left;
    margin-right: 3px;
}

.phtitle {
    background: #f0f0f0;
    margin-bottom: 10px;
    height: 41px;
}

.phtit {
    background: url('/contest../../images/index/index.png') no-repeat #f0f0f0;
    float: left;
}

    .phtit.ds {
        width: 131px;
        height: 41px;
        background-position: 0 -149px;
    }

.phtitem {
    font-size: 18px;
    color: #fff;
    margin-top: 8px;
    position: absolute;
    margin-left: 10px;
    font-weight: bold;
}

.update {
    line-height: 41px;
    padding-left: 10px;
    /* color: #6f6f6f; */
    color: #000;
}

.match-title .update1 {
    line-height: 41px;
    padding-left: 3px;
    /* color: #6f6f6f; */
    color: #000;
}

.phtit.gs {
    width: 205px;
    height: 41px;
    background-position: 0 -195px;
}


.rqphtip {
    line-height: 31px;
}

.J-Ranking-Tab {
    clear: both;
}

    .J-Ranking-Tab li, .J-Master-Tab li {
        float: left;
        margin-right: 10px;
        padding: 5px 10px;
        font-size: 14px;
    }

        .J-Ranking-Tab li.active, .J-Master-Tab li.active {
            background: #949494;
            border-radius: 5px;
        }

        .J-Ranking-Tab li a, .J-Master-Tab li a {
            color: #707070;
        }

        .J-Ranking-Tab li.active a, .J-Master-Tab li.active a {
            color: #fff;
        }

.tab-content {
    clear: both;
}

.ico-topn {
    border-radius: 13px;
    color: #fff;
    line-height: 25px;
    font-size: 13px;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 15px;
}

    .ico-topn.n1 {
        background: #ff5757;
    }

    .ico-topn.n2 {
        background: #f88739;
    }

    .ico-topn.n3 {
        background: #ffa800;
    }

#master_total_ranking .btmmore {
    text-align: center;
    background: #eee;
    line-height: 38px;
    font-size: 12px;
    height: 34px;
}

.btmmore {
    text-align: center;
    background: #eee;
    line-height: 38px;
    font-size: 12px;
    height: 38px;
}

    .btmmore a {
        color: #2E5795;
        display: block;
        width: 100%;
        height: 30px;
    }

.gbform {
    float: left;
    width: 750px;
}

    .gbform .editor {
        width: 750px;
        height: 240px;
    }

.fec {
    float: right;
    width: 240px;
    height: 230px;
}

.data .w95 a {
    color: #333;
}

.fl_pop_wrap_ia {
    display: none;
    position: fixed;
    z-index: 998;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 165px;
    overflow: hidden;
    background-color: #333;
    opacity: 0.95;
    filter: "alpha(opacity=90)";
}

    .fl_pop_wrap_ia .contener {
        position: relative;
        margin: 0 auto;
        width: 1000px;
    }

        .fl_pop_wrap_ia .contener img {
            position: absolute;
            top: 13px;
        }

        .fl_pop_wrap_ia .contener .share-word-h {
            position: absolute;
            top: 68px;
            left: 330px;
        }

        .fl_pop_wrap_ia .contener .share-sign-y {
            position: absolute;
            top: 65px;
            left: 800px;
            cursor: pointer;
        }

        .fl_pop_wrap_ia .contener .share-bottom-close {
            position: absolute;
            left: 965px;
            top: 10px;
            cursor: pointer;
        }

.fl_open_wrap_ia {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    bottom: 55px;
    width: 182px;
    height: 145px;
    overflow: hidden;
}

.fl_open_wrap_sigin {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 55px;
    width: 182px;
    height: 145px;
    overflow: hidden;
    background: url("/contest../../images/index/red-a.png");
}

    .fl_open_wrap_sigin .share-sign-g {
        position: absolute;
        top: 90px;
        cursor: pointer;
    }

    .fl_open_wrap_sigin .share-right {
        position: absolute;
        top: 60px;
        left: 145px;
        cursor: pointer;
    }

.fl_pop_wrap_ia_sigin {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 165px;
    overflow: hidden;
    background-color: #333;
    opacity: 0.95;
    filter: "alpha(opacity=90)";
}

    .fl_pop_wrap_ia_sigin .contener {
        position: relative;
        margin: 0 auto;
        width: 1000px;
    }

        .fl_pop_wrap_ia_sigin .contener img {
            position: absolute;
            top: 13px;
        }

        .fl_pop_wrap_ia_sigin .contener .share-word-y {
            position: absolute;
            top: 45px;
            left: 340px;
        }

        .fl_pop_wrap_ia_sigin .contener .share-dimension-code {
            position: absolute;
            top: 15px;
            left: 835px;
        }

        .fl_pop_wrap_ia_sigin .contener .share-bottom-close {
            position: absolute;
            left: 965px;
            top: 10px;
            cursor: pointer;
        }
/*跑马灯效果*/
.top-marquee-box {
    background-color: #FFE7D6;
    height: 40px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #f24d13;
}

.top-marquee-icon {
    background-image: url(/contest../../images/index/top_marquee_icon.png);
    background-size: 100%;
    width: 29px;
    height: 29px;
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: 50px;
}

.top-marquee-title {
    display: block;
    float: left;
    margin-top: 9px;
    margin-left: 60px;
}

.gp-people-inner .iv-people-inner-list {
    float: left;
    padding: 0px 0px 0px 0px;
    height: 30px;
    line-height: 26px;
    font-size: 18px;
}

.get-prize-people-content {
    height: 40px;
    padding: 8px 0px;
    overflow: hidden;
    text-align: center;
    color: #000;
}

.top-marquee-ul {
    width: 10000px;
    margin-left: 600px;
}

.top-marquee-more {
    float: right;
    height: 18px;
    line-height: 15px;
    text-align: center;
    margin-top: 14px;
    margin-right: 50px;
}

    .top-marquee-more a {
        color: #e52e04;
    }

.guafen-end {
    display: block;
}

.guafen-handing {
    display: none;
}

.user-tip {
    text-align: center;
}

    .user-tip p {
        color: #666;
        font-size: 12px;
    }
