@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;

}

html, body {
    height: 100%;
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1";
    background: #ebf0f3;
    padding: 0 !important;
}

img {
    border: none;
}

a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
}

a:link {
    color: inherit;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}
.btn, .btn-primary {
    outline:0;
}
.border-rad5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.border-rad10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-rad20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.border-right-gray {
    border-right: 1px solid #e6e6e6;
}

.mr-30 {
    margin-right: 30px;
}

.rad {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrap {
    min-height: 0;
}

.box-shadow {
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
}

.dropdown-menu .hover-item:hover {
    background: rgb(247, 247, 247);
}

/*公用*/
.dragsource {
    cursor: move !important;
}

.header {
    width: 100%;
    height: 60px;
    background: #4c94dc;
    color: #fff;
    min-width: 1200px;
}

.header .logo {
    display: block;
    margin: 7px 20px 0 35px;
    float: left;
    width: 35px;
}

.header .co-container {
    width: 200px;
    height: 40px;
    float: left;
    margin-top: 10px;
}

.header .co-container .co-name {
    width: 150px;
    display: block;
}

.header .co-container .co-text {
    display: block;
    font-size: 14px;
    margin-top: 12px;
}

.header .top-nav {
    height: 25px;
    float: left;
    margin: 18px 0 0 70px;
    font-size: 12px;
    min-width: 700px;
}

.header .top-nav .nav-item {
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 16px;
    float: left;
    padding: 5px 20px;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    color: #fff;
}

.header .top-nav .item-active {
    background: #fff;
    color: #333;
}

.header .user-container {
    width: 50px;
    height: 25px;
    margin-top: 20px;
    float: right;
    margin-right: 20px;
    position: relative;
}
.header .user-container .user-operate {
    width: 100px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 20px;
    background: #fff;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.header .user-container .item {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
}
.header .user-container .item:hover {
    background-color: #e6e6e6;
}
.header .user-container .user-img {
    width: 25px;
    height: 25px;
    background-color: #fff;
    background-image: url("../image/fe/user-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    cursor: pointer;
}

.header .user-container .down-arrow {
    width: 25px;
    height: 25px;
    background-image: url("../image/fe/down-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    cursor: pointer;
}

.main {
/*     width: 100%; */
    margin: 10px;
    box-sizing: border-box;
    min-width: 1000px;
    min-height: 600px;
}

.bg-blue {
    background: #4c94dc;
}

.bg-green {
    background: #34b24f;
}

.bg-red {
    background: #cb2548;
}

.bg-yellow {
    background: #eaa40d;
}

.bg-white {
    background: #fff;
}
.bg-gray {
    background: #eee;
}

.normal-btn {
    width: auto;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    text-align: center;
    border: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc !important;
}

.common-submit {
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 80px;
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.common-submit:hover {
    color: #fff;
}

.common-input span {
    width: 80px;
    text-align: right;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
}

.common-input input {
    width: 155px;
    height: 25px;
    padding: 0 12px;
}

/*区域设置*/
.main .main-header {
    height: 33px;
    line-height: 33px;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

.main .main-header .authority-nav, .map-index {
    float: left;
    margin-left: 20px;
}
.main .main-header .authority-nav2, .map-index {
    float: left;
    margin-left: 20px;
}

.main .main-header .nav-item {
    width: auto;
    height: 33px;
    line-height: 33px;
    float: left;
    font-size: 12px;
    color: #abadaf;
    margin: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}

.main .main-header .item-active {
    border-bottom: 2px solid #4c94dc;
    color: #333;
}

.main .main-header .typing-button {
    width: auto;
    text-align: center;
    float: right;
    color: #fff;
    height: 100%;
    line-height: 22px;
    background: #4892df;
    display: block;
    margin-right: 0;
}

.content {
    background: #fff;
    margin-top: 10px;
    box-sizing: border-box;
    min-height: 630px;
    padding-bottom: 20px;
}

.content .add-bigarea-container {
    height: 55px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

.content .add-bigarea-container .add-area-input {
    width: 135px;
    height: 25px;
    float: left;
    display: block;
    line-height: 25px;
    margin-top: 18px;
}

.content .add-bigarea-container .add-area-button {
    width: auto;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #4c94dc;
    color: #fff;
    margin-left: 15px;
    margin-top: 18px;
    padding: 0 10px;
}

.content .area-square {
    background: #f0f6f9;
    margin-top: 15px;
    margin-right: 40px;
    padding: 15px 0 0 15px;
    box-sizing: border-box;
    color: #646464;
}

.content .area-square .add-area {
    padding-bottom: 20px;
}

.content .area-square .area-province-container {
    padding-top: 10px;
    padding-bottom: 20px;
    height: 52px;
    box-sizing: border-box;
    line-height: 20px;
}

.content .area-square .area-name {
    display: block;
    float: left;
    margin-right: 10px;
}
.province-detail .short-gray-btn {
    margin-bottom: 15px;
}
.short-gray-btn {
    width: auto;
    height: 22px;
    text-align: center;
    padding: 0 6px;
    line-height: 22px;
    color: #646464;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    background: #e6e6e6;
    margin-right: 20px;
    position: relative;
    float: left;
    cursor: pointer;
}

.maintenance-detail .close-button,.short-gray-btn .close-button {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #4c94dc;
    background-image: url("../image/fe/close-bg.png");
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    padding: 0;
}

.content .area-square .active-btn {
    background: #6abc4d;
    color: #fff;
    border: 1px solid #6abc4d;
}

.content .area-square .common-add-input {

}

.content .area-square .add-row {
    margin-left: 80px;
}

.content .common-add-input .add-area-input {
    width: 160px;
    float: left;
    margin-right: 12px;
}

.content .common-add-input .add-icon {
    width: 26px;
    height: 26px;
    float: left;
    background-color: #6abc4d;
    background-image: url("../image/fe/add-bg.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    padding: 0;
    margin-top: 4px;
}

.content .area-square .show-province-detail {
    height: auto;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    border-top: 1px dashed #d2d2d2;
}

.content .area-square .province-detail-container {
}

.content .area-square .province-name {
    line-height: 25px;
    display: block;
    height: 100%;
    min-width: 80px;
}

.content .area-square .province-detail {
    line-height: 25px;
    float: left;
    height: 100%;
    width: 740px;
    margin-right: 50px;
}

.content .area-square .province-detail span {
    margin: 0 15px;
    display: block;
    float: left;
}

.content .area-square .show-province-detail-add {
    float: left;
    margin-top: 10px;
    margin-left: 80px;
}

.maintenance-title {
    height: 55px;
    line-height: 55px;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}

.maintenance-main {

}

.maintenance-detail {
    width: 100%;
    margin: 20px auto;
}

.maintenance-input {
    display: block;
    clear: left;
}

.content .area-square .power-rule-container {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    line-height: 20px;
}

.content .add-bigarea-container .add-rule-input {
    width: 135px;
    height: 25px;
    float: left;
    display: block;
    line-height: 25px;
    margin-top: 18px;
}

.area-square .delete-rule {
    width: auto;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #4c94dc;
    color: #fff;
    margin-left: 15px;
    margin-top: 4px;
    padding: 0 10px;
    float: right;
    margin-right: 30px;
}

.power-rule-container .short-gray-btn {
    margin-bottom: 5px;
}

.people-management {
    font-size: 12px;
    color: #646464;
}
.people-management .table-edit{
    cursor: pointer;
    margin: 0 10px;
}
.people-management .table-delete{
    color: red;
    cursor: pointer;
}
.people-management table{
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
.people-management tbody td:last-child {
    min-width: 100px;
}
.people-management thead{
    width: 100%;
    background-color: #e6e6e6;
    color: #333;
    height: 36px;
    line-height: 36px;
}
.people-management thead th{
    text-align: center;
}
.people-management tbody{
    width: 100%;
    color: #333;
    font-size: 13px;
}
.people-management tbody tr{
    height: 28px;
    line-height: 28px;
}
.people-management tbody td {
    text-align: center;
}
.people-management-modal .common-input {
    margin-bottom: 18px;
}

.people-management-modal .form-group {
    margin-bottom: 18px;
}

.people-management-modal .common-select {
    width: 60%;
    height: 25px;
    line-height: 25px;
    color: #ccc;
    float: left;
    margin: 0;
}
#user_role{
    padding: 0 0 0 9px;
}
.people-area-select {
    width: 100%;
    height: 30px;
    float: left;
}
.people-area-select .common-select{
    width: 24.6%;
    margin-right: 3%;
}
.people-area-select .common-select:last-child {
    margin-right: 0;
}
.people-area-select .area-title {
    text-align: right;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    width: 20%;
}
.maintenance-detail .maintenance-detail-button {
    width: auto;
    text-align: center;
    padding: 0 6px;
    line-height: 22px;
    color: #646464;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    background: #e6e6e6;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    cursor: pointer;
}
.add-new-people {
    width: 100px;
    text-align: center;
    font-size: 14px;
    color: #333;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 30px;
    border: 1px solid #ccc;
}
.people-management-modal .form-group span {
    width: 40%;
    text-align: right;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
}

.people-management-modal .long-input {

}

.people-management-modal .member-square {
    width: 50%;
}

.people-management-modal .bottom-submit {
    width: 100%;
    float: left;
}

.people-management-modal .bottom-submit .common-submit {
    margin-right: 40px;
}
#people-modal .modal-dialog {
    width: 600px;
    height: auto;
}
#people-modal .modal-footer {
    padding: 30px 15px;
    text-align: center;
    background-color: #e6e6e6;
}
#people-modal .modal-footer .btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0;
}
#people-modal .common-input span {
    text-align: right;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    width: 40%;
}
#people-modal .common-input input {
    width: 60%;
    height: 25px;
    padding: 0 12px;
    display: block;
}
.color-black-select {
    color: #333 !important;
}

.authority-modal {

}

.authority-modal .modal-header {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

.authority-modal .modal-dialog {
    width: 420px;
}

.authority-modal .authority-modal {

}

.authority-modal .authority-title {
    font-size: 14px;
}

.authority-modal .authority-header {

}

.authority-modal .authority-body {
    height: 95px;
    line-height: 95px;
    padding: 0;
    text-align: center;
    font-size: 18px;
}

.modal-body .modal-row {

    height: 30px;

    line-height: 30px;

    padding: 0 5%;

    width: 100%;

    margin: 10px 0;
}

.modal-body .modal-row .title {

    width: 30%;

    display: block;

    float: left;

    font-size: 12px;

    color: #646464;
}

.modal-body .modal-row .modal-input {

    display: block;

    float: left;

    width: 70%;

    height: 30px;

    box-sizing: border-box;
}

.authority-modal .modal-footer {
    height: 60px;
    background: #f0f0f0;
    border: 0;
    display: flex;
    justify-content: space-between;
}

.authority-modal .authority-button {
    margin: 0 auto;
    display: block;
    width: 90px;
    height: 34px;
    outline: none;
}

.authority-modal .double-button {
    display: block;
    width: 90px;
    height: 34px;
    outline: none;
    margin: 0;
}

.modal-footer-double-button {

    width: 100%;

    padding: 12px 20%;
}

.modal-open {
    overflow: initial !important;
}

/*面包屑导航*/
.bread-nav {
    width: 100%;
    padding: 15px 20px 15px;
    box-sizing: border-box;
    height: 45px;
}

.bread-nav .bread-item {
    font-size: 12px;
    color: #4c94dc;
    cursor: pointer;
}

.bread-nav .current-item {
    font-size: 12px;
    color: #313a42;
    cursor: default;
}

/*设备运行列表*/
.company-device-details {
    background: #fff;
    padding: 16px 20px;
}

.company-device-details .device-img-container {
    width: 80px;
    height: 60px;
    float: left;
    position: relative;
    border: 1px solid #e6e6e6;
}

.company-device-details .device-pid-title {

}

.company-device-details .device-img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90%;
}

.company-device-details .device-param-container {
    float: left;
    margin-left: 12px;
    width: 380px;
}

.device-param-container .company-title {
    font-size: 16px;
    color: #323232;
    width: 100%;
    margin-bottom: 5px;
}

.device-param-container .company-row {
    width: 100%;
}

.device-param-container .company-row-square {
    font-size: 14px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.device-param-container .param-name {
    color: #b4b4b4;
    display: block;
    float: left;
    margin-right: 3%;
    height: 20px;
    overflow: hidden;
}

.device-param-container .param-detail {
    color: #333;
    width: 50%;
    overflow: hidden;
    display: block;
    float: left;
    word-break: break-all;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-device-details .company-operate-container {
    min-width: 320px;
    float: left;
    height: 24px;
    margin-top: 18px;
    margin-left: 0%;
    color: #fff;
}

.company-device-details .company-edit {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #b4b4b4;
    margin: 10px;
    cursor: pointer;
    display: block;
}

.company-device-details .company-edit span, .company-device-details .company-edit a {
    float: left;
    display: block;
    margin-right: 15px;
}

.company-device-details .company-edit img {
    float: left;
    display: block;
    margin: 12px 0 0;
}

.device-img-parma-container {
    margin-top: 15px;
}

.device-img-parma-container .device-pid {
    width: 35%;
    float: left;
    height: 920px !important;
    background: #fff;
    padding: 20px 25px 20px 25px;
    box-sizing: border-box;
    margin-right: 1%;
}

.device-img-parma-container .device-pid .device-pid-img {
    width: 100%;
    display: block;
}

.device-img-parma-container .device-data-tab {
    float: right;
    background: #fff;
    width: 64%;
    height: 615px;
    box-sizing: border-box;
}

.device-data-tab .nav-tabs {
    padding: 0 10px;
}

.device-data-tab .nav>li>a {
    padding: 10px 0px;
    margin: 0 15px;
}

.device-data-tab .nav-tabs>li>a:hover, 
.device-data-tab .nav-tabs>li.active>a:focus {
    background: transparent;
    border-color: transparent;
}

.device-data-tab .nav-tabs>li.active>a, 
.device-data-tab .nav-tabs>li.active>a:hover, 
.device-data-tab .nav-tabs>li.active>a:focus {
    border: none;
    border-bottom: 2px solid #4c94dc;
    color: #333;
}

.device-data-tab .tab-content {
    padding: 15px 25px;
}

.device-data-tab #history table tbody {
    display:block;
    height:480px;
    overflow-y:scroll;
}
 
.device-data-tab #history table thead, 
.device-data-tab #history tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.device-img-parma-container .device-data-chart {
    float: right;
    background: #fff;
    width: 64%;
    height: 310px;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
}

.device-img-parma-container .device-data-chart-en {
    float: left;
    background: #fff;
    width: 64%;
    height: 100%;
    padding: 25px 0px 25px 25px;
    box-sizing: border-box;
}

.device-data-chart .device-serval-parma .device-serval-parma-title {
    font-size: 16px;
    color: #333;
    width: 33%;
    float: left;
    margin-bottom: 20px;
    height: 24px;
    line-height: 24px;
}
.device-data-chart-en .device-serval-parma .device-serval-parma-title {
    font-size: 16px;
    color: #333;
    width: 33%;
    float: left;
    margin-bottom: 20px;
    height: 24px;
    line-height: 24px;
}

.device-data-chart-en .device-serval-parma .parma-context {
    width: auto;
    overflow: hidden;
    display: block;
    float: left;
    height: 24px;
}
.device-data-chart-en .device-serval-parma .parma-unit {
    width: auto;
    overflow: hidden;
    display: block;
    float: left;
    height: 24px;
}
.device-data-chart .device-serval-parma .parma-item {
    font-size: 14px;
    color: #949494;
    width: 33%;
    float: left;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}

.device-data-chart .device-serval-parma .parma-item-other {
    font-size: 14px;
    color: #949494;
    width: 33%;
    float: left;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}

.device-data-chart .parma-item .parma-name {
    width: 150px;
    overflow: hidden;
    display: block;
    float: left;
    height: 24px;
}

.device-data-tab .device-serval-parma {
    margin-top: 15px;
}

.device-data-tab .device-serval-parma .parma-item {
    font-size: 14px;
    color: #949494;
    width: 33%;
    float: left;
    height: 24px;
    line-height: 24px;
}

.device-data-tab .parma-item .parma-name {
    width: 150px;
    overflow: hidden;
    display: block;
    float: left;
    height: 24px;
}
.device-data-chart-en .device-serval-parma .parma-item {
    font-size: 14px;
    color: #949494;
    width: 33%;
    float: left;
    height: auto;
    line-height: 24px;
}

.device-data-chart-en .parma-item .parma-name {

width: 240px;

overflow: hidden;

display: block;

float: left;

height: auto;

line-height: 24px;
}

.main .content2 {
    width: 100%;
    min-width: 1000px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*单个设备报警信息*/
.device-msg-container {

}
.search-result-container .single-device-alert {
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.search-result-container .single-device-alert.table-list {
    display: flex;
    justify-content: space-between;
    cursor: none;
}

.search-result-container .single-device-alert.table-list a {
    cursor: pointer;
}

.search-result-container .single-device-alert.table-list .delete {
    cursor: pointer;
    color: red;
}
.single-device-alert {
    height: auto;
    background: #fff;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 14px;
    color: #969696;
    cursor: pointer;
}

.single-device-alert .bug-container {
    display: none;
    padding: 0 10px
}

.single-device-alert .bug-container .alert-measure {
    color: green;
    display: flex;
}

.single-device-alert .bug-container .alert-measure ul {
    margin-left: 16px;
    margin-bottom: 0;
}


.single-device-alert .bug-container .alert-reason {
    color: dodgerblue;
    display: flex;
}

.single-device-alert .bug-container .alert-reason ul {
    margin-left: 16px;
    margin-bottom: 0;
}

.device-msg-container .device-dropdown-item {
    height: auto;
    line-height: 30px;
    background: #fff;
    margin-top: 0;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 14px;
    color: #969696;
}

.device-msg-container .single-device-alert span {
    padding: 0 10px;
}

.device-msg-container .red-alert {
    color: #cb2548;
}

.device-msg-container .single-device-dropdown {
    width: 96%;
    float: left;
}

.wid1000 {
    width: 100%;
    min-width: 1000px;
    box-sizing: border-box;
}

.device-msg-container .device-dropdown-header {
    height: 50px;
    line-height: 30px;
    background: #fff;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    color: #969696;
    min-width: 100%;
    text-align: left;
}

.device-msg-container .device-dropdown-header span {
    padding: 0 10px;
}

.device-msg-container .device-dropdown-item span {
    padding: 0 10px;
}

.device-msg-container .my-caret {
    width: 3%;
    box-sizing: border-box;
    float: left;
    height: 100%;
}

.device-msg-container .dropdown-menu {
    border: 0;
    margin: -5px 0 0 0;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, .175);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .175);
}

.dropdown .my-caret {
    background-image: url("../image/fe/right-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    float: left;
}

.open .my-caret {
    background-image: url("../image/fe/down-arrow-gray.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    float: left;
}

.device-msg-container .device-dropdown-item .half-item {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 12px;
}

.device-search-detail {

}

.common-select {
    border: 1px solid #ebebeb;
    outline: none;
    line-height: 24px;
    margin: 0px 20px 0 auto;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    width: 100px;
    height: 24px;
    background-color: #fff;
    float: left;
    color: #b4b4b4;
    padding: 0;
}

.shop-management .common-select {
    width: 80px;
}

.common-select ul {
    display: none;
    position: relative;
    width: 100%;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    margin-top: 0px;
    color: #5e3808;
}

.common-select li {
    list-style: none;
    height: 24px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    line-height: 24px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 12;
    position: relative;
}

.common-select li:first-child {
    border-top: 1px solid #eee;
}

.common-select li:hover {
    background: #edf2f4;
}

.common-select span {
    width: 100%;
    display: block;
}

.runing-device-search {
    width: 100%;
    box-sizing: border-box;
    background: #edf2f4;
    padding: 15px 20px 15px;
}

.runing-device-search .running-device-input {
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-right: 0;
    padding: 0 10px;
    box-sizing: border-box;
    width: 195px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    float: left;
    clear: left;
    outline: none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.runing-device-list-search-container .check-choose {
    width: auto;
    text-align: center;
    float: right;
    color: #fff;
    height: 24px;
    line-height: 24px;
    background: #4892df;
    padding: 0 10px;
}

.page-part .item {
    position: relative;
}

.search-result-container {
    background: #fff;
}

.search-result-container .check-box {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
}

.search-result-container .checked {
    background-image: url("../image/fe/checked.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border: 0;
}

.search-result-container .company-edit {

}

.search-result-container .temperature {
    display: block;
    float: left;
    margin-top: 20px;
}

.search-result-container .company-operate-container .btn {
    margin-right: 5%;
    color: #fff;
    padding: 0 10px;
}
.company-operate-container .disable {
    background: #eee;
}
.company-operate-container button:disabled {
    background: #eee;
    opacity: 1;
}
.company-operate-container .disable-for-running {
    background: #eee;
}
.vertical-line-gray {
    width: 1px;
    height: 44px;
    float: left;
    background: #e6e6e6;
    margin: 8px 20px 0 0;
}

.search-result-container .company-device-details {
    padding: 16px 20px 16px 0;
    margin-left: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.search-result-container .company-device-details:last-child {
    border-bottom: 0;
}

.new-device-import {
    background: #fff;
    box-sizing: border-box;
    padding-left: 35px;
    padding-bottom: 20px;
}

.new-device-import .title {
}

.new-device-import .cancel {
    float: right;
    font-size: 14px;
    color: #31aae1;
    margin-right: 20px;
    cursor: pointer;
}

.new-device-import .square-left {
    width: 250px;
    float: left;
}

.new-device-import .square-middle {
    width: 250px;
    float: left;
    padding-bottom: 10px;
}

.new-device-import .square-right {
    width: 460px;
    float: left;
}

.new-device-import .square-left-maintain {
    width: 325px;
    float: left;
}

.new-device-import .square-middle-maintain {
    width: 350px;
    float: left;
}

.new-device-import .square-right-maintain {
    width: 280px;
    float: left;
}

.new-device-import .square-row {
    width: 100%;
    margin-top: 20px;
}

.new-device-import .square-row2 {
    width: 100%;
    margin-top: 20px;
    height: 75px;
}

.row-span2　 {
    margin-top: 55px;
}

.new-device-import .square-row-span-short {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    width: 130px;
    text-align: right;
    margin-right: 5px;
    color: #646464;
}

.new-device-import .square-row-span {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 5px;
    color: #646464;
}

.new-device-import .square-row-span2 {
    width: 20px;
    margin: 0 0 0 10px;
    height: 24px;
    line-height: 24px;
}

.new-device-import .add-img-icon {
    width: 75px;
    height: 75px;
    background-color: #f9f9f9;
    float: left;
    background-image: url("../image/fe/add-img-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px 36px;
    box-sizing: border-box;
    border: 1px dashed #e3e3e3;
    cursor: pointer;
}

.new-device-import .square-row-input {
    border: 1px solid #cccccc;
    outline: none;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 10px;
    width: 135px;
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
}

.new-device-import .square-left .product-img {
    width: 180px;
    height: 160px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    position: relative;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 15px;
}

.new-device-import .row-span2 {
    display: block;
    float: left;
    margin: 60px 0 0 10px;
    color: #b4b4b4;
    font-size: 12px;
}

.new-device-import .square-left .upload-again {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    opacity: 0.4;
}

.new-device-import .square-left .upload-again-text {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 9;
}

.new-device-import .square-left .upload-btn-hide {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.new-device-import .import-container {
    font-size: 12px;
}

.new-device-import .set-container {
    padding-bottom: 30px;
    clear: left;
}

.new-device-import .set-phone-container {
    padding-bottom: 30px;
}

.new-device-import .set-phone-container .square-row-input {
    margin-right: 30px;
}

.runing-device-search .common-select {
    background-image: url("../image/fe/common-select-img.png");
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 6px 8px;
}

.runing-device-search .input-search-icon {
    width: 22px;
    height: 22px;
    float: left;
    background-image: url("../image/fe/input-mag.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px 22px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    margin-right: 30px;
    cursor: pointer;
}

.new-device-import .common-select {
    width: 90px;
    border: 1px solid #ccc;
    margin: 0 15px 0 0;
    background-image: url("../image/fe/common-select-img.png");
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 6px 8px;
}

.new-device-import .device-type-container {
    width: 100%;
    margin-top: 20px;
}

.new-device-import .square-row-input-short {
    border: 1px solid #cccccc;
    outline: none;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 15px;
    width: 75px;
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 12px;
    text-align: center;
}

.new-device-import .square-row-input-long {
    border: 1px solid #cccccc;
    outline: none;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 15px;
    width: 238px;
    display: block;
    float: left;
    margin-right: 20px;
}

.new-device-import .square-row-span-long {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    width: 130px;
    text-align: right;
    margin-right: 5px;
    color: #646464;
}

.new-device-import .bottom-submit .common-submit {
    margin: 30px;
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
}

.show-upload {
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

#uploader-demo {
    position: relative;
    float: left;
    height: auto;
}

#fileList .delete {
    width: 100%;
    text-align: center;
    color: #f11b35;
    cursor: pointer;
}

#fileList .file-item {
    min-width: 75px;
    float: left;
    margin-right: 20px;
}

.datepicker table th {
    text-align: center;
}

.datepicker table td {
    cursor: pointer;
}

.search-alert {
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}

.single-chart-container {
    background: #fff;
    margin: 10px 0 0 0;
    padding: 20px 25px 60px;
    height: auto;
}

.single-chart-container .date-start {
    width: 216px;
    float: left;
    margin-right: 30px;
    display: block;
}

.single-chart-container .show-chart {
    color: #fff;
    margin-left: 30px;
    float: left;
}

.single-chart-container .date-end {
    width: 216px;
    float: left;
    display: block;
}

.single-chart-container .choose-input {
    cursor: pointer;
    background: #fff;
    width: 100%;
}

.single-chart-container .exit-button {
    width: 100px;
    float: right;
    font-size: 14px;
    color: #4c94dc;
    cursor: pointer;
    display: block;
}

#single-chart {
    width: 900px;
    height: 400px;
    margin-top: 50px;
}

/*#devicepid {
    width: 100%;
    height: 400px;
}
#electricityid {
    width: 100%;
    height: 400px;
}*/
.single-chart-container .msg-alert {
    width: 80px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: red;
    margin-left: 30px;
    float: left;
}

.new-device-import .maintain-p {
    margin: 20px 0;
    height: 18px;
    line-height: 18px;
}

.new-device-import .maintain-select {

}

.new-device-import .maintain-select .select-title {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
}

.company-status-container {
    font-size: 12px;
    color: #5f5f61;
    height: 18px;
    line-height: 18px;
    width: 100%;
    margin: 35px 0 0 30px;
}

.company-status-container .title {
    float: left;
}

.company-status-container .choose-container {
    float: left;
    margin-right: 5%;
    cursor: pointer;
}

.choose-container .choose-text {
    display: block;
    float: left;
}

.choose-container .choose-square {
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 1px solid #b6b3b4;
    float: left;
    margin: 3px 10px;
}

.choose-container .choose-active {
    background-image: url("../image/fe/checked.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    border: 0;
}

.maintain-container {

}

.maintain-blue-row {

    width: 100%;

    height: 38px;

    line-height: 38px;

    padding-left: 35px;

    box-sizing: border-box;

    background: #edf2f4;

    color: #0088f0;

    font-size: 14px;
}

.maintain-blue-row .add-maintain-container {
}

.maintain-blue-row .add-maintain-container .add-square {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    background-color: #0088f0;
    background-image: url("../image/fe/add-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    cursor: pointer;
}

.maintain-blue-row .add-maintain-container .add-text {

}

.set-container .set-container-left {
    width: 300px;
    float: left;
}

.set-container .set-container-right {
    width: 665px;
    float: left;
}

.set-container .input-container {
    width: 100%;
    margin-top: 20px;
}

.maintain-textarea {
    width: 480px;
    resize: none;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #c7c6c6;
    outline: none;
}

.map .map-container {
    width: 1008px;
    margin: 0 auto;
    position: relative;
}

.device-msg-container .select-one-row {
    background: #fff;
    width: 100%;
    text-align: right;
}

.device-msg-container .select-name {
    width: 50px;
    float: right;
    height: 34px;
    line-height: 34px;
    color: #333;
}

.device-msg-container #page-select {
    width: 55px;
    float: right;
}

.company-device-details .modal-toggle {
    display: block;
    color: #b4b4b4;
}

.btn-primary {
    border: 0 !important;
}

.compare-canvas {
    width: 100%;
    height: 450px;
}

.compare-canvas .device-con {

}

.compare-square {
    width: 50%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.area-square .delete-area {
    width: auto;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #4c94dc;
    color: #fff;
    margin-left: 15px;
    margin-top: 4px;
    padding: 0 10px;
    float: right;
    margin-right: 30px;
}

/*登录页*/
.login-header {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #eee;
    color: #333;
    box-sizing: border-box;
    padding: 0 5%;
}

.login-main {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
}

.login-context {
    width: 1000px;
    height: 530px;
    margin: 0 auto;
    position: relative;
}

.login-text {
    position: absolute;
    top: 110px;
    left: 320px;
    width: 300px;
    height: 80px;
    color: #fff;
}

.login-container {
    width: 332px;
    height: 354px;
    position: absolute;
    right: 100px;
    top: 65px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.login-container-header {
    width: 100%;
    height: auto;
    line-height: 50px;
    font-family: "STHeiti";
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    box-sizing: border-box;
    border-top: 2px solid #7f9afa;
}

.login-container-header .title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin: 20px 0 0 0;
    height: 24px;
    line-height: 24px;
}

.login-container-header .title-en {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #cdc3c3;
    font-family: arial;
}

#login .common-select {
    background-image: url("../image/fe/common-select-img.png");
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 6px 8px;
    float: right;
    margin-right: 50px;
}

#login {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.login-input {
    border: 1px solid #e6e6e6;
    width: 232px;
    height: 36px;
    line-height: 36px;
    margin: 15px auto 15px;
    display: block;
    padding-left: 40px;
    box-sizing: border-box;
    background: #eee;
    color: #333;
}

#login-button {
    width: 234px;
    height: 46px;
    line-height: 46px;
    margin: 30px auto 0;
    text-align: center;
    background-color: #4faaea;
    color: #fff;
    cursor: pointer;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
}

#login-msg {
    width: 232px;
    margin: 0 auto;
    color: red;
    padding-top: 20px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
}

.header-logo {
    margin-left: 30px;
    height: auto;
    width: 200px;
    margin-top: 20px;
}
.login-context .login-img {
    width: 400px;
    display: block;
    margin-left: 60px;
}

.header-logo .login-logo {
    display: block;
    float: left;
    width: 36px;
    margin-right: 10px;
}

.header-logo .co-container {
    float: left;
    display: block;
    width: 154px;
}

.header-logo .co-container .co-name {
    width: 160px;
    display: block;
}

.header-logo .co-container .co-text {
    display: block;
    margin-top: 12px;
}
#login .choose-container {
    margin-left: 50px;
    cursor: pointer;
}
.alert-setting {
    font-size:14px;
    color: #b4b4b4;
    margin-top: 20px;
    cursor: pointer;
}
.page-select {
    width: 100px;
    float: right;
    margin: 10px 30px 10px 0;
    height: 30px;
    line-height: 30px;
}
.page-select label {
    width: 30px;
    float: left;
    margin-right: 10px;
}
.page-select select {
    width: 60px;
    line-height: 30px;
}
#add-mantain-row {
    margin-top: 18px;
    background: #0088f0;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-left: 30px;
}

#add-maintain-account {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 0; 
    width: 120px;
    background: #0088f0;
}
#add-warning-account {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 0; 
    width: 120px;
    background: #0088f0;
}
#remind-time-con {

}
#remind-time-con .square-row-span {
    width:auto;
}
.maintenance-input .tail-text {
    float: left;
    height: 34px;
    line-height: 34px;
    width: 50px;
    font-size: 14px;
    color: #333;
}
.msg-list-title {
    padding: 10px 20px;
}
/*pid图时间输入*/
.pid-time-con {
    /*margin: 15px 0;*/
}
.pid-time-con .pid-time-row {
    width: 230px;
    float: left;
    height: 34px;
    line-height: 34px;
}
.pid-time-con .pid-time-span {
    width: 80px;
    float: left;
}
.pid-time-con .my-co-date {
    width: 120px;
    float: left;
    height: 30px;
    margin: 2px 0;
}
.auto_hidden {
    width:204px;border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    position:absolute;
    display:none;
}
.auto_show {
    width: 204px;
    border: 1px solid #d2cbcb;
    position: absolute;
    z-index: 9999;
    display: block;
    text-align: center;
    line-height: 20px;
}
.auto_onmouseover{
    color:#ffffff;
    background-color:highlight;
    width:100%;
}
.auto_onmouseout{
    color:#000000;
    width:100%;
    background-color:#ffffff;
}
.area1 {
    position: absolute;
    left: 185px;
    top: 282px;
    z-index: 20;
    font-size: 20px;
    text-align: center;
    width: 40px;
}
.area2 {
    position: absolute;
    left: 380px;
    top: 460px;
    z-index: 20;
    font-size: 20px;
    text-align: center;
    width: 40px;
}
.area3 {
    position: absolute;
    left: 753px;
    top: 303px;
    z-index: 20;
    font-size: 20px;
    text-align: center;
    width: 40px;
}
.area4 {
    position: absolute;
    left: 793px;
    top: 180px;
    z-index: 20;
    font-size: 20px;
    text-align: center;
    width: 40px;
}
.area5 {
    position: absolute;
    left: 836px;
    top: 100px;
    z-index: 20;
    font-size: 20px;
    text-align: center;
    width: 40px;
}
.area-china {
    position: absolute;
    left: 422px;
    top: 12px;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    width: 40px;
}
.area-china .name{
    font-size: 18px;
    color: #4a4949;
}
.area-china .data{
    color: #333;
    text-align: center;
}
.square-row .square-row-delete {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    width: auto;
    text-align: right;
    margin: 0 5px;
    color: red;
}
.map-country-name {
    color: #787878;
}
.footer-row {
    min-width: 1000px;
    margin: 10px;
    padding: 0;
    color: #a1a1a1;
}
.weixin-modal table.table {
    margin-bottom: 0;
}
.weixin-modal .table th.check-box {
    width: 50px;
}
.weixin-modal .table th.image {
    width: 80px;
}
.weixin-modal .table tr td:nth-of-type(1) {
    width: 50px;
}
.weixin-modal .table tr td:nth-of-type(2) {
    width: 80px;
}
.weixin-modal input.form-check-input {
    position: relative;
    margin: 0 auto;
}
.weixin-modal img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.weixin-modal .common-submit {
    margin-top: 0;
}
.weixin-modal table thead, .weixin-modal tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.weixin-modal table tbody {
    display: block;
    height: 450px;
    overflow-y: scroll;
}
.weixin-modal .table tr td {
    vertical-align: middle;
}
#device-base {
    margin-top: 20px;
    margin-right: 20px;
}
 #table-detail {
    margin-left: 0;
    margin-right: 35px;
}
.device-service-info {
    padding-top: 1rem;
    margin-right: 20px;
}

.device-service-info ~ .divider {
    height: 1px;
    width: calc(100% - 35px);
    background-color: #e6e6e6;   
    /*padding-right: 35px; */
}

.device-service-info .signature span {
    vertical-align: top;
}

.device-service-info .signature img {
    width: 100px;
}

/*.device-service-info:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6;
}*/

/*cs new css*/
@media(max-width: 1024px){
    .policy .main {
        min-width: 100%;
        min-height: initial;
        margin: 0px;
    }

    .policy .main.p-5 {
        padding: 30px 0px!important;
    }
}

.policy-content p {
	text-indent: 50px;
}

.policy-content ol {
    margin-left: 50px;
}