
#report {
		padding-top: 0 !important;
		margin-top: 150px;
		height: calc(100vh - 328px);
		overflow: auto;
}
.report-title {
        width: 100%;
        font-size: 24px;
        color: #0052CC;
        vertical-align: top;
        font-weight: 550;
        margin: 25px 0;
        display: inline-block;
}
.report-title:after{
        content: '';
        width: 10px;
        height: 35px;
        background: #0052CC;
        border-radius: 10px;
        float: left;
        margin-right: 10px;
}
.device-left {
        width: 49.5%;
        height: 230px;
        border: 1px solid #ddd;
        border-left: 0px;
        padding: 25px 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        position: relative;
}
.pos-tit {
        font-size: 16px;
        font-weight: 600;
        position: absolute;
        background: #fff;
        top: -10px;
        left: 0;
        padding: 0 10px 0 0;
}
.device-left .title {
        width: 100%;
        font-size: 16px;
        color: #333;
        display: inline-block;
        margin-top: 10px;
}
.device-left .dl-li {
        width: 100%;
        font-size: 16px;
        display: inline-block;
        margin-top: 20px;
}
.device-left .dl-li .name {
        width: 20%;
        font-weight: 600;
        display: inline-block;
        padding-top: 10px;
        vertical-align: top;
}
.device-left .dl-li dl {
        width: 26.6%;
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
}
.device-left .dl-li dd {
        margin-top: 6px;
}
.device-right {
        width: 49.5%;
        height: 230px;
        border: 1px solid #ddd;
        display: inline-block;
        box-sizing: border-box;
        border-left: 0px;
        border-right: 0px;
        padding: 25px 0 25px 20px;
}
.device-right dl {
        width: 33.3%;
        float: left;
        margin-top: 10px;
}
.device-right dl dt {
        font-size: 14px;
        font-weight: 550;
}
.device-right dl dd {
        margin-top: 25px;
}
.device-right .dr-tit {
}
.device-right .dr-progress1 {
        width: 70%;
        height: 10px;
        border: 1px solid #98c1ff;
        border-radius: 10px;
        margin-top: 15px;
        overflow: hidden;
}
.device-right .dr-progress1 span {
        height: 100%;
        background-color: #98c1ff;
        display: inline-block;
        vertical-align: top;
}
.device-right .dr-progress2 {
        width: 70%;
        height: 10px;
        border: 1px solid #0052CC;
        border-radius: 10px;
        margin-top: 15px;
        overflow: hidden;
}
.device-right .dr-progress2 span {
        height: 100%;
        background-color: #0052CC;
        display: inline-block;
        vertical-align: top;
}
.sign-left {
        padding: 25px 20px 25px 0;
        height: 240px;
        border: 1px solid #ddd;
        border-left: 0px;
        border-top: 0px;
        display: inline-block;
        position: relative;
}
.icon {
        float: left;
}
.icon span {
        display: inline-block;
        margin-left: 20px;
}
.icon span:after {
        content: '';
        width: 20px;
        height: 20px;
        float: left;
        margin-right: 8px;
        border-radius: 50%;
}
.icon .span1:after {
        background: #98c1ff
}
.icon .span2:after {
        background: #0052CC
}
.btn-r {
        float: right;
        margin-top: 0px;
}
.btn-r .r-btn {
        font-size: 12px;
        padding: 3px 10px;
        border: 1px solid #0052CC;
        border-radius: 20px;
        display: inline-block;
        margin-left: 15px;
        cursor: pointer;
}
.btn-r .r-btn:hover {
        color: #fff;
        background: #0052CC;
}
.btn-r .r-active {
        color: #fff;
        background: #0052CC;
}
.sign-echart {
        width: 95px;
        display: inline-block;
        text-align: center;
        margin-top: 45px;
        position: relative;
}
.sign-echart .echart-li {
        width: 20px;
        height: 140px;
        border-radius: 20px;
        display: inline-block;
        margin-left: 10px;
        overflow: hidden;
}
.sign-echart .span1 {
        width: 40px;
        position: absolute;
        top: -30px;
        left: 26px;
        z-index: 1;
        text-align: left;
        font-size: 12px;
        transform: rotate(-50deg);
}
.sign-echart .span2 {
        width: 40px;
        position: absolute;
        top: -30px;
        left: 60px;
        z-index: 1;
        text-align: left;
        font-size: 12px;
        transform: rotate(-50deg);
}
.sign-echart .echart-li1 {
        transform: rotate(180deg);
        border: 1px solid #98c1ff;
}
.sign-echart .echart-li1 p {
        background: #98c1ff;
}
.sign-echart .echart-li2 {
        transform: rotate(180deg);
        border: 1px solid #0052CC;
}
.sign-echart .echart-li2 p {
        background: #0052CC;
}
.sign-echart .echart-tit {
        line-height: 30px;
        font-size: 12px;
}
.sign-bot {
        height: 280px;
        padding: 25px 10px;
        border: 1px solid #ddd;
        display: inline-block;
        box-sizing: border-box;
        border-right: 0;
        border-top: 0;
        vertical-align: top;
}
.sign-bot dl {
        width: 33.3%;
        display: inline-block;
        vertical-align: top;
}
.sign-bot dl dt {
        font-size: 16px;
        color: #333;
        font-weight: 550;
        margin-top: 10px;
}
.sign-bot .val1 {
        float: left;
        font-size: 12px;
        margin-top: 25px
}
.sign-bot .val2 {
        float: right;
        font-size: 12px;
        margin-right: 30%;
        margin-top: 25px
}
.sign-bot .bot-pr {
        width: 75%;
        height: 25px;
        border-radius: 20px;
        display: inline-block;
        position: relative;
        margin-top: 6px;
        overflow: hidden;
}
.sign-bot .bot-pr span {
        width: 3px;
        height: 100%;
        background: #fff;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 20%;
}
.sign-bot .bot-pr1 {
        background: #98c1ff;
        border: 1px solid #98c1ff;
}
.sign-bot .bot-pr2 {
        background: #0052CC;
        border: 1px solid #0052CC;
}
.sign-bot .bot-pr3 {
        border: 1px solid #98c1ff;
}
.sign-bot .bot-pr3 p {
        background: #98c1ff;
        height:100%;
        display: inline-block;
}
.sign-bot .bot-pr4 {
        border: 1px solid #0052CC;
}
.sign-bot .bot-pr4 p {
        background: #0052CC;
        height:100%;
        display: inline-block;
}
.sign-bot .bot-tit {
        width: 20%;
        font-size: 12px;
        display: inline-block;
        margin-left: 3%;
        vertical-align: top;
}
.el-button{
		min-width: 0;
}
.view-li {
        width: 100%;
        height: 290px;
        float: left;
        margin-top: 20px;
}
.btn-top {
        float: left;
        margin-top: 0px;
}
.btn-top .r-btn {
        font-size: 12px;
        padding: 8px 20px;
        color: #0052CC;
        border: 1px solid #0052CC;
        border-radius: 20px;
        display: inline-block;
        margin-right: 15px;
        cursor: pointer;
}
.btn-top i {
        font-size: 15px;
        margin-left: 5px;
}
.btn-top .r-btn:hover {
        color: #fff;
        background: #0052CC;
}
.btn-top .r-btn1 {
        color: #333;
        background: #ddd;
        border: 1px solid #ddd;
}
.btn-top .r-btn1:hover {
        color: #333;
        background: #ddd;
}
.btn-top .r-active {
        color: #fff;
        background: #0052CC;
}

