.intro_box {
  text-align: left;
}
.intro_box .intro_title {
  margin-bottom: 0.5em;
}
.intro_box > ul {
  margin: 1em 0;
  list-style: none;
}
.intro_box > ul > li {
  position: relative;
  margin: 0.5em 0;
  padding-left: 15px;
}
.intro_box > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #D1D3D9;
}
.agreement_checkbox_box {
  text-align: left;
}
.agreement_checkbox_box .agreement_checkbox {
  position: absolute;
  left: -999em;
}
.agreement_checkbox_box .agreement_checkbox:checked + .agreement_checkbox_label:before {
  background-position: 0 0;
}
.agreement_checkbox_box .agreement_checkbox_label {
  display: block;
  position: relative;
  padding-left: 20px;
}
.agreement_checkbox_box .agreement_checkbox_label:before {
  position: absolute;
  top: .35em;
  left: 0;
  content: " ";
  width: 13px;
  height: 13px;
  vertical-align: middle;
  display: inline-block;
  background-image: url(/zh_CN/htmledition/_mmrbcommon/images/icon/form/_icon13_checkbox_sprite.2x253035.png);
  background-position: 0 -18px;
  -webkit-background-size: 13px auto;
  background-size: 13px auto;
}
.dn {
  display: none;
}
.dib {
  display: inline-block;
}
.tl {
  text-align: left;
}
.mt1e {
  margin-top: 1em;
}
body {
  padding-bottom: 30px;
  background-color: #EFEFF4;
}
body.page_result {
  background-color: #FFF;
}
ul {
  list-style: none;
}
a.link {
  color: #0d7aff;
}
.weui_cells_title {
  margin-bottom: 5px;
}
.intro_box {
  padding: 20px 15px;
  background-color: #FFF;
  font-size: 18px;
}
.agreement_checkbox_box {
  padding: 0 15px;
}
.weui_cells {
  font-size: 17px;
}
.weui_cells,
.weui_cells_form + .weui_btn_area {
  margin-top: 20px;
}
.weui_cell.desc {
  color: #838386;
}
.fail_list li {
  position: relative;
  padding-left: 15px;
}
.fail_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #D1D3D9;
}
.btn_tips {
  margin-top: 10px;
  color: #838386;
  text-align: center;
}
.weui_cell:before,
.weui_cells:before {
  border-top-color: #D9D9D9;
}
.weui_cells:after {
  border-bottom-color: #D9D9D9;
}
