* {
  padding: 0px;
  margin: 0px;
}
.pc {
  background: #ebf2f3;
}
.iphone {
  background: #ffffff;
}
#apply .index {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
}
#apply .logo {
  margin: 0 auto 0rem;
  height: 0.72rem;
  display: flex;
  align-items: center;
}
#apply .logo img {
  height: 100%;
}
.success img {
  width: 1.1rem;
}
.message {
  font-size: 0.36rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.36rem;
  padding-top: 0.32rem;
  padding-bottom: 1.2rem;
  font-weight: 600;
}
.back {
  width: 3.32rem;
  margin: 0 auto;
  background: rgba(255, 180, 74, 1);
  border-radius: 2px;
  line-height: 0.92rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #apply {
    padding-top: 1.68rem;
    height: 100%;
  }
  .success img {
    width: 1.1rem;
  }
  .message {
    font-size: 0.36rem;
    color: rgba(51, 51, 51, 1);
    line-height: 0.36rem;
    padding-top: 0.32rem;
    padding-bottom: 1.2rem;
    font-weight: 600;
  }
  .back {
    width: 3.32rem;
    margin: 0 auto;
    background: rgba(255, 180, 74, 1);
    border-radius: 2px;
    line-height: 0.92rem;
    color: #fff;
  }
}

#shopping {
  font-size: 0.36rem;
  font-weight: 900;
  color: rgba(37, 45, 52, 1);
  text-align: center;
  padding: 30px 0px;
}
#information {
  width: 540px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 20px;
}
#information .list {
  position: relative;
  padding: 20px 0px 0px 0px;
  text-align: left;
}
#information .list:nth-child(1) {
  padding-top: 0rem;
}
#information .list:nth-last-child(1) {
  margin-bottom: 2rem;
}
#information .list .name {
  font-weight: 900;
  padding-bottom: 8px;
  height: 0.24rem;
  font-size: 0.24rem;
  color: rgba(102, 102, 102, 1);
  line-height: 0.24rem;
}
#information .list .value {
  padding-left: 24px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  height: 50px;
  font-size: 14px;
  color: rgba(37, 45, 52, 1);
  line-height: 50px;
  position: relative;
}
#information .list .value input {
  outline: none;
  border: none;
  line-height: 0.4rem;
  height: 0.4rem;
  width: 100%;
  font-size: 0.28rem;
  font-weight: 900;
}
#information .list .value .error {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fe4b3f;
  font-size: 0.28rem;
  line-height: 0.28rem;
  padding-left: 20px;
  background: url(../../assets/img/error.png) left center no-repeat;
}
#information .list .value .iphone {
  padding: 0rem 4px 0.05rem 0;
  line-height: 0.4rem;
  box-sizing: border-box;
  font-size: 0.3rem;
  height: 0.4rem;
  font-weight: 900;
}
#information .re_list {
  padding-bottom: 0rem;
}
#information .re_list .name {
  padding-bottom: 0rem;
}
#information .re_list .value {
  height: auto;
}

#information input {
  max-width: 320px;
}
#information input::-webkit-input-placeholder {
  color: rgba(188, 188, 188, 1);
  font-weight: 500;
}
#information input:-moz-placeholder {
  color: rgba(188, 188, 188, 1);
  font-weight: 500;
}
#information input::-moz-placeholder {
  color: rgba(188, 188, 188, 1);
  font-weight: 500;
}
#information input:-ms-input-placeholder {
  color: rgba(188, 188, 188, 1);
  font-weight: 500;
}
#information #date_btn {
  position: absolute;
  right: 0;
  top: 51px;
}
#information #date_btn img {
  width: 0.36rem;
}
#step {
  box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 0.28rem 0.3rem;
  text-align: center;
  overflow: hidden;
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
}
#step .button {
  box-sizing: border-box;
  width: 3.32rem;
  line-height: 0.92rem;
  height: 0.92rem;
  background: rgba(221, 221, 221, 1);
  border-radius: 2px;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 1);
}
#step .up {
  border: 1px solid rgba(24, 44, 72, 1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  color: rgba(24, 44, 72, 1);
  margin-right: 168px;
}
#step .btn {
  background: rgba(99, 196, 198, 1);
}
#box {
  position: relative;
  background: #ebf2f3;
  height: 100vh;
}
#submit {
  overflow: hidden;
  padding-bottom: 40px;
}
#submit .button {
  color: #fff;
  font-size: 20px;
  float: right;
  margin-top: 40px;
  line-height: 50px;
  text-align: center;
  width: 180px;
  height: 50px;
  background: linear-gradient(180deg, #ff8c84 0%, #ff5940 100%);
  border-radius: 4px;
}
.opacity {
  opacity: 0.6;
}
.tip {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
  padding: 15px 20px 15px 20px;
  z-index: 10;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}
.tip .content {
  font-size: 18px;
  line-height: 24px;
  width: 300px;
  white-space: wrap;
  word-break: break-all;
  padding-right: 20px;
}
.tip span {
  font-size: 30px;
  line-height: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #shopping {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    font-size: 0.36rem;
    font-weight: 900;
    color: rgba(37, 45, 52, 1);
    text-align: center;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    padding-top: 0.34rem;
  }
  #information {
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 0.32rem 0.4rem;
  }
  #information .list {
    padding: 0.6rem 0rem 0.34rem 0rem;
    border-bottom: 1px solid #ebebeb;
    position: relative;
  }
  #information .list:nth-child(1) {
    padding-top: 0rem;
  }
  #information .list:nth-last-child(1) {
    margin-bottom: 2rem;
  }
  #information .list .name {
    font-weight: 900;
    padding-bottom: 0.24rem;
    height: 0.24rem;
    font-size: 0.24rem;
    color: rgba(102, 102, 102, 1);
    line-height: 0.24rem;
  }
  #information .list .value {
    padding-left: 0px;
    display: flex;
    align-items: center;
    height: 0.4rem;
    font-size: 0.28rem;
    color: rgba(37, 45, 52, 1);
    line-height: 0.3rem;
    position: relative;
  }
  #information .list .value .iphone {
    padding: 0.05rem 4px 0.05rem 0;
    box-sizing: border-box;
    font-size: 0.3rem;
    height: 0.4rem;
    font-weight: 900;
  }
  #information .list .value input {
    outline: none;
    border: none;
    line-height: 0.4rem;
    height: 0.4rem;
    width: 100%;
    font-size: 0.28rem;
    font-weight: 900;
  }
  #information .list .value .error {
    position: absolute;
    right: 0;
    top: 0;
    color: #fe4b3f;
    font-size: 0.28rem;
    line-height: 0.28rem;
    padding-left: 20px;
    background: url(../../assets/img/error.png) left center no-repeat;
  }
  #information .re_list {
    padding-bottom: 0rem;
  }
  #information .re_list .name {
    padding-bottom: 0rem;
  }
  #information .re_list .value {
    height: auto;
  }
  #information input {
    max-width: 100%;
  }
  #information input::-webkit-input-placeholder {
    color: rgba(188, 188, 188, 1);
    font-weight: 500;
  }
  #information input:-moz-placeholder {
    color: rgba(188, 188, 188, 1);
    font-weight: 500;
  }
  #information input::-moz-placeholder {
    color: rgba(188, 188, 188, 1);
    font-weight: 500;
  }
  #information input:-ms-input-placeholder {
    color: rgba(188, 188, 188, 1);
    font-weight: 500;
  }
  #information #date_btn {
    position: absolute;
    right: 0;
    top: 51px;
  }
  #information #date_btn img {
    width: 0.36rem;
  }
  #step {
    box-sizing: border-box;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 0.28rem 0.3rem;
    text-align: center;
    overflow: hidden;
  }
  #step .button {
    box-sizing: border-box;
    float: right;
    width: 3.32rem;
    line-height: 0.92rem;
    height: 0.92rem;
    background: rgba(221, 221, 221, 1);
    border-radius: 2px;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
  }
  #step .up {
    border: 1px solid rgba(24, 44, 72, 1);
    float: left;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    color: rgba(24, 44, 72, 1);
  }
  #step .btn {
    background: rgba(99, 196, 198, 1);
  }
  #box {
    position: relative;
    background: #fff;
  }
}
