@font-face {
    font-family: 'Roboto-Light';
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}

[v-cloak]{
    display: none;
}

/* 公共类 */
.font-bold {
    font-family: Roboto-Bold;
}

.font-regular {
    font-family: Roboto-Regular;
}

.font-light {
    font-family: Roboto-Light;
}

.font-medium {
    font-family: Roboto-Medium;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-28 {
    font-size: 28px;
}

.f-36 {
    font-size: 36px;
}

.f-48 {
    font-size: 48px;
}

.nowrap {
    white-space: nowrap;
}


.icon.icon-email, .icon.icon-country {
    display: inline-block;
    margin: 0 10px 0 13px;
}


html,
body {
    height: 100%;
}

body {
    color: #000;
    background: #fff;
    font-family: Roboto-Regular;
}

a {
    color: #00CE7A !important;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #00CE7A;
}

p {
    margin: 0;
    padding: 0;
}

.hide {
    display: none;
}

.header {
    background: #3d3d3d;
    position: sticky;
    height: 70px;
    z-index: 10;
    transition: all 0.5s;
}

footer {
    text-align: left;
    padding: 0 5%;
    margin-top: 85px;
    text-align: center;
    color: #ccc;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding: 16px 0 19px;
}


.logo-wrapper {
    max-width: 1500px;
    width: 80%;
    margin: 0 auto;
}

main {
    max-width: 1500px;
    width: 80%;
    margin: 0 auto;
}

/* section.banner {
    background: url('../images/eu-form-banner.jpg') no-repeat;
    position: relative;
    background-size: 100% 100%;
    height: 0;
    padding-bottom: 42.5%;
    width: 100%;
    margin: 44px auto 102px;
    border-radius: 10px;
} */

section.banner {
    margin: 44px auto;
    border-radius: 0;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    border-radius: 10px;
    overflow: hidden;
}

section.banner img {
    width: 100%;
}

section.banner .content-wrapper {
    position: absolute;
    right: -1px;
    width: 48%;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
}

section.banner .content-wrapper .content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

section.banner .content-wrapper .content .system {
    font-size: 18px;
    margin-bottom: 24px;
}

section.banner .content-wrapper .content .title {
    font-size: 39px;
    line-height: normal;
}

section.steps .title {
    margin: 80px auto;
    text-align: center;
}
section.steps .list {
    gap: 120px;
    margin-bottom: 60px;
}

section.steps .list .list-item {
    flex: 1;
    background: #f8f8f8;
    position: relative;
    padding: 76px 50px;
    min-height: 480px;
    border-radius: 16px;
}
section.steps .list .list-item:not(:last-child)::after {
    content: '';
    background: url(/assets/images/steps-arrow.png) no-repeat;
    width: 40px;
    height: 80px;
    background-size: 100% 100%;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
section.steps .list .list-item .step-icon {
    max-height: 80px;
    margin-bottom: 28px;
}
section.steps .list .list-item .step-title {
    font-family: roboto-bold;
    font-size: 28px;
    margin-bottom: 12px;
}
section.steps .list .list-item .step-desc {
    font-family: roboto-medium;
    font-size: 16px;
}
section.steps .list .list-item .step-desc a {
    color: #0064FF!important;
    text-decoration: underline;
}
section.steps .steps-tip {
    font-size: 16px;
    font-family: roboto-medium;
    margin-bottom: 80px;
    line-height: 24px;
}
section.steps .step-seq {
    font-size: 28px;
    font-family: 'roboto-bold';
    color: #969696;
    margin-bottom: 12px;
}

section.social-media .title  {
    text-align: center;
    margin-bottom: 80px;
}
section.social-media .social-links {
    margin-bottom: 80px;
    justify-content: space-around !important;
}
section.social-media .social-links a {
    color: #969696 !important;
    font-size: 16px;
    font-family: roboto-medium;
}
section.social-media .social-links a .name {
    margin-top: 12px;
}

.question-tip {
    font-size: 16px;
    font-family: roboto-medium;
    text-align: center;
    margin-bottom: 84px;
}
.question-tip a {
    color: #0064FF!important;
    text-decoration: underline;
}


.form-title {
    margin-bottom: 20px;
    font-size: 36px;
    font-family: 'Roboto-Medium';
    line-height: normal;
}

section .info-list {
    margin-bottom: 62px;
}

section .info-item {
    flex-basis: 30%;
    margin-right: 5%;
    position: relative;
    /* padding-bottom: 38.5%; */
    /* height: 0; */
    cursor: pointer;
    border-radius: 10px;
}

section .info-item-4 {
    margin-right: 1%;
}
section .info-item img {
    width: 100%;
    border-radius: 10px;
}

section .icon-toRight {
    display: inline-block;
    min-width: 41px;
    width: 41px;
    height: 41px;
    background: url(/assets/images/arrow-right.png) no-repeat;
    background-size: 100% 100%;
}

section .info-item .content {
    position: absolute;
    bottom: 16px;
    left: 23px;
    right: 13px;
    font-size: 18px;
    color: #fff;
}

section .info-item .content img {
    width: 41px;
    height: 41px;
}

section .info-item:last-child {
    margin-right: 0;
}

section.desc-bottom {
    max-width: 1500px;
    width: 80%;
    margin: 83px auto 85px;
}

section.desc-bottom .bottom-p {
    line-height: 22px;
    margin-bottom: 46px;
    color: #8E8E8E;
}

.desc-bottom .more-question {
    margin-top: 10px;
}

.form-container {
    width: 1000px;
    margin: 0 auto;
}

.logo-wrapper img {
    width: 130px;
}

.bottom {
    max-width: 1500px;
    width: 80%;
    margin: 0 auto;
}

.further-info .title {
    margin-top: 88px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
    main,
    .logo-wrapper {
        width: 90%;
    }

    section .info-item .content {
        font-size: 20px;
        bottom: 10px;
        left: 10px;
    }

    section.steps .list {
        flex-direction: column;
        gap: 100px;
    }
    section.steps .list .list-item:not(:last-child)::after {
        bottom: -80px;
        top: unset;
        right: 50%;
        width: 20px;
        height: 40px;
        transform: translateX(50%) rotate(90deg);
        -webkit-transform: translateX(50%) rotate(90deg);
    } 
    section.steps .list .list-item {
        min-height: unset;
        padding: 20px;
    }
}

@media screen and (max-width: 1080px) {
    main {
        width: 100%;
        padding: 0 20px;
    }

    .header {
        background: #020202;
        height: 46px;
    }

    .logo-wrapper {
        text-align: center;
    }

    .header .logo-wrapper img {
        width: 98px;
    }

    section.banner {
        margin: 55px auto;
        border-radius: 0;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        border-radius: 10px;
        overflow: hidden;
    }

    section.banner img {
        width: 100%;
    }

    section.banner .content-wrapper {
        /* width: 92%;
        left: 4%;
        top: 10%;
        bottom: 20%;
        border-radius: 7px;
        background: rgba(255, 255, 255, .8); */
    }
    
    section.social-media .social-links {
        gap: 10px;
    }
    section .intro {
        font-size: 15px;
    }

    section .info-list {
        margin-bottom: 52px;
        font-size: 16px;
    }

    section .info-item {
        flex-basis: 32%;
        margin-right: 1%;
    }

    .form-title {
        margin-bottom: 20px;
        line-height: normal;
        font-size: 26px;
    }

    section.desc-bottom .bottom-p {
        margin-left: 15px;
        margin-bottom: 36px;
        font-size: 14px;
    }

    section .more-question {
        background: #FAFAFA;
        height: 137px;
        border-radius: 10px;
        text-align: center;
        margin-top: 45px;
        font-size: 18px;
        color: #252525;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 34px;
    }

    .bottom {
        width: 100%;
        padding: 0 15px;
        margin: 40px auto 18px;
    }

    .further-info .title {
        text-align: center;
    }

    .further-title {
        font-size: 18px;
    }

    section.steps .title {
        margin: 80px auto 40px;
    }

    section.steps .list .list-item .step-title {
        font-size: 18px;
    }

    section.steps .list .list-item .step-icon {
        max-height: 50px;
    }

    section.steps .list {
        gap: 28px;
    }

    section.steps .list .list-item:not(:last-child)::after {
        display: none;
    }

    section.steps .steps-tip {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 900px) {
    section .info-item .content {
        font-size: 20px;
    }

    section .icon-toRight {
        min-width: 37px;
        width: 37px;
        height: 37px;
    }

    section .info-list {
        flex-direction: column;
    }

    section .info-list .info-item {
        margin-right: 0;
        margin-bottom: 19px;
    }

    section .info-list {
        margin-bottom: 32px;
    }
    section.steps .steps-tip {
        margin-bottom: 100px;
    }

    section.social-media .social-links a {
        width: 80px;
    }
    section.social-media .social-links a img {
        width: 100%;
    }
    section.social-media .social-links {
        margin-bottom: 80px;
    }
    section.steps .title,
    section.social-media .title {
        text-align: left;
        margin-bottom: 36px;
        font-size: 28px;
    }
}

@media screen and (max-width: 600px) {
    section.banner .content-wrapper .content {
        width: 100%;
    }
    section.banner .content-wrapper .content .title {
        font-size: 20px;
        white-space: wrap;
        max-width: 80%;
    }
    section.banner {
        padding-bottom: 274px;
        height: 274px;
        background-size: auto 100%;
        background-position: center;
        overflow: hidden;
    }

    section.banner .content-wrapper .content .system {
        font-size: 16px;
        margin-bottom: 15px;
    }
}