.match-container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100% - 220px);
    background: #fff;
    padding: 0 40px;
}

.match-rank-c {
    margin-top: 58px;
}

.rank-header {
    padding-top: 15px;
    margin-bottom: 24px;
    position: relative;
}
.rank-header .tabs {
    float: left;
}
.rank-header .tabs .tab-item {
    display: inline-block;
    padding: 8px 3px;
    font-size: 16px;
    border-bottom: 4px solid transparent;
    margin-right: 60px;
    cursor: pointer;
}
.rank-header .tabs .tab-item.active {
    color: #2750ee;
    border-color: #2750ee;
    font-weight: 700;
}
.rank-header .query-box,.rank-header .query-box-single {
    position: absolute;
    bottom: 0;
    right: 0;
}
.rank-header .query-box .date-picker ,.rank-header .query-box-single .date-picker{
    float: right;
    position: relative;
    /*display: none;*/
    width: 224px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 12px;
}
.rank-header .query-box .date-picker::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 7px;
    width: 16px;
    height: 16px;
    /*background-image: url("../../../image/home/time.png");*/
    background-size: 100% 100%;
}
.rank-header .query-box .date-picker input,.rank-header .query-box-single .date-picker input {
    width: calc(100% - 50px);
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
}
.rank-header .query-box .input-search {
    position: relative;
    float: right;
    width: 280px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 20px;
    padding-left: 12px;
}
.rank-header .query-box .input-search input {
    width: calc(100% - 50px);
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
}
.rank-header .query-box .input-search .search-icon{
    position: absolute;
    top: -1px;
    right: 0;
    width: 40px;
    height: 32px;
    background: #2750ee;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.search-icon {
    /*display: none;*/
    position: relative;
    float: right;
    width: 40px;
    height: 32px;
    background: #2750ee;
    /*border-radius: 0 4px 4px 0;*/
    cursor: pointer;
}
.search-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    background-image: url("../../../image/home/search.png");
    background-size: 100% 100%;
}
.rank-header .query-box .input-search .search-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    background-image: url("../../../image/home/search.png");
    background-size: 100% 100%;
}

.rank-content table {
    border: 1px solid #f3f5fe !important;
    border-bottom: none !important;
}
.rank-content table thead {
    background: #f3f5fe;
}
.rank-content table thead th {
    background: #f3f5fe !important;
    border-top: 1px solid #f3f5fe !important;
    border-right: 1px solid #f3f5fe !important;
    color: #303133 !important;
}

.rank-content table tr {
}

.rank-content table td {
    height: 20px !important;
    line-height: 20px !important;
    padding: 20px 0 !important;
    border: 0px !important;
    background: #fff !important;
    border: none !important;
    border-bottom: 1px solid #f3f5fe !important;
}
.rank-content .personal-table,
.rank-content .team-table {
    display: none;
}
.rank-content table .show-team-detail {
    color: #2750ee;
}
.rank-content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #2750ee;
}
.rank-content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.rank-content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.rank-content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: transparent;
}

.rank-content .team-table .project-list {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e4e9ff;
    margin-bottom: 12px;
}
.rank-content .team-table .project-list li {
    float: left;
    margin-right: 16px;
}
.rank-content .team-table .project-list li a {
    display: block;
    margin-bottom: -1px;
    padding: 10px 16px;
    color: #303133;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.rank-content .team-table .project-list li a.active {
    color: #2750ee;
    border: 1px solid #e4e9ff;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
    background: #f3f5fe;
}
.rank-content .tips {
    padding-top: 30px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 40px;
    color: #a9a9aa;
}
.rank-content .tips .tip-item {
    margin-bottom: 9px;
}
.rank-content .tips .tip-team {
    display: none;
}

.team-detail-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,
    endColorstr=#4C000000);
    z-index: 99;
    display: none;
}

.team-detail-mask .team-detail {
    width: 640px;
    height: 425px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.team-detail-mask .team-detail .team-detail__header {
    height: 56px;
    line-height: 55px;
    border-bottom: 1px solid #eee;
    padding: 0 24px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.team-detail-mask .team-detail .team-detail__header .close-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
}
.team-detail-mask .team-detail .team-detail__header .close-icon::before,
.team-detail-mask .team-detail .team-detail__header .close-icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.45);
}
.team-detail-mask .team-detail .team-detail__header .close-icon::before {
    width: 1px;
    height: 15px;
    left: 7px;
}
.team-detail-mask .team-detail .team-detail__header .close-icon::after {
    width: 15px;
    height: 1px;
    top: 7px;
}
.team-detail-mask .team-detail .team-detail__content {
    padding: 24px 24px 16px;
    border-bottom: 1px solid #eee;
    height: 324px;
}
.team-detail-mask .team-detail .team-detail__content .team-info {}
.team-detail-mask .team-detail .team-detail__content .team-info .team-info__item {
    margin-bottom: 12px;
    line-height: 22px;
    font-size: 14px;
}
.team-detail-mask .team-detail .team-detail__content .team-info .team-info__item .label{
    float: left;
    width: 90px;
    color: #666;
}
.team-detail-mask .team-detail .team-detail__content .team-info .team-info__item .v{
    float: left;
    width: calc(100% - 100px);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team-detail-mask .team-detail .team-detail__content .score-table {
    width: 100%;
}
.team-detail-mask .team-detail .team-detail__content .score-table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.team-detail-mask .team-detail .team-detail__content .score-table table tr {}
.team-detail-mask .team-detail .team-detail__content .score-table table td {
    padding: 8px;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    border: 1px solid #eee;
}
.team-detail-mask .team-detail .team-detail__footer {
    height: 64px;
    padding: 16px 24px;
    text-align: right;
}
.team-detail-mask .team-detail .team-detail__footer .m-btn {
    display: inline-block;
    height: 32px;
    width: 64px;
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 4px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-left: 8px;
}
.team-detail-mask .team-detail .team-detail__footer .m-btn.m-btn-primary {
    color: #fff;
    border-color: #0077ff;
    background: #0077ff;
}