.topicCover {
    height: 300px;
}

.ctx .tap {
    text-align: center;
}

.ctx .tap a {
    width: 25%;
    margin: 0 0.5%;
    padding: 15px 30px;
    box-sizing: border-box;
    display: inline-block;
    border-left: solid 7px #b0b0b0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #b0b0b0;
    background: #e8e8e8;
}

.ctx .tap a:nth-child(1) {
    width: 30%
}

.ctx .tap .active {
    border-left: solid 7px #0066bc;
    color: #0066bc;
    background: rgb(210, 235, 255);
}

.ctx .tap_m {
    width: 100%;
    padding: 10px 5px;
    display: none;
    font-weight: bold;
    font-size: 16px;
}

.ctx .risk {
    width: 100%;
    border-spacing: 1px;    
}

.ctx .risk tr th {
    padding: 5px;
    text-align: center;
}

.ctx .risk tr td {
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}

.ctx .risk tr:nth-child(odd) td {
    background: #eaeff7;
}

.ctx .risk tr:nth-child(even) td {
    background: #d2deef;
}

.ctx .risk tr .tit {
    text-align: center;
    color: #fff;
    background: #5b9bd5 !important;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .ctx .tap {
        display: none;
    }

    .ctx .tap_m {
        display: block;
    }

    .ctx .risk {
        width: 1000px;
    }
}