﻿/* css初始化 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, button, input, select, textarea {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 16px;
    font-family: 'Microsoft YaHei', sans-serif;
    background-color: #eee;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

a {
    text-decoration: none;
}

input[type="text"], input[type="search"], textarea {
    outline: none;
    resize: none;
    -webkit-appearance: none;
}

img {
    vertical-align: middle;
}

i, s, em {
    font-style: normal;
}

* {
    box-sizing: border-box;
    /*font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;*/
    font-family: "Microsoft YaHei", "微软雅黑";
}

/* 通用样式 */
[v-cloak] {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.txt-center {
    text-align: center;
}

.center {
    margin: 0 auto;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.txt-left{
    text-align:left;
}
.txt-right {
    text-align: right;
}
/* 版心 */
.w {
    width: 1480px;
    margin: 0 auto;
}
.btn-nor {
    border: none;
    outline: none;
    background: #fff;
    cursor: pointer;
}
/* 状态灯 */
.state-light {
    position: relative;
}

.state-light:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left:50%;
    margin-left:-8px;
    top: 50%;
    margin-top:-8px;
}

.state-light.state-light-1:before {
    background: #8FC34D;
}

.state-light.state-light-0:before {
    background: #F8B13E;
}

.state-light.state-light--1:before {
    background: #5D7B93;
}

.state-light.state-light-2:before {
    background: #FA3101;
}
/* 背景色 */
.bgc-blue {
    background-color: #15B0E4;
}

.bgc-green {
    background-color: #8FC34D;
}

.bgc-yellow {
    background-color: #F8B13E;
}

.bgc-gray {
    background-color: #5D7B93;
}

.bgc-red {
    background-color: #FA3101;
}

.bgc-theme-dark {
    background-color: #38474E;
}

.bgc-theme-blue {
    background-color: #12B4CF;
}

.txt-green {
    color: #0c0;
}
/* 卡片样式 */
.card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, .3);
    padding: 10px;
}

.invisible {
    visibility: hidden;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

/* 升序降序切换双箭头 */
.double-arrow {
    cursor: pointer;
}

    .double-arrow:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        width: 10px;
        height: 20px;
        background: url('../../Images/icon-new/filter.png');
    }

    .double-arrow.increase:after {
        background: url("../../Images/icon-new/filter_in.png");
    }

    .double-arrow.increase.decrease:after {
        background: url("../../Images/icon-new/filter_de.png");
    }

/* 宽度分配 */
.cell_40 {
    width: 40px;
}
.cell_50 {
    width: 50px;
}
.cell_60 {
    width: 60px;
}
.cell_70 {
    width: 70px;
}
.cell_75 {
    width: 75px;
}
.cell_80{
    width:80px;
}
.cell_90 {
    width: 90px;
}
.cell_95 {
    width: 95px;
}
.cell_100 {
    width: 100px;
}
.cell_105 {
    width: 105px;
}
.cell_110 {
    width: 110px;
}
.cell_115 {
    width: 115px;
}
.cell_120 {
    width: 120px;
}
.cell_130 {
    width: 130px;
}
.cell_140 {
    width: 140px;
}
.cell_145{
    width:145px;
}
.cell_150 {
    width: 150px;
}
.cell_155 {
    width: 155px;
}
.cell_160 {
    width: 160px;
}
.cell_170 {
    width: 170px;
}
.cell_180 {
    width: 180px;
}
.cell_185 {
    width: 185px;
}
.cell_190 {
    width: 190px;
}
.cell_200 {
    width: 200px;
}
.cell_205 {
    width: 205px;
}
.cell_220 {
    width: 220px;
}
.cell_240 {
    width: 240px;
}
.cell_260 {
    width: 260px;
}
.cell_295 {
    width: 295px;
}
.cell_300 {
    width: 300px;
}
.cell_320 {
    width: 320px;
}
.font_14{
    font-size:14px;
}
/*自适应宽度*/
.auto_10 {
    width: 0.5%;
}

.auto_40 {
    width: 2%;
}

.auto_50 {
    width: 2.5%;
}

.auto_60 {
    width: 3%;
}

.auto_70 {
    width: 3.5%;
}

.auto_75 {
    width: 3.75%;
}

.auto_90 {
    width: 4.5%;
}

.auto_95 {
    width: 4.75%;
}

.auto_100 {
    width: 5%;
}

.auto_105 {
    width: 5.25%;
}

.auto_110 {
    width: 5.5%;
}

.auto_115 {
    width: 5.75%;
}

.auto_120 {
    width: 6%;
}

.auto_130 {
    width: 6.5%;
}

.auto_140 {
    width: 7%;
}

.auto_150 {
    width: 7.5%;
}

.auto_155 {
    width: 7.75%;
}

.auto_160 {
    width: 8%;
}

.auto_170 {
    width: 8.5%;
}

.auto_180 {
    width: 9%;
}

.auto_185 {
    width: 9.25%;
}

.auto_190 {
    width: 9.5%;
}

.auto_200 {
    width: 10%;
}

.auto_205 {
    width: 10.25%;
}

.auto_220 {
    width: 11%;
}

.auto_240 {
    width: 15%;
}

.auto_260 {
    width: 13%;
}

.auto_295 {
    width: 14.75%;
}

.auto_300 {
    width: 15%;
}

.auto_320 {
    width: 16%;
}
.auto_480 {
    width: 24%;
}

/* 后面加向下箭头 */
.arrow-down {
    cursor: pointer;
}

.arrow-down:after {
    content: "";
    display: inline-block;
    margin-top: 2px;
    width: 14px;
    height: 7px;
    /*background: url('/Images/powerstatus/smart-operation/arrow-down-bright.png');*/
}



/* element ui 通用下拉框样式覆盖 */
.dropdown .el-select {
    height: 30px;
    line-height: 30px;
}

.dropdown .el-select input {
    height: 30px;
    line-height: 30px;
    background-color: #15B0E4;
    border: 1px solid #fff;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
}

.dropdown .el-select input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.dropdown .el-select .el-input__suffix {
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
}

.dropdown .el-select .el-input__suffix i {
    color: #15B0E4;
    font-weight: 700;
    font-size: 16px;
}


/* 天气图标 */
.weather-icon img {
    display: block;
    height: 25px;
    margin-left: 5px;
}


/* header */
#header {
    width: 100%;
    height: 60px;
    /*background-image: linear-gradient(to right, #48e3d3, #019ceb);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#48e3d3, endColorstr=#019ceb,GradientType=1)";*/
    background-color: #25323B;
    position: fixed;
    z-index:999;
    top: 0;
    left: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
    font-size:16px;
}

#header h1 {
    height: 46px;
    margin: -23px 35px 0 40px;
    position: relative;
    line-height: 46px;
    top: 50%;
}
    
body[server=GE] #header h1{
    margin-left:-10px;
}
#header .line {
    width: 1px;
    height: 36px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 74%;
}

#header h1 img {
    max-height: 100%;
    width:200px;
    margin:0 10px;
}
body[server="LG"] #header h1 img{
    width:432px;
}
#header h1 img:nth-child(2){
    width:57px;
}
#header p {
    line-height: 60px;
    color: #ffffff;
    margin: 0 10px;
    font-family: "Microsoft YaHei";
    font-size: 20px;
}

#header li {
    float: left;
    height: 100%;
    line-height: 60px;
    text-align: center;
}

#header li a {
    padding:0 10px;
    display: block;
    height: 100%;
    color: #fff;
}

#header li a.act,
#header li a:hover {
    background-color: #38474E;
}

#header > a {
    color: #fff;
}

#location_bigscreen,#header .header-switch {
    min-width: 160px;
    padding:0 10px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 8px;
    line-height: 28px;
    margin-top: 16px;
    margin-right: 50px;
    text-align: center;
    color: #FFF;
}
.bigscreen-choose{
    position: absolute;
    top:50px;
    left: 50%;
    transform: translateX(calc(-50% - 25px));
}
.bigscreen-choose-con{
    background: #FFF;
    border-radius: 8px 8px;
}
.bigscreen-choose-con>div{
    padding: 0 15px;
    color: #5a5e66;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height:40px;
    cursor: pointer;
    min-width: 160px;
}
#standardBtn{
    border-radius: 8px 8px 0 0;
}
#simpleBtn{
    border-radius: 0 0 8px 8px;
}
.bigscreen-choose-con>div:hover {
    background-color: #f5f7fa;
}
#header .header-login,
#header .header-setting {
    margin-top: 15px;
    line-height: 30px;
}
#header .notification-center-btn {
    margin-right: 20px;
    margin-top: 15px;
}

#header .header-login {
    margin-right: 40px;
}

#header .header-setting {
    margin-right: 20px;
}

#header a img {
    margin-right: 10px;
}

.r{
    float: right;
}
.l{
    float: left;
}

@media screen and (max-width:1502px) {
    body[lang=es-ES] #header h1 {
        margin-right: 0;
    }

    body[lang=es-ES] #header .header-switch {
        margin-right: 20px;
    }
    body[lang=es-ES] #header h1 img {
        width: 170px;
    }
    body[lang=it-IT] #header h1 {
        margin: -23px 0px 0 20px;
    }
    #header .header-switch {
        margin-right:20px;
    }
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
}

body[server=GE] #header{
    background-color: #005CB9;
}
body[server="GE"] #header h1 img{
    width: initial;
}
body[server="GE"] #header li a.act, body[server="GE"] #header li a:hover{
    background-color: #162D49;
}
.goodwe-el-button{
    padding: 0 15px;
    line-height: 32px;
    min-width: 90px;
    background-color: #12b4cf;
    border-color: #12b4cf;
}
.goodwe-el-button:active {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.goodwe-el-button:focus, .goodwe-el-button:hover{
    background: #12b4cf;
    border-color: #12b4cf;
}