#Trading-C {
    overflow: hidden;
    font-family: Roboto;
}

.content-cont {
    width: 660px;
}

.content-cont .check-item {
    position: relative;
    margin-left: 16px;
}

.content-cont .check-item:first-child {
    margin-left: 0;
}

.content-cont .check-box {
    padding: 0 16px;
}

.content-cont .check-item .icon_down {
    display: block;
}

.content-cont .check-item.active .icon_down {
    display: none;
}

.content-cont .check-item .icon_up {
    display: none;
}

.content-cont .check-item.active .icon_up {
    display: block;
}

.content-right {
    width: 250px;
    margin-left: 30px;
}

.radius {
    border: 1px solid #1F518E;
    height: 38px;
    border-radius: 30px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
}

.year {
    width: 90px;
}

.year, .month {
    color: #1F518E;
}

.month {
    width: 135px;
}

.checked-year {
    text-align: center;
    width: 40px;
}

.checked-month {
    text-align: center;
    width: 60px;
}

.year, .month, .Today:hover {
    cursor: pointer;
}

.item-list {
    width: 144px;
    position: absolute;
    background-color: white;
    top: 38px;
    display: none;
    background: #FDFDFD;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 300px;
    z-index: 200;
}

.item-list.year-list {
    width: 108px;
}

.item-list li {
    color: #1F518E;
    line-height: 32px;
    height: 32px;
    padding-left: 16px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.item-list li:hover {
    background-color: #dfedff;
}

.Today {
    width: 74px;
    color: #FFFFFF;
    background-color: #1F518E;
}

.table-item {
    margin-top: 32px;
}

.table-item>table tr:first-child {
    border-left: 2px solid #ededed;
    border-right: 2px solid #ededed;
    background-color: #ededed;
    height: 50px;
}

.table-item>table tr:first-child th {
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #000000;
}

.table-item>table .height94>td {
    width: 94px;
    height: 94px;
    text-align: right;
    border: 2px solid #dcdcdc;
}

.table-item .item-box {
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #000;
    padding: 8px 16px 16px 0px;
}

.table-item .item-box.values {
    background: #DFEDFF;
    color: #1F518E;
}

.table-item .item-box.active, .table-item .item-box:hover {
    color: #FFFFFF;
    background: #366CB4;
    border: 1px solid #8b8b8b66;
}

.table-item .item-box .item-time {
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}

.table-item .item-box .item-point {
    width: 8px;
    height: 8px;
    position: relative;
    border-radius: 50%;
    background: #EE3C3C;
    float: right;
    margin-top: 36px;
    display: none;
}

.table-item .item-box.values .item-point {
    display: block;
}

.table-item .item-box.active.uncheck, .table-item .item-box.uncheck, .table-item .item-box.uncheck:hover {
    color: #0000004d;
    border: none;
    background: #FFFFFF;
}

.content-right {
    margin-top: 70px;
}

.content-right_top {
    height: 50px;
    padding-left: 24px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    background-color: #ededed;
    border: 1px solid #dcdcdc;
}

.content-right_bottom {
    height: 566px;
    border: 2px solid #dcdcdc;
    font-size: 12px;
    padding-left: 24px;
    font-weight: 500;
}

.content-right_bottom li {
    margin-top: 16px;
    line-height: 26px;
}

.content-right_bottom li.import {
    font-weight: bold;
    color: #080808;
}

.content-right_bottom .iconfont {
    margin-left: 8px;
    width: 8px;
    color: red;
    font-size: 8px;
}

.ytj-left {
    margin-left: 10px;
}
.ytj-right{
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {

    .mobile-ytj-style {
        margin-left: 1.5rem;
        margin-top: 0.1rem;
    }
    .mobile-ytj-style2 {
        margin-left: 0.2rem;
        margin-top: 0.1rem;
    }

    #Trading-C {
        width: 100%;
        padding: 0.32rem 0.26rem 0.8rem 0.26rem;
        background: #FFFFFF;
        box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
    }
    .content-cont .check-item {
        margin-left: 0.24rem;
    }
    .content-cont .check-box {
        padding: 0 0.16rem;
    }
    .content-cont .check-box .iconfont {
        font-size: 0.14rem;
    }
    .radius {
        height: 0.64rem;
        line-height: 0.64rem;
        font-size: 0.2rem;
    }
    .year {
        width: 1.4rem;
    }
    .checked-year {
        width: 70%;
    }
    .month {
        width: 1.9rem;
    }
    .checked-month {
        width: 70%;
    }
    .Today {
        width: 1.28rem;
    }
    .table-item>table tr:first-child {
        height: 0.9rem;
    }
    .table-item>table .height94>td, .table-item>table tr:first-child th {
        width: 0.9rem;
        height: 0.9rem;
        line-height: 0.9rem;
        border: none;
    }
    .table-item .item-box {
        padding: 0;
        border-right: 1.5px solid #F2F2F2 !important;
        border-top: 1.5px solid #F2F2F2 !important;
    }
    .table-item tr td:first-child .item-box {
        border-left: 1.5px solid #F2F2F2 !important;
    }
    .table-item tr:last-child .item-box {
        border-bottom: 1.5px solid #F2F2F2 !important;
    }
    .table-item tr:last-child td:first-child .item-box {
        border-bottom-left-radius: 8px;
    }
    .table-item tr:last-child td:last-child .item-box {
        border-bottom-right-radius: 8px;
    }
    .table-item .item-box .item-time {
        font-size: 0.2rem;
        line-height: 0.23rem;
        letter-spacing: -1px;
        padding: 0.16rem;
        height: 0.23rem;
    }
    .table-item .item-box .item-point {
        margin-top: 0.19rem;
        margin-right: 0.16rem;
        width: 0.16rem;
        height: 0.16rem;
    }
    .content-cont, .content-right {
        float: right;
        width: 100%;
    }
    .content-right {
        margin: 0;
        margin-top: 0.48rem;
    }
    .content-right .content-right_top {
        background: none;
        border: none;
        padding: 0;
        font-size: 0.32rem;
        height: 0.37rem;
        line-height: 0.37rem;
        margin-bottom: 0.24rem;
        color: #111111;
    }
    .content-right_bottom {
        height: auto;
        border-radius: 8px;
        border: 2px solid #D9BA85;
        padding: 0.24rem 0.33rem;
    }
    .content-right_bottom li {
        margin-top: 0.24rem;
        font-size: 0.24rem;
        line-height: 0.28rem;
    }
    .content-right_bottom ul{
        margin: 0;
    }
    .content-right_bottom li:first-child {
        margin-top: 0;
    }
    table {
        width: 100%;
    }
    .table-item {
        margin-top: 0.24rem;
    }
    .table-item>table tr:first-child {
        border: none;
    }
    table tr:first-child th:first-child {
        border-top-left-radius: 8px;
    }
    table tr:first-child th:last-child {
        border-top-right-radius: 8px;
    }

    .ytj-left {
        margin-left: 0;
    }
    .ytj-right {
        margin-right: 0;
    }

    .option-exer {
        margin-left: 0.16rem;
    }

    .mobile-top {
        top: 1.5rem;
    }
}