#south {
    width: 100%;
}

.footer {
    background: #060879;
    padding: 50px 70px 0;
    color: #fff;
    font-size: 14px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    flex: 1;
}

.footer .p1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0;
    color: #F3BF4A;
}

.footer .footer-logo {
    float: left;
    width: 60px;
}

.footer .footer-logo img {
    width: 100%;
}

.footer .contact-wrap {
    float: right;
    margin-top: 25px;
}

.footer .contact-wrap .contact-list {
    margin-top: 10px;
}

.footer .contact-wrap .contact-list a {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 18px;
}

.footer .contact-wrap .contact-list a:last-child {
    margin-right: 0;
}

.footer .contact-wrap .contact-list a .iconfont {
    color: #060879;
}

.footer-main .footer-main-list li {
    float: left;
    /*width: 186px;*/
    width: 30%;
}

.footer-main .footer-main-list li.li-long {
    width: 302px;
}

.footer-main .footer-main-list .links {
    overflow: hidden;
    margin-top: 10px;
}

.footer-main .footer-main-list .links a,
.footer-main .p2 {
    color: #fff;
    line-height: 32px;
    display: block;
}

.footer-main .p2 span {
    padding-left: 70px;
}

.footer-main .footer-main-list .sub-wrap {
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #F3BF4A;
    border-radius: 30px;
    height: 60px;
    position: relative;
}

.footer-main .footer-main-list .sub-wrap input {
    width: 100%;
    height: 60px;
    background: none;
    border: none;
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
    color: #fff;
}

.footer-main .footer-main-list .sub-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-main .footer-main-list .sub-wrap input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-main .footer-main-list .sub-wrap .btn-sub {
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    line-height: 60px;
    text-align: center;
    color: #F3BF4A;
    background: none;
    border: none;
}

.footer-main .footer-main-list .sub-wrap .btn-sub .iconfont {
    font-size: 16px;
    font-weight: 700;
}

.amazon-link {
    display: inline-block;
}

.amazon-link a {
    color: #F8F8F8;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    margin-top: -7px;
    vertical-align: middle;
}

.amazon-link .iconfont {
    font-size: 104px;
    vertical-align: middle;
}

.footer-icons {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 30px 0 0;
}

.footer-list2 {
    margin-top: 70px;
}

.footer-right {
    width: 360px;
}

.footer-main .footer-main-list .li-long-long {
    width: 100% !important;
    float: none;
}

.footer-main .footer-main-list .li-long-long.subscribe {
    margin-top: 35px;
}

/*英文样式*/
body.en-lang .footer-main {
    letter-spacing: 0.08em;
}

body.en-lang .footer-main .footer-main-list li {
    width: 220px;
}

body.en-lang .footer-right {
    width: 455px
}

body.en-lang .footer-main .footer-main-list .sub-wrap .btn-sub {
    width: 76px;
}

body.en-lang .footer-main .footer-main-list li.li-long {
    width: 302px;
}

@media screen and (max-width: 1300px) {
    body.en-lang .footer-right {
        width: 360px;
    }
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 750px) {
    .footer {
        font-size: 12px;
        padding: 6vw 0;
    }

    .footer-left,
    .footer-right {
        float: none;
    }

    body.en-lang .footer-right,
    .footer-right {
        width: auto;
    }

    .footer .footer-icons {
        display: none;
    }

    .footer-main,
    body.en-lang .footer-main {
        padding: 0 4vw;
    }

    .footer-main {
        display: block;
    }

    .footer .p1 {
        font-size: 12px;
        padding: 0 0 5px;
    }

    .footer-main .footer-main-list .links a,
    .footer-main .p2 {
        font-size: 11px;
        line-height: 20px;
    }

    .footer-main-list {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 4vw;
    }

    .footer-main-list:after {
        display: none;
    }

    .footer-main .footer-main-list li,
    .footer-main .footer-main-list li.li-long,
    body.en-lang .footer-main .footer-main-list li.li-long,
    body.en-lang .footer-main .footer-main-list li {
        width: 33.33%;
    }

    .footer-main .footer-main-list .links {
        margin-top: 0;
    }

    .footer-main .footer-main-list .sub-wrap {
        display: flex;
        margin-top: 0;
        height: 42px;
    }

    .footer-main .footer-main-list .sub-wrap .sub-email-wrap {
        flex: 1;
    }

    .footer-main .footer-main-list .sub-wrap input {
        width: 100%;
        height: 42px;
        font-size: 2.6vw;
    }

    .footer-main .footer-main-list .sub-wrap .btn-sub,
    body.en-lang .footer-main .footer-main-list .sub-wrap .btn-sub {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .footer-main .footer-main-list .li-long-long {
        width: 66% !important;
    }

    .footer-main .footer-main-list .li-long-long.subscribe {
        margin-top: 0;
        width: 33.33% !important;
    }
}