* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Montserrat;
    src: url("../font/Montserrat-VariableFont_wght.ttf") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Montserrat1;
    src: url("../font/Montserrat-Italic-VariableFont_wght.ttf") format('truetype');
    font-display: swap;
}


html {
    background-color: #000;
    overflow-x: hidden;
}

.nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 124px;
    background: linear-gradient(180deg, #000000 0%, rgba(36, 0, 48, 0) 100%);
}

.header {
    position: relative;
    /* background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%); */
}

.header_bg {
    background: url(../image/img_bg.png)no-repeat;
    background-size: 100% 100%;
    height: 1080px;
    /* height:fit-content; */
    opacity: 0.6;
}

.header .header-nav {
    position: absolute;
    width: 1000px;
    left: 50%;
    top: 0;
    padding: 20px 0;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
    /* margin: 0 auto; */
    align-items: center;
    opacity: 1;
    z-index: 9;

}

.header .header-nav-left {
    display: flex;
    align-items: center;
}

.header .header-nav-left .logo-mian {
    display: flex;
    align-items: center;
}

.header .header-nav-left .logo-mian .logo-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-right: 10px;

}

.header .header-nav-left .logo-mian span {
    color: #fff;
    margin-left: 10px;
    font-size: 30px;
    font-family: Montserrat, Montserrat;
    font-weight: bold;

}

/* .header .header-nav-left .logo-mian .logo-name {
    width: 86px;
    height: 24px;
    
} */

.bg {
    width: 100%;
    /* height: 1026px; */
    /* height: 785px; */
    object-fit: cover;
    opacity: 0.6;

}

.header .header-nav-left .nav-list {
    display: flex;
    color: #fff;
    margin-left: 50px;
    font-family: Montserrat, Montserrat;

}

.header .header-nav-left .nav-list .nav-list-item {
    width: 100px;
    text-align: center;
    opacity: 0.5;
    padding: 10px 0;
    cursor: pointer;
}

.select {
    font-weight: 900;
    opacity: 1 !important;
    position: relative;
}

.select::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%);
}

.header-nav-right {
    height: fit-content;
    background: linear-gradient(180deg, #EDFC46 0%, #40FE40 100%);
    box-shadow: 0px 0px 10px 0px rgba(36, 255, 0, 0.5);
    border-radius: 24px 24px 24px 24px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-nav-right .ic_coin {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.header-nav-right .ic_coin span {
    font-family: Montserrat, Montserrat;
    font-weight: 900;
    font-size: 20px;
    color: #1B3A00;
    line-height: 23px;
    text-shadow: 0px 4px 6px rgba(0, 31, 22, 0.25);
    text-align: center;
    font-style: normal;
}

.img_name_title {
    top: 256px;
    left: 50%;
    width: 419px;
    height: 177px;
    transform: translate(-50%);
    position: absolute;
    z-index: 2;
}

.download {
    display: flex;
    align-items: center;
    top: 455px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    z-index: 2;
}

.download img {
    padding: 0 10px;
    width: 280px;
    height: 100px;
    cursor: pointer;
}

.img_box {
    display: flex;
    position: absolute;
    top: 730px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    justify-content: center;

}

.img_box img {
    height: 556px;
    width: 821px;
}

.background {
    width: 100%;
    height: 565px;
    background: url(../image/img_bg2@2x.png) no-repeat;
    background-size: 100% 100%;

    position: relative;

}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 1080px;
    /* height: 1026px; */
    /* height: 785px; */
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 85%, #000000 100%);
    z-index: 1;
}

.line {
    position: absolute;
    /* top: 1036px; */
    /* top: 50%; */
    top: 50%;
    left: 50%;
    width: 10px;
    height: 359px;
    transform: translate(-50%);
    background: url('../image/img_decoration1@2x.png') no-repeat;
    background-size: 100% 100%;

}

.mian {
    margin-top: 100px;
    height: 1050px;
    display: flex;
    padding-bottom: 100px;
    padding: 0 110px;

    justify-content: space-between;
    box-sizing: border-box;
    position: relative;

}

.mian-right {
    flex-direction: column;
    margin-top: -100px;
    width: calc(100vw - 545px);

    /* flex: 1;
    background: url(../image/img_people.png) no-repeat;
    width: 1284px;
    height: 857.11px;
    background-size:100% 100%; */
}

.mian-left {
    align-items: baseline !important;
}

.mian-left,
.mian-right {
    display: flex;
    justify-content: space-between;
    align-items: end;

}

.mian .mian-left .img_people1 {
    width: 578px;
    /* width: 100%; */
    height: 752px;
    /* margin-left: 91px; */
}

.img_light {
    width: 400px;
    height: 400px;

    margin-top: 126px;
    object-fit: cover;
    margin-right: -100px;

}


.img_people {
    /* margin-top: -120px; */
    /* width: 800px; */
    /* width: 100%; */
    background: url(../image/img_people.png) no-repeat;
    background-size: 100% 100%;
    max-width: 1284px;
    min-width: calc(100vw - 644px);
    height: 658px;
    position: absolute;
    top: 296px;
    object-fit: cover;
    right: 111px;
}

.img_light2 {
    position: absolute;
    width: 429px;
    height: 429px;
    left: 18%;
    bottom: -100px;
    z-index: -1;
}

.mian_text {
    position: absolute;
    color: #fff;
    font-family: Outfit, Outfit;
    font-weight: 800;
    /* width: 100%; */
    right: 10%;
    bottom: 0;
    left: 10%;

    font-size: 75px;
    /* transform: translate(-50%); */

    line-height: 98px;
    text-shadow: 0px 4px 0px #FF426F;
    text-align: left;
    font-style: normal;

}

.solid {
    position: absolute;
    width: 250px;
    bottom: -40px;
    height: 250px;
    border: 5px solid;
    margin-left: 114px;
    border-left-color: #FF426F;
    border-bottom-color: #FF426F;
    border-radius: 0px 0px 0px 24px;
    border-right-color: transparent;
    border-top-color: transparent;
}

.Download {
    margin-top: 200px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    font-family: Montserrat1, Montserrat1;
}

.Download-bg {
    text-align: center;
    margin-top: 20px;
    position: relative;
    /* margin: 0 auto; */
}

.Download-bg img {
    width: 611px;
    height: 517px;
}

.Download-nav {
    display: flex;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
}

.Download-nav img {
    padding: 0 10px;
    width: 280px;
    height: 100px;

}

footer {
    margin-top: 100px;
    padding: 30px 0 40px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #240030 100%);
}

.foot {
    width: 1000px;

    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.foot-logo {
    display: flex;
    align-items: center;

}

.foot-logo .logo-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-right: 10px;
}

.foot-logo span {
    color: #fff;
    margin-left: 10px;
    font-size: 30px;
    font-family: Montserrat, Montserrat;
    font-weight: bold;
}

.emall {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat, Montserrat;
    margin-top: 10px;
}

.emall img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.foot-right {
    position: relative;
    flex: 0.6;
}

.foot-right-item {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;

}

.foot-right-item .tow {
    margin-right: 86px;
}

/* .foot-right .foot-right-item:nth-last-of-type(2) .link a {
    margin-right: 16px;
} */

.foot-right-item a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat, Montserrat;
}

.Live {
    position: absolute;
    left: 0;
    bottom: -10px;
    color: #fff;
    text-align: right;
    white-space: nowrap;
}

.solids {
    position: absolute;
    left: 43%;
    top: 20%;
    transform: translate(-50%);
    width: 1px;
    height: 86px;
    background-color: #FF426F;
}

.chido_model {
    display: none;
    /* display: block; */
    position: fixed;
    width: 1344px;
    background: #2C2C2E;
    border-radius: 56px;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
}

.chido_model-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 70px 50px;
    box-sizing: border-box;
}

.chido_model .header {
    display: flex;
    align-items: center;
}

.chido_model .header span {
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    margin-right: 25px;
}

.chido_model .header-input {
    margin-top: 24px;
    position: relative;
    width: 624px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    display: flex;
    align-items: center;
}

.header-input #noneInfo {
    display: none;
    width: 100%;
    height: 100%;
}

.selectRegion {
    margin-left: 43px;
}

.selectRegion-countryRegion {
    margin-top: 24px;
    width: 365px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    color: #fff;
    box-sizing: border-box;
    border: none;
    background-image: url('../image/ic_select-cion.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 20px;
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    font-style: normal;
    text-transform: none;
}

.header-input .header-input-noneInfo {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-input-noneInfo-left_ {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.header-input-noneInfo-left_ img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header-input-noneInfo .noneInfo-close_ {
    width: 24px;
    height: 24px;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}

.header-input-noneInfo-infoBox {
    margin-left: 8px;
}

.header-input-noneInfo .header-input-noneInfo-left_-nick {
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}

.header-input-noneInfo .header-input-noneInfo-infoBox span {
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}

.chido_model .header-input input {
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px 24px 24px 24px;
    border: none;
}

.header-input .rights_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
    height: 40px;
    background: linear-gradient(180deg, #EDFC46 0%, #40FE40 100%);
    box-shadow: 0px 0px 10px 0px rgba(36, 255, 0, 0.5);
    border-radius: 24px 24px 24px 24px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.chido_model-content #enterUid {
    width: 100%;
    height: 100%;
}

.header-input .rights_btn img {
    width: 20px;
    height: 20px;
}

.chido_model-content #userInfo {
    display: none;
}

.header-userInfo {
    position: absolute;
    top: 125px;
    left: 0;
    width: 624px;
    height: 104px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(64, 254, 64, 0.15);
    border-radius: 24px 24px 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.header-userInfo .header-userInfo_left {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.header-userInfo .header-userInfo_left img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.header-userInfo_left-userBox {
    margin-left: 10px;
}

.header-userInfo_left-nick {
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 20px;
    color: #222222;
    line-height: 23px;
    text-align: left;
    font-style: normal;
}

.header-userInfo_left .header-userInfo_left-userBox span {
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 12px;
    color: #222222 !important;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}

.header-userInfo_right {
    text-align: center;
    line-height: 40px;
    width: 88px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #000000;
    cursor: pointer;
    margin-right: 24px;
}

.chido_model-content .model_close {
    position: absolute;
    right: 32px;
    top: 35px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.chido_model-content .region {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.chido_model-content .region span {
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    margin-right: 25px;
}

.chido_model-content .region .chido_select {
    position: relative;
    width: 190px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.selectInput {
    display: flex;
    align-items: center;
}

.region {
    margin-right: 50px;
}

.region .chido_select .chido_selectList,
.method_selectList {
    width: 100%;
    height: 100%;
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px 24px 24px 24px !important;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.region .chido_select .chido_selectList option {
    background: #2C2C2E !important;
}

.region .chido_select .method_selectList option {
    background: #2C2C2E !important;
}

.region .chido_select img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.chido_model-content #chido-rechage_icon {
    margin-top: 30px;
}

.chido_model-content #chido-rechage_icon .chido_master {
    width: 584px;
    height: 88px;
    border-radius: 12px;
}

.chido_model-content .chido_Amount {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chido_model-content .chido_Amount span {
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.chido_model-content .chido_Amount-btn {
    width: 200px;
    height: 64px;
    background: #FF426F;
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border-radius: 24px 24px 24px 24px;
    cursor: pointer;
}