﻿ul, li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.menu-fixed {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-image: url(/Images/menuifxed.png);
    background-size: 85px 276px;
    width: 41px;
    background-position: -44px -175px;
}

.menu-fixed-list {
    height: 175px;
    display: none;
}

    .menu-fixed-list .fore01 a {
        height: 44px;
    }

    .menu-fixed-list .fore02 a {
        height: 44px;
    }

    .menu-fixed-list .fore03 a {
        height: 40px;
    }

    .menu-fixed-list .fore05 a {
        height: 25px;
    }

    .menu-fixed-list a {
        display: block;
        font-size: 0px;
        margin-bottom: 5px;
    }

.menu-fixed-mini {
    margin-bottom: 10px;
    height: 40px;
}

    .menu-fixed-mini a, .go-top a {
        display: block;
        font-size: 0px;
        height: 40px;
    }

.menu-fixed.active {
    background-position: 0px 0px;
}

.dingweiPic {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .dingweiPic img {
        width: 100%;
        height: 100%;
    }



/*隐藏*/
    .xzApp{
    position:fixed; 
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    background: rgba(0, 0, 0, 0.5);
    z-index:22;
    display:none;
}
.xzApp .xzCon{
    width:250px;
    height:250px;
    background:#fff;
    text-align:center;
    line-height:247px;
}
.xzApp .xzCon >img{
    width:auto;
    height:auto;
    max-width:218px;
    max-height:218px;
    vertical-align:middle;
}
.xzApp .xzCon .close2{
    display:block;
    width:32px;
    height:32px;
    background:#fff;
    text-align:center;
    line-height:29px;
    position:absolute;
    top:-16px;
    right:-14px;
    cursor:pointer;
     -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    z-index:22;
}
.xzApp .xzCon .close2 img{
    width:auto;
    height:auto;
    max-width:10px;
    max-height:10px;
    vertical-align:middle;
}
.xzApp .box {
    background:#fff;
    width:250px;
    padding:10px;
     position:absolute;
    top:50%;
    left:50%;
    margin-left:-130px;
    margin-top:-155px;
}
.xzApp .box .xzTitle{
    text-align:center;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}