/**
 *  * Created by yuanvp on 2019/12/6.
 */
.content {
    background-color: #EEEEEE;
    padding: 30px;
}
.content .hd ul li {
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    float: left;
    margin: 0 4px;
    padding-left: 70px;
}
.content .hd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.content .hd ul li:nth-child(1) {
    background: #3F63BB url("https://www.soulrig.com/file/4500000039/newimg/icon5.png") no-repeat 20px center;
    margin-left: 0;
}
.content .hd ul li:nth-child(2) {
    background: #3F63BB url("https://www.soulrig.com/file/4500000039/newimg/icon6.png") no-repeat 20px center;
}
.content .hd ul li:nth-child(3) {
    background: #3F63BB url("https://www.soulrig.com/file/4500000039/newimg/icon7.png") no-repeat 20px center;
}
.content .hd ul li:nth-child(4) {
    background: #3F63BB url("https://www.soulrig.com/file/4500000039/newimg/icon8.png") no-repeat 20px center;
}
.content .hd ul li:nth-child(5) {
    background: #3F63BB url("https://www.soulrig.com/file/4500000039/newimg/icon9.png") no-repeat 20px center;
}
.content .hd ul li:nth-child(6) {
    background: #3F63BB url("https://www.soulrig.com/file/4500000039/newimg/icon10.png") no-repeat 20px center;
    margin-right: 0;
    margin-left: 6px;
}
.content .hd ul li.on {
    background-color: #008D87;
}
.content .bd {
    background-color: #fff;
    width: 100%;
}
.content .bd table {
    width: 100%;
    border-top: 6px solid #3F63BB;
    /*border-bottom: 6px solid #3F63BB;*/
    border-collapse:collapse;
}
.content .bd table tr {
    height: 50px;
    line-height: 50px;
}
.content .bd table tr th {
    font-weight: bold;
}
.content .bd table tr td , .content .bd table tr th{
    border:1px solid #C5C5C5;
    padding: 15px;
    text-align: center;
    line-height: 22px;
}
.content .bd table thead tr th {
    /*font-weight: normal;*/
    font-size: 16px;
}

thead tr th:nth-child(1) , thead tr th:nth-child(5) , thead tr th:nth-child(8){
    min-width: 70px;
}
thead tr th:nth-child(5) ,thead tr th:nth-child(7) ,thead tr th:nth-child(2) {
    min-width: 100px;
}
thead tr th:nth-child(6) ,thead tr th:nth-child(3) ,thead tr th:nth-child(4) ,thead tr th:nth-child(9){
    min-width: 130px;
}
.oldModel .main-cont-rfcy {
    width: 100%;
    min-width: 1200px;
}
.oldModel .content .bd table tr td, .oldModel .content .bd table tr th {
    line-height: 1.5;
}
.oldModel .crumb {
    padding: 20px;
}