body,
html {
  background-color: #ffffff;
}
.h-header {
  height: 3.73333333rem;
}
.ft-tip {
  text-align: center;
  padding-bottom: 1.28rem;
}
.ft-tip a {
  font-size: 0.32rem;
  color: #333;
  text-align: center;
  line-height: 0.42666667rem;
  text-decoration: underline;
}
#home {
  padding: 0 0.53333333rem 0.53333333rem 0.53333333rem;
  box-sizing: border-box;
  display: none;
}
#home ul.list li.block {
  margin-top: 0.4rem;
  padding: 0.45333333rem 0.37333333rem;
  box-sizing: border-box;
  width: 100%;
  height: 2.13333333rem;
  background-color: #f8f8f8;
  border-radius: 0.13333333rem;
  position: relative;
}
#home ul.list li.block .h-img {
  width: 1.25333333rem;
  height: 1.25333333rem;
  margin-right: 0.50666667rem;
}
#home ul.list li.block .h-text {
  text-align: left;
}
#home ul.list li.block .h-text .h-title {
  font-size: 0.56rem;
  line-height: 0.66666667rem;
  color: #333333;
  font-weight: bold;
}
#home ul.list li.block .h-text .m-text {
  font-size: 0.34666667rem;
  line-height: 0.61333333rem;
  color: #999999;
}
#home ul.list li.block .h-arrow {
  width: 0.32rem;
  background: url('img/h-arrow.png') no-repeat;
  background-size: 0.17333333rem 0.32rem;
  background-position: center;
}
#home ul.list .block.active::after {
  content: '';
  display: block;
  width: 0.85333333rem;
  height: 0.77333333rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url('img/complete.png') no-repeat;
  background-size: 100% 100%;
}
#question {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: relative;
}
#question .main {
  overflow: auto;
}
#question .list {
  padding-top: 0.72rem;
  background-color: #ffffff;
  border-bottom: 1px #f6f6f6 solid;
}
#question .list .q_title {
  padding: 0 0.48rem;
  font-size: 0.45333333rem;
  line-height: 0.58666667rem;
  color: #000000;
}
#question .list .q_select {
  padding: 0.4rem 0;
  box-sizing: border-box;
}
#question .list .q_select .q_select_item {
  padding: 0.33333333rem 0.48rem;
  box-sizing: border-box;
  font-size: 0.42666667rem;
  color: #666666;
}
#question .list .q_select .q_select_item .order {
  width: 0.64rem;
  height: 0.64rem;
  text-align: center;
  line-height: 0.64rem;
  border: solid 1px #999999;
  border-radius: 50%;
  font-size: 0.4rem;
  margin-right: 0.32rem;
}
#question .list .q_select .q_select_item .ans {
  line-height: 0.66666667rem;
}
#question .list .q_select .q_select_item.active {
  background-color: rgba(255, 139, 3, 0.08);
  color: #ff8b03;
}
#question .list .q_select .q_select_item.active .order {
  border: solid 1px #ff8b03;
  background-color: #ff8b03;
  color: #ffffff;
}
#question .sub {
  padding: 0.42666667rem 0.85333333rem;
}
#question .sub .sub_button {
  height: 1.17333333rem;
  background-color: #ffe6c8;
  border-radius: 0.08rem;
  font-size: 0.45333333rem;
  color: #ffffff;
  line-height: 1.17333333rem;
  text-align: center;
}
#question .sub .sub_button.active {
  background-color: #ff8b03;
}
#question .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#question .mask .block {
  width: 8.08rem;
  height: 5.33333333rem;
  position: absolute;
  left: 50%;
  margin-left: -4.04rem;
  top: 50%;
  margin-top: -2.66666667rem;
  background-color: #ffffff;
  border-radius: 0.10666667rem;
  overflow: hidden;
  text-align: center;
}
#question .mask .block .title {
  padding-top: 0.93333333rem;
  font-size: 0.48rem;
  line-height: 0.48rem;
  color: #333333;
}
#question .mask .block .tip {
  padding-top: 0.64rem;
  font-size: 0.37333333rem;
  line-height: 0.37333333rem;
  color: #333333;
}
#question .mask .block .rate {
  margin-top: 0.34666667rem;
  display: inline-block;
  padding: 0 0.4rem;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  font-size: 0.29333333rem;
  color: #666666;
  border: 1px dotted rgba(102, 102, 102, 0.3);
  border-radius: 0.08rem;
}
#question .mask .block .rate span {
  color: #ff8b03;
}
#question .mask .block .m_button {
  margin-top: 0.74666667rem;
  height: 1.22666667rem;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 1.22666667rem;
  color: #ff8b03;
  font-size: 0.42666667rem;
}
#agreement {
  height: 100%;
  background-color: #f5f5f5;
}
#agreement .a-title {
  text-align: center;
  font-size: 0.53333333rem;
  line-height: 1.33333333rem;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0 0.85333333rem;
}
#agreement .a-list {
  background-color: #ffffff;
  padding: 0 0.85333333rem;
}
#agreement .a-list .a-list-title {
  font-size: 0.45333333rem;
  line-height: 0.48rem;
  color: #ff8b03;
}
#agreement .a-list .a-list-title span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 0.48rem;
  background-color: #ff8b03;
  color: #ffffff;
  margin-right: 0.2rem;
  font-size: 0.32rem;
  vertical-align: top;
}
#agreement .a-list .a-list-content {
  padding-left: 0.64rem;
  box-sizing: border-box;
}
#agreement .a-list .a-list-content p {
  font-size: 0.37333333rem;
  line-height: 0.53333333rem;
  color: #888888;
  padding: 0.4rem 0;
}
#agreement .runner {
  margin-top: 0.26666667rem;
  background-color: #ffffff;
  padding: 0.4rem 0.85333333rem;
}
#agreement .runner .mes {
  height: 0.66666667rem;
  line-height: 0.66666667rem;
  color: #666666;
  font-size: 0.4rem;
}
#agreement .runner .mes span {
  color: #333333;
}
.bottom.hide {
  display: none;
}
.bottom {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  padding: 0 0.64rem;
  margin: 0.32rem 0 0.42666667rem 0;
}
.bottom .bottom-btn.active {
  background-color: #ff8b03;
  color: #ffffff;
}
.bottom .bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background-color: #dddddd;
  color: #ffffff;
  border-radius: 0.10666667rem;
  height: 1.33333333rem;
  font-size: 0.45333333rem;
}
