* {
  box-sizing: border-box;
}

.top_bg.donate {
  background: url(../images/donate/donate-banner.jpg) no-repeat center/cover;
}

.form-box {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.4rem;
}

.sub-title {
  position: relative;
  padding-left: Max(0.22rem, 20px);
  margin-bottom: 0.3rem;
  font-weight: 400;
  font-size: Max(0.24rem, 18px);
  color: #0b0625;
  letter-spacing: 1px;
}

.sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: Max(0.1rem, 8px);
  height: Max(0.1rem, 8px);
  background: #822045;
}

.job-type {
  display: inline-block;
  cursor: pointer;
  background: #ffffff;
  border-radius: 2px;
  padding: 0 0.1rem 0 0.16rem;
  margin-right: 0.32rem;
}

.job-type:last-child {
  margin-right: unset;
}

.job-type .lab-text {
  padding: 0.1rem 0 0.1rem 0;
}

.job-box {
  display: flex;
  align-items: center;
  position: relative;
}

.job-box input {
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  outline: none;
}

.job-box .radio {
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: Max(0.18rem, 16px);
  height: Max(0.18rem, 16px);
  border: 1px solid #bdbdbd;
  border-radius: 100%;
}

.job-box input:checked + .radio {
  background: #831a43;
}

.job-box input:checked + .radio::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.lab-text {
  cursor: pointer;
  margin-left: 10px;
  font-weight: 400;
  font-size: Max(0.16rem, 14px);
  color: #535353;
  letter-spacing: 0;
}

.info-icon {
  margin-left: 0.33rem;
  width: Max(0.16rem, 16px);
  height: Max(0.16rem, 16px);
}

.info-icon:hover .pos-info {
  display: block;
}

.info-icon .pos-info {
  display: none;
  position: absolute;
  top: -18px;
  right: 10px;
  transform: translate(100%, -100%);
  width: 184px;
  padding: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #4C5053;
  letter-spacing: 0;
  text-align: justify;
  background-color: #e3e4e8;
}

.info-icon .pos-info::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  border: 8px solid #e3e4e8;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.tx-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.32rem;
}

.tx-info:last-child {
  margin-bottom: unset;
}

.tx-info > label {
  font-weight: 400;
  font-size: Max(0.16rem, 14px);
  color: #535353;
  letter-spacing: 0;
}

.tx-info > label p {
  opacity: 0.6;
  font-weight: 400;
  font-size: 0.12rem;
  color: #535353;
  letter-spacing: 0;
}

.tx-info .l-title {
  margin-right: 6px;
}

.tx-info.require .l-title {
  position: relative;
}

.tx-info.require .l-title::after {
  content: '*';
  position: absolute;
  right: 2px;
  color: red;
}

.cert-tip {
  display: none;
  padding-left: 4px;
  font-size: 14px;
  color: #f23c24;
  font-weight: 600;
}

.cert-tip.show {
  display: block;
}

.options-box {
  width: 100%;
  display: block;
  margin-left: 78px;
  margin-top: 16px;
}

.options-box input {
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  outline: none;
}

.box {
  display: inline-block;
  position: relative;
  margin-right: 0.32rem;
}

.box:last-child {
  margin-right: unset;
}

.box .lab-text {
  margin-left: unset;
}

.op-radio {
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 0.18rem;
  height: 0.18rem;
  border: 3px solid #c0c0c0;
  border-radius: 100%;
  cursor: pointer;
}

input:checked + .op-radio {
  background: #831a43;
}

input:checked + .op-radio::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.info {
  width: 4.4rem;
  padding: 9px 9px 9px 0.16rem;
  font-weight: 400;
  font-size: Max(0.16rem, 12px);
  color: #535353;
  border: 1px solid rgba(118, 118, 118, 0.2);
  outline-color: rgba(118, 118, 118, 0.2);
  letter-spacing: 0;
}

.submit {
  padding: 16px 0.85rem;
  background-image: linear-gradient(180deg, #9e2d57 0%, #822045 100%);
  box-shadow: 1px 1px 4px 0 rgba(105, 44, 67, 0.63);
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  font-size: Max(0.22rem, 12px);
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  border: unset;
}

.connect {
  margin-top: 0.4rem;
}

.connect img {
  object-fit: contain;
  width: Max(1.85rem, 185px);
}

.hidden {
  display: none;
}

input {
  padding-left: 10px;
  color: #535353;
}

input::placeholder {
  color: rgba(83, 83, 83, 0.4);
}

.d-success-wrap {
  padding: 20px 0;
  background-color: #FAFCFF;
}

.d-success-wrap .top-wrap {
  padding: 0.32rem 0 0.93rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.d-success-wrap .top-wrap .icon-s {
  width: Max(1.66rem, 130px);
  height: Max(1.3rem, 101px);
}

.d-success-wrap .top-wrap .icon-s img {
  object-fit: contain;
}

.d-success-wrap .top-wrap h3 {
  margin-top: 0.3rem;
  margin-bottom: 0.27rem;
  font-weight: 500;
  font-size: Max(0.28rem, 14px);
  color: #535353;
  letter-spacing: 0;
}

.d-success-wrap .top-wrap h3 .name {
  margin-right: 8px;
  font-weight: 500;
  font-size: 0.44rem;
  color: #DCB46E;
  letter-spacing: 0;
}

.d-success-wrap .top-wrap p {
  font-weight: 500;
  font-size: Max(0.16rem, 12px);
  color: #8B8EA0;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.75;
}

.d-success-wrap .certificate-wrap {
  margin-top: 0.32rem;
  margin-bottom: 0.14rem;
  padding: 43px 0 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FAFCFF;
  background-color: #fff;
}

.d-success-wrap .certificate-wrap img {
  width: Max(4rem, 255px);
  margin-bottom: 18px;
  box-shadow: 3px 3px 18px 0 rgba(28, 61, 75, 0.35);
}

.d-success-wrap .certificate-wrap p {
  margin-top: 4px;
  font-weight: 500;
  font-size: Max(0.16rem, 12px);
  color: #8B8EA0;
  letter-spacing: 0;
}

.d-success-wrap .certificate-wrap .cert_mobile {
  display: none;
}

.d-success-wrap .info-wrap {
  background-color: #FAFCFF;
}

.d-success-wrap .info-wrap p {
  margin-top: 0.24rem;
}

.d-success-wrap .info-wrap span {
  font-weight: 400;
  font-size: Max(0.16rem, 12px);
  color: #535353;
}

.d-success-wrap .info-wrap .label {
  letter-spacing: 2px;
}

.d-success-wrap .info-wrap .red {
  color: #E60F0C;
  font-weight: 600;
}

.d-success-wrap .info-wrap .pay {
  position: relative;
  padding-left: Max(0.3rem, 22px);
  font-weight: 600;
  font-size: Max(0.16rem, 12px);
  color: #4D495B;
  letter-spacing: 0;
}

.d-success-wrap .info-wrap .pay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: Max(0.24rem, 16px);
  height: Max(0.24rem, 16px);
  background: url(../images/donate/pay-wechat.png) no-repeat center/contain;
}

.d-success-wrap .info-wrap .wechat::before {
  background: url(../images/donate/pay-wechat.png) no-repeat center/contain;
}

.d-success-wrap .info-wrap .alipay::before {
  background: url(../images/donate/pay-alipay.png) no-repeat center/contain;
}

.d-success-wrap .info-wrap a[href] {
  font-size: Max(0.16rem, 12px);
  color: #822045;
  margin-right: 0.32rem;
}

.s-text {
  color: #822045;
  font-size: Max(0.16rem, 12px);
}

.s-text a {
  text-decoration: underline;
  color: #822045;
  font-size: Max(0.16rem, 12px);
}

.o-money {
  display: none;
  margin-top: 0.3rem;
  padding-left: 74px;
}

.o-money.show {
  display: block;
}

.o-money input {
  position: relative;
  padding-right: Max(0.35rem, 30px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: Max(0.16rem, 12px);
  color: #535353;
  font-weight: 400;
}

.o-money .fund {
  position: relative;
  display: inline-block;
}

.o-money .unit {
  position: absolute;
  top: 50%;
  right: Max(0.16rem, 8px);
  transform: translateY(-50%);
  font-weight: 400;
  font-size: Max(0.14rem, 12px);
  color: #535353;
  letter-spacing: 0;
  text-align: right;
}

.pay-wrap .pay {
  position: relative;
  padding-left: Max(0.7rem, 55px);
  font-size: Max(0.16rem, 14px);
}

.pay-wrap .pay::before {
  content: '';
  position: absolute;
  left: Max(0.4rem, 30px);
  width: Max(0.24rem, 22px);
  height: Max(0.24rem, 22px);
}

.pay-wrap .pay::after {
  top: Max(0.02rem, 1px);
}

.pay-wrap .pay.wechat::before {
  background: url(../images/donate/pay-wechat.png) no-repeat center/contain;
}

.pay-wrap .pay.alipay::before {
  background: url(../images/donate/pay-alipay.png) no-repeat center/contain;
}

.pay-wrap .pay-part {
  margin-top: 0.32rem;
}

.pay-wrap .tip-fund {
  margin-top: 0.3rem;
  margin-bottom: 0.32rem;
  color: rgba(83, 83, 83, 0.6);
  font-size: Max(0.16rem, 12px);
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
}

.radio-l input[type="radio"],
.radio-l input[type="checkbox"] {
  display: none;
}

.radio-l label {
  position: relative;
  font-size: Max(0.16rem, 14px);
}

.radio-l label::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 0;
  top: Max(0.02rem, 2px);
  width: Max(0.18rem, 16px);
  height: Max(0.18rem, 16px);
  border: 3px solid #C0C0C0;
  border-radius: 50%;
}

.radio-l input:checked + label::after {
  border: 5px solid #822045;
}

.radio-span label {
  color: #535353;
}

.radio-span label {
  font-size: Max(0.16rem, 14px);
}

.radio-span input[type="radio"],
.radio-span input[type="checkbox"] {
  display: none;
}

.radio-span input + label {
  position: relative;
  padding-left: Max(0.26rem, 20px);
  margin-right: 0.32rem;
  font-size: Max(0.16rem, 14px);
}

.radio-span input + label::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 0;
  top: Max(0.02rem, 1px);
  width: Max(0.18rem, 16px);
  height: Max(0.18rem, 16px);
  border: 3px solid #C0C0C0;
  border-radius: 50%;
}

.radio-span input:checked + label::after {
  border: 5px solid #822045;
}

.radio-span.options-box .box {
  margin-right: 0;
}

form {
  padding: 20px 0;
}

.fund-wrap {
  padding-bottom: 0.6rem !important;
}

.fund-wrap .h_title {
  margin: 0.28rem 0;
  font-weight: 600;
  font-size: Max(0.24rem, 20px);
  color: #303133;
  letter-spacing: 0;
  line-height: 1.33;
  text-align: center;
}

.fund-wrap .h_title.phone_title {
  display: none;
}

.fund-wrap .pay_area {
  display: flex;
  justify-content: space-between;
}

.fund-wrap .pay_area li {
  width: 49%;
  padding: 0.25rem;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
}

.fund-wrap .pay_area li:nth-child(2) {
  margin-left: 2%;
}

.fund-wrap .pay_area .left {
  margin-right: 20px;
  min-width: 140px;
}

.fund-wrap .pay_area .left img {
  width: Max(1.3rem, 130px);
  height: Max(1.3rem, 130px);
  object-fit: contain;
}

.fund-wrap .pay_area .right {
  margin-top: 8px;
}

.fund-wrap .pay_area .alipay_title {
  font-weight: 700;
  font-size: Max(0.18rem, 16px);
  color: #02A9F1;
  letter-spacing: 0.75px;
}

.fund-wrap .pay_area .wechatpay_title {
  font-weight: 700;
  font-size: Max(0.18rem, 16px);
  color: #09BB07;
  letter-spacing: 0.75px;
}

.fund-wrap .pay_area p {
  margin-top: 15px;
  font-weight: 400;
  font-size: Max(0.16rem, 14px);
  color: #0B0625;
  letter-spacing: 0.67px;
  line-height: 1.375;
}

.fund-wrap .notes {
  position: relative;
  margin-top: 0.4rem;
  color: #8b8ea0;
  font-size: Max(0.16rem, 16px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.3px;
  text-align: center;
}

.fund-wrap .notes > span {
  position: relative;
  cursor: pointer;
  font-size: Max(0.16rem, 16px);
  color: #822045;
}

.fund-wrap .notes .copy_success {
  opacity: 0;
  position: absolute;
  bottom: -10px;
  transition: all 0.6s;
  color: #8b8ea0;
}

@media screen and (max-width: 1280px) and (min-width: 950px) {
  .iframe_fund {
    height: 920px !important;
  }
}

@media screen and (max-width: 910px) {
  .sub-title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .form-box {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .info {
    padding-left: 10px;
    width: 273px;
  }
  .tx-info {
    margin-bottom: 20px;
  }
  .tx-info > label {
    font-size: 12px;
  }
  .options-box {
    margin-top: 8px;
    margin-left: 60px;
  }
  .o-money {
    margin-top: 12px;
    padding-left: 60px;
  }
  .o-money input {
    padding-right: 30px;
    font-size: 12px;
  }
  .o-money .unit {
    font-size: 12px;
  }
  .radio-l label {
    position: relative;
    font-size: 12px;
  }
  .radio-l label::after {
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 3px solid #C0C0C0;
  }
  .radio-span label {
    font-size: 12px;
  }
  .radio-span input + label {
    padding-left: Max(0.26rem, 20px);
    margin-right: 0.32rem;
    font-size: 12px;
  }
  .radio-span input + label::after {
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
  }
  .radio-span input:checked + label::after {
    border-width: 4px;
  }
  .pay-wrap .pay {
    padding-left: 55px;
    font-size: 12px;
  }
  .pay-wrap .pay::before {
    top: -1px;
    left: 30px;
    width: 22px;
    height: 22px;
  }
  .pay-wrap .pay::after {
    top: 1px;
  }
  .pay-wrap .pay-part {
    margin-top: 15px;
  }
  .pay-wrap .tip-fund {
    margin-top: 15px;
    margin-bottom: 16px;
    font-size: 12px;
  }
  .connect {
    margin-top: 30px;
    text-align: center;
  }
  .connect .sub-title {
    text-align: left;
  }
  .connect img {
    width: 185px;
  }
  .job-type {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .job-type .lab-text {
    padding: 10px 0;
  }
  .job-type input:checked + .radio::after {
    top: 1px;
  }
}

@media screen and (max-width: 600px) {
  .s-text {
    font-size: 12px;
  }
  .s-text.tip {
    width: 273px;
    margin-left: 60px;
  }
  .s-text a {
    font-size: 12px;
  }
  .cert-box {
    display: block;
  }
  .cert-box input[type="checkbox"] label {
    display: inline-block;
  }
  .cert-box input[type="checkbox"]:nth-of-type(n + 2) + label {
    display: block;
    margin-left: 64px;
    margin-top: 12px;
  }
  .submit-btn {
    width: 100%;
  }
  .submit {
    width: 100%;
    padding: 9px 0;
    font-size: 14px;
  }
  .d-success-wrap .top-wrap {
    padding: 33px 10px 41px;
  }
  .d-success-wrap .top-wrap .icon-s {
    width: 100px;
    height: 78px;
  }
  .d-success-wrap .top-wrap h3 {
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .d-success-wrap .top-wrap h3 .name {
    font-size: 26px;
  }
  .d-success-wrap .top-wrap p {
    font-size: 12px;
  }
  .d-success-wrap .certificate-wrap {
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .d-success-wrap .certificate-wrap p {
    font-size: 12px;
  }
  .d-success-wrap .certificate-wrap .cert_mobile {
    display: block;
  }
  .d-success-wrap .certificate-wrap .cert_pc {
    display: none;
  }
  .d-success-wrap .info-wrap p {
    margin-top: 10px;
  }
  .d-success-wrap .info-wrap span {
    font-size: 12px;
  }
  .d-success-wrap .info-wrap .pay {
    padding-left: 22px;
    font-size: 12px;
  }
  .d-success-wrap .info-wrap .pay::before {
    width: 16px;
    height: 16px;
  }
  .d-success-wrap .info-wrap a[href] {
    font-size: 12px;
    margin-right: 16px;
  }
  .cert-tip {
    padding-left: 70px;
    margin-top: 5px;
    font-size: 12px;
  }
  .iframe_fund {
    height: 1100px !important;
  }
  .fund-wrap {
    padding-bottom: 50px !important;
  }
  .fund-wrap .h_title {
    margin: 20px 0;
    font-size: 18x;
  }
  .fund-wrap .h_title.phone_title {
    display: block;
  }
  .fund-wrap .h_title.pc_title {
    display: none;
  }
  .fund-wrap .pay_area {
    display: block;
  }
  .fund-wrap .pay_area li {
    width: 100%;
    padding: 20px;
  }
  .fund-wrap .pay_area li:nth-child(2) {
    margin-top: 10px;
    margin-left: 0;
  }
  .fund-wrap .pay_area .left {
    margin-right: 16px;
    min-width: 110px;
  }
  .fund-wrap .pay_area .left img {
    width: 110px;
    height: 110px;
    object-fit: contain;
  }
  .fund-wrap .pay_area .alipay_title {
    font-size: 14px;
  }
  .fund-wrap .pay_area .wechatpay_title {
    font-size: 14px;
  }
  .fund-wrap .pay_area p {
    font-size: 14px;
  }
  .fund-wrap .notes {
    margin-top: 20px;
    font-size: 16px;
  }
  .fund-wrap .notes span {
    display: block;
    font-size: 16px;
  }
  .fund-wrap .notes .copy_success {
    position: static;
  }
}

@media screen and (max-width: 400px) {
  .iframe_employment {
    height: 1280px !important;
  }
}

@media screen and (max-width: 370px) {
  .iframe_fund {
    height: 1200px !important;
  }
  .iframe_facilities,
  .iframe_activity {
    height: 1130px !important;
  }
}
