* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'myFont';
    src: url('./DS-DIGI-1.ttf');
}

body {
    background: #00082C;
}

.back {
    padding: 1.2rem 0.3rem 0;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url('https://lvdowebui.oss-cn-qingdao.aliyuncs.com/upload/app/FWZS/file/c2214c18-199b-491a-be28-a64b731d56f6/yt9eadpmteow4fd0b8825211e77006121e1165e9ca26.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.2rem;
    height: 0.56rem;
    background-image: url('../images/title.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.title span {
    font-weight: 500;
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0);
    background: linear-gradient(180deg, #FFFFFF 0.3662109375%, #B3E1FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#charts_line {
    width: 5.2rem;
    height: 3rem;
}

.point {
    margin-top: 0.35rem;
    width: 5.2rem;
}

.tips {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.16rem;
    width: 4.92rem;
    margin: 0.2rem 0.14rem 0;
    background-image: url('../images/bg_l2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.labels {
    position: absolute;
    top: -0.10rem;
    width: 0.65rem;
    height: 0.23rem;
    left: 0;
    text-align: center;
    line-height: 0.23rem;
    font-size: 0.14rem;
    color: #34A7FF;
    background-image: url('../images/top_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.tip_title {
    font-size: 0.16rem;
    color: #BAD1FF;
}

.tip_con {
    width: 3.56rem;
    color: #A9B3C8;
    font-size: 0.13rem;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.line {
    margin: 0 0.13rem;
    width: 1px;
    height: 0.44rem;
    background: #034DC7;
    opacity: 0.5;
}

.company {
    display: flex;
    align-items: center;
    margin-left: 0.79rem;
}

.numbers {
    font-size: 0.44rem;
    font-family: 'myFont';
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(0deg, #87D0FF 0%, #FFFFFF 99.365234375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.numa {
    font-size: 0.44rem;
    font-family: 'myFont';
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(0deg, #FFB7AD 0%, #FFFFFF 99.365234375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.com {
    font-size: 0.24rem;
    color: #FFFFFF;
}

#charts_china {
    margin-top: 0.2rem;
    margin-left: 0.35rem;
    width: 7.3rem;
    height: 6.2rem;
}

.right {
    margin-left: 0.5rem;
}

#charts_branch {
    width: 5.2rem;
    height: 3.7rem;
}

.rate {
    position: relative;
    margin-top: 0.3rem;
}

#charts_pie,
#charts_edu,
#charts_sell,
#charts_com {
    margin: auto;
    margin-top: 0.1rem;
    width: 2rem;
    height: 1.75rem;
}

.online {
    position: relative;
    padding-top: 0.2rem;
    width: 50%;
}

.r_name {
    position: absolute;
    left: 0.12rem;
    top: 0.05rem;
    font-size: 0.16rem;
    color: #B1BCD2;
}

.charts_box {
    display: flex;
    flex-wrap: wrap;
}

.legend {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
}

.circle {
    margin-right: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #009BFF;
}

.l_title {
    margin-right: 0.2rem;
    color: #B1BCD2;
    font-size: 0.12rem;
}

.tip_box {
    padding: 0.3rem 0.4rem 0 0.28rem;
    width: 1.8rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.tip_com {
    font-size: 0.16rem;
    color: #FFFFFF;
}

.tip_des {
    margin: 0.05rem 0;
    font-size: 0.14rem;
    color: #D1E0FF;
}

.tip_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
}
