﻿body {
    /*overflow-x: hidden;*/
    background-color: #124191;
}

@media (min-width: 768px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1280px;
    }
}

.pyTitle {
    background-color: #124191;
    color: #124191;
    position: relative;
    /*border-bottom: 1px solid #EDF2F5;*/
    height: 50px;
    margin: 0 -20px;
}

    .pyTitle > img {
        /*max-height: 30px;*/
        position: absolute;
        left: 20px;
        top: 8px;
        width: 100%;
        max-width: 200px;
    }

    .pyTitle > span {
        position: absolute;
        top: 20px;
        right: 90px;
        display: block;
        color: rgba(255, 255, 255, 0.8);
    }

        .pyTitle > span > img {
            height: 12px;
            margin-right: 5px;
        }

    .pyTitle > a {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        color: rgba(255, 255, 255, 0.8);
    }

        .pyTitle > a:hover {
            color: #fff;
            cursor: pointer;
        }

.vjs-loading-spinner {
    display: none !important;
}

.amp-logo {
    display: none !important;
}


.right {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    font-size: 18px;
    color: #ffffff;
    /*left: 700px;*/
    transform: translateX(700px);
}

.left {
    position: absolute;
    white-space: nowrap;
    user-select: none;
    font-size: 18px;
    color: #ffffff;
    transition: transform 7s linear; /* 时间相同 越长的弹幕滑动距离越长 所以越快~ */
}


.login {
    position: absolute;
    margin-top: 5px;
    right: 180px;
    height: 26px;
}

.title_bg {
    background: #E9EEF5;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    color: #4A7FB5
}

.transdata {
    width: 100%;
    margin: 0;
    overflow: auto;
    /*margin-bottom: 10px;*/
    background-color: rgba(18, 65, 145, 0.05);
    min-height: 100px;
}

.table {
    margin: 0;
}

    .table tbody > tr > td {
        padding: 6px 3px;
        border-top: 0;
        font-size: 12px;
        vertical-align: top;
        color: #333
    }

        .table tbody > tr > td strong {
            color: rgb(0, 90, 255)
        }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: rgba(18, 65, 145, 0.22);
    /*color: #fff;*/
}

    .table-hover > tbody > tr:hover > td strong {
        /*color: rgb(195, 218, 239);*/
    }

.container {
    /*background: #001235;*/
    padding: 0 20px 10px 20px;
}

#danmu, #commons {
    display: inline-block;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.94);
    color: #333;
    border: 1px solid #8e8a8a;
    padding: 2px 12px;
    height: 32px;
}

.input_div {
    background-color: rgba(18, 65, 145, 0.05);
    padding: 10px 5px;
}

.nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(0, 0, 0,0.5);
}

    .nav-tabs > li {
        text-align: center;
        margin-right: 15px;
    }

        .nav-tabs > li > a {
            color: rgba(255, 255, 255, 0.7);
            background: none;
            border: 0;
            border-bottom: 1px solid rgba(0, 0, 0,0);
            padding: 7px 15px;
            font-size: 14px;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #FFF;
            border: 0;
            border-bottom: 1px solid #FFF;
            background: none;
        }

        .nav-tabs > li > a:hover, .nav > li > a:focus {
            background: none;
            color: #fff;
        }

.about_div {
    font-size: 12px;
    line-height: 21px;
    color: rgba(0, 0, 0,0.7);
    padding-top: 10px;
    padding-right: 10px;
}

.azuremediaplayer {
    margin: 0 auto;
    border: 0;
}

.my_div {
    background-color: #fff;
    padding: 10px;
}

.my_title {
    display: inline-block;
    margin: 0;
    border-bottom: 1px solid rgb(0, 90, 255);
    color: rgb(0, 90, 255);
    height: 26px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: bold;
}

    .my_title span {
        font-size: 12px;
        margin-right: 10px;
    }

.vedio_title {
    position: relative;
    /*margin-bottom: 20px;*/
    padding: 10px;
    background-color: #fff;
}

    .vedio_title h4 {
        font-size: 16px;
        margin-top: 0;
        color: #005AFF;
        margin-bottom: 5px;
        padding-right: 25px;
    }


    .vedio_title h5 {
        font-size: 12px;
        margin-top: 0;
        color: #555;
    }

    .vedio_title span {
        font-size: 12px;
        color: #555;
        line-height: 20px;
        display: block;
    }

.likeNum {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .likeNum span {
        display: block;
        font-size: 14px;
        text-align: center;
    }

        .likeNum span.glyphicon {
            font-size: 20px;
            cursor: pointer;
        }

        .likeNum span.glyphicon-heart-empty {
            color: #ff5d5d;
        }

        .likeNum span.glyphicon glyphicon-heart {
            color: rgba(225,225,225,0.7)
        }

.vedio_info {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    color: #333;
    border-top: 1px dashed #d2d2d2;
    line-height: 24px;
}

    .vedio_info h4 {
        font-size: 16px;
        margin-top: 0;
        color: #124191;
    }


.noneList {
    text-align: center;
}

    .noneList span {
        display: block;
        line-height: 20px;
        margin-top: 30%;
        font-size: 12px;
    }

        .noneList span i {
            display: block;
            font-size: 30px;
            color: #124191;
            margin-bottom: 10px;
        }

@media(max-width:767px) {
    .noneList span {
        margin-top: 20px;
    }
}

.nolive_div {
    display: none;
    margin: 0 20px;
}

    .nolive_div h4 {
        text-align: center;
        color: #fff;
        margin-top: 20px;
    }

    .nolive_div img {
        margin: 10px auto;
        display: block;
        width: 100%;
        min-width: 260px;
        max-width: 1280px;
    }

.lookBack .input_div {
    display: none;
}


.vedio_title .vedio_state {
    margin-left: 15px;
    border-radius: 10px;
    height: 20px;
    /* line-height: 25px; */
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 15px;
    display: inline-block;
    /* float: left; */
}

.vedio_title .ing {
    background-color: #299cff;
}

.vedio_title .end {
    background-color: #1f5380;
}

a .fa-refresh {
    cursor: pointer;
}

.info {
    color: rgba(255, 255, 255,1)
}

.nolive_refresh {
    margin: 0 auto;
    display: block;
    width: 100px;
    text-align: center;
    cursor: pointer;
    color: #4cd4ff;
}

.jqpager ul {
    margin: 0;
    padding: 0;
}

.jqpager {
    background: #F2F5F9
}

.common_tip {
    z-index: 2;
    position: absolute;
    bottom: 30%;
    left: 15%;
    right: 15%;
    padding: 10px;
    border: 1px solid #d2d2d2;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 5px #bdbdbd;
}

.video_btndiv {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 3;
    cursor: pointer
}

    .video_btndiv:hover {
        cursor: pointer
    }

.video_btn {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
}

.video_btn_vote {
    background-color: rgba(18,65,145,0.75);
    border: 1px solid #4171C3;
    cursor: pointer
}

    .video_btn_vote:hover {
        background-color: #002158;
        border: 1px solid #628BCE;
        color: #fff;
        text-decoration: none
    }

.video_btn_award {
    background-color: rgba(192,117,62,0.75);
    border: 1px solid rgba(253,219,145,1);
    cursor: pointer
}

    .video_btn_award:hover {
        background-color: #C0753E;
        border: 1px solid #F2CB7C;
        color: #fff;
        text-decoration: none
    }

.video_btn_awardinfo {
    background-color: rgba(237,206,138,0.3);
    border: 1px solid rgba(237,206,138,1);
    cursor: pointer
}

    .video_btn_awardinfo:hover {
        background-color: rgba(237,206,138,0.5);
        border: 1px solid #F2CB7C;
        color: #fff;
        text-decoration: none
    }


.ActiveDiv {
    position: absolute;
    top: 0;
    right: 11px;
    width: 250px;
    background-color: #fff;
    border: 1px solid #124191;
    padding: 10px 5px;
    z-index: 4;
    display: none;
}

    .ActiveDiv h4 {
        word-break: break-all;
        color: #007DAD;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ActiveDiv .ActiveCon {
        font-size: 14px;
        color: #333;
        overflow: auto;
        width: 100% !important;
    }

        .ActiveDiv .ActiveCon p {
            padding: 0 10px;
        }

        .ActiveDiv .ActiveCon ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .ActiveDiv .ActiveCon ul li {
                list-style: none;
                width: 100%;
                display: block;
                line-height: 20px;
                margin-bottom: 10px;
                word-break: break-all;
                color: #333;
                position: relative;
                padding-left: 10px;
                padding-right: 10px;
            }

                .ActiveDiv .ActiveCon ul li span {
                    color: #4490CB;
                    display: block;
                    text-align: right;
                    margin-top: -5px;
                }

                .ActiveDiv .ActiveCon ul li.top span {
                    color: #F35C27
                }

                .ActiveDiv .ActiveCon ul li.top img {
                    position: absolute;
                    top: -10px;
                    left: -1px;
                    width: 20px;
                }


            .ActiveDiv .ActiveCon ul.awardul li {
                margin-bottom: 4px;
            }

    .ActiveDiv input[type="radio"], .ActiveDiv input[type="checkbox"] {
        margin: 4px 8px 0 0;
    }

    .ActiveDiv .radio, .ActiveDiv .checkbox {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 22px;
    }

        .ActiveDiv .radio label, .ActiveDiv .checkbox label {
            word-break: break-all
        }

    .ActiveDiv .addinfo {
        display: block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #2E6DA3;
        border-radius: 30px;
        width: 120px;
        margin: 10px auto;
        padding: 0;
        border-color: #2E6DA3;
        background-color: #448ECF;
        color: #fff;
        cursor: pointer;
    }

    .ActiveDiv .bottonCon {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        text-align: center;
    }

        .ActiveDiv .bottonCon a {
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #CCCCCC;
            border-radius: 30px;
            width: 100px;
            margin: 10px auto;
            padding: 0;
            color: #555;
        }

            .ActiveDiv .bottonCon a.vote {
                border-color: #2E6DA3;
                color: #fff;
                background-color: #448ECF
            }

            .ActiveDiv .bottonCon a.award {
                border-color: #E89D34;
                color: #fff;
                background-color: #EFAD4D
            }

        .ActiveDiv .bottonCon .tip {
            color: #7b7b7b;
            font-size: 12px;
        }

            .ActiveDiv .bottonCon .tip strong {
                color: #FE7F1F
            }

.ActiveCon .form-group {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

    .ActiveCon .form-group label {
        font-size: 12px;
    }
::-webkit-scrollbar-thumb  {
    border-radius: 7px;
    background-color: rgba(193, 193, 193, 0.5);
}

::-webkit-scrollbar-track  {
    background-color: rgba(241, 241, 241, 0.5);
    border-radius: 5px;
}

::-webkit-scrollbar  {
    width: 7px;
    height: 7px;
    background-color: rgba(241, 241, 241, 0.5);
}