:root {
    --maxwidth: 1192px
}

html {
    font-size: 16px
}

h2 {
    margin: auto;
    font-weight: 600;
    font-family: "MuktaSemiBold";
    font-size: 40px;
    color: #1D1E25;
    line-height: 48px;
    text-align: center
}

h2 span {
    color: #FFA901
}

.first_screen {
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 78px;
    margin: auto;
    width: 90%;
    max-width: 1320px;
    border: none
}

.first_screen .trust {
    margin-bottom: 20px;
    width: 235px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff1ff;
    border-radius: 200px 200px 200px 200px;
    font-weight: 400;
    font-family: "MuktaRegular";
    font-size: 20px;
    color: #1821C6;
    line-height: 36px;
    text-align: center
}

.first_screen .main {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px
}

.first_screen ._left {
    max-width: 714px
}

.first_screen ._left .page-title {
    font-family: "MuktaSemiBold";
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 64px;
    margin-bottom: 23px;
    text-align: left
}

.first_screen ._left .page-title .reve {
    color: #FF9500
}

.first_screen ._left ._content {
    max-width: 640px;
    font-family: "MuktaLight";
    font-weight: 300;
    font-size: 20px;
    color: #7E8492;
    line-height: 27px;
    margin-bottom: 22px;
    text-align: left
}

.first_screen ._left ._list {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    column-gap: 40px
}

.first_screen ._left ._list ._item {
    display: flex;
    align-items: center;
    column-gap: 8px
}

.first_screen ._left ._list ._item img {
    width: 24px;
    height: 24px
}

.first_screen ._left ._list ._item span {
    font-family: "MuktaMedium";
    font-weight: 500;
    font-size: 20px;
    color: #595D5F;
    line-height: 28px
}

.first_screen ._left ._btn {
    box-sizing: border-box;
    max-width: 200px;
    padding: 17px 33px;
    background-color: #000000;
    border-radius: 12px;
    font-family: "MuktaBold";
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1
}

.first_screen ._left ._btn:hover {
    background: #ff9e00
}

.first_screen ._right {
    position: relative;
    top: -40px;
    margin: auto;
    max-width: 485px;
    width: 100%;
    height: 409px;
    display: flex;
    align-items: center;
    justify-content: center
}

.first_screen ._right img {
    width: 755px
}

.second-screen {
    padding: 105px 0;
    background: #F6F8FA;
    border-radius: 0px 0px 0px 0px
}

.second-screen .second-list {
    margin: auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 41px;
    row-gap: 30px
}

.second-screen .second-list .item {
    box-sizing: border-box;
    padding-top: 20px;
    max-width: 370px;
    width: 100%;
    height: 450px;
    background-color: #fff;
    border-radius: 30px
}

.second-screen .second-list .item .top-img {
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
    text-align: left
}

.second-screen .second-list .item .top-img img {
    width: 60px;
    height: 60px
}

.second-screen .second-list .item .item-title {
    box-sizing: border-box;
    margin: 10px 0;
    padding-left: 20px;
    padding-right: 17px;
    width: 100%;
    font-family: "MuktaMedium";
    font-weight: 500;
    font-size: 24px;
    color: #1A1C1E;
    line-height: 34px;
    text-align: left
}

.second-screen .second-list .item .item-describe {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 17px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #595D5F;
    font-family: "MuktaRegular";
    line-height: 24px
}

.second-screen .second-list .item .item-describe.first {
    margin-bottom: 22px
}

.second-screen .second-list .item .item-describe.second {
    margin-bottom: 45px
}

.second-screen .second-list .item .item-describe.third {
    margin-bottom: 43px
}

.second-screen .second-list .item .item-pic {
    width: 100%;
    display: flex;
    justify-content: center
}

.Supported-platform {
    margin: auto;
    padding-top: 104px;
    width: 80%;
    max-width: var(--maxwidth);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7.5rem
}

.Supported-platform ._title {
    width: 100%;
    text-align: center;
    font-family: "MuktaRegular";
    font-weight: 400;
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 2.8125rem
}

.Supported-platform .platform {
    /* width: 9.25rem; */
    height: 2.5rem;
    font-family: "MuktaSemiBold";
    font-weight: 600;
    font-size: 1.25rem;
    color: #666666;
    display: flex;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 1rem
}

.Supported-platform .platform img {
    margin-right: 0.625rem
}

.earn-money {
    margin: auto;
    padding-bottom: 100px;
    width: 90%;
    max-width: 1200px
}

.earn-money h2 {
    width: 90%;
    max-width: 430px
}

.earn-money .earn-money-item {
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px
}

.earn-money .earn-money-item .main {
    width: 100%
}

.earn-money .earn-money-item .main .title {
    font-weight: 500;
    font-size: 34px;
    color: #1D1E25;
    line-height: 41px;
    font-family: "MuktaMedium";
    text-align: left
}

.earn-money .earn-money-item .main .describe {
    margin: 16px 0 12px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #303132;
    line-height: 32px;
    font-family: "MuktaRegular";
    text-align: left
}

.earn-money .earn-money-item .main .item {
    margin-top: 8px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-family: "MuktaRegular";
    font-size: 20px;
    color: #7E8492;
    line-height: 32px;
    column-gap: 12px;
    text-align: left
}

.earn-money .earn-money-item .main .item .circular {
    width: 8px;
    height: 8px;
    background: #FF9E02;
    border-radius: 50%
}

.earn-money .earn-money-item .main.first-main {
    max-width: 635px
}

.earn-money .earn-money-item .main.second-main {
    max-width: 623px
}

.earn-money .earn-money-item .main.third-main {
    max-width: 655px
}

.earn-money .earn-money-item.first {
    margin-top: 76px
}

.earn-money .earn-money-btn {
    margin: auto;
    margin-top: 80px;
    width: 200px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    background: #FFA901;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    font-family: "MuktaSemiBold";
    cursor: pointer
}

.earn-money .earn-money-btn img {
    width: 20px;
    height: 20px
}

.earn-money .earn-money-btn:hover {
    background-color: #FF9500
}

.choose {
    padding: 130px 0;
    background: #F0EFFE
}

.choose .choose-list {
    margin: auto;
    margin-top: 125px;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 21px;
    row-gap: 56px
}

.choose .choose-list .item {
    position: relative;
    box-sizing: border-box;
    padding: 56px 19px 0;
    width: 282px;
    height: 241px;
    background: #fff;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #BDCFF5
}

.choose .choose-list .item .pic {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px
}

.choose .choose-list .item .pic img {
    width: 104px;
    height: 104px
}

.choose .choose-list .item .title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    color: #101828;
    line-height: 33px;
    font-family: "MuktaMedium";
    text-align: center
}

.choose .choose-list .item .describe {
    font-weight: 400;
    font-size: 18px;
    color: #737373;
    line-height: 29px;
    text-align: center;
    font-family: "MuktaRegular"
}

.choose .choose-list .item.purple {
    border: 1px solid #C4C0FE
}

.choose .choose-list .item.blue-or-green {
    border: 1px solid #A8F2FF
}

.choose .choose-list .item.yellow {
    border: 1px solid #FFE588
}

.join-us {
    text-align: center;
    width: 100%;
    background-image: url(../images/home_new/background_black.png);
    padding: 4.75rem 0;
    color: #fff
}

.join-us ._title {
    font-family: "MuktaSemiBold";
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.4rem
}

.join-us ._content {
    font-family: "MuktaRegular";
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.375rem;
    margin-bottom: 1.875rem
}

.join-us ._btn {
    margin: auto;
    width: 12.25rem;
    height: 3.375rem;
    font-family: "MuktaBold";
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 3.375rem;
    border-radius: 0.625rem;
    cursor: pointer;
    background-color: #FFA901;
    color: #FFFFFF;
    display: block
}

.join-us ._btn:hover {
    background-color: #FF9500
}

@media (max-width: 1355px) {
    .first_screen .trust {
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto
    }

    .first_screen .main {
        flex-direction: column-reverse;
        align-items: center
    }

    .first_screen ._right {
        height: auto
    }

    .first_screen ._right img {
        width: 100%
    }
}

@media (max-width: 1320px) {
    .earn-money .earn-money-item {
        flex-direction: column
    }

    .earn-money .earn-money-item.reverse {
        flex-direction: column-reverse
    }

    .Supported-platform .platform img {
        zoom: 0.8;
    }
}

@media (max-width: 1024px) {
    .first_screen {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .Supported-platform {
        margin-bottom: 100px
    }

    .earn-money .earn-money-item {
        margin-top: 100px
    }

    .choose .choose-list {
        margin-top: 70px
    }
}

@media (max-width: 768px) {
    .Supported-platform .platform {
        width: 33.33%;
    }

    .Supported-platform .platform img {
        zoom: 0.6
    }
}

@media (max-width: 560px) {
    h2 {
        font-size: 30px
    }

    .first_screen {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .first_screen ._left .page-title {
        font-size: 30px;
        line-height: 1.3
    }

    .first_screen ._left ._content {
        font-size: 16px
    }

    .first_screen ._left ._list ._item span {
        font-size: 14px
    }

    .first_screen ._left ._btn {
        width: max-content;
        height: max-content;
        padding: 10px 15px;
        font-size: 14px
    }

    .first_screen ._left ._btn img {
        width: 20px;
        height: 20px
    }

    .second-screen {
        padding: 70px 0
    }

    .earn-money .earn-money-item.first {
        margin-top: 50px
    }

    .earn-money .earn-money-item .main .title {
        font-size: 24px
    }

    .earn-money .earn-money-item .main .describe {
        font-size: 22px
    }

    .earn-money .earn-money-item .main .item {
        font-size: 14px
    }

    .earn-money .earn-money-btn {
        width: max-content;
        height: max-content;
        padding: 10px 15px;
        font-size: 14px
    }

    .earn-money {
        padding-bottom: 50px
    }

    .choose {
        padding: 50px 0
    }
}

@media (max-width: 490px) {
    .earn-money .earn-money-item .pic img {
        width: 100%;
        height: auto
    }
}