
*html .baseMessage {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(35 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
.baseMessage{height:53px;overflow:hidden;padding:5px 15px 5px 10px;display:none;position:fixed;top:35%;left:50%;z-index:1000;}
.baseMessage .icon_ok{background:url(../img/tip_layer.png) no-repeat -7px 0;_background:url(../img/tip_layer.gif) no-repeat -7px 0;height:53px;display:inline-block;width:44px;vertical-align:middle;}
.baseMessage .icon_warn{background:url(../img/tip_layer.png) no-repeat -7px -54px;_background:url(../img/tip_layer.gif) no-repeat -7px -54px;height:53px;display:inline-block;width:44px;vertical-align:middle}
.baseMessage .icon_error{background:url(../img/tip_layer.png) no-repeat -7px -108px;_background:url(../img/tip_layer.gif) no-repeat -7px -108px;height:53px;display:inline-block;width:44px;vertical-align:middle}
.baseMessage .icon_txt{background:url(../img/tip_layer.png) 0 -161px;_background:url(../img/tip_layer.gif) 0 -161px;height:53px;line-height:53px;display:inline-block;padding:0 10px;vertical-align:middle;min-width:50px;font-size:14px;font-weight:bold;color:#606060;}
.baseMessage .icon_r{background:url(../img/tip_layer.png) no-repeat 0 0;_background:url(../img/tip_layer.gif) no-repeat 0 0;height:53px;display:inline-block;width:6px;vertical-align:middle;}

.logo{
position: absolute; left: 22px; top: 0; padding: 22px 0;
}
nav.fixed .logo {
  max-height: 50px;
  padding:5px 0;
}
@media all and (max-width: 990px) {
.logo {
  max-height: 90px;
}
}
.contact_mini {
    position: relative;
    padding: 0 40px 0 35px
}

.contact_mini strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-align: left
}

.contact_mini .contact-icon {
    font-size: 26px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0
}

.contact_mini span {
    font-size: 12px;
    display: block;
    text-align: left
}
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}
#rocket-to-top {
    background: url("/theme/zy618/img/rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    margin: -15px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 80%;
    width: 149px;
    z-index: 11;
}
#rocket-to-top .level-2 {
    background: url("/theme/zy618/img/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}
