* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    scroll-behavior: smooth;
    font-family: "-apple-system", "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    color: #333;
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    font: 16px/1.5;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #909090;
}

ul,
li {
    list-style: none;
}

input {
    outline: none;
    border: none;
    background-color: none;
    font-size: 1.25vw;
    width: 100%;
}

input::-webkit-input-placeholder {
    color: #999;
}

.toast {
    position: fixed;
    background: #ccc;
    padding: 10px 10px;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 18px;
    z-index: 10000;
    max-width: 80%;
    display: none;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1103;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.kyc {
    background: url(../img/kyc_bg.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 111.3333vw;
    padding: 40vw 12vw 0;
    position: absolute;
    top: 10%;
}

.kyc input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 3.5vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.kyc input::-webkit-input-placeholder {
    color: #FFD6D1;
}

.kyc_item {
    height: 18.6667vw;
}

.kyc_right {
    height: 13.3333vw;
    background: #E74833;
    border-radius: 7vw;
    padding-left: 7.3333vw;
}

.kyc_err {
    font-family: PingFang SC;
    font-weight: 400;
    color: #FDDB8F;
    line-height: 5.3333vw;
    padding-left: 7.3333vw;
    font-size: 3.5vw;
}

.maskbtn {
    background: url(../img/kyc_btn.png) no-repeat center;
    background-size: contain;
    width: 67.2vw;
    height: 21.2vw;
    margin: 0 auto;
    cursor: pointer;
}

.container {
    width: 100% !important;
    margin: 0 auto;
    box-sizing: border-box;
}

footer {
    padding: 6.667vw 6.667vw 28vw;
    margin-top: 113vw;
    background: #FFF;
    font-size: 12px;
}

footer .title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    border-bottom: 0.133vw solid #999999;
    margin-bottom: 8vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer .title:before {
    display: block;
    content: '';
    width: 9.333vw;
    height: 7.333vw;
    background: url(../img/pc/logo_ft.png) no-repeat center center;
    background-size: contain;
    order: 2;
}

footer .title div:nth-child(1) {
    order: 1;
}

footer .title div:nth-child(2) {
    order: 3;
}

footer .cont {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

footer address {
    font-style: normal;
    margin-top: 8vw;
    text-align: center;
    font-size: 3.2vw;
}

footer a {
    color: #333;
}

footer .item {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4vw;
    font-size: 3.2vw;
    width: 33.333%;
    flex-shrink: 0;
    height: 20vw;
}

footer .item:before {
    display: block;
    content: '';
    width: 9.067vw;
    height: 9.067vw;
    margin: 0 auto 1.333vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

footer .item:nth-child(1):before {
    background-image: url(../img/pc/MoneySave.png);
}

footer .item:nth-child(2):before {
    background-image: url(../img/pc/MoneyTransfer.png);
}

footer .item:nth-child(3):before {
    background-image: url(../img/pc/Globe.png);
}

footer .item:nth-child(4):before {
    background-image: url(../img/pc/Conversation.png);
}

footer .item:nth-child(5):before {
    background-image: url(../img/pc/Pouch.png);
}

footer .item:nth-child(6):before {
    background-image: url(../img/pc/Profit.png);
}