body{
  background: linear-gradient(to bottom, #8ac0e4, #ffffff, #8ac0e4);
}

 header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px;
}
.logo-text{
  color: rgb(223, 61, 62);
  font-size: 20px;
  font-weight: bold;
  text-shadow: 
  1px 1px 0 #fff, /* 右下阴影 */
  -1px -1px 0 #fff, /* 左上阴影 */
  1px -1px 0 #fff, /* 右上阴影 */
  -1px 1px 0 #fff; /* 左下阴影 */
  font-family: "Microsoft YaHei";
  font-style: italic;
  /* padding-top: 20px; */
  /* padding-left: 20px; */
  text-align: center;
}
header .logo-link{
  display: block;
}
header .logo {
  height: 50px;
}
header span {
  font-weight: bold;
  color: #222;
}
.page-title {
  text-align: center;
  padding-top: 30px;
  color: #195abf;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 
    1px 1px 0 #fff, /* 右下阴影 */
    -1px -1px 0 #fff, /* 左上阴影 */
    1px -1px 0 #fff, /* 右上阴影 */
    -1px 1px 0 #fff; /* 左下阴影 */
}

.tip-title{
  color: red;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.tips {
  max-width: 700px;
  margin: 20px auto;
  padding: 20px;
  font-size: 16px;
  line-height: 2;
  color: #195abf;
  font-weight: bold;
}
.tip-ul{
  padding-left: 20px;
  margin-top: 10px;
}
.red{
  color: red;
}
.form-box {
  max-width: 400px;
  margin: 30px auto;
  background: rgba(255,255,255,0.95);
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
.form-box h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 16px;
  color: #0c4a6e;
}
.form-box h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%;
  background: #195abf;
  color: #fff;
  font-weight: bold;
}
.form-box label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #555;
}
.form-box input, .form-box select {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 6px;
  font-size: 14px;
  box-sizing: border-box;
}
.form-box button {
  width: 100%;
  padding: 12px;
  background: #195abf;
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  margin-top: 12px;
  cursor: pointer;
}
.form-box button:hover {
  background: #0369a1;
}

footer {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-top: 60px;
  padding-bottom: 20px;
}

.bg-wrap{
  position: fixed;
  left: 20%;
  right: 20%;
  bottom: 10%;
}
.bg-wrap .page-bg{
  display: block;
  width: 100%;
  opacity: 0.5;

}
.page-main{
  position: relative;
  z-index: 1;
}

.copyright{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  color: #565656;
}
.copyright a{
  color: #565656;
}
.copyright a:hover{
  text-decoration: underline;
}
.copyright p {
  margin-top: 10px;
  font-size: 14px;
}

.feedback-modal{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback-modal .modal-main{
  background-color: #fff;
  width: 400px;
  background-color: #fff;
  padding-bottom: 20px;
}
.feedback-modal .modal-title{
  height: 40px;
  background-color: #e6e6e6;
  color: #222;
  font-size: 16px;
  padding: 0 20px;
  line-height: 40px;
  border-bottom: 1px solid #9e9e9e;
}
.feedback-modal .mobile-wrap{
  display: none;
}
.feedback-modal .pc-wrap{
  display: block;
}
.feedback-modal .modal-tip{
  color: #222;
  font-size: 12px;
  padding: 20px;
  line-height: 18px;
}
.feedback-modal .modal-img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.feedback-modal .close-btn{
  display: block;
  margin: 0 auto;
  width: 200px;
  padding: 12px;
  background: #195abf;
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.feedback-modal .close-btn:hover {
  background: #0369a1;
}
.feedback-modal .wx-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 40px;

}
.wx-wrap .wx-left {
  display: flex;
  align-items: center;
}
.wx-wrap .copy-btn{
  margin-left: 20px;
  width: 60px;
  height: 30px;
  border: 1px solid #195abf;
  color: #fff;
  font-size: 12px;
  color: #195abf;
  border-radius: 20px;
  font-weight: bold;
}
.wx-left .icon{
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.wx-left .wx-info .wx-text{
  color: #222;
  font-size: 12px;
  line-height: 1.5;
}
.wx-left .wx-info .wx-no{
  color: #222;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}
.toast-text {
  pointer-events: none;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  transition: all ease 0.3s;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.toast-text.toast-show {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .feedback-modal .modal-main{
    background-color: #fff;
    width: 300px;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .feedback-modal .close-btn{
    width: 160px;
    font-size: 12px;
  }
  header .logo{
    height: 30px;
  }
  .page-title {
    font-size: 20px;
  }

  .tip-title{
    font-size: 14px;
  }
  .tips {
    font-size: 12px;
    margin: 0 auto;
  }

  .form-box {
    max-width: 300px;
    margin: 10px auto;
    padding: 15px;
  }
  .form-box h3 {
    font-size: 16px;
  }
  .form-box h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 50%;
    background: #195abf;
    color: #fff;
    font-weight: bold;
  }
  .form-box label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
  }
  .form-box input, .form-box select {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 6px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .form-box button {
    width: 100%;
    padding: 12px;
    background: #195abf;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    margin-top: 12px;
    cursor: pointer;
  }

  .copyright{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    color: #565656;
  }
  .copyright p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 14px;
    padding: 0 10px;
  }
  .feedback-modal .mobile-wrap{
    display: block;
  }
  .feedback-modal .pc-wrap{
    display: none;
  }
}

