/*!
 * http://www.zkea.net/
 * Copyright 2017 ZKEASOFT
 * 深圳市纸壳软件有限公司
 * http://www.zkea.net/licenses
 */
.OtherFixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.errorTop {
    background-image: url("https://epclmacao.com/static/press/img/errorLayer_Top.gif");
    height: 2px;
    display: block;
    width: 235px;
    background-repeat: no-repeat;
    _overflow: hidden
}

.errorCen {
    background-image: url("https://epclmacao.com/static/press/img/errorLayer_Cen.gif");
    width: 235px;
    text-align: left
}

.errorCen span {
    padding: 5px;
    display: block;
    font-size: 13px
}

.errorBottom {
    background-image: url("https://epclmacao.com/static/press/img/errorLayer_Bottom.gif");
    height: 7px;
    display: block;
    width: 235px;
    _overflow: hidden
}

.OpacityBackGround {
    background-color: #000
}

.OpacityBackGround.busy {
    cursor: wait
}

.easy-block {
    z-index: 100000;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -15px auto auto -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #fff url("https://epclmacao.com/static/press/img/loader.gif") center center no-repeat
}

.MessageBox {
    background-color: #fff;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    top: 45%;
    color: #000
}

.MessageBox .MBContent {
    border: 1px solid #ddd;
    background-color: #fff
}

.MessageBox .MBTitle {
    background: #eee;
    color: #ffa500;
    line-height: 25px;
    font-size: 13px;
    height: 33px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 3px 5px
}

.MessageBox .MBMSgText {
    padding: 20px 30px;
    min-height: 50px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word
}

.MessageBox .MBFoot {
    color: #fff;
    font-size: 13px;
    display: block;
    border-top: 1px solid #ccc;
    padding: 4px 2px
}

.MessageBox .MBActions {
    float: right
}

.MessageBox .MBActions>input {
    margin: 0 4px
}

.Magnifier_BgPoint {
    background-image: url("https://epclmacao.com/static/press/img/bgPoint.png");
    display: block;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    display: none
}

.Magnifier_ImageBox {
    display: block;
    position: relative;
    overflow: hidden
}

.Magnifier_MaxImageDiv {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    border: 1px solid #808080;
    display: none;
    z-index: 1000
}

.Magnifier_MaxImageDiv img {
    position: absolute;
    left: 0;
    top: 0
}

.RealImageBox {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    z-index: 101;
    background-image: url('https://epclmacao.com/static/press/img/lightbox-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5px 5px 22px 5px;
    overflow: hidden
}

.RealImageBox #RealImageBox-chi {
    width: 100%;
    height: 100%
}

.RealImageBox #RealImageBox-chi #RealImageBox-Content {
    position: relative;
    width: 100%;
    height: 100%
}

.RealImageBox #RealImageBox-chi #RealImageBox-Content img {
    width: 100%;
    height: 100%
}

.RealImageBox #RealImageBox-chi #RealImageBox-Bottom {
    display: none;
    background-color: #fff;
    height: 22px;
    padding-left: 50px;
    padding-right: 70px
}

.RealImageBox #RealImageBox-chi #RealImageBox-Bottom #RealImageBox-Close {
    display: block;
    width: 66px;
    height: 22px;
    background-image: url("https://epclmacao.com/static/press/img/lightbox-btn-close.gif");
    cursor: pointer;
    float: right;
    margin-right: -70px;
    _margin-right: -35px
}

.RealImageBox #RealImageBox-chi #RealImageBox-Bottom #RealImageBox-Pre {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("https://epclmacao.com/static/press/img/buttons.png");
    background-position: -44px -2px;
    cursor: pointer;
    float: left;
    margin: 0 2px 0 -48px;
    _margin: 0 1px 0 -24px
}

.RealImageBox #RealImageBox-chi #RealImageBox-Bottom #RealImageBox-Pre:hover {
    background-position: -44px -28px
}

.RealImageBox #RealImageBox-chi #RealImageBox-Bottom #RealImageBox-Next {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("https://epclmacao.com/static/press/img/buttons.png");
    background-position: -70px -2px;
    cursor: pointer;
    float: left;
    margin: 0 2px 0 -26px;
    _margin: 0 1px 0 -13px
}

.RealImageBox #RealImageBox-chi #RealImageBox-Bottom #RealImageBox-Next:hover {
    background-position: -70px -28px
}

.RealImageBox #RealImageBox-chi #RealImageBox-Bottom #RealImageBox-Text {
    display: block;
    width: 100%;
    height: 22px;
    margin: 3px 0 0 2px;
    float: left;
    font-size: 15px
}

.RealImageBox #RealImageBox-chi #RealImageBox-Bottom #RealImageBox-Text #PicIndex {
    color: #808080;
    padding-right: 5px
}

.WeiWindow {
    position: fixed;
    display: block;
    left: 300px;
    top: 300px;
    width: 400px;
    height: 300px;
    padding: 30px 0 3px 0;
    overflow: visible;
    border: 1px solid #aaa;
    background: #fff
}

.WeiWindow .CloseWindow {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("https://epclmacao.com/static/press/img/Icons/remove.png") center center no-repeat
}

.WeiWindow .TitleBar {
    margin: -30px 0 0 0;
    height: 31px;
    padding: 0 1px 0 1px;
    clear: both
}

.WeiWindow .Content {
    height: 100%;
    padding: 0 1px 0 1px;
    clear: both
}

.WeiWindow .Botoom {
    margin: 0 0 -1px 0;
    height: 1px;
    padding: 0 1px 0 1px;
    clear: both
}

.WeiWindow .Left {
    display: block;
    margin: 0 0 0 -1px;
    width: 1px;
    height: 100%;
    float: left
}

.WeiWindow .Mid {
    width: 100%;
    height: 100%;
    display: block;
    float: left
}

.WeiWindow .Right {
    margin: 0 -1px 0 0;
    width: 1px;
    height: 100%;
    float: left
}

.WeiWindow .TitleBarLeft {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd
}

.WeiWindow .TitleBarMid {
    color: #000;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
    overflow: hidden;
    text-indent: 10px
}

.WeiWindow .TitleBarRight {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd
}

.WeiWindow .ContentMid {
    background-color: #fff
}

.Focus-ul-li-cur div {
    background-color: #fff
}

.Focus-ul-li a {
    color: #808080;
    text-decoration: none
}

.Focus-ul-li-cur a {
    color: #fff;
    font-weight: bold;
    text-decoration: none
}

.FocusInfoUl {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 1000;
    width: 100%;
    height: 35px
}

.FocusInfoUl li {
    display: block;
    float: left;
    line-height: 35px;
    text-align: center;
    height: 100%;
    position: relative
}

.FocusInfoUl li div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.FocusInfoUl li a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-left: 1px solid #fff
}

.FocusInfoUl li a:hover {
    color: #fff
}

.MessageTip {
    border: 2px solid #5f5f5f;
    position: fixed;
    right: -2px;
    bottom: 10px;
    padding: 10px;
    background-color: #fff;
    color: #000;
    z-index: 100
}

.HtmlInput {
    border: 1px solid #ccc;
    padding: 2px 1px 2px 1px;
    max-height: 200px;
    overflow: auto;
    cursor: text
}

.HtmlInput:focus {
    border: 1px solid #c4c4c4;
    outline: 1px solid #eee
}

.HtmlInput .PlaceHolder {
    color: #a1a1a1
}

.HtmlInput p {
    margin: 0;
    padding: 0
}

.Loading {
    position: fixed;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    padding: 2px;
    background-image: url(https://epclmacao.com/static/press/img/Loader.gif);
    z-index: 10000;
    left: 50%;
    top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%
}

.BoxShadow {
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15)
}

.btn.btn-black {
    background-image: -webkit-linear-gradient(top, #545454 0, #000 100%);
    background-image: -o-linear-gradient(top, #545454 0, #000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#000));
    background-image: linear-gradient(to bottom, #545454 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff000000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #000;
    color: #fff
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    color: #e6e6e6;
    background-color: #000;
    background-position: 0 -15px
}

.btn.btn-black:active,
.btn.btn-black.active {
    color: #b2b2b2;
    background-color: #000;
    border-color: #000
}