* {
  padding: 0;
  margin: 0;
  outline: none;
  border: 0;
  font-style: normal;
  box-sizing: border-box;
  -webkit-appearance: none;
  list-style: none;
}

html {
  /* 基于750宽度的设计稿，1rem = 100px */
  font-size: 13.333vw;
}

body {
  background-color: #fffefa;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#form {
  width: 100%;
  overflow: hidden;
}

.container{
  padding: 0 0.3rem;
}
.module-title{
  color: #666;
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}
header {
  width: 100%;
  font-size: 0.36rem;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.32rem 0;
  border-bottom: 1px solid #213266;
  font-weight: bold;
  padding-bottom: 0.23rem;
}
.form-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* padding-top: .38rem; */
}
.form-content::before {
  content: '';
  display: block;
  width: 100%;
  height: 2.6rem;
  /* background-color: #5ac18a; */
  position: absolute;
  top: 0;
  left: 0;
}

.form-content > div {
  position: relative;
  z-index: 1;
}
.f-timer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #5f259e;
  color: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem;
  margin-bottom: 0.6rem;
  font-size: .28rem;
}

.f-timer > li {
  margin: 0.1rem 0;
}
.f-timer #countdown-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.f-timer  .countdown {
  font-weight: bold;
  font-size: .48rem;
  /* font-size: 0.6rem; */
  /* margin-top: 0.2rem; */
  align-self: flex-end;
}
.f-money {
  /* padding: 0.2rem .3rem; */
  /* margin: .24rem auto .95rem; */
  /* font-size: .48rem; */
  font-size: 0.6rem;
  /* background: #f3f3f3; */
  /* color: #333; */
  /* border-radius: 0.06rem; */
  box-sizing: border-box;
  /* width: 90%; */
}
.bank-div {
  width: 100%;
  overflow: hidden;
  /* padding: 0 .3rem; */
}
.bank-div-cont {
  width: 100%;
  overflow: hidden;
  margin-bottom: .3rem;
}
.bank-div-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bank-div-list > li {
  width: 100%;
  height: 1.2rem;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e7e8e3;
  border-radius: .1rem;
  margin-top: .15rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 .3rem 0 .3rem;
}
.bank-div-list > li.checked {
  border: 2px solid #ff8d00;
}

.bank-div-list > li .payment {
  flex: 1;
  margin-left: 0.3rem;
}
.bank-div-list > li img {
  width: 1.87rem;
}
.bank-div-list > li span {
  width: .4rem;
  height: .4rem;
  border: 1px solid #ff8d00;
  border-radius: 50%;
}
.bank-div-list > li.checked span::before{
  content: "\2714";
  width: .32rem;
  height: .32rem;
  color: #ff8d00;
  font-size: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bank-div-list > li i {
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  display: none;
}
.bank-div-list > li i img {
  width: 100%;
  animation: pulse 1s infinite alternate;
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
/* .bank-div-list > li.yes span {
  display: none;
} */
.bank-div-list > li.yes i {
  display: block;
}

.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
  flex-direction: column;
}

.submit-btn .content {
  font-size: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.16rem;
  border-radius: 0.12rem;
  width: 80%;
  background: #213266;
  color: #fff;
  border: 2px solid #2e4897;
  cursor: pointer;
}

.content.pay {
  width: 60%;
  margin-bottom: .3rem;
  background: #5f259e;
  border: 2px solid #8f44df;
  font-weight: bold;
}

.notice-warpper {
  font-size: .26rem;
  width: 100%;
  border: 2px solid #5f259e;
  border-radius: 0.2rem;
  padding: 0.36rem;
  color: #213266;
}

.notice-warpper .title{
  font-size: .32rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.notice-warpper ul{
  padding-left: 0.3rem;
}
.notice-warpper ul li{
  margin: 0.16rem 0;
}

/* .overtime-shade {
  position: fixed;
  background: #00000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
} */

footer {
  width: 100%;
  overflow: hidden;
  margin: .62rem 0 .2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
footer .mailTo {
  font-size: .3rem;
  font-weight: bold;
  color: #0f4fb1;
}
footer > p {
  font-size: .26rem;
  line-height: .26rem;
  color: #1e1e1e;
  margin-top: .14rem;
}

@media screen and (min-width: 750px) {
  html, body {
    font-size: 72px;
    max-width: 750px;
    margin: 0 auto;
  }
}
