html, body {
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif!important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #E90081;
    box-shadow: none;
    outline: 0 none;
}
html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}
body {
    width: 100vw;
    overflow: hidden;
    background-color: #333333 !important;
    font-size: 13px;
    min-height: 100%;
}
ol, ul {margin-bottom: 0;}
:focus {outline: 0;}
a {color: #111111;}
a:hover {color: #ec008c;text-decoration: none;}
.btn-pink{background-color: #ec008c;border-color: #d3027e;color: #FFFFFF;}
.btn-pink:hover {background-color: #e00888;border-color: #bb046f;color: #FFFFFF;}
.fs16 {font-size: 16px !important;}
.red-text {
    color: #ec008c;
}
.breadcrumb {
    background-color: #FFF;
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 10px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content:"\003e";
}

.navbar-header-warpper {
    width: 100%;
    background-color: #0b0b0b;
    box-shadow: 0px 2px 5px rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    z-index: 800;
}
.navbar-header-warpper.affix {
    padding: 10px 0;
}

.navbar-header-warpper #index-header-navbar {
    margin-top: 10px;
}
.navbar-header-warpper a {
    color: #999999;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.navbar-header-warpper .navbar-nav li.active a,
.navbar-header-warpper .navbar-nav a:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: #FFFFFF;
    font-weight: bold;
}
.navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.side-wrap .side-spacer {
    height: 56px;
}
.side-wrap .side-spacer img{
    height: 40px;
}
.navbar-toggle .icon-bar {
    border-radius: 0;
}

.body.expand .side-wrap {transform: translateX(0);}
.body.collapsed .side-wrap{transform: translateX(-240px);}
.body.collapsed .content-wrap {margin-left: 0;}
.body.expand .content-wrap {margin-left: 240px;}

.side-wrap {
    transform: translateX(0);
    z-index: 200;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-property: opacity;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 180;
    display: none;
}
.navbar-header-warpper .navbar-header .navbar-toggle {
    background-color: #333;
    border-color: #333;
}
.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.index-search-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
#form-submit {
    width: 72px;
    line-height: inherit;
    cursor: pointer;
}
.index-search-hot a {
    color: #FAAC47;
    display: inline-block;
    padding: 5px 0;
    margin-right: 20px;
}
.index-search-wrapper .input-group {
    width: 100%;
}
.index-search-wrapper .index-search-input {
    outline: none;
}
.index-search-input:focus {
    outline: none;
    border: 1px solid #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}
.index-videos-list a {
    text-decoration: none;
}
.videos-item{
    margin-bottom: 10px;
}
.side-wrap {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 240px;
    background-color: #F4F3F4;
}
.side-wrap-content {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.side-inner-warp {
    width: 100%;
    position: absolute;
    top: 56px;
    bottom: 0;
    left: 0;
}

.content-wrap-spacer {
    margin-top: 58px;
}
.side-spacer {}
.content-wrap {
    padding-bottom: 20px;
    margin-left: 240px;
    background-color: #FFFFFF;
}
.thumbnail {
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    padding: 4px 0;
}
.thumbnail .thumbnail-cover {
    width: 160px;
    max-height: 120px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: table-cell;
    vertical-align: top;
    border-radius: 4px;
}
.thumbnail .caption{
    display: table-cell;
    vertical-align: top;
    height: 90px;
    overflow: hidden;
}
.videos-thumbnail {
    width: 160px;
    max-height: 120px;
}
.thumbnail-cover .thumbnail-cover-link {
    display: block;
    position: relative;
    /*max-height: 99px;*/
}
.favorited .thumbnail-cover .videos-status {
    display: block;
}
.thumbnail-cover .videos-status {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    color: #ec008c;
}
.thumbnail-cover .videos-date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: 100;
}
.videos-title {
    font-size: 12px;
    position: relative;
}
.videos-favorite,
.videos-share{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-top: -5px;
}
.videos-share {
    margin-right: 10px;
}
a.videos-favorite:hover i {
    color: #ec008c;
}
.videos-date {
    color: #888;
    font-size: 12px;
    margin-bottom: 0;
}
.pagination {
    display: block;
    position: relative;
    text-align: center;
    color: #eae8e8;
    padding: 10px 0;
    margin-top: 20px;
}
.pagination a {
    color: #eae8e8;
    border: 1px solid #eae8e8;
    position: absolute;
    top: -1px;
    padding: 10px;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: none;
}
.pagination > a.newer-posts {
    left: 0;
}
.pagination > a.older-posts {
    right: 0;
}
/* sidebar */
.content-wrap .widget:last-of-type {
    margin-bottom: 0;
}

.widget {
    margin-bottom: 20px;
    background-color: #FFFFFF;
}
.widget .title {
    background-color: #eae8e8;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    border-left: 3px solid #ec008c;
}
.widget .content {
    padding: 10px 0;
}
.widget .categorys li,
.widget .tags li{
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    cursor: pointer;
    text-align: center;
}
.widget .categorys ul,
.widget .tags ul{
    margin-bottom: 0;
}
.widget .categorys li a {
    position: relative;
}
.widget .categorys li.active a,
.widget .categorys li:hover a {
    color: #ec008c;
    font-weight: bold;
}
.widget .categorys li a:before {
    content:"";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #ec008c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition:all .2s ease-in-out 0s;
    -moz-transition:all .2s ease-in-out 0s;
    -o-transition:all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    bottom: -5px;
}
.widget .categorys li.active a:before,
.widget .categorys li:hover a:before {
    visibility:visible;
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}

.hots li,
.video-related li,
.video-random li {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #888888;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.hots li:last-of-type,
.video-related li:last-of-type,
.video-random li:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hot-video-item .thumbnail-cover {
    width: 96px !important;
    height: 72px !important;
    overflow: hidden;
}
.hot-video-item .thumbnail-cover img{
    width: 96px;
}
.video-random .thumbnail-cover,
.video-related .thumbnail-cover,
.video-hots .thumbnail-cover{
    width: 120px !important;
    height: 80px !important;
    overflow: hidden;
}
.video-random .thumbnail-cover img,
.video-related .thumbnail-cover img,
.video-hots .thumbnail-cover img{
    width: 120px;
}

.thumbnail-cover {
    position: relative;
}
.thumbnail-cover .video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 0;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
}

.hot-video-item .thumbnail-desc {
    overflow: hidden;
    position: relative;
    font-size: 13px;
}

#video-player-ads,
.video-play-related-ads{
    margin-bottom: 20px;
}

.index-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    color: #99979c;
    text-align: center;
    background-color: #000000;
    text-align: center;
}
.bottom-line{
    height: 30px;
    color: #737373;
    position: relative;
    text-align: center;
}
.bottom-line .line-text {
    width: 120px;
    text-align: center;
    z-index: 10;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    text-shadow: 0 1px 0 rgba(0,0,0,1);
}
.bottom-line .line {
    height: 1px;
    position: absolute;
    width: 68%;
    background-color: #737373;
    left: 16%;
    top: 12px;
    z-index: 9;
}

.index-footer-links li {
    display: inline-block;
}
.index-footer a {
    color: #ec008c;
}
.video-content {
    line-height: 170%;
    padding: 10px 0;
}
.video-content p img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}
.video-metas {
    padding: 10px 0;
}
.video-metas i {
    margin-right: 10px;
    color: #666666;
}
.video-metas .date-sep {
    margin: 0 10px;
    color: #999999;
}
.video-metas p {
    display: inline-block;
}
.video-metas-tag a {
    margin-right: 5px;
}
.video-next {
    border-top: 1px solid #EFEFEF;
    padding: 20px 0 0;
}
.video-next p:last-of-type {
    margin-bottom: 0;
}
.video-player-box {
    background-color: #FFFFFF;
    padding: 20px 0;
    border-radius: 4px;
}
.videos-favorite.favorited {
    background-color: #ec008c;
    color: #FFFFFF;
    border: 1px solid #ec008c;
    text-decoration: none;
}
.videos-favorite .videos-favorite-ok {
    display: none;
}
.videos-favorite.favorited .videos-favorite-ok {
    display: inline;
}
.videos-favorite:hover, .videos-favorite:visited, .videos-favorite:focus {
    outline: none !important;
    text-decoration: none !important;
}
.videos-favorite.favorited i, .videos-favorite.favorited:hover i {
    text-decoration: none;
    color: #FFFFFF;
}
.video-player-title {
    padding-top: 20px;
}
.video-player-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
}
.detail-video-views {
    margin-left: 10px;
}
.video-play-random {
    margin-bottom: 20px;
}
/* - tag - */
.sitemap-index-list {
    background-color: #FFF;
    border-radius: 4px;
    padding-bottom: 10px;
}
.img-cover-80 img {
    width: 80px;
}
.img-desc {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}
.img-desc span {
    color: #999;
}
.sitemap-category-list {
    margin-bottom: 20px;
}
.sitemap-category-list .img-desc {
    padding: 10px;
}
.sitemap-tag-list {
    padding-bottom: 20px;
}
.sitemap-tag-list .img-desc a {
    padding: 10px;
    display: block;
    background-color: #EFEFEF;
    -webkit-transition:all .2s ease-in;
    -moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    transition: all .2s ease-in;
}
.sitemap-tag-list .img-desc a:hover {
    background-color: #CDCDCD;
}
.tag-index-item {
    margin-top: 30px;
}
.img-cover-80 a {
    display: block;
    width: 60px;
    position: relative;
    margin: 0 auto;
}
.img-cover-80 a:hover .img-mask {
    visibility: visible;
    -webkit-transition:all .2s ease-in;
    -moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    transition: all .2s ease-in;
    background-color: rgba(0, 0, 0, .6);
}
.img-cover-80 .img-mask {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ec008c;
    border-radius: 30px;
    font-size: 14px;
    visibility: hidden;
    left: 0;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-color: transparent;
}
h4.type-title span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ec008c;
    color: #FFFFFF;
}
/*- 404 page -*/

.msg-wrap.page404 {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    height: 100%;
    padding-left: 200px;
    margin-top: 20px;
    min-height: 300px;
}
.msg-wrap.page404 .msg-title {padding-top: 0;}
.msg-wrap.page404 .msg-body-wrapper {background-image: none;}
.msg-body-wrapper {position: absolute;top: 0;bottom: 0;width: 100%;background-color:transparent;background-repeat:no-repeat;background-position:right center; background-size: contain;opacity: .2; -moz-opacity: .2; -ms-filter: alpha(20);}

/*- right share -*/
#right-share {
    position:fixed;
    right: 10px;
    height: 98px;
    bottom: 50px;
    z-index: 199;
    overflow: hidden;
}
.right-share {
    margin-top: 0;
    height: 98px;
    padding: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#right-share.hidden-x .right-share {
    margin-top: 98px;
}
.right-share a {
    box-shadow: 1px 1px 8px rgba(0,0,0, .6);
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 18px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
right-share a:last-of-type {
    margin-bottom: 0;
}
.right-share .rshare-top {
    margin-bottom: 0;
}
/*- search-ads -*/
.search-ads {
    padding-top: 10px;
}
/*- fav -*/
.fav-num {
    font-weight: bold;
    color: #ec008c;
}
.videos-favorite-item {
    margin-bottom: 20px;
    min-height: 202px !important;
}
.index-videos-list .videos-favorite-item:last-of-type {
    margin-bottom: 0;
}
.index-videos-list .thumbnail .caption {
    padding-top: 0;
}

.video-metas-line {
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 0;
    color: #777777;
}

.header-logo {display: inline-block;float: left;margin-top: 8px;}
.header-logo img {height: 40px;}
.affix .header-logo img {height: 40px;}

.adx {}
.adx .adx-item {margin-top: 10px;position: relative;}
.adx .adx-title {padding: 10px 0;border-bottom: 1px solid #EFEFEF;font-size: 16px;color: #f6c902;}
.adx .adx-item a {display: block;}

/*.container {width: 852px;}*/
.side-wrap {display: block;}

.navbar-toggle {display: block;float: left;width: 40px;height: 40px;padding: 8px;margin:8px 16px 0 0;background-color: transparent !important;border: 0;}
.col-xlg {float: left;min-height: 1px;padding-left: 15px;padding-right: 15px;position: relative;}

.msg-wrap {margin-top: 20px;}
.msg-wrap .msg-title {font-size: 20px;border-bottom: 1px solid #efefef;padding: 15px 0;}
.msg-wrap .msg-body {position: relative;margin-top: 10px;}
.msg-wrap .msg-body-content {padding: 20px 10px;background-color: #F6F6F6;min-height: 300px;border-radius: 4px;}
.msg-wrap .msg-link {position: absolute;}
.msg-wrap .msg-link a{margin-right: 15px;display: inline-block;}

.page-result, .page-title {font-size: 16px;border-bottom: 1px solid #efefef;padding: 15px 0;}
.page-desc {margin: 15px 0;font-size: 16px;padding: 15px 0;}
.page-desc img {max-width: 100%;}
.page-desc p{line-height: 180%;}

.info-common-box .box-head {padding: 10px 0;border-bottom: 1px solid #EFEFEF;font-size: 16px;}
.info-common-box .box-body{padding: 15px 0;}
.box-body {margin-left: -15px;margin-right: -15px;}
.app-type {padding: 10px 0 10px 60px;}
.app-type p.text-muted {font-size: 13px;}
.text-type {padding: 10px;}
.text-type ul {padding-left: 20px;}
.text-type ul li {padding: 3px 0;list-style-type: square;}

/*- index-videos-list -*/
.index-videos-list,
.video-random-list,
.video-related-list {margin-top: 15px;}
.videos-title{margin-top: 5px;line-height: 20px;max-height: 60px;overflow: hidden;font-size: 13px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.video-metadata-line {margin-top: 8px;color: #666666;font-size: 13px;}
.video-metadata-line .metadata-view:after {content: ' · ';margin: 0 2px;}

.widget-section {padding: 12px 0;border-bottom: 1px solid #E8E8E8;}
.widget-section .title {margin: 0;padding: 0 10px;font-size: 14px;height: 40px;line-height: 40px;}
.widget-section .title i {vertical-align: -1px;}
.widget-section .content {padding: 0 15px;}
.widget-section li{height: 30px;line-height: 30px;margin-bottom: 2px;cursor: pointer;text-align: center;}
.widget-section ul{margin-bottom: 0;}

.widget-section.widget-categorys li {width: 50%;float: left;text-align: left;}
.widget-section.widget-tags li {text-align: left;}

.widget-section.widget-copyright{font-size: 13px;border-bottom: 0;}
.widget-section.widget-copyright .content{padding: 0 15px;}
.widget-section.widget-copyright span.dot{margin: 0 3px;}


.preview-video {position: absolute;width: 100%;}

.text-ul li{margin-bottom: 10px;list-style-type: square;}
.help-block-fx {margin-top: 10px;display: block;margin-bottom: 10px;color: #737373;}

.login-box {max-width: 560px;margin: 0 auto;}
.login-box .panel {border: 0 none;box-shadow: none;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.login-box .form-group {margin-top: 10px; margin-bottom: 20px;}
.login-box .panel-heading {padding: 25px 15px;border-top-left-radius: 10px;border-top-right-radius: 10px;background-color: #FFFFFF;}
.login-box .panel-heading .panel-title {font-size: 24px;}
.progress {z-index: 100;}
.panel-footer {background-color: #FFFFFF;text-align: center;}

.nav-more {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 8px 0 0 0;
    background-color: transparent !important;
    border: 0;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
}
.nav-more .dropdown-menu {
    left: auto;
    right: 0;
    top: 50px;
    min-width: initial;
    border-radius: 0;
    background-color: #0b0b0b;
    font-size: 14px;
}
.nav-more .dropdown-menu a {color: #EFEFEF;text-align: center;}
.nav-more .dropdown-menu a i {color: #ec008c;top: 2px;}
.nav-more .dropdown-menu .divider {margin: 5px 0;background-color: #424242;}

.login-box .panel-body {padding: 15px 0;}
#captcha-img {cursor: pointer;float: left;}
#signup-captcha {width: 80px;margin-left: 15px;border-radius: 4px;}
#signup-invite-code {width: 120px;}
.panel-alert {margin-left: -15px;margin-right: -15px;}
.col-xlg {min-height: auto;}
.has-feedback .form-control {padding-right: 15px;}
#login-message-success,
#login-message-fail {display: none;}
.login-user {height: 34px; line-height: 34px;margin-top: 11px;margin-right: 0;}
.box-item-block {margin-bottom: 20px;}
.task-list-box .media{margin-bottom: 20px;}
.textp {margin-top: 10px;}
#invite-code-message {display: none;}
.em-score {color: #ec008c;}
.table-head th{background-color: #EFEFEF;text-align: center;}
#sign-table, #score-table {text-align: center;}
.video-player-dom-ads {display: none;}

.login-user .dropdown-menu li {text-align: center;}
.login-user .dropdown-menu a:hover i{color: #ec008c;}

.navbar-header {position: relative;}
.navbar-header .header-dropmenu {
    display: none;
    left: 0;
    right: 0;
    top: 58px;
    padding-left: 0;
    position: absolute;
    border-radius: 0;
    background-color: #0b0b0b;
    font-size: 14px;
    transition: all ease .3s;
}
.navbar-header .header-dropmenu {padding: 5px 0;box-shadow: 0px 2px 5px rgba(0,0,0,.3);}
.navbar-header .header-dropmenu li {list-style: none;}
.navbar-header .header-dropmenu li.active {border-left: 3px solid #ec008c;background-color: #3d3d3d;}
.navbar-header .header-dropmenu li.divider {padding: 0;height: 1px;background-color: #424242;}
.navbar-header .header-dropmenu a {color: #EFEFEF;display: block;padding: 10px 0 10px 25px;font-size: 16px;}
.navbar-header .header-dropmenu a i {color: #ec008c;top: 2px;}
.navbar-header .header-dropmenu .divider {margin: 5px 0;background-color: #424242;}
.index-copyright p, .text-ul li{line-height: 28px;}

.input-group-addon {border-radius: 0;}
.form-control{border-radius: 0;}
#signup-captcha {border-radius: 0;}

@media (min-width: 768px) {
    .img-cover-80 a { width: 80px;}
    .img-cover-80 .img-mask {width: 80px;height: 80px;line-height: 80px;border-radius: 40px;}

    .login-user {margin-left: 10px;}
    .dropdown-menu {min-width: initial;top: 46px;}
    .dropdown-menu i.glyphicon {top: 2px;}
    #invite-code-wrapper {max-width: 400px;}
    .videos-item{margin-bottom: 20px;}
    .fav-videos-list .col-xlg {min-height: 180px;}
    .fav-videos-list .thumbnail .caption {height: 63px;}
    .col-xlg {min-height: 208px;}
    .nav-more {display: none;}
    .panel-alert {margin-left: 0;margin-right: 0;}
    body {background-color: #FFFFFF !important;font-size: 14px;}
    body.video-signin,
    body.video-signup{height: 100%;}
    body.video-signin .content-wrap,
    body.video-signup .content-wrap{height: 100%;background:transparent url(https://sc02.alicdn.com/kf/U361d98650eed4211b8d0e6b4a2b6ea04g.jpg) no-repeat center top;background-size: cover;}

    .login-box {margin-top: 100px;}
    .login-box .panel {background-color: transparent;}
    .login-box .panel-body{background-color: rgba(255,255,255, .7);}
    .login-box .panel-heading {text-align: center;}

    .content-wrap-spacer {margin-top: 56px;}

    .navbar-header-warpper {height: 56px;}
    .collapse-wrap{display: flex;height: 56px;}
    .navbar-header-warpper .navbar-form {flex: 1;display: flex;padding: 11px 15px;margin-top: 0;margin-bottom: 0;}
    .navbar-header-warpper .navbar-form .form-group {height: 34px;}
    .navbar-header-warpper .navbar-nav {height: 34px;margin-top: 11px;}
    .navbar-header-warpper .navbar-nav li {margin-left: 5px;}
    .navbar-header-warpper .navbar-nav li a{display: block;height: 34px;line-height: 34px;font-weight: bold;padding: 0 10px;}
    .navbar-header-warpper .navbar-nav li a:hover {border-left: 0;}
    .collapse-wrap .navbar-form .form-group {margin:0 auto;}

    .navbar-header-warpper .container-fluid {padding-left: 7px;padding-right: 12px;}
    .navbar-header-warpper .header-logo {padding-left: 0;padding-right: 0;}


    /*- index-header-ads -*/
    .index-header-ads-wrapper {margin-top: 20px;}

    .video-play .video-player-dom {margin-top: 20px;}
    .video-play .video-player-wrapper {background-color: #0b0b0b;}

    .index-search-wrapper .form-group {width: 100% !important;}
    .index-search-hot {padding-top: 10px;}
    .index-search-hot a {color: #555 !important;padding: 0 8px;}


    #right-share {right: 80px;bottom: 180px;}

    .thumbnail-cover .videos-date {height: 30px;line-height: 30px;}
    .thumbnail-cover {width: 100%;max-height: 120px;}
    .videos-thumbnail{width: 100%;}
    .pagination {color: #666;margin: 20px 0;}
    .pagination a {color: #666;border: 1px solid #666;position: absolute;top: -10px;padding: 10px;white-space: nowrap;border-radius: 3px;text-decoration: none;}
    .notice-panel .panel-body {height: 300px;}
    .img-cover-80 .img-mask {font-size: 24px;}
    .img-desc {font-size: 14px;}
    .index-footer {padding-top: 40px;margin-top: 50px;}

    .widget .hots .hot-video-item .thumbnail-desc {font-size: 12px;}
    .body_404 .content-wrap .row .w404-wrapper {margin-right: 0;color: #333333;}
    .body_404 .content-wrap .row .w404-wrapper p.error-code {padding-top: 80px;}
    .error-code-extra a {background-color: #FFFFFF;color: #333;}
    .bottom-line .line-text {background-color: #e3e3e3;text-shadow: none;}
    .bottom-line .line {background-color: #cdcdcd;}
    .thumbnail-cover a {display: block;}
    .video-hots .thumbnail-cover {width: 96px !important;height: 72px !important;}
    .video-hots .thumbnail-cover img {width: 96px;}
    .thumbnail .caption {display: block;padding: 5px 0 0;height: 96px;}
    .index-search-hot a {margin-right: 5px;}
    .thumbnail .thumbnail-cover {width: 100%;display: block;height: auto;max-height: 120px;}
    .thumbnail .thumbnail-cover .videos-thumbnail {max-height: initial;}

    .vertical-item .media-body, .vertical-item .media-left{display: block;width: auto;}
    .vertical-item .thumbnail-cover {width: auto !important;height: auto !important;}
    .vertical-item .media-left {padding-right: 0;}
    .video-random .thumbnail-cover img, .video-related .thumbnail-cover img {width: 100%;}
    .vertical-item .thumbnail-desc {height: 68px;line-height: 20px;padding: 5px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
    .video-related li, .video-random li {border:0 none;padding: 0 5px;font-size: 13px;margin-bottom: 20px;}

    .video-random .thumbnail-cover,
    .video-related .thumbnail-cover {/*max-height: initial;*/}
    .video-random .thumbnail-cover img.videos-thumbnail,
    .video-related .thumbnail-cover img.videos-thumbnail{max-height: initial !important;}

    .index-footer.footer-static{margin-top: 0;position: absolute;bottom: 0;width: 100%;}

    .widget .title {font-size: 16px;border-left: 0;background-color: transparent;font-weight: bold;}
    .widget.video-related, .widget.video-random {border-top: 1px solid #EFEFEF;padding-top: 20px;margin-bottom: 0;}

    .app-type {min-height: auto;}
    .text-type {min-height: auto;}
}

@media (min-width: 768px) and (max-width: 992px) {
    .app-type {min-height: 220px;}
    .text-type {min-height: 180px;}
}

@media (min-width: 992px) {
    .video-player-dom-ads {display: block;}
}

/*- side show, column 3-*/
@media (min-width: 662px) and (max-width: 882px) {
    .container {width: 638px;}
    .thumbnail .caption {display: block;}
    .col-xlg {width: 33.33333337%;min-height: 208px;}
}
/*- side show, column 4-*/
@media (min-width: 882px) and (max-width: 1090px) {
    .container {width: 852px;}
    .col-xlg {width: 25%;}
}
@media (min-width: 960px) {
    .collapse-wrap .navbar-form .index-search-input {width: 300px !important;}
}
@media (max-width: 1276px) {
    .body .content-wrap {margin-left: 0;}
    .body .side-wrap {transform: translateX(-240px);}
    .body.expand .content-wrap {margin-left: 0px;}
    .body.expand .overlay{display: block;}
}
/*- side show, column 5-*/
@media (min-width: 1090px) and (max-width: 1276px) {
    .container {width: 1066px;}
    .col-xlg {width: 20%;}
}
@media (min-width: 1090px) {
    .body.collapsed .container {width: 1066px;}
    .body.collapsed .col-xlg {width: 20%;}
    .collapse-wrap .navbar-form .index-search-input {width: 400px !important;}
}
/*- side show, column 4-*/
@media (min-width: 1276px) and (max-width: 1390px) {
    .container {width: 852px;}
    .col-xlg {width: 25%;}
}
/*- column 5-*/
@media (min-width: 1390px) and (max-width: 1604px){
    .container {width: 1066px;}
    .index-search-wrapper {margin-top: 0;}
    .col-xlg {width: 20%;}
}
@media (min-width: 1304px) {
    .body.collapsed .container {width: 1280px;}
    .body.collapsed .col-xlg {width: 16.66666667%;}
}
/*- column 6-*/
@media (min-width: 1604px) {
    .container {width: 1280px;}
    .overlay {display: none;}
    .col-xlg {width: 16.66666667%;}
}

ul.hover-border li a,
a.hover-border {position: relative;}
ul.hover-border li.active a,
ul.hover-border li:hover a,
a.hover-border:hover {color: #ec008c;font-weight: bold;}
ul.hover-border li a:before,
a.hover-border:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #ec008c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition:all .2s ease-in-out 0s;
    -moz-transition:all .2s ease-in-out 0s;
    -o-transition:all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    bottom: -5px;
}
ul.hover-border li.active a:before,
ul.hover-border li:hover a:before,
a.hover-border:hover:before{
    visibility:visible;
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}
.video-recommend {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 2px;
    background-color: #2579d9;
    box-shadow: 0 2px 2px rgba(1,1,1,.24);
}
.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
    opacity: 0;
    background: #000;
    filter: alpha(opacity=0);
}
.thumbnail .video-player-icon {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(https://a.msstatic.com/huya/main3/widget/game-live-item/img/play-icon_fbf7f.png) no-repeat;
    transform: scale(1.5);
    backface-visibility: hidden;
    transition: all .25s ease-out;
}
.thumbnail:hover .video-mask {
    opacity: .5;
    background: #000;
    filter: alpha(opacity=50);
}
.thumbnail:hover .video-player-icon{
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
}
.thumbnail-cover-link {
    transition: color .2s ease-out;
    text-decoration: none;
}

a.red-link{color:#ec008c;text-decoration: none;border-bottom:1px solid #ec008c;}
