body {
    background: #F0EDF2;
}

.banner-area {
    position: relative;
    height: 480px;
}

.banner-area .bg-img {
    position: absolute;
    top: 0;
    height: 480px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner-area .title-list {
    position: absolute;
    right: 8%;
    top: 0;
    padding: 85px 0;
    width: 208px;
    height: 310px;
    background: rgba(24, 36, 54, .9);
    background: -webkit-linear-gradient(rgba(24, 36, 54, .0), rgba(24, 36, 54, .9), rgba(24, 36, 54, .9), rgba(24, 36, 54, .9), rgba(24, 36, 54, 0));
    background: -o-linear-gradient(rgba(24, 36, 54, .0), rgba(24, 36, 54, .9), rgba(24, 36, 54, .9), rgba(24, 36, 54, .9), rgba(24, 36, 54, 0));
    background: -moz-linear-gradient(rgba(24, 36, 54, .0), rgba(24, 36, 54, .9), rgba(24, 36, 54, .9), rgba(24, 36, 54, .9), rgba(24, 36, 54, 0));
    background: linear-gradient(rgba(24, 36, 54, .0), rgba(24, 36, 54, .9), rgba(24, 36, 54, .9), rgba(24, 36, 54, .9), rgba(24, 36, 54, 0));
    z-index: 1;
}

.banner-area .title-list li {
    display: table;
    height: 62px;
    width: 100%;
}

.banner-area .title-list li a {
    display: table-cell;
    padding: 7px 15px;
    height: 48px;
    width: 178px;
    line-height: 24px;
    vertical-align: middle;
    font-size: 12px;
    color: #a8a8a8;
    overflow: hidden;
}

.banner-area .title-list li a .describe-msg {
    display: inline-block;
    max-height: 48px;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    word-break: break-all;
}

.banner-area .title-list li a:hover, .banner-area .title-list li.active a {
    background: #56688b;
    font-size: 14px;
    color: #fffefe;
    font-weight: 700;
}

.video-index-page .wrap {
    position: relative;
    padding-top: 76px;
    width: 1200px !important;
}

.video-page-nav {
    position: absolute;
    margin-left: -960px;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 52px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.video-page-nav .video-page-nav-content {
    margin: 0 auto;
    width: 1232px;
}

.video-page-nav .video-page-nav-content ul {
    position: relative;
    margin-right: -20px;
}

.video-page-nav .video-page-nav-content li {
    float: left;
    margin: 0 40px 0 0;
}

.video-page-nav .video-page-nav-content .a {
    position: relative;
    padding: 0 16px;
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #808080;
    cursor: pointer;
}

.video-page-nav .video-page-nav-content .hot .a {
    position: relative;
    color: #ff8e01;
}

.video-page-nav .video-page-nav-content .hot .a .hot-icon {
    width: 26px;
    height: 15px;
    background: url(../../i/index/video/video-nav-hot.png?_v=201807201);
    position: absolute;
    right: -6px;
    top: 2px;
}

.video-page-nav .video-page-nav-content .a:hover, .video-page-nav .video-page-nav-content .hot .a:hover {
    color: rgba(0, 165, 226, .8);
}

.video-page-nav .video-page-nav-content .active .a, .video-page-nav .video-page-nav-content .active .a:hover, .video-page-nav .video-page-nav-content .active.hot .a, .video-page-nav .video-page-nav-content .active.hot .a:hover {
    font-size: 18px;
    color: #00a5e2;
}

.video-page-nav .video-page-nav-content .a .second-level-classify {
    display: none;
    position: absolute;
    bottom: -28px;
    left: 50%;
    padding: 0 18px;
    height: 32px;
    line-height: 32px;
    border-top: 2px solid #00A5E2;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 0 8px rgba(80, 80, 80, .3);
    z-index: 2;
    will-change: transform, transition;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}

.video-page-nav .video-page-nav-content .a:hover .second-level-classify {
    display: block;
}

.video-page-nav .video-page-nav-content .a .second-level-classify .arrow {
    position: absolute;
    width: 10px;
    height: 7px;
    left: 50%;
    top: -7px;
    margin-left: -5px;
    background: url(../../i/index/video/top-arrow-1.png) no-repeat;
}

.video-page-nav .video-page-nav-content .a .second-level-classify .classify-name-list {
    max-width: 800px;
    white-space: nowrap;
}

.video-page-nav .video-page-nav-content .a .second-level-classify .classify-name {
    display: inline-block;
    margin-right: 30px;
    color: #808080;
    font-size: 12px;
    vertical-align: 1px;
}

.video-page-nav .video-page-nav-content .a .second-level-classify .classify-name:hover {
    color: #00a5e2;
}

.video-page-nav .video-page-nav-content .a .second-level-classify .classify-name:last-child {
    margin-right: 0;
}

.video-page-nav .sub-video-nav {
    padding: 16px 0 10px;
    border-top: 1px solid #f0f0f0;
}

.video-page-nav .sub-video-nav li {
    float: left;
    margin: 0 18px 10px 0;
}

.video-page-nav .sub-video-nav a {
    display: block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #7c7c7c;
}

.video-page-nav .sub-video-nav .active a, .video-page-nav .sub-video-nav a:hover {
    color: #00aff4;
}

.video-square-area {
    margin-bottom: 20px;
    height: 270px;
}

.video-square-area .left-video-square {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 474px;
    height: 100%;
    overflow: hidden;
}

.video-square-area .left-video-square .navs {
    position: absolute;
    bottom: 12px;
    right: 18px;
    z-index: 10;
}

.video-square-area .left-video-square .navs li {
    float: left;
    margin-left: 8px;
    width: 10px;
    height: 10px;
}

.video-square-area .left-video-square .navs a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    background: rgba(255, 255, 255, .6);
}

.video-square-area .left-video-square .navs a:hover {
    background: #f1f1f1;
}

.video-square-area .left-video-square .navs .active a, .video-square-area .left-video-square .navs .active a:hover {
    background: #12b7f5;
}

.video-square-area .left-video-square .video-ul {
    position: relative;
    display: block;
    width: 9999em;
}

.video-square-area .left-video-square .video-ul li {
    float: left;
    width: 474px;
    height: 270px;
    overflow: hidden;
}

.video-square-area .left-video-square .video-ul a {
    position: relative;
    display: block;
}

.video-square-area .left-video-square .video-ul .img-box, .video-square-area .left-video-square .video-ul img {
    display: block;
    width: 100%;
    height: 100%;
}

.video-square-area .left-video-square .video-ul .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 59px 16px 0 16px;
    width: 442px;
    height: 48px;
    line-height: 62px;
    background: url(../../i/index/video/sub-mask.png) no-repeat;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    z-index: 5;
}

.video-square-area .left-video-square .video-ul .text p {
    width: 312px;
}

.video-square-area .right-video-square {
    float: right;
    width: 716px;
    height: 100%;
    overflow: hidden;
}

.video-square-area .right-video-square ul {
    position: relative;
    margin-right: -10px;
    *zoom: 1;
}

.video-square-area .right-video-square li {
    float: left;
    margin: 0 10px 10px 0;
    width: 232px;
    height: 130px;
    overflow: hidden;
}

.video-square-area .right-video-square a, .video-square-area .right-video-square .img-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.video-square-area .right-video-square .bottom-area {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 8px 0;
    height: 30px;
    width: 216px;
    background: url(../../i/index/new-video/mask.png) no-repeat;
    color: #fff;
    will-change: transition;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 2;
}

.video-square-area .right-video-square .bottom-area p {
    line-height: 22px;
    font-size: 12px;
}

.video-square-area .right-video-square .bottom-area .video-name {
    margin-bottom: 3px;
    width: 216px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    will-change: transition;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.video-square-area .right-video-square a:hover .bottom-area {
    padding: 40px 8px 0;
    height: 125px;
}

.video-square-area .right-video-square a:hover .bottom-area .video-name {
    height: 50px;
    line-height: 25px;
    white-space: normal;
}

.video-square-area .right-video-square a:hover .bottom-area .sub-bottom {
    margin-top: 28px;
    font-size: 12px;
}

.video-page-bottom {
    margin-bottom: 50px;
}

.video-page-bottom .left-content {
    width: 1200px;
    overflow: hidden;
}

.new-video-hd {
    position: relative;
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.new-video-hd .hd-img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 19px 10px 0 0;
}

.new-video-hd.popularity .hd-img {
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat -126px -90px;
}

.new-video-hd.up-fastest .hd-img {
    padding: 5px 1px;
    width: 30px;
    height: 22px;
}

.new-video-hd.up-fastest .hd-img .icon {
    display: block;
    width: 30px;
    height: 22px;
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat 0 0;
}

.new-video-hd .span {
    float: left;
    font-size: 20px;
    color: #405275;
    font-weight: 700;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.new-video-hd .more {
    position: absolute;
    top: 24px;
    right: 25px;
    height: 20px;
    line-height: 20px;
    font-size: 0;
    color: #808080;
}

.new-video-hd .more span {
    margin-left: 8px;
    font-size: 12px;
}

.new-video-hd .more .round {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 4px;
    height: 4px;
    background: #A8A8A8;
    border-radius: 100%;
    -moz-transition: background 200ms ease-out;
    -webkit-transition: background 200ms ease-out;
    -o-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
}

.new-video-hd .more:hover {
    color: #12b7f5;
}

.new-video-hd .more:hover .round {
    background: #12b7f5;
}

.new-video-hd ul {
    float: left;
    margin: 24px 0 0 24px;
}

.new-video-hd li {
    float: left;
    margin-right: 12px;
}

.new-video-hd li a {
    display: block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    background: #E3F7FF;
    border-radius: 3px;
    font-size: 12px;
    color: #00a5e2;
    text-align: center;
}

.new-video-hd li a:hover {
    background: #00A5E2;
    color: #fff;
}

.new-video-hd .change-btn {
    float: right;
    margin-top: 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #808080;
}

.new-video-hd .change-btn i {
    margin: 6px 8px 0 0;
    width: 12px;
    height: 13px;
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat 0 -56px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.new-video-hd .change-btn:hover i {
    background-position: 0 -70px;
}

.new-video-hd .change-btn:hover {
    color: #00A5E2;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.new-video-hd .sub-hd-area {
    float: right;
}

.new-video-hd .sub-hd-area .game-name {
    float: left;
    font-size: 16px;
    color: #555;
}

.new-video-hd .sub-hd-area .active, .new-video-hd .sub-hd-area .game-name:hover {
    color: #12b7f5;
}

.new-video-hd .sub-hd-area .small {
    float: left;
    margin: 32px 18px 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #c6c8cc;
}

.video-sub-page .left-content .new-video-bd .pageArea {
    padding: 16px 0 80px;
}

.video-match-page .left-content .pageArea {
    background: #fff;
    margin: 0;
    padding: 24px 0 80px 0;
}

.new-video-bd {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    overflow: hidden
}

.new-video-bd .video-ul {
    position: relative;
    padding: 0 24px 0 25px;
    width: 1188px;
    background: #fff;
    *zoom: 1;
}

.new-video-bd .li {
    float: left;
    margin: 0 37px 20px 0;
    width: 260px;
    height: 210px;
    overflow: hidden;
}

.new-video-bd.up-fastest .li:last-child, .new-video-bd.up-fastest .li.last {
    margin-right: 0;
}

.new-video-bd .li .li-a {
    display: block;
    width: 100%
}

.new-video-bd .li .img-box {
    position: relative;
    width: 100%;
    height: 146px;
    border-radius: 4px;
    overflow: hidden;
    background: #000;
}

.new-video-bd .li .img-box img {
    width: auto;
    margin: 0 auto;
}

.new-video-bd .li .img-box .new-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(./new-icon.jpg) no-repeat;
    z-index: 1;
}

.new-video-bd .li .img-box .time {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 10px 0 0;
    width: 250px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    background: url(./time-bg.png) repeat-x;
    text-align: right;
    z-index: 1;
}

.new-video-bd .li .img-box .sub-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    z-index: 3;
}

.new-video-bd .li .img-box .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    width: 45px;
    height: 45px;
    background: url(./play-icon-2.png) no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    z-index: 4;
}

.new-video-bd .li .li-a:hover .img-box .play-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.new-video-bd .li .li-a:hover .img-box .sub-mask {
    opacity: .3;
    filter: alpha(opacity=30);
}

.new-video-bd .li .video-name {
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #606060;
    width: 260px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: height .3s ease-out;
    -moz-transition: height .3s ease-out;
    -ms-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;
}

.new-video-bd .li .info {
    margin-top: 3px;
    height: 25px;
    line-height: 25px;
}

.new-video-bd .li .info .name {
    float: left;
    width: 120px;
    font-size: 12px;
    color: #00a5e2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-video-bd .li .info .name:hover {
    color: #12b7f5;
}

.new-video-bd .li .play-nums {
    float: right;
    font-size: 0;
    color: #a6a9ab;
}

.new-video-bd .li .play-nums .icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(./zj-view-icon.png) no-repeat;
}

.new-video-bd .li .play-nums span {
    font-size: 12px;
}

.new-video-bd .li .li-a:hover .video-name {
    height: 48px;
    line-height: 24px;
    color: #00a5e2;
    white-space: normal;
    overflow: hidden;
}

.video-page-bottom .right-content {
    float: right;
    width: 300px;
}

.model-video-area {
    position: absolute;
    left: -326px;
    top: -12px;
    padding: 0 18px;
    margin-bottom: 20px;
    width: 264px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.model-video-area.video-jl {
    top: -72px;
}

.model-video-area.video-file-up, .model-video-area.video-jl {
    display: none;
}

.model-video-area .model-hd {
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #555;
    font-weight: 700;
}

.model-video-area .model-bd {
    padding-bottom: 18px;
}

.video-file-up .model-bd .img-box {
    width: 264px;
    height: 108px;
}

.video-file-up .model-bd .blue-zs-btn {
    display: block;
    width: 264px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
}

.video-file-up ul {
    margin-top: -42px;
    position: relative;
    margin-right: -20px;
}

.video-file-up li {
    float: left;
    margin-right: 17px;
    width: 76px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.video-hot-rank li {
    margin-bottom: 20px;
    height: 16px;
}

.video-hot-rank .last, .video-hot-rank li:last-child {
    margin-bottom: 0;
}

.video-hot-rank li a {
    display: block;
    font-size: 12px;
    color: #555;
}

.video-hot-rank li a:hover {
    color: #12b7f5;
}

.video-hot-rank .sub-left {
    float: left;
    position: relative;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.video-hot-rank .sub-left .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ccc;
    color: #fff;
    text-align: center;
}

.video-hot-rank .sub-right {
    float: left;
    height: 16px;
    width: 233px;
    overflow: hidden;
}

.video-hot-rank .sub-right .name {
    height: 16px;
    line-height: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-hot-rank .other {
    height: 58px;
}

.video-hot-rank .other .sub-left {
    margin-right: 14px;
    width: 103px;
    height: 58px;
}

.video-hot-rank .other .sub-left .num {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 2;
}

.video-hot-rank .first .sub-left .num {
    background: #eb7a77;
}

.video-hot-rank .second .sub-left .num {
    background: #ffb11b;
}

.video-hot-rank .third .sub-left .num {
    background: #bec23f;
}

.video-hot-rank .other .sub-left .img-box {
    width: 99px;
    height: 54px;
    border: 2px solid #fff;
    -moz-transition: border-color 200ms ease-out;
    -webkit-transition: border-color 200ms ease-out;
    -o-transition: border-color 200ms ease-out;
    transition: border-color 200ms ease-out;
}

.video-hot-rank .other .sub-left .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.video-hot-rank .other a:hover .img-box {
    border: 2px solid #12b7f5;
}

.video-hot-rank .other .sub-right {
    width: 147px;
    height: auto;
}

.video-hot-rank .other .sub-right .name {
    height: 36px;
    line-height: 18px;
    width: 100%;
    white-space: normal;
    text-overflow: initial;
    word-break: break-all;
}

.video-hot-rank .other .sub-right .info {
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
}

.video-hot-rank .other .sub-right .play-nums {
    float: right;
    font-size: 0;
    color: #a6a9ab;
}

.video-hot-rank .other .sub-right .play-nums .icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(./zj-view-icon.png) no-repeat;
}

.video-hot-rank .other .sub-right .play-nums span {
    font-size: 12px;
}

.video-hot-rank .other .sub-right .zb-name {
    float: left;
    width: 72px;
    font-size: 12px;
    color: #a6a9ab;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-zjtj li {
    height: 90px;
    margin-bottom: 20px;
    overflow: hidden;
}

.video-zjtj .last, .video-zjtj li:last-child {
    margin-bottom: 0;
}

.video-zjtj a {
    display: block;
    color: #555;
}

.video-zjtj a:hover {
    color: #12b7f5;
}

.video-zjtj .img-box {
    float: left;
    margin-right: 14px;
    width: 68px;
    height: 90px;
}

.video-zjtj .sub-zj-right {
    float: left;
    width: 178px;
}

.video-zjtj .sub-zj-right .name {
    width: 178px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-zjtj .sub-zj-right .info {
    margin-bottom: 2px;
    height: 28px;
    line-height: 28px;
}

.video-zjtj .sub-zj-right .play-nums {
    float: left;
    font-size: 0;
    color: #777;
}

.video-zjtj .sub-zj-right .play-nums .icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(./zj-view-icon.png) no-repeat;
}

.video-zjtj .sub-zj-right .play-nums span {
    font-size: 12px;
}

.video-zjtj .sub-zj-right .pl-nums {
    float: right;
    font-size: 0;
    color: #777;
}

.video-zjtj .sub-zj-right .pl-nums .icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(../../i/index/video/zj-chat-icon.png) no-repeat;
}

.video-zjtj .sub-zj-right .pl-nums span {
    font-size: 12px;
}

.video-zjtj .sub-zj-right .title {
    display: table-cell;
    height: 44px;
    line-height: 22px;
    font-size: 12px;
    color: #a5a7aa;
    overflow: hidden;
    word-break: break-all;
    vertical-align: bottom;
}

.video-drtj li {
    margin-bottom: 18px;
    height: 68px;
    border-bottom: 1px solid #eee;
}

.video-drtj .last, .video-drtj .last:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.video-drtj .img-box {
    position: relative;
    float: left;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.video-drtj .img-box img {
    border-radius: 100%;
}

.video-drtj .img-box .icon {
    display: none;
    position: absolute;
    left: 12px;
    bottom: 0;
    width: 29px;
    height: 10px;
    background: url(../../i/index/video/live-icon.png) no-repeat;
}

.video-drtj .on-live .img-box .icon {
    display: block;
}

.video-drtj .dr-right-area {
    float: left;
    width: 198px;
}

.video-drtj .dr-right-area .top {
    margin-top: -4px;
    height: 24px;
    line-height: 24px;
}

.video-drtj .dr-right-area .name {
    float: left;
    width: 130px;
    font-size: 14px;
    color: #777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-drtj .dr-right-area .gz-btn {
    float: right;
    width: 56px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    background: #12b7f5;
    text-align: center;
}

.video-drtj .dr-right-area .gz-btn:hover {
    background: #00acec;
}

.video-drtj .dr-right-area .done-gz, .video-drtj .dr-right-area .done-gz:hover {
    background: #a5a7aa;
}

.video-drtj .dr-right-area .bottom {
    line-height: 40px;
}

.video-drtj .dr-right-area .play-nums {
    float: left;
    font-size: 0;
    color: #a5a7aa;
}

.video-drtj .dr-right-area .play-nums span {
    font-size: 12px;
}

.video-drtj .dr-right-area .pl-nums {
    float: right;
    font-size: 0;
    color: #a5a7aa;
}

.video-drtj .dr-right-area .pl-nums span {
    font-size: 12px;
}

.video-drtj .model-bd {
    padding-bottom: 0;
}

.video-jl .top-area {
    height: 80px;
    border-bottom: 1px solid #e0e4e5;
}

.video-jl .top-area .qq-icon {
    float: left;
    margin-right: 16px;
    width: 64px;
    height: 64px;
    background: url(../../i/index/new-video/qq-icon.jpg) no-repeat;
}

.video-jl .top-area .sub-top-right-area {
    float: left;
}

.video-jl .top-area .sub-top-right-area p {
    margin-bottom: 12px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #555;
}

.video-jl .top-area .sub-top-right-area p span {
    color: #000;
    margin-left: 10px;
}

.video-jl .top-area .sub-top-right-area .join-btn {
    display: block;
    width: 42px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    border: 1px solid #00A5E2;
    background: #fff;
    font-size: 12px;
    color: #00a5e2;
    text-align: center;
}

.video-jl .top-area .sub-top-right-area .join-btn:hover {
    background: #12b7f5;
    border-color: #fff;
    color: #fff;
}

.video-jl .bottom-area {
    padding-top: 15px;
    line-height: 18px;
    font-size: 12px;
    color: #555;
}

.app-down .model-bd {
    padding-bottom: 0;
}

.sub-video-hd {
    padding: 0 25px 0;
    line-height: 66px;
    background: #fff;
    font-size: 14px;
    color: #777;
}

.sub-video-hd .sub-video-hd-content {
    height: 50px;
    line-height: 50px;
    padding: 26px 0 14px;
}

.sub-video-hd .sub-left-video-hd {
    float: left;
}

.sub-video-hd .sub-left-video-hd .classify {
    margin-right: 30px;
    color: #606060;
    font-size: 16px;
}

.sub-video-hd .sub-left-video-hd .classify.disable:hover {
    color: #606060;
}

.sub-video-hd .sub-left-video-hd .classify:hover, .sub-video-hd .sub-left-video-hd .classify.active {
    color: #00a5e2;
}

.sub-video-hd .sub-left-video-hd .classify .btm-line {
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: 4px;
    border-radius: 1px;
    background: #06eaf8;
    background: -webkit-linear-gradient(left, #1b7cdf, #06eaf8);
    background: -o-linear-gradient(left, #1b7cdf, #06eaf8);
    background: -moz-linear-gradient(left, #1b7cdf, #06eaf8);
    background: linear-gradient(left, #1b7cdf, #06eaf8);
    display: none;
}

.sub-video-hd .sub-left-video-hd .classify.active .btm-line {
    display: block;
}

.sub-video-hd .sub-left-video-hd .color {
    margin: 0 2px;
    color: #00a5e2;
}

.sub-video-hd .sub-right-video-hd {
    float: right;
}

.video-sub-page .sub-video-hd .sub-right-video-hd {
    padding-top: 5px;
}

.sub-video-hd .sub-right-video-hd .type-name {
    float: left;
    color: #808080;
    font-size: 12px;
}

.sub-video-hd .sub-right-video-hd .slash {
    width: 28px;
    text-align: center;
    color: #C3C3C3;
}

.sub-video-hd .sub-right-video-hd .active, .sub-video-hd .sub-right-video-hd .type-name:hover {
    color: #00a5e2;
}

.sub-video-hd .sub-right-video-hd .line {
    margin: 19px 16px 0;
    width: 1px;
    height: 12px;
    background: #E8E8E8;
}

.video-sub-page .new-video-bd {
    margin-bottom: 45px;
}

.new-video-bd .li {
}

.new-video-bd .big-li {
    height: 454px;
}

.new-video-bd .big-li .img-box {
    height: 389px;
}

.video-match-page .left-content {
    padding: 38px 0 0 0;
    width: 1200px;
    background: none;
    overflow: inherit;
}

.video-match-page .sub-video-hd {
    line-height: 56px;
    font-size: 16px;
    color: #808080;
}

.video-album-box {
    padding: 0 0 0 25px;
    width: 1175px;
    background: #fff;
}

.album-content {
    margin-bottom: 36px;
    width: 587.5px;
    height: 260px;
    background: #fff;
}

.album-content .album-content-bd .img-box {
    float: left;
    margin-right: 16px;
    width: 196px;
    height: 260px;
    border-radius: 4px;
    overflow: hidden;
}

.album-content .album-content-bd .img-box .live-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 20px;
    border-radius: 0 3px 0 3px;
    background: #12B7F5;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.album-content.live .album-content-bd .img-box .live-icon {
    display: block;
}

.album-content .album-content-bd .album-info {
    float: left;
    width: 350px;
}

.album-content .album-content-bd .name {
    width: 350px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #606060;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.album-content.live .album-content-bd .name {
    color: #00a5e2;
}

.album-content .album-content-bd .sub-info {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #808080;
}

.album-content .album-content-bd .sub-info .nums-2 {
    margin-left: 40px;
}

.album-content .album-content-bd .row-left {
    float: left;
    height: 28px;
    line-height: 28px;
    drop-initial-size: 12px;
    color: #606060;
}

.album-content .album-content-bd .row-right {
    float: left;
    width: 280px;
    line-height: 28px;
    overflow: hidden;
    color: #606060;
}

.album-content .album-content-bd .row-right ul {
    width: 100%;
    height: 24px;
    overflow: hidden;
}

.album-content .album-content-bd .row-right li {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    padding: 0 5px;
    background: #fff;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #e8e8e8;
    font-size: 12px;
    color: #808080;
}

.album-content .album-content-bd .row-right .p {
    margin-top: 4px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}

.album-content .album-content-bd .brief-introduction {
    margin-top: 10px;
    height: 40px;
    width: 350px;
    font-size: 12px;
    color: #606060;
    line-height: 20px;
    overflow: hidden;
}

.album-content .album-content-bd-bottom {
    width: 364px;
}

.album-content .album-content-bd-bottom ul {
    position: relative;
    display: block;
    margin: 10px 0 0 0;
    *zoom: 1;
}

.album-content .album-content-bd-bottom li {
    float: left;
    margin: 12px 12px 0 0;
    width: 166px;
    height: 28px;
    line-height: 26px;
}

.album-content .album-content-bd-bottom a {
    display: block;
    padding: 0 10px 0 10px;
    width: 146px;
    height: 26px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    font-size: 12px;
    color: #808080;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.album-content .album-content-bd-bottom a:hover {
    border-color: #00A5E2;
    background: #00A5E2;
    color: #fff;
}

.ball-loading {
    height: 16px;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 4px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.ball-loading .loading-round {
    background-color: #999;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 1px;
    animation-fill-mode: both;
    display: inline-block;
}

.ball-loading .first-round {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    -moz-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    -o-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    -ms-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-loading .second-round {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    -moz-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    -o-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    -ms-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-loading .third-round {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    -moz-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    -o-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    -ms-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    45% {
        transform: scale(.1);
        opacity: .7;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    45% {
        transform: scale(.1);
        opacity: .7;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes scale {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    45% {
        transform: scale(.1);
        opacity: .7;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    45% {
        transform: scale(.1);
        opacity: .7;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
}

.new-add-area {
    margin: 0 0 20px;
    width: 1200px;
    height: 454px;
    border-radius: 4px;
    overflow: hidden;
}

.new-add-area .new-video-hd {
    height: 70px;
    line-height: 70px;
}

.new-add-area .new-video-hd .hd-img {
    margin-top: 19px;
}

.new-add-area .new-video-hd .more {
    right: 22px;
}

.new-add-area .zq-consult {
    margin-right: 20px;
    width: 414px;
    height: 454px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.new-add-area .zq-consult .hd-img {
    background: url(../../i/index/new-video/video-page-icons.png) -32px -23px;
}

.new-add-area .consult-list {
    padding-left: 25px;
    width: 368px;
}

.new-add-area .consult-list li {
    margin-bottom: 13px;
    width: 364px;
    height: 112px;
    border-bottom: 1px dashed #DCDCDC;
    cursor: pointer;
}

.new-add-area .consult-list li:last-child, .new-add-area .consult-list li.last {
    margin-bottom: 0;
    border: none;
}

.new-add-area .consult-list li .img-box {
    position: relative;
    margin-right: 10px;
    width: 150px;
    height: 100px;
    border-radius: 3px;
    overflow: hidden;
}

.new-add-area .consult-list li .img-box .msk {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
}

.new-add-area .consult-list li:hover .img-box .msk {
    display: block;
}

.new-add-area .consult-list li .msg-area {
    width: 204px;
}

.new-add-area .consult-list li .msg-area .name {
    margin-bottom: 36px;
    padding-top: 4px;
    font-size: 12px;
    color: #606060;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.new-add-area .consult-list li:hover .msg-area .name {
    color: #00a5e2
}

.new-add-area .consult-list li .msg-area .num {
    font-size: 12px;
    color: #a8a8a8;
}

.new-add-area .video-album {
    width: 766px;
    height: 454px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.new-add-area .video-album .hd-img {
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat 0 -23px;
}

.new-add-area .video-album .album-list-box {
    margin: 0 0 0 13px;
    width: 742px;
    height: 384px;
    background: #fff;
    overflow: hidden;
}

.new-add-area .video-album .album-list-box .btn {
    position: absolute;
    top: 0;
    padding-top: 120px;
    width: 70px;
    height: 162px;
    z-index: 3;
}

.new-add-area .video-album .album-list-box .btn a {
    display: block;
    width: 20px;
    height: 36px;
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat -86px -36px;
}

.new-add-area .video-album .album-list-box .btn.lt-btn {
    left: 12px;
    padding-left: 12px;
    background: rgba(24, 36, 54, .9);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background: linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    border-radius: 3px 0 0 3px;
}

.new-add-area .video-album .album-list-box .btn.lt-btn:hover a {
    background-position: -106px -36px;
}

.new-add-area .video-album .album-list-box .btn.rt-btn {
    right: 12px;
    padding-left: 50px;
    width: 32px;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    border-radius: 0 3px 3px 0;
}

.new-add-area .video-album .album-list-box .btn.rt-btn a {
    background-position: -86px 0;
}

.new-add-area .video-album .album-list-box .btn.rt-btn:hover a {
    background-position: -106px 0;
}

.new-add-area .video-album .album-list {
    width: 999999rem;
    height: 372px;
}

.new-add-area .video-album .album-list li {
    margin: 0 26px 0 12px;
    width: 214px;
    height: 350px;
}

.new-add-area .video-album .album-list li .img-box {
    position: relative;
    margin-bottom: 10px;
    width: 214px;
    height: 282px;
    border-radius: 3px;
    overflow: hidden;
}

.new-add-area .video-album .album-list li .img-box .msg-card {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 214px;
    height: 282px;
    background: #fff;
    font-size: 12px;
    color: #808080;
    opacity: 0;
    -webkit-transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    z-index: 2;
}

.new-add-area .video-album .album-list li .img-box:hover {
    box-shadow: 0 0 12px rgba(179, 179, 179, .5);
}

.new-add-area .video-album .album-list li .img-box:hover > img {
    display: none;
}

.new-add-area .video-album .album-list li .img-box:hover .msg-card {
    will-change: transform;
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-animation: hover .3s ease backwards;
    animation: hover .3s ease backwards;
}

.new-add-area .video-album .album-list li .img-box:hover .msg-card .msg-card-img {
    width: 214px;
    height: 120px;
}

.new-add-area .video-album .album-list li .img-box:hover .msg-card .msg-card-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    width: 45px;
    height: 45px;
    background: url(./play-icon-2.png) no-repeat;
}

.new-add-area .video-album .album-list li .img-box .msg-card .msg-title {
    margin: 12px 0 8px;
    padding: 0 16px;
    line-height: 16px;
}

.new-add-area .video-album .album-list li .img-box .msg-card .new-icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background: #FF0000;
}

.new-add-area .video-album .album-list li .img-box .msg-card .album-nm {
    width: 156px;
    height: 16px;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-add-area .video-album .album-list li .img-box .msg-card .introduce-msg {
    padding: 0 16px;
    line-height: 20px;
    height: 120px;
    overflow: hidden;
}

@-webkit-keyframes hover {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(.7);
        -moz-transform: translateZ(0) scale(.7);
        -ms-transform: translateZ(0) scale(.7);
        -o-transform: translateZ(0) scale(.7);
        transform: translateZ(0) scale(.7);
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        -moz-transform: translateZ(0) scale(1);
        -ms-transform: translateZ(0) scale(1);
        -o-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1);
    }
}

@keyframes hover {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(.7);
        -moz-transform: translateZ(0) scale(.7);
        -ms-transform: translateZ(0) scale(.7);
        -o-transform: translateZ(0) scale(.7);
        transform: translateZ(0) scale(.7);
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        -moz-transform: translateZ(0) scale(1);
        -ms-transform: translateZ(0) scale(1);
        -o-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1);
    }
}

.new-add-area .video-album .album-list li .live-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 20px;
    border-radius: 0 3px 0 3px;
    background: #12B7F5;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.new-add-area .video-album .album-list li.live .live-icon {
    display: block;
}

.new-add-area .video-album .album-list li .bottom-msk {
    position: absolute;
    bottom: 0;
    width: 228px;
    height: 78px;
    background: none;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.new-add-area .video-album .album-list li .album-name {
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    color: #606060;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-add-area .video-album .album-list li a:hover .album-name {
    color: #00a5e2;
}

.new-add-area .video-album .album-list li .info {
    line-height: 16px;
    font-size: 12px;
    color: #a8a8a8;
}

.new-add-area .video-album .album-list li .info .comment-nums {
    margin-right: 24px;
}

.new-add-area .video-album .album-list li .info .comment-nums .icon {
    margin: 3px 8px 0 0;
    width: 14px;
    height: 14px;
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat -48px 0;
}

.new-add-area .video-album .album-list li .info .play-nums .icon {
    margin: 0 8px 0 0;
    width: 12px;
    height: 12px;
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat -64px 0;
}

.up-zb {
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.up-zb .hd-img {
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat -56px -55px;
}

.up-zb .new-video-hd {
    padding-right: 76px;
    height: 60px;
}

.up-zb .up-zb-list {
    position: relative;
    width: 1200px;
    height: 300px;
}

.up-zb .up-zb-list .cut-btn {
    position: absolute;
    top: 126px;
    width: 20px;
    height: 36px;
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat -86px -36px;
}

.up-zb .up-zb-list .cut-btn {
    background-position: -86px 0;
}

.up-zb .up-zb-list .cut-btn.lt {
    background-position: -116px -122px;
    left: 10px;
}

.up-zb .up-zb-list .cut-btn.lt:hover {
    background-position: -116px -158px;
}

.up-zb .up-zb-list .cut-btn.rt {
    background-position: -136px -122px;
    right: 10px;
}

.up-zb .up-zb-list .cut-btn.rt:hover {
    background-position: -136px -158px;
}

.up-zb .up-zb-list .up-zb-list-box {
    margin: 0 auto;
    width: 1136px;
    overflow: hidden;
}

.up-zb .up-zb-list .up-zb-list-box ul {
    padding: 20px 0;
    width: 9999999rem;
    overflow: auto;
}

.up-zb .up-zb-list li {
    margin: 0 18px;
    padding-top: 20px;
    width: 248px;
    height: 228px;
    border-radius: 3px;
    background: #FFFFFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    will-change: transition, transform;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: width, height, padding 0.2s ease-in;
    -moz-transition: width, height, padding 0.2s ease-in;
    -ms-transition: width, height, padding 0.2s ease-in;
    -o-transition: width, height, padding 0.2s ease-in;
    cursor: pointer;
}

.up-zb .up-zb-list li:hover {
    box-shadow: 0 0 16px rgba(0, 165, 226, .3);
    will-change: transition, transform;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.up-zb .up-zb-list li .icon {
    position: absolute;
    top: 9px;
    left: 8px;
    width: 12px;
    height: 12px;
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat -36px -56px;
}

.up-zb .up-zb-list li:hover .icon {
    background-position: -24px -56px;
}

.up-zb .up-zb-list li .img-box {
    margin: 0 auto 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.up-zb .up-zb-list li .zb-name {
    margin: 0 auto;
    height: 24px;
    max-width: 160px;
    line-height: 24px;
    font-size: 14px;
    color: #606060;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.up-zb .up-zb-list li .zb-msg {
    margin: 0 auto;
    height: 40px;
    width: 200px;
    line-height: 20px;
    font-size: 12px;
    color: #808080;
    text-align: center;
    overflow: hidden;
}

.up-zb .up-zb-list li .btn {
    margin: 10px auto 0;
    width: 60px;
    height: 24px;
    border-radius: 3px;
    line-height: 24px;
    text-align: center;
    background: #00A5E2;
    font-size: 12px;
    color: #ffffff;
}

.up-zb .up-zb-list li .btn span {
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
}

.up-zb .up-zb-list li .btn:hover {
    background: #048CBE;
}

.up-area a.uploading.png, .up-area a.qq-interflow.png {
    margin-top: 4px;
    width: 56px;
    height: 56px;
    background: none;
}

.up-area .up-icon {
    margin: 0;
}

.up-area a.uploading.png > i, .up-area a.qq-interflow.png > i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat;
    background-position: 0 -90px;
    transition: background-position 0.2s ease-in;
    -webkit-transition: background-position 0.2s ease-in;
    -moz-transition: background-position 0.2s ease-in;
    -ms-transition: background-position 0.2s ease-in;
    -o-transition: background-position 0.2s ease-in;
}

.up-area a.qq-interflow.png > i {
    background-position: 0 -150px;
}

.up-area a.uploading.png:hover > i {
    background-position: -56px -90px;
}

.up-area a.qq-interflow.png:hover > i {
    background-position: -56px -150px;
}

.up-area a.qq-interflow.png:hover .model-video-area.video-jl, .up-area a.uploading.png:hover .model-video-area.video-file-up {
    display: block;
}

.video-sub-page .wrap .left-content {
    padding-top: 40px;
    overflow: inherit;
}

.video-sub-page .new-video-bd.recommend, .video-match-page .new-video-bd.recommend {
    padding-top: 28px;
    margin-bottom: 0;
    width: 1200px;
    overflow: inherit;
}

.video-sub-page .new-video-bd.recommend ul, .video-match-page .new-video-bd.recommend ul {
    padding: 0;
    margin-left: 25px;
    width: auto;
}

.video-sub-page .new-video-bd.recommend ul li {
}

.video-sub-page .new-video-bd.recommend ul li:last-child, .video-sub-page .new-video-bd.recommend ul li.last, .video-match-page .new-video-bd.recommend ul li:last-child, .video-match-page .new-video-bd.recommend ul li.las {
    margin-right: 0;
}

.new-video-bd .recommend-zb-area {
    margin-left: 37px;
    width: 260px;
    height: 214px;
}

.video-sub-page .new-video-bd .btm-line, .video-match-page .new-video-bd .btm-line {
    margin: 10px 0 0 25px;
    width: 1151px;
    border-bottom: 1px dashed #C1C1C1;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg {
    margin-bottom: 7px;
    padding: 0 20px;
    width: 220px;
    height: 100px;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    cursor: pointer;
    will-change: transform, transition;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg:hover {
    will-change: transform, transition;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .1);
}

.new-video-bd .recommend-zb-area .recommend-zb-msg .icon {
    position: absolute;
    top: 9px;
    left: 8px;
    width: 12px;
    height: 12px;
    background: url(../../i/index/new-video/video-page-icons.png) no-repeat -36px -56px;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg:hover .icon {
    background-position: -24px -56px;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg .img-box {
    margin: 25px 10px 0 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg .rt-area {
    width: 150px;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg .rt-area .zb-msg {
    padding-top: 10px;
    height: 38px;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg .rt-area .zb-msg .name {
    width: 90px;
    font-size: 14px;
    color: #606060;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg .gz-btn {
    width: 60px;
    height: 24px;
    border-radius: 3px;
    line-height: 24px;
    text-align: center;
    background: #00A5E2;
    font-size: 12px;
    color: #ffffff;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg .gz-btn:hover {
    background: #048CBE;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg .gz-btn i {
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
}

.new-video-bd .recommend-zb-area .recommend-zb-msg .rt-area .zb-describe {
    height: 40px;
    font-size: 12px;
    color: #808080;
    line-height: 20px;
    overflow: hidden;
}

.video-sub-page .new-video-hd, .video-match-page .new-video-hd {
    padding-top: 20px;
    height: 32px;
    line-height: 32px
}

.video-sub-page .new-video-hd .hd-img, .video-match-page .new-video-hd .hd-img {
    margin-top: 0;
}

.video-sub-page .new-video-hd .video-count, .video-match-page .new-video-hd .video-count {
    padding: 4px 0 0 18px;
    height: 66px;
    font-size: 12px;
    color: #808080;
    font-weight: 700;
}

.video-sub-page .new-video-hd .color, .video-match-page .new-video-hd .color {
    color: #00a5e2;
}