body {
  background-image: url("/public/images/price/bg.jpg");
  background-position: center -120px;
  background-repeat: no-repeat;
}

section {
  width: 1000px;
  height: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-left: -500px;
  margin-top: -275px;
  background: #fff;
}

section > div {
  overflow: hidden;
  width: 499px;
  height: 500px;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
}

section > div:nth-of-type(1) {
  border-right: 1px solid #efefef;
}

section > div:nth-of-type(1) > p:nth-of-type(1),
section > div:nth-of-type(2) > p:nth-of-type(1) {
  padding-top: 36px;
}

section > div:nth-of-type(1) > p:nth-of-type(2),
section > div:nth-of-type(2) > p:nth-of-type(2) {
  font-size: 12px;
  color: #666666;
}

section > div:nth-of-type(1) > p,
section > div:nth-of-type(2) > p {
  font-size: 20px;
  color: #333;
}

section > div:nth-of-type(2) > p {
  line-height: 40px;
  display: block;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 72px;
}

section > div:nth-of-type(2) > p > span {
  float: left;
}

section > div:nth-of-type(2) > p:nth-of-type(2) {
  line-height: 24px;
  text-align: left;
  padding-left: 40px;
  margin-top: 12px;
  font-size: 12px;
}

section > div:nth-of-type(2) > p:nth-of-type(2) > span {
  float: none;
  color: #ff6900;
}

#first,
#second,
#third,
#four {
  width: 80px;
}

#five {
  color: #ff6900;
  width: 100px;
  display: block;
  text-align: center;
  font-size: 28px;
}

section > div:nth-of-type(1) > p > span {
  color: #ff6900;
  font-size: 12px;
  margin-left: 10px;
}

section > div:nth-of-type(1) > ul {
  width: 370px;
  padding-left: 0;
}

section > div:nth-of-type(1) > ul > li {
  /* margin: 18px 0; */
  overflow: hidden;
}

section > div:nth-of-type(1) > ul > li > label {
  width: 110px;
  font-size: 16px;
  margin-bottom: 0;
  float: left;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
}

section > div:nth-of-type(1) > ul > li:nth-of-type(1) > label {
  line-height: 22px;
}

section > div:nth-of-type(1) > ul > li > span {
  float: left;
}

section > div:nth-of-type(1) > ul > li > input[type=text],
section > div:nth-of-type(1) > ul > li > textarea {
  width: 300px;
  border: 1px solid #dddddd;
}

section > div:nth-of-type(1) > ul > li > input {
  height: 36px;
  line-height: 36px;
}

section > div:nth-of-type(1) > ul > li > input[type=radio] {
  margin-top: 0;
}

section > div:nth-of-type(1) > ul > li:nth-of-type(2) {
  line-height: 16px;
}

section > div:nth-of-type(1) > ul > li:nth-of-type(2) > div {
  float: left;
  overflow: hidden;
  height: 20px;
  margin-top: 6px;
}

section > div:nth-of-type(1) > ul > li:nth-of-type(2) > div > label {
  margin-bottom: 0;
  font-weight: normal;
  margin-left: 4px;
  margin-right: 10px;
}

section > div:nth-of-type(1) > ul > li > textarea {
  min-height: 140px;
  resize: none;
}

section > div:nth-of-type(2) > ul {
  width: 340px;
  height: 204px;
  border: 1px solid #efefef;
  padding: 34px 56px;
  text-align: center;
  margin-left: 40px;
  margin-top: 40px;
}

section > div:nth-of-type(2) > ul > li {
  overflow: hidden;
  margin: 10px 0;
}

section > div:nth-of-type(2) > ul > li > span {
  display: block;
  float: left;
  overflow: hidden;
}

section > div:nth-of-type(2) > ul > li > span:nth-of-type(1) {
  width: 100px;
}

button.random-submit-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 4;
  margin-left: -45px;
  margin-top: -45px;
  margin-bottom: 0;
  background: #ff6900;
  line-height: 90px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
}

.circle-animate {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fdcc9a;
  z-index: 3;
  animation: scal 1.5s;
  animation-iteration-count: infinite;
}

@keyframes scal {
  from {
    transform: scale(1);
    opacity: .8;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}

div.alert {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin-bottom: 0;
  z-index: 4;
}

div.alert > div {
  width: 348px;
  height: 220px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -174px;
  margin-top: -110px;
  z-index: 5;
  background: #fff;
}

div.alert > div > p:nth-of-type(1) {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

div.alert > div > p:nth-of-type(2) {
  margin-top: 16px;
  padding: 0 50px;
}

div.alert > div > p:nth-of-type(3) {
  margin-top: 34px;
  padding: 0 50px;
  text-align: center;
}

div.alert > div > span {
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

div.alert > div > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
