#content {
  width: 100%;
  padding: 0px 16px 24px;
  box-sizing: border-box;
}
#content h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
#content .ad {
  margin-bottom: 16px;
}
#content .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .btm-box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
#content .btm-box .test-list,
#content .btm-box .restart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .btm-box .test-list img,
#content .btm-box .restart img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
#content .btm-box .test-list span,
#content .btm-box .restart span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
#content .btm-box .btm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .btm-box .btm-item .top-num {
  margin-bottom: 8px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
#content .btm-box .btm-item span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
#content .btm-box .aside-count {
  position: relative;
}
#content .btm-box .aside-count .current-rate {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
#content .btm-box .aside-count .current-rate .current-num-false,
#content .btm-box .aside-count .current-rate .current-num-true {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
#content .btm-box .aside-count .rate-false {
  margin-bottom: 8px;
}
#content .btm-box .aside-count .rate-false::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background-color: #e95650;
  left: -13px;
  top: 5px;
}
#content .btm-box .aside-count .rate-true::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background-color: #38c296;
  left: -13px;
  top: 28px;
}
#content .result {
  margin-bottom: 32px;
}
#content .result .re_top {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
#content .result .re_top .lan {
  position: absolute;
  width: 160px;
  height: 132px;
  background: #0072FC;
  border-radius: 16px 16px 0px 16px;
  top: 0;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
#content .result .re_top .lan .your {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
#content .result .re_top .lan .lan_fen {
  font-size: 40px;
  font-family: m;
  font-weight: bold;
  color: #FFFFFF;
  margin: 4px 0 8px;
}
#content .result .re_top .lan .determine {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
#content .result .re_top .lan .determine .fail {
  display: flex;
  align-items: center;
}
#content .result .re_top .lan .determine .fail .dian {
  width: 8px;
  height: 8px;
  background: #EB6698;
  border-radius: 4px 4px 4px 4px;
  margin-right: 8px;
}
#content .result .re_top .lan .determine .fail span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}
#content .result .re_top .lan .determine .fail .fail_num {
  color: rgba(255, 255, 255, 0.8);
}
#content .result .re_top .lan .determine .success {
  display: flex;
  align-items: center;
}
#content .result .re_top .lan .determine .success .dian {
  width: 8px;
  height: 8px;
  background: #4CD25D;
  border-radius: 4px 4px 4px 4px;
  margin-right: 8px;
}
#content .result .re_top .lan .determine .success span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}
#content .result .re_top .lan .determine .success .fail_num {
  color: rgba(255, 255, 255, 0.8);
}
#content .result .re_top img {
  width: 180px;
  height: 168px;
}
#content .result .re_btm {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  padding: 24px;
}
#content .result .re_btm h3 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .result .re_btm .progress {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
#content .result .re_btm .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 16px;
  background: #4CD25D;
  border-radius: 20px 20px 20px 20px;
}
#content .result .re_btm .progress .progress_zi {
  height: 16px;
  background: #eee;
  border-radius: 20px 20px 20px 20px;
}
#content .result .re_btm .progress .hong {
  width: 2px;
  height: 16px;
  background: #EB6698;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 53px;
}
#content .result .re_btm .fen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .result .re_btm .fen .fen_l,
#content .result .re_btm .fen .fen_r {
  display: flex;
  flex-direction: column;
}
#content .result .re_btm .fen .fen_l span,
#content .result .re_btm .fen .fen_r span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .result .re_btm .fen .fen_l .jindu,
#content .result .re_btm .fen .fen_r .jindu {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
}
#content .result .re_btm .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .result .re_btm .btns .btn_l {
  width: calc((100% - 12px) / 2);
  height: 52px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #0072FC;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #0072FC;
  line-height: 52px;
  text-align: center;
}
#content .result .re_btm .btns .btn_r {
  width: calc((100% - 12px) / 2);
  height: 52px;
  background: #0072FC;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 52px;
  text-align: center;
}
#content .result .re_btm .btns .btn_r img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  transform: translateY(-1px);
}
