.footer{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background-color: #1f202e;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer_list{
    position:relative;
    width:100%;
    height:auto;
    display:block;
}
.footer_item{
    position:relative;
    width:100%;
    height:auto;
    display:block;
    color:#dedede;
    font-size:14px;
}
.contact_title{
    position:relative;
    width:100%;
    height:auto;
    display:block;
    font-size:16px;
    color: #ff5666;
    padding-bottom:10px;
}
.footer_item_pic{
    position:relative;
    width:auto;
    display:inline-block;
    padding-right:5px;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
}

.share{
    position:relative;
    text-align: right;
}
.share strong{
    font-size:13px;
}
.share_a,.share_a:hover,.share_a:visited,.share_a:active{
    text-decoration: none;
   padding-left:10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.share_code{
    position: absolute;
    width:auto;
    display: none;
    right:-7px;
    bottom:35px;
    z-index:80;
}
.share_title{
    position:relative;
    text-align:center;
    padding-left:310px;
    color: #ff5666;
    padding-bottom:10px;
}
.share_title1{
    padding-left: 227px;
}
.footer1{
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    left: 0;
    bottom: 0;
}

@media screen and (min-width:1px) and (max-width:768px){
    .footer{
        padding-left:15px;
        padding-right:15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .footer_list{
        text-align: center;
    }
    .share{
        text-align: center;
    }
    .share_title{
        text-align: center;
        padding-left:0;
    }
    .share_a,.share_a:hover,.share_a:visited,.share_a:active{
        padding-left:0;
        padding-right:10px;
        box-sizing: border-box;
    }
    .copyright{
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        color: #dedede;
        font-size: 14px;
        text-align: center;
        padding-top: 15px;
    }
}

@media screen and (min-width:1400px) and (max-width:1920px){
    .share_title{
        padding-left:318px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .share_title1{
        padding-left: 223px;
    }
}