.left_container {
    position: absolute;
    left: -410px;
    top: 0;
    width: 410px;
    height: 100%;
    background-size: 100% 100%;
    background: url('../image/left.png');
    /* overflow: hidden; */
    transition: all 1s ease;
}

.right_container {
    position: absolute;
    right: -410px;
    top: 0;
    width: 410px;
    height: 100%;
    background-size: 100% 100%;
    background: url('../image/right.png');
    /* overflow: hidden; */
    transition: all 1s ease;
}

.module_container {
    position: relative;
    width: 100%;
}

.module_title {
    position: absolute;
    top: 55px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 20px;
    text-shadow: 5px 2px 6px #03A9F4;
}

.module_container__left_toggle {
    left: -250px;
    opacity: 0;
}

.module_container__right_toggle {
    right: -250px;
    opacity: 0;
}

.module_sub_title {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.title_container{
    position: absolute;
    top: -100px;
    width: 100%;
    opacity: 0;
    background: url('../image/head.png');
    background-size: 100% 100%;
    transition: all 1s ease .3s;
}

.title_content{
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.title_text{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 5px 2px 6px #03A9F4;
    padding: 12px 0px;
}

.module_container__l1 {
    position: absolute;
    top: 100px;
    transition: all 1s ease;
}

.module_container__l2 {
    position: absolute;
    top: 600px;
    transition: all 1s ease .2s;
}

.module_container__r1 {
    position: absolute;
    top: 100px;
    transition: all 1s ease;
}

.module_container__r2 {
    position: absolute;
    top: 390px;
    transition: all 1s ease .6s;
}


.module_container__share_zoom {
    position: absolute;
    top: 390px;
    transition: all 1s ease .2s;
}

.module_container__realtime_video {
    position: absolute;
    top: 433px;
    transition: all 1s ease .6s;
}

.realtime_video_container {
    width: 250px;
}

.video_content {
    position: absolute;
    left: 30px;
    top: 63px;
}

.video_list {
    position: relative;
    width: 250px;
}

.building_btn_group{
    position: absolute;
    top: 80px;
    width: 100%;
    opacity: 0;
    transition: all 1s ease .3s;
}

.building_btn_group .selector{
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.building_action_btn{
    float: left;
    margin-left: 10px;
}


/*新的图表*/
.border-container {
    position: relative;
    margin: 0 15px;
    padding: 10px;
    border: 1px solid #54dcf2;
    background: rgba(1, 109, 195, 0.37);
    box-shadow: 0px 0px 10px #03A9F4;
}

.border-container .name-title{
    color: #54dcf2;
    font-weight: bold;
    padding-bottom: 20px;
}

.border-container .chart_title{
    font-size: 14px;
    color: #FFFFFF;
}

.border-container span.border-span {
    display: block;
    position: absolute;
    width:35px;
    height: 35px;
}

.border-container span.top-left {
    top: -4px;
    left:-4px;
    border-top: 3px solid #54dcf2;
    border-left: 3px solid #54dcf2;
}

.border-container span.top-right {
    top:-4px;
    right:-4px;
    border-top: 3px solid #54dcf2;
    border-right: 3px solid #54dcf2;
}

.border-container span.bottom-left {
    bottom: -4px;
    left: -4px;
    border-bottom: 3px solid #54dcf2;
    border-left: 3px solid #54dcf2;
}

.border-container span.bottom-right {
    bottom: -4px;
    right: -4px;
    border-bottom: 3px solid #54dcf2;
    border-right: 3px solid #54dcf2;
}

.border-container .dataNumBack {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5625rem;
}

.border-container .dataNumBack-fix1{
    margin: 5px 0px;
}

.border-container .dataNumBack .peopleDataBack {
    display: flex;
    align-items: center
}

.border-container .dataNumBack .peopleDataBack .icon {
    width: 2.5rem;
    height: 2.5rem
}

.border-container .dataNumBack .peopleDataBack .dataBack {
    display: flex;
    flex-direction: column;
    margin-left: .625rem
}

.border-container .dataNumBack .peopleDataBack .dataBack .title {
    color: #fff;
    font-size: .875rem
}

.border-container .dataNumBack .peopleDataBack .dataBack .data {
    color: #04e1ff;
    font-size: 1.25rem;
    line-height: 1.3
}

/* 进度条样式 */
.progressBack {
    margin-left: 1.125rem;
    margin-bottom: .4375rem;
    justify-content: space-between
}

.progressBack .progressBarBack,.progressBack {
    display: flex;
    align-items: center
}

.progressBack .progressBarBack .progressTitle {
    color: hsla(0,0%,100%,.6);
    font-size: .75rem;
    width: 3.3125rem
}

.progressBack .progressBarBack .barBack {
    background-color: hsla(0,0%,81.2%,.2);
    height: .75rem;
    width: 10.6875rem;
    margin-left: 0;
    display: flex
}

.progressBack .progressBarBack .barBack .bar {
    height: 100%;
    background-image: linear-gradient(90deg,#206cd0,#35d0eb)
}

.progressBack .progressValue {
    margin-right: 1.875rem;
    color: #fff;
    font-size: .625rem
}

.circleChart{
    width: 300px;
    height: 200px;
}

.circleChart .chart{
    float: left;
}

.circleChart .chart_content{
    float: left;
}

.circleChart .legendTitle{
    color: #ffffff;
}

.carDataBack {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.carDataBack .dataBack {
    display: flex;
    flex-direction: column;
    align-items: center
}

.carDataBack .dataBack .data {
    color: #04e1ff;
    font-size: 1.25rem
}

.carDataBack .dataBack .value {
    color: #fff;
    font-size: 12px;
    text-align: center;
}


