#headerIconJump {
  width: 10rem;
}

#userCenter {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.25rem;
  margin-right: 0.2rem;
}

.headerBanner .rightImg {
  padding-top: 1.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  position: absolute;
  right: 27rem;
}

/* 悬浮窗css */
.suspendedWindow {
  box-sizing: border-box;
  width: 11.6875rem;
  display: none;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom, #6f3eff, #b495fa);
  position: fixed;
  padding: 0.5rem;
  left: 1.875rem;
  top: 4.8rem;
  z-index: 99;
}

.suspendedWindow .a-Active {
  color: #eee;
  border-bottom: 0.1875rem solid #eee;
  padding-bottom: 0.1875rem;
}

.suspendedWindow .suspendedLogo {
  color: #eee;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 2.5rem;
  margin-bottom: 0.8rem;
}

.suspendedWindow .suspendedLogo .logoRemove {
  position: absolute;
  width: 7.375rem;
  height: 1.75rem;
  cursor: pointer;
  left: 0.85rem;
  top: 0.75rem;
}

.suspendedWindow .suspendedLogo .svgIcon {
  cursor: pointer;
  position: absolute;
  bottom: -0.2rem;
  right: 0.5rem;
}

.suspendedWindow .suspendedUl {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0rem;
  overflow: hidden;
}

.suspendedWindow .suspendedUl:nth-child(1) {
  margin-bottom: 1rem;
}

.suspendedWindow .suspendedUl li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 4.375rem;
  list-style: none;
}

.suspendedWindow .suspendedUl li a {
  font-size: 1rem;
  color: #eee;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%;
  height: 100%; */
}



/* 弹框样式 */
.modal {
  display: none;
  position: fixed;
  border-radius: 0.35rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
  display: flex;
  border-radius: 0.28rem;
  width: 68.75rem;
  height: 37.5rem;
  overflow: hidden;
}

.modal .modal-content .leftImgLogo {
  width: 30.5rem;
  background: url("../modal/leftImg.png") no-repeat center center;
  background-size: 100% 100%;
  border-bottom-left-radius: 0.35rem;
}

.modal .modal-content .rightForm {
  width: 38.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  position: relative;
  padding-bottom: 2rem;
}

.modal .modal-content .rightForm .closeIcon {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  cursor: pointer;
}

.modal .modal-content .rightForm .title {
  margin-top: 6.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.modal .modal-content .rightForm .title span {
  font-size: 1.5rem;
  font-weight: bold;
}

.modal .modal-content .rightForm .title p {
  font-size: 0.875rem;
}

.modal .modal-content .rightForm .form {
  text-align: center;

}

.modal .modal-content .rightForm .form .form-item img {
  width: 1rem;
  height: 1rem;
}

.modal .modal-content .rightForm .form .form-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.modal .modal-content .rightForm .form .form-item .form-item-label {
  width: 5.5rem;
  display: flex;
  gap: 0.3rem;
  align-items: center;
}

.modal .modal-content .rightForm .form .form-item input {
  box-sizing: border-box;
  font-size: 0.75rem;
  width: 14.875rem;
  padding: 2px 5px;
  height: 2rem;
  border: 1px solid #c7c7cb;
}

.modal .modal-content .rightForm .form .form-item .sendCode {
  box-sizing: border-box;
  width: 7.125rem;
  padding: 2px 5px;
  height: 2rem;
  text-align: center;
  background-color: #afb3fd;
  color: #ffffff;
  border: none;
  font-size: 0.75rem;
}

.modal .modal-content .rightForm .form .submitTry {
  width: 17.5rem;
  height: 2.125rem;
  background-color: #6C3EE0;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  border: none;
  font-size: 1rem;
}

.modal .modal-content .rightForm .uploadSuccess {
  display: none;
  width: 15.3125rem;
  height: 11.9375rem;
  background: url("../modal/uploadSuccess.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.modal .modal-content .rightForm .uploadSuccess p {
  position: absolute;
  bottom: 2rem;
  left: 3.4rem;
  font-size: 1.125rem;
}

.modal .errMsg {
  display: none;
  position: absolute;
  left: 5.9rem;
  top: 1.8rem;
  /* text-align: center; */
  font-size: 0.75rem;
  color: red;
  line-height: 1.5rem;
}

.modal .longPng {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 20rem;
  height: 20rem;
  background-image: url('../modal/reportLogngGif.png');
  background-size: 100% auto;
  animation: bear 3.5s steps(29) infinite;
  margin: 5rem auto;
}

/* 遮罩层样式 */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.masks {
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  z-index: 1000;
}