html,
body {
  background: #fefdf4 url("../erqiimages/commerce-notice-back-1200.png") 0 0 / cover no-repeat;
  background-size: 100% 100%;
}
.main aside nav .firstLi a {
  display: inline-block;
  width: 247px;
  height: 56px;
  background: #9af8d9;
  font-size: 16px;
  color: #0b6f5c;
  border-radius: 10px;
  margin: 27px 0 0 22px;
  line-height: 56px;
}
.main aside nav .firstLi img {
  width: 12px;
  height: 22px;
  margin: 17px 16px 0 23px;
}
.prompt > nav {
  border-bottom: 1px solid #e5e5e5;
}
.prompt > nav li:last-child {
  margin-bottom: 10px;
}
.prompt h2 {
  font-size: 34px;
  font-weight: bold;
}
.should {
  width: 688px;
  height: 375px;
  color: #666;
  border: 1px solid #1a8b66;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px 17px 0;
}
.should h6 {
  font-size: 14px;
  font-weight: bold;
}
.should span {
  font-size: 14px;
  line-height: 30px;
  list-style: 4px;
}
.should li {
  font-size: 14px;
  line-height: 30px;
}
.should #know {
  margin-left: 502px;
  font-size: 14px;
  color: #1a8b66;
  cursor: pointer;
  padding-left: 30px;
  background: url("../erqiimages/checkbox-radio-squa-green.png") left bottom no-repeat;
  margin-top: -20px;
  float: right;
}
.should input {
  display: none;
  width: 19px;
  height: 20px;
}
.should #know.checked {
  background-position: left top;
}
.prompt .must {
  display: block;
  color: #e95c26;
  margin: 17px 0 10px;
  font-size: 14px;
}
.prompt .must em {
  position: relative;
  top: 2px;
  margin-right: 14px;
  font-style: normal;
}
.prompt .yes-no {
  box-sizing: border-box;
  padding: 0px 0 0 148px;
  width: 688px;
  height: 91px;
  background: #fff6f3;
  color: #666;
  border-radius: 15px;
  margin-bottom: 30px;
  margin-top: 10px;

}
.prompt .yes-no span {
  margin-right: 25px;
}
.prompt .yes-no label {
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 30px;
  margin-right: 100px;
  background: url("../erqiimages/checkbox-radio-squa-gray.png") left bottom no-repeat;
}
.prompt .yes-no input[type='radio'] {
  display: none;
  width: 19px;
  height: 20px;
}
.prompt .yes-no label.checked {
  background-position: left top;
}
.prompt .yes-no input[type='submit'] {
  width: 120px;
  height: 40px;
  background: #E95C26;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin: 24px 0 0 136px;
}
