#notice #noticeList p {
  font-size: 22px;
}

#notice #noticeList ul {
  margin: 0;
  padding: 0;
  line-height: 40px;
  color: #21addb;
}

#notice #noticeList ul li {
  counter-increment: index;
}

#notice #noticeList ul li:before {
  content: counter(index) ".";
  margin-right: 10px;
}

#notice #noticeList ul span {
  color: #333;
}

#notice #point {
  line-height: 40px;
  color: #f45e4d;
}

#signup input,
#signup .select {
  width: 200px;
  height: 26px;
  margin-right: 20px;
}

#signup .row {
  line-height: 40px;
}

#signup .label {
  width: 20%;
  text-align: right;
}

#signup .point {
  font-size: 12px;
  color: #747474;
}

#signup .btnBox {
  margin-top: 20px;
}

#signup .btnBox button+ button {
  margin-left: 20px;
}

#signup #accountPoint {
  font-size: 14px;
  color: #ff0202;
}

#index .step li+ li {
  margin-left: 36px;
}

#index #examInfo .content,
#index #applyInfo .content {
  padding: 0;
}

#index #examInfo .head,
#index #applyInfo .head {
  border-top: 1px slid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

#index #examInfo .infoBox:first-child .head,
#index #applyInfo .infoBox:first-child .head {
  border-top: none;
}

#index #examInfo .btnBox,
#index #applyInfo .btnBox {
  border-top: 1px solid #e4e4e4;
  padding: 16px 0;
}

#index #examInfo {
  width: 620px;
}

#index #examInfo .head {
  padding: 0 10px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bolder;
}

#index #examInfo .body {
  line-height: 34px;
  background-color: #fff;
  font-size: 14px;
}

#index #examInfo .body ul {
  margin: 0;
  padding: 0 10px;
}

#index #examInfo .body ul li {
  display: inline-block;
}

#index #examInfo .body ul .checkbox {
  width: 14px;
  height: 14px;
  font-size: 12px;
}

#index #applyInfo {
  width: 486px;
  font-size: 14px;
}

#index #applyInfo .head {
  padding-left: 30px;
  line-height: 30px;
}

#index #applyInfo .head> span {
  float: left;
  width: 25%;
  text-align: center;
}

#index #applyInfo .head> span+ span {
  border-left: 1px solid #e4e4e4;
}

#index #applyInfo .head> span:nth-of-type(1) {
  width: 50%;
  text-align: left;
}

#index #applyInfo .body {
  padding-left: 30px;
  line-height: 30px;
  background-color: #fff;
}

#index #applyInfo .body .row> span {
  float: left;
}

#index #applyInfo .body .row> span:nth-of-type(1) {
  width: 25%;
}

#index #applyInfo .body .row> span:nth-of-type(2) {
  width: 50%;
}

#index #applyInfo .body .row> span:nth-of-type(2) .label {
  font-weight: bolder;
}

#index #applyInfo .body .row> span:nth-of-type(3) {
  width: 25%;
  text-align: center;
}

#index #applyInfo .body em {
  padding: 2px 4px;
  background-color: #f45e4d;
  color: #fff;
}

#index #applyInfo .point {
  color: #f45e4d;
}

#index #applyInfo .btnBox {
  line-height: 40px;
}

#index #applyInfo .btnBox button {
  width: 180px;
}

#index #applyInfo .btnBox .row> button+ button {
  margin-left: 46px;
}

#basicInfo #infoBox label {
  width: 25%;
  height: 24px;
  overflow: hidden;
  text-align: justify;
}

#basicInfo #infoBox label:after {
  display: inline-block;
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0;
}

#basicInfo #infoBox .info {
  width: 800px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #f45e4d;
  line-height: 24px;
  font-size: 14px;
}

#basicInfo #infoBox .row> span {
  width: 50%;
  padding-left: 20px;
}

#basicInfo #infoBox .img .imgBox {
  position: relative;
  width: 110px;
  height: 152px;
  border: 1px solid #f45e4d;
  background-color: #fff;
  text-align: center;
}

#basicInfo #infoBox .img .imgBox span {
  positon: absolute;
  left: 0;
  top: 0;
  width: 16px;
  line-height: 60px;
  vertical-align: middle;
}

#basicInfo #infoBox .img .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#basicInfo #infoBox .img .uploadBtn {
  position: relative;
  margin-left: 20px;
}

#basicInfo #infoBox .img .uploadBtn a {
  color: #21addb;
}

#basicInfo #infoBox .img .uploadBtn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#basicInfo #infoForm input,
#basicInfo #infoForm .select {
  width: 180px;
  height: 30px;
}

#basicInfo #infoForm label {
  width: 10%;
  text-align: left;
  font-size: 14px;
  margin-left: 30px;
}

#basicInfo #infoForm .point {
  margin-left: 10px;
  font-size: 12px;
  color: #747474;
}

#basicInfo #infoForm .point div {
  line-height: 16px;
}

#basicInfo #infoForm .basicInfo,
#basicInfo #infoForm .contactInfo {
  border-bottom: 4px dotted #e4e4e4;
  line-height: 40px;
}

#basicInfo .btnBox {
  margin-top: 20px;
}

#updateInfo label {
  width: 12%;
  text-align: left;
  font-size: 14px;
  margin-left: 30px;
}

#updateInfo input,
#updateInfo .select {
  width: 180px;
  height: 30px;
}

#updateInfo p {
  line-height: 36px;
  color: #f45e4d;
}

#updateInfo .row {
  line-height: 40px;
}

#updateInfo .point {
  margin-left: 10px;
  font-size: 12px;
  color: #747474;
}

#updateInfo .point div {
  line-height: 16px;
}

#updateInfo .btnBox button+ button {
  margin-left: 20px;
}

#apply_choose .select {
  width: 240px;
  height: 36px;
}

#apply_choose .formList {
  margin: 0;
  padding: 0;
  line-height: 46px;
}

#apply_choose .formBox {
  margin-left: 150px;
}

#apply_choose .addBtn {
  margin-left: 25%;
  padding: 20px 0;
}

#apply_choose .addBtn a {
  color: #21addb;
}

#apply_choose .addBtn a:before {
  margin-right: 4px;
}

#apply_choose .pointBox {
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
  border-color: #747474;
  font-size: 14px;
  color: #f45e4d;
}

#apply_choose .pointBox h3 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #747474;
}

#apply_choose .pointBox ol {
  margin: 10px 0 0;
  padding: 0;
}

#apply_choose .pointBox li {
  counter-increment: index;
}

#apply_choose .pointBox li:before {
  content: counter(index) ". ";
}

#apply_choose .btnBox {
  margin-top: 20px;
}

#apply_confirm,
#apply_success {
  line-height: 30px;
}

#apply_confirm .content,
#apply_success .content {
  padding: 0;
}

#apply_confirm .btnBox,
#apply_success .btnBox {
  padding: 10px;
  background-color: #fff;
}

#apply_confirm .btnBox button+ button,
#apply_success .btnBox button+ button {
  margin-left: 20px;
}

#apply_success .title {
  background-color: #f45e4d;
  border-bottom: 0;
  line-height: 36px;
  color: #fff;
}

#apply_success .point {
  line-height: 36px;
  color: #f45e4d;
}

#applied .point {
  padding: 0 10px;
  margin-bottom: 10px;
  line-height: 36px;
}

#applied .point em {
  color: #f45e4d;
}

#applied .point .btn1 {
  padding: 4px 10px;
}

#pay_choose {
  line-height: 36px;
}

#pay_choose .point {
  padding: 0 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

#pay_choose .totalPrice {
  padding: 0 20px;
  border-bottom: 1px solid #e4e4e4;
}

#pay_choose .totalPrice em {
  display: inline-block;
  width: 90px;
  font-weight: bolder;
  color: #f45e4d;
}

#pay_choose .btnBox {
  padding: 20px 0;
  background-color: #f5f5f5;
}

#pay_confirm .content {
  padding: 0;
  line-height: 36px;
}

#pay_confirm .payWay,
#pay_confirm .totalPrice {
  padding: 0 20px;
}

#pay_confirm .payWay em,
#pay_confirm .totalPrice em {
  font-weight: bolder;
  color: #f45e4d;
}

#pay_confirm .totalPrice {
  background-color: #fff;
}

#pay_confirm .payWay {
  padding: 20px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f5f5f5;
}

#pay_confirm .payWay ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#pay_confirm .payWay li {
  display: inline-block;
}

#pay_confirm .payWay li+ li {
  margin-left: 20px;
}

#pay_confirm .payWay li span {
  margin-left: 10px;
}

#pay_confirm .payWay .radio {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border: 1px solid #747474;
  border-radius: 50%;
  overflow: hidden;
}

#pay_confirm .payWay .radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#pay_confirm .payWay .radio.active {
  border-color: #f45e4d;
}

#pay_confirm .payWay .radio.active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  content: "\e876";
  font-family: "icomoon";
  color: #f45e4d;
}

#pay_confirm .btnBox {
  padding: 20px 0;
  background-color: #fff;
}

#apply .point {
  padding: 4px 10px;
}

#apply .chooseBox {
  margin-top: 10px;
}

#apply .chooseList {
  width: 40%;
}

#apply .title {
  padding: 4px 0;
  background-color: #f45e4d;
  border: none;
  text-align: center;
  color: #fff;
}

#apply .chooseBtn {
  width: 20%;
}

#apply .chooseBtn .btn {
  display: block;
  margin: 20px auto 0;
}

#apply .btnBox {
  margin-top: 20px;
  text-align: center;
}

#apply .btnBox .btn {
  margin: 0 20px;
}

#pay {
  width: 760px;
  height: 472px;
  margin: 124px auto 0;
  overflow: hidden;
  line-height: 24px;
  color: #5a5a5a;
}

#pay .qrcode {
  position: relative;
  float: left;
  width: 334px;
  height: 100%;
  background-image: url(img/phone.png);
  background-position: center center;
  background-size: cover;
}

#pay .qrcode__wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 236px;
  margin-left: -118px;
  margin-bottom: 20px;
  text-align: center;
}

#pay .qrcode__img {
  position: relative;
  height: 236px;
  margin-bottom: 24px;
  border: 4px solid #f85a57;
  box-sizing: border-box;
}

#pay .qrcode__img:before,
#pay .qrcode__img:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #fff;
}

#pay .qrcode__img:before {
  left: 24px;
  top: -4px;
  width: 188px;
  height: 240px;
}

#pay .qrcode__img:after {
  left: -4px;
  top: 24px;
  width: 240px;
  height: 188px;
}

#pay .qrcode__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 186px;
  height: 186px;
  margin-left: -93px;
  margin-top: -93px;
}

#pay .qrcode__text {
  padding: 0 10px;
  font-size: 14px;
}

#pay .pay {
  margin-left: 384px;
  margin-top: 126px;
  text-align: center;
}

#pay .pay__title {
  margin-bottom: 20px;
  font-size: 16px;
}

#pay .pay__content {
  margin: 0;
  font-size: 14px;
}

#pay .pay__time {
  margin: 0 12px;
  font-style: normal;
  color: #f85a57;
}

#pay .pay__order {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
}

#pay .pay__order .label {
  display: inline-block;
  width: 122px;
  text-align: right;
}
