* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

.myHide {
  display: none !important;
}

.myHide2 {
  display: none;
}

.container .h5 .box {
  position: relative;
}

.container .h5 .box .btn {
  position: absolute;
}

.container .h5 .box .addJoinMember {
  width: 3.5rem;
  height: 1rem;
  opacity: 0;
  background: #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 3.55rem;
  z-index: 100;
}

.container .h5 .box .alreadyIsMember {
  width: 4.7rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.38rem;
  border-radius: 0.1rem;
  background: #be0021;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 3.65rem;
  z-index: 120;
  position: absolute;
  color: #ffffff;
}

.container .h5 .box .birthday {
  background: #000000;
  position: absolute;
  left: 0;
  height: 80%;
  width: 49%;
  opacity: 0;
  bottom: 0;
}

.container .h5 .box .season {
  background: #000000;
  position: absolute;
  right: 0;
  height: 80%;
  width: 49%;
  opacity: 0;
  bottom: 0;
}

.container .h5 .box .resultBox {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 1.387rem;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.container .h5 .box .resultBox .result1 {
  font-size: 0.8rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0.02rem;
}

.container .h5 .box .resultBox .time {
  font-size: 0.3467rem;
  font-weight: 400;
  color: #ffffff;
  margin-left: 0.4rem;
  margin-top: 0.2933rem;
}

.container .h5 .box .resultBox .line {
  border-top: 1px solid #ffffff;
  width: 6.5rem;
  margin: 0.4rem auto;
}

.container .h5 .box .resultBox .resultDesc {
  color: #ffffff;
  font-size: 0.51rem;
  letter-spacing: 2px;
}

.container .h5 .box .resultBox .result0 {
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #ffffff;
  width: 5rem;
  margin: 0 auto;
  line-height: 1.2rem;
  font-weight: bold;
}

.container .h5 .box .resultBox .score {
  color: #ffffff;
  font-size: 0.36rem;
  width: 96%;
  margin: 0 auto 0;
}

.container .xcx {
  background-color: #c32a2d;
}

.container .xcx .xcx-bg {
  background: url("../img/bg-xcx.png") no-repeat left top;
  background-size: 100% 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.container .xcx .xcx-bg .status {
  font-size: 0.8533rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1.3867rem;
  width: 1.3867rem;
  height: 1.3867rem;
  background-size: 100% 100%;
  border-radius: 50%;
  border: 0.0533rem solid white;
  /* Optional: Add a border if you want a solid line */
  align-self: center;
  margin-top: 0.6667rem;
}

.container .xcx .xcx-bg .title {
  font-size: 0.3467rem;
  font-weight: 400;
  color: #ffffff;
  margin-left: 0.4rem;
  margin-top: 0.6667rem;
}

.container .xcx .xcx-bg .time {
  font-size: 0.3467rem;
  font-weight: 400;
  color: #ffffff;
  margin-left: 0.4rem;
  margin-top: 0.2933rem;
}

.container .xcx .xcx-bg .desc {
  font-size: 0.3467rem;
  font-weight: 400;
  color: #ffffff;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  margin-top: 0.2933rem;
  margin-bottom: 0.4rem;
}

.container .xcx .xcx-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.3333rem 0;
}

.container .xcx .xcx-error .title {
  font-size: 0.4267rem;
  font-weight: 600;
  color: #ffffff;
}

.container .xcx .xcx-error .subtitle {
  font-size: 0.3467rem;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.6667rem;
}

.container .xcx .scoreExplain {
  background: #ffffff;
  height: 2rem;
  border-radius: 0.4rem 0.4rem 0 0;
}

.container .xcx .scoreExplain .tips {
  height: 1.373rem;
  line-height: 1.373rem;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  font-size: 0.427rem;
  font-weight: 600;
  color: #333333;
}

.container .xcx .scoreExplain .list .single {
  border-bottom: 1px solid #f5f5f5;
}

.container .xcx .scoreExplain .list .single .pro {
  display: flex;
  justify-content: space-between;
  height: 1.387rem;
  line-height: 1.387rem;
  font-size: 0.373rem;
  font-weight: 400;
  color: #333333;
  padding: 0 0.533rem;
}

.container .xcx .scoreExplain .list .single .pro img {
  width: 0.4rem;
  height: 0.213rem;
  margin-top: 0.56rem;
}

.container .xcx .scoreExplain .list .single .pro .rotate {
  transform: rotate(180deg);
}

.container .xcx .scoreExplain .list .single .explain {
  background: #f5f5f5;
  padding: 0.427rem 0.533rem;
  text-align: justify;
  font-size: 0.32rem;
  font-weight: 400;
  color: #666666;
}
