body {
    color: #eee;
    background-color: #181818;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li {
    list-style-type: none;
}
header {
    width: 100%;
    margin-top: 40px;
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
}

header h1 {
    text-align: left;
    font-size: 28px;
}

p {
    color: #333;
}

footer {
    text-align: center;
    background-color: #181818;
}
footer .logo {
    margin-top: 50px;
    width: 120px;
}
footer p {
    text-align: center;
    color: #666;
    padding: 50px 0;
    font-size: 0.8em;
}
footer li, footer a, footer p {
    color: #666;
    font-size: 1em;
}
footer ul{
    text-align: center;
    padding: 0;
    margin: 50px auto;
}
footer li{
    display: inline-block;
    padding: 0 7px 0 4px;
    border-right: 1px #333 solid;
}
footer li:last-child{
    border-right:none ;
}
footer li.single {
    display: block;
    margin-bottom: 1em;
    border-right: none;
}

.bg-w {
    background-color: #fff;
    color: #333;
}

.mt {
    margin-top: 30px;
}

.br {
    border-radius: 5px;
}

.mobile-info {
    background-color: #fff;
    margin-top: 1em;
    padding: 1em;
    color: #999;
}

.mobile-info h1 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #333;
}
.mobile-info .islive{
    color: #fff;
    font-size: 12px;
    padding: 2px;
}
.mobile-info .activityNews{
    margin-bottom: 0;
    font-size: 12px;
}
.mobile-info .activityNews .item-name{
    color: #888;
}
.content{
    margin-top: 30px;
    overflow: hidden;
}
.content .viewbox{
    padding: 40px;
    background-color: #fff;
    text-align: center;
}
.content .viewbox p {
    text-align: left;
}
.content .viewbox img{
    max-width: 100%;
}
@media (max-width: 767px) {
    .content .viewbox img{
        width: 100%;
    }
}


.content h2 {
    border-bottom: #999 1px solid;
    padding-bottom: 0.5em;
    font-size: 18px;
    font-weight: normal;
}

.dplayer {
    width: 100%;
    text-align: center;
    background-image: url('/statics/images/live/player-bg.jpg');
    background-size: cover;
}

.dplayer a {
    color: #fff;
    text-decoration: none;
}

.dplayer.noplayer {
    background-color: #000;
    height: 0;
    /* padding-bottom: 56.25%; */
    text-align: center;
}

.dplayer.noplayer .buttons {
    position: absolute;
    left: 40%;
    top: 50%;
    width: 300px;
    border: 1px #fff solid;
    padding: 15px 0;
    border-radius: 10px;
    opacity: 0.8;
}
.dplayer.noplayer .video-notice{
    position:absolute;
    left:50%;
    top:50%;
    font-size: 1.2em;
    line-height: 3em;
    height: 3em;
    width: 40%;
    margin-left: -20%;
    margin-top: -1.5em;
    color:rgb(241, 187, 7);
    background-color: hsla(0,0%,0%,.4);
    border: 1px hsla(0, 0%, 0%, .1) solid;
    border-radius: 0.3em;
    transition: all .3s ease!important;
}
.dplayer.noplayer .video-notice {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.2em;
    line-height: 3em;
    height: 3em;
    width: 40%;
    margin-left: -20%;
    margin-top: -1.5em;
    color: rgb(241, 187, 7);
    background-color: hsla(0, 0%, 0%, .4);
    border: 1px hsla(0, 0%, 0%, .1) solid;
    border-radius: 0.3em;
    transition: all .3s ease !important;
}

.dplayer .video-pic {
    width: 100%;
}
.dplayer.fixed{
    z-index:9999;position:fixed;bottom:10%;right:5%;width:320px;height:180px !important;
}
.dplayer.fixed-top{
    position: fixed;
    top: 0;
    z-index: 9;
}
.islive {
    padding: 4px;
    font-size: 14px;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(17, 142, 234, 0.6);
    margin-left: 0.5em;
}

.title {
    margin-top: 120px;
}

.activityNews {
    margin-top: 30px;
    margin-bottom: 15px;
}
.activityNews .pc-funtion {
    height: 20px;
    /* display: inline-block; */
    float: right;
}

.activityNews .d-none {
    display: none;
}
.item-name{
    color: rgba(255, 255, 255, 0.4);
}
.item-val{
    color: rgba(17, 142, 234, 0.6);
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.num {
    height: 12px;
    vertical-align: middle;
    margin-right: 3px;

    width: 20px;
    height: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.btn-group .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -17px;
    bottom: auto;
    left: 90%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
}

.btn-group .dropdown-menu {
    padding: 10px 0;
    min-width: 110px;
    margin: 10px 0px 0px -100px;
    list-style: none;
    border: 0;
    left: 50%;
    color: #333;
    text-align: center;
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.btn-group .sm-dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
}

.btn-group .sm-dropdown-menu {
    padding: 0;
    min-width: 140px;
    margin: auto;
    list-style: none;
    border: 0;
    left: 50%;
    color: #333;
    text-align: center;
    border-radius: 4px;
    background: #FFF;
    pointer-events: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.menu {

    background: #FFF;

    text-align: center;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.signin-bg {
    display: none;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
    width: 100%;
    line-height: 1;
    top:0;
}
 .box_alert{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 460px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.signin-bg .title {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #111010;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    margin-top: 30px;
}
.signin-popup {
    position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 460px;background-color: #fff;border-radius: 10px; text-align: center;
}
@media (max-width:560px){
    .signin-popup {
        width: 360px;
    }
}
.signin-bg .subok {
    padding: 50px 0;
}
.signin-bg .subok i {
    font-size: 90px;
    color: #55df4c;
}
.signin-bg .subok p {
    padding-top: 40px;
    font-size: 24px;
}
.signin-bg .content {
    padding: 20px 14% 30px;
    /*overflow-y: scroll;*/
    max-height: 473px;
    margin-top: 0;
}

.signin-bg .form {
    margin: 0 auto;
}

.signin-bg .btn {
    /*display: block;*/
    /*width: 100%;*/
    /*height: 40px;*/
    /*margin: 10px auto 37px;*/
    /*margin-top: 15px;*/
    background-color: #108ee9;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 72%;
}

.signin-bg .btn.btn-secondary {
    background-color: #6e757c;
}

.signin-bg .form .line {
    text-align: left;
    margin-bottom: 20px;
}

.signin-bg .form .line p {
    margin: 0 0 15px;
    font-size: 15px;
    color: #101010;
}


.signin-bg .form .line input {
    display: block;
    width: 100%;
    padding: 0 15px;
    height: 36px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
}

.signin-bg .form-group {
    text-align: left;
    color: #666;
}

.tab {
    white-space: nowrap;
    position: static;
}

.navbar-item {

    width: 50%;
    display: inline-block;

    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    color: #4c98c9;
    background: #FFF;

}


.navbar-item.active:after {
    content: '';
    display: block;
    background-color: #4c98c9;
    color: #003c8a;
    position: relative;
    ;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

/* dplayer */
.dplayer-wrapper{
    background-color: #000;

}
.dplayer-logo {
    max-width: 10% !important;
    left: unset;
    right: 20px;
}
.dplayer-menu-item:nth-child(3),
.dplayer-menu-item:nth-child(4) {
    /* 右键菜单屏蔽项目 */
    display: none;
}

.dplayer-mask {
    /* 悬浮层 */
    display: inline-block;
}

.dplayer-mobile-play {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    padding: 0.5em;

}

.dplayer-notice{
    /*bottom: 20% !important;*/
}

/******************/

/* sub-video */
.sub-video {
    border-radius: 5px;
    background-color: #222;
    margin-top: 30px;
    padding: 20px 30px 30px;
    display: none;
}

.sub-video h2 {
    font-size: 16px;
    margin: 0 0 15px;
    padding-left: 10px;
    border-left: 5px solid #06c;
    border-radius: 2px;
}

.sub-video ul {
    margin: 0;
    padding: 0;
}

.sub-video li {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 90px;
    background-color: #000;
    margin-right: 15px;
    border-radius: 3px;
    overflow: hidden;
    pointer-events: unset;
}

.sub-video .sub-video-title {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sub-video img {
    width: 100%;
    position: relative;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.sub-video li.active {
    border: 2px solid #f33603;
    pointer-events: none;
}
.sub-video li.disabled{
    pointer-events:none;
}

.sub-video li.active img {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.sub-video .playon-icon {
    display: none;
}

.sub-video li.active .playon-icon{
    display: inline-block;
    width: 10px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(img/playon-red.gif) no-repeat;
    z-index: 1;
}



@media (max-width:767px) {
    body{
        background-color: #efefef;
    }
    .container{
        padding: 0;
    }
    header {
        display: none;
    }

    .br {
        border-radius: 0;
    }
    .content{
        margin-top: 1em;
    }
    .dplayer-logo {
        max-width: 14% !important;
        left: unset !important;
        right: 10px;
        top: 10px !important;
    }
    footer .logo{
        width: 100px;
    }
    footer li {
        font-size: 12px;
    }

    .dplayer.noplayer .video-notice{
        font-size: 1em;
        width: 80%;
        margin-left: -40%;
    }

    .content .viewbox{
        padding: 1em;
    }
    .sub-video{
        background-color: #fff;
        margin-top: 15px;
        padding: 15px;
        border-radius: 0;
    }
    .sub-video h2 {
        color: #666;
    }
    .sub-video li{
        width: 99px;
        height: 78px;
        margin-right: 2px;
    }
    .sub-video .sub-video-title {
        font-size: 12px;
    }
    .dplayer-notice{
        bottom:5px !important;
        left:5px !important;
        font-size: 12px !important;
        background: rgba(28,28,28,.4) !important;
    }
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }

    .mobile-info {
        display: none;
    }
    .content {
        border-radius: 5px;
    }

}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}


/*modal*/
.modal-dialog {
    position: fixed;
    margin: 15px;
    left: calc(50% - 20vw);
    top: calc(50% - 25vh);
}
.modal-title {
    color: #333;
}
.modal-footer {
    text-align: center;
}

/* wide */

.playerContainer {
    overflow: hidden;
}
.container.wide{
    width: 1280px !important;
}
.wide .player-wrapper {
    float: left;
    width: 900px !important;
}
.others {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 100%;
    background-color: #363636;
    position: relative;
}
.others .comment-tab {
    position: relative;
    line-height: 48px;
    padding: 0 20px;
    font-size: 14px;
    color: #fefefe8a;
    margin: 0;
    background-color: #363636;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
    text-align: left;
    z-index: 8;
}
.others .comment-tab .wx-pc {
    float: right;
    height: 48px;
    cursor: pointer;
}
.others .comment-tab-open .comment-tab-item {
    float: left;
    cursor: pointer;
}
.others .comment-tab .user {
    display: none;
    float: right;
    position: relative;
    cursor: pointer;
}
.others .comment-tab .user .avatar {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    margin-right: 5px;
    background: linear-gradient(270deg,#3d92ff,#4eeff5);
    border-radius: 50%;
}
.others .comment-tab .user .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 50%;
}
.others .comment-tab .user .nickname {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    color: #ccc;
    font-size: 14px;
}
.others .comment-tab .user .flag {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #666;
    margin-top: 5px;
}
.others .comment-tab .user .live-select {
    position: absolute;
    top: 41px;
    right: 3px;
    z-index: 1100;
    border: 1px solid #666;
    background-color: #333;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,.8);
    display: none;
}
.others .comment-tab .user .live-select li {
    /* width: 95px; */
    min-width:95px;
    color: #ccc;
    cursor: pointer;
    background-color: #444;
    text-align: center;
    line-height: 27px;
    white-space: nowrap;
    padding: 5px;
}
.others .comment-tab .user .live-select li:hover{
    background-color: #333;
    transition: .3s;
}
.commentContainer {
    flex: 1;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #363636;
    text-align: center;
}
.commentContainer .loading-message {
    padding: 5px 0 15px;
    color: #b9b9b9;
    font-size: 12px;
}
.commentContainer .loading-message p {
    margin: 0;
}
.commentContainer .loading-message img {
    width: 24px;
}
.comment-item {
    padding: 0;
    margin: 0 0 12.5px;
    line-height: 30px;
}
.comment-item .comment-item-time {
    line-height: 1;
    padding: 5px 0 10px;
    font-size: 12px;
    color: #8c8c8c;
    text-align: center;
}
.comment-item .comment-item-container {
    width: 100%;
    font-size: 14px;
    text-align: left;
}
.comment-item .header {
    height: 37px;
    width: 37px;
    float: left;
    margin: 5px 13px 5px 10px;
    border-radius: 50%;
    background: #fff;
}
.comment-item .comment-item-content {
    background-color: transparent!important;
    padding-top: 2px;
    color: #555;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}
.comment-item p {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    word-wrap: break-word;
    word-break: normal;
    max-width: 240px;
}
.comment-item .comment-item-user {
    line-height: 12px;
    font-size: 12px;
    color: #afafaf;
    margin-bottom: 5px;
}
.comment-item .comment-item-user span{
    margin-left: .5em;
    font-size: 12px;
    padding: 0 .3em;
    border-radius: 3px;
}
.comment-item .comment-item-user span.light{
    color: #328ee9;
    background-color: #d7f2ff;
}
.comment-item .comment-item-user span.dark{
    color: #666;
    background-color: #242424;
}

.comment-item .comment-item-container .comment-content {
    position: relative;
}
.comment-item .comment-content {
    display: inline-block;
    padding: 8px 6px;
    background: #4a4a4a;
    border-radius: 6px;
    margin-top: 5px;
}
.sendContainer {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #222;
}
.sendContainer .commentInput {
    display: flex;
    position: relative;
    flex: 1;
    margin-right: 6px;
}
.sendContainer .commentInput input {
    flex: 1;
    height: 34px;
    font-size: 14px;
    padding: 0 10px 0 10px;
    border: none;
    background-color: #363636;
    color: #b7b7b7;
    vertical-align: middle;
    letter-spacing: 1px;
}
.sendContainer .commentInput input:focus{
    outline: none;
}
.sendContainer .commentInput .sendButton {
    padding: 7px 14px 4px;
    background-color: #108ee9;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

i.form-control-feedback.fa {
    padding-top: 9px;
}

@media (min-width: 786px){
    .comment-item .comment-item-time {
        position: relative;
        padding: 8px 0 24px;
        color: #848282;
        font-size: 12px;
    }
    .comment-item .comment-item-time:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        width: 100%;
        height: 0;
        border-bottom: 1px solid #404040;
    }
    .comment-item .comment-item-time>span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 15px;
        background-color: #363636;
    }
    .comment-item .comment-item-content {
        background-color: #4a4a4a;
        color: #fff;
        border: none;
    }
    .comment-item .comment-item-content p {
        color: #fff;
    }
    .commentContainer::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    .commentContainer::-webkit-scrollbar-thumb {
        background-color: #5f5f5f;
        height: 16px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    }
    .commentContainer::-webkit-scrollbar-track {
        background-color: #363636;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    }
}
@media (max-width: 767px){
    .others {
        display: block;
        background-color: #fff;
        width: 100%;
        /* height: 100%; */
    }
    .others .comment-tab {
        border-width: 0;
        background-color: #fff;
    }
    .others .comment-tab .user .nickname {
        color: #666;
    }
    .commentContainer{
        min-height: 400px;
        overflow-y: visible;
        background-color: #fff;
    }
    .comment-item .comment-content{
        background-color: #FFF;
        color: #333;
        font-size: 16px;
        max-width: 320px;
    }
    .comment-item .comment-item-container {
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    
    .comment-item .comment-item-user {
        color: #075fcd;
    }
    .comment-item .comment-item-user span.dark{
        background-color: #f4f4f4;
        color: #aaa;
    }
    .sendContainer .commentInput input {
        height: 50px;
        font-size: 16px;
    }
    .sendContainer .commentInput .sendButton {
        padding: 15px 14px 4px;
        font-size: 16px;
    }
    .sendContainer{
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
    }
}