table {
    border-collapse: collapse;
    letter-spacing: -0.2px;
}

.content-font {
    font-family: Roboto;
}

.tablee td,
.tablee div,
.tablee li {
    line-height: 26px;
}

.text {
    font-size: 14px;
    font-weight: 500;
}

.content-font>div {
    padding-top: 64px;
}

.content-font>div:first-child {
    padding-top: 0;
}

.content-img {
    width: 940px;
}

.th {
    font-weight: bold;
    font-family: DM Serif Display;
    font-size: 24px;
    padding-bottom: 33px;
}

.tablee {
    width: 939px;
}

.right {
    overflow: hidden;
}

.right div {
    float: left;
}

.right div:first-child {
    margin-left: 48px;
    width: 122px;
}

.right div:first-child+div {
    margin-left: 185px;
}

.tablee .left {
    background-color: #f4f9ff;
    text-align: center;
    width: 255px;
    font-weight: bold;
    font-size: 16px;
}

.tablee div {
    font-weight: 500;
    font-size: 12px;
}

.tablee div:first-child {
    padding-top: 16px;
}

.tablee div:first-child+div {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media screen and (max-width:1200px) {
    .th {
        line-height: 0.86rem;
        font-size: 0.32rem;
        font-family: Roboto;
        font-weight: bold;
        text-align: left;
        padding-bottom: 0;
    }
    .text{
        font-size: 0.2rem;
    }
    .content-font>div {
        background-color: white;
        border-radius: 8px;
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
        padding-left: 0.24rem;
        padding-right: 0.24rem;
        padding-bottom: 0.8rem;
        margin-top: 0.24rem;
        padding-top: 0;
    }
    .content-font>div:first-child {
        margin-top: 0;
    }
    .content-img,
    .tablee {
        width: 100%;
    }
    .right div:first-child {
        margin-left: 0.48rem;
        margin-left: 0.24rem;
    }
    .right div:first-child+div {
        margin-left: 1.85rem;
        padding-right: 0.24rem;
    }
    .tablee .left {
        color: #111111;
        font-family: Roboto;
        font-weight: bold;
        font-size: 0.24rem;
        line-height: normal;
        letter-spacing: 0px;
        width: auto;
    }
    .tablee div {
        font-size: 0.24rem;
    }
    .tablee .right {
        font-size: 0.24rem !important;
    }

    .mobile-trading-top {
        margin-top: 0.99rem;
    }
}