/* swiper */
/* .swiper-wrapper {
    max-width: 480px;
    margin: 0 auto;
} */
.swiper-slide {
    padding: 0 16px;
}
.swiper-content {
    max-width: 375px;
    margin: 0 auto;
}
.swiper-pagination {
    bottom: -40px !important;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #e4e4e4;
    opacity: 1;
    margin: 5px !important;
}
.swiper-pagination-bullet-active {
    background: var(--color-brand-standard);
}

/* banner */
.innner-pc .container > * {
    margin-left: calc(1 / 12 * 100%);
}
.innner-pc .swiper-slide {
    background-repeat: no-repeat;
}
.innner-pc .pc-small-title {
    padding-top: 244px;
}
.innner-pc .banner-text-title {
    padding: 0 0 24px;
}
@media only screen and (max-width: 1024px) {
    .innner-wap .wap-small-title {
        padding-top: 114px;
    }
    .innner-wap .banner-text-title {
        font-weight: 600;
        padding: 0 0 12px;
    }
    .innner-wap .banner-text-content {
        font-size: 28px;
        font-weight: normal;
        line-height: 38px;
        padding-bottom: 24px;
    }
    .innner-wap .banner-text-content2 {
        text-align: center;
    }
}

/* font */
h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 24px;
}
h2 + p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-icon-03);
    margin-bottom: 40px;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 24px;
}
h3 + p {
    margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
    h2 {
        font-size: 48px;
        line-height: 64px;
    }
    h2 + p {
        margin-bottom: 120px;
    }
    h3 {
        font-size: 28px;
        line-height: 38px;
    }
    h3 + p {
        max-width: 478px;
    }
}
@media screen and (max-width: 1024px) {
    h3, h3 + p {
        /* //左对齐 */
        /* text-align: center; */ 
    }
}

/* 交易者数 */
/* .dividend-part0 */
.dividend-part0 {
    background: #ffffff;
    padding: 194px 0 160px;
    color: #36383B;
    width: 100%;
    margin: 0 auto;
}
.dividend-part0 .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.nav-info-item {
    text-align: center;
}
.nav-info-title {
    font-size: 20px;
    color: #36383B;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    word-break: break-all;
}
.nav-info-des {
    font-size: 48px;
    font-weight: bold;
    color: #D91D22;
    line-height: 64px;
    letter-spacing: 1px;
    word-break: break-all;
}
@media screen and (max-width: 1023px) {
    .dividend-part0 {
        padding: 60px 0 40px;
    }
    .nav-info-step-title {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 1px;
    }
    .nav-info-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        text-align: left;
        width: 50%;
    }
    .nav-info-title {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }
    .nav-info-des {
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        color: var(--color-brand-standard);
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 834px) {
    html[lang="ug"] .nav-info-item {
        text-align: right;
    }
}
html[lang="ug"] .nav-info-des{
    direction: ltr;
}
/* top-traders */
.top-traders .container {
    max-width: 1600px !important;
}
.high_head_data_list {
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}
.high_head_data_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    padding: 28px 16px 40px;
}
.high_head_data_list_item_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-brand-Auxiliary);
    text-align: center;
}
.high_head_data_list_item_img img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid #dfab22;
    margin: 16px 0 8px;
}
.high_head_data_list_item_name {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: var(--color-brand-Auxiliary);
}
.high_head_data_list_item_menoy {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #e5bc4f;
    margin: 16px 0 12px;
}
.high_head_data_list_item_detail {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: var(--color-icon-03);
    text-align: center;
}
.swiper-slide .img {
    border: 1px solid #e8e8e8;
}
.swiper-slide .img {
    margin-bottom: 24px;
}
.swiper-slide h3 {
    text-align: center;
    /* padding: 24px 0; */
}
html[lang="ug"] .swiper-slide .product-shares-des{
    text-align: center;
    /* padding: 24px 0; */
}
.top-traders {
    padding-bottom: 110px;
}
@media screen and (min-width: 1025px) {
    .high_head_data_list_item {
        width: 370px;
        border: 1px solid #e8e8e8;
    }
    .high_head_data_list_item.middle {
        box-shadow: 0 7px 32px 0 #e5e5e5;
    }
    .high_head_data_list_item:hover {
        border-color: #e5bc4f;
    }
}
.product-shares-part2 {
    display: none;
}
.product-shares-part2 .container {
    /* background-color: #f0f2f5; */
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
    .product-shares-part2 {
        display: block;
    }
    .high_head_data_list_item {
        margin: 0 auto;
    }
}

/* information_sharing */
#information-sharing {
    padding-bottom: 109px;
}
#information-sharing .container {
    max-width: 1600px !important;
}
#echartsMain {
    /* width: 80%; */
    width: 348px;
    height: 234px;
    font-size: 28px;
}
.information_sharing {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.information_sharing_left {
    /* width: calc(20% + 160px); */
    /* margin-left: -160px; */
}
.information_sharing_left img {
    position: absolute;
    height: 106%;
    width: auto;
    top: -4%;
    transform: translateX(-100%);
}
.information_sharing_right {
    width: 81.25%;
    display: flex;
    flex-direction: column;
}
.information_sharing_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 50px 0 #e4e4e4;
    padding: 40px 24px;
    margin-bottom: 24px;
}
html[lang="ug"] .information_sharing_top {
    direction: rtl;
}
.information_sharing_top .header_img {
    display: flex;
    align-items: center;
}
.information_sharing_top .header_img img {
    width: 108px;
    height: 108px;
    display: block;
    border-radius: 50%;
}
.information_sharing_top .name {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: var(--color-brand-Auxiliary);
    margin: 0 8px;
}
.information_sharing_top .rate {
    display: flex;
    align-items: center;
}
.information_sharing_top .rate .rate_item {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.information_sharing_top .rate .rate_item .nunber {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 8px;
}
.information_sharing_top .rate .rate_item .month {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
/* .floow_peopel {
    background-color: var(--color_btn_secondary_default);
    border-radius: var(--btn-radius);
    color: var(--white);
    padding: 12px 70px;
} */
/* 底部 */
.information_sharing_buttom {
    display: flex;
}
.information_sharing_buttom_echart {
    box-shadow: 0 3px 30px 0 #e4e4e4;
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 32px;
    padding: 20px 24px;
}
html[lang="ug"] .information_sharing_buttom_echart {
    width: 33%;
}
.information_sharing_buttom_echart .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    margin-bottom: 8px;
}
html[lang="ug"] .information_sharing_buttom_echart .title {
    text-align: right;
 }
.information_sharing_buttom_right {
    /* display: none; */
    flex: 1;
    box-shadow: 0 3px 40px 0 #dadada;
    padding: 20px 25px;
}
html[lang="ug"] .information_sharing_buttom_right {
    direction: rtl;
 }
.information_sharing_buttom_right .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
    /* margin-left: 10px; */
}
.information_sharing_buttom_right .connent_buttom {
    display: flex;
    border-bottom: 1px solid #efefef;
    padding-bottom: 16px;
    margin: 0 -12px 16px -12px;
    /* padding: 20px 0; */
}
.information_sharing_buttom_right .connent_buttom_item {
    width: 33%;
    display: flex;
    flex-direction: column;
    /* margin: 10px; */
    padding: 8px 12px;
}
.information_sharing_buttom_right .connent_buttom_item:nth-child(2) {
    background-color: #f9f9f9;
}
.information_sharing_buttom_right .connent_buttom_item_title {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: var(--color-brand-Auxiliary);
    padding: 4px 0;
}
.information_sharing_buttom_right .connent_buttom_item_title .value {
    color: var(--color-icon-03);
}
.connent_buttom_item_number {}
.process {
    display: flex;
}
.process_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: var(--color-brand-Auxiliary);
    margin-right: 16px;
}
html[lang="ug"] .process_title {
    margin-left: 16px;
    margin-right: inherit;
}
.process_all {
    flex: 1;
}
.process_connent {
    flex: 1;
    border-radius: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 16px;
    width: 100%;
}
.flex1 {
    width: 43.55%;
    height: 100%;
    background-color: #25a1ff;
}
.flex2 {
    width: 23.55%;
    height: 100%;
    background-color: #ff9525;
}
.flex3 {
    width: 13%;
    height: 100%;
    background-color: #ffdb67;
}
.flex4 {
    width: 53%;
    height: 100%;
    background-color: #879ea8;
}
.process_tip {
    display: flex;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.process_tip_item {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.process_tip_item span {
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 8px;
    background-color: palegoldenrod;
}
html[lang="ug"] .process_tip_item span {
    margin-left: 8px;
    margin-right: inherit;
}
.process_tip_item:first-child span {
    background-color: #25a1ff;
}
.process_tip_item:nth-child(2) span {
    background-color: #ff9525;
}
.process_tip_item:nth-child(3) span {
    background-color: #ffdb67;
}
.process_tip_item:nth-child(4) span {
    background-color: #879ea8;
}

@media screen and (max-width: 1024px) {
    #information-sharing {
        padding-bottom: 40px;
    }
    .information_sharing_mobile {
        max-width: 400px;
        margin: 0 auto;
        font-size: 13px;
        font-weight: normal;
        line-height: 21px;
        box-shadow: 0 3px 28px 0 #e4e4e4;
        color: var(--color-brand-Auxiliary);
        padding: 18px 22px;
    }
    #echartsMain2 {
        max-width: 350px;
        width: 100%;
        height: 290px;
    }
}





/* global-master */
#global-master {
    padding-bottom: 160px;
}
#global-master .container {
    max-width: 1342px !important;
}
.global_master_connent {
    display: flex;
    justify-content: center;
}
.global_master_connent_item {
    width: 370px;
    height: 567px;
    box-shadow: 0px 0px 20px 0px #eee;
    margin: 12px;
}
.global_master_connent_item .title {
    width: 100%;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0;
}
.global_master_connent_item .title img {
    width: 25px;
    height: 25px;
}
.global_master_connent_item .title .text {
    margin: 0 5px;
}
.global_master_connent_listTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #b4b4b4;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px 0 43px;
}
.global_master_connent_list {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 8px;
}
.global_master_connent_listLeft {
    display: flex;
    align-items: center;
}
.global_master_connent_listLevel {
    width: 20px;
    text-align: center;
    font-size: 18px;
}
.global_master_connent_listImg {
    width: 38px;
    height: 38px;
    margin: 0 10px;
}
.global_master_connent_listName {
    font-size: 17px;
    color: #bfbfbf;
    font-weight: 600;
}
.global_master_connent_listMoney {
    font-size: 17px;
    font-weight: 600;
}
html[lang="ug"] .global_master_connent_listMoney {
    direction: ltr;
}
@media screen and (max-width: 1024px) {
    #global-master {
        padding-bottom: 80px;
    }
    .global_master_connent_item {
        max-width: 400px;
        width: 100%;
        /* width: 370px; */
        /* height: 567px; */
        padding-top: 3px;
        box-shadow: 0 0 11px 0 rgba(216, 216, 216, 0.5);
        margin: 0px;
        margin-bottom: 24px;
    }
    .global_master_connent_item .title {
        width: 100%;
        color: #000;
        font-size: 18.5px;
        font-weight: 600;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .global_master_inner {
        text-align:center;
        font-weight:500; 
        color:white; 
        line-height: 35px;
    }
}








/* real-time-update */
#real-time-update {
    padding-bottom: 120px;
}
#real-time-update p {
    margin-bottom: 0;
}
#real-time-update img {
    margin-bottom: 40px;
}
html[lang="ug"] #real-time-update img {
    width: 80px;
    height: 80px;
}
@media screen and (min-width: 1025px) {
    #real-time-update .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }
}











/* market-analysis */
#market-analysis {
    padding-bottom: 80px;
}
.tradingview-widget {
    font-size: 13px !important;
    line-height: 32px !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Trebuchet MS', Roboto, Ubuntu, sans-serif !important;
    color: #9db2bd !important;
    margin-top: 20px;
}

.tradingview-widget a {
    text-decoration: none !important;
    color: #2962FF !important;
}

@media screen and (min-width: 1025px) {
    #market-analysis {
        padding-bottom: 160px;
    }
}

/* table1 */
.table1 {
    background-color: #fff;
    margin-bottom: 80px;
}
.table1Title {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    color: var(--color-brand-Auxiliary);
}
.listTitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-right: 8px;
}
html[lang="ug"] .listTitle {
    margin-left: 8px;
    margin-right: inherit;
}
.tableContenItem {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.tableContenItem .listContent {
    width: 100%;
    height: 16px;
    display: flex;
}
.tableContenItem .listContent > * {
    background-color: #45cf8c;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #fff;
    padding: 0 4px;
}
.tableContenItem .listContent .right {
    flex: 1;
    background-color: #ff5858;
    justify-content: flex-end;
}
.bullAndBear {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 60px 24px 160px;
}
.bullAndBear .left,
.bullAndBear .right {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.bullAndBear .square {
    width: 16px;
    height: 10px;
    background-color: #45cf8c;
    margin-right: 6px;
}
html[lang="ug"] .bullAndBear .square {
    margin-left: 6px;
    margin-right: inherit;
}
.bullAndBear .right .square {
    background-color: #ff5858;
}
@media screen and (min-width: 1025px) {
    .table1 {
        border-radius: 6px;
        box-shadow: 0 3px 22px 0 #ececec;
        margin-top: -40px;
        margin-bottom: 40px;
    }
    .table1Title {
        padding: 12px 24px;
    }
    .table1Content {
        padding: 24px 0 22px;
    }
    .tableContenItem {
        margin: 0 60px 18px;
    }
    html[lang="ug"] .tableContenItem {
        margin: 0 29px 18px 60px;
    }
    .listTitle {
        font-size: 16px;
        line-height: 24px;
        margin-right: 24px;
    }
    html[lang="ug"] .listTitle {
        margin-left: 24px;
        margin-right: inherit;
    }
    .tableContenItem .listContent {
        height: 28px;
    }
    .tableContenItem .listContent > * {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding: 0 24px;
    }
}
@media screen and (max-width: 1024px) {
    .table1Title {
        margin-bottom: 24px;
    }
    .table1Title span {
        color: var(--color-brand-standard);
        border-bottom: 2px solid var(--color-brand-standard);
        padding-bottom: 8px;
    }
}

/* table2 */
.table2 {
    background-color: #fff;
    overflow-x: auto;
}
.table2Title {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    color: var(--color-brand-Auxiliary);
}
.table2Content {
    display: flex;
}
.table2ContentLeft {
    width: calc(1/9*100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.table2ContentLeft .left {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table2ContentLeft .left .leftTitleImg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.table2ContentRight {
    flex: 1;
    /* margin-top: 15px; */
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.table2ContentRight .table2ContentRightTitle {
    display: flex;
    align-items: center;
}
.table2ContentRight .table2ContentRightTitle .right {
    height: 44px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table2ContentRight .table2ContentRightTitle .right .leftTitleImg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.table2ContentRight .table2ContentRightData {
    display: flex;
    align-items: center;
}
.table2ContentRight .table2ContentRightData .table2ContentRightDataItem {
    flex: 1;
    height: 44px;
    color: #fff;
    line-height: 44px;
    text-align: center;
}
@media screen and (min-width: 1025px) {
    .table2 {
        border-radius: 6px;
        box-shadow: 0 3px 22px 0 #ececec;
    }
    .table2Title {
        padding: 12px 24px;
    }
    .table2Wrapper {
        padding: 24px 60px 40px;
    }
    .table2Content {
        /* border: 1px solid #e6e6e6; */
    }
    .table2ContentLeft .left,
    .table2ContentRight .table2ContentRightTitle .right,
    .table2ContentRight .table2ContentRightData .table2ContentRightDataItem {
        margin: 1px;
    }
}
@media screen and (max-width: 1024px) {
    .table2Title {
        margin-bottom: 24px;
    }
    .table2Title span {
        color: var(--color-brand-standard);
        border-bottom: 2px solid var(--color-brand-standard);
        padding-bottom: 8px;
    }
    .table2Content {
        width: 225%;
    }
    .table2ContentLeft .left,
    .table2ContentRight .table2ContentRightTitle .right,
    .table2ContentRight .table2ContentRightData .table2ContentRightDataItem {
        border: 1px solid #e6e6e6;
    }
}

/* #outrade-reg */
#outrade-reg {
    text-align: center;
    padding-bottom: 80px;
}
#outrade-reg .container {
    max-width: 1380px !important;
}
#outrade-reg h2 {
    font-weight: 600;
}
#outrade-reg h2 + p {
    margin-bottom: 24px;
}
#outrade-reg .icon-list {
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
#outrade-reg .icon-list img {
    margin-right: 8px;
}
html[lang="ug"] #outrade-reg .icon-list img {
    margin-left: 8px;
    margin-right: inherit;
}
#outrade-reg .column:last-child img {
    margin-bottom: 40px;
}
html[lang="ug"] #information-sharing > div > h3 {
    text-align: right;
}
html[lang="ug"] #information-sharing > div > p {
    text-align: right;
}
@media screen and (max-width: 834px) {
    #information-sharing h3{
        text-align: center;
    }
    #information-sharing .container>p{
        text-align: center;
    }
    html[lang="ug"] #outrade-reg h2,html[lang="ug"] #outrade-reg h2 + p {
        text-align: center;
    }
    html[lang="ug"] #outrade-reg > div > div > div:nth-child(2) > a > img {
        display: none;
    }
    html[lang="ug"] #outrade-reg > div > div > div:nth-child(2) > a {
        display: block;
        margin: auto;
        width: 20%;
    }
    html[lang="ug"] #information-sharing > div > h3 {
        text-align: center;
    }
    html[lang="ug"] #information-sharing > div > p {
        text-align: center;
    }
}
@media screen and (min-width: 835px) {
    #outrade-reg {
        text-align: left;
    }
    #outrade-reg .icon-list {
        justify-content: flex-start;
    }
}
@media screen and (min-width: 1025px) {
    #outrade-reg {
        padding-bottom: 160px;
    }
    #outrade-reg h2 + p {
        margin-bottom: 40px;
    }
    #outrade-reg .icon-list {
        margin-bottom: 40px;
    }
}


/* @media only screen and (max-width: 1024px){
.wap-small-title{padding-top: 50px;}
.regbuttom{padding-top: 40px;}
.high_head_data_list_item{width: 100%;}
.product-shares-part2_3 .swiper-pagination2{background: #f0f2f5;}
} */


/* uyghur style */
html[lang="ug"] #outrade-reg {
    text-align: right;
}