/* 未能缩小。正在返回未缩小的内容。
(345,13): run-time error CSS1035: Expected colon, found ';'
 */
/*直播页面 开始*/
.com_body_play {
    width: 100%;
    padding: 0px;
    min-height: 550px;
    color: #000000;
    background-color: #373737;
    margin: 60px auto 0px auto;
    clear: both;
    overflow: auto;
    font-size: 12px;
}

    .com_body_play .play_up {
        margin: 20px auto 0 auto;
        width: 100%;
        /*background-color: #373737;*/
        color: #a3a3a3;
    }

    .com_body_play .play_down {
        background-color: #ffffff;
    }

    .com_body_play .content {
        margin: 0px auto;
        text-align: center;
        width: 1200px;
    }

    .com_body_play .content player {
            width:100%;
        }

    .com_body_play .play_down .content .description-title {
        margin: 0;
        padding: 10px 0 15px 0;
        font-size: 20px;
        text-align: left;
        color: #000;
    }

    .com_body_play .play_down .content .description {
        margin: 0;
        padding: 10px 0;
        font-size: 16px;
        color: #6c6c6c;
        text-align: left;
        width: 600px;
    }

    .com_body_play .play_down .content .live-description {
        margin: 0;
        padding: 10px 0;
        font-size: 16px;
        color: #6c6c6c;
        text-align: left;
    }

    .com_body_play .play_down .tag-ct {
        width: 300px;
        padding: 10px 0;
        text-align: left;
    }

    .com_body_play .play_down .tag {
        border: 1px solid #e6e6e6;
        margin: 0 15px 10px 0;
        padding: 2px 8px;
        border-radius: 3px;
        font-size: 12px;
        color: #888;
        display: inline-block;
        -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

        .com_body_play .play_down .tag:hover {
            color: #68c5ff;
            border-color: #68c5ff;
            text-decoration: none;
        }

    .com_body_play .content h1 {
        margin: 0px auto;
        padding: 10px 0px;
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        color: #c9c9c9;
    }

.def-img {
    display:block;
    vertical-align:top;
    margin:0 auto;
    padding:0;
}

.video {
    position: relative;
    width: 1200px;
    float: left;
    height: 675px;
    ;
}

.barrage {
    position: relative;
    float: left;
    width: 870px;
    height: 50px;
}

.live {
    margin: 0;
    padding: 0;
    width: 1008px;
    height: 520px;
}

.toolbar {
    width: 870px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    overflow: hidden;
}

    .toolbar a {
        display: inline-block;
        cursor: pointer;
    }

        .toolbar a .item {
            text-align: center;
            padding: 0px 13px;
            height: 40px;
            line-height: 40px;
            vertical-align: middle;
            font-size: 14px;
            color: #a3a3a3;
        }

        .toolbar a:hover .item {
            color: #00b6ff;
        }

        .toolbar a .item .ico {
            display: inline-block;
            display: -moz-inline-box;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            background: url(/images/common/sprite_play.png) 0 0 no-repeat;
        }

        .toolbar a .item .down {
            background-position: -36px -15px;
        }

        .toolbar a:hover .item .down {
            background-position: -8px -15px;
        }

        .toolbar a .item .share {
            background-position: -87px -15px;
        }

        .toolbar a:hover .item .share {
            background-position: -63px -16px;
        }

        .toolbar a .item .view {
            background-position: -125px -15px;
        }

        .toolbar a:hover .item .view {
            background-position: -105px -15px;
        }

        .toolbar a .item .collect {
            background-position: -145px -15px;
        }

        .toolbar a .item .collect_done {
            background-position: -170px -14px;
        }

        .toolbar a:hover .item .collect {
            background-position: -170px -14px;
        }

        .toolbar a .item .thumb {
            background-position: -218px -15px;
        }

        .toolbar a .item .thumb_done {
            background-position: -192px -15px;
        }

        .toolbar a:hover .item .thumb {
            background-position: -192px -15px;
        }

        .toolbar a .item .visited {
            background-position: -9px -54px;
            margin-top: -5px;
        }

        .toolbar a:hover .item .visited {
            background-position: -9px -54px;
            margin-top: -5px;
        }

        .toolbar a .item .unchanged, .toolbar a:hover .item .unchanged {
            color: #a3a3a3;
        }

.content_live .panel {
    position: absolute;
    display: none;
    border: 1px solid #000000;
    padding: 5px;
    font-size: 15px;
    background-color: #e8e8e8;
}

    .content_live .panel .close_bg {
        margin: 0px auto;
        padding: 0px;
        text-align: right;
        font-size: 12px;
    }

    .content_live .panel div {
        margin: 0px auto;
        padding: 0px;
        text-align: center;
    }

    .content_live .panel .close_bg a:hover {
        text-decoration: none;
    }

    .content_live .panel .close_bg .close {
        cursor: pointer;
    }

.content_live .share_panel {
    border: 1px solid #000000;
    position: absolute;
    left: -10000px;
    top: -10000px;
    padding: 5px;
    font-size: 15px;
    background-color: #e8e8e8;
}

.content_live .panel_content {
    display: none;
}

.content_live .htmlcontainer {
    margin: 0px auto;
    padding: 0px;
    font-size: 15px;
    font-family: 微软雅黑;
    color: #000000;
}

    .content_live .htmlcontainer img {
        width: 100px;
        height: 100px;
        border: 0px;
    }

    .content_live .htmlcontainer .tip {
        margin: 0px auto;
        padding: 5px 0px;
        text-align: center;
    }

    .content_live .htmlcontainer a {
        font-size: 13px;
    }

        .content_live .htmlcontainer a:hover {
            text-decoration: none;
            cursor: pointer;
        }

        .content_live .htmlcontainer a .ico {
            margin: 0px auto;
            padding: 0px;
            width: 35px;
            height: 40px;
            background: url(/images/common/sprite_play.png) 0 0 no-repeat;
        }

        .content_live .htmlcontainer a .android {
            background-position: -106px -41px;
        }

        .content_live .htmlcontainer a .iphone {
            background-position: -138px -41px;
        }

        .content_live .htmlcontainer a:hover .android {
            background-position: -1px -71px;
        }

        .content_live .htmlcontainer a:hover .iphone {
            background-position: -37px -72px;
        }

    .content_live .htmlcontainer .downtip {
        width: 90%;
        text-align: left;
        font-size: 15px;
        font-weight: bold;
        font-family: 微软雅黑;
        color: #000000;
    }

    .content_live .htmlcontainer .pc {
        margin: 0px auto;
        padding: 0px;
        width: 75px;
        height: 65px;
        background: url(/images/common/sprite_play.png) 0 0 no-repeat;
        background-position: -239px -35px;
    }

    .content_live .htmlcontainer .tiptext {
        padding-left: 10px;
        text-align: left;
        font-size: 15px;
        color: #949494;
    }

    .content_live .htmlcontainer .btnbg {
        text-align: center;
        margin: 0px;
        auto;
        padding: 0px;
    }

    .content_live .htmlcontainer .downbtn {
        margin: 0px auto;
        padding: 0px;
        cursor: pointer;
        display: block;
        width: 215px;
        height: 20px;
        line-height: 20px;
        font-size: 15px;
        font-family: 微软雅黑;
        color: #ffffff;
        background-color: #59c0e9;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.content_live .bdsharebuttonbox {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}

    .content_live .bdsharebuttonbox a {
        margin: 5px 3px;
    }


.manifest {
    position: relative;
    width: 300px;
    height: 560px;
    background-color: #1f1f1f;
}

    .manifest .title {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: left;
        width: 100%;
    }

    .manifest .list {
        font-size: 11px;
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: absolute;
        top: 50px;
        left: 0px;
    }

    .manifest ul li {
        padding: 10px 0px;
    }

        .manifest ul li a {
            color: #a3a3a3;
        }

            .manifest ul li a:hover {
                color: #00b6ff;
            }

        .manifest ul li .item {
            border: 0px solid orange;
            padding: 0px 20px 0px 10px;
        }

            .manifest ul li .item .table {
                width: 100%;
            }
            /* 未选中 */
            .manifest ul li .item .area_img {
                position: relative;
                margin: 0px auto;
                padding: 0px;
                vertical-align: middle;
            }

                .manifest ul li .item .area_img .img_bg {
                    width: 112px;
                    margin: 0px auto;
                    padding: 0px;
                    vertical-align: middle;
                }

                    .manifest ul li .item .area_img .img_bg img {
                        width: 112px;
                        height: 52px;
                        vertical-align: middle;
                    }

                .manifest ul li .item .area_img .display {
                    z-index: 1;
                    display: none;
                    position: absolute;
                    top: 34px;
                    left: 6px;
                    background-color: #000000;
                    width: 112px;
                    height: 18px;
                    line-height: 18px;
                    text-align: center;
                    filter: alpha(opacity=52);
                    -moz-opacity: 0.52;
                    opacity: 0.52;
                }

                .manifest ul li .item .area_img .display-content {
                    z-index: 2;
                    display: none;
                    position: absolute;
                    top: 34px;
                    left: 6px;
                    width: 112px;
                    height: 18px;
                    line-height: 18px;
                    text-align: center;
                    font-size: 14px;
                    color: #00b6ff;
                }

                .manifest ul li .item .area_img .time {
                    position: absolute;
                    top: 34px;
                    right: 7px;
                    background-color: #000000; /*padding: 0px 2px; */
                    width: 41px;
                    height: 18px;
                    text-align: center;
                    filter: alpha(opacity=52);
                    -moz-opacity: 0.52;
                    opacity: 0.52;
                }

                .manifest ul li .item .area_img .time-content {
                    position: absolute;
                    top: 34px;
                    right: 7px;
                    padding: 0px 2px;
                    height: 18px;
                    line-height: 18px;
                    text-align: center;
                    font-size: 14px;
                    color: #a3a3a3;
                }

            .manifest ul li .item .area_info {
                margin: 0px auto;
                padding: 0px 0px 0px 5px;
            }

                .manifest ul li .item .area_info .name {
                    line-height: 16px;
                    height: 36px;
                    word-wrap: break-word;
                    word-break: normal;
                }

                .manifest ul li .item .area_info .other {
                    margin: 0px auto;
                    padding: 0px;
                    height: 16px;
                    line-height: 16px;
                    overflow: hidden;
                }

                    .manifest ul li .item .area_info .other .date {
                        display: inline-block;
                        float: left;
                    }

                    .manifest ul li .item .area_info .other .count {
                        display: inline-block;
                        float: right;
                    }
        /* 选中 */
        .manifest ul li .selected {
            color: #00b6ff;
        }

            .manifest ul li .selected .area_img .display {
                display: block;
            }

            .manifest ul li .selected .area_img .display-content {
                display: block;
            }

            .manifest ul li .selected .area_img .time {
                display: none;
            }

            .manifest ul li .selected .area_img .time-content {
                display: none;
            }

            .manifest ul li .selected .area_info .name {
                color: #00b6ff;
            }

            .manifest ul li .selected .area_info .other {
                color: #00b6ff;
            }

.submitcomment {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}

    .submitcomment div {
        width: 100%;
    }

    .submitcomment .up {
        font-size: 18px;
        color: #000000;
        text-align: left;
    }

        .submitcomment .up a {
            color: #000000;
            text-decoration: none;
            cursor: pointer;
        }

            .submitcomment .up a:hover {
                color: #00b6ff;
            }

    .submitcomment .middle {
        margin-top: 20px;
    }

        .submitcomment .middle textarea {
            width: 100%;
            height: 85px;
            border: 1px solid #00b6ff;
        }

    .submitcomment .down {
        margin-top: 10px;
        text-align: right;
    }

        .submitcomment .down span {
            font-size: 12px;
            color: #a3a3a3;
        }

        .submitcomment .down .button {
            display: inline-block;
            display: -moz-inline-box;
            -moz-box-pack: center;
            font-size: 14px;
            text-align: center;
            width: 90px;
            height: 33px;
            line-height: 33px;
            margin-left: 26px;
            color: white;
            background-color: #3ebbfc;
            border: 0px;
            cursor: pointer;
            border-radius: 2px;
        }

            .submitcomment .down .button:hover {
                background-color: #1caffc;
            }

/*.com_body_play .content .comments {
    width: 100%;
}

    .com_body_play .content .comments .bar {
        height: 30px;
        text-align: left;
        background-color: #d9d9d9;
    }

        .com_body_play .content .comments .bar ul li {
            float: left;
        }

            .com_body_play .content .comments .bar ul li a {
                text-decoration: none;
                cursor: pointer;
            }

        .com_body_play .content .comments .bar .topline {
            background-color: #00b6ff;
            width: 106px;
            height: 2px;
        }

        .com_body_play .content .comments .bar .notopline {
            width: 106px;
            height: 2px;
        }

        .com_body_play .content .comments .bar .title {
            font-size: 16px;
            color: #00b6ff;
            background-color: #ffffff;
            width: 106px;
            height: 28px;
            line-height: 28px;
            text-align: center;
        }

        .com_body_play .content .comments .bar .subtitle {
            font-size: 18px;
            color: #000000;
            width: 106px;
            height: 28px;
            line-height: 28px;
            text-align: center;
        }

    .com_body_play .content .comments .repeat {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .com_body_play .content .comments .repeat .none {
            margin: 0px auto;
            padding: 50px 0px;
            font-size: 18px;
            color: #6e6e6e;
            text-align: center;
        }

        .com_body_play .content .comments .repeat .item {
            border-bottom: 1px solid #a3a3a3;
            margin: 10px auto;
            padding: 0px;
            width: 100%;
            overflow: auto;
        }

            .com_body_play .content .comments .repeat .item .avatar {
                width: 108px;
                vertical-align: top;
                text-align: center;
                margin: 0px;
                padding: 0px;
            }

                .com_body_play .content .comments .repeat .item .avatar div {
                    margin: 30px auto 0px auto;
                    padding: 0px;
                    width: 55px;
                    height: 55px;
                    background: url(/images/common/sprite_play.png) 0 0 no-repeat;
                    background-position: -175px -41px;
                }

                .com_body_play .content .comments .repeat .item .avatar img {
                    border: 0px;
                    vertical-align: middle;
                    width: 55px;
                    height: 55px;
                }

            .com_body_play .content .comments .repeat .item .container {
                width: 900px;
                margin: 0px;
                padding: 0px;
                font-size: 14px;
                color: #a3a3a3;
            }

                .com_body_play .content .comments .repeat .item .container .floor {
                    width: 100%;
                    height: 20px;
                    line-height: 20px;
                    text-align: right;
                }

    .com_body_play .content .comments .more {
        display: none;
    }

    .com_body_play .content .comments .button {
        display: inline-block;
        display: -moz-inline-box;
        text-align: center;
        width: 112px;
        height: 33px;
        line-height: 33px;
        margin-left: 26px;
        color: white;
        background-color: #00b6ff;
        border: 0px;
        cursor: pointer;
    }

    .com_body_play .content .comments .repeat .item .container .commentinfo {
        margin: 0px auto;
        padding: 5px 0px;
        width: 100%;
    }

        .com_body_play .content .comments .repeat .item .container .commentinfo .info_user {
            margin: 0px auto;
            padding: 0px;
            width: 100%;
            text-align: left;
        }

            .com_body_play .content .comments .repeat .item .container .commentinfo .info_user .user {
                color: #00b6ff;
            }

        .com_body_play .content .comments .repeat .item .container .commentinfo .commentcontent {
            width: 100%;
            margin: 0px auto;
            padding: 5px 0px;
            text-align: left;
        }

    .com_body_play .content .comments .repeat .item .container .reply_bg {
        margin: 0px auto;
        padding: 0px;
    }

        .com_body_play .content .comments .repeat .item .container .reply_bg .ico {
            width: 40px;
            height: 14px;
            margin-left: 20px;
            background: url(/images/common/sprite_play.png) 0 0 no-repeat;
            background-position: -242px -15px;
        }

        .com_body_play .content .comments .repeat .item .container .reply_bg .replayinfo {
            background-color: #f0f9fd;
            margin: 0px auto;
            padding: 10px 10px;
            text-align: left;
        }

            .com_body_play .content .comments .repeat .item .container .reply_bg .replayinfo .info_user {
                margin: 0px auto;
                padding: 0px;
                width: 100%;
                text-align: left;
            }

                .com_body_play .content .comments .repeat .item .container .reply_bg .replayinfo .info_user .user {
                    color: #00b6ff;
                }

            .com_body_play .content .comments .repeat .item .container .reply_bg .replayinfo .commentcontent {
                width: 100%;
                margin: 0px auto;
                padding: 5px 0px;
                text-align: left;
            }

    .com_body_play .content .comments .repeat .item .container .reply {
        margin: 10px auto;
        padding: 0px;
        text-align: right;
        padding: 0px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

        .com_body_play .content .comments .repeat .item .container .reply a {
            cursor: pointer;
        }

            .com_body_play .content .comments .repeat .item .container .reply a:hover {
                text-decoration: none;
            }

            .com_body_play .content .comments .repeat .item .container .reply a span {
                vertical-align: middle;
            }

            .com_body_play .content .comments .repeat .item .container .reply a .ico {
                display: inline-block;
                display: -moz-inline-box;
                width: 25px;
                height: 30px;
                margin-left: 20px;
                background: url(/images/common/sprite_play.png) 0 0 no-repeat;
                background-position: -74px -50px;
            }

    .com_body_play .content .comments button {
        width: 112px;
        height: 33px;
        margin-left: 26px;
        color: white;
        background-color: #00b6ff;
        border: 0px;
        cursor: pointer;
    }

    .com_body_play .content .comments .repeat .item .container .comment_reply_bg {
        display: none;
        margin: 0px auto;
        padding: 0px;
    }

        .com_body_play .content .comments .repeat .item .container .comment_reply_bg textarea {
            width: 99%;
            height: 85px;
            border: 1px solid #00b6ff;
        }

        .com_body_play .content .comments .repeat .item .container .comment_reply_bg .leftcount {
            margin: 10px 0px;
            text-align: right;
            font-size: 14px;
        }

        .com_body_play .content .comments .repeat .item .container .comment_reply_bg .buttons {
            text-align: right;
        }

            .com_body_play .content .comments .repeat .item .container .comment_reply_bg .buttons .cancel {
                background-color: #a3a3a3;
            }*/


/*播放详情页*/
.videobody {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.bodyRight {
    width: 300px;
    float: right;
}

.bodyLeft {
    width: 870px;
    float: left;
    margin-bottom: 20px;
}

.deailTit {
    font-weight: normal;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.video_about p {
    line-height: 24px;
}

.submit {
    margin-top: 35px;
}

.description-title {
    font-size: 16px;
    color: #232323;
}
/*热门标签*/
.tag-list li {
    display: inline-block;
    margin: 0 10px 12px 0;
    border: 1px solid #e5e9ef;
    border-radius: 20px;
    padding: 0 10px;
    position: relative;
    height: 22px;
}

    .tag-list li a.tag-val {
        display: inline-block;
        height: 22px;
        color: #6d757a;
        line-height: 22px;
        vertical-align: middle;
        position: relative;
        z-index: 10;
    }

.tag-list {
    margin: 14px 0 0 0;
    padding-bottom: 20px;
}

    .tag-list li:hover {
        border: 1px solid #1caffc;
        color: #1caffc;
    }

        .tag-list li:hover .tag-val {
            color: #1caffc;
            text-decoration: none;
        }
/*最新评论*/
.b-slt-tab {
    border-bottom: 2px solid #e5e5e5;
    font-size: 16px;
    color: #232323;
    padding-bottom: 6px;
}

    .b-slt-tab span {
        border-bottom: 2px solid #1caffc;
        padding-bottom: 7px;
    }

.comm {
    margin: 25px 0;
}

.comm_list {
    margin-top: 20px;
}

.main-floor {
    margin-left: 85px;
    position: relative;
}

.facebox {
    position: absolute;
    left: -85px;
    width: 60px;
}

    .facebox img {
        width: 48px;
        height: 48px;
        border-radius: 48px;
        margin: 0 auto;
        display: block;
        border: 1px solid #e5e9ef;
    }

.comm_list li .t {
    color: #222;
    line-height: 18px;
    padding-bottom: 4px;
}

    .comm_list li .t a {
        font-weight: bold;
        color: #6d757a;
        vertical-align: middle;
        font-size: 12px;
    }

        .comm_list li .t a:hover {
            color: #1caffc;
        }

.comm_list li {
    border-bottom: 1px solid #f2f2f2;
    padding: 22px 0 14px 0;
    zoom: 1;
}

    .comm_list li:last-child {
        border-bottom: none;
    }

    .comm_list li .content {
        line-height: 20px;
        padding: 2px 0;
        font-size: 14px;
        text-shadow: none;
        overflow: hidden;
        word-wrap: break-word;
    }

.elinfo {
    color: #99a2aa;
    line-height: 26px;
    zoom: 1;
}

    .elinfo span {
        margin-right: 15px;
        font-size: 12px;
    }

.huifu {
    color: #666;
    font-size: 12px;
}
/*回复*/
.comm .reply {
    border-radius: 4px;
    padding: 0 10px 0 0;
    clear: both;
}

.reply ul.re_ul li {
    padding: 10px 0 10px 0;
    border-bottom: 0;
}

    .reply ul.re_ul li .re_face {
        float: left;
        padding-top: 4px;
    }

        .reply ul.re_ul li .re_face img {
            width: 24px;
            height: 24px;
            border-radius: 40px;
        }

    .reply ul.re_ul li .re_cnt {
        zoom: 1;
        margin-left: 32px;
    }

        .reply ul.re_ul li .re_cnt .w {
            padding-right: 60px;
            padding-bottom: 4px;
        }

            .reply ul.re_ul li .re_cnt .w a {
                color: #6d757a;
                font-size: 12px;
                font-weight: bold;
            }

        .reply ul.re_ul li .re_cnt .content {
            padding: 0;
            padding-left: 12px;
            word-wrap: break-word;
            word-break: break-all;
        }

        .reply ul.re_ul li .re_cnt .info p {
            float: left;
            line-height: 18px;
        }

.report {
    float: right;
    margin-right: 20px;
}

.floor-date {
    font-size: 12px;
}

.comment_reply_bg textarea {
    width: 97%;
    height: 85px;
    background: #f5f5f5;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.leftcount {
    margin: 10px 0px;
    text-align: right;
    font-size: 12px;
}

.buttons .button {
    display: inline-block;
    display: -moz-inline-box;
    text-align: center;
    height: 27px;
    line-height: 28px;
    margin-left: 26px;
    color: white;
    background-color: #3ebbfc;
    border: 0px;
    cursor: pointer;
    border-radius: 2px;
    padding: 0 11px;
    font-size: 12px;
}

.buttons .cancel {
    background-color: #b8c0cc;
}

.buttons {
    float: right;
}

.comment_reply_bg {
    margin-top: 30px;
    display: none;
}

.info {
    display: inline-block;
}

.button.subReply:hover {
    background: #1caffc;
}

.buttons .cancel:hover {
    background-color: #aab0b8;
}

/*右侧大家都在关注*/
.recommend_list {
    margin-left: 20px;
    float: left;
    width: 140px;
    overflow: hidden;
}

.recommend {
    margin-top: 10px;
    display: inline-block;
    overflow: hidden;
    width: 300px;
}

.recommend_box {
    margin-top: 10px;
    margin-left: -20px;
}

.recommend_list img {
    width: 140px;
    height: 90px;
}

.recommend_list .title {
    font-size: 12px;
    line-height: 32px;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




/*右侧下载*/
.regInfo {
    border-radius: 2px;
    margin-bottom: 25px;
}

.down_box img {
    width: 112px;
    text-align: center;
    padding: 10px 0 0 10PX;
}

.reg-fir {
    width: 298px;
    position: relative;
    height: 130px;
    background: #f9f9f9;
    border: 1PX SOLID #e5e9ef;
    margin-top: 10px;
}

.down_box {
    float: left;
}

.rf-des {
    padding: 22px 0 0 133px;
    font-size: 13px;
    color: #666;
    line-height: 26px;
}

    .rf-des span {
        font-size: 15PX;
        color: #323232;
    }

.reg-sec {
    padding: 20px 0 18px 20px;
    display: inline-block;
}

.sdk_down {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 16px;
    padding: 15px;
    line-height: 27px;
}

.reg-fir_SDK {
    width: 298px;
    position: relative;
    height: 130px;
    background: url(../../images/common/xz_b.jpg) no-repeat center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.test_f {
    font-size: 15px;
}

.sdk_down a {
    border: 1px solid #fff;
    display: block;
    width: 106px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

    .sdk_down a:hover {
        background: rgba(255,255,255,0.2);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
        color: #fff;
        text-decoration: none;
    }
/*直播页面 结束*/

