body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #060229;
    height: 100%;
    overflow: auto;
    font-family: "PingFangSC-Light";
}

a {
    text-decoration: none;
    color: #050229;
}

.link{
    color: #FFFFFF;
    text-decoration: none;
}

.b_m {
    width: 100%;
    overflow: hidden;
    background-image: url("./images/bg_0@1x.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-position: center 0;
    padding: 20em 0 0 0;
    /* background-position:0px 200px; */
}

.b_m_title {
    font-family: Alibaba-PuHuiTi-M;
    font-weight: bolder;
    font-size: 2.5em;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.2em;
    text-shadow: 0 5px 10px rgba(31, 240, 176, 0.25);
}

.b_m_title2 {
    margin: 1em auto;
    width: 86%;
    height: 2em;
    background-image: linear-gradient(90deg, #08DFEB 14%, #1CF0B0 81%);
    border-radius: 2em;
    font-family: PingFangSC-Medium;
    text-align: center;
    line-height: 2em;
    font-size: 1.5em;
    color: #050229;
    letter-spacing: 0;
}

.b_m_title2 img {
    float: right;
    margin: 0.5em;
    height: 1em;
    vertical-align: middle;
}

.b_m_c_moreReport {
    width: 86%;
    height: 6em;
    overflow: hidden;
    margin: 1em auto;
}
.b_m_c_moreReport table{
    width: 100%;
    overflow: hidden;
}
.b_m_c_moreReport table td{
    width: 25%;
}

.b_m_button {
    width: 90%;
    margin: 0.5em;
    height: 2em;
    background-image: linear-gradient(90deg, #08DFEB 14%, #1CF0B0 81%);
    border-radius: 1em;
    text-align: center;
    line-height: 2em;
    font-size: 1em;
    color: #050229;
    letter-spacing: 0;
    float: left;
}

.b_m_button_disable {
    width: 20%;
    margin: 0.5em;
    height: 1.5em;
    background-image: linear-gradient(90deg, #FFF 14%, #CCC 81%);
    border-radius: 1em;
    text-align: center;
    line-height: 1.5em;
    font-size: 1em;
    color: #666;
    letter-spacing: 0;
    float: left;
}

.b_m_intro {
    background-image: url("./images/intro@3x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: PingFangSC-Light;
    font-size: 0.6em;
    color: rgb(136, 147, 184);
    letter-spacing: 0;
    line-height: 2em;
    padding: 2.5em 1em 1em 1em;
    width: 86%;
    margin: 3em auto;
}

.b_m_b {
    width: 86%;
    background: rgba(25, 25, 112, 0.4);
    border-radius: 0.5em;
    margin: 1em auto;
    overflow: hidden;
    padding: 1em;
}

.b_m_num {
    padding: 40px 0 20px 0;
    width: 100%;
    text-align: center;
}

.b_m_c_t {
    width: 100%;
    font-size: 1em;
    color: #c0eaec;
    letter-spacing: 0;
}

.b_m_c_tips {
    width: 100%;
    font-size: 0.6em;
    color: #cccccc;
    letter-spacing: 0;
}

.b_m_c_sub {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 2em;
}

span {
    color: #00E7D8;
}

.b_m_data, .b_m_data_info {
    width: 100%;
    overflow: hidden;
}

.b_m_l {
    width: 50%;
    float: left;
}

#chart4, #chart5, #chart6, #chart7 {
    width: 100%;
    height: 100%;
}

.b_m_r {
    position: relative;
    width: 50%;
    float: left;
    margin: 0 0 0 0;
    font-size: 0.8em;
    color: #cccccc;
    display: flex;
    align-items: center;
}

.b_m_list {
    margin: 0;
    padding: 0;
}

.b_m_list li {
    list-style: none;
    line-height: 2em;
}

.dot_all {
    margin: 0.4em;
    float: left;
    width: 1em;
    height: 1em;
    border-radius: 5em;
    background-image: linear-gradient(90deg, #FFA926 14%, #00E7D8 81%);
}

.dot_blue {
    margin: 0.4em;
    float: left;
    width: 1em;
    height: 1em;
    border-radius: 5em;
    background-image: linear-gradient(90deg, #00E7D8 14%, #007AFF 81%);
}

.dot_orange {
    margin: 0.4em;
    float: left;
    width: 1em;
    height: 1em;
    border-radius: 5em;
    background-image: linear-gradient(90deg, #FFA926 14%, #FF5062 81%);
}

.dot_green {
    margin: 0.4em;
    float: left;
    width: 1em;
    height: 1em;
    border-radius: 5em;
    background-image: linear-gradient(90deg, #7ACD1E 14%, #458B00 81%);
}

.dot_yellow {
    margin: 0.4em;
    float: left;
    width: 1em;
    height: 1em;
    border-radius: 5em;
    background-image: linear-gradient(90deg, #FEE28E 14%, #EEAD0E 81%);
}

.dot_purple {
    margin: 0.4em;
    float: left;
    width: 1em;
    height: 1em;
    border-radius: 5em;
    background-image: linear-gradient(90deg, #E6E6FA 14%, #CDB5CD 81%);
}

.dot_purple2 {
    margin: 0.4em;
    float: left;
    width: 1em;
    height: 1em;
    border-radius: 5em;
    background-image: linear-gradient(90deg, #EED2EE 14%, #8470FF 81%);
}

.b_m_table {
    width: 100%;
    margin: 0 auto;
    color: #CCCCCC;
    font-size: 0.8em;
    overflow: hidden;
    position: relative;
}

.b_m_table table {
    width: 100%;
    border-collapse: collapse;
}

.b_m_table thead th {
    border-bottom: 2px #cccccc solid;
}

.b_m_table tbody td {
    border-bottom: 1px #3B4CF5 solid;
    height: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
}

.b_m_table img {
    margin: 0.5em 0 0 0;
    width: 1.5em;
}

.b_m_table .tops {
    font-size: 1.5em;
    color: #08DFEB;
}

.b_m_showmore {
    height: 2em;
    line-height: 2em;
    text-align: center;
}

.b_m_showmore img {
    width: 1em;
}

@keyframes bounce-down {
    25% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(0);
    }
}

.animate-bounce-down {
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
}

@keyframes bounce-up {
    25% {
        transform: translateY(-3px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(3px);
    }
}

.animate-bounce-up {
    display: none;
    -webkit-animation: bounce-up 1s linear infinite;
    animation: bounce-up 1s linear infinite;
}

.btn_download {
    width: 60%;
    height: 3em;
    margin: 1em auto;
    background-image: linear-gradient(134deg, #FF6142 0%, #EF3D33 51%, #E9302D 100%);
    border-radius: 5em;
    font-size: 1em;
    color: #FFFFFF;
    line-height: 3em;
    text-align: center;
}

.logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 1em 0 0 0;
}

.b_m_t {
    text-align: center;
    font-size: 1.2em;
    color: #CCC;
    font-weight: bold;
    margin: 2em 0 0 0;
}

.app {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
}

.b_m_select {
    padding: 0;
    margin: 1em 0;
    height: 1.5em;
    width: 100%;
}

.b_m_select li {
    margin: 0 0.6em;
    list-style: none;
    float: left;
    width: 20%;
    height: 1.5em;
    background-image: linear-gradient(90deg, #CCC 14%, #EEE 81%);
    border-radius: 2em;
    font-family: PingFangSC-Medium;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.8em;
    color: #050229;
    letter-spacing: 0;
}

.b_selected {
    background-image: linear-gradient(90deg, #08DFEB 14%, #1CF0B0 81%) !important;
}

.b_m_data_info div {
    float: right;
    font-size: 0.6em;
    color: #CCC;
    height: 1.5em;
    line-height: 1.5em;
    margin: 0 0 0 2em;
}

.dot_1, .dot_2 {
    display: block;
    float: left;
    width: 0.8em;
    height: 0.8em;
    border-radius: 1em;
    margin: 0.3em 0.6em 0 0;
}

.dot_1 {
    background-color: #00c38c;
}

.dot_2 {
    background-color: #5f47ec;
}

.tips {
    background-color: #EEAD0E;
    border-radius: 1em;
    margin: 0 0.5em 0 0;
    color: darkblue;
    padding: 0 0 0 0.5em;
}

.b_back {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5em;
    height: 3em;
    line-height: 3.5em;
    width: 4em;
    top: 2em;
    left: -1.5em;
    text-align: right;
    vertical-align: middle;
}

.b_back img {
    width: 1.2em;
    margin: 0.5em 0.8em 0 0;
}

@keyframes bounce-left {
    25% {
        transform: translateX(-3px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(0);
    }
}

.animate-bounce-back {
    -webkit-animation: bounce-left 1s linear infinite;
    animation: bounce-left 1s linear infinite;
}