@charset "UTF-8";

html,
body {
    /*background-color: #F8F8F8;*/
    margin: unset !important;
    overflow-x: hidden;
    font-family: Poppins, Poppins !important;

}

.page {
    /* 暂时设置 */
    /* padding-bottom: 100px; */
    /*background-color: red;*/
}
.page .keyword{
    color: #1A1A1A;
    /*font-weight: 600;*/
}
/* top-banner */
.top {
    width: 100%;
    height: auto;
}
.banner{
    width: 100%;
    background-color: #fff;
    margin-top: 80px;
    padding: 40px 0;
}
.banner .bannertext {
    background-color: #fff;
    max-width: 1410px;
    margin: auto;
    width: 100%;
    height: auto;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: space-between;

}
.bannertext .bannertext-left{
    width: 50%;
}
.bannertext .big-title h1{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height:150%;
    color: rgba(26, 26, 26, 1);
    text-align: left;
}


.bannertext .small-title {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
}

.bannertext div:nth-child(3) {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    margin-top: 20px;
    width: 70%;
}

.bannertext .colorbutton {
    font-weight: 600;
    font-size: 15px;
    color: #1A1A1A;
    line-height: 15px;
    height: 48px;
    background: #FF9200;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid rgba(215, 22, 91, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins, Poppins !important;
}

.bannertext .oper-button {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.bannertext .bannertext-right{
    width: 48%;
    text-align: right;
    position: relative;
}
.bannertext .bannertext-right .text{
    position: absolute;
    top: 20%;
    right: 10%;
    transform: translate(-20%, 10%);
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 2px rgba(33, 33, 33, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.bannertext .bannertext-right .text img{
    width: 48px;
    height: 48px;
    border-radius: 48px;
}
.bannertext .bannertext-right .text .keyword{
    padding-left: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}
.bannertext .bannertext-right .text .keyword p{
    margin: 10px;
}
.bannertext .bannertext-right .text .keyword .ips{
    color: #1A1A1A;
    font-size: 18px;
}
.texing{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #1A1A1A;
    margin-top: 20px;
}
.texing .sentence-text{

}
.texing .one{
    margin-right: 50px;
    text-align: left;
}
.texing .one span{
    color: #1A1A1A !important;
    font-size: 14px;
}
/* 主要区域-start */
.page-container {
    width: 100%;
    margin: auto;
}

/*  reason - start */
.reason{
    width: 100%;
    /*background-color: #fff;*/
    margin: 40px 0;
}
.reason .plate-color{
    max-width: 1410px;
    margin: auto;
    padding: 20px 0;
}
.reason .big-title{
    font-size: 36px;
    font-weight: 500;
    color: #1A1A1A;
    text-align: center;
    margin: unset;
}
.reason .hotcountry-main{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-between;*/
    text-align: justify;
}
.reason .hotcountry-main .hotcountry-one{
    padding: 40px 20px 0 20px;
    height: 330px;
    text-align: left;
    box-sizing: border-box;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 20px;
    width: 23%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 2px rgba(33, 33, 33, 0.12);
}
.reason .hotcountry-main .hotcountry-one img{
    text-align: left;

}
.reason .hotcountry-main .hotcountry-one .title{
    padding: 20px 0;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
}
.reason .hotcountry-main .hotcountry-one .ips{
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
}
/* model - 6 */
.inter{
    width: 100%;
    margin-bottom: 80px;
}
.inter .inter_text{
    max-width: 1410px;
    margin: auto;
    text-align: center;
    background-image: url("/static/swift_proxy/images/home_slices/locat_inter.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.inter .inter_text .big-title{
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
    padding-top: 40px;
    color: #fff;
}
.inter .inter_text .small-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 40px;
    color: #fff;
}
.inter .inter_text .oper-button{
    padding-bottom: 40px;
}
.inter_text .el-button{
    color: #1A1A1A;
    font-size: 14px;
}
/*faq - start*/
.faq{
    width: 100%;
    background-color: #fff;
}
.faq .plate-color{
    background-color: #fff;
    max-width: 1410px;
    margin: 40px auto;
    padding: 20px;
}
.faq .big-title{
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #1a1a1a;
}
.faq .el-collapse-item__header {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    padding: 10px;
}
.faq .panel-answer {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
    padding: 10px 20px;
    font-weight: 400;
}
/* a标签-去掉下划线,边框-start */
a {
    text-decoration: none;
    border: 0 none !important;
}

.buttonBorderStyle {
    border: none !important;
}

/* a标签-end */
/* button-效果-start */
.btn-conteiner {
    display: flex;
    --color-text: #ffffff;
    --color-background: #ff9200;
}

.btn-content {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: var(--color-text);
    background: var(--color-background);
    transition: 1s;
    border-radius: 10px;
    box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover,
.btn-content:focus {
    transition: 0.5s;
    -webkit-animation: btn-content 1s;
    animation: btn-content 1s;
    outline: 0.1em solid transparent;
    outline-offset: 0.2em;
    box-shadow: 0 0 0.4em 0 var(--color-background);
}

.pricing-top-toptitle div:first-child h2{
    font-weight: 600;
    font-size: 36px;
    color: #1a1a1a;
    line-height: 36px;
    margin: 0;
}

/* Button animations */
@-webkit-keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

@keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

/* /* button-效果-end */

/* phone start */
@media (max-width: 600px){
    .banner{
        margin-top: unset;
    }
    .banner .bannertext{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column !important;
    }
    .banner .bannertext-left{
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .bannertext .big-title h1{
        font-size: 28px;
        box-sizing: border-box;
    }
    .banner .oper-button{
        width: 100% !important;
    }
    .banner .oper-button .el-button,.btn-content{
        width: 80%;
        margin: auto;
    }
    .banner .bannertext-right{
        margin-top: 20px;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .banner .bannertext-right img{
        width: 98%;
        margin: auto;
    }
    .special .special-main{
        display: flex;
        flex-wrap: wrap;
    }
    .special .special-main .special-one{
        padding: 0 0 10px 0;
    }
    .hotcountry .hotcountry-main .hotcountry-one{
        width: unset;
        padding: 0 20px;
    }

    .reason .big-title{
        font-size: 28px;
        color: #1A1A1A;
    }
    .reason .hotcountry-main .hotcountry-one{
        width: 100%;
    }
    .inter .inter_text{
        margin: 0 16px;
    }
    .inter .inter_text .big-title{
        font-size: 28px;
    }
    .faq .big-title{
        font-size: 28px;
    }
    .faq .el-collapse-item__header{
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
    }
    .home-model-six .model-three-card{
        flex-wrap: wrap;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .home-model-six .model-three-card .card-one{
        margin-bottom: 20px;
        width: unset;
    }


    .pricing .peculiarity {
        width: auto;
        padding: 0 16px;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .pricing .peculiarity div {
        padding: 0 0 10px 0;
    }

    .pricing .el-tabs__nav-scroll {
        width: 96%;
    }

    .pricing .pricing_public_card {
        display: list-item;
        padding: 20px;
        margin-top: unset;
    }

    .pricing .pricing_public_card .price-one {
        width: auto;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .pricing .pricing_public_card .price-one .oper-colorbutton .sign {
        padding: 14px 0;
        color: #1A1A1A;
    }
}