.footer1{
    margin-top: 80rem;
    height: 300rem;
    background-color: #d2a73d;
}
.footer1 .footer1-div{
    width: 1280rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-left: 10rem;*/
}
.footer1-ul{
    width: 95%;
    display: flex;
    margin-left: -35rem;
}
.footer1-ul ul{
    margin: 0 10rem;
    width: 130rem;
}
.footer1-ul ul:first-child{
    margin: 0 14rem;
    width: 50rem;
}
.code{
    width: 15%;
}

.footer1-ul li{
    font-size: 18rem;
    font-family: SimHei;
    color: #e4e4e7;
    list-style: none;
    margin-top: 10rem;
    text-align: center;
}

.footer1-ul ul a:first-of-type li{
    font-size: 20rem;
    /*font-weight: bold;*/
    text-align: center;
    color: white;
    padding-bottom: 10rem;
}
.code p{
    color: white;
    font-size: 16rem;
    font-family: SimHei;
    /*font-weight: 600;*/
    margin: 10rem;
    text-align: center;
}
.footer2{
    height: 130rem;
    background-color: #40405d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer2 div{
    width: 700rem;
    margin: 0 auto;
}
.footer2 div p{
    color: #7f7f90;
    font-family: SimHei;
    font-size: 18rem;
    text-align: center;
    padding: 3rem;
}
