.table-container{
    padding: 43px 50px;
    background: #fff;
    margin-top: -134px;
    position: relative;
}
.table-container table{
    border: 1px solid #E8ECF3;
    border-bottom: none;
    border-right: none;
}
.table-container table th,
.table-container table td{
    color: #303050;
    width: 33%;
}
.table-container table tbody th{
    border-bottom: 1px solid #E8ECF3;
    border-right: 1px solid #E8ECF3;
    text-align: left;
    padding-left: 26px;
    font-size: 16px;
}
.table-container table tbody td{
    border-right: 1px solid #E8ECF3;
}

.fxjk-tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fxjk-tabs table{
    width: 50%;
    border: none;
    border-left: 1px solid #E8ECF3;
}
.fxjk-tabs table tbody tr th{
    /*border-right: none;*/
    padding: 10px 5px 10px 26px;
    line-height: 22px;
    border-right: none;
}
.fxjk-tabs table tbody tr:last-of-type th{
    border-bottom: none;

}

.account{
    padding: 30px 0;
}
.account h3{
    font-size: 20px;
    font-weight: bold;
    color: #303050;
}
.account p{
    color: #303050;
    font-size: 14px;
    margin: 13px 0 47px 0;
}
.account .btn a{
    width: 104px;
    line-height: 30px;
    display: block;
    border-radius: 16px;
    background: #303050;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}
.account .btn a:last-of-type{
    margin-right: 0;
}

table tbody tr:hover{
    background: transparent!important;
}
