.main {
    width: 1266px;
    margin: 0 auto;
}
.footer-top .main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-top .main .list-content {
    display: flex;
    flex-direction: row;
}
.footer-top {
    background: rgb(46, 51, 53);
    box-sizing: border-box;
    padding-top: 45px;
}
.footer-top .footer-list li .title {
    font-size: 16px;
    color: #909090;
    margin-bottom: 32px;
    display: inline-block;
}
.footer-top .footer-list li a{
    font-size: 14px;
    color: #767676;
    margin-bottom: 20px;
    display: inline-block;
}
.footer-top .footer-list li .hasM {
    margin-bottom: 20px;
}
.footer-top .footer-about {
    padding-right: 50px;
}
.footer-top .list-content .line {
    width: 1px;
    height: 235px;
    background: #34393c;
}
.footer-top .in-china {
    padding: 0 50px;
}
.footer-top .footer-hot {
    width: 172px;
    padding-left: 50px;
    box-sizing: border-box;
}
.footer-top .footer-person {
    width: 176px;
    padding-left: 50px;
}
.footer-top .footer-code {
    padding-left: 80px;
    display: flex;
    flex-direction: row;
}

.footer-top .footer-code li > div {
   display: flex;
   flex-direction: row;
    margin-bottom: 19px;
    align-items: center;
}
.footer-top .footer-code li > div img {
    width: 32px;
    height: 26px;
    margin-right: 15px;
}
.footer-top .footer-code li > div a {
    font-size: 14px;
    color: #767676;
}
.footer-top .footer-code li .wx-img {
    margin-right: 11px !important;
}
.footer-top .footer-code .code {
    width: 115px;
    height: 115px;
}
.footer-top .footer-weibo {
    margin-right: 39px;
}
.footer-bottom {
    height: 60px;
    background-color: rgba(38, 41, 42);
}
.footer-bottom .main {
    padding-left: 10px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom .main span {
    font-size: 14px;
    color: #8A8F8D;
}
footer a:hover {
    color: #fff !important;
}

body::-webkit-scrollbar {
    display: none;
  }