body {
    background: #121212;
}

.hbanner {
    margin: 0px auto;
    padding: 38px 0px 16px;
    width: 1108px;
    min-height: 550px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.hbanner_content {
    width: 648px;
}
.hbanner_content .title_b {
    width: 648px;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}
.hbanner_content .subtitle {
    margin: 24px 0px;
    width: 510px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.hbanner_content .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    width: max-content;
    height: 44px;
    padding: 0px 28px;
    border-radius: 100px;
    background: #fff;
    user-select: none;
    cursor: pointer;
}
.hbanner_content .button span{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.hbanner_content .button img{
    width: 16px;
    height: auto;
}
.hbanner_img_card {
    width: 480px;
    margin-right: -20px;
}
.hbanner_img_card img {
    width: 480px;
    height: auto;
}
.twoCard {
    padding-bottom: 60px;
    height: 536px;
}
.twoCard .title {
    text-align: center;
    margin-top: 82px;
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 68px;
}
.twoCard .flex-betw {
    margin: 0 auto;
    margin-top: 70px;
    width: 896px;
}
.twoCard .box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.twoCard .box h3 {
    width: 308px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.twoCard .box h4 {
    width: 308px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.twoCard .box p {
    margin-top: 8px;
    width: 308px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 18px;
}
.twoCard .circle {
    width: 80px;
    height: 80px;
    background: rgb(245, 244, 249);
    border-radius: 50%;
}
.fourCard {
    height: 640px;
    padding: 74px 0px 64px;
}
.fourCard .title {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.fourCard .subtitle {
    margin: 14px 0px 56px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.flush {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.flush .icon {
    width: 30px;
    height: 30px;
}
.flush .trust {
    position: relative;
    margin: 42px 0px 26px;
    width: 130px;
    height: 130px;
}
.flush .trust img {
    position: absolute;
    top: 0px;
    left: -18px;
    width: 130px;
    height: 130px;
}
.flush .box {
    padding: 36px 34px;
    width: 330px;
    border-radius: 20px;
    background-color: #1a1a1a;
    border: 1px solid #3d3d3d;
}
.flush .box h3{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.flush .box h4{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.flush .box p{
    margin-top: 10px;
    color: #909090;
    font-size: 14px;
    line-height: 18px;
}
.sixCard {
    width: 473px;
    padding-top: 40px;
    padding-bottom: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.sixCard .left h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.sixCard .left h4 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.sixCard .left p {
    margin: 14px 0px 36px;
    width: 468px;
    font-size: 16px;
    line-height: 20px;
}
.sixCard .left .surprise .button {
    padding: 0px 28px;
    gap: 8px;
    width: max-content;
    height: 48px;
    border-radius: 100px;
    background: #fff;
    user-select: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.sixCard .left .surprise .button .qrBox {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 6.5px 16px 0px
}
.sixCard .left .surprise .button:hover {
    box-shadow: rgba(255, 255, 255, 0.5) 0px 6.5px 16px 0px
}
.sixCard .left .surprise .button:hover .qrBox {
    display: inline-block;
}
.sixCard .left .surprise .button .qrBox img {
    width: 180px;
    height: 180px;
}
.sixCard .left .surprise .button span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.sixCard .right img {
    width: 569px;
    height: auto;
}
.sevenCard {
    padding: 100px 0;
}
.sevenCard .title{
    margin: 72px auto 34px;
    width: 792px;
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.sevenCard .button {
    margin: 0px auto;
    padding: 0px 38px;
    width: max-content;
    height: 40px;
    border-radius: 100px;
    background: #fff;
    user-select: none;
    cursor: pointer;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.selcon {
    margin-top: 64px;
}
.el-tabs__nav-scroll {
    display: flex
;
    justify-content: center;
    margin-bottom: 50px;
}
.el-tabs__item {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #909090 !important;
}
.el-tabs__item.is-active {
    color: #fff !important;
}
.el-tabs__active-bar {
    background: none !important;
    height: 2px !important;
}
.el-tabs__nav-wrap::after {
    display: none !important;
}

.table_box .table_b img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 30px;
}

.geoIntro {
    padding: 40px 0 20px;
}
.geoIntro .title,
.geoFaq .title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 24px;
}
.geoIntro .subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 26px;
    max-width: 880px;
    margin: 0 auto 16px;
    text-align: center;
}
.geoFaq {
    padding: 20px 0 60px;
}
.geoFaq_list {
    max-width: 880px;
    margin: 0 auto;
}
.geoFaq_item {
    border: 1px solid #3d3d3d;
    background: #1a1a1a;
    border-radius: 12px;
    padding: 16px 22px;
    margin-bottom: 12px;
    color: #fff;
}
.geoFaq_item summary {
    cursor: pointer;
    list-style: none;
}
.geoFaq_item summary h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: inline;
}
.geoFaq_item p {
    margin-top: 10px;
    color: #909090;
    font-size: 14px;
    line-height: 22px;
}

















