html {
  background-color: #14308f;
  /*font-size: 9px;*/
}

body {
  display: none;
  min-width: 320px;
  max-width: 420px;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
}

.bg {
  height: 100%;
  background-image: url(//image2.vipc.cn/act/20180218/1/banner.jpg?imageslim);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  /*overflow: hidden;*/
}

.bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 58%;
}

.footer_right {
  /*position: absolute;*/
  /*bottom: 0;*/
  display: none;
  width: 100%;
  text-align: center;
  color: #a7baff;
  font-size: 14px;
  margin: .5rem 0;
}

.tabBar {
  width: 92%;
  height: .9rem;
  line-height: .9rem;
  margin: 0 auto;
  background-color: #2643ae;
  box-sizing: border-box;
  padding: .1rem .4rem;
  overflow: hidden;
}

.tabBar a {
  display: block;
  color: #d4d9ef;
  font-size: 16px;
  width: 48%;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  border-radius: .05rem;
}

.tabBar .selected {
  color: #965101;
  background-color: #ffd61b;
  background: linear-gradient(top, #ffe61a, #ffc41c);
  background: -webkit-linear-gradient(top, #ffe61a, #ffc41c);
  background: -o-linear-gradient(top, #ffe61a, #ffc41c);
  background: -moz-linear-gradient(top, #ffe61a, #ffc41c);
}

.index_listWrap {
  width: 6.9rem;
  margin: 0.3rem auto 0;
  border-radius: 0.06rem;
  background-color: #4a70ff;
}


.index_listWrap .listItem {
  display: block;
  height:1.72rem;
  padding: 0.2rem;
  color: #f6f9fc;
  box-sizing: border-box;
  border-top: #2e4cbf solid 1px;
}

.index_listWrap .listItem:first-child {
  border-top: none;
}

.index_listWrap .listItem .picture {
  float: left;
  width: 1.72rem;
  height: 1.3rem;
  margin-right: .2rem;
  font-size: 0;
  overflow: hidden;
}

.index_listWrap .listItem .picture img {
  display: block;
  width: 1.72rem;
  height: 1.3rem;
}

.index_listWrap .listItem .title {
  display: block;
  height: .8rem;
  line-height: .4rem;
  margin: 0;
  font-size: 16px;
  overflow: hidden;
}

.index_listWrap .listItem .info {
  display: block;
  height: 0.32rem;
  line-height: 0.32rem;
  margin-top: 0.24rem;
  font-size: 12px;
}

.index_listWrap .listItem .info span{
  box-sizing: border-box;
  padding: 0 0.2rem;
  float: right;
  color: #a7baff;
  overflow: hidden;
  min-width: 0.8rem;
}

.index_load {
  /*display: none;*/
  width: 6.9rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: .06rem;
  margin: .4rem auto 0;
  text-align: center;
  background-color: #4a70ff;
  color: #f6f9fc;
  font-size: 16px;
}

.schedule_main,
.point_table {
  width: 92%;
  height: auto;
  margin: .5rem auto 0;
}

.schedule .schedule_title {
  width: 3.1rem;
  height: .64rem;
  line-height: .64rem;
  margin: 0 auto;
  color: #fefeff;
  border-radius: .64rem;
  border: 1px solid #385ada;
  font-size: 18px;
  /*font-weight: bold;*/
  text-align: center;
}

.schedule_list {
  width: 100%;
  margin: .3rem auto 0;
  color: #fefeff;
  background-color: #4a70ff;
  border-radius: .01rem;
  font-size: 14px;
  overflow: hidden;
}

.schedule_item {
  height: .8rem;
  line-height: .8rem;
  box-sizing: border-box;
  padding-left: .4rem;
  border-top: 1px solid #2849c6;
}

.schedule_item:first-child {
  border: none;
}

.schedule_item .time {
  margin-right: .7rem;
}

.schedule_match {
  width: 100%;
  margin: .3rem auto 0;
}

.schedule_match_name {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #4a70ff;
  overflow: hidden;
}

.schedule_match_contain {
  min-height: 4.5rem;
  box-sizing: border-box;
  border: .03rem solid #4a70ff;
  padding: .3rem;
}

.schedule_match_contain:nth-child(n+1) {
  border-top: none;
}

.schedule_match_contain .team_title {
  width: 3.13rem;
  height: .66rem;
  line-height: .66rem;
  text-align: center;
  font-size: 14px;
  color: #fefeff;
  margin: 0 auto;
  background-image: url(//image2.vipc.cn/act/20180218/team_title.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.schedule_match_contain .team_coach {
  margin-top: .2rem;
  text-align: center;
  font-size: 12px;
  color: #00d4dc;
}

.schedule_match_contain .team_first {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  margin-top: .3rem;
}

.schedule_match_contain .team_first .avatar {
  width: 1.48rem;
  height: 1.4rem;
  margin: 0 .12rem .2rem;
  background-image: url(//image2.vipc.cn/act/20180218/avatar_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.schedule_match_contain .team_first .avatar img {
  width: 100%;
}

.schedule_match_contain .avatar_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
}

.schedule_match_contain .avatar_wrap .avatar_card {
  position: relative;
  width: 1.48rem;
  height: 1.7rem;
  margin-bottom: .2rem;
  background-image: url(//image2.vipc.cn/act/20180218/avatar_name.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.schedule_match_contain .avatar_wrap .avatar_card img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.schedule_match_contain .avatar_wrap .avatar_card p {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

.schedule_match_contain .team_second {
  width: 6.2rem;
  min-height: 1rem;
  margin: .4rem auto 0;
  background-color: #0d247c;
  border-radius: .05rem;
  color: #00d4dc;
  padding: .2rem;
  box-sizing: border-box;
  text-align: justify;
  font-size: 12px;
}

.undetermined {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
}


@media screen and (max-width: 360px) {
  .schedule .schedule_title,
  .schedule_match_name {
    font-size: 16px;
  }
  body,
  .footer_right,
  .schedule_list,
  .schedule_match_contain .team_title {
    font-size: 12px;
  }
  .tabBar a,
  .index_listWrap .listItem .title,
  .index_load {
    font-size: 14px;
  }
  .index_listWrap .listItem .info,
  .schedule_match_contain .team_coach,
  .schedule_match_contain .team_second,
  .schedule_match_contain .avatar_wrap .avatar_card p {
    font-size: 10px;
  }
}
