* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


a {
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f0f0f0;
  margin: 0;
  overflow-x: hidden
}

.zodiac-container {
  margin-bottom: 1.25rem;
}

.zodiac-container ul {
  margin-top: 0;
  padding-left: 0rem;
}

.zodiac-button {
  padding: 0.1675rem 0.4125rem;
  width: 2.75rem;
  background-color: #cccdcc;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem !important;
  margin: 0.0625rem 0.15rem 0.5rem 0.15rem;
  color: #111;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4);
  border-top: 1px solid #d2d1d1;
}

.zodiac-button {
  background: linear-gradient(to top, #a4a4a4 0%, #f5f5f5 100%);
}

.zodiac-button:hover {
  background: linear-gradient(to bottom, #a4a4a4 0%, #f5f5f5 100%);
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.3);
  border: 0;
}

.input-container {
  margin-bottom: 0.1875rem;
  margin-right: 1.25rem;
}

#zodiacInput {
  padding: 0.625rem;
  width: 31.25rem;
  font-size: 20px;
  resize: none;
  height: 15.375rem;
  line-height: 1.5rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.3125rem;
  font-family: "Source Han Serif CN", "思源宋体", "SimSun", "宋体", serif;
  color: #034f85;
  font-weight: 600;
}

#viewNumbers {
  padding: 0.625rem 1.25rem !important;
  color: #111;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  margin-left: 0rem;
  width: 5rem;
  height: 9.375rem;
  margin-right: 0.55rem;
  font-weight: 500;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.3);
  border: 1px solid #adadad;
}

#viewNumbers {
  background: linear-gradient(to top, #a4a4a4 0%, #f5f5f5 100%);
}

#viewNumbers:hover {
  background: linear-gradient(to bottom, #a4a4a4 0%, #f5f5f5 100%);
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.3);
  border: 1px solid #adadad;
}

#qingko {
  padding: 0.625rem 1.25rem;
  color: #222;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  margin-left: 0.78rem;
  width: 5rem;
  height: 9.375rem;
  display: inline-block;
  font-weight: 500;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.3);
  border: 1px solid #adadad;
}

#qingko {
  background: linear-gradient(to top, #a4a4a4 0%, #f5f5f5 100%);
}

#qingko:hover {
  background: linear-gradient(to bottom, #a4a4a4 0%, #f5f5f5 100%);
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.3);
  border: 1px solid #adadad;
}

#numberDisplay {
  display: block;
  margin-top: 0.9rem;
  padding: 0.9375rem 0.625rem;
  background-color: white;
  border: 0.0625rem solid #ccc;
  border-radius: 0.3125rem;
  width: 31.25rem;
  height: 18.75rem;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

#copyButton {
  margin-top: 0.625rem;
  padding: 0.625rem 1.25rem;
  background-color: #555;
  color: white;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  width: 31.25rem;
  height: 3.125rem;
}

#copyButton:hover {
  background-color: #444;

}

.ewwr {
  display: flex;
  width: 57.4rem;
  /* height: 56.25rem; */
  justify-content: space-evenly;
  /* border: 0.0625rem solid #8a8989; */
  padding: 0.6375rem 0.525rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
  margin-top: 3.2rem;
  overflow: hidden;
  margin-left: 0.1rem;
  background-color: #f2f2f2;
  padding-bottom: 15px;
}

.top {
  position: fixed;
  transform: translate(-50%, 0%);
  width: 57.6225rem;
  margin-left: 0.075rem;
  height: 3.2rem;
  top: 0;
  left: 50%;
  text-align: center;
  line-height: 3.2rem;
  font-size: 1.55rem;
  text-shadow: 0.125rem 0.125rem 0.0625rem #000;
  font-weight: 700;
  color: #f0f0f0;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #3f5d7d 5%, #2c5364 20%, #203a43 50%, #182d35 75%, #162e38 100%);
}

.top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  animation: shine 3s infinite linear;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.zuo {
  width: 50%;
  margin-right: 4rem;
}

.you {
  width: 45% !important;
  /* padding: 0.0625rem; */
  transition: transform 0.3s ease;
}

/* 先移除默认的难看出轮廓 */
textarea {
  outline: none;
  /* 这是最关键的一步，移除蓝色发光边框 */
  border: 0.125rem solid #ccc;
  /* 设置默认边框 */
  padding: 0.625rem;
  border-radius: 0.25rem;
  transition: all 0.1s ease;
  /* 添加过渡动画 */
}

/* 点击/获得焦点时的状态 */
textarea:focus {
  border-color: #054386;
  /* 改变边框颜色 */
  box-shadow: 0rem 0rem 0.5rem #065792;
  /* 添加发光效果 */
}

.frequency-group {
  display: flex;
  padding: 0;
  width: 29.9rem;
}

.frequency-group h5 {
  width: 4.375rem;
}

.numbersf {
  line-height: 1.5rem;
  /* height: 1.875rem; */
  align-self: center;
  color: #022844;
  margin-bottom: 0.5rem;
  /* display: flex; */
  width: 29.9rem;
  font-size: 1.0625rem;

}

.numbersf button {
  color: #022844;
  font-size: 0.9375rem;
  border: 0.0625rem solid #a0a1a9;
  border-radius: 0.3125rem;
  padding: 0 0.5rem;
}

.numbersf button:hover {
  background-color: #e5e5e5;
  color: #033a61;
}

.count {
  display: inline-block;
  width: 12.5rem !important;
  align-items: baseline;
}

.total-stats {
  color: #022844;
  font-size: 1.125rem;
}

.no-wrap {
  white-space: nowrap;
}

.cuowu {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 600;
}

.zodiac-container li {
  list-style: none;
  width: 100%;
  display: inline-block;
}




.hongbo {
  padding: 0.125rem 0.3125rem;
  width: 2.625rem;
  background-color: #cccdcc;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem !important;
  margin: 0.0625rem 0.16rem 0.5rem 0.25rem;
  color: #ffffff;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid #8e0001;
}

.hongbo {
  background: linear-gradient(to top, #8e0001 0%, #ff0000 100%);

}

.hongbo:hover {
  background: linear-gradient(to bottom, #8e0001 0%, #ff0000 100%);
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.3);
  border: 0.0625rem solid #8e0001;
}

.lvbo {
  padding: 0.125rem 0.3125rem;
  width: 2.625rem;
  background-color: #cccdcc;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem !important;
  margin: 0.0625rem 0.16rem 0.5rem 0.25rem;
  color: #ffffff;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid #006300;
}

.lvbo {
  background: linear-gradient(to top, #006300 0%, #00d000 100%);
}

.lvbo:hover {
  background: linear-gradient(to bottom, #006300 0%, #00d000 100%);
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.3);
  border: 0.0625rem solid #006300;
}

.langbo {
  padding: 0.125rem 0.3125rem;
  width: 2.625rem;
  background-color: #cccdcc;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem !important;
  margin: 0.0625rem 0.16rem 0.5rem 0.25rem;
  color: #ffffff;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid #004e90;
}

.langbo {
  background: linear-gradient(to top, #004e90 0%, #478ef9 100%);
}

.langbo:hover {
  background: linear-gradient(to bottom, #004e90 0%, #478ef9 100%);
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.3);
  border: 0.0625rem solid #004e90;
}

.jiang {
  width: 31.25rem;
  display: flex;
  justify-content: space-around;
}

.zho {
  width: 19.375rem;
  height: 9.375rem;
  overflow: hidden;
  text-align: center;
}


.zho ul li {
  display: flex;
  width: 5rem !important;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.25rem;
  padding-left: 0.105rem;
  margin-right: 0.9575rem;
  margin-left: 0.3125rem;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-group-lg>.btn,
.btn-lg {
  --bs-btn-padding-y: 0.185rem;
  --bs-btn-padding-x: 0.185rem;
  --bs-btn-font-size: 0.85rem;
  --bs-btn-border-radius: 0.3125rem;
  color: #111 !important;
  width: 5.575rem;
  margin-bottom: 0.125rem;
  padding-top: 0.25rem;
  border: 0;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4);
  border-top: 1px solid #c7c6c6;
}

.btn-group-lg>.btn,
.btn-lg {
  background: linear-gradient(to top, #a4a4a4 0%, #f5f5f5 100%);
}

.btn-group-lg>.btn,
.btn-lg:hover {
  background: linear-gradient(to bottom, #a4a4a4 0%, #f5f5f5 100%);
  border: 0;
}


.zho .btn {
  margin: 0rem !important;
  /* 所有方向都设为0.0625rem */
}


.cmzj a {
  width: 31.25rem;
  display: block;
  font-size: 1.25rem;
  height: 2.625rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #3f5d7d;
  background: linear-gradient(#162e38, #3f5d7d);
  box-shadow: inset 0rem 0.0625rem 0rem rgba(255, 255, 255, 1), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.15);
  margin-top: 0.5rem;
  color: #f0f0f0;
  text-align: center;
  line-height: 2.625rem;
  cursor: pointer;
}

.cmzj a {
  background: linear-gradient(to top, #162e38 0%, #3f5d7d 100%);
}

.cmzj a:hover {
  background: linear-gradient(to bottom, #162e38 0%, #3f5d7d 100%);

}

.copy-success {
  background: rgba(252, 252, 252, 1);
  color: #035e5a;
  padding: 0.3525rem 0.8125rem 0.3rem 0.8125rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.5);
  animation: fadeInOut 2.5s ease-in-out forwards;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.xiao {
  line-height: normal;
  /* height: 1.875rem; */
  align-self: center;
  color: #041383;
  margin-bottom: 0.4375rem;
  width: 30rem;
  font-size: 1.0625rem;
}

.lingwei {
  margin-top: 0.1075rem;
}

.shange {
  width: 3.5125rem;
}

.container {
  display: flex;
  padding-left: 10px;
}

.charu {
  padding: 0.19rem 0.3rem 0.19rem 0.55rem;
  width: 2.9125rem;
  background-color: #CCCDCE;
  color: white;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  font-size: 0.8125rem !important;
  color: #000;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  margin-left: 0.5rem;
  margin-top: 0.25rem;
  margin-right: 0.125rem;
  border: 1px solid #9c9c9c;
}

.input-group-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 13.75rem;
  font-size: 0.875rem;
  height: 2.1875rem;
}

.xianzhi {
  font-size: 0.875rem;
}

.input-group-input p {
  margin-top: 1rem;
}

.input-box {
  position: relative;
}

.input-box input {
  outline: none;
  box-shadow: none;
}


.shuru {
  padding: 0.1875rem 0.1875rem;
  width: 3.125rem;
  background-color: #CCCDCE;
  color: white;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem !important;
  color: #000;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  border: 1px solid #9c9c9c;
}

.shuru:hover {
  background-color: #e1e2e3;


}

.error-message {
  position: absolute;
  top: 1.875rem;
  width: 10.625rem;
  color: #e74c3c;
  /* 红色文字 */
  font-size: 0.85rem;
  /* 较小字体 */
  height: 1.25rem;
  /* 固定高度 */
}

/* 错误状态输入框 */
input.error {
  border-color: #e74c3c;
  /* 红色边框 */
  box-shadow: 0 0 0 0.1875rem rgba(177, 20, 2, 0.3);
  /* 红色阴影 */
}




.cebiang {
  position: fixed;
  display: none;
  transition: transform 0.3s ease;
}

.iconfont {
  display: none;
  top: 0.25em !important;
}


.sangge {
  width: 3.3125rem;
}

.kuaijie {
  display: inline-block;
  padding: 0.135rem 0.3225rem;
  width: 2.625rem;
  border-radius: 0.3125rem;
  text-align: center;
  font-size: 0.875rem !important;
  margin: 0.0625rem 0.25rem 0.5rem 0.25rem;
  color: #ffffff;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid #6d6c6c;
  background: linear-gradient(to top, #004e90 0%, #478ef9 100%);
}

.kuaijie:hover {
  background: linear-gradient(to top, #478ef9 0%, #004e90 100%);
  text-decoration: none;
  color: #ffffff;
}

.kuaijie a {
  width: 100%;
  height: 100%;
  color: floralwhite;
  display: block;
}


@media (max-width: 58.70rem) {
  .ewwr {
    display: flex;
    width: 55.4rem;
    /* height: 56.25rem; */
    justify-content: normal;
    /* border: 0.0625rem solid #8a8989; */
    padding: 0.6375rem 0.525rem;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
    margin-top: 3.2rem;
    overflow: hidden;
    margin-left: 0.1rem;
  }

  .top {
    width: 55.6225rem;
    margin-left: 0.075rem;
  }

  .zuo {
    width: 55%;
    margin-right: 0.5rem;
  }

  .frequency-group {
    width: 28rem;
  }

  .numbersf {
    width: 28rem;
  }

  .zho ul li {
    display: flex;
    width: 4rem !important;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.3rem;
    padding-left: 0.005rem;
    margin-right: 1.6375rem;
    margin-left: 0.3125rem;
  }

  .input-container {
    margin-bottom: 0.1875rem;
    margin-right: 0rem;
  }

  #zodiacInput {
    padding: 0.625rem;
    width: 98%;
    font-size: 1.125rem;
    resize: none;
    height: 15.375rem;
    border: 0.0625rem solid #ccc;
    border-radius: 0.3125rem;
  }

  textarea {
    outline: none;
    border: 0.125rem solid #ccc;
    padding: 0.625rem;
    border-radius: 0.25rem;
    transition: all 0.1s ease;
  }

  .jiang {
    width: 98%;
    display: flex;
    justify-content: space-around;
  }

  #numberDisplay {
    display: block;
    margin-top: 0.9rem;
    padding: 0.9375rem 0.625rem;
    background-color: white;
    border: 0.0625rem solid #ccc;
    border-radius: 0.3125rem;
    width: 98%;
    height: 18.75rem;
    overflow: hidden;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }

  #qingko {
    margin-left: 0.5rem;
  }

  #viewNumbers {
    margin-right: 0.1rem;
  }

  .cmzj a {
    width: 98%;
  }
}

@media (max-width: 56.5rem) {
  .ewwr {
    display: flex;
    width: 53rem;
    /* height: 56.25rem; */
    justify-content: normal;
    /* border: 0.0625rem solid #8a8989; */
    padding: 0.6375rem 0.525rem;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
    margin-top: 3.2rem;
    overflow: hidden;
    margin-left: 0.1rem;
  }

  .top {
    width: 53.2225rem;
    margin-left: 0.075rem;
  }

  .zuo {
    width: 52%;
    margin-right: 0.5rem;
  }

  .frequency-group {
    width: 25.2rem;
  }

  .numbersf {
    width: 25.2rem;
  }

  .zho ul li {
    display: flex;
    width: 3rem !important;
    display: inline-block;
    height: 2.6rem;
    line-height: 2.3rem;
    padding-left: 0.255rem;
    margin-right: 1.7375rem;
    margin-left: 0.3125rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 4.55rem;
    margin-bottom: 0.725rem;
    margin-left: 0%;
    padding: 0.275rem 0.125rem;
    display: inline-block;
  }

  .input-container {
    margin-bottom: 0.1875rem;
    margin-right: 0rem;
  }

  #zodiacInput {
    padding: 0.625rem;
    width: 98%;
    font-size: 1.125rem;
    resize: none;
    height: 15.375rem;
    border: 0.0625rem solid #ccc;
    border-radius: 0.3125rem;
  }

  textarea {
    outline: none;
    border: 0.125rem solid #ccc;
    padding: 0.625rem;
    border-radius: 0.25rem;
    transition: all 0.1s ease;
  }

  .jiang {
    width: 98%;
    display: flex;
    justify-content: space-around;
  }

  #numberDisplay {
    display: block;
    margin-top: 0.9rem;
    padding: 0.9375rem 0.625rem;
    background-color: white;
    border: 0.0625rem solid #ccc;
    border-radius: 0.3125rem;
    width: 98%;
    height: 18.75rem;
    overflow: hidden;
    white-space: pre-wrap;
    overflow-wrap: break-word;
  }

  #qingko {
    margin-left: 0.8rem;
  }

  .cmzj a {
    width: 98%;
  }
}

@media (max-width: 54.385rem) {
  .ewwr {
    width: 52.5rem;
  }

  .frequency-group {
    width: 25.2rem;
  }

  .numbersf {
    width: 25.2rem;
  }

  .top {
    width: 52.625rem;
    margin-left: 0.075rem;
  }
}

@media (max-width: 53.585rem) {
  .ewwr {
    width: 52rem;
  }

  .top {
    width: 52.1rem;
    margin-left: 0.075rem;
  }

  .you {
    width: 46% !important;
  }

  .zuo {
    width: 52.5%;
    margin-right: 0.5rem;
  }


}


/* 开始隐藏右边栏 */
/* 840px */
@media (max-width: 52.525rem) {
  .ewwr {
    width: 52.125rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 1rem;
  }

  .cebiang {
    position: fixed;
    display: block;
    top: 0;
    right: 0%;
    width: 9%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 600;
    flex-wrap: wrap;
    transition: all 0.3s ease;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .cebiang.acti {
    right: 80%;
    background-color: #000;
    opacity: 0.5;
    width: 20%;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 10%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 87%;

  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }

  .zuo {
    width: 98%;
    margin-right: 0;
    margin: 0 auto;
    margin-left: 10px;
  }

  .you {
    position: fixed;
    top: 3.2rem;
    right: -71%;
    width: 80% !important;
    height: calc(100vh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.85rem 0.625rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .you.active {
    right: 0;
  }

  .toggle-panel {
    display: block;
  }

  #zodiacInput {
    width: 90%;
    height: 11.575rem;
  }

  #numberDisplay {
    width: 90%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 8rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.375rem 0.125rem;
    display: inline-block;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 12.5rem;
    overflow: hidden;
  }

  .zho ul {
    height: 12.8rem;
  }

  .zho ul li {
    display: flex;
    width: 2.8125rem;
    display: inline-block;
    height: 3rem;
    line-height: 3.1rem;
    padding-left: 0;
    margin-right: 2.1rem;
    margin-left: 1.25rem;
    width: 6.025rem !important;
    display: inline-block;

  }

  .jiang {
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
  }

  #viewNumbers,
  #qingko {
    width: 15%;
    height: 12.5rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #qingko {
    margin-left: 1.18rem;
  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 90%;
    font-size: 1rem;
  }
}

/* 800px */
@media (max-width: 50rem) {
  .ewwr {
    width: 53.125rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 1rem;
  }

  .cebiang {
    position: fixed;
    display: block;
    top: 0;
    right: 0%;
    width: 10%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 600;
    flex-wrap: wrap;
    transition: all 0.3s ease;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }


  .cebiang.acti {
    right: 80%;
    background-color: #000;
    opacity: 0.5;
    width: 20%;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 11%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 87%;

  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }

  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 auto;
    margin-left: 35px;
  }

  .you {
    position: fixed;
    top: 3.2rem;
    right: -70%;
    width: 80% !important;
    height: calc(100vh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.85rem 0.625rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .you.active {
    right: 0;
  }

  .toggle-panel {
    display: block;
  }

  #zodiacInput {
    width: 91%;
    height: 11.575rem;
  }

  #numberDisplay {
    width: 91%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 7.55rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.375rem 0.125rem;
    display: inline-block;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 12.5rem;
    overflow: hidden;
  }

  .zho ul {
    height: 12.5rem;
  }

  .zho ul li {
    display: flex;
    width: 2.8125rem;
    display: inline-block;
    height: 2.5rem;
    line-height: 3rem;
    padding-left: 0;
    margin-right: 2.1rem;
    margin-left: 1.1rem;
    width: 5.625rem !important;
    display: inline-block;

  }

  .jiang {
    width: 91.5%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 15%;
    height: 12.5rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #qingko {
    margin-left: 1rem;
  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 91%;
    font-size: 1rem;
  }
}

/* 768px */
@media (max-width: 48rem) {
  .ewwr {
    width: 48rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-left: 0rem;
    padding-top: 1rem;
  }

  .cebiang {
    position: fixed;
    display: block;
    top: 0;
    right: 0%;
    width: 10%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 600;
    flex-wrap: wrap;
    transition: all 0.3s ease;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .cebiang.acti {
    right: 80%;
    background-color: #000;
    opacity: 0.5;
    width: 20%;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 11%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 87%;

  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }

  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 auto;

  }

  .you {
    position: fixed;
    top: 3.2rem;
    right: -70%;
    width: 80% !important;
    height: calc(100vh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.85rem 0.625rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.1s ease;
  }

  .you.active {
    right: 0;
  }

  .toggle-panel {
    display: block;
  }

  #zodiacInput {
    width: 92%;
    height: 11.575rem;
    font-size: 1.175rem;
  }

  #numberDisplay {
    width: 92%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 6.925rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.375rem 0.125rem;
    display: inline-block;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 11.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 11.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.75rem;
    padding-left: 0;
    margin-right: 2.9rem;
    margin-left: 0.65rem;
    width: 4.6875rem !important;
    display: inline-block;

  }

  .jiang {
    width: 92%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 15%;
    height: 11.25rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #qingko {
    margin-left: 0.1rem;
  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 92%;
    font-size: 1rem;
  }
}

/* 710px */
@media (max-width: 44.385rem) {
  .ewwr {
    width: 44rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 1rem;
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 11%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 600;
    flex-wrap: wrap;
    transition: all 0.3s ease;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .cebiang.acti {
    right: 80%;
    background-color: #000;
    opacity: 0.5;
    width: 20%;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 12%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 87%;

  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }

  .zuo {
    width: 97%;
    margin-right: 0;
    margin: 0 auto;
    margin-left: 1px;
  }

  .you {
    position: fixed;
    top: 3.2rem;
    right: -70%;
    width: 80% !important;
    height: calc(100vh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.85rem 0.625rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .you.active {
    right: 0;
  }

  .toggle-panel {
    display: block;
  }

  #zodiacInput {
    width: 91%;
    height: 11.575rem;
    font-size: 1.175rem;
  }

  #numberDisplay {
    width: 91%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 6.5rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.375rem 0.125rem;
    display: inline-block;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 11.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 11.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.75rem;
    padding-left: 0;
    margin-left: 0.8rem;
    margin-right: 3rem;
    width: 3.75rem !important;
    display: inline-block;

  }

  .jiang {
    width: 91%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 16%;
    height: 11.25rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #qingko {
    margin-left: 0.58rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 91%;
    font-size: 1rem;
  }
}

/* 700px */
@media (max-width: 43.75rem) {
  .ewwr {
    width: 43.75rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 1rem;
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 11%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 600;
    flex-wrap: wrap;
    transition: all 0.3s ease;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .cebiang.acti {
    right: 80%;
    background-color: #000;
    opacity: 0.5;
    width: 20%;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 12%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 87%;

  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }

  .zuo {
    width: 94%;
    margin-right: 0;
    margin: 0 auto;
    margin-left: 0.65rem;
  }

  .you {
    position: fixed;
    top: 3.2rem;
    right: -70%;
    width: 80% !important;
    height: calc(100vh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.85rem 0.625rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .you.active {
    right: 0;
  }

  .toggle-panel {
    display: block;
  }

  #zodiacInput {
    width: 91%;
    height: 11.575rem;
    font-size: 1.175rem;
  }

  #numberDisplay {
    width: 91%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 6.3rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.375rem 0.125rem;
    display: inline-block;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 11.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 11.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.75rem;
    padding-left: 0;
    margin-left: 0.55rem;
    width: 3.75rem !important;
    display: inline-block;

  }

  .jiang {
    width: 91%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 16%;
    height: 11.25rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #qingko {
    margin-left: 0.2rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 91%;
    font-size: 1rem;
  }
}

/* 660px */
@media (max-width: 41.35rem) {
  .ewwr {
    width: 41.35rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 1rem;
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 11%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 600;
    flex-wrap: wrap;
    transition: all 0.3s ease;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .cebiang.acti {
    right: 80%;
    background-color: #000;
    opacity: 0.5;
    width: 20%;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 12%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 87%;

  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }

  .zuo {
    width: 97%;
    margin-right: 0;
    margin: 0 auto;
    margin-left: 0rem;
  }

  .you {
    position: fixed;
    top: 3.2rem;
    right: -70%;
    width: 80% !important;
    height: calc(100vh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.85rem 0.625rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .you.active {
    right: 0;
  }

  .toggle-panel {
    display: block;
  }

  #zodiacInput {
    width: 91%;
    height: 11.575rem;
    font-size: 1.175rem;
  }

  #numberDisplay {
    width: 91%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 6.3rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.375rem 0.125rem;
    display: inline-block;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 11.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 11.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.75rem;
    padding-left: 0;
    margin-left: 0.3rem;
    width: 3.75rem !important;
    display: inline-block;

  }

  .jiang {
    width: 91%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 16%;
    height: 11.25rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #viewNumbers {
    margin-right: 0.2rem;
  }

  #qingko {
    margin-left: 0.1rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 91%;
    font-size: 1rem;
  }
}

/* 650px */
@media (max-width: 40.625rem) {
  .ewwr {
    width: 40.625rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.95rem;
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 11%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 600;
    flex-wrap: wrap;
    transition: right 0.3s ease;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .cebiang.acti {
    right: 80%;
    background-color: #000;
    opacity: 0.5;
    width: 20%;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 13%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 86%;

  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }

  .zuo {
    width: 93%;
    margin-right: 0;
    margin: 0 auto;
    margin-left: 1rem;
  }

  .you {
    position: fixed;
    top: 3.2rem;
    right: -70%;
    width: 80% !important;
    height: calc(100vh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.85rem 0.625rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .you.active {
    right: 0;
  }

  .toggle-panel {
    display: block;
  }

  #zodiacInput {
    width: 90%;
    height: 9.375rem;
    font-size: 1rem;
  }

  #numberDisplay {
    width: 90%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 5.825rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.375rem 0.125rem;
    display: inline-block;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 11.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 11.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.75rem;
    padding-left: 0;
    margin-right: 2.65rem;
    margin-left: 0.4rem;
    width: 3.5rem !important;
    display: inline-block;

  }

  .jiang {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 16%;
    height: 11.25rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #qingko {
    margin-left: 0.1rem;
  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 90%;
    font-size: 1rem;
  }
}

/* 600x */
@media (max-width: 37.5rem) {
  .ewwr {
    width: 37.5rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.9rem;
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 12%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 600;
    flex-wrap: wrap;
    transition: all 0.3s ease;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }


  .cebiang.acti {
    right: 81%;
    background-color: #000;
    opacity: 0.5;
    width: 19%;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 15%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 86%;

  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }

  .zuo {
    width: 91%;
    margin-right: 0;
    margin: 0 auto;
    margin-left: 1.1rem;
  }

  .you {
    position: fixed;
    top: 3.2rem;
    right: -70%;
    width: 81% !important;
    height: calc(100vh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.85rem 0.625rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .you.active {
    right: 0;
  }

  .toggle-panel {
    display: block;
  }

  #zodiacInput {
    width: 90%;
    height: 9.375rem;
    font-size: 1.1rem;
  }

  #numberDisplay {
    width: 90%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 5.3rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.375rem 0.125rem;
    display: inline-block;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 11.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 11.25rem;
    display: flex;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.75rem;
    padding-left: 0;
    margin-right: 2.65rem;
    margin-left: 0.85rem;
    width: 2.575rem !important;
    display: inline-block;

  }

  .jiang {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 16%;
    height: 11.25rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #qingko {
    margin-left: 0.56rem;
  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 90%;
    font-size: 1rem;
  }
}

/* 550px */
@media (max-width: 34.6875rem) {
  .ewwr {
    width: 34.6875rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.9rem;
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 12%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 600;
    flex-wrap: wrap;
    transition: right 0.3s ease;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .cebiang.acti {
    right: 82%;
    background-color: #000;
    opacity: 0.5;
    width: 18%;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 15%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 87%;

  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }

  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 auto;
    margin-left: 1.05rem;
  }

  .you {
    position: fixed;
    top: 3.2rem;
    right: -71%;
    width: 82% !important;
    height: calc(100vh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.7rem 0.625rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .you.active {
    right: 0;
  }

  .container {
    padding-left: 8px;
  }

  .zodiac-button {
    padding: 0.125rem 0;
    margin: 0.25rem 0.125rem 0.25rem 0.125rem;
  }

  .hongbo,
  .lvbo,
  .langbo {
    padding: 0.125rem 0;
    margin: 0.1875rem 0.125rem 0.1875rem 0.125rem;
  }

  .toggle-panel {
    display: block;
  }

  #zodiacInput {
    width: 90%;
    height: 9.375rem;
    font-size: 1rem;
  }

  #numberDisplay {
    width: 90%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 4.575rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.295rem 0.145rem;
    display: inline-block;
    margin-left: 0.125rem !important;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 11.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 11.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.75rem;
    padding-left: 0;
    margin-right: 2.25rem;
    margin-left: 0.88rem;
    width: 2.2rem !important;
    display: inline-block;

  }

  .jiang {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 17%;
    height: 11.25rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #qingko {
    margin-left: 0.6rem;
  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 90%;
    font-size: 1rem;
  }
}

/* 500px */
@media (max-width: 31.28rem) {
  .ewwr {
    width: 31.28rem;
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-left: 0.5rem;
    padding-top: 0.9rem;
  }

  body {
    overflow-x: hidden;
    /* 禁止水平滚动 */
    width: 100%;
    /* 确保body不超出视口 */
    position: relative;
    /* 防止某些定位元素导致溢出 */
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 13%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.1375rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 500;
    flex-wrap: wrap;
    transition: right 0.3s ease;

  }

  .cebiang.acti {
    right: 83%;
    background-color: #000;
    opacity: 0.5;
    width: 17%;

  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }


  .zuo {
    width: 91%;
    margin-right: 0;
    margin: 0 auto;
    margin-left: 0.9rem;
  }


  .you {
    position: fixed;
    top: 3.2rem;
    right: -70%;
    width: 83% !important;
    height: calc(100dvh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.7rem 0.5rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .you.active {
    right: 0;
  }

  .zodiac-button {
    padding: 0.125rem 0;
    margin: 0.25rem 0.125rem 0.25rem 0.125rem;
  }

  .hongbo,
  .lvbo,
  .langbo {
    padding: 0.125rem 0;
    margin: 0.1875rem 0.125rem 0.1875rem 0.125rem;
  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 2.0625rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 15%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 87%;

  }

  #zodiacInput {
    width: 91%;
    height: 9.375rem;
    font-size: 1rem;
  }

  #numberDisplay {
    width: 91%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 4rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.3125rem 0.0625rem;
    display: inline-block;
    font-size: 0.8rem !important;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 11.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 11.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2rem;
    line-height: 2.75rem;
    padding-left: 0;
    margin-right: 3.1rem;
    margin-left: 0.6rem;
    width: 1rem !important;
    display: inline-block;

  }

  .jiang {
    width: 91%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 20%;
    height: 11.25rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
  }

  #qingko {
    margin-left: 0rem;
  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 91%;
    font-size: 1rem;
  }

  .container {
    padding-right: 0;
  }
}



/* 移动端样式  430px  */
@media (max-width: 26.958rem) {

  /* 禁止弹性效果的核心设置 */
  html,
  body {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
    touch-action: none;
    overflow-y: auto;
  }

  .input-container {
    margin-bottom: 0rem;
    margin-top: 0.05rem;
  }

  .ewwr {
    width: 26.888rem;
    flex-direction: column;
    padding: 0rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.3rem;
  }

  body {
    overflow-x: hidden;
    /* 禁止水平滚动 */
    width: 100%;
    /* 确保body不超出视口 */
    position: relative;
    /* 防止某些定位元素导致溢出 */
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 13%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.1575rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 500;
    flex-wrap: wrap;
    transition: right 0.3s ease;

  }

  .cebiang.acti {
    right: 85%;
    background-color: #000;
    opacity: 0.5;
    width: 15%;
    padding-top: 0.0625rem !important;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.3375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }


  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 0.2rem;

  }


  .you {
    position: fixed;
    top: 3.2rem;
    right: -72%;
    width: 85% !important;
    height: calc(100dvh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.6rem 0.1rem 0.6rem 0.5rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .container {
    padding: 0;
  }

  .button-container {
    width: 9rem;
    font-size: 1.1rem !important;
  }

  .input-group-inpu {
    width: 12rem;
  }

  .input-group-input p {
    font-size: 0.85rem;
  }

  .shuru {
    width: 3rem;
  }

  .you.active {
    right: 0;
  }

  .zodiac-button {
    padding: 0.125rem 0;
    margin: 0.25rem 0.05rem 0.25rem 0.05rem;
  }

  .hongbo,
  .lvbo,
  .langbo {
    padding: 0.125rem 0;
    margin: 0.1875rem 0.1rem 0.1875rem 0.1rem;
    font-size: 0.83rem !important;
  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 1.6025rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 12%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .lingwei {
    margin-top: 0rem;
  }

  .jiangto {
    right: 86%;

  }

  #zodiacInput {
    width: 95%;
    height: 8.375rem;
    font-size: 0.9375rem;
    padding: 5px;
  }

  #numberDisplay {
    display: block;
    background-color: white;
    border: 0.0625rem solid #ccc;
    border-radius: 0.3125rem;
    overflow: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    width: 95%;
    height: 12rem;
    margin-top: 0.5rem;
    padding: 8px 5px;
  }

  .copy-success {
    background: rgba(252, 252, 252, 1);
    color: #035e5a;
    padding: 0.1525rem 0.5125rem 0.1rem 0.5125rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.5);
    animation: fadeInOut 2.5s ease-in-out forwards;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .btn-group-lg>.btn,
  .btn-lg {
    width: 3.5625rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.25rem 0.01rem 0.25rem 0.01rem;
    border-top: 1px solid #c6c6c6;
    display: inline-block;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 66%;
    /* margin: 0.625rem 0; */
    height: 10.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 10.25rem;
    display: flex;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.51rem;
    padding-left: 0;
    margin-right: 2.5rem;
    margin-left: 0.83rem;
    width: 1.0rem !important;
    display: inline-block;

  }

  .jiang {
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
  }

  #viewNumbers,
  #qingko {
    width: 20%;
    height: 9.65rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
    margin-top: 0.3rem;
  }

  #qingko {
    margin-left: 0rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 95%;
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
}

/* 415px */
@media (max-width: 25.985rem) {
  .ewwr {
    width: 25.885rem;
    flex-direction: column;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
    padding-left: 0.1rem !important;
  }

  body {
    overflow-x: hidden;
    /* 禁止水平滚动 */
    width: 100%;
    /* 确保body不超出视口 */
    position: relative;
    /* 防止某些定位元素导致溢出 */
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 13%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.2375rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 500;
    flex-wrap: wrap;
    transition: right 0.3s ease;

  }

  .cebiang.acti {
    right: 86%;
    background-color: #000;
    opacity: 0.5;
    width: 15%;
    padding-top: 0.0625rem !important;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }


  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 0.1rem;
    padding-left: 0rem;
  }


  .you {
    position: fixed;
    top: 3.2rem;
    right: -73%;
    width: 86% !important;
    height: calc(100dvh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.4rem 0.2rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }



  .container {
    padding: 0;
  }

  .button-container {
    width: 9rem;
    font-size: 1.1rem !important;
  }

  .you.active {
    right: 0;
  }

  .zodiac-button {
    width: 2.6rem;
    padding: 0.125rem 0;
    margin: 0.25rem 0.1rem 0.25rem 0.1rem;
  }

  .hongbo,
  .lvbo,
  .langbo {
    width: 2.6rem;
    padding: 0.125rem 0;
    margin: 0.1875rem 0.1rem 0.1875rem 0.1rem;
    font-size: 0.82rem !important;
  }

  .shange {
    font-size: 0.8rem !important;
  }

  .kuaijie {
    width: 2.6rem;
    padding: 0.125rem 0;
    margin: 0.1875rem 0.1rem 0.1875rem 0.1rem;
    font-size: 0.82rem !important;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 1.53rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 12%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 86%;

  }

  #zodiacInput {
    width: 95%;
    height: 8rem;
    font-size: 0.9375rem;
  }

  #numberDisplay {
    width: 95%;
    height: 12rem;
    margin-top: 0.4rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 3.6625rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.25rem 0.001rem;
    display: inline-block;
    font-size: 0.725rem;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 68%;
    /* margin: 0.625rem 0; */
    height: 10.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 10.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.45rem;
    padding-left: 0;
    margin-right: 2.1rem;
    margin-left: 0.85rem;
    width: 1.5rem !important;
    display: inline-block;

  }

  .jiang {
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
  }

  #viewNumbers,
  #qingko {
    width: 18%;
    height: 9.55rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
    padding: 0.7rem 0.7rem !important;
  }

  #qingko {
    margin-left: 0.25rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 95%;
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
}

/* 412px */
@media (max-width: 25.885rem) {
  .ewwr {
    width: 25.885rem;
    flex-direction: column;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
    padding-left: 0.1rem !important;
  }

  body {
    overflow-x: hidden;
    /* 禁止水平滚动 */
    width: 100%;
    /* 确保body不超出视口 */
    position: relative;
    /* 防止某些定位元素导致溢出 */
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 13%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.2375rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 500;
    flex-wrap: wrap;
    transition: right 0.3s ease;

  }

  .cebiang.acti {
    right: 86%;
    background-color: #000;
    opacity: 0.5;
    width: 15%;
    padding-top: 0.0625rem !important;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }


  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 0.1rem;
    padding-left: 0rem;
  }


  .you {
    position: fixed;
    top: 3.2rem;
    right: -73%;
    width: 86% !important;
    height: calc(100dvh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.4rem 0.2rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }



  .container {
    padding: 0;
  }

  .button-container {
    width: 9rem;
    font-size: 1.1rem !important;
  }

  .you.active {
    right: 0;
  }

  .zodiac-button {
    width: 2.6rem;
    padding: 0.125rem 0;
    margin: 0.25rem 0.1rem 0.25rem 0.1rem;
  }

  .hongbo,
  .lvbo,
  .langbo {
    width: 2.6rem;
    padding: 0.125rem 0;
    margin: 0.1875rem 0.1rem 0.1875rem 0.1rem;
    font-size: 0.82rem !important;
  }

  .shange {
    font-size: 0.8rem !important;
  }

  .kuaijie {
    width: 2.6rem;
    padding: 0.125rem 0;
    margin: 0.1875rem 0.1rem 0.1875rem 0.1rem;
    font-size: 0.82rem !important;

  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 1.53rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 12%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 86%;

  }

  #zodiacInput {
    width: 95%;
    height: 8rem;
    font-size: 0.9375rem;
  }

  #numberDisplay {
    width: 95%;
    height: 12rem;
    margin-top: 0.4rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 3.6625rem;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.25rem 0.001rem;
    display: inline-block;
    font-size: 0.725rem;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 68%;
    /* margin: 0.625rem 0; */
    height: 10.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 10.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.45rem;
    padding-left: 0;
    margin-right: 2.1rem;
    margin-left: 0.85rem;
    width: 1.5rem !important;
    display: inline-block;

  }

  .jiang {
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
  }

  #viewNumbers,
  #qingko {
    width: 18%;
    height: 9.55rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
    padding: 0.7rem 0.7rem !important;
  }

  #qingko {
    margin-left: 0.25rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 95%;
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
}

/* 385px */
@media (max-width: 24.45rem) {
  .ewwr {
    width: 24.395;
    flex-direction: column;
    padding: 0.1rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  body {
    overflow-x: hidden;
    /* 禁止水平滚动 */
    width: 100%;
    /* 确保body不超出视口 */
    position: relative;
    /* 防止某些定位元素导致溢出 */
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 13%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.2375rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 500;
    flex-wrap: wrap;
    transition: right 0.3s ease;

  }

  .cebiang.acti {
    right: 86%;
    background-color: #000;
    opacity: 0.5;
    width: 15%;
    padding-top: 0.0625rem !important;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.4375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }


  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 0.1rem;
    padding-left: 0.8rem;
  }


  .you {
    position: fixed;
    top: 3.2rem;
    right: -73%;
    width: 86% !important;
    height: calc(100dvh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.6rem 0.5rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }


  .container {
    padding: 0;
  }

  .button-container {
    width: 9rem;
    font-size: 0.9rem !important;
  }

  .you.active {
    right: 0;
    padding: 0.2rem;
    padding-left: 0.4rem;
  }

  .zodiac-button {
    padding: 0.125rem 0;
    margin: 0.20rem 0.01rem 0.20rem 0.01rem;
  }

  .charu {
    margin-left: 0.3rem !important;
  }

  .hongbo,
  .lvbo,
  .langbo {
    padding: 0.125rem 0;
    margin: 0.1875rem 0.01rem ;
    font-size: 0.81rem !important;
  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 1.73rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 12%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 86%;

  }

  #zodiacInput {
    width: 93%;
    height: 8rem;
    font-size: 0.9375rem;
  }

  #numberDisplay {
    width: 93%;
    height: 11rem;
    margin-top: 0.4rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 3.6rem !important;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.25rem 0.011rem;
    display: inline-block;
    font-size: 0.755rem;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 68%;
    /* margin: 0.625rem 0; */
    height: 10.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 10.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.4rem;
    padding-left: 0;
    margin-right: 2.04rem;
    margin-left: 0.6rem;
    width: 1.5rem !important;
    display: inline-block;
    padding-top: 0rem;
  }

  .jiang {
    width: 93%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 19%;
    height: 9.4rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
    padding: 0.7rem 0.7rem !important;
  }

  #qingko {
    margin-left: 0.285rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .input-group-input {
    font-size: 0.87rem !important;
  }

  .cmzj a {
    width: 93%;
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
}

/* 375px */
@media (max-width: 23.486rem) {
  .ewwr {
    width: 23.486rem;
    flex-direction: column;
    padding: 0.2rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  body {
    overflow-x: hidden;
    /* 禁止水平滚动 */
    width: 100%;
    /* 确保body不超出视口 */
    position: relative;
    /* 防止某些定位元素导致溢出 */
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 13%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.1375rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 500;
    flex-wrap: wrap;
    transition: right 0.3s ease;

  }

  .cebiang.acti {
    right: 86%;
    background-color: #000;
    opacity: 0.5;
    width: 15%;
    padding-top: 0.0625rem !important;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.2375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }


  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 0.1rem;
    padding-left: 0.05rem !important;
  }


  .you {
    position: fixed;
    top: 3.2rem;
    right: -73%;
    width: 86% !important;
    height: calc(100dvh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.6rem 0.5rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .container {
    padding: 0;
  }

  .button-container {
    width: 9rem;
    font-size: 0.9rem !important;
  }

  .you.active {
    right: 0;
    padding: 0.2rem;
    padding-left: 0.4rem;
  }

  .zodiac-button {
    padding: 0.125rem 0;
    margin: 0.20rem 0.01rem 0.20rem 0.002rem !important;
    width: 2.4rem;
  }

  .shange {
    width: 2.6rem;
  }


  .charu {
    margin-left: 0.3rem !important;
  }

  .hongbo,
  .lvbo,
  .langbo {
    padding: 0.125rem 0;
    margin: 0.1875rem 0.001rem 0.1875rem 0.001rem;
    font-size: 0.80rem !important;
    width: 2.4rem;
  }

  .kuaijie {
    width: 2.6rem;
    padding: 0.125rem 0;
    margin: 0.1875rem 0.05rem 0.1875rem 0.05rem;
    font-size: 0.82rem !important;
  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 1.43rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 12%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 86%;

  }

  #zodiacInput {
    width: 96%;
    height: 8rem;
    font-size: 0.9375rem;
    margin-top: 0.2rem;
  }

  #numberDisplay {
    width: 96%;
    height: 11.625rem;
    margin-top: 0.8rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 3.5rem !important;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.2rem 0.011rem;
    display: inline-block;
    font-size: 0.725rem;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 68%;
    /* margin: 0.625rem 0; */
    height: 9.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 9.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.3rem;
    line-height: 2.25rem;
    padding-left: 0;
    margin-right: 2.3rem;
    margin-left: 0.5725rem;
    width: 1.1rem !important;
    display: inline-block;
    padding-top: 0.15rem;
  }

  .jiang {
    width: 96%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 19%;
    height: 9rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
    padding: 0.7rem 0.7rem !important;
  }

  #qingko {
    margin-left: 0.385rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 96%;
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }

  .input-group-input {
    width: 12rem;
  }

  .shuru {
    width: 2.5rem;
  }

  .button-container {
    width: 8rem;
  }

}

/* 360px */
@media (max-width: 22.55rem) {
  .ewwr {
    width: 22.55rem;
    flex-direction: column;
    padding: 0.2rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  body {
    overflow-x: hidden;
    /* 禁止水平滚动 */
    width: 100%;
    /* 确保body不超出视口 */
    position: relative;
    /* 防止某些定位元素导致溢出 */
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 13%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.1375rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 500;
    flex-wrap: wrap;
    transition: right 0.3s ease;

  }

  .cebiang.acti {
    right: 86%;
    background-color: #000;
    opacity: 0.5;
    width: 15%;
    padding-top: 0.0625rem !important;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.2375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }


  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 0.1rem;
    padding-left: 0.05rem !important;
  }


  .you {
    position: fixed;
    top: 3.2rem;
    right: -73%;
    width: 86% !important;
    height: calc(100dvh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.6rem 0.5rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .container {
    padding: 0;
  }

  .button-container {
    width: 8.5rem;
    font-size: 0.9rem !important;
  }

  .input-group-input {
    width: 170px;
  }

  .input-group-input p {
    font-size: 0.8rem;
  }

  .you.active {
    right: 0;
    padding: 0.2rem;
    padding-left: 0.4rem;
  }

  .zodiac-button {
    padding: 0.125rem 0;
    margin: 0.20rem 0.01rem 0.20rem 0.002rem !important;
    width: 2.4rem;
  }

  .shange {
    width: 2.6rem;
  }


  .charu {
    margin-left: 0.3rem !important;
    width: 2.6rem;
  }

  .hongbo,
  .lvbo,
  .langbo {
    padding: 0.125rem 0;
    margin: 0.1875rem 0.001rem 0.1875rem 0.001rem;
    font-size: 0.80rem !important;
    width: 2.4rem;
  }

  .kuaijie {
    width: 2.6rem;
    padding: 0.125rem 0;
    margin: 0.1875rem 0.05rem 0.1875rem 0.05rem;
    font-size: 0.82rem !important;
  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 1.43rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 11%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 85%;

  }

  #zodiacInput {
    width: 96%;
    height: 8rem;
    font-size: 0.9375rem;
    margin-top: 0.2rem;
  }

  #numberDisplay {
    width: 96%;
    height: 12.625rem;
    margin-top: 0.8rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 3.3rem !important;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.2rem 0.011rem;
    display: inline-block;
    font-size: 0.725rem;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 68%;
    /* margin: 0.625rem 0; */
    height: 9.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 9.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.3rem;
    line-height: 2.25rem;
    padding-left: 0;
    margin-right: 2.1rem;
    margin-left: 0.6rem;
    width: 1.1rem !important;
    display: inline-block;
    padding-top: 0.15rem;
  }

  .jiang {
    width: 96%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 19%;
    height: 9rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
    padding: 0.7rem 0.7rem !important;
  }

  #qingko {
    margin-left: 0.15rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 96%;
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }

  .input-group-input {
    width: 12rem;
  }

  .shuru {
    width: 2.2rem;
  }

  .button-container {
    width: 8rem;
  }

}

/* 344px */
@media (max-width: 21.6rem) {
  .ewwr {
    width: 21.6rem;
    flex-direction: column;
    padding: 0.2rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  body {
    overflow-x: hidden;
    /* 禁止水平滚动 */
    width: 100%;
    /* 确保body不超出视口 */
    position: relative;
    /* 防止某些定位元素导致溢出 */
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 13%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.1375rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 500;
    flex-wrap: wrap;
    transition: right 0.3s ease;

  }

  .cebiang.acti {
    right: 86%;
    background-color: #000;
    opacity: 0.5;
    width: 15%;
    padding-top: 0.0625rem !important;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.2375rem;
  }

  .total-stats {
    font-size: 0.9375rem;
  }


  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 0.1rem;
    padding-left: 0.05rem !important;
  }


  .you {
    position: fixed;
    top: 3.2rem;
    right: -73%;
    width: 86% !important;
    height: calc(100dvh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.6rem 0.5rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }

  .container {
    padding: 0;
  }

  .button-container {
    width: 8.5rem;
    font-size: 0.9rem !important;
  }

  .input-group-input {
    width: 170px;
  }

  .input-group-input p {
    font-size: 0.8rem;
  }

  .you.active {
    right: 0;
    padding: 0.2rem;
  }

  .zodiac-button {
    padding: 0.125rem 0;
    margin: 0.20rem 0.01rem 0.20rem 0.002rem !important;
    width: 2.25rem;
  }

  .shange {
    width: 2.6rem;
  }


  .charu {
    margin-left: 0.3rem !important;
    width: 2.6rem;
  }

  .hongbo,
  .lvbo,
  .langbo {
    padding: 0.125rem 0;
    margin: 0.1875rem 0.001rem 0.1875rem 0.001rem;
    font-size: 0.80rem !important;
    width: 2.4rem;
  }

  .kuaijie {
    width: 2.6rem;
    padding: 0.125rem 0;
    margin: 0.1875rem 0.05rem 0.1875rem 0.05rem;
    font-size: 0.82rem !important;
    display: none;
  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 1.43rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 10%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 85%;

  }

  #zodiacInput {
    width: 96%;
    height: 8rem;
    font-size: 0.9375rem;
    margin-top: 0.2rem;
  }

  #numberDisplay {
    width: 96%;
    height: 12.625rem;
    margin-top: 0.8rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 3.3rem !important;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.2rem 0.011rem;
    display: inline-block;
    font-size: 0.725rem;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 68%;
    /* margin: 0.625rem 0; */
    height: 9.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 9.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2.3rem;
    line-height: 2.25rem;
    padding-left: 0;
    margin-right: 2.2rem;
    margin-left: 0.4rem;
    width: 1.1rem !important;
    padding-top: 0.15rem;
  }

  .jiang {
    width: 96%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 19%;
    height: 9rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
    padding: 0.7rem 0.7rem !important;
  }

  #qingko {
    margin-left: 0.15rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }

  .cmzj a {
    width: 96%;
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }

  .input-group-input {
    width: 12rem;
  }

  .shuru {
    width: 2.2rem;
  }

  .button-container {
    width: 8rem;
  }

}

/* 320px */
@media (max-width: 20.386rem) {
  .ewwr {
    width: 20.386rem;
    flex-direction: column;
    padding: 0.2rem;
    margin-top: 3.2rem;
    font-size: 0.875rem;
    margin: 3.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  body {
    overflow-x: hidden;
    /* 禁止水平滚动 */
    width: 100%;
    /* 确保body不超出视口 */
    position: relative;
    /* 防止某些定位元素导致溢出 */
  }

  .cebiang {
    position: fixed;
    top: 0;
    right: 0%;
    width: 13%;
    z-index: 999;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    font-size: 1.4375rem;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #f0f0f0;
    font-weight: 500;
    flex-wrap: wrap;
    transition: right 0.3s ease;

  }

  .cebiang.acti {
    right: 86%;
    background-color: #000;
    opacity: 0.5;
    width: 15%;
    padding-top: 0.0625rem !important;
  }

  .cebiang p {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 1.25rem;
    line-height: 1.875rem;
    z-index: 999;
  }

  .top {
    width: 100%;
    left: 50%;
    font-size: 1.3375rem;
  }

  .total-stats {
    font-size: 0.8375rem;
  }


  .zuo {
    width: 90%;
    margin-right: 0;
    margin: 0 0.1rem;
    padding-left: 0.5rem !important;
  }


  .you {
    position: fixed;
    top: 3.2rem;
    right: -73%;
    width: 86% !important;
    height: calc(100dvh - 3.75rem);
    background-color: #f0f0f0;
    z-index: 99;
    padding: 0.6rem 0.5rem;
    overflow-y: auto;
    box-shadow: -0.125rem 0 0.625rem rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
  }


  .container {
    padding: 0;
  }

  .button-container {
    width: 8rem;
    font-size: 0.9rem !important;
  }

  .you.active {
    right: 0;
    padding: 0.2rem;
    padding-left: 0.4rem;
  }

  .zodiac-button {
    padding: 0.125rem 0;
    margin: 0.20rem 0.001rem 0.20rem 0.001rem !important;
    width: 32px;
    font-size: 0.65rem !important;
  }

  .charu {
    margin-left: 0.3rem !important;
  }

  .hongbo,
  .lvbo,
  .langbo {
    padding: 0.095rem 0;
    margin: 0.1575rem 0.001rem 0.1575rem 0.001rem;
    font-size: 0.660rem !important;
    width: 28px;
  }

  /* 移动端样式 */
  .iconfont {
    position: fixed;
    display: block;
    font-size: 1.23rem;
    font-weight: 900;
    color: #2871a6;
    top: 0.75rem;
    right: 11%;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3); */
    transition: all 0.3s ease;
  }

  .jiangto {
    right: 87%;

  }

  #zodiacInput {
    width: 94%;
    height: 9.375rem;
    font-size: 0.9375rem;
  }

  #numberDisplay {
    width: 89%;
    height: 15.625rem;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    width: 3rem !important;
    margin-bottom: 0.625rem;
    margin-left: 0%;
    padding: 0.15rem 0.005rem;
    display: inline-block;
    font-size: 0.725rem;
  }


  ol,
  ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zho {
    width: 68%;
    /* margin: 0.625rem 0; */
    height: 8.25rem;
    overflow: hidden;
  }

  .zho ul {
    height: 8.25rem;
  }

  .zho ul li {
    display: flex;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    padding-left: 0;
    margin-right: 1.95rem;
    margin-left: 0.3995rem;
    width: 0.7rem !important;
    display: inline-block;
    padding-top: 0.08rem;
  }

  .jiang {
    width: 89%;
    display: flex;
    justify-content: space-between;
  }

  #viewNumbers,
  #qingko {
    width: 18%;
    height: 8.25rem;
    /* margin: 0.3125rem 0; */
    margin-right: 0;
    padding: 0.3rem 0.3rem !important;
  }

  #qingko {
    margin-left: 0.385rem;

  }

  .frequency-group {
    width: 100%;
  }

  .numbersf {
    width: 100%;
    font-size: 0.8075rem;
    line-height: 1.25rem;
  }

  .numbersf button {
    color: #041383;
    font-size: 0.7875rem;
    border: 0.0625rem solid #071794;
    border-radius: 0.3125rem;
    padding: 0 0.15rem;
  }

  .cmzj a {
    width: 90%;
    font-size: 1rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }

  .input-group-input {
    width: 11rem;
    font-size: 0.7rem !important;
  }

  .shuru {
    width: 2rem;
  }

  .button-container {
    width: 8rem;
  }

  .charu {
    width: 2.1125rem !important;
    font-size: 0.7rem !important;
  }

  .xianzhi {
    font-size: 0.775rem;
  }

  .sangge {
    width: 2.3125rem !important;
  }
}