.download-app {
  width: 42px;
  height: 52px;
  background: #fff2d1;
  padding: 0 2px;
  border-radius: 4px 0px 0px 4px;
  position: fixed;
  top: 119px;
  right: 0;
  z-index: 3;
  display: flex;
  gap: 3px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.download-app img {
  width: 18px;
  height: 18px;
}

.download-app-text {
  width: calc(100% - 4px);
  font-size: 8px;
  color: #333333;
  /* 虚线 */
  border-top: 1px dashed #a68140;
  text-align: center;
}

.unsubscribe {
  width: 42px;
  height: 40px;
  background: #fff2d1;
  padding: 0 2px;
  border-radius: 4px 0px 0px 4px;
  position: fixed;
  top: 195px;
  right: 0;
  z-index: 3;
  display: flex;
  gap: 3px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.unsubscribe img {
  width: 18px;
  height: 18px;
}

.unsubscribe-text {
  width: calc(100% - 4px);
  font-size: 8px;
  color: #333333;
  /* 虚线 */
  border-top: 1px dashed #a68140;
  text-align: center;
}

.business-description_btn {
  width: 25px;
  height: 66px;
  background: url("../images/business_description.png") no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 42px;
  right: 0;
  z-index: 9;
}

.business-description-box {
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-description-content {
  width: calc(100% - 48px);
  height: calc(100% - 182px);
  background: #ffffff;
  border-radius: 16px;
  padding: 59px 0px 10px 0px;
  /* overflow: auto; */
  position: relative;
  margin: 108px auto 0 auto;
}

.business-description-title {
  width: calc(100% - 124px);
  height: 50px;
  background: url("../images/business_description_title.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.business-description-text {
  height: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
  letter-spacing: 2px;
  overflow: auto;
  padding: 0 16px;
}



.agreement-dialog {
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agreement-dialog-content {
  width: calc(100% - 48px);
  padding: 21px 20px 26px 20px;
  background: #ffffff;
  border-radius: 13px;
}

.agreement-dialog-title {
  font-weight: 500;
  font-size: 16px;
  color: #1c1c1c;
  text-align: center;
}

.agreement-dialog-text {
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  margin: 14px auto 28px auto;
  text-align: center;
}

.agreement-dialog-btns {
  display: flex;
  gap: 0 13px;
}

.agreement-dialog-btn {
  width: calc((100% - 13px) / 2);
  height: 43px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cancel {
  border: 1px solid #272d55;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.confirm {
  background: linear-gradient(134deg, #495387 0%, #23294f 100%);
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
