html{
    font-size: 16px;
}
.head>img{
    width: 100%;
    margin-top: -76px;
}
.headLink{
    margin: 0 auto;
}
.headLink>div{ 
    width:1200px;
    position: relative;
    height: 72px;
    margin: 0 auto;
    z-index: 99999;
    left: 0;
    right: 0;
}
.headLink>div>:nth-child(1){
    float: left;
    margin-left: 15px;
    line-height: 72px;
}
.headLink>div>:nth-child(2){
    float: right;
    line-height: 72px;
}
.headLink>div>:nth-child(2)>:nth-child(1){
    margin-right: 15px;
}
.headLink>div>:nth-child(2)>:nth-child(2){
    margin-right: 15px;
    text-decoration: none;
}
.user-content{
    font-size: 12px; 
    color: #009BD9;
    font-style: normal;
}

/*底部版权*/
.copyright-div{
    position: absolute;
    bottom: 0;
    font-size: 16px;
}
.buttom-img{
    bottom: 7.875em;
    width: 100%;
}
.copyright {
    bottom: 0;
    width: 100%;
    height: 7.875em;
    background-color: #EE8100;
    display: block;
    margin-top: -1px;
    padding-top: 2.8125em;
}
.copyright-text{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.copyright a{
    color: #fff!important;
    text-decoration: none;
}
.copyright p{
    display: block;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 0.75em;
}
.copyright-text > img{
    position: absolute;
    right: 4.725em;
    bottom: -0.125em;
    width: 8%;
}
@media (max-width: 1025px){ 
    .headLink>div{ 
        width :100%;    
        position: relative;
    }
    .headLink>div>:nth-child(1){
        float: left;
        width:25%;
        margin-left: 15px;
        line-height: 72px;
    }
    .headLink>div>:nth-child(2){
        float: right;
        width:200px;
        text-align: end;
        line-height: 72px;
    }
    .headLink>div>:nth-child(2)>:nth-child(1){
        margin-right: 14px;
    }
    .headLink>div>:nth-child(2)>:nth-child(2){
        margin-right:14px;
        text-decoration: none;
    }
    .user-content{
        font-size: 0.75em; 
        color: #009BD9;
    }

    /*底部版权*/
    .copyright-div{
        position: absolute;
        bottom: 0;
        font-size: 16px;
    }
    .buttom-img{
        /*position: relative;*/
        bottom: 7.875em;
        width: 100%;
    }
    .copyright{
        /*position: fixed;*/
        bottom: 0;
        width: 100%;
        height: 7.875em;
        background-color: #6d1c7e;
        display: block;
        margin-top: -1px;
        padding-top: 2.8125em;
    }
    .copyright-text{
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
    }
    .copyright a{
        color: #fff!important;
        text-decoration: none;
    }
    .copyright p{
        display: block;
        text-align: center;
        color: #fff;
        opacity: 0.9;
        padding-bottom: 0;
        text-transform: uppercase;
        font-size: 0.75em;
    }

    .copyright-text > img{
        position: absolute;
        right: 4.725em;
        bottom: -0.125em;
        width: 8%;
    }
}


        