.tabs_w {
    margin: 10px 0;
    text-align: center;
}

.tabs_w .tabs {
    display: inline-block;
    margin:0 auto;
    text-align:center;
}

.tabs_w .tabs ul{
    margin:0 auto;
    text-align:center;
    width:auto;
}

.tabs_w .tabs li {
    height: 38px;
    line-height: 38px;
    margin: 5px;
    text-align:center;
    float:left;
    width: 47%;
    /* padding: 0 40px; */
}

.tabs_w .tabs li a {
    display: inline-block;
    font-size: 14px;
    color: #b50020;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    padding: 0px 40px;
    background: #fff;
    border: 1px solid #b50020;
    border-radius: 10px;
}

.tabs_w .tabs li.active a {
    background: #b50020;
    color: #fff;
    position: relative;
    padding: 0 40px;
}

.one_link table tr th:last-child {
    border-right: 0;
}

.one_link table tr td {
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.one_link table tr td:last-child {
    border-right: 0;
}

.login .tabs_w {
    height: 75px;
    margin: 20px 0 30px 0;
    text-align: center;
}

.login .tabs_w h4 {
    line-height: 35px;
}

.login .tabs_w .tabs {
    display: inline-block;
}

.login .tabs_w .tabs li {
    float: left;
    height: 38px;
    line-height: 38px;
    margin: 0 7px;
}

.login .tabs_w .tabs li a {
    display: inline-block;
    font-size: 14px;
    color: #b50020;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #b50020;
    border-radius: 6px;
}

.login .tabs_w .tabs li.active a {
    background: #b50020;
    color: #fff;
    position: relative;
}

.login table tr th:last-child {
    border-right: 0;
}

.suijj{
    padding: 0 50px !important;
}
.suijj.active{
    padding: 0 50px!important;
}