#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;
}
#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;
}
/* 红色背景end */

#mobile .search_mian {
  margin: 0 auto;
  width: 100%;
  height: auto;
  /* overflow: auto; */
  min-height: calc(100vh - 1.33rem);
}
.search_mian {
  margin: 0 auto;
  width: 1280px;
  height: auto;
}
.search_mian .search_input {
  width: 100%;
  display: none;
}
.search_mian .showClass {
  display: block;
}

#mobile .search_input .search_input_bor {
  position: relative;
  top: -0.533rem;
  padding: 0 0.4rem;
  height: 1.067rem;
}
.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_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;
}
.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: #333;
  letter-spacing: 1px;
}
.search_input_bor .search_cicle {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 41.5%;
  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_bor .search_cicles {
  /* display: none; */
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 95%;
  cursor: pointer;
}
#mobile .search_input > ul {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.533rem;
  flex-wrap: wrap;
}
#mobile .search_input .mobile_select {
  display: none;
}
.search_input > ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#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;
}
.search_input > ul > li {
  float: left;
  padding-right: 45px;
}
.search_input > ul > li:last-child {
  padding-right: 0;
}
#mobile .search_input > ul > li .checkid {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.16rem;
  border: 1px solid #bba45f;
  box-sizing: border-box;
}
.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;
}
#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;
}
.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;
}
#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 > ul > li .search_value {
  font-size: 14px;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
}
#mobile .search_input .search_content {
  min-height: calc(100vh - 1.33rem);
}
.search_input .search_content {
  min-height: 450px;
}
#mobile .search_content .mobile_kong {
  padding: 0;
  position: absolute;
  top: 1.333rem;
  z-index: 2;
  background: #fff;
  width: 100%;
  min-height: 12rem;
  display: none;
}
#mobile .search_content .search_result {
  padding: 0;
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 300;
  top: -1.18rem;
}
.search_content .search_result {
  padding-top: 60px;
}
#mobile .search_input .search_no {
  padding-top: 4rem;
  position: relative;
  top: -3.5rem;
  z-index: 200;
  width: 100%;
  background: #fff;
  min-height: 11rem;
}
/* .search_input .search_no{
    padding-top: 105px;
} */
.search_no .search_no_box {
  height: 215px;
  width: 328px;
  margin: 80px auto 100px;
  text-align: center;
}
.search_no_box > img {
  height: 150px;
  width: 165px;
  margin: 0 auto;
}
.search_no_box > p {
  font-size: 18px;
  font-weight: 600;
  color: rgba(153, 153, 153, 1);
  line-height: 25px;
  padding-top: 40px;
}
#mobile .search_no_box > p {
  font-size: 0.32rem;
}
#mobile .search_result .search_tab {
  width: 100%;
  height: 1.173rem;
  border-bottom: none;
  background: #a00000;
  padding: 0 0.1rem;
  position: fixed;
  z-index: 400;
}
.search_result .search_tab {
  width: 100%;
  border-bottom: 1px solid #ededed;
}
#mobile .search_tab > li {
  float: left;
  padding: 0 0.2rem;
  width: auto;
  text-align: center;
  height: 100%;
  line-height: 1.12rem;
  cursor: pointer;
  position: relative;
}
.search_tab > li {
  float: left;
  width: 120px;
  text-align: center;
  height: 67px;
  line-height: 67px;
  cursor: pointer;
  position: relative;
}
.search_tab > li.active {
  height: 67px;
  line-height: 67px;
}
#mobile .search_tab > li.active::after {
  position: absolute;
  bottom: 0.12rem;
  left: 25%;
  z-index: 3;
  display: block;
  content: "\20";
  width: 0.667rem;
  height: 0.053rem;
  background-color: #fff;
}
.search_tab > li.active::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 3;
  display: block;
  content: "\20";
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background-color: #a00000;
}
#mobile .search_tab > li > span {
  font-size: 0.373rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  cursor: pointer;
}
.search_tab > li > span {
  font-size: 26px;
  font-weight: bold;
  color: rgba(215, 215, 215, 1);
  letter-spacing: 2px;
  cursor: pointer;
}
.search_tab > li > span:hover {
  font-size: 26px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  letter-spacing: 2px;
}
#mobile .search_tab > li.active > span {
  font-size: 0.48rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: normal;
}
.search_tab > li.active > span {
  font-size: 26px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  letter-spacing: 2px;
}

/* 搜索内容start */
#mobile .serch_content {
  padding-top: 1.173rem;
}
.serch_content {
  padding-top: 17px;
}

/* 消息列表 */
#mobile .serch_content .newsMain {
  padding: 0 0.4rem 0 0.4rem;
}
#mobile .newsMain > li .newsMain_img {
  float: left;
  margin-right: -3.453rem;
  width: 3rem;
  height: 2rem;
}
#mobile .newsMain > li {
  padding: 0.266rem 0;
  width: 100%;
  height: 2.533rem;
  border-bottom: 1px solid #ededed;
}
#mobile .newsMain > li .newsMain_descrite {
  float: right;
  padding-left: 3.266rem;
  width: 100%;
  height: 2rem;
}
#mobile .newsMain_descrite .newsMain_descrite_title {
  display: block;
  height: 1rem;
  font-size: 0.373rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.453rem;
  letter-spacing: 1px;
  overflow: hidden;
  margin-bottom: 0.32rem;
}
#mobile .newsMain_descrite .newsMain_descrite_time > span:nth-child(1) {
  float: left;
  width: 1.6rem;
  height: 0.533rem;
  text-align: center;
  padding: 0 2px;
  background: rgba(200, 174, 106, 1);
  border-radius: 2px;
  font-size: 0.267rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.533rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mobile .newsMain_descrite .newsMain_descrite_time > span:nth-child(2) {
  float: right;
  line-height: 0.32rem;
  font-size: 0.267rem;
  color: #999999;
  padding-top: 0.093rem;
}
.serch_content .newsMain {
  width: 100%;
}
.newsMain > li {
  padding: 18px 0;
  width: 100%;
  height: 156px;
  border-bottom: 1px solid #ededed;
}
.newsMain > li .newsMain_img {
  float: left;
  margin-right: -180px;
  width: 180px;
  height: 120px;
}
.newsMain .newsMain_img > img {
  display: block;
  width: 100%;
  height: 100%;
}
.newsMain > li .newsMain_descrite {
  float: right;
  padding-left: 204px;
  width: 100%;
  height: 120px;
}
.newsMain_descrite .newsMain_descrite_title {
  display: block;
  height: 87px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 21px;
  letter-spacing: 1px;
  overflow: hidden;
  margin-bottom: 10px;
}
.newsMain_descrite_title:hover {
  color: rgba(160, 0, 0, 1);
}
.newsMain_descrite .newsMain_descrite_time {
  width: 100%;
  height: 24px;
}
.newsMain_descrite .newsMain_descrite_time > span:nth-child(1) {
  float: left;
  width: 84px;
  height: 24px;
  text-align: center;
  padding: 0 2px;
  background: rgba(200, 174, 106, 1);
  border-radius: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsMain_descrite .newsMain_descrite_time > span:nth-child(2) {
  float: right;
  line-height: 24px;
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
}

/* 资料列表 */
#mobile .serch_content .dataMain {
  width: 100%;
  padding: 0 0.4rem;
}
#mobile .dataMain > li > div > .dataMain_descrite_title {
  display: block;
  font-size: 0.373rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 0.453rem;
  width: 100%;
  height: 0.986rem;
  overflow: hidden;
  margin-bottom: 0.16rem;
}
#mobile .dataMain > li {
  width: 100%;
  height: 2.533rem;
  padding: 0.266rem 0;
  border-bottom: 1px solid #ededed;
}
#mobile .dataMain > li > div {
  width: 100%;
}
#mobile .dataMain > li > div > span > i:nth-child(2) {
  float: left;
  width: 1.6rem;
  height: 0.533rem;
  text-align: center;
  padding: 0 2px;
  background: rgba(200, 174, 106, 1);
  border-radius: 2px;
  font-size: 0.267rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.533rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mobile .dataMain > li > div > span > i:nth-child(1) {
  float: right;
  line-height: 0.32rem;
  font-size: 0.267rem;
  color: #999999;
  padding-top: 0.093rem;
}
.serch_content .dataMain {
  width: 100%;
}
.dataMain > li {
  width: 100%;
  height: 120px;
  padding: 31px 0 12px 0;
  border-bottom: 1px solid #ededed;
}
.dataMain > li > div {
  float: left;
  width: 85%;
}
.dataMain > li > div > .dataMain_descrite_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  width: 100%;
  height: 20px;
  overflow: hidden;
}
.dataMain > li > div > .dataMain_descrite_title:hover {
  color: rgba(160, 0, 0, 1);
}
.dataMain > li > div > span {
  display: block;
  padding-top: 16px;
}
.dataMain > li > div > span > i:nth-child(1) {
  float: left;
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
  line-height: 15px;
  padding-right: 12px;
  padding-top: 11px;
}
.dataMain > li > div > span > i:nth-child(2) {
  float: left;
  display: block;
  width: 74px;
  height: 24px;
  text-align: center;
  padding: 0 2px;
  background: rgba(200, 174, 106, 1);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 运动员样式 */
.serch_content .search_palyer {
  padding-top: 17px;
}
#mobile .serch_content .search_palyer {
  padding: 0 0.4rem;
}
#mobile .search_palyer > li {
  flex: none;
  width: 100%;
  height: 3.2rem;
  padding: 0.266rem 0;
  border-bottom: 1px solid #ededed;
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
  margin-left: 0;
}
#mobile .search_palyer > li .search_palyer_left {
  float: left;
  width: 2rem;
  height: 100%;
  border: 1px solid #ccc;
}
#mobile .search_palyer_right .search_palyer_name {
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 0.267rem;
  font-weight: 700;
  line-height: 0.4rem;
}
#mobile .search_palyer > li .search_palyer_right {
  padding: 0 0.186rem 0.186rem 0.4rem;
  width: calc(100% - 2rem);
}

#mobile .search_palyer_country,
#mobile .search_palyer_sex,
#mobile .search_palyer_img {
  font-size: 0.347rem;
  margin-bottom: 0.2rem;
  width: auto;
  color: #333333;
  line-height: 0.4rem;
}

#mobile .search_palyer_img {
  margin-bottom: 0;
  height: 0.587rem;
}

#mobile .search_palyer_right .search_palyer_watch {
  display: none;
}
#mobile .search_palyer_img > i {
  height: 0.587rem;
  line-height: 0.587rem;
}
#mobile .search_palyer_img > i:nth-child(3) {
  width: 0.773rem;
  height: 0.587rem;
  margin-left: 0.4rem;
}
.search_palyer > li {
  float: left;
  width: 630px;
  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);
  margin-bottom: 20px;
}
.search_palyer > li:nth-child(2n) {
  margin-left: 18px;
}
.search_palyer > li .search_palyer_left {
  float: left;
  width: 120px;
  height: 100%;
}
.search_palyer_left > img {
  display: block;
  width: 100%;
  height: 100%;
}
.search_palyer > li .search_palyer_right {
  float: left;
  width: 508px;
  position: relative;
  height: 100%;
  padding: 22px 14px 19px 30px;
}
.search_palyer_right > span {
  display: block;
}
.search_palyer_right .search_palyer_name {
  font-size: 22px;
  font-weight: 500;
  color: rgba(36, 42, 47, 1);
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_palyer_right .search_palyer_country {
  font-size: 12px;
  font-weight: 400;
  color: rgba(36, 42, 47, 1);
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_palyer_right .search_palyer_sex {
  font-size: 12px;
  font-weight: 400;
  color: rgba(36, 42, 47, 1);
  line-height: 30px;
}
.search_palyer_right .search_palyer_img {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(36, 42, 47, 1);
  width: 370px;
}
.search_palyer_img > i {
  display: block;
  float: left;
  height: 30px;
  min-width: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search_palyer_img > i:nth-child(3) {
  width: 39px;
  height: 30px;
  margin-left: 5px;
}
.search_palyer_img > i:nth-child(3) > img {
  display: block;
  width: 100%;
  height: 100%;
}
.search_palyer_right .search_palyer_watch {
  position: absolute;
  width: 76px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 1);
  font-size: 12px;
  font-weight: 600;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
  right: 14px;
  cursor: pointer;
  bottom: 14px;
}
.search_palyer_right .search_palyer_watch:hover {
  background: rgba(160, 0, 0, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  border: none;
}

/* 搜索内容end*/

/* add scroll */
.loadingH5 {
  width: 100%;
  height: 0.8rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0.32rem 0;
  color: #999;
  font-size: 0.187rem;
}
.loadingH5-icon {
  color: #707070;
}
.loaderH5 {
  display: none;
  position: relative;
  font-size: 0.133rem;
  margin: 0.106rem auto;
  text-indent: -9999em;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background: #999;
  background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(
    left,
    #999 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: scrollMoreLoaderH5An 1s infinite linear;
  -moz-animation: scrollMoreLoaderH5An 1s infinite linear;
  -o-animation: scrollMoreLoaderH5An 1s infinite linear;
  animation: scrollMoreLoaderH5An 1s infinite linear;
}
.loadingH5 .loaderH5 {
  display: block;
}
.loadingH5 .loaderH5:before {
  width: 50%;
  height: 50%;
  background: #999;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loadingH5 .loaderH5:after {
  background: #fff;
  width: 72%;
  height: 75%;
  border-radius: 68%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes scrollMoreLoaderH5An {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes scrollMoreLoaderH5An {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes scrollMoreLoaderH5An {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes scrollMoreLoaderH5An {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
