/* 指定序列字体 */
@font-face {
  font-family: ponter;
  src: url('../font/KhmerUIb.woff') format('woff'),
    url('../font/KhmerUIb.ttf') format('truetype');
}

/* 队伍颜色类 */
.s2 {
  /* color: #53b8ff; */
  background-image: url('../image/body/ico-s2.png');
}
.n2 {
  /* color: #bd9cc6; */
  background-image: url('../image/body/ico-n2.png');
}
.h2 {
  /* color: #f8a722; */
  background-image: url('../image/body/ico-h2.png');
}
.x {
  /* color: #a6ce28; */
  background-image: url('../image/body/ico-x.png');
}
.g {
  /* color: #abca11; */
  background-image: url('../image/body/ico-g.png');
}
.n3 {
  /* color: #f4d020; */
  background-image: url('../image/body/ico-n3.png');
}
.z {
  /* color: #ea627b; */
  background-image: url('../image/body/ico-z.png');
}
.bej {
  /* color: #f84972; */
  background-image: url('../image/body/ico-bej.png');
}
.ckg {
  /* color: #d48613; */
  background-image: url('../image/body/ico-ckg.png');
}
.cgt {
  background-image: url('../image/body/ico-cgt.png');
}
.c2 {
  background-image: url('../image/body/ico-c2.png');
}
.g2 {
  background-image: url('../image/body/ico-g2.png');
}
.gnz {
  background-image: url('../image/body/ico-gnz.png');
}
.snh {
  background-image: url('../image/body/ico-snh.png');
}
.snhg {
  background-image: url('../image/body/ico-snhg.png');
}

#app {
  /* width: 100%; */
  /* min-width: 1920px; */
  /* height: 100%; */
  background-image: url('../image/bg.jpg');
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  background-position: center top;
  /* overflow: hidden; */
}

/* 头部 */

.logo-container {
  width: 100%;
  height: 675px;
  background-image: url('../image/banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
}

/* 主体 */
.layui-container {
  margin-top: -50px;
  min-height: calc(100vh - 745px);
  /* height: 1875px; */
  /* border: 1px solid red; */
}
.select-box {
  position: absolute;
  right: 108px;
  top: -70px;
}
.label {
  color: white;
  font-size: 16px;
}
#group-select,
#month-select {
  width: 150px;
  height: 30px;
}
.noneDate {
  height: 300px;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
.dayone {
  display: flex;
  margin-bottom: 90px;
}
.dayone:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.dayone:nth-of-type(odd) > .time {
  margin-right: 0;
  margin-left: 40px;
}
.time {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 15px;
  margin-right: 40px;
  display: flex;
}
.time-m {
  display: none;
}
.time .data {
  width: 45%;
  font-size: 60px;
  font-family: ponter;
  color: rgb(79, 81, 185);
  padding: 14px 7px 14px 20px;
  line-height: 1;
}
.time .day {
  font-size: 30px;
  color: #eb7fb1;
  /* writing-mode: tb-rl; */
  line-height: 1;
  padding-top: 20px;
}
.time .day > span {
  display: inline-block;
  width: 57%;
  height: 10px;
  background-color: #eb7fb1;
  margin-bottom: 10px;
}
.activity {
  width: 860px;
  /* border-image: url("../image/body/first-bg.png") 0 0 0 0 fill stretch; */
  border-image: url('../image/body/first-bg.png') 120 120 fill stretch;
  border-image-width: 120px;
  box-sizing: border-box;
}
.activity .activity-item {
  width: 98%;
  margin: 30px 0px 0px 9px;
  position: relative;
}
.activity .activity-item:last-child {
  margin-bottom: 40px;
}
.activity .activity-item .pink-t {
  height: 76px;
  width: 100%;
  background-image: url('../image/body/pink-t.png');
  background-repeat: no-repeat;
  display: flex;
  font-size: 22px;
  color: #fff;
  line-height: 3;
}
.detail-time {
  margin-left: 45px;
  font-size: 40px;
  font-family: ponter;
  line-height: 1.5;
}
.detail-types {
  font-weight: 700;
  color: black;
  margin-left: auto;
  margin-right: 35px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}
.detail-types > em {
  font-weight: 700;
}
.activity-desc {
  /* transition: all 3s linear; */
  padding-left: 50px;
}
.activity-desc .teamName {
  display: inline-block;
  width: 130px;
  height: 43px;
  /* background-color: skyblue; */
  /* border-radius: 25px; */
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
}
.activity-desc .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 15px;
  color: black;
  text-shadow: -4px 4px yellow;
  position: relative;
  z-index: 2;
}
.activity-desc .more-detail {
  /* background-color: yellow; */
  background-image: url('../image/body/ico-open.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 66px;
  height: 29px;
  position: absolute;
  right: 2%;
  top: 120px;
  z-index: 100;
}
.activity-desc > p {
  max-width: 95%;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}

.activity-item .platform {
  width: 183px;
  height: 121px;
  background-image: url('../image/body/radio.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 60px;
  opacity: 0.4;
  height: calc(100% - 30px);
  max-height: 121px;
}

/* 页脚 */
.foot-container {
  margin-top: 80px;
  width: 100%;
  height: 40px;
  background-color: rgb(26, 28, 97);
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}

.fade-enter-active,
.fade-leave-active {
  transition: all 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@media screen and (max-width: 420px) {
  .logo-container {
    height: 0;
    padding-bottom: calc(675 / 1920 * 100%);
    background-size: 100% auto;
  }
  .layui-container {
    margin-top: 20px;
    min-height: calc(100vh - 192px);
  }
  .select-box {
    position: absolute;
    right: 15px;
    top: -40px;
  }
  #group-select,
  #month-select {
    width: 115px;
  }
  #app {
    /* background-size: 100% auto; */
    background-image: url('../image/bg-m.jpg');
    background-size: contain;
    width: 100%;
    height: auto;
  }
  .dayone {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .dayone:nth-of-type(odd) {
    flex-direction: column;
  }
  .time {
    display: none;
  }

  .time-m {
    display: block;
    background-color: #fff;
    width: 60%;
    height: 50px;
    border-radius: 10px;
    margin: 0 auto 10px;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    line-height: initial;
    width: max-content;
    height: auto;
    padding: 0 10px;
    transform: scale(0.8);
  }
  .time-m .data {
    font-family: ponter;
    color: rgb(79, 81, 185);
  }
  .time-m .day {
    display: inline-block;
    color: #eb7fb1;
    font-size: 16px;
    line-height: 2;
    vertical-align: text-top;
  }
  /* .time .data {
    width: 45%;
    font-size: 16px;
    padding: 9px 3px 10px 5px;
  }
  .time .day {
    width: 24px;
    font-size: 12px;
    color: #eb7fb1;
    padding-top: 0px;
  }
  .time .day > span {
    width: 63%;
    height: 5px;
    background-color: #eb7fb1;
    margin-bottom: 0px;
  } */

  .activity {
    border-image-width: 60px;
    width: 100%;
  }

  .activity .activity-item {
    margin: 15px 0px 0px 4px;
  }
  .activity .activity-item .pink-t {
    max-width: 98.5%;
    height: 40px;
    font-size: 12px;
    line-height: 1.5;
  }
  .activity .activity-item .pink-t > span {
    display: flex;
    align-items: center;
  }
  .detail-time {
    margin-left: 10px;
    font-size: 16px;
  }
  .activity-desc {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 13px;
  }
  .activity-desc .teamName {
    width: 59px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
  }
  .activity-desc .title {
    font-size: 16px;
    vertical-align: middle;
  }
  .detail-types {
    margin-right: 15px;
    padding-bottom: 0;
    font-size: 12px;
  }
  .detail-types > span {
    font-weight: normal;
  }
  .activity-desc > p {
    max-width: 100%;
    font-size: 12px;
    margin-top: 10px;
  }
  .activity-desc .more-detail {
    width: 96%;
    height: 85px;
    top: 0;
    border: 1px solid red;
    opacity: 0;
  }
  .activity-item .platform {
    width: 75px;
    height: 50px;
    background-size: contain;
  }

  .foot-container {
    margin-top: 0;
    height: 40px;
    font-size: 10px;
    line-height: 40px;
  }
}
