* {
    background-repeat: no-repeat;
    background-position: center;
}

#top_sec {
    background: url(/asset/inpageImg/social-trading/top_banner_pc_en.jpg);
    background-position: center;
    height: 870px;
}

#top_sec:lang(zh),
#top_sec:lang(tw) {
    background: url(/asset/inpageImg/social-trading/top_banner_pc_cn.jpg);
    background-position: center;
}


#copier_provider,
#c_c,
#join_comu {
    margin-bottom: 179px;
}

#copier_provider .containerWrap {
    display: flex;
    flex-direction: row;
    padding: 20px;
    width: 100%;
    font-family: rubik;
}

.cpWrap {
    width: 48%;
    margin: auto;
    height: 600px;
}

.cpWrap div {
    display: flex;
    margin: auto;
    width: 100%;
}

.l1:nth-child(1) {
    height: 500px;
}

.l3 {
    align-items: center;
    /* gap: 20px; */
}

.cpWrap .cpTitle {
    font-size: 40px;
    font-weight: 600;
}

#copier_wrap .cpTitle {
    color: #e5813a;
    text-shadow: 0 0 1px #e5813a54, 0 0 1.5px #e5813a8f;
    text-wrap: nowrap;
}

#provider_wrap .cpTitle {
    color: #009545;
    text-shadow: 0 0 1px #0095456e, 0 0 1.5px #00954545;
    text-wrap: nowrap;
}

.l3 img {
    max-height: 61px;
}


.cpWrap .l2:nth-child(1) p {
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 0 1px #00000080, 0 0 1.5px #00000087;
}


.cpWrap .l2:nth-child(1) {
    flex-direction: column;
    padding: 20px;
    margin-top: 60px;
}


.cpLink,
.cpLink:active,
.cpLink:visited {
    margin: auto;
    padding: 5px 25px;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: -10px;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
}

#copier_wrap .cpLink {
    color: white;
    background-color: #e5813a;
    box-shadow: 0 0 2px 1px #e5813a78;
}

#copier_wrap .cpLink:hover {
    background-color: #b56023;
}

#provider_wrap .cpLink {
    color: white;
    background-color: #009545;
    box-shadow: 0 0 2px 1px #01693170;
}

#provider_wrap .cpLink:hover {
    background-color: #047037;
}

#c_c .containerWrap {
    width: 70%;
    margin: auto;
    font-family: rubik;
    color: black;
}

#c_c .containerWrap div:nth-child(1) {
    padding-left: 50px;
}

#c_c .containerWrap div:nth-child(2) {
    display: flex;
    background-color: #e5813a;
    border-radius: 35px;
    justify-content: center;
}

#c_c>div>div:nth-child(2)>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 75%;
}

#c_c .containerWrap h1 {
    font-size: 70px;
    font-weight: 600;
}

#c_c>div>div:nth-child(2)>div:nth-child(1)>h1 {
    margin: 20px auto 0 0;
    color: white;
}

#c_c>div>div:nth-child(2)>div:nth-child(1)>p {
    margin: 10px auto 0 0;
    color: white;
    font-size: 25px;
    width: 89%;
}

#c_c>div>div:nth-child(2)>div:nth-child(2)>img {
    width: 500px;
    transform: translateY(-80px);
}



#join_comu .containerWrap {
    background-color: rgb(54, 119, 128);
}

#images_wrap {
    display: flex;
    flex-direction: column;
}

.imagesLine {
    display: flex;
    flex-direction: row;
}

.imagesLine:nth-child(1) {
    background-color: #e5813a;

}

.imagesLine:nth-child(2) {
    background-color: #8BAD3A;

}


#images_wrap .pImage {
    width: 12.5%;
    margin: auto;
}

#images_wrap .imagesLine:nth-child(1) div {
    width: 25%;
    /* height: 237px; */
    margin: auto;
    display: flex;
    flex-direction: column;

    text-align: center;
}

#images_wrap .imagesLine:nth-child(2) div {
    width: 37.5%;
    margin: auto;
    display: flex;
    padding: 20px;
}

#images_wrap .imagesLine:nth-child(2) div p {
    color: black;
    font-size: 1.1vw;
    font-weight: 600;
}

#traders_profiles {
    background-color: #fafafa;
    padding-top: 50px;
}

#traders_profiles h1 {
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    font-family: 'Rubik';
    color: #e5813a;
    margin-bottom: 50px;
}



#join_comu {
    font-family: rubik;
}

#join_comu h1 {
    color: black;
    font-size: 3.5vw;
    font-weight: 600;
}

#join_comu h2 {
    color: white;
    font-size: 3.5vw;
    font-weight: 600;
}

.wImage {
    width: 800px;
    position: absolute;
    transform: translate3d(10px, -400px, 10px);
    right: 9%;
    /* top: 10px; */
}

#images_wrap_m {
    display: none;
}

@media (max-width:1700px) {

    #top_sec {
        background: url(/asset/inpageImg/social-trading/top_banner_laptop_en.jpg);
        background-position: center;
        background-position-y: -80px;
        height: 700px;
    }

    #top_sec:lang(zh),
    #top_sec:lang(tw) {
        background: url(/asset/inpageImg/social-trading/top_banner_laptop_cn.jpg);
        background-position: center;
        background-position-y: -80px;
        height: 700px;
    }

    #c_c .containerWrap h1 {
        font-size: 50px;
    }

    #c_c>div>div:nth-child(2)>div:nth-child(1)>p {
        font-size: 20px;
    }

    #c_c>div>div:nth-child(2)>div:nth-child(2)>img {
        width: 450px;
        transform: translateY(-60px);
    }

}

@media (max-width:1500px) {
    .cpWrap .cpTitle {
        font-size: 30px;
        font-weight: 600;
    }

    .cpWrap .l2:nth-child(1) p {
        font-size: 16px;
    }

    .cpWrap {
        height: 400px;
    }

    .l1:nth-child(1) {
        height: 400px;
    }

    #join_comu h1,
    #join_comu h2 {
        font-size: 3vw;
    }

    .imagesLine:nth-child(2) div p {
        font-size: 1vw;
    }

}

@media (max-width:834px) {

    #copier_provider,
    #c_c,
    #join_comu {
        margin-bottom: 100px;
    }

    #top_sec {
        background: url(/asset/inpageImg/social-trading/top_banner_mobile_en.jpg);
        background-position: center;
        background-size: 834px 700px;
        height: 700px;
    }

    #top_sec:lang(zh),
    #top_sec:lang(tw) {
        background: url(/asset/inpageImg/social-trading/top_banner_mobile_cn.jpg);
        background-position: center;
        background-size: 834px 700px;
        height: 700px;
    }

    #copier_provider .containerWrap {
        flex-direction: column;
    }

    .cpWrap {
        width: 90%;
        margin: auto;
        height: inherit;
    }

    .l1:nth-child(1) {
        height: inherit;
        flex-direction: column;
    }

    .cpWrap .l2:nth-child(1) {
        flex-direction: column;
        padding: 0px;
        margin-top: 60px;
    }

    .cpWrap .l2:nth-child(1) p {
        font-size: 14px;
        text-align: center;
        text-shadow: none;
    }

    .l3 img {
        max-height: 41px;
        margin: auto;
        margin-right: 0;
    }

    .cpWrap .cpTitle {
        font-size: 20px;
        margin: auto;
        margin-left: 0;
    }

    #copier_wrap .cpTitle {
        text-shadow: none;
    }

    #provider_wrap .cpTitle {
        text-shadow: none;
    }

    .l1:nth-child(1) {
        height: inherit;
    }

    .l1:nth-child(2) {

        margin-top: 40px;

    }

    .cpLink,
    .cpLink:active,
    .cpLink:visited {

        margin-left: auto;
    }

    #copier_wrap .cpLink {
        box-shadow: none;
    }

    #provider_wrap .cpLink {
        box-shadow: none;
    }

    #c_c .containerWrap {
        width: 90%;
    }

    #c_c .containerWrap h1 {
        font-size: 40px;
        text-align: center;
    }

    #c_c .containerWrap div:nth-child(2) {
        display: flex;
        flex-direction: column
    }

    #c_c .containerWrap div:nth-child(1) {
        padding-left: 0px;
    }

    #c_c>div>div:nth-child(2)>div:nth-child(1)>h1 {
        margin: auto;
        text-align: center;
        color: white;
    }

    #c_c>div>div:nth-child(2)>div:nth-child(1) {
        width: 95%;
        margin: auto;
    }

    #c_c>div>div:nth-child(2)>div:nth-child(1)>p {
        font-size: 18px;
        text-align: center;
        margin: auto;
    }

    #c_c>div>div:nth-child(2)>div:nth-child(2)>img {
        width: 450px;
        transform: translateY(40px);
    }

    /* #images_wrap {
        display: none;
    } */

    #images_wrap_m {
        display: block;
    }

    .imagesLine {
        flex-wrap: wrap;
    }


    #images_wrap .pImage {
        width: 25%;
    }

    .imagesLine:nth-child(1) {
        flex-direction: row-reverse;
        /* flex-basis: min-content; */
        flex-flow: wrap-reverse;
    }

    #images_wrap .imagesLine:nth-child(1) div {
        width: 50%;
    }

    #images_wrap .imagesLine:nth-child(1) .pImage {
        width: 25%;
    }

    #join_comu h1,
    #join_comu h2 {
        font-size: 7vw;
    }

    #images_wrap .imagesLine:nth-child(2) div {
        width: 100%;
        padding: 10px;
    }

    #images_wrap .imagesLine:nth-child(2) div p {
        font-size: 4vw;
        text-align: center;
    }

    #images_wrap .imagesLine:nth-child(2) .pImage:nth-child(1) {
        display: none;
    }

    #images_wrap .imagesLine:nth-child(3) .pImage:nth-child(n+5) {
        display: none;
    }
}

@media (max-width:375px) {
    @supports (-webkit-touch-callout: none) {
        #c_c>div>div:nth-child(2)>div:nth-child(2)>img {
            width: 300px;
            max-width: 90%;
            transform: translateY(40px);
        }
    }
}