﻿#loginModal {
    height: calc(100vh - 40px);
    display: flex;
    align-items: center;
	overflow: hidden;
}

.loginModal .modal-dialog {
    margin-left: 0px;
}

.modal-dialog_v1 .modal-body {
    padding: 20px 100px 0px 100px;
}

.modal-content_login, .loginModal .modal-dialog {
    width: 778px;
    height: 526px;
    border-radius: 6px;
    position: relative;
}

.modal-logo {
    text-align: center;
    color: #2c3147;
    font-size: 30px;
    white-space: nowrap;
    animation: zoomIn 1.5s ease-in-out 0s 1 alternate forwards;
    margin-bottom: 60px;
    -webkit-animation: zoomIn 1.5s ease-in-out 0s 1 alternate forwards;
}

.switchLogo {
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    top: 0;
    right: 0;
    _right: 1px;
    background-image: url(../images/switchLogin.png);
    _background-image: url(../images/switchLogin.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 101;
    -webkit-transition: background-position .2s cubic-bezier(0.25, .5, .5, .9);
    -moz-transition: background-position .2s cubic-bezier(0.25, .5, .5, .9);
    transition: background-position .2s cubic-bezier(0.25, .5, .5, .9);
}

.switchLogoHide {
    background-position: -260px -260px;
}

.switchLogoShow {
    background-position: -197px -203px;
}

.unifyLogin img {
    margin: 20px auto;
    display: block;
    height: 251px;
}

.unifyLogin h3 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    height: 55px;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.modal-logo img {
    height: 59px;
    vertical-align: -18px;
    margin-right: 10px;
}

.modal-text {
    font-size: 25px;
    color: #142149;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.modal-login {
    width: 380px;
    margin: 20px auto 0px auto;
    animation: fadeIn .5s;
}

.modal-login-input {
    height: 52px;
    border: 1px #dcdfe6 solid;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0px 0 0 19px;
    cursor: pointer;
    position: relative;
}

.modal-login-input:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.modal-login-input i {
    color: #c3c4cf;
    font-size: 18px;
    line-height: 50px;
    width: 19px;
    text-align: center;
}

.modal-login-input input {
    width: calc(100% - 24px);
    height: 50px;
    font-size: 14px;
    border: none;
    outline: none;
}

.modal-login-input.active {
    border: 1px #5d76e6 solid;
}

.modal-login-check {
    display: flex;
    justify-content: space-between;
}

    .modal-login-check a {
        color: #5d76e6;
    }

.modal-login-check a:hover {
    text-decoration: underline !important;
}

.news-list-check span{
    border: 1px #ccc solid;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 6px;
    position: relative;
    vertical-align: -3px;
    display: inline-block;
}

.news-list-check.active {
    color: #5d76e6;
}
    .news-list-check.active span {
        border: 1px #5d76e6 solid;
        background-color: #5d76e6;
    }
.check-red i{
    font-style:normal;
    cursor:pointer;
}
.check-red.active i {
    color: #5d76e6;
}
.check-red.active span {
    border: 1px #5d76e6 solid;
    background-color: #5d76e6;
}

.news-list-check.active span:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 1.5px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 8px;
    left: 4px;
    position: absolute;
    top: 0px;
    width: 4px;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
}

.news-list-check.active1 {
    border: 1px red solid;
    background-color: red;
}

.news-list-check.active1::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1.5px;
    background-color: #fff;
    transform-origin: left top;
    transform: rotate(45deg);
}

.news-list-check.active1::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1.5px;
    background-color: #fff;
    transform-origin: right top;
    transform: translate(-5px, 0) rotate(-45deg);
}

.modal-login-dsf {
    border-top: 1px #dcdfe6 solid;
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.modal-login-dsf span {
    position: absolute;
    background: #fff;
    width: 49px;
    top: -10px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    color: #c3c4cf;
    font-size: 14px;
}

.modal-login-dsf-icon img {
    width: 40px;
    height: 40px;
    margin: 0px 30px;
    cursor: pointer;
}

.modal-login-dsf-icon:hover img {

    transform: scale(1.05);
}

.modal-btn {
    position: absolute;
    top: -18px;
    right: -19px;
    background: none;
    border: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/close_modal.png) no-repeat;
    z-index: 1;
}

.modal-btn:hover {
    background: url(../images/close_modal1.png) no-repeat;
}

.modal-body-logo {
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.modal-body-logo img {
    width: 100%;
    height: 100%;
}


.outer {
    position: relative;
    height: 52px;
    line-height: 50px;
    border: 1px solid #dcdfe6;
    background: #dcdfe6;
    border-radius: 4px;
    margin-bottom: 20px;
}

.outer span,
.filter-box,
.inner {
    position: absolute;
    top: 0;
    left: 0;
}

.outer span {
    display: block;
    padding: 0 0 0 36px;
    width: 100%;
    height: 100%;
    color: #909399;
    text-align: center;
}

.filter-box {
    width: 0;
    height: 100%;
    background: #5d76e6;
    z-index: 9;
}

.outer.act span {
    padding: 0 36px 0 0;
}

.inner {
    width: 60px;
    height: 50px;
    text-align: center;
    background: #f5f6f8;
    cursor: pointer;
    font-family: "宋体";
    z-index: 10;
    font-weight: bold;
    color: #909399;
}

.inner:hover {
    box-shadow: inset 0px 0px 10px rgba(93, 118, 230, 0.1);
}

.outer.act .inner {
    color: #5d76e6;
}

.outer.act span {
    z-index: 99;
    color: #fff;
}


.box-chart-box-time1, .box-chart-box-time2 {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 15px;
    line-height: 28px;
    margin-top: 10px;
    white-space: nowrap;
}

.box-chart-box-time2 {
    border-bottom: 1px #d3d7e5 dashed;
    margin-bottom: 20px;
}

.number {
    margin-left: 10px;
}

.to__led-number {
    position: relative;
    margin-right: 2px;
    font-size: 22px;
    width: 16px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    color: #fff;
    font-family: unidreamLED;
}

.box-chart-box-time1 .to__led-number {
    background: #eb5b5b;
}

.box-chart-box-time2 .to__led-number {
    background: #5d76e6;
}

.to__led-number--no {
    width: 10px !important;
    background: none !important;
    color: #2c3147;
    margin-right: 0px;
}

.index-search-hover {
    padding-right: 30px;
}

/*=========================================style.css============================================================*/

.slide-box {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.slide-img-block {
    position: absolute;
    width: 100%;
    top: -161px;
}

.scroll-background {
    background-image: url("../images/1/sprite.3.2.0.png");
    background-repeat: no-repeat;
}

.scroll-bar {
    width: 100%;
    background-position: 0 0;
    height: 50px;
    position: relative;
    border-radius: 4px;
}

.slide-btn {
    width: 60px;
    height: 50px;
    background-position: 0 -84px;
    cursor: pointer;
    position: absolute;
    left: 0;
    border-radius: 4px;
    z-index: 399;
    background: #f5f6f8;
}

.slide-btn::after {
    content: ">>";
    line-height: 50px;
    text-align: center;
    font-family: "宋体";
    color: #909399;
    margin-left: 23px;
    font-size: 16px;
}

.slide-refresh {
    float: right;
    color: #fff;
    line-height: 50px;
    margin-right: 15px;
    cursor: pointer;
    position: absolute;
    z-index: 999999;
    top: -10px;
    margin-left: 10px;
    /*font-size: 15px;*/
    font-weight: bold;
}

.slide-refresh i {
    color: #fff;
    margin-right: 2px;
}

.slide-close {
    left: 50px;
}

.slide-title {
    background: #dcdfe6;
    cursor: default;
    position: absolute;
    font-size: 12px !important;
    color: #909399;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    height: 50px;
    line-height: 50px !important;
    text-align: center;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.slide-img-div {
    width: 100%;
    height: 161px;
    position: relative;
    background-color: #fff;
    display: none;
}

.slide-img-div img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.slide-top {
    height: 14px;
    width: 100%;
    background-position: 0 -1341px;
    position: relative;
    display: none;
}

.slide-bottom {
    height: 28px;
    width: 100%;
    background-position: 0 -56px;
    line-height: 14px !important;
    position: relative;
    text-align: left;
    overflow: visible;
    display: none;
}

.slide-bottom-no-logo {
    margin-right: 15px;
    width: 65px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #f2ece1 !important;
    cursor: default;
}

.slide-bottom-refresh {
    overflow: visible;
    display: block;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 16px !important;
    color: #fff;
}

.slide-box-shadow {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) inset;
}

.slide-block {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2px;
    width: 40px;
    height: 40px;
    /*border-radius: 4px;*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid rgba(255, 255, 0, 0.8);
    background-size: 260px 116px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(90, 90, 90, 0.4);
    box-sizing: border-box;
    z-index: 10;
}

.slide-img-nopadding {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-icon {
    float: left;
    height: 22px;
    width: 26px;
}

.slide-img-hint {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 auto;
    position: relative;
}

.slide-text {
    text-align: left !important;
    color: #4b3f33;
}

.slide-img-hint-info {
    height: 22px;
    width: 260px;
    background-position: 0 -674px;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    transition: height 0.3s;
    z-index: 11;
}

.redColor {
    color: red;
}

.greenColor {
    color: green;
}

.slide-img-border {
    margin-bottom: 3px;
}


.layui-layer-hui .layui-layer-content {
    color: #ffffff !important;
}


pagelist {
    display: inline-block;
    /*padding: 10px 0px;
    text-align: left;
    border: 0px;

    bottom: 0px;*/
}

.pagelist div,
.pagelist ul {
    float: left;
}

/*.right-box-page .pagelist ul li.active{
    border: solid 1px #5D76E6;
    background: #5D76E6;
    color: #fff;
}
.right-box-page ul li:first-child,
.right-box-page ul li:last-child{
    width: 40px;
}
.pagelist .news-list-page-end{
    color: #dbdbdd;
    background: rgba(226,226,226,0.2);
    cursor: no-drop;
}*/
.pagelist div.news-list-page-end i {
    color: #dbdbdd;
}

.pagelist ul li {
    width: auto !important;
    padding: 0px 5px;
    height: 20px;
    line-height: 18px;
    font-size: 13px;
    text-align: center;
    float: left;
    margin: 0px 5px;
    cursor: pointer;
    border-radius: 2px;
}

.pagelist .news-list-page-end:first-child {
    color: #909399;
    cursor: default;
    padding-left: 0px;
    margin-left: 0px;
    display: inline-block;

}

.pagelist .news-list-page-end span {
    color: #ea6263;
    margin: 0px 5px;
}

.pagelist .btnPage {
    border: solid 1px #e2e2e2;
    width: auto !important;
    padding: 0px 5px;
    height: 20px;
    line-height: 18px;
    font-size: 13px;
    text-align: center;
    float: left;
    margin: 0px 5px;
    cursor: pointer;
    border-radius: 2px;

}

.pagelist .disabled {
    color: #dbdbdd;
    background: rgba(226, 226, 226, 0.2);
    cursor: no-drop;
}

.pagelist ul li.active {
    border: solid 1px #5D76E6;
    background: #5D76E6;
    color: #fff;
}

.search-high-box-input .form-inline input.highDbDsInput {
    width: 660px !important;
}

#search-high-tab li {
    border-left: 1px #7187ec solid;
}

#search-high-tab li.active {
    border: 1px #7187ec solid;
    border-left: 0px;
}

.clear {
    clear: both;
}

.loading_circle {
    background: url(../images/loading-circle.gif) no-repeat;
    height: 32px;
    width: 32px;
    display: block;
    margin: 0 auto;
}

.loading_square {
    background: url(../images/loading-square.gif) no-repeat;
    height: 9px;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.mouseMoveInfo {
    border-bottom: 1px solid #d2d7e5;
    padding: 2px 7px 8px 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.mouseMoveInfo span {
    color: #8b8d9a;
    font-size: 12px;
    margin-right: 10px;
}

.mouseMoveInfo span label {

    margin-bottom: 0px;
    color: #8b8d9a;
    font-size: 12px;
    font-weight: 500;
}

.mouseMoveInfo span i {

    color: #8b8d9a;
    font-size: 12px;
    font-style: normal;
}

.mouseMoveInfo span i:not(:last-child):after {
    content: '&';
}


body {
    overflow: hidden;
    background: #f1f6fa;
}

.loginBox {
    box-shadow: 0px 0px 30px 5px rgba(61, 126, 255, 0.15);
    border-radius: 8px;
    border-top: 8px #382dce solid;
    background: #fff;
    width: 580px;
    margin: 0px auto;
    position: relative;
    animation: fadeInUp 1.5s ease-in-out 0s 1 alternate forwards;
    -webkit-animation: fadeInUp 1.5s ease-in-out 0s 1 alternate forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.modal-dialog_v1 {
    position: relative;
    z-index: 9;
    margin: 0 auto;
}

.footer {
    opacity: 0;
    animation: fadeIn 1s ease-in-out 1s 1 alternate forwards;
    -webkit-animation: fadeIn 1s ease-in-out 1s 1 alternate forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}

.waves {
    position: absolute;
    width: 100%;
    max-height: 120px;
    bottom: 40px;
}

.footer span {
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(140deg, rgba(187, 180, 234, 1), rgba(46, 23, 219, 1));
    animation: move 5s infinite linear;
}

.footer span:nth-child(4) {
    bottom: 120px;
    height: 60px;
    left: 80px;
    width: 60px;
    animation-delay: -2s;
    opacity: 0.3;
}

.footer span:nth-child(2) {
    bottom: 150px;
    height: 30px;
    width: 30px;
    right: 18%;
    animation-delay: -4s;
    opacity: 0.6;
}

.footer span:nth-child(3) {
    bottom: 80px;
    left: 20%;
    height: 40px;
    width: 40px;
    animation-delay: -6s;
    opacity: 0.8;
}

.footer span:nth-child(5) {
    bottom: 100px;
    height: 50px;
    width: 50px;
    right: 80px;
    animation-delay: -2s;
    opacity: 0.5;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.copyright {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    text-align: center;
    line-height: 40px;
    background: #3a2dd0;
    color: #fff;
}

.copyright span {
    margin-left: 20px;
}


#myModal{
    box-shadow: 0px 0px 30px 5px rgba(61, 126, 255, 0.15);
    border-radius: 8px;
    border-top: 8px #3a2dcf solid;
    background: #fff;
    width: 580px;
    height:409px;
    margin: 0px auto;
}
#myModal:focus{
    outline:none;
}
#myModal .modal-body {
    padding: 20px 100px 0px 100px;
}
#myModal .modal-body .modal-login-input{
    border: 0px;
    border-bottom: 2px solid;
    border-radius: 0px;
    border-image: -webkit-linear-gradient(#6a0bff , #5013ff) 50 50;
    border-image: -moz-linear-gradient(#6a0bff , #5013ff) 50 50;
    border-image: linear-gradient(#6a0bff , #5013ff) 50 50;
}
#myModal .modal-body .modal-login-input:hover{
    box-shadow:none;
}
.modal-login-btn{
    line-height:52px;
    font-size:18px;
    color:#fff;
    font-weight:bold;
    background:linear-gradient(to top ,#6a0bff , #5013ff);
    width:380px;
    border-radius: 4px;
    border: 0;
    margin-top: 20px;
}
.modal-top {
    display: flex;
    justify-content: center;
    height:20px;
    margin:40px 0;
}
.modal-top i{
    transform: rotate(43deg);
    font-size: 20px;
    margin: 0px 20px 0 19px;
}
.modal-top img{
    margin-top: -10px;
    margin-bottom: -10px;
}
.modal-footer {
    text-align: right;
    padding: 25px 30px;
}
.modal-footer a{
    color:#626366;
    cursor:pointer;
}
.modal-footer a:hover{
    color: #5d76e6;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes move {
    0% {
        transform: translate3d(0px, 50px, 0px);
    }
    50% {
        transform: translate3d(0, 0px, 0);
    }
    100% {
        transform: translate3d(0, 50px, 0);
    }
}
@media only screen and (max-width: 1366px) {
	.modal-logo{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.modal-dialog_v1 .modal-body,#myModal .modal-body{
		padding: 10px 0 0 0 ;
	}
	.loginBox{
		width: 500px;
	}
	.modal-logo img{
		height: 50px;
	}
    #myModal{
		width: 500px;
        height:399px;
	}
}
