﻿/**********公共样式**********/

html {
    padding: 0;
    margin: 0;
    font-size: 100px;
}

body {
    padding: 0;
    padding-top: 0.8rem;
    margin: 0;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    width: 100%;
    min-width: 12rem;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


/**********头部样式**********/

.header {
    width: 100%;
    background: #04233E;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

.header-content {
    margin: 0 auto;
    width: 13.2rem;
    height: 0.8rem;
}

.header .logo {
    float: left;
    position: relative;
    width: 2.05rem;
    height: 0.8rem;
    margin-right: 0.1rem;
}

.header .logo img {
    position: absolute;
    width: 2.05rem;
    height: 0.64rem;
    top: 50%;
    left: 50%;
    margin-top: -0.32rem;
    margin-left: -1.2rem;
}

.header-item {
    position: relative;
    float: left;
}

.header-item>a {
    padding: 0 0.29rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    height: 0.8rem;
    line-height: 0.8rem;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
}

.header-item>a:hover {
    background-color: #0A255E;
}

.header-item>span {
    color: #FFF;
    font-weight: bold;
    line-height: 0.8rem;
}

.header-item-content {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #0A255E;
}

.header-item-children>a {
    display: block;
    padding: 0 0.33rem;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.4rem;
    color: #EEE;
    cursor: pointer;
}

.header-item-children>a:hover {
    background-color: #123378;
}

.header .menu .header-item>a {
    font-size: 0.18rem;
}

.header .setup {
    float: right;
}

.header .setup .header-item>a {
    font-size: 0.16rem;
    padding: 0 0.4rem;
}

.header-item.active,
.header-item.hover {
    background-color: #0A255E;
}

.header-item-children.active,
.header-item-children.hover {
    background-color: #123378;
}


/**********脚部样式**********/

.footer {
    width: 100%;
}

.footer-info {
    width: 100%;
    background-color: #04233E;
}

.footer-info-content {
    width: 12rem;
    margin: 0 auto;
    padding: 0.41rem 0.6rem;
}

.footer-info-item {
    float: left;
    width: 50%;
}

.footer-info-item>div {
    float: left;
}

.footer-info-item img {
    width: 1.18rem;
    height: 1.18rem;
}

.footer-info-item-content {
    margin-left: 0.28rem;
}

.footer-info-item-content>span {
    color: #FFF;
    font-size: 0.16rem;
    font-weight: 400;
    display: block;
    line-height: 0.3rem;
}

.footer-info-item-content>span>a {
    color: #FFF;
}

.footer-info-item-content>span:first-of-type {
    margin-bottom: 0.28rem;
}

.footer-copyright {
    width: 100%;
    background-color: #000;
}

.footer-copyright-content {
    width: 12rem;
    margin: 0 auto;
    padding: 0.15rem 0;
}

.footer-copyright-item {
    padding: 0.05rem 0;
    color: #FFF;
    text-align: center;
    font-size: 0.14rem;
}

.footer-copyright-item span {
    line-height: 0.05rem;
}

.footer-copyright-item a {
    color: #FFF;
    margin-left: 1rem;
}


/**********全局表格样式**********/
.table {
    margin: 0;
    table-layout: fixed;
}

.table>thead>tr>th,
.table>tbody>tr>td {
    padding: 0;
    font-size: 0.16rem;
    line-height: 0.6rem;
    border: none;
}

.table>thead>tr>th {
    background-color: #EEE;
    font-weight: bold;
    color: #333;
    padding: 0 0.10rem;
}

.table>thead>tr>th:first-of-type {
    text-align: center;
}

.table .list_link {
    font-size: 0.16rem;
    font-weight: 400;
    color: #0A255E;
    cursor: pointer;
}

.table>tbody>tr {
    border-left: 0.01rem solid #F9F9F9;
    border-right: 0.01rem solid #F9F9F9;
}

.table_no_border>tbody>tr {
    border-left: none;
    border-right: none;
}

.table>tbody>tr>td {
    font-weight: 400;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.10rem;
}

.table>tbody>tr>td:first-of-type {
    text-align: center;
}

.table-striped>tbody>tr:nth-of-type(2n+0) {
    background-color: #F9F9F9;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #FFF;
}

.table>tbody>tr.striped {
    background-color: #F9F9F9;
}

.table-hover>tbody>tr:hover {
    background-color: #1AAD4C;
    color: #FFF;
}

.table-hover>tbody>tr:hover>td {
    background-color: #1AAD4C;
    color: #FFF;
}

.table-hover>tbody>tr:hover>td>.list_link {
    background-color: #1AAD4C;
    color: #FFF;
}

.table-hover-gray>tbody>tr:hover {
    background-color: #DCE1E7;
}

.table-hover-gray>tbody>tr:hover>td {
    background-color: #DCE1E7;
}

.table-hover-gray>tbody>tr:hover>td>.list_link {
    background-color: #DCE1E7;
}

/**********分页样式**********/
.pagination-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pagination-content {
    width: 12rem;
    margin: 0 auto;
}

.pagination {
    float: right;
    margin: 0.3rem 0;
    height: 0.4rem;
}

.pagination>li {
    margin-left: 0.04rem;
    display: inline-block;
}

.pagination>li>a {
    padding: 0;
    border: 0.01rem solid #D9D9D9;
    height: 0.4rem;
    line-height: 0.38rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #0A255E;
    background: #FFF;
    border-radius: 0.06rem !important;
    cursor: pointer;
}

.pagination>li.normal>a {
    width: 0.4rem;
}

.pagination>li.large>a {
    width: 0.8rem;
}

.pagination>li.active>a,
.pagination>li.active>a:hover,
.pagination>li.active>a:focus,
.pagination>li>a:hover,
.pagination>li>a:focus {
    color: #FFF;
    background-color: #0A255E;
    border: 0.01rem solid #0A255E;
    cursor: pointer;
}


/**********内容部分样式**********/

.content {
    width: 100%;
    min-height: 6.9rem;
    position: relative;
}

.content-auto {
    width: 12rem;
    margin: 0 auto;
}

.content-title {
    width: 100%;
    height: 1rem;
    border-bottom: 0.02rem solid #DCE1E7;
    position: relative;
}

.content-title>i {
    font-size: 0.36rem;
    color: #0A7DE3;
    line-height: 1rem;
}

.content-title>span {
    font-size: 0.22rem;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: 0.32rem;
    left: 0.56rem;
}

.content-search-bar {
    border-bottom: 0.02rem solid #DCE1E7;
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
}

.content-search-bar-small {
    border-bottom: none;
    padding-top: 0.08rem;
    padding-bottom: 0.2rem;
}

.search-bar:before,
.search-bar:after,
.content-search-bar:before,
.content-search-bar:after {
    display: table;
    content: " ";
    clear: both;
}

.search-bar-title {
    padding: 0.1rem 0;
}

.search-bar-title>span {
    font-size: 0.22rem;
    font-weight: bold;
    color: #0A255E;
}

.search-bar-item {
    padding: 0.1rem 0;
    float: left;
}

.search-bar-item>label {
    font-size: 0.2rem;
    font-weight: 400;
    margin-right: 0.1rem;
    color: #0A255E;
    min-width: 1rem;
    text-align: right;
    margin-right: 0;
    margin-bottom: 0;
}

.search-bar-item>span {
    font-size: 0.2rem;
    font-weight: 400;
    margin-right: 0.1rem;
    color: #0A255E;
}

.search-bar-item select {
    border: 0.01rem solid #999;
    height: 0.4rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #0A255E;
    padding-left: 0.1rem;
    padding-right: 0.3rem;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.search-bar-item select::-ms-expand {
    display: none;
}

.search-bar-item select.disabled {
    cursor: no-drop;
    background: #DDD;
}

.search-bar-item-input {
    width: 3rem;
    border-bottom: 0.01rem solid #DCE1E7;
}

.search-bar-item-input>input[type='text'] {
    width: 2.4rem;
    border: none;
    font-size: 0.16rem;
    font-weight: 400;
    padding: 0.05rem 0.1rem;
    color: #000;
    outline: none;
}

.search-bar-item-input>input[type='text']::-webkit-input-placeholder {
    color: #999;
}

.search-bar-item-input>input[type='text']:-moz-placeholder {
    color: #999;
}

.search-bar-item-input>input[type='text']::-moz-placeholder {
    color: #999;
}

.search-bar-item-input>input[type='text']:-ms-input-placeholder {
    color: #999;
}

.search-bar-item-input>button {
    color: #D9D9D9;
    background-color: #0A255E;
    width: 0.6rem;
    border-radius: 0.03rem;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.31rem;
    border: 0.01rem solid transparent;
}

.search-bar-right {
    float: right;
}

.no_data {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    border: 0.01rem solid #F9F9F9;
    color: #0A255E;
}

/* 人员 */
.person_list .table>tbody>tr {
    border-bottom: 0.01rem solid #D9D9D9;
}

.person_list .table>tbody>tr>td {
    padding: 0.2rem 0;
    line-height: 1.63rem;
}

/* .person_list .table>tbody>tr:hover>td {
    color: #FFF !important;
} */

.person_list_photo {
    width: 1.2rem;
    height: 1.63rem;
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    border-radius: 0.12rem;
}

/* 人员详情 */
.person_info {
    padding: 0.2rem 0;
    border-bottom: 0.02rem solid #DCE1E7;
}

.person_info_logo,
.person_info_content {
    float: left;
}

.person_info_logo img {
    width: 1.52rem;
    height: 2.06rem;
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    border-radius: 0.12rem;
}

.person_info_title_contanier {
    position: relative;
    padding-top: 0.1rem;
}

.person_info_title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #0A255E;
}

.person_info_auth>i {
    font-size: 0.24rem;
    font-weight: 400;
    color: #0A7DE3;
    margin-left: 0.2rem;
}

.person_info_auth>span {
    font-size: 0.16rem;
    font-weight: 400;
    color: #0A7DE3;
    position: absolute;
    top: 0.18rem;
    width: 1rem;
    margin-left: 0.1rem;
}

.person_info_content {
    margin-left: 0.5rem;
    height: 2.06rem;
    position: relative;
}

.person_info_detail {
    position: absolute;
    left: 0;
    bottom: 0.13rem;
    table-layout: fixed;
    width: 9.7rem;
}

.person_info_detail>tbody>tr>td {
    width: 3rem;
    padding-top: 0.22rem;
    padding-right: 0.3rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.person_info_detail>tbody>tr>td:last-of-type {
    width: auto;
}

.person_info_result_list>table>thead>tr>th:first-of-type,
.person_info_result_list>table>tbody>tr>td:first-of-type {
    text-align: left;
    padding-left: 0.5rem;
}

.person_info_detail .person_info_important {
    color: #0A7DE3;
}

.striped tr {
    background-color: #F9F9F9;
}

.input_Gender input {
    width: 0.8rem;
}

.input_FilteLevel input {
    width: 1.4rem;
}

.input_Distance input {
    width: 1.1rem;
}

.input_GradeTeam input {
    width: 2.4rem;
}

.input_MatchClass input {
    width: 2.5rem;
}
.input_MatchType input {
    width: 2.5rem;
}
.input_FilteYear input {
    width: 0.9rem;
}
.input_GroupClass input {
    width: 2.5rem;
}
.input_GameStatus input {
    width: 1.8rem;
}

.input_TeamType input{
    width: 1.9rem;
}

.input_Team input{
    width: 3rem;
}

.input_Whitch input{
    width: 0.9rem;
}

.input_Team input{
    width: 2.5rem;
} 

.combo-disabled {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #DDDDDD;
    opacity: 0.5;
}