table {
    border: unset;
    margin: unset;
}
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
}
table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(odd) {
    background: #efefef;
}

.security>ul:nth-child(2){
    font-size: 16px;
    width: 830px;
    position: relative;
    overflow: hidden;
    height: 780px;
}
.riskcon {
    display: block;
    width: 100%;
    color: #666;
    font-size: 16px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: 8px;
    table-layout: auto;
    background: #fff;
    font-weight: bold;
    line-height: 24px;
}
.riskcon td {
    border-left: 1px solid #666;
    border-top: 1px solid #666;
}
.riskcon tr td:nth-child(1){
    text-align: center;
    width: 176px;
}
.sectit {
    font-size: 16px!important;
    line-height: 32px;
    margin-top: 8px;
    display: block;
    font-weight: bold;
}
.fisttit>span{
    display: block;
}
.fisttit>span:nth-child(1){
    font-size: 16px;
    color: #a1a1a1;
}
.fisttit>span:nth-child(2){
    font-size: 20px;
    color: #00adec;
    font-weight: bold;
}

.detail{
    margin-top: 20px;
}
.detail>span{
    display: block;

}


.security{
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 780px;
}

.steps{
    width: 100px;
    max-height: 390px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.steps>li>span{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #00adec;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 9999;

}
.steps>.acsteps>span{
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}
.shuline{
    width: 1px;
    height: 8px;
    background: #00adec;
    margin: 0 auto;
}

.security>ul:nth-child(2)>li{
    position: absolute;
}

.steps>.acsteps>.shuline{
    height: 52px!important;
}

.process_circle2, .process_circle3, .process_circle4, .process_circle5, .process_circle6{
    left: 0;
    top: 780px;
}