body {
    margin: 0;
    padding: 0;
    background-color: white;
    background-image: url("../img/backgroundMap.png");
}
/*友站链接*/
#friendLin {
    width: 100%;
    background-color: #292929;
}

#friendLinTit {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    font-size: 39px;
    color: white;
    padding-top: 30px;
    border-bottom: 3px solid #337AB7;
}

#friendLinks {
    margin: 1% 0;
    text-align: center;
}

    #friendLinks a {
        color:white;
        margin-right: 3px;
    }

        #friendLinks a img {
            height: 88px;
            width: 162px;
            margin: 5px;
        }
/*页脚*/
#webFoot {
    background-color: #000000;
}

#keepPicture {
    margin-top: 1%;
}

#keepImg {
    width: 100%;
    height: 88px;
    background: url("../img/sponsors.png") no-repeat;
    background-size: 100% 100%;
}

#footNav {
    margin: 1% auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

    #footNav a {
        font-size:16px;
    }

#pmd {
    width: 100%;
}

#pmdContent {
    width: 83%;
    background-color: black;
}

#footContent {
    margin-top: 1%;
    text-align: center;
}
/*置顶按钮*/
#goToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    background: url("../img/UP.png");
    background-size: 100% 100%;
    width: 65px;
    height: 65px;
}
    #goToTop div {
        width:65px;
        height:65px;
    }
/*客服按钮*/
#customer {
    position: fixed;
    bottom: 100px;
    right: 10px;
    background: #6EC2CB;
    -webkit-border-radius: 5px;
    padding: 10px 9px;
    width: 45px;
    display: block;
    cursor: pointer;
    z-index: 2;
}

    #customer i {
        font-size: 40px;
        line-height: 45px;
        color: white;
        margin-left: 2px
    }
    #customer img{
        height:45px;
        width:45px;
    }
#foldBtn {
    /*position: relative;*/
    transform: rotate(90deg);
}
@media screen and (max-width:995px) {
    #friendLin {
        height: 100%;
        width: 100%;
        background-color: #292929;
        text-align: center;
    }

    #friendLinks {
        height: 100%;
        text-align: center;
    }
    #friendLinTit {
        width: 220px;
        font-size: 29px;
    }
    #webFoot {
        margin-bottom: 50px;
        height: 100%;
        background-color: #000000;
    }

    #pmdContent {
        width: 100%;
        background-color: black;
    }
    /*客服按钮*/
    #customer {
        position: fixed;
        bottom: 80px;
        right: 10px;
        background: #6EC2CB;
        -webkit-border-radius: 5px;
        padding: 10px 9px;
        width: 45px;
        display: block;
        cursor: pointer;
        z-index: 2;
    }
    #foldIcon{
        display:none;
    }
    #foldBtn {
        transform: rotate(270deg);
    }
    #footNav a {
        font-size: 12px;
    }
}
