/*
 *
 *  Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.
 *  SPDX-License-Identifier: Apache-2.0
 *
 */
._cm-login {
    display: flex;
    height: 100%;
    flex-direction: column
}

._cm-login-nav {
    height: 50px;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #262f3e
}

._cm-login-con {
    flex: 1 1 auto;
    width: 100%;
    min-height: 20%;
    background-image: url(images/login-bg.52b5b59f47.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% auto;
    background-color: #0d1124;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px
}

._cm-login-form {
    width: 474px;
    padding: 30px 24px 0;
    box-sizing: border-box;
    background-color: #fff
}

._cm-login-form__tit {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 34px
}

._cm-login-form__enter {
    width: 100%
}

._cm-login-form__enter .tea-form {
    width: inherit
}

._cm-login-form__enter .form-btn {
    width: calc(100% - 24px);
    margin-top: 32px;
    height: 42px;
    line-height: 42px
}

._cm-login-form__enter ._cm-login-vercode {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    margin-left: 12px;
    cursor: pointer
}

._cm-login-form__footer {
    height: 42px;
    margin-left: -24px;
    margin-right: -24px;
    background: rgba(0, 110, 255, .1);
    margin-top: 38px;
    color: #444;
    font-size: 12px;
    line-height: 42px;
    text-align: center
}

._cm-blockChain-item {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    height:100%;
}

._cm-blockChain-item:hover {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .3)
}

._cm-blockChain-item-hd {
    padding: 16px;
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #1e222c;
    box-sizing: border-box;
    background-image: url(images/block-bg.a7ddcb33d2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100% 0;
    cursor: pointer;
    background-color: #25223f
}

._cm-blockChain-item-hd__item {
    flex: 1;
    text-align: center
}

._cm-blockChain-item-hd__item .blockChain-title {
    color: #ddd;
    line-height: 16px;
    font-size: 12px
}

._cm-blockChain-item-hd__item .blockChain-value {
    margin-top: 12px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    line-height: 1
}

._cm-blockChain-item-bd {
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer
}

._cm-blockChain-item-bd .blockChain-bd-subtitle {
    font-size: 12px;
    color: #888;
    margin-left: 5px;
    font-weight: 400
}

._cm-blockChain-item-bd .text-status {
    height: 18px;
    padding: 1px 8px;
    border-radius: 8px;
    border: 1px solid #9ce4bc;
    line-height: 14px;
    display: inline-block;
    background: #e6f8ee
}

._cm-blockChain-item-fd {
    border-top: 1px solid #ddd;
    padding: 8px 20px;
    box-sizing: border-box
}

._cm-sdk-banner {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

._cm-sdk-banner__img {
    width: 49%;
    max-width: 515px;
    height: auto;
    margin-right: 4%;
    align-self: start
}

._cm-sdk-banner__img > img {
    width: 100%
}

._cm-sdk-banner__introduce {
    width: 43%;
    min-width: 450px;
    padding-bottom: 20px;
    padding-right: 2.8%
}

._cm-sdk-banner__introduce-tit {
    font-size: 42px;
    font-weight: 500;
    line-height: 60px;
    color: #333
}

._cm-sdk-banner__introduce-desc {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #666
}

._cm-sdk-banner__btns {
    margin-top: 20px
}

._cm-sdk-banner__btns button {
    outline: none;
    background: none;
    border: 2px solid #0d2547;
    border-radius: 24px;
    padding: 8px 30px;
    font-size: 16px;
    line-height: 22px
}

._cm-sdk-banner__btns :not(:last-child) {
    margin-right: 42px
}

._cm-sdk-list {
    background: #fff;
    border: 1px solid #ddd
}

._cm-sdk-list-bd {
    padding: 20px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

._cm-sdk-list-bd .list-logo {
    width: 64px;
    height: 64px;
    margin-right: 30px
}

._cm-sdk-list-bd .list-text {
    flex: 1 1 auto;
    margin-left: 10px;
}

._cm-sdk-list-bd .list-text__tit {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 600
}

._cm-sdk-list-bd .list-text__version {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #333
}

._cm-sdk-list-fd {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center
}

._cm-sdk-list-fd__btn {
    flex: 1;
    height: inherit;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    color: #0075ff;
    position: relative;
    cursor: pointer
}

._cm-sdk-list-fd__btn:not(:last-child):before {
    content: "";
    width: 1px;
    height: 28px;
    position: absolute;
    background-color: #eee;
    right: 0;
    top: 7px
}

._cm-block-browser-box:not(:last-child) {
    margin-bottom: 24px
}

._cm-block-browser-box__tit {
    margin-bottom: 12px;
    font-size: 12px;
    color: #000
}

#WEBPACK {
    content: "v_yn202107221042029867"
}
