/* 首页 */
.home .page_header {
    width: 100%;
    height: 1209px;
    background: url("../images/hearder_bg.png") no-repeat center center;
    background-size: 100% 100%;
    position: relative;

}

/* .header::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 910px;
    width: 1920px;
    height: 1026px;
    opacity: 1;
    background: #151517;
} */

.tabs_bar {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0 25px;
    min-width: 1200px;
    z-index: 999;
}

.tabs_bar.active {
    background: #000000;
}

.tabs_bar .logo {
    width: 170px;
    height: 48px;
    background: url("../images/logo.png") no-repeat center center;
    background-size: 100% 100%;
    flex-shrink: 0;
    margin-right: 60px;
}

.tabs_bar .tabs_main {
    flex: 1;
}

.tabs_bar .tabs_main>ul {
    display: flex;
    align-items: center;
}

.tabs_bar .tabs_main>ul>li {
    margin-right: 40px;
    font-family: MiSans;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 70px;
}

.tabs_bar .tabs_main>ul>li:hover {
    color: #FFD501;
}

.tabs_main .sub_tabs {
    position: absolute;
    left: 0;
    top: 70px;
    width: 230px;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    padding: 4px;
    gap: 4px;
    background: #1A1B1C;
}

.tabs_main .sub_tabs li {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    opacity: 1;
    color: #fff !important;
    padding: 0 12px;
    margin-bottom: 4px;
}

.tabs_main .sub_tabs li:hover {
    background: rgba(255, 255, 255, 0.04);
}

.tabs_bar .tabs_main ul li.active {
    color: #FFD501;
}

.tabs_bar .tabs_main ul li:hover .sub_tabs {
    display: block;
}

.tabs_bar .tabs_main ul li .kongtou {
    margin-right: 6px;
}

.tabs_bar .tabs_main ul li .dropdown {
    margin-left: 6px;
}

.tabs_bar .action_list {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.login_btn {
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 27px;
    cursor: pointer;
}

.register_btn {
    width: 78px;
    height: 36px;
    border-radius: 100px;
    opacity: 1;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    color: #1F1F1F;
    font-size: 16px;
    /* 主色 */
    background: #FFD501;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}

.register_btn::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 8px;
    width: 1px;
    height: 20px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.download_btn {
    width: 24px;
    height: 24px;
    background: url("../images/down_icon.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 27px;
    cursor: pointer;
}

.language_btn {
    width: 24px;
    height: 24px;
    background: url("../images/Icon/language_icon.png") no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.language_btn .sub_tabs {
    position: absolute;
    right: 0;
    top: 40px;
    width: 159px;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    padding: 4px;
    gap: 4px;
    background: #1A1B1C;
}

.language_btn .sub_tabs li:hover {
    background: rgba(255, 255, 255, 0.04);
}

.language_btn .sub_tabs li {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    opacity: 1;
    color: #fff !important;
    padding: 0 12px;
    margin-bottom: 4px;
    position: relative;
}

.language_btn .sub_tabs li.active::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 12px;
    background: url("../images/Icon/gou_icon.png") no-repeat center center;
    background-size: 100% 100%;
    width: 13px;
    height: 11px;
    cursor: pointer;
}

.language_btn_wrap {
    height: 70px;
    line-height: 80px;
    padding: 0 10px;
}

.language_btn_wrap:hover .sub_tabs {
    display: block;
}

.page_banner_wrap {
    width: 1200px;
    padding-top: 40px;
    padding-bottom: 48px;
    margin: 0 auto;
}

.page_banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_left .banner_left_title {
    font-size: 46px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0em;
    /* 主色 */
    color: #FFD501;
}

.banner_left_subtitle {
    font-size: 46px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.banner_right img {
    width: 646px;
    height: 434px;
    /* background: url("../images/banner_right_bg.png") no-repeat center center;
    background-size: 100% 100%; */
    margin-left: 48px;
    flex-shrink: 0;
}

.introduce_group {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    /* gap: 24px; */
    position: relative;
    z-index: 111;
}

.introduce_item {
    width: 588px;
    height: 200px;
    border-radius: 16px;
    /* 自动布局 */
    padding: 24px;
    margin: 12px;
    flex-grow: 1;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.12) 100%);
}

.introduce_item:hover {
    border: 1px solid #FFD501;
}

.introduce_item:hover .introduce_item_btn {
    background: #FFD501;
    color: #1F1F1F;
}

.introduce_item:hover .introduce_item_btn .right_outlined {
    filter: brightness(0);
}

.introduce_item_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: relative;
}

.introduce_item_title::after {
    content: "";
    position: absolute;
    left: -24px;
    top: 5px;
    width: 3px;
    height: 24px;
    background: #FFD501;
}

.introduce_item_subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: rgba(255, 255, 255, 0.66);
}

.introduce_item_btn {
    margin-top: 24px;
    width: 140px;
    height: 36px;
    border-radius: 100px;
    font-size: 16px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    color: #fff;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.introduce_item_btn .right_outlined {
    width: 8px;
    height: 12px;
    background: url("../images/Icon/rightOutlined.png") no-repeat center center;
    background-size: 100% 100%;
    /* margin-left: 8px; */
}

.introduce_mining {
    /* min-width: 1200px; */
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    height: 1026px;
    background: #151517;
    background: url("../images/home_head_bg.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: -320px;
    padding-top: 160px;
    position: relative;
}

.introduce_mining_left img {
    width: 422px;
    height: 519px;
    /* background: url("../images/introduce_mining_bg.png") no-repeat center center;
    background-size: 100% 100%; */
    margin-right: 138px;
    flex-shrink: 0;
}

.introduce_mining_right {
    /* flex: 1; */
    overflow: hidden;
}

.introduce_mining_title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.introduce_mining_subtitle {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 40px;
}

.introduce_mining_steps {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 16px;
}

.step_num {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
    opacity: 1;
    margin-top: 3px;
    /* 自动布局 */
    border: 1px solid #FFFFFF;
}

.introduce_mining_step_item {
    display: flex;
    width: 640px;
    min-height: 112px;
    border-radius: 16px;
    /* 自动布局 */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #232525;
    border: 1px solid rgba(0, 0, 0, 0);
    position: relative;
}

.introduce_mining_step_item:hover {
    cursor: pointer;
    background: #232525;
    border: 1px solid #FFD501;
}

.introduce_mining_step_item:hover::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 44px;
    height: 23px;
    width: 23px;
    background: url("../images/Icon/arrow_right_outlined_icon.png") no-repeat center center;
    background-size: 100% 100%;
}

.step_content>div:first-child {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 纯白 */
    color: #FFFFFF;
}

.step_content>div:last-child {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: rgba(255, 255, 255, 0.66);
}

.chainclan_introduce {
    width: 100%;
    height: 702px;
    background: #1D2434;
}

.chainclan_content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 104px;
}

.chainclan_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.chainclan_title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.chainclan_subtitle {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
}

.chainclan_more_btn {
    width: 136px;
    height: 60px;
    border-radius: 100px;
    opacity: 1;
    /* 自动布局 */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}

.chainclan_more_btn .right_outlined {
    width: 8px;
    height: 12px;
    background: url("../images/Icon/rightOutlined.png") no-repeat center center;
    background-size: 100% 100%;
    /* margin-left: 8px; */
}

.chainclan_more_btn:hover {
    background: #FFD501;
    color: #1F1F1F;
}

.chainclan_more_btn:hover .right_outlined {
    filter: brightness(0);
}

.chainclan_introduce_list {
    height: 354px;
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 24px;
}

.chainclan_introduce_item {
    width: 384px;
    height: 354px;
    position: relative;
}

.chainclan_introduce_item_main {
    margin-top: 68px;
    width: 384px;
    height: 286px;
    border-radius: 16px;
    box-sizing: border-box;
    border: 1px solid #808080;
    overflow: hidden;
    position: relative;
    padding: 99px 32px 0px 32px;
}

.chainclan_introduce_item_main:hover {
    border: 1px solid #FFD501;
}

.chainclan_introduce_item_main::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -50%;
    width: 436px;
    height: 184px;
    transform: translateX(-50%);
    background: rgba(255, 213, 1, 0.12);
    filter: blur(100px);
}

.chainclan_introduce_item_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.chainclan_introduce_item_subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
}

.chainclan_icon {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 11;
    transform: translateX(-50%);
    width: 134px;
    height: 134px;
}

.community_body {
    width: 100%;
    padding: 104px 0;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.community_content {
    width: 1200px;
    margin: 0 auto;
}

.community_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.community_head .community_left {
    flex: 1;
}

.community_head .community_title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.community_head .community_subtitle {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 32px;
}

.community_head .community_more_btn {
    width: 136px;
    height: 60px;
    border-radius: 100px;
    font-size: 16px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    color: #fff;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.community_head .community_more_btn:hover {
    background: #FFD501;
}

.community_more_btn .right_outlined {
    width: 8px;
    height: 12px;
    background: url("../images/Icon/rightOutlined.png") no-repeat center center;
    background-size: 100% 100%;
}

.community_head .community_right {
    width: 470px;
    height: 264px;
    background: url("../images/community_img.png") no-repeat center center;
    background-size: 100% 100%;
    margin-left: 90px;
}

.community_channel_box {
    margin-top: 40px;
    width: 1200px;
    height: 240px;
    border-radius: 16px;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 64px;
    gap: 48px;
    background: #232525;
    margin-bottom: 104px;
}

.community_channel_item {
    width: 220px;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    cursor: pointer;
}

.community_channel_item:hover .community_channel_item_title {
    color: #FFD501;
}

.community_channel_item>div:first-child {
    flex-shrink: 0;
    margin-right: 16px;
    font-size: 0;
}

.community_channel_item>div:first-child>img {
    height: 56px;
    width: 56px;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
}

.community_channel_item_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.community_channel_item_subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
}

.developer_content {
    display: flex;
    align-items: center;
}

.developer_left {
    width: 422px;
    height: 472px;
    background: url("../images/open-api-code.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 138px;
}

.developer_title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.developer_subtitle {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
}

.developer_introduce_box {
    width: 640px;
    border-radius: 16px;
    opacity: 1;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 40px;
    background: rgba(255, 255, 255, 0.06);
    margin-top: 40px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.66);
}

/* .developer_introduce_text>div {
    margin-bottom: 48px;
} */

.developer_btn_group {
    display: flex;
    align-items: center;
}

.developer_btn_group>div {
    width: 152px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 16px;
}

.developer_btn_group>div:hover {
    background: #FFD501;
    color: #1F1F1F;
}

.developer_btn_group>div:hover img {
    filter: brightness(0);
}

.developer_btn_group>div>img {
    width: 11px;
    height: 14px;
}

.news_content {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 56px;
    margin-top: 104px;
}

.news_main {
    width: 572px;
}

.news_main .news_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_main .news_head>div:first-child {
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    flex: 1;
}

.news_main .news_head>div:last-child {
    flex-shrink: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.news_main .news_head>div:last-child img {
    height: 17px;
    width: 11px;
    margin-left: 8px;
}

.news_box {
    width: 572px;
    min-height: 496px;
    border-radius: 16px;
    margin-top: 40px;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    padding: 24px;
    align-self: stretch;
    background: #232525;
}

.news_box .news_item {
    display: flex;
    flex-direction: row;
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
}

.news_box .news_item:hover .news_title {
    color: #FFD501;
}

.news_box .news_item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.news_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.news_cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
}

.news_date {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    position: relative;
    margin-right: 20px;
}

.news_date::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 0px;
    transform: rotate(90deg);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    top: 50%;
    right: -25px;
}

.news_num {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 6px;
}

.news_num img {
    width: 15px;
    height: 11px;
}

.blog_content {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 56px;
}

.blog_item {
    width: 572px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    background: #232525;
    overflow: hidden;
}

.blog_img {
    width: 572px;
    height: 320px;
    font-size: 0;
}

.blog_img img {
    height: 100%;
    width: 100%;
}

.blog_main {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px;
    gap: 24px;
}

.blog_text_content {
    flex: 1;
}

.blog_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0em;
    /* 纯白 */
    color: #FFFFFF;
}

.blog_subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
}

.blog_more_btn {
    flex-shrink: 0;
    width: 136px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}

.blog_more_btn:hover {
    color: #1F1F1F;
    background: #FFD501;
}

.blog_more_btn:hover .right_outlined {
    filter: brightness(0);
}

.blog_more_btn .right_outlined {
    width: 8px;
    height: 12px;
    background: url("../images/Icon/rightOutlined.png") no-repeat center center;
    background-size: 100% 100%;
}

.footer_container {
    width: 100%;
    height: 368px;
    background: #1D2434;
    display: flex;
    flex-direction: column;
}

.footer_main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 75px;
    padding-top: 64px;
    flex: 1;
}

.footer_left {}

.f_logo {
    width: 113px;
    height: 32px;
    margin-bottom: 24px;
}

.f_logo img {
    height: 100%;
    width: 100%;
}

.f_channels {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 16px;
    font-size: 0;
    margin-bottom: 24px;
}

.f_channels img {
    width: 24px;
    height: 24px;
}

.f_copy {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.44);
}

.footer_nav {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 16px;
}

.footer_nav li {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
}

.footer_nav li:not(:first-child):hover {
    color: #FFD501;
    cursor: pointer;
}

.footer_nav li:first-child {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer_copy_bar {
    flex-shrink: 0;
    height: 54px;
    width: 1200px;
    line-height: 54px;
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.44);
}

/* 下载页 */
.download_body {
    /* background: url("../images/main_bg_dark.png") no-repeat center center;
    background-size: 100% 100%;
    height: 751px; */
    height: 821px;
    width: 100%;
    padding-top: 134px;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.download_main {
    width: 1100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}

.download_title {
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.download_channel_box {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 20px;
    margin-top: 56px;
    width: 466px;
}

.channel_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.dl_channel_item {
    width: 225px;
    height: 56px;
    border-radius: 8px;
    background: #232525;
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
}

.dl_channel_item::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    width: 2px;
    height: 16px;
    opacity: 1;
    background: #FFD501;
}

.dl_channel_item img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
    margin-left: 18px;
}

.qr_code_box {
    width: 466px;
    height: 134px;
    border-radius: 8px;
    opacity: 1;
    background: #232525;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.qr_code_box>div:first-child {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.qr_code_box>div:last-child {
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.download_main_right {
    width: 597px;
    height: 366px;
    position: relative;
    margin-top: 140px;
}

.download_main_right>img:first-child {
    width: 460px;
    height: 360px;
}

.download_main_right>img:last-child {
    height: 366px;
    width: 188px;
    position: absolute;
    top: 0;
    right: 0;
}

/* 开发者文档 */
.dd_header {
    height: 360px;
    background: url("../images/dd_hd_banner.png") no-repeat center center;
    background-size: 100% 100%;
}

.dd_header_main {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 64px;
}

.dd_header_right {
    width: 395px;
    height: 272px;
    background: url("../images/dd_nfd.png") no-repeat center center;
    background-size: 100% 100%;
}

.dd_header_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dd_header_left>div:first-child {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.dd_search_box {
    width: 600px;
    height: 48px;
    border-radius: 8px;
    opacity: 1;
    align-self: stretch;
    background: #FFFFFF;
    border: 4px solid rgba(255, 255, 255, 0.06);
}

.dd_search_box>input {
    width: 580px;
    padding-left: 16px;
    height: 42px;
    border: none;
    outline: 0;
}

.dd_doucument_wrap {
    padding: 64px 0 112px 0;
    width: 100%;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.dd_doucument_main {
    width: 1200px;
    margin: 0 auto;
}

.dd_doucument_num {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.dd_doucument_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    gap: 24px;
}

.dd_doucument_item {
    width: 282px;
    height: 304px;
    border-radius: 16px;
    background: #232525;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 32px 16px 24px 16px;
    position: relative;
}

.dd_doucument_item::after {
    content: "V1.20.3版本";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 97px;
    height: 28px;
    line-height: 20px;
    text-align: center;
    border-radius: 0px 0px 0px 16px;
    opacity: 1;
    /* 自动布局 */
    display: flex;
    color: #FFFFFF;
    flex-direction: column;
    font-size: 12px;
    padding: 4px 16px;
    background: #535555;
}

.dd_doucument_item_main {
    flex: 1;
    overflow: hidden;
}

.dd_doucument_item_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dd_doucument_item_date {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 14px;
}

.dd_doucument_item_text {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.dd_doucument_item_btn {
    flex-shrink: 0;
    width: 250px;
    height: 40px;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    border: 1px solid #FFD501;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFD501;
    cursor: pointer;
}

.dd_doucument_item_btn:hover {
    background: #FFD501;
    color: #1F1F1F;
}

.dd_doucument_item_btn:hover>span:first-child {
    background: url("../images/Icon/download_outline_active.png") no-repeat center center;
}

.dd_doucument_item_btn>span:first-child {
    height: 18px;
    width: 18px;
    background: url("../images/Icon/download_outline.png") no-repeat center center;
    background-size: 100% 100%;
}

/* 智能合约 */
.sc_body {
    padding-top: 70px;
    padding-bottom: 42px;
    background: #14141A;
}

.sc_content_wrap {
    height: 600px;
    width: 100%;
    background-color: #151517;
    background: url("../images/otc_desk_dark.png") no-repeat center center;
    background-size: 100% 100%;
}

.sc_body_main {
    padding-top: 104px;
    width: 900px;
    margin: 0 auto;
}

.sc_body_title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.sc_body_subtitle {
    margin-bottom: 74px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
}

.sc_btn_group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 16px;
}

.sc_btn_group>div {
    width: 170px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.sc_btn_group>div>span:first-child {
    height: 16px;
    width: 16px;
    background-size: 100% 100%;
}

.sc_btn_group>div:hover {
    background: #FFD501;
    color: #1F1F1F;
}

.sc_btn_group>div:hover>span:first-child {
    filter: brightness(0) !important;
}

.sc_btn_group>div:first-child>span:first-child {
    background: url("../images/Icon/zaixianbianji_icon.png") no-repeat center center;
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
}

.sc_btn_group>div:last-child>span:first-child {
    background: url("../images/Icon/heyuefabuguangli.png") no-repeat center center;
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
}

/* 在线编辑调试 */
.online_editing_body {
    height: 821px;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 119px;
}

.online_editing_main {
    width: 1200px;
    margin: 0 auto;
}

.online_editing_head {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.online_editing_head_left {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.online_editing_head_left .arrow_left_icon {
    height: 23px;
    width: 23px;
    background: url("../images/Icon/arrow_left_icon.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 32px;
    position: relative;
    cursor: pointer;
}

.online_editing_head_left .arrow_left_icon::after {
    position: absolute;
    content: "";
    left: 40px;
    top: 0;
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
}

.online_editing_head_right {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.44);
}

.online_editing_head_right span {
    color: #FFFFFF;
}

/* 媒体资讯 */
.md_news_body {}

.md_news_header {
    height: 360px;
    background: url("../images/md_news_banner.png") no-repeat center center;
    background-size: 100% 100%;
}

.md_news_header_main {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 80px;
}

.md_news_header_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.md_news_header_left>div:first-child {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.md_news_search_box {
    width: 600px;
    height: 48px;
    border-radius: 8px;
    opacity: 1;
    align-self: stretch;
    background: #FFFFFF;
    border: 4px solid rgba(255, 255, 255, 0.06);
}

.md_news_search_box>input {
    width: 580px;
    padding-left: 16px;
    height: 42px;
    border: none;
    outline: 0;
}

.dd_header_right {
    width: 395px;
    height: 272px;
    background: url("../images/md_banner_black.png") no-repeat center center;
    background-size: 100% 100%;
}

.md_news_wrap {
    padding: 64px 0 112px 0;
    width: 100%;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.md_news_main {
    width: 1200px;
    margin: 0 auto;
}

.md_news_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.md_news_item {
    width: 588px;
    height: 256px;
    border-radius: 16px;
    background: #232525;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 24px;
}

.md_news_item_main {
    flex: 1;
    overflow: hidden;
}

.md_news_item_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.md_news_item_date {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 24px;
}

.md_news_item_text {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-bottom: 5px;
}

.md_news_item_btn {
    width: 120px;
    height: 36px;
    border-radius: 100px;
    opacity: 1;
    /* 自动布局 */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFF;
    cursor: pointer;
}

.md_news_item_btn:hover {
    background: #FFD501;
    color: #1F1F1F;
}

.md_news_item_btn:hover>span:last-child {
    filter: brightness(0);
}

.md_news_item_btn>span:last-child {
    width: 8px;
    height: 12px;
    background: url("../images/Icon/rightOutlined.png") no-repeat center center;
    background-size: 100% 100%;
    margin-left: 8px;
}

.md_news_pages_bar {
    width: 1200px;
    height: 68px;
    border-radius: 16px;
    opacity: 1;
    background: #232525;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    color: #fff;
}

/* 媒体资讯详情 */
.mn_detils_body {
    min-height: 821px;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 119px;
    padding-bottom: 104px;
}

.mn_detils_main {
    width: 1200px;
    margin: 0 auto;
}

.mn_detils_head {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mn_detils_head_left {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.mn_detils_head_left .arrow_left_icon {
    height: 23px;
    width: 23px;
    background: url("../images/Icon/arrow_left_icon.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 32px;
    position: relative;
    cursor: pointer;
}

.mn_detils_head_left .arrow_left_icon::after {
    position: absolute;
    content: "";
    left: 40px;
    top: 0;
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
}

.mn_detils_head_right {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.44);
}

.mn_detils_head_right span {
    color: #FFFFFF;
}

.mn_detils_text_container {
    display: flex;
    flex-direction: row;
}

.mn_detils_container_left {
    width: 700px;
    min-height: 673px;
    border-radius: 16px;
    background: #232525;
    padding: 24px;
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

.mn_detils_text_head {
    flex-shrink: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    ;
}

.mn_detils_text_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

/* 
.mn_detils_text_date_cell {}

.mn_detils_text_date {}

.mn_detils_text_num {} */
.mn_detils_text_date_cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
}

.mn_detils_text_date {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    position: relative;
    margin-right: 20px;
}

.mn_detils_text_date::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 0px;
    transform: rotate(90deg);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    top: 50%;
    right: -25px;
}

.mn_detils_text_num {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 6px;
}

.mn_detils_text_num img {
    width: 15px;
    height: 11px;
}

.mn_detils_text_main {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-top: 16px;
    flex: 1;
}

.mn_detils_channels {
    margin-top: 32px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 24px;
    font-size: 0;
    justify-content: center;
}

.mn_detils_channels img {
    width: 32px;
    height: 32px;
}

.mn_detils_container_right {
    width: 444px;
    display: flex;
    flex-direction: column;
    margin-left: 56px;
}

.other_news_haed {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 32px;
}

.other_news_list {
    display: flex;
    flex-direction: column;
}

.other_news_list .other_news_item {
    display: flex;
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
}

.other_news_list .other_news_item:hover .other_news_title {
    color: #FFD501;
}

.other_news_list .other_news_item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.other_news_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.other_news_cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
}

.other_news_date {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    position: relative;
    margin-right: 20px;
}

.other_news_date::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 0px;
    transform: rotate(90deg);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    top: 50%;
    right: -25px;
}

.other_news_num {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 6px;
}

.other_news_num img {
    width: 15px;
    height: 11px;
}

/* 社区 */
.community_page_body {
    height: 821px;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 119px;
}

.community_main {
    width: 1200px;
    margin: 0 auto;
}

/* 协议简介 */
.introduction_header {
    height: 360px;
    background: url("../images/md_news_banner.png") no-repeat center center;
    background-size: 100% 100%;
}

.introduction_header_main {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 100px;
}

.introduction_header_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.66);
}

.introduction_header_left>div:first-child {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 16px;
}


.introduction_header_right {
    width: 338px;
    height: 190px;
    background: url("../images/gate-about.png") no-repeat center center;
    background-size: 100% 100%;
}

.introduction_wrap {
    padding-top: 104px;
    width: 100%;
    background-color: #151517;
    padding-bottom: 104px;
}

.introduction_main {
    width: 1200px;
    margin: 0 auto;
}

.introduction_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    margin-bottom: 104px;
}

.introduction_item>img {
    width: 500px;
    height: 400px;
}

.introduction_text_box {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
}

.introduction_text_box>div {
    margin-bottom: 24px;
}

.introduction_text_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.introduction_text_group {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 16px;
}

.introduction_text_group>div {
    width: 189.33px;
    height: 178px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: #232525;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.66);
}

/* 区块链 */
.scanner_body {
    min-height: 821px;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 119px;
    padding-bottom: 104px;
}

.scanner_main {
    width: 1200px;
    margin: 0 auto;
}

.scanner_statistics_group {
    width: 1200px;
    height: 140px;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    padding: 0px;
    background: #232325;
    margin-bottom: 32px;
}

.scanner_statistics_item {
    width: 400px;
    height: 140px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding: 16px 24px;
}

.currency_price_item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.currency_price_cell {
    flex: 1;
}

.currency_price_cell>div:first-child {
    margin-bottom: 16px;
}

.currency_price_cell>div:last-child {
    color: #428bca;
}

.currency_price_img {
    width: 92px;
    height: 92px;
    margin-left: 10px;
    background: url("../images/img2_big_bl.png") no-repeat center center;
    background-size: 100% 100%;
}

.degree_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    position: relative;
}

.degree_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 1px;
    height: 92px;
    background: rgba(255, 255, 255, 0.15);
}

.degree_item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    width: 1px;
    height: 92px;
    background: rgba(255, 255, 255, 0.15);
}

.degree_item>div {
    display: flex;
    align-items: center;
}

.degree_item>div>.dg_label {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-left: 8px;
}

.degree_item>div>.dg_value {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.degree_item>div:first-child>.dg_icon {
    width: 22px;
    height: 22px;
    background: url("../images/Icon/sc_gaogu.png") no-repeat center center;
    background-size: 100% 100%;
}

.degree_item>div:last-child>.dg_icon {
    width: 22px;
    height: 22px;
    background: url("../images/Icon/sc_nandu.png") no-repeat center center;
    background-size: 100% 100%;
}

.scanner_list_group {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 32px;
}

.scanner_list_cell {}

.scanner_list_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.scanner_list_head_title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.zx_icon {
    width: 32px;
    height: 32px;
    background: url("../images/Icon/zuixinqukuai_icon.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 12px;
}

.zxjy_icon {
    width: 32px;
    height: 32px;
    background: url("../images/Icon/zuijinjiaoyi_icon.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 12px;
}

.scanner_list_head_tabs>ul {
    /* width: 148px; */
    height: 26px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
}

.scanner_list_head_tabs>ul>li {
    /* width: 72px; */
    padding: 0 4px;
    height: 22px;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.66);
    cursor: pointer;
}

.scanner_list_head_tabs>ul>li.active {
    background: #FFD501;
    color: #1F1F1F;
}

.scanner_list_box {
    width: 584px;
    min-height: 564px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 0px 16px;
    background: #232525;
}

.scanner_list_item {
    padding: 16px 0;
    display: flex;
    align-items: center;
    width: 552px;
    overflow: hidden;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.rounded_circle {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #535555;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    /* 主色 */
    color: #FFD501;
    margin-right: 8px;
}

.scanner_key_cell {
    width: 120px;
    height: 50px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 2px;
    margin-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.scanner_list_item_center {
    /* width: 220px; */
    flex: 1;
    overflow: hidden;
    height: 50px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 2px;
    margin-right: 20px;
}

.om_dis_btn {
    flex-shrink: 0;
    min-width: 93px;
    height: 24px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scanner_go_all_btn {
    width: 552px;
    height: 40px;
    border-radius: 8px;
    background: #535555;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    cursor: pointer;
}

.scanner_go_all_btn>span:last-child {
    width: 12px;
    height: 12px;
    background: url("../images/Icon/arrow_right.png") no-repeat center center;
    background-size: 100% 100%;
    margin-left: 10px;
}

.scanner_go_all_btn:hover {
    background: #FFD501;
    color: #1F1F1F;
}

.scanner_go_all_btn:hover>span:last-child {
    filter: brightness(0);
}

.scanner_list_item .link_text {
    color: #FFD501;
    cursor: pointer;
}

.scanner_list_item .time_text {
    color: rgba(255, 255, 255, 0.44);
}

/* 区块链 查看全部 */
.scanner_table_view_body {
    min-height: 821px;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 119px;
    padding-bottom: 104px;
}

.scanner_table_view_main {
    width: 1200px;
    margin: 0 auto;
}

.scanner_table_view_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding: 16px 0;

}

.scanner_table_view_box .table {
    border-radius: 8px;
    color: #fff;
}

.scanner_table_view_box .table thead tr th {
    background: #38383A;
    border: none;
}

.scanner_table_view_box .table tbody tr td {
    border: none;
}

.scanner_table_view_box {
    display: flex;
    flex-direction: column;
    background: #232525;
    border-radius: 8px;
}

.scanner_table_view_content {
    flex: 1;
    /* padding: 16px; */
    overflow: hidden;
    border-radius: 8px;
    margin: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.scanner_table_view_pages_bar {
    flex-shrink: 0;
}

.scanner_table_view_content .link_text {
    color: #FFD501;
    cursor: pointer;
}

.scanner_table_view_content .time_text {
    color: rgba(255, 255, 255, 0.44);
}

/* 交易区块详情 */
.scanner_block_details_body {
    min-height: 821px;
    background-color: #151517;
    background-image: url("../images/main_bg_dark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 119px;
    padding-bottom: 104px;
}

.scanner_block_details_main {
    width: 1200px;
    margin: 0 auto;
}

.scanner_block_details_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding: 16px 0;
}

.scanner_block_details_head {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFD501;
    margin-bottom: 16px;
}

.scanner_block_details_box {
    display: flex;
    flex-direction: column;
    background: #232525;
    border-radius: 8px;
    padding: 24px;
}

.scanner_block_details_group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.scanner_block_details_cell {
    display: flex;
    align-items: center;
}

.scanner_block_details_label {
    width: 248px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.66);
}

.scanner_block_details_value {
    flex: 1;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.navbar-nav li {
    padding: 5px;
    cursor: pointer;
}

.navbar_logo {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    width: 170px;
    height: 48px;
    background: url("../images/logo.png") no-repeat center center;
    background-size: 100% 100%;
}

.scanner_block_details_cell .link_text {
    color: #FFD501;
    cursor: pointer;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
}

.navbar-header {
    width: 100%;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
}

.hamburg_bar {
    background: #000000;
    color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002222;
}
.hamburg_bar .navbar{
    background: #000000;
    color: #fff;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

/* 媒体查询 */
@media (max-width: 1200px) {
    .footer_container {
        display: none;
    }

    .tabs_bar {
        display: none;
    }

    .hamburg_bar {
        display: block;
    }

    .home .page_header {
        height: auto !important;
        background-color: #1e2434;
    }

    .tabs_bar {
        min-width: 100%;
        width: 100%;
    }

    .community_content {
        padding: 0 15px;
    }

    .chainclan_content {
        width: 100%;
        padding: 40px 15px;
    }

    .chainclan_more_btn {
        margin-top: 10px;
    }

    .community_content {
        width: 100%;
    }

    .community_channel_box {
        width: 100%;
    }

    .footer_main {
        width: 100%;
    }

    .page_banner_wrap {
        padding-top: 80px;
        width: 100%;
        padding: 80px 15px 48px 15px;
    }

    .introduce_group {
        width: 100%;
    }

    .page_banner {
        flex-wrap: wrap;
    }

    .banner_right img {
        height: auto;
        width: 100%;
        margin: 0;
    }

    .introduce_mining_left img {
        height: auto;
        width: 100%;
        margin: 0;
    }

    .banner_left {
        text-align: center;
    }

    .introduce_item {
        width: 100%;
        height: auto;
    }

    .introduce_mining_left {
        text-align: center;
        margin: 0;
    }

    .introduce_mining_title {
        text-align: center;
        margin-top: 20px;
    }

    .introduce_mining_subtitle {
        text-align: center;
    }

    .introduce_mining_step_item {
        width: 100%;
    }

    .introduce_mining {
        height: auto;
        padding-bottom: 48px;
        background: #151517 !important;
        padding-top: 40px;
        margin-top: 0;
    }

    .chainclan_introduce {
        height: auto;
        padding-bottom: 40px;
    }

    .chainclan_introduce_list {
        height: auto;
        flex-wrap: wrap;
    }

    .community_right {
        display: none;
    }

    .community_channel_box {
        height: auto;
    }

    .developer_left {
        display: none;
    }

    .developer_introduce_box {
        width: auto;
    }

    .news_content {
        flex-wrap: wrap;
    }

    .news_main,
    .news_box {
        width: 100%;
    }

    .introduce_mining_steps {
        padding: 0 15px;
    }

    /* 区块 */
    .scanner_main,
    .scanner_statistics_group {
        width: 100%;
    }

    .scanner_list_cell {
        margin: 0 auto;
    }

    .scanner_list_group {
        flex-wrap: wrap;
    }

    .scanner_table_view_main {
        width: 100%;
    }

    /* 文档 */
    .dd_header_main {
        width: 100%;
    }

    .dd_doucument_main {
        width: 100%;
        padding: 0 15px;
    }

    /* 常见问题 */
    .md_news_header_main {
        width: 100%;
    }

    .md_news_main {
        width: 100%;
    }

    .md_news_pages_bar {
        width: 100%;
    }

    .md_news_item {
        width: 100%;
    }

    .md_news_list {
        padding: 0 15px;
    }

    .download_main {
        width: 100%;
        padding: 0 15px;
    }
    .mn_detils_main{
        width: 100%;
    }
    .introduction_header_main{
        width: 100%;
    }
    .chainclan_introduce_item_main{
        min-height: 304px;
    }
    .mn_detils_container_right{
        display: none;
    }
    .mn_detils_container_left {
        width: 100%;
    }
    .mn_detils_text_main img{
        width: 100% !important;
        height: 100% !important;
    }
    .mn_detils_text_date,.mn_detils_text_num{
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .chainclan_introduce_item_main {
        width: 340px;
    }
}