main {
    position: relative;
    width: 100%;
    height: 890px;
    z-index: 10;
    overflow-y: scroll;
}

.main-container {
    position: relative;
    width: 1184px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.main-container .title {
    margin: 35px auto 0;
    width: 747px;
    font-size: 56px;
    line-height: 90px;
    border-bottom: 4px solid #4e4e4e;
}

.main-container .search-bar {
    width: 100%;
    height: 65px;
    line-height: 65px;
    margin: 37px auto;
    text-align: left;
}

.main-container .search-box {
    position: relative;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.main-container .search-circle {
    min-width: 460px;
    max-width: 965px;
    background: #fff;
    overflow: hidden;
}

.main-container .search-circle {
    font-family: '宋体';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 65px;
    font-size: 28px;
    color: #7a7a7a;
    border: 1px solid #aaa;
    padding: 0 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container .search-circle:after {
    /*content: '▲';*/
    position: absolute;
    top: 0;
    right: 20px;
    width: 30px;
    height: 100%;
    font-size: 30px;
    color: #7a7a7a;
    text-align: center;
    /*z-index: -1;*/
}

.main-container .search-circle.open:after {
    content: '▼';
}

.main-container .search-circle select {
    position: absolute;
    top: 12px;
    left: 0;
    width: 120%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    text-align: center;
    color: #7a7a7a;
    padding-left: 10px;
    padding-right: 25px;
    background: transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
}

.main-container .content {
    position: relative;
    width: 1184px;
    min-height: 512px;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f1f1f1;
    border: 1px solid #c4c3c3;
}


/* 表格 */

.content .content-table {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content th {
    font-size: 38px;
    padding: 17px 0;
}

.content td {
    font-family: '宋体';
    font-size: 26px;
    font-weight: 700;
}

.content .content-table th .column {
    border: none;
}

.content .content-table .column {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px dashed #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content th .column.one {
    padding-left: 75px;
}

.content .column.one {
    padding-left: 50px;
    text-align: left;
    width: 536px;
}

.content .column.two {
    width: 223px;
}

.content .column.three {
    width: 173px;
}

.content .column.four {
    width: 223px;
}


/* 总计bar */

.totalbar {
    font-family: '宋体';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    background: #4e4e4e;
    color: #fff;
    font-size: 28px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1%;
}

.content .totalbar .column {
    border: none;
    padding: 0;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
