#mobile #scollApp {
  /* add scroll */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#mobile .scroll_main {
  /* add scroll */
  margin: 0 auto;
  height: calc(100vh - 1.33rem);
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* 搜索红色背景 */
#search_bg {
  width: 100%;
  min-width: 1280px;
  background: #a00000;
  height: 193px;
  line-height: 193px;
}
#mobile #search_bg {
  width: 100%;
  min-width: 0;
  background: #a00000;
  height: 1.173rem;
  line-height: 1.173rem;
}
#mobile #search_bg .search_title {
  width: 100%;
  margin: 0 auto;
  display: none;
}
#mobile .search_mian {
  margin: 0 auto;
  width: 100%;
  height: auto;
  /* overflow: auto; */
  min-height: calc(100vh - 1.33rem);
}
#search_bg .search_title {
  width: 1280px;
  margin: 0 auto;
}
#search_bg .search_title > p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: rgba(221, 221, 221, 1);
  letter-spacing: 1px;
}
.search_mian {
  margin: 0 auto;
  width: 1280px;
  height: auto;
}
.search_mian .search_input {
  width: 100%;
  display: none;
}
.search_mian .showClass {
  display: block;
}
.search_input .search_input_bor {
  position: relative;
  top: -30px;
  width: 100%;
  height: 63px;
}
.search_input_bor .el-input {
  width: 100%;
  height: 63px;
}
#mobile .search_input .search_input_bor {
  position: relative;
  top: -0.533rem;
  padding: 0 0.4rem;
  height: 1.067rem;
}
#mobile .search_input > ul {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.533rem;
  flex-wrap: wrap;
}
#mobile .search_input > ul > li {
  float: none;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  padding-right: 0.6rem;
  margin-bottom: 0.7rem;
}
#mobile .search_input > ul > li .checkid {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.16rem;
  border: 1px solid #bba45f;
  box-sizing: border-box;
}
#mobile .search_input .mobile_select {
  display: none;
}
#mobile .search_input_bor .el-input {
  width: 100%;
  height: 100%;
}
#mobile .search_input_bor .el-input .el-input__inner {
  border: none;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(160, 0, 0, 1);
  height: 100%;
  line-height: 100%;
  border-radius: 1.427rem;
  text-align: center;
  font-size: 0.347rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 3.1rem;
}
#mobile .search_input > ul > li .active::after {
  box-sizing: content-box;
  content: "";
  height: 0.16rem;
  width: 0.16rem;
  border-radius: 0.08rem;
  left: 50%;
  top: 50%;
  background: #bba45f;
  transform: translate(-50%, -50%);
  border: 0;
  transition: none;
}
#mobile .search_input > ul > li .search_value {
  padding-left: 0.2rem;
  font-size: 0.373rem;
  font-weight: 500;
  color: #666666;
  line-height: 0.533rem;
  white-space: nowrap;
}
.search_input_bor .el-input .el-input__inner {
  border: none;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(160, 0, 0, 1);
  height: 63px;
  border-radius: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  letter-spacing: 1px;
}
.search_input_bor .search_cicle {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 41.5%;
  cursor: pointer;
}
.search_input_bor .search_cicles {
  /* display: none; */
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 95%;
  cursor: pointer;
}
#mobile .search_input_bor .search_cicles {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 0.32rem;
  left: 29%;
  cursor: pointer;
}
.search_input > ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_input > ul > li {
  float: left;
  padding-right: 45px;
}
.search_input > ul > li:last-child {
  padding-right: 0;
}

.search_input > ul > li .checkid {
  display: inline-block;
  position: relative;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #fff;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  background-color: white;
  cursor: pointer;
}
.search_input > ul > li .checkid::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 3px;
  position: absolute;
  top: 0;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transform: rotate(45deg) scaleY(1);
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}
.search_input > ul > li .active::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #333333;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 3px;
  position: absolute;
  top: 0;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transform: rotate(45deg) scaleY(1);
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}
.search_input > ul > li .search_value {
  font-size: 14px;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
}

/* 搜索内容start */

.search_input .search_result {
  padding-top: 105px;
}

#mobile .search_input .search_no {
  padding-top: 4rem;
  position: relative;
  top: -3.5rem;
  z-index: 200;
  width: 100%;
  background: #fff;
  min-height: 11rem;
}
/* 运动员样式 */

.search_palyer > li {
  width: 100%;
  height: 164px;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(
    270deg,
    rgba(221, 211, 211, 0.3) 0%,
    rgba(174, 173, 173, 0) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(221, 211, 211, 0.3) 0%,
    rgba(174, 173, 173, 0) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    rgba(221, 211, 211, 0.3) 0%,
    rgba(174, 173, 173, 0) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(221, 211, 211, 0.3) 0%,
    rgba(174, 173, 173, 0) 100%
  );
  border-radius: 4px;
  border: 1px solid rgba(207, 215, 215, 1);
}
#mobile .search_palyer > li {
  height: 3.69rem;
}
.search_palyer > li .search_palyer_left {
  float: left;
  width: 120px;
  margin-right: -120px;
  height: 100%;
}
.search_palyer_left > img {
  display: block;
  width: 100%;
  height: 100%;
}
#mobile .search_palyer > li .search_palyer_left {
  width: 2.7rem;
  margin-right: -2.7rem;
}
#mobile .search_palyer > li .search_palyer_right {
  padding: 0.4rem 0 0.2rem 3.2rem;
}
.search_palyer > li .search_palyer_right {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 25px 14px 19px 140px;
}
.search_palyer_right > span {
  float: left;
  display: block;
  width: 270px;
}
#mobile .search_palyer_right > span {
  width: 3rem;
}
.search_palyer_right > span > i {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(36, 42, 47, 1);
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
#mobile .search_palyer_right > span > i {
  font-size: 0.3rem;
  line-height: 0.7rem;
}
.search_palyer_right > span > i > i:nth-child(2) {
  /* display: inline-block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px; */
}

.search_palyer_right .search_palyer_name {
  font-size: 12px;
  font-weight: 400;
  color: rgba(36, 42, 47, 1);
}
.search_palyer_name > i:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
  color: rgba(36, 42, 47, 1);
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.search_palyer_name > i:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
  color: rgba(36, 42, 47, 1);
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.search_palyer_name > i:nth-child(3) {
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(36, 42, 47, 1);
  line-height: 30px;
}
#mobile .search_palyer_name > i:nth-child(3) {
  line-height: 0.7rem;
  height: auto;
}
.search_palyer_name > i:nth-child(3) > i {
  display: block;
  float: left;
}
.search_palyer_name > i:nth-child(3) > i:nth-child(2) {
  margin-left: 5px;
  width: 39px;
  height: 30px;
}
.search_palyer_name > i:nth-child(3) > i:nth-child(2) > img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 教练员表格样式start */
.search_result .search_coach {
  padding-top: 82px;
}
#mobile .search_result {
  padding: 0 0.2rem;
  font-size: 0.3rem;
}
.search_coach > h5 {
  font-size: 26px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  line-height: 37px;
  letter-spacing: 1px;
}
.search_coach .search_coach_title {
  height: 74px;
  width: 100%;
  line-height: 84px;
  padding-left: 24px;
  border-bottom: 1px dashed #a00000;
}
.search_coach_title > span {
  display: inline-block;
  width: 250px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(102, 102, 102, 1);
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.search_coach_title > span:nth-child(2) {
  padding-left: 40px;
}
.search_coach_title > span:nth-child(3) {
  padding-left: 100px;
}
.search_coach > ul > li {
  height: 70px;
  line-height: 70px;
  padding-left: 24px;
}
.search_coach > ul > li > span {
  display: inline-block;
  width: 250px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.search_coach > ul > li > span:nth-child(2) {
  width: 300px !important;
}
.search_coach > ul > li > span:nth-child(3) {
  width: 300px !important;
}

/* 搜索内容end*/

.el-table .teamColumnClass {
  text-align: center !important;
}

.el-table__row td.is-left .cell {
  text-align: left;
  padding-left: 10px;
}

#mobile .el-table .el-table__row .tableDefaultH5 .cell,
#mobile .el-table tr .tableDefaultH5 {
  padding: 0;
  line-height: 1.04rem;
  font-size: 0.32rem;
}
#mobile .el-table .cell {
  line-height: 0.5rem;
  font-size: 0.32rem;
}
#mobile .el-table .el-table__row .teamColumn_style .cell button {
  line-height: 1.04rem;
  font-size: 0.32rem;
}
#mobile .el-table .cell,
.el-table th div,
#mobile .el-table--border td:first-child .cell,
#mobile .el-table--border th:first-child .cell {
  padding-left: 0.22rem;
}

#mobile .el-table .cell,
#mobile .el-table th div {
  padding-right: 0.22rem;
}

.search_part_title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 46px;
  margin-bottom: 20px;
}

#mobile .search_part_title {
  font-size: 0.5rem;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}

.left-padding-large-table td {
  padding-left: 60px !important;
}

.coach-season-game-list {
  width: 100%;
  padding: 30px;
  margin-top: 20px;
  position: relative;
  min-height: 200px;
}

.coach-season-game-list .el-table {
  height: 100% !important;
  box-shadow: 0px 0px 16px #000;
}

.coach-season-game-list .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 34px;
  height: 34px;
  padding: 0;
  font-size: 26px;
  color: black;
  border-radius: black;
  box-shadow: 0px 0px 10px #000;
}

.coach-season-game-list .close-btn:hover,
.coach-season-game-list .close-btn:active,
.coach-season-game-list .close-btn:focus {
  color: black;
  border-radius: black;
}

.no-pointer-table td {
  cursor: auto !important;
}

.no-pointer-table td .cell {
  cursor: auto !important;
  color: black !important;
}

.clickable-row {
  cursor: pointer;
}

.clickable-row td .cell {
  color: black !important;
}

.small-table-header th {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.player-season-list-sel-group .el-button {
  font-size: 14px;
}

#mobile .player-season-list-sel-group .el-button {
  font-size: 0.4rem;
  border-radius: 0.05rem;
  padding: 0.2rem 0.3rem;
}

.player-season-list-sel-group .el-button:hover,
.player-season-list-sel-group .el-button:active,
.player-season-list-sel-group .el-button:focus {
  border-color: black;
  color: black;
}

.player-season-list-sel-group .active.el-button {
  background-color: black;
  color: white;
  border-color: black;
}

.player-season-list-sel-group .active.el-button:hover {
  border-color: black;
  color: white;
}

.search_season_select {
  margin-top: 30px;
  width: 300px;
}

#mobile .search_season_select {
  width: 100%;
  margin-top: 0.6rem;
}

.search_season_select input {
  border-color: black;
  color: black;
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
}

#mobile .search_season_select input {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.4rem;
}

.search_season_select .el-input__suffix-inner .el-input__icon {
  line-height: 32px;
  color: black;
}

#mobile
  .search_season_select.el-select
  .el-input__suffix-inner
  .el-input__icon {
  font-size: 0.7rem !important;
  line-height: 1rem !important;
  width: 1rem !important;
}

.search_season_select input:hover,
.search_season_select input:focus,
.search_season_select input:active {
  border-color: black !important;
  color: black;
}

.search_season_select_popper {
  background-color: #eaeaea;
  box-shadow: 4px 4px 16px #555;
}

#mobile .search_season_select_popper .el-select-dropdown__item {
  font-size: 0.2rem;
  height: 1rem;
  line-height: 1rem;
}

.search_season_select_popper .el-select-dropdown__item.hover {
  background-color: #fff;
}

.search_season_select_popper .el-select-dropdown__item.selected {
  color: black;
  font-weight: bold;
}

#mobile .search_season_select_popper .el-select-dropdown__wrap {
  max-height: 7rem;
}

.el-pager li.active,
.el-pager li:hover,
.el-pagination .btn-next:hover,
.el-pagination .btn-prev:hover {
  color: #a00000 !important;
}
.el-pagination button:disabled:hover {
  color: #c0c4cc !important;
}

#mobile .el-pagination {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

#mobile .el-pagination .el-pager li {
  font-size: 0.4rem;
  min-width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
}

#mobile .el-pagination .el-pager li {
  font-size: 0.4rem;
  min-width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
