body {
  width: 375px;
  margin: auto;
  font-size: 12px;
  font-family: PingFang SC;
  background-color: #060605;
  color: white;
  padding-bottom: 100px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
[v-cloak] {
  display: none;
}
.header {
  position: relative;
  background: url(./images/header.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 491px;
  padding-top: 350px;
  box-sizing: border-box;
}
.header img {
  width: 100%;
}
.header .banner {
  margin: 0 20px;
  background-color: #ffe9e1;
  height: 100px;
  border-radius: 17px;
  color: black;
  background: url(./images/banner-bg.png) no-repeat;
  background-size: 100% 100%;
}
.icon-item {
  font-size: 10px;
  margin: 0 14px;
  font-weight: bold;
}
.icon-item img {
  width: 47px;
  margin-bottom: 8px;
}
.flex-hc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-vc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.title-section {
  margin: 25px 0;
  color: #f8f4df;
}
.title-section img {
  width: 119px;
}
.left-line {
  transform: scaleX(-1);
}
.title-section span {
  font-size: 16px;
  font-weight: bold;
  margin: 0 5px;
}
.judges-list {
  align-items: flex-start;
}
.judge-item {
  width: 33%;
}
.judge-item img {
  width: 94px;
}
.judge-item h4 {
  margin: 10px 0 7px 0;
}
.judge-item div {
  font-size: 11px;
  opacity: 0.8;
  font-size: 300;
}
.judge-name {
  margin-bottom: 3px;
}
.committee-member {
  display: flex;
  align-items: flex-end;
  margin: 30px 19px;
}
.committee-member img {
  width: 94px;
  margin-right: 20px;
}
.committee-member h3 {
  font-size: 18px;
  margin-bottom: 18px;
}
.committee-member .member-name {
  margin-bottom: 8px;
  opacity: 1;
  font-size: 15px;
}
.committee-member div {
  font-size: 11px;
  opacity: 0.8;
  font-size: 12px;
}
.show-more-btn {
  width: 140px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 4px;
  background-color: #ffaba2;
  color: black;
  font-weight: bold;
  font-size: 14px;
}
.schedule {
  margin: 20px;
}
.schedule img {
  width: 100%;
}
.match-light {
  margin: 20px;
}
.match-light > div {
  width: 100%;
  background-color: #ffe9e1;
  color: black;
  border-radius: 17px;
  font-size: 11px;
  padding: 28px;
  box-sizing: border-box;
  line-height: 22px;
}
.group-title {
  background: url(./images/group-bg.png) no-repeat;
  background-size: 100% 100%;
  /* width: 106px; */
  height: 50px;
  margin-left: 20px;
  color: #ff6d63;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 15px;
}
.group-container {
  margin: 10px 20px;
}
.group-item {
  margin: 10px 0 25px 0;
  color: #ffe9e1;
}
.group-item div {
  opacity: 0.8;
  font-size: 300;
  font-size: 12px;
  line-height: 20px;
}
.group-item h3 {
  margin-bottom: 15px;
  font-size: 15px;
}
.group-item .subtitle {
  opacity: 1;
  margin: -10px 0 15px 0;
}

.rule-title {
  border-bottom: 10px solid #ff6d63;
  padding: 0 5px;
  font-size: 15px;
  font-weight: bold;
}
.rule-title span {
  bottom: -10px;
  position: relative;
}
.rule-container {
  margin: 0 20px;
}
.rule-text {
  margin-top: 20px;
  font-size: 11px;
  opacity: 0.8;
  font-size: 300;
  line-height: 24px;
  margin-bottom: 40px;
}
.prize-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.prize-item {
  margin: 15px;
}
.prize-item img {
  width: 90px;
  margin-bottom: 12px;
}
.bottom-view {
  width: 100%;
  background-color: #ffe9e1;
  text-align: center;
  border-radius: 17px;
  padding: 40px;
  box-sizing: border-box;
  color: black;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
}
.bottom-view div {
  color: #d61d1d;
}
.sign-up {
  width: 375px;
  height: 60px;
  background-color: black;
  position: fixed;
  bottom: 0;
}
.sign-up .btn {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background-color: #ee413e;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.sign-up .btn.disabled {
  background-color: #777;
}

.decorate-bg {
  position: absolute;
  top: 600px;
  z-index: -1;
}

.decorate-bg img {
  width: 100%;
}
.unfold {
  color: #ffe9e1;
  margin-bottom: 20px;
}
.unfold img {
  width: 15px;
}

.unfold.up img {
  transform: rotate(180deg);
}

.two-committee {
  margin: 20px 0;
  flex-wrap: wrap;
}

.two-committee .judge-item {
  margin: 20px 10px;
  width: 42%;
}

.two-committee .judge-item div {
  text-align: center;
}

.org-group {
  text-align: center;
}

.org-group p {
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}

.org-group h3 {
  font-size: 16px;
  color: #f8f4df;
}
