body {
    background-color: #ffffff;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.header {
    height: 80px;
    background-color: #00000030;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header .container {
    height: 80px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.header .container .nav .contact {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.header .container .nav .contact .phone {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
}

.header .container .nav .contact .el-button {
    background-color: transparent;
    border: solid 1px #ffffff;
    padding: 10px;
    margin-left: 20px;
    color: #ffffff;
}

.footer {
    position: relative;
    padding: 0;
    border: unset;
}

.footer > img {
    width: 100%;
}

.footer .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    padding-bottom: 30px;
    color: #ffffff;
}


.footer .container .left {
    width: 250px;
    text-align: left;
}

.footer .container .left p {
    margin-top: 20px;
    font-size: 14px;
}

.footer .container .left p.contact-phone {
    font-size: 18px;
}

.footer .container .center {
    width: 780px;
    border: solid #ffffff 1px;
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 30px 50px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}

.footer .container .center a {
    font-weight: normal;
}

.footer .container .center .footer-nav ul {
    display: flex;
    margin-bottom: 20px;
    justify-items: center;
    align-items: center;
}

.footer .container .center .footer-nav ul li {
    margin-right: 10px;
}

.footer .container .center .footer-nav ul li:last-child {
    margin-right: unset;
}

.footer .container .center .qq ul {
    display: flex;
    margin-bottom: 20px;
    justify-items: center;
    align-items: center;
}

.footer .container .center .qq ul li {
    margin-right: 10px;
}

.footer .container .center .qq ul li:last-child {
    margin-right: unset;
}

.footer .container .center .partner ul {
    display: flex;
    margin-bottom: 20px;
    justify-items: center;
    align-items: center;
}

.footer .container .center .partner ul li {
    margin-right: 10px;
}

.footer .container .center .partner ul li:last-child {
    margin-right: unset;
}

.footer .container .center a {
    color: #ffffff;
}

.footer .container .right {
    width: 250px;
    position: relative;
    padding-left: 30px;
}

.footer .container .right p {
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}

.footer .container .right .icon-wrapper {

}

.footer .container .right .icon-wrapper .icon {

}

.footer .container .right .icon-wrapper .icon img {
    cursor: pointer;
}

.footer .container .right .icon-wrapper .icon .footer-wechat-active {
    display: none;
}

.footer .container .right .icon-wrapper .icon .code {
    display: none;
    position: absolute;
    right: 100px;
    bottom: 150px;
    width: 200px;
    background-color: #ffffff;
}

.footer .container .right .icon-wrapper .icon .code img {
    width: 100%;
    margin-bottom: 5px;
}

.footer .container .right .icon-wrapper .icon .code p {
    font-size: 12px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #666666;
}
