@charset "utf-8";
/*2018.6.11 wh*/
html, body, div, span, object, iframe,h1, h2,
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn,
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd,
ol, ul, li,fieldset, form, label, legend,table, caption, tbody,
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary,time, mark,
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    outline-style:none;/*FF*/
    list-style: none;
}
@font-face {
    font-family: pingFang; /*这里是说明调用来的字体名字*/
    src: url('../font/pingfang/PingFang heavy.ttf'); /*这里是字体文件路径*/
}
body,
html{
    height: 100%;
    font-family: Microsoft Yahei, pingFang, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
html body{

}
*{
    box-sizing: border-box;
    /*font-family: "微软雅黑";*/
}
strong,
b{
    font-weight: bold!important;
}
a{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    cursor: pointer;
}
a:hover,a:focus{
    text-decoration:none;
    bblr:expression(this.onFocus=this.blur());/*IE*/
    outline-style:none;/*FF*/
    cursor: pointer;
}
.table table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}
input{
    text-indent: 5px;
    outline: none
}
input:focus{
    border: none;
    outline: none
}
.select{
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
}
.select.error input:focus,
.select.error input{
    border: 1px solid #f54743!important;
}
/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
@font-face {
    /* font-properties */
    font-family: CenturyGothic;

}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a7aab1;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a7aab1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a7aab1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a7aab1;
}
/*.int_groups label.int_groups_item{
	display: block;
}*/
input[type=password],
textarea,
input[type=text]{
    height: 36px;
    line-height: 36px;
    border: 1px solid #e6e9ed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type=password][disabled=disabled],
textarea[disabled=disabled],
input[type=text][disabled=disabled]{

}
input[type=password]:focus,
textarea:focus,
input[type=text]:focus{
    border: 1px solid #446ffb!important;
}
.block{

}
input[type=checkbox][disabled=disabled]:before {
    background: url(../img/no_click.png) no-repeat center center;
    cursor: no-drop;
}
input[type=text].error + .time_icon{

}
input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    margin-right: 5px;
    margin-top: -3px;
}
input[type=checkbox]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    cursor: pointer;
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/radio.png) no-repeat center center;
}
input[type=radio]:checked:before {
    background: url(../img/radio_checked.png) no-repeat center center;
}
input[type=checkbox]:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../img/icon75.png") no-repeat center center;
}
input[type=checkbox]:hover:before{
    background: url("../img/icon74.png") no-repeat center center;
}
input[type=checkbox]:checked:before {
    background: url("../img/icon76.png") no-repeat center center;
    background-color: #fff;
}
textarea.error,
input[type=text].error{
    border: 1px solid #f54743!important;
}
textarea.error:focus,
input[type=text].error:focus{
    border: 1px solid #f54743!important;
}
.ipt_tip.error{
    color: #e83232!important;
}
label.error{
    color: #e83232;
    background: url(../img/error.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 30px;
    font-size: 14px
}
.icon{
    background: url("../img/icon_groups.png") no-repeat ;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
input[type=text].time{
    background:url("../img/time.png") no-repeat 15px center;
    padding-left: 30px;
}
button{
    outline: none;
}
.btn:hover{
    opacity: .9;
}
button:focus{
    outline: none;
}
.width_55{
    width: 55%;
}
.width_9{
    width: 9%;
}
.width_35{
    width: 35%;
}
.width_10{
    width: 10%;
}
.width_15{
    width: 15%;
}
.width_20{
    width: 20%;
}
.width_25{
    width: 25%;
}
.width_30{
    width: 30%;
}
.width_40{
    width: 40%;
}
.width_45{
    width: 45%;
}
.width_50{
    width: 50%;
}
.width_55{
    width: 55%;
}
.width_60{
    width: 60%;
}
.width_65{
    width: 65%;
}
.width_70{
    width: 70%;
}
.width_75{
    width: 75%;
}
.width_78{
    width: 78%;
}
.width_80{
    width: 80%;
}
.width_85{
    width: 85%;
}
.width_90{
    width: 90%;
}
.width_95{
    width: 95%;
}
.width_96{
    width:96% !important;
}
.width_100{
    width:100% !important;
}
.width_84{
    width: 84% !important;
}
.t3 {
    width: 0px;
    height: 0px;
    border-top: 0px solid #609dff;
    border-bottom: 7px solid #609dff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    top: -9px;
    left: 54px;
}
.text-left{
    text-align: left!important;
}
.text-center{
    text-align: center!important;
}
.text-right{
    text-align: right!important;
}

.mui-switch{
    width: 40px;
    height: 20px;
    position: relative;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    border:none;
    background: #d6dbdf;
    cursor: pointer;
    background-image: none!important;
}
.mui-switch:before {
    content: '';
    width: 18px!important;
    height: 18px!important;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: none!important;
    background-color: #fff!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);

}
.mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63; }
.mui-switch:checked:before {
    left: 21px; }
.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s; }
.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s; }
.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #64bd63;
    transition: border-color 0.4s, background-color ease 0.4s; }
.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s; }
.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s; }
.mui-switch.mui-switch-anim:before {
    transition: left 0.3s; }
.mui-switch.mui-switch-anim:checked {
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s; }
.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s; }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}





.scroll{
    overflow: auto;
}
.scroll::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:10px;
    height:10px;
    display: none;
}
.scroll::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display: none;
}
.scroll::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    background:#000;
    display: none;
}
.scroll::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
    background:#fff;
}
.scroll::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
    background:#c1c1c2;
    border-radius:3px;
    padding-left: 3px;
    width: 6px;
}

.scroll::-webkit-scrollbar-corner {/*边角（位置6）*/
    background:#fff;
}
.scroll:-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
    background:#FF0BEE;
}
.scroll{
    scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/
    scrollbar-face-color: #f2f2f2; /**//*立体滚动条的颜色*/
    scrollbar-3dlight-color: #fff; /**//*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #fff; /**//*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #fff; /**//*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #fff; /**//*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #fff; /**//*立体滚动条背景颜色*/
    scrollbar-base-color:#f2f2f2; /**//*滚动条的基本颜色*/
}

.scrollC{
    overflow: auto;
}
.scrollC::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:10px;
    height:10px;
}
.scrollC::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display: none;
}
.scrollC::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    background:#000;
    display: none;
}
.scrollC::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
    background:#fff;
}
.scrollC::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
    background:#c1c1c2;
    border-radius:3px;
    padding-left: 3px;
    width: 6px;
}

.scrollC::-webkit-scrollbar-corner {/*边角（位置6）*/
    background:#fff;
}
.scrollC:-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
    background:#FF0BEE;
    display: none;
}
.scrollC{
    scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/
    scrollbar-face-color: #f2f2f2; /**//*立体滚动条的颜色*/
    scrollbar-3dlight-color: #fff; /**//*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #fff; /**//*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #fff; /**//*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #fff; /**//*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #fff; /**//*立体滚动条背景颜色*/
    scrollbar-base-color:#f2f2f2; /**//*滚动条的基本颜色*/
}



.scrollB::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:8px;
    height:8px;
    display: none;
}
.scrollB::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display: none;
}
.scrollB::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    background:#000;
    display: none;
}
.scrollB::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
    background:#181831;
}
.scrollB::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
    background:#373742;
    border-radius:3px;
    padding-left: 3px;
    width: 6px;
}
.scrollB::-webkit-scrollbar-corner {/*边角（位置6）*/
    background:#fff;
}
.scrollB:-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
    background:#FF0BEE;
    display: none;
}
.scrollB{
    scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/
    scrollbar-face-color: #f2f2f2; /**//*立体滚动条的颜色*/
    scrollbar-3dlight-color: #fff; /**//*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #fff; /**//*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #fff; /**//*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #fff; /**//*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #fff; /**//*立体滚动条背景颜色*/
    scrollbar-base-color:#f2f2f2; /**//*滚动条的基本颜色*/
}


.t3{
    width: 0px;
    height: 0px;
    border-top: 0px solid #609dff;
    border-bottom: 7px solid #609dff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    top: -9px;
    left: 40px;
    padding: 0!important;
}
.control_body{
    padding: 15px;
    color: #333;
}
.control_box{
    margin-bottom: 30px;
    float: left;
    margin-right:80px;
}
.control_box:nth-child(2n){
    margin-right: 0;
}
.control_box .name{
    font-size: 14px;
    margin-bottom: 10px;
}
.control_box .powerstatus{
    font-size: 14px;
    margin-bottom: 10px;
}
.control_body .btn{
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    background-color: #0569d9;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
}
.control_body>.btn{
    margin-bottom: 20px;
}

.upload_box .img_item {
    position: relative;
    border: 1px dashed #dfe2e8;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.img_big{
    position:fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 20000000000000000;
}

.img_big>a{
    display: block;
    position: absolute;
    top: 50%;
}

.img_big>a.pre{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.img_big>a.closeA{
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    width: 56px;
    height: 56px;
    border: 1px solid #767778;
    border-radius: 50%;
    font-size: 60px;
    text-align: center;
    line-height: 56px;
    z-index: 1000;
}

.img_big>a.next{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

.img_list{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.img_list img{
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 700px;
    position: absolute;
    left: 50%;
    top: 50%;

}

.img_list .img_list_body{
    width: 100%;
    height: 100%;
}

.explain{
    margin: 15px;
    background: #f4f4f4;
    border: 1px solid #e1e4e8;
    padding: 23px 36px;
}

.explain p.text{
    font: normal normal 14px/36px "微软雅黑";
    color: #666666;
}

.explain p.text > span{
    font-weight:bold ;
    color: #309ff4;
}