body {
    background: #061326;
}

select {
    background: #081028;
    border: 1px solid #7fcdff;
    color: #0adbff;
    padding-top: 0.27777778vh;
    padding-bottom: 0.27777778vh;
    margin-top: 0.09259259vh;
    width: 100%;
}

a {
    font-size: 0.72916667vw;
    color: #D4DFEA;
    text-decoration: none;
}

.novideo_box {
    background: url(../img/nodata.png) no-repeat center;
    height: 100px;
    margin-top: 17%;
}

.redclass {
    color: #55ff85 !important;
}

.greenclass {
    color: #ff5555 !important;
}

.sfqsClass {
    width: 100%;
    height: 29px;
    background: linear-gradient(0deg, #0060fe, #00ffff);
    background: url("../img/sd_title.png") no-repeat;
    padding-left: 0.52083333vw;
    line-height: 26px;
    font-size: 0.9375vw;
    color: #0adbff;
    font-weight: bold;
}

.sfqsClass span {
    font-size: 0.72916667vw;
    color: #0adbff;
    font-weight: normal;
    vertical-align: top;
}

li {
    list-style: none;
}

.page {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
}

.page .bg {
    width: 100vw;
    height: 100vh;
    background: url("../img/sd_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.page .bg .content {
    height: 100%;
    box-sizing: border-box;
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
}

.page .bg .content .header {
    width: 100%;
    color: #f6feff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #0adbff;
    padding-bottom: 2.31481481vh;
    padding-top: 2.31481481vh;
}

.page .bg .content .header .weather {
    margin-bottom: 1.75925926vh;
}

.page .bg .content .header .date {
    margin-right: 1.04166667vw;
    font-size: 0.72916667vw;
    color: #F6FEFF;
}

.page .bg .content .header .date .data_left {
    display: inline-block;
    text-align: right;
    padding-right: 0.98958333vw;
}

.page .bg .content .header .date .data_left #week {
    padding-bottom: 0.26041667vw;
}

.page .bg .content .header .date .data_right {
    display: inline-block;
    vertical-align: super;
    font-size: 1.77083333vw;
    color: #fff;
    font-weight: 400;
    vertical-align: bottom;
}

.page .bg .content .header .logoimg {
    background: url("../img/logo.png") no-repeat;
    height: 4.62962963vh;
    line-height: 4.62962963vh;
    background-size: contain;
}

.page .bg .content .header .logoimg span {
    font-size: 1.45833333vw;
    color: #F5FEFF;
    font-weight: bold;
    padding-left: 2.60416667vw;
}

.page .bg .content .header .title {
    position: absolute;
    left: 56%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.9375vw;
    color: #fff;
    width: 60%;
}

.page .bg .content .header .title ul {
    overflow: hidden;
    padding-left: 4.16666667vw;
}

.page .bg .content .header .title ul li {
    float: left;
    line-height: 10.64814815vh;
    cursor: pointer;
    width: 120px;
}

.page .bg .content .header .title ul li:first-child a {
    background: none;
}

.page .bg .content .header .active {
    background: url("../img/tab_pre.png") no-repeat !important;
    background-position: 0 bottom !important;
}

.page .bg .content .header .active a {
    color: #0adbff !important;
}

.page .bg .content .header .title ul li a {
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 3.7037037vh;
    font-weight: 600;
    font-size: 0.9375vw;
    color: #F6FEFF;
    text-decoration-line: none;
    background: url("../img/circle.png") no-repeat;
    background-position: 0 center;
}

.page .bg .content .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.77777778vh;
}

.page .bg .content .body .bg_title {
    width: 7.8125vw;
    height: 2.77777778vh;
    line-height: 2.77777778vh;
    margin-top: 1.85185185vh;
    font-size: 0.83333333vw;
    color: #fff;
    font-weight: 400;
    background: url("../../assets/dvs/sd_title.png") no-repeat;
    background-size: 100% 100%;
}

.page .bg .content .body .bg_title span {
    display: inline-block;
    padding-left: 0.52083333vw;
}

.page .bg .content .body .left {
    width: 27.60416667vw;
    height: 94.44444444vh;
}

.page .bg .content .body .left .left_img {
    padding-left: 0.92592593vh;
    padding-right: 0.92592593vh;
    height: 84.25925926vh;
    margin-top: 1.85185185vh;
    overflow: hidden;
}

.page .bg .content .body .left .left_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.page .bg .content .body .left .left_img ul .hover {
    animation: move 5s ease-in-out infinite;
}

.page .bg .content .body .left .left_img ul li {
    z-index: 1;
    margin-bottom: 1.38888889vh;
    width: 12.5vw;
    height: 9.25925926vh;
    background: #002066;
    display: flex;
    align-items: center;
}

.page .bg .content .body .left .left_img ul li img {
    width: 3.64583333vw;
    height: 6.48148148vh;
    margin-left: 0.52083333vw;
}

.page .bg .content .body .left .left_img ul li .msg {
    margin-left: 0.52083333vw;
}

.page .bg .content .body .left .left_img ul li .msg p {
    line-height: 1.85185185vh;
    font-size: 0.72916667vw;
    color: #cce6ff;
}

.page .bg .content .body .left .left_top {
    height: 14.81481481vh;
}

.page .bg .content .body .left .left_top .TotalNumDay {
    display: flex;
    margin-top: 2.77777778vh;
}

.page .bg .content .body .left .left_top .TotalNumDay div:last-child {
    margin-right: 0vh;
}

.page .bg .content .body .left .left_top .TotalNumDay div {
    background: url("../img/zbbx.png") no-repeat center center;
    background-size: 100% 100%;
    height: 10vh;
    width: 11.97916667vw;
    margin-right: 2.31481481vh;
    flex: 1;
}

.page .bg .content .body .left .left_top .TotalNumDay div span {
    text-align: center;
    display: block;
    margin-top: 1.85185185vh;
    font-size: 0.83333333vw;
    color: #fff;
}

.page .bg .content .body .left .left_top .TotalNumDay div .jcstyle {
    text-align: center;
    display: block;
    margin-top: 1.85185185vh;
    margin-bottom: 0.92592593vh;
    font-size: 1.5625vw;
    color: #0adbff;
}

.page .bg .content .body .left .left_top .TotalNumDay div .jcstyle i {
    font-size: 0.72916667vw;
    color: #D2D9DD;
}

.page .bg .content .body .left .left_top .tablestyle {
    width: 100%;
    color: #fff;
    margin-top: 3.33333333vh;
}

.page .bg .content .body .left .left_top .qschartstyle {
    height: 20.37037037vh;
}

.page .bg .content .body .left .left_top .tablestyle tr {
    line-height: 3.61111111vh;
}

.page .bg .content .body .left .left_top .tablestyle tr td {
    white-space: nowrap;
    vertical-align: middle;
    color: #e6e6e6;
}

.page .bg .content .body .left .left_top .tablestyle tr td p {
    font-weight: bold;
}

.page .bg .content .body .left .left_top .tablestyle tr td span {
    background: #7fffff;
    border-radius: 50%;
    height: 2.12962963vh;
    width: 1.04166667vw;
    display: inline-block;
    text-align: center;
    line-height: 2.31481481vh;
    font-size: 0.625vw;
    color: #fff;
    vertical-align: middle;
}

.page .bg .content .body .left .left_top .tablestyle tr:nth-of-type(1) td:nth-of-type(1) span {
    background: #8f40ff !important;
}

.page .bg .content .body .left .left_top .tablestyle tr:nth-of-type(2) td:nth-of-type(1) span {
    background: #6666ff !important;
}

.page .bg .content .body .left .left_top .tablestyle tr:nth-of-type(3) td:nth-of-type(1) span {
    background: #00a8ff !important;
}

.page .bg .content .body .left .left_top .progressbar {
    width: 50%;
    background-color: #eeeeee;
    border-radius: 0px 3px 3px 0px;
    height: 0.92592593vh;
}

.page .bg .content .body .left .left_top .tablestyle tr:nth-of-type(1) td:nth-of-type(3) .progressbar {
    background-color: #8f40ff;
}

.page .bg .content .body .left .left_top .tablestyle tr:nth-of-type(2) td:nth-of-type(3) .progressbar {
    background-color: #6666ff;
}

.page .bg .content .body .left .left_top .tablestyle tr:nth-of-type(3) td:nth-of-type(3) .progressbar {
    background-color: #00a8ff;
}

.page .bg .content .body .left .left_top .progressbar {
    float: left;
}

.page .bg .content .body .left .left_top .totalnum {
    float: left;
}

.page .bg .content .body .left .left_top .totalnum {
    color: #00cccc;
}

.page .bg .content .body .left .left_top .tablestyle tr:nth-of-type(1) td:nth-of-type(4) .totalnum {
    color: #8f40ff;
}

.page .bg .content .body .left .left_top .tablestyle tr:nth-of-type(2) td:nth-of-type(4) .totalnum {
    color: #6666ff;
}

.page .bg .content .body .left .left_top .tablestyle tr:nth-of-type(3) td:nth-of-type(4) .totalnum {
    color: #00a8ff;
}

.page .bg .content .body .left .left_center {
    height: 36.11111111vh;
    margin-top: 3.7037037vh;
}

.page .bg .content .body .left .left_center .sfqsClass_person {
    width: 100%;
    height: 29px;
    line-height: 26px;
    background: linear-gradient(0deg, #0060fe, #00ffff);
    background: url("../img/sd_title.png") no-repeat;
    padding-left: 0.52083333vw;
    font-size: 0.9375vw;
    color: #0adbff;
    font-weight: bold;
}

.page .bg .content .body .left .left_center .sfqsClass_person span {
    font-size: 0.72916667vw;
    color: #0adbff;
    font-weight: normal;
}

.page .bg .content .body .left .left_center .ck-slide {
    height: 29.62962963vh;
    margin-top: 2.40740741vh;
}

.page .bg .content .body .left .left_center .ck-slide .ck-slide-dir {
    height: 29.62962963vh;
}

.page .bg .content .body .left .left_center .ck-slide .ck-slide-dir .ck-slide-wrapper {
    width: 100%;
}

.page .bg .content .body .left .left_center .ck-slide-wrapper li {
    width: 27.6041vw;
    height: 29.62962963vh;
}

.page .bg .content .body .left .left_center .ck-slide-wrapper li a {
    width: 27.55208333vw;
    height: 29.62962963vh;
}

.page .bg .content .body .left .left_center .ck-slide-wrapper li a img {
    width: 27.60416667vw;
    height: 29.62962963vh;
}

.page .bg .content .body .left .left_center .ck-slide-wrapper li a p {
    /*width: 27.60416667vw;*/
    width: 80%;
    left: 10%;
}

.page .bg .content .body .left .left_center .ck-slide ul.ck-slide-wrapper {
    height: 33.33333333vh;
}

.page .bg .content .body .left .left_bottom {
    height: 34.25925926vh;
    margin-top: 1.85185185vh;
    /*.jctablestyle tr:nth-child(even){*/
    /*    background: #0633a5;*/
    /*}*/
}

.page .bg .content .body .left .left_bottom .selectli {
    height: 34.25925926vh;
    overflow-y: hidden;
}

.page .bg .content .body .left .left_bottom .selectli select {
    background: #081028;
    border: 1px solid #7fcdff;
    color: #0adbff;
    padding-top: 0.27777778vh;
    padding-bottom: 0.27777778vh;
    width: 100%;
}

.page .bg .content .body .left .left_bottom .selectli_left {
    float: left;
    width: 40%;
    margin-top: 1.85185185vh;
}

.page .bg .content .body .left .left_bottom .selectli_right {
    float: right;
    width: 40%;
    margin-top: 1.85185185vh;
}

.page .bg .content .body .left .left_bottom .caseranklist {
    display: flex;
}

.page .bg .content .body .left .left_bottom .jctablestyle_top5 {
    width: 100%;
    table-layout: fixed;
}

/*.page .bg .content .body .left .left_bottom .jctablestyle_top5 tr:nth-of-type(1) td {*/
/*    color: #0adbff;*/
/*    padding-left: 0.52083333vw;*/
/*    background: rgba(11, 87, 141, 0.3);*/
/*}*/

.page .bg .content .body .left .left_bottom .jctablestyle_top5 tr td {
    line-height: 3.7037037vh;
    font-size: 0.72916667vw;
    color: #D4DFEA;
    padding-left: 0.52083333vw;
    border-bottom: 1px solid rgba(24, 110, 176, 0.2);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page .bg .content .body .left .left_bottom .jctablestyle_top5 tr:nth-child(odd) {
    background: rgba(11, 87, 141, 0.1);
}

.page .bg .content .body .left .left_bottom .caseranklist .caseli {
    height: 37.59259259vh;
    width: 11.45833333vw;
    flex: 1;
}

.page .bg .content .body .left .left_bottom .caseranklist .caseli .caselititle {
    margin-top: 2.31481481vh;
    padding-left: 1.85185185vh;
    font-size: 0.83333333vw;
    color: #00ffff;
    height: 3.7037037vh;
    line-height: 3.7037037vh;
    background: #0635a6;
}

.page .bg .content .body .left .left_bottom .caseranklist .caseli .caselicont {
    height: 30.18518519vh;
    padding-left: 1.85185185vh;
    padding-right: 1.85185185vh;
    padding-top: 1.85185185vh;
    padding-bottom: 1.85185185vh;
    background: #092e93;
}

.page .bg .content .body .left .left_bottom .caseranklist .caseli .caselicont li {
    line-height: 3.33333333vh;
    overflow: hidden;
}

.page .bg .content .body .left .left_bottom .caseranklist .caseli .caselicont li span {
    float: left;
    font-size: 0.72916667vw;
    color: #e5e5e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

.page .bg .content .body .left .left_bottom .caseranklist .caseli .caselicont li i {
    float: right;
    font-size: 0.72916667vw;
    color: #00ffff;
}

.page .bg .content .body .right {
    width: 66.58333333vw;
    height: 94.44444444vh;
    padding-left: 1.125vw;
}

.page .bg .content .body .right .right_top {
    height: 2.2vw;
    margin-bottom: 1vw;
    position: relative;
}

.page .bg .content .body .right .right_top .sitedata_sfqsClass {
    float: left;
    width: 12%;
    height: 29px;
    line-height: 26px;
    padding-left: 0.52083333vw;
    font-size: 0.9375vw;
    color: #0adbff;
    font-weight: bold;
    background: url("../img/sd_title2.png") no-repeat;
}

.page .bg .content .body .right .right_top .sd_city {
    float: left;
    width: 8%;
    margin-right: 1vw;
}

.page .bg .content .body .right .right_top .sd_tab {
    float: left;
    width: 10%;
    padding-right: 1.04166667vw;
}

.page .bg .content .body .right .right_top .sd_month {
    position: absolute;
    top: 0;
    right: 10%;
    width: 30%;
    padding-right: 1.04166667vw;
}

.page .bg .content .body .right .right_top .sd_month {
    padding-left: 1vw;
}

.page .bg .content .body .right .right_top .sd_tab ul {
    overflow: hidden;
}

.page .bg .content .body .right .right_top .sd_tab ul li {
    float: left;
    width: 2.86458333vw;
    height: 2.5vh;
    line-height: 2.5vh;
    text-align: center;
    cursor: pointer;
    border: 1px solid #7fcdff;
    font-size: 0.625vw;
    color: #7fcdff;
}

.page .bg .content .body .right .right_top .sd_active {
    background: #0097ba;
    color: #fff !important;
}

.page .bg .content .body .right .right_top .sd_export {
    position: absolute;
    top: 1vh;
    right: 1vh;
    width: 22px;
    background: url("../img/export.png") no-repeat;
    height: 2.40740741vh;
    line-height: 2.40740741vh;
    font-size: 0.625vw;
    color: #0adbff;
    text-align: right;
    cursor: pointer;
}

.page .bg .content .body .right .right_bottom {
    width: 64.58333333vw;
    height: 94.44444444vh;
}

.page .bg .content .body .right .right_bottom .jc_list {
    height: 78.7037037vh;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 77, 255, 0.2);
    background: rgba(0, 77, 255, 0.2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 77, 255, 0.2);
    border-radius: 0;
    background: rgba(0, 77, 255, 0.1);
}

.page .bg .content .body .right .right_bottom .jctablestyle {
    width: 100%;
}

.page .bg .content .body .right .right_bottom .jctablestyle tr td {
    line-height: 3.7037037vh;
    font-size: 0.72916667vw;
    color: #D4DFEA;
}

.page .bg .content .body .right .right_bottom .jctablestyle tr:nth-child(odd) {
    background: rgba(11, 87, 141, 0.1);
}

.close-modal {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    z-index: 9;
    cursor: pointer;
}

#datetime_modal .modal-content {
    background-color: transparent;
}

#datetime_modal .modal-content .modal-body .ck-slide {
    height: 75.92592593vh;
    width: 79.63541667vw;
    margin-top: 2.40740741vh;
}

#datetime_modal .modal-content .modal-body .ck-slide .ck-slide-dir {
    width: 79.63541667vw;
    height: 75.92592593vh;
}

#datetime_modal .modal-content .modal-body .ck-slide .ck-slide-dir .ck-slide-wrapper {
    width: 100%;
}

#datetime_modal .modal-content .modal-body .ck-slide-wrapper li {
    width: 79.63541667vw;
    height: 74.07407407vh !important;
}

#datetime_modal .modal-content .modal-body .ck-slide-wrapper li a {
    width: 79.63541667vw;
    height: 75.92592593vh;
}

#datetime_modal .modal-content .modal-body .ck-slide-wrapper li a img {
    width: 79.63541667vw;
    height: 75.92592593vh;
}

#datetime_modal .modal-content .modal-body .ck-slide-wrapper li a p {
    width: 79.63541667vw;
}

#datetime_modal .modal-content .modal-body .ck-slide ul.ck-slide-wrapper {
    height: 79.62962963vh;
}

.footer {
    position: fixed;
    right: -464px;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    background-color: #122c54;
    transition: all 500ms;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bdc6d2;
}

.footer #arrow {
    margin: 0 2px;
}

.footer img {
    height: 20px;
    margin: 0 5px;
    margin-top: 1px;
}

.footer .footer-msg {
    padding: 0 3px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

table.jctablestyle_top5 tbody {
    display: block;
    height: 20vh;
}

table.jctablestyle_top5 thead,
table.jctablestyle_top5 tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table.jctablestyle_top5 thead {
    width: calc(100% - 1em)
}

.sortImg {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.position-absolute1, .position-absolute2, .position-absolute3, .position-absolute-activity {
    color: #0adbff;
    padding-left: 0.52083333vw;
    padding-right: 0.52083333vw;
    background: rgba(11, 87, 141, 0.3);
    text-align: center;
    font-size: 13px;
    height: 35px;
    display: flex;
    line-height: 35px;
}

.position-absolute3 {
    margin-top: 2.77777778vh;
}

.position-absolute-activity > span,
.position-absolute3 > span,
.position-absolute2 > span,
.position-absolute1 > span {
    display: inline-block;
}


/*序号*/
.position-absolute1 span:nth-child(1) {
    width: 5%;
}

.position-absolute2 span:nth-child(1) {
    width: 5%;
}

/*党群服务阵地*/
.position-absolute1 span:nth-child(2) {
    width: 35%;
}

.position-absolute2 span:nth-child(2) {
    width: calc(35% - 100px);
}

/*小眼睛图标*/
.position-absolute1 span:nth-child(3) {
    width: 5%;
}

.position-absolute2 span:nth-child(3) {
    width: 5%;
}

/*所属区域*/
.position-absolute1 span:nth-child(4) {
    width: 15%;
}

.position-absolute2 span:nth-child(4) {
    width: 15%;
}

/*来访人次*/
.position-absolute1 span:nth-child(5) {
    width: 10%;
}

.position-absolute2 span:nth-child(5) {
    width: 10%;
}

/*环比*/
.position-absolute1 span:nth-child(6) {
    width: 10%;
}

.position-absolute2 span:nth-child(6) {
    width: 10%;
}

/*面积*/
.position-absolute1 span:nth-child(7) {
    width: 10%;
}

.position-absolute2 span:nth-child(7) {
    width: 10%;
}

/*党群阵地单位面积人员服务力*/
.position-absolute1 span:nth-child(8) {
    width: 10%;
}

.position-absolute2 span:nth-child(8) {
    width: 100px;
}

.position-absolute2 span:nth-child(9) {
    width: 10%;
}

table.jctablestyle-activity,
table.jctablestyle1,
table.jctablestyle2 {
    text-align: center;
}

table.jctablestyle1 tr td:nth-child(1) {
    width: 5%;
}

table.jctablestyle1 tr td:nth-child(2) {
    width: 40%;
}

table.jctablestyle1 tr td:nth-child(3) {
    width: 5%;
}

table.jctablestyle1 tr td:nth-child(4) {
    width: 10%;
}

table.jctablestyle1 tr td:nth-child(5) {
    width: 10%;
}

table.jctablestyle1 tr td:nth-child(6) {
    width: 10%;
}

table.jctablestyle1 tr td:nth-child(7) {
    width: 10%;
}

table.jctablestyle1 tr td:nth-child(7) {
    width: 10%;
}

table.jctablestyle1 tr td:nth-child(8) {
    width: 10%;
}


table.jctablestyle2 tr td:nth-child(1) {
    width: 5%;
}

table.jctablestyle2 tr td:nth-child(2) {
    width: calc(40% - 100px);
}

table.jctablestyle2 tr td:nth-child(3) {
    width: 5%;
}

table.jctablestyle2 tr td:nth-child(4) {
    width: 10%;
}

table.jctablestyle2 tr td:nth-child(5) {
    width: 10%;
}

table.jctablestyle2 tr td:nth-child(6) {
    width: 10%;
}

table.jctablestyle2 tr td:nth-child(7) {
    width: 10%;
}

table.jctablestyle2 tr td:nth-child(8) {
    width: 100px;
}

table.jctablestyle2 tr td:nth-child(9) {
    width: 10%;
}

.fl_left {
    float: right;
    margin-right: 5vh;
}

.search_btn {
    background: #0097BA;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #7FCDFF;
    padding-left: 1.04166667vw;
    padding-right: 1.04166667vw;
    display: block;
    text-align: center;
    height: 32px;
    line-height: 29px;
}

.position-absolute-activity span:nth-child(1),
table.jctablestyle-activity tr td:nth-child(1) {
    width: 3%;
}

.position-absolute-activity span:nth-child(2),
table.jctablestyle-activity tr td:nth-child(2) {
    width: 8%;
}

.position-absolute-activity span:nth-child(3),
table.jctablestyle-activity tr td:nth-child(3) {
    width: 12%;
}

.position-absolute-activity span:nth-child(4),
table.jctablestyle-activity tr td:nth-child(4) {
    width: 7%;
}

.position-absolute-activity span:nth-child(5),
table.jctablestyle-activity tr td:nth-child(5) {
    width: 7%;
}

.position-absolute-activity span:nth-child(6),
table.jctablestyle-activity tr td:nth-child(6) {
    width: 8%;
}

.position-absolute-activity span:nth-child(7),
table.jctablestyle-activity tr td:nth-child(7) {
    width: 8%;
}

.position-absolute-activity span:nth-child(8),
table.jctablestyle-activity tr td:nth-child(8) {
    width: 6%;
}

.position-absolute-activity span:nth-child(9),
table.jctablestyle-activity tr td:nth-child(9) {
    width: 5%;
}

.position-absolute-activity span:nth-child(10),
table.jctablestyle-activity tr td:nth-child(10) {
    width: 5%;
}

.position-absolute-activity span:nth-child(11),
table.jctablestyle-activity tr td:nth-child(11) {
    width: 6%;
}

.position-absolute-activity span:nth-child(12),
table.jctablestyle-activity tr td:nth-child(12) {
    width: 6%;
}

.position-absolute-activity span:nth-child(13),
table.jctablestyle-activity tr td:nth-child(13) {
    width: 4%;
}

.position-absolute-activity span:nth-child(14),
table.jctablestyle-activity tr td:nth-child(14) {
    width: 4%;
}

.position-absolute-activity span:nth-child(15),
table.jctablestyle-activity tr td:nth-child(15) {
    width: 4%;
}
.position-absolute-activity span:nth-child(16),
table.jctablestyle-activity tr td:nth-child(16) {
    width: 7%;
}


.jctablestyle-activity img {
    width: 18px;
    cursor: pointer;
}

.jctablestyle-activity img + img {
    margin-left: 5px;
}

#actName, #siteName, #actSiteName {
    margin: 0 auto;
    padding-left: .3rem;
    color: #0ADBFF;
    background: #094261;
    border: 1px solid #7FCDFF;
    height: 30px;
    border-radius: 1px;
    width: 100%;
}

input::-webkit-input-placeholder {
    color: rgba(212, 223, 234, 0.4);
}

input::-moz-input-placeholder {
    color: rgba(212, 223, 234, 0.4);
}

input::-ms-input-placeholder {
    color: rgba(212, 223, 234, 0.4);
}

#paginator_id {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

#paginator_id > span {
    font-size: 15px;
    margin-right: 10px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #071226;
    border: 1px solid #7FCDFF;
    color: #ffffff;
    cursor: pointer;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #0097BA;
    border: 1px solid #7FCDFF;
    color: #ffffff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0097ba;
    border-color: #0097ba;
}

.btnplayBack, .fullscreen {
    color: #dddddd;
    width: 40px !important;
}

.rtime-control-box {
    margin-bottom: 40px;
    margin-top: 30px;
    position: relative;
    height: 25px;
    width: 100%;
    border: 1px solid #e6eaef;
    border-radius: 4px;
    -webkit-box-shadow: -1px 2px 32px 0px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 2px 32px 0px rgba(0, 0, 0, 0.05);
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scale-big {
    height: 15px;
}

.scale-small {
    height: 8px;
}

.scale-big,
.scale-small {
    width: 1px;
    background: #e6eaef;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.rtime-control .drag-strip:after {
    position: absolute;
    left: -7px;
    bottom: -8px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #1890ff;
    cursor: move;
}

.rtime-control .drag-strip,
.rtime-control .drag-strip-04,
.rtime-control .drag-strip-14,
.rtime-control .drag-strip-24,
.rtime-control .drag-strip-34,
.rtime-control .drag-strip-44 {
    position: absolute;
    left: 0;
    width: 3px;
    height: 25px;
    background: #1890ff;
    z-index: 2;
}

.rtime-control .drag-strip-14-text,
.rtime-control .drag-strip-24-text,
.rtime-control .drag-strip-34-text {
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #0f94e8;
    cursor: pointer;
}

.rtime-control .drag-strip-14-text,
.rtime-control .drag-strip-34-text {
    top: -20px;
}

.rtime-control .drag-strip-24-text {
    bottom: -35px;
}

.rtime-control .drag-strip-14,
.rtime-control .drag-strip-24,
.rtime-control .drag-strip-34 {
    background: rgba(214, 114, 144, 0.3);
    z-index: 1;
}

.rtime-control .drag-strip-04,
.rtime-control .drag-strip-44 {
    background: rgba(22, 216, 22, 0.3);
    z-index: 1;
}

.scale-progress-warp {
    position: absolute;
    bottom: 0;
    height: 23px;
    /* background: rgba(30, 159, 242, 0.3); */
    -webkit-box-shadow: -1px 2px 32px 0px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 2px 32px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
}

.scale-big p {
    margin-top: 22px;
    margin-left: -15px;
    font-size: 10px;
}

.progress_start_time {
    text-align: center;
    height: 30px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.backMinute, .frontMinute {
    letter-spacing: 1px;
}

.handle_time {
    position: absolute;
    right: 10%;
    top: -8px;
}

select {
    background: #081028;
    border: 1px solid #7FCDFF;
    color: #0ADBFF;
    margin-top: 0.09259259vh;
}

.ydplayer-video {
    background: none !important;
    border: none !important;
}

#video_modal .modal-content {
    background-color: transparent;
}

#video_modal .modal-content .modal-body .ck-slide {
    height: 75.92592593vh;
    width: 79.63541667vw;
    margin-top: 2.40740741vh;
}

#video_modal .modal-content .modal-body .ck-slide .ck-slide-dir {
    width: 79.63541667vw;
    height: 75.92592593vh;
}

#video_modal .modal-content .modal-body .ck-slide .ck-slide-dir .ck-slide-wrapper {
    width: 100%;
}

#video_modal .modal-content .modal-body .ck-slide-wrapper li {
    width: 79.63541667vw;
    height: 74.07407407vh !important;
}

#video_modal .modal-content .modal-body .ck-slide-wrapper li a {
    width: 79.63541667vw;
    height: 75.92592593vh;
}

#video_modal .modal-content .modal-body .ck-slide-wrapper li a img {
    width: 79.63541667vw;
    height: 75.92592593vh;
}

#video_modal .modal-content .modal-body .ck-slide-wrapper li a p {
    width: 79.63541667vw;
}

#video_modal .modal-content .modal-body .ck-slide ul.ck-slide-wrapper {
    height: 79.62962963vh;
}

.close-modal {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    z-index: 99999;
    cursor: pointer;
}

.btnplayBack, .fullscreen {
    color: #dddddd;
    width: 40px !important;
}

.list-type {
    float: left;
}