* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff;
    /*-moz-user-select:none;!*火狐*!*/
    /*-webkit-user-select:none;!*webkit浏览器*!*/
    /*-ms-user-select:none;!*IE10*!*/
    /*-khtml-user-select:none;!*早期浏览器*!*/
    /*user-select:none;*/
}

.l-h{
    height:282px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.m-r{
    margin-right: 130px;
}

@media screen and (max-width: 1200px) {
    body {
        width: 1200px;
    }

    header, .xws-banner {
        padding: 0px;
    }
}

/* 公告 */
.xws_notice {
    height: 26px;
    margin-bottom: -26px;
    padding: 4px 36px 4px 16px;
    position: relative;
    color: #333;
    background: #fff9e4;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.tk-main.p-bott-h{
    padding-top:60px;
    animation: carousel-box 1s forwards;
}

.xws_notice .icon-font {
    font-size: 14px;
    color: #f85948;
}

.xws_notice .horn {
    float: left;
}

.xws_notice .no {
    position: absolute;
    right: 10px;
}

.notice-hd {
    width: 60px;
    text-align: right;
    display: inline-block;
    float: left;
    font-weight: bold;
}

.notice-nav {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    overflow: hidden;
    width: 95%;
    position: relative;
    margin-left: 10px;
}

.notice-nav ul {
    position: absolute;
}

.xws_notice ul li {
    height: 20px;
    line-height: 20px;
    color: #333;
}


/* 表格 */
.table {
    /*border: 1px solid #ccc;*/
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.table > tbody > tr > td {
    vertical-align: middle;
    border-right: 1px solid #ccc;
}

.table-menu thead th {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 238, 245);
    border-image: initial;
}

.cost_table .bg-gray th, .cost_table td {
    border-right: 1px solid #ccc;
}

.cost_table tr {
    height: 49px;
}

.cost_table > thead > tr > th {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}

.cost_table tr.bg-gray {
    border: 1px solid #ccc;
}

.cost_table .tb_tr_h {
    font-size: 16px;
    font-weight: 700;
}

.cost_table tbody {
    border: 1px solid #ccc;
}

.tk-cost .table td {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 3px
}

.tk-cost .table .tb-left {
    text-align: left;
    padding-left: 16px;
}

.xws-banner {
    background: linear-gradient(0deg, #efefef, #fff);
    display: flex;
    width: 100%;
    padding-bottom: 20px;
}

.banner-h1 {
    font-size: 42px;
    font-weight: 700;
}

.banner-h3 {
    color: #8c8c8c;
    font-size: 18px;
}

.banner-h4 {
    font-size: 16px;
    color: #8c8c8c;
}

.ver-nav {
    margin-right: 35px;
    margin-left: 20px;
    color: #8c8c8c;
}

.ver-tip {
    margin-left: 20px;
    color: #fff;
    padding: 2px 3px;
    /*display: none;*/
}

.head-user-info .user-sign {
    background: #ff6000;
    color: #fff;
    border-color: #ff6000;
}

.tk-main {
    width: 1280px;
    margin: 0 auto;
}
.tk-main-new {
    width: 100%;
    padding: 0 30px;
}

.tk-main-new .detail-body {
    position: absolute;
    margin-right: -685px;
    top: 36px;
    left: 0;
    /*left: 20%;*/
    width: 1140px;
    font-size: 14px;
    display: block;
    z-index: 100;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    transform: scaleY(0);
    transition: transform 0.2s;
    transform-origin: top center;
}

.tk-main-new .detail-body .detail-ul {
    display: flex;
    flex-wrap: wrap;
}

.tk-main-new .detail-body .detail-li {
    text-align: center;
    margin: 14px 7px 0 7px;
    line-height: 25px;
    list-style: none;
    position: relative;
}

.tk-main-new .detail-body .detail-li .xws-new-item {
    display: inline-block;
    text-align: center;
    line-height: 22px;
    height: 22px;
    margin-left: 8px;
    border-radius: 12px 12px 12px 4px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    position: absolute;
    top: 9px;
    left: 135px;
    box-shadow: rgba(203, 11, 181, 0.52) 0px 5px 5px -4px;
    background-image: linear-gradient(135deg, rgb(255, 138, 68) 0px, rgb(255, 0, 56) 100%, rgb(255, 138, 68) 130%);
}

.tk-main-new .detail-body .detail-li a {
    display: inline-block;
    color: #3c3c3c;
    /*padding: 5px;*/
    width: 352px;
    /*height: 80px;*/
    padding: 10px 35px 20px;
    /*position: relative;*/
    background: #f7fafc;
    border-radius: 5px;
    transition: all .2s;
    position: relative;
}

.tk-main-new .detail-body .detail-li a:hover {
    color: #ff2a00;
    /*background-color: rgba(242, 242, 242, 1);*/
    background-color: #ffecec;
    box-shadow: 0 8px 12px 0 rgba(136, 1336, 136, 0.08);
}

.tk-main-new .detail-body .detail-li .xws-hover-btn {
    position: absolute;
    display: inline-block;
    top: 0;
    width: 40px;
    height: 100%;
    right: 0;
    line-height: 94px;
    background-color: #ff3900;
    border-radius: 0 5px 5px 0;
}

.tk-main-new .detail-body .detail-li .xws-hover-btn:hover {
    background-color: #ff0000;
}

.detail-to-use {
    color: #fff;
    font-size: 20px;
}

.tk-main-new .detail-body .detail-li a:hover .detail-des {
    color: #ff2a00;
}

.tk-main-new .detail-body .detail-i {
    color: #ff2a00;
    float: left;
    font-size: 35px;
    margin-top: 22px;
}

.tk-main-new .detail-body .detail-word {
    float: left;
    text-align: left;
    margin-top: 14px;
    margin-left: 14px;
}

.tk-main-new .detail-body.detail-word p {
    font-size: 16px;
}

.tk-main-new .detail-body .detail-des {
    font-size: 14px;
    color: #8c8c8c;
}

.tk-pd-30 {
    padding: 30px 0px;
}

.tk-main-left, .tk-main-right {
    width: 50%;
}

.tk-main-left {
    float: left;
}

.tk-main-right {
    float: right;
    text-align: right;
}

.tk-main-right img {
    width: 560px;
    height: 390px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.relative .hot {
    position: absolute;
    top: -17px;
    right: -21px;
    padding: 1px 3px;
    font-size: 12px;
    color: #fff;
    background-color: #f30;
}
.relative .free {
    width: 55px;
    position: absolute;
    top: -17px;
    right: -52px;
    padding: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #f30;
}
.hot .triangle-topleft {
    position: absolute;
    top: 15px;
    right: 17px;
    width: 0;
    height: 0;
    border-top: 6px solid red;
    border-right: 4px solid transparent;
}
.free .triangle-topleft {
    position: absolute;
    top: 18px;
    right: 42px;
    border-top: 8px solid red;
    border-right: 7px solid transparent;
}

@keyframes jumps {
    0% {
        top: -21px
    }

    50% {
        top: -21px
    }

    50.01% {
        top: -17px
    }

    100% {
        top: -17px
    }
}

@-webkit-keyframes jumps {
    0% {
        top: -21px
    }

    50% {
        top: -21px
    }

    50.01% {
        top: -17px
    }

    100% {
        top: -17px
    }
}

@-moz-keyframes jumps {
    0% {
        top: -21px
    }

    50% {
        top: -21px
    }

    50.01% {
        top: -17px
    }

    100% {
        top: -17px
    }
}

@-ms-keyframes jumps {
    0% {
        top: -21px
    }

    50% {
        top: -21px
    }

    50.01% {
        top: -17px
    }

    100% {
        top: -17px
    }
}

@-o-keyframes jumps {
    0% {
        top: 4px
    }

    50% {
        top: 4px
    }

    50.01% {
        top: 3px
    }

    100% {
        top: 3px
    }
}

.xws-banner-btn {
    margin-top: 15px;
    width: 77%;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}

.xws-banner-btn a {
    padding: 7px 30px;
    border: 1px solid #ff2a00;
    color: #ff2a00;
    border-radius: 5px;
    line-height: 27px;
    font-size: 16px;
    cursor: pointer;
}

.xws-banner-btn a:hover {
    background: rgba(255, 42, 0, .1);
}

.xws-banner-btn a.download-btn:hover {
    border: 1px solid #ff2a00;
    background: #f12800;
}

.xws-banner-btn .download-btn {
    background: #ff2a00;
    color: #fff;
}

.xws-banner-btn i {
    margin-right: 5px;
    font-size: 26px;
    display: inline-block;
    float: left;
}
.on-line-time {
    margin-top: 5px;
    line-height: 20px;
}
.b-privacy {
    margin-top: 20px;
}

.checked {
    position: relative;
}

.checkbox-inner {
    width: 12px;
    height: 12px;
    position: relative;
    background: #1890ff;
    border-radius: 3px;
    display: inline-block;
    top: 2px;
    left: 0px;
}

.checkbox-inner:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1);
}

.privacy_t {
    margin-left: 5px;
    color: #666;
    font-size: 12px;
    text-decoration: underline;
}

.m-0 {
    margin: 0;
}

.text-2a {
    color: #ff2a00;
}

.center {
    text-align: center;
}

.m-top-5 {
    margin-top: 5px;
}

.m-top-6 {
    margin-top: 6px;
}

.m-top-12 {
    margin-top: 12px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-top-20 {
    margin-top: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-top-25 {
    margin-top: 25px;
}

.m-top-30 {
    margin-top: 30px;
}

.p-top-20 {
    padding-top: 20px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-top-40 {
    padding-top: 40px;
}

.p-24-25 {
    padding: 24px 25px;
}
.pd-l-10 {
    padding-left: 10px;
}
.txt-l {
    text-align: left;
}
.m-p-80-0 {
    padding: 80px 0;
}

.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-40 {
    font-size: 40px;
}

.fs-53 {
    font-size: 53px;
}

.btn-x {
    position: absolute;
    padding: 5px 10px;
    border: 1px solid #ff2a00;
    color: #ff2a00;
    display: block;
    width: 100px;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    cursor: pointer;
}
.c-f2a {
    color: #ff2a00
}
.btn-s {
    display: inline-block;
    width: 80px;
    padding: 5px 10px;
    border: 1px solid #ff2a00;
    color: #ff2a00;
    border-radius: 5px;
    cursor: pointer;
}
.btn-s:focus{
    color:#ff2a00;
}

.btn-x:hover, .btn-s:hover {
    background: #ff2a00;
    color: #fff;
}

.tk-banner-p {
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0px;
}

.tk-banner-p a {
    color: #ff2a00;
    cursor: pointer;
}

.tk-qr {
    display: flex;
    width: 46%;
    justify-content: space-between;
    text-align: center;
}

.tk-qr p {
    margin-top: 5px;
}

.zhishu {
    width: 366px;
    margin-left: 167px;
    margin-top: 80px;
}

.reduction {
    height: 100px;
    position: relative;
    padding-top: 20px;
    color: #ff2a00;
}

.reduction .rt-text {
    position: absolute;
    bottom: 0px;
    left: 7px;
}

.reduction .xws-yjhy {
    margin-left: 294px;
    font-size: 16px;
}

.reduction .icon-down-jiantou {
    margin-left: 335px;
    font-size: 30px;
}

.black-technology {
    padding: 20px 0;
    text-align: center;
    width: 1280px;
}
.technology-list{
    flex-wrap: wrap;
}

.black-technology .item {
    width: 246px;
    height: 280px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.black-technology .item:hover {
    transform: translateY(-10px);
    cursor:pointer;
}

.abs_bg {
    position: absolute;
    top: 21px;
    right: 67px;
    /*right: 58px;*/
    background: linear-gradient(135deg, #4776e6, #8e54e9);
    color: #fff;
    padding: 0px 5px;
    border-radius: 3px;
}

.span_bg {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 30px auto 20px;
    border-radius: 30px;
    line-height: 60px;
    color: #fff;
    background: -webkit-linear-gradient(135deg, #ff8400, #ff2a00);
    background: -o-linear-gradient(135deg, #ff8400, #ff2a00);
    background: -moz-linear-gradient(135deg, #ff8400, #ff2a00);
    background: linear-gradient(135deg, #ff8400, #ff2a00);
}

.cg_ys{
    color: #ff2a00;
    background:none;
    width: 20px;
    height: 20px;
    line-height:20px;
    margin:0;
}

.black-technology .cg_sz .span_bg .cg_fz
,.black-technology .span_bg .icon-font{
    font-size:20px !important;
    line-height: 20px !important;
    vertical-align: 0 !important;
}

.black-technology .cg_sz h4,
.black-technology .item h4{
    display:inline-block;
}

.black-technology .tag_dj_color,
.black-technology .tag_zhidi_color,
.black-technology .tag_hot_color,
.black-technology .abs_bg{
    top: 22px;
    right: 8px;
}

.black-technology .cg_sz,
.black-technology .item{
    height: 180px;
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    border-radius: 3px;
    background: #fff;
    transition: all 0.2s ease 0.1s;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.c-7 .m-top-25{
    margin-top: 15px;
}

.btn-nav .s_n,
.btn-nav .b_n{
    border:1px solid #d2d2d2;
    padding: 2px 5px;
    width: 70px;
    color:#363636;
    border-radius:2px;
    background:#f9f9f9;
    text-align: center;
}

.btn-nav .s_n:hover,
.btn-nav .b_n:hover{
    opacity:0.8;
}

.btn-nav .b_n{
    margin-left:7px;
}

.black-technology .span_bg .icon-font {
    font-size: 40px;
    line-height: 60px;
    vertical-align:-9px;
}
.btn-nav {
    width: 100%;
    bottom: 20px;
    display:inline-block;
    /* justify-content: space-evenly; */
    /* 旧版浏览器不支持，考虑到兼容使用此样式 */
    justify-content: space-around;
}
.c-2a {
    color: #ff2a00;
}

.c-2a:hover {
    color: #f12800;
}

.c-7 {
    color: #777;
}

.c-8 {
    color: #888;
}

.xws-carousel {
    padding-bottom: 50px;
    margin: 50px auto;
}

#carousel-main {
    width: 1100px;
    margin: 0 auto;
}

.neweffect{
    animation: carousel-box 3.6s forwards;
}

#carousel-main .carousel-inner .item img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.carousel-left {
    left: -100px;
    right: auto;
    display: none;
}

.carousel-right {
    right: -100px;
    left: auto;
    display: none;
}

#carousel-main:hover .carousel-left, #carousel-main:hover .carousel-right {
    display: block;
}

.carousel-indicators {
    bottom: -32px;
}

.carousel-control {
    opacity: 1;
}

.carousel-control:hover, .carousel-control:focus {
    color: #ff2a00;
    opacity: 0.7;
}

.carousel-control {
    color: #ff2a00;
}

/*.xws-sycm-plus, .xws-biaoqian, .xws-ruchi {*/
    /*background: #f5f5f5;*/
/*}*/

.xws-brief {
    width: 583px;
    display: inline-block;
}

.xws-brief.xws-jpjk-txt p {
    font-size:15px;
    color:#8c8c8c;
}
.tk-main .xws-jpjk-txt .jpjk-title,
.jpjk-title{
    font-size: 30px !important;
    font-weight: 200 !important;
    line-height:40px;
    color:#8c8c8c;
}
.tk-main .xws-jpjk-txt .jpjk-text,
.jpjk-text{
    font-size: 25px !important;
    font-weight: 200 !important;
    line-height:40px;
    color:#8c8c8c;
}
.jpjk-padd{
    padding-top:52px;
}
.jpjk-touse-btn{
    border: 1px solid #ff2a00;
    color: #ff2a00;
    padding: 8px 50px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}
.jpjk-touse-btn:hover {
    color: #fff;
    background: -webkit-linear-gradient(
    135deg
    , #ff8400, #ff2a00);
    background: -o-linear-gradient(135deg, #ff8400, #ff2a00);
    background: -moz-linear-gradient(135deg, #ff8400, #ff2a00);
    background: linear-gradient(
    135deg
    , #ff8400, #ff2a00);
    cursor: pointer;
}
.xws-brief h2 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
}

.xws-brief p {
    color: #676565;
    line-height: 25px;
    font-size: 16px;
}

.xws-brief .down-btn,.xws-brief .use-btn {
    border: 1px solid #ff2a00;
    color: #ff2a00;
    padding: 8px 50px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}

.xws-brief .down-btn:hover,.xws-brief .use-btn:hover {
    color: #fff;
    background: -webkit-linear-gradient(135deg, #ff8400, #ff2a00);
    background: -o-linear-gradient(135deg, #ff8400, #ff2a00);
    background: -moz-linear-gradient(135deg, #ff8400, #ff2a00);
    background: linear-gradient(135deg, #ff8400, #ff2a00);
}

h2 .jpjk-title {
    font-size: 36px;
    font-weight: 200;
    line-height: 50px;
    color:#8c8c8c;
}

.xws-biaoqian .xws-brief {
    width: 496px;
}

.xws-ruchi .xws-brief {
    width: 550px;
}

.xws-brief-img {
    position: relative;
    cursor: pointer;
}

#img-box1,
#img-box2,
#img-box3,
#img-box4,
#img-box5,
#img-box6,
#img-box7,
#img-box8{
    display: none;
    animation: img-show 1.5s forwards;
}

.xws-brief-img:hover .bf {
    background: #ff2a00;
}

.xws-brief-img .picsize{
    width:460px;
    height:276px;
}

.xws-brief-img .bf {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    background: -webkit-linear-gradient(135deg, #ff8400, #ff2a00);
    background: -o-linear-gradient(135deg, #ff8400, #ff2a00);
    background: -moz-linear-gradient(135deg, #ff8400, #ff2a00);
    background: linear-gradient(135deg, #ff8400, #ff2a00);
    top: 43%;
    opacity: 0.8;
    left: 45%;
}

.xws-brief-img .bf:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 15px;
    left: 19px;
    height: 0px;
    width: 0px;
    border-top: solid 10px transparent;
    border-left: solid 18px #fff;
    border-bottom: solid 10px transparent;
}

.carousel-indicators li {
    border-color: #ff2a00;
}

.carousel-indicators .active {
    background-color: #ff2a00;
}

footer .footer {
    position: relative;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    padding-top: 30px;
    /* background: #edeef2; */
    background: #f5f5f5;
    color: #222;
    border-top: 1px solid #ccc;
}

.footer .anbei {
    width: 240px;
    text-align: center;
    margin: 0 auto;
    text-decoration: underline;
    margin-top: 5px;
}

.footer .anbei img {
    float: left;
    margin: 5px;
}
/* 调整小旺神footer样式 */
.foot-box {
    position: relative;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    padding-top: 30px;
    background: #f5f5f5;
    color: #222;
    border-top: 1px solid #ccc;
}
.foot-flex {
    display: flex;
    justify-content: space-around;
    width: 1140px;
    margin:0 auto;
    height: 200px;
}
.foot-items {
    display: flex;
    /*justify-content: space-around;*/
    width: 100%;
}

.foot-items .li-start {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
    color: #303133;
    font-weight: bold;
}

.foot-items .li-end {
    clear: both;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
}

.foot-items .li-items {
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
}
.foot-items a {
    color: #303133;
    font-weight: 400;
}
.foot-items a:hover, .foot-items a:hover .li_a_right{
    color: #ff2a00 !important;
    font-weight: 400;
}
.foot-weixin {
width: 350px;
display: flex;
justify-content: space-around;
}
.foot-weixin h2 {
    font-size: 18px;
    margin-top: 8px;
}
.foot-weixin img {
    width: 110px;
}
.foot-contact div {
    margin-top: 10px;
    margin-bottom: 11px;
}
.foot-contact .flex {
    display: flex;
    width: 350px;
    flex-wrap: wrap;
}
.foot-contact li {
    width: 75px;
}
.foot-contact a {
    color: #8c8c8c;
}
.foot-contact a:hover {
    color: #ff2a00;
}
/* 小旺神foot样式 */
#showVideo {
    z-index: 999999;
}

#showVideo .mask {
    position: fixed;
    top: 0px;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#showVideo .modal-main {
    width: 1280px;
    height: 645px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999999;
    right: 0;
    margin: auto;
    bottom: 0px;
    background: #fff;
}

.xws-tips {
    font-size: 12px;
    text-align: center;
    width: auto;
    height: auto;
    color: rgb(255, 255, 255);
    z-index: 2147483647;
    padding: 20px 40px;
    background: rgb(32, 98, 230);
    margin: 0px auto;
    position: fixed;
}

.icon-font-s16 {
    font-size: 16px;
}

.wcm-link {
    color: #ff2a00;
    font-size: 16px;
    padding: 2px 5px;
    border-radius: 5px;
}

.wcm-link:hover {
    text-decoration: underline;
    color: #ff2a00;
}

#showVideo .modal-header h4 {
    text-align: center;
}

#showVideo .videos_list {
    width: 300px;
    display: inline-block;
    float: left;
}

#showVideo .close-btn {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 20px;
    display: inline-block;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

#showVideo .close-btn:hover {
    color: #999999;
}

#showVideo video {
    display: inline-block;
    width: 953px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
}

.videos_list ul {
    padding: 15px 20px;
    height: 570px;
    overflow: auto;
}

.videos_list ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.videos_list ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #b4c8d8;
}

.videos_list li a{
    line-height: 34px;
    display:block;
    height: 34px;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    padding-left: 10px;
    text-align:left;
    cursor: pointer;
    font-size:14px;
    font-weight:bold;
}

.videos_red{
        color: #ff2a00 !important;
}

/*.videos_list li {*/
/*    line-height: 34px;*/
/*    height: 34px;*/
/*    !*border: 1px solid #ccc;*!*/
/*    border-radius: 5px;*/
/*    padding-left: 10px;*/
/*    text-align:left;*/
/*    cursor: pointer;*/
/*    font-size:14px;*/
/*    font-weight:bold;*/
/*}*/

.videos_list li a{
    color:#333333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin-left: 6px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

.videos_list li{
    position: relative;
}

.videos_list li i{
    font-size: 12px;
    line-height: 34px;
    position: absolute;
    color: #C0C4CC;
    left: 0;
    transform: scale(0.6);
}

.videos_list ul .v_l{
    display:flex;
    padding-left: 40px;
    line-height: 34px;
    font-weight: normal;
    color:#606266;
}

.videos_list ul .v_l:hover{
    cursor:pointer;
    color: #ff2a00;
}

.mouse_focus {
    color: #ff2a00;
}

.videos_list .playing {
    background: linear-gradient(135deg, #ff8400, #ff2a00);
    color: #fff;
    border-color: #fff;
}
.tag_hot_color{
    /*right:61px;*/
    right: 72px;
    background-color:#ff8d00;
    background-image: linear-gradient(to right, #ffc368 , #ff8d00);
}
.tag_new_color{
    right:72px;
    background-color:red;
    background-image: linear-gradient(to right, #ff5f5f , #ff0000);
}
.tag_dj_color{
    /*right: 31px;*/
    right: 41px;
    background: #027902;
    background-image: linear-gradient(to right, #6dd61d, #109414);
}
.tag_zhidi_color{
    right:28px;
    background-color:red;
    background-image: linear-gradient(to right, #ff5f5f , #ff0000);
}
.sy-tab>li{
    float: none;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin: 0 20px;
}
.sy-tab>li>a{
     color: #999 ;
     margin-right:0px;
     border: 0;
     border-radius: 0;
}
.sy-tab>li>a:after{
    content: '';
    position: relative;
    left: 37.5px;
    font-size:12px;
    top:-1px;
    width: 1px;
    height: 100%;
    border-right: 1px solid #e4e4e4;
}
.sy-tab>li>a:hover{
    color:#ff2a00;
    position:relative;
    border-color:transparent;
    background:transparent;
}
.sy-tab>li:hover:after{
    content: '';
    width: 35%;
    position:absolute;
    height: 1px;
    left:50%;
    transform:translateX(-50%);
    border-bottom: 3px solid #ff2a00;
}
.sy-tab>li:last-child>a:after{
    border-right: 0;
}
.sy-tab{
    border-bottom:0;
    margin-bottom: 15px;
}
.sy-tab li.active:after{
    content: '';
    width: 35%;
    height: 1px;
    position:absolute;
    display: block;
    left:50%;
    transform:translateX(-50%);
    border-bottom: 3px solid #ff2a00;
}
.sy-tab>li.active>a, .sy-tab>li.active>a:hover, .sy-tab>li.active>a:focus{
    background-color:#f9f9f9;
    border:0;
    color:#ff2a00 !important;
}
.welc .sy-tab>li.active>a, .welc .sy-tab>li.active>a:hover, .welc .sy-tab>li.active>a:focus{
    background-color:#fff;
}
.sy-tab>li.active>a:hover{
    border-bottom:0;
}
@keyframes carousel-box {
    0% {
    -webkit-transform: translateY(16%);
    transform: translateY(16%);
    opacity: 0;
    }
    50% {
        -webkit-transform: translateY(16%);
        transform: translateY(16%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes img-show {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}