html {
    width: 100%;
    height: 100%
}

body {
    position: relative;
    height: 100%;
    text-align: center;
    font-family: "Microsoft Yahei";
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: 1100px;

}

* {
    margin: 0;
    padding: 0
}

.header {
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);
    height: 58px;
    position: absolute;
    background: #fff;
    border-bottom: 1px solid rgba(216,216,216,.5);
    z-index: 9;

}

.header-center {
    width: 1100px;
    min-width: 1024px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.header-center .lm{
    position: absolute;
    font-size: 14px;
    border:1px solid #ef001d;
    color:#ef001d;
    padding: 3px 17px;
    border-radius: 10px;
    right: 0;
    top: 16px;

}
.header-center .lm:active{
    position: absolute;
    font-size: 14px;
    border:1px solid #ef001d;
    background:#ef001d;
    color:#fff;
    padding: 3px 17px;
    border-radius: 10px;
    right: 0;
    top: 16px;
    cursor:pointer;
}
.header-center img {
    margin-top: 10px;
    margin-left: 80px;
    vertical-align: middle;
}

.header ul {
    float: left;
    padding-left:161px;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.header ul li {
    display: inline-block;
    height: 100%;
    float: left;
    line-height: 58px;
    margin-right: 17.5px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 15px;
    color: rgba(0,0,0,.8);
    letter-spacing: 1.3px
}

.header ul li:last-child {
    margin-right: 0
}

.header ul li.select {
    font-weight: 700;
    border-bottom: 2px solid #ef001d
}


.wrapper{
    min-width: 1100px;
}
.detail-wrapper {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden
}

.content-wrapper {
    width: -webkit-calc(50% + 210px);
    width: calc(50% + 210px);
    height: 100%;
    position: absolute;
    padding-top: 60px;
    padding-left: 34px;
    margin-left: 340px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.lm_box{

    width: 732px;
    position: absolute;
    margin-top: 58px;
    margin-left: 373px;
    border-left: 1px solid #eee;
    display: none;
    z-index: 999;


}
.lm_box ul li{
    text-align:center;
    vertical-align:middle;
    width: 146px;
    height: 146px;
    float: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    background: #fff;

}
.lm_box ul li .logo-img {
    display:table-cell;
    width:1em;
    height:1em;
    width:146px;
    height:146px;
    font-size:1px;
    text-align:center;
    vertical-align:middle;
}
.lm_box ul li .logo-img img{
    vertical-align:middle;

}
.lm_box ul li .qr-img{
    background-color: rgba(0,0,0,0.6);
    width: 145px;
    height: 145px;
    position: absolute;
    left: 0;
    top: 0;
}
.lm_box ul li .qr-img img{
    width: 90px;
    height: 90px;
    padding: 5px;
    background: #fff;
    margin-top:20px;
}
.lm_box ul li .qr-img p{
    color: #fff;
    text-align: center;
    line-height:30px;
    font-size: 14px;
}
.close{
    position: absolute;
    margin-left:1124px;
    top: 80px;
    z-index: 999;
    display:none;
}
.sidebar {
    position: absolute;
    width: 330px;
    height: -webkit-calc(100% - 108px);
    height: calc(100% - 58px);
    left: 50%;
    top: 58px;
    margin-left: -550px;
    overflow-y: hidden;
    overflow-x: hidden
}


.sidebar.ie:hover {
    width: 348px
}

.sidebar:hover {
    width: 336px;
    width: 348px\9;
    overflow-y: scroll
}


::-webkit-scrollbar {
    width: 6px;
    margin-right: 5px
}

.detail-wrapper ::-webkit-scrollbar-track-piece {
    background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2)
}

.wrap {
    width:730px;
    margin-top:0;
    margin-bottom:110px;
    background:#fff;
    -webkit-border-radius:10px;
    border-radius:10px;
    text-align:left;
}
.impowerBox {
    line-height:1.6;
    position:relative;
    width:100%;
    z-index:1;
    text-align:center;
    color:#fff;
}
.impowerBox .title {
    text-align:center;
    font-size:20px;
    color:#fff;
}
.impowerBox .qrcode {
    padding:18px;
    background:#fff;
    width:240px;
    margin-top:15px;
    border:1px solid #E2E2E2
}

.impowerBox .info {
    width:280px;
    margin:0 auto
}
.impowerBox .status {
    padding:7px 14px;
    text-align:left
}
.impowerBox .status.normal {
    margin-top:15px;
    background-color:#232323;
    border-radius:100px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    box-shadow:inset 0 5px 10px -5px #191919,0 1px 0 0 #444;
    -moz-box-shadow:inset 0 5px 10px -5px #191919,0 1px 0 0 #444;
    -webkit-box-shadow:inset 0 5px 10px -5px #191919,0 1px 0 0 #444
}
.impowerBox .status.status_browser {
    text-align:center
}
.impowerBox .status p {
    font-size:13px
}