#content {
  width: 1280px;
  margin: 0 auto;
  padding: 24px 60px;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 836px;
}
#content .cont .cont_l h2 {
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
#content .cont .cont_l .ad2 {
  margin-top: 20px;
}
#content .cont .cont_l .ad {
  margin-bottom: 16px;
}
#content .cont .cont_l .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .cont .cont_l .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .cont_l .test .test_title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont .cont_l .test .test_title .q_img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
#content .cont .cont_l .test .test_title h3 {
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #333333;
}
#content .cont .cont_l .test .answer li {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 12px;
  cursor: pointer;
}
#content .cont .cont_l .test .answer li .quan {
  width: 20px;
  height: 20px;
  border: 3px solid #e1dede;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
#content .cont .cont_l .test .answer li span {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_l .test .answer li .ok_img,
#content .cont .cont_l .test .answer li .no_img {
  width: 20px;
  height: 24px;
  margin-right: 8px;
  display: none;
}
#content .cont .cont_l .test .answer li:hover {
  background: #eee;
}
#content .cont .cont_l .test .answer li:hover .quan {
  border-color: #666;
}
#content .cont .cont_l .test .next {
  width: 100%;
  height: 52px;
  background: #0072FC;
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  cursor: pointer;
}
#content .cont .cont_l .test .next span {
  font-size: 16px;
  font-family: m;
  font-weight: bold;
  color: #FFFFFF;
}
#content .cont .cont_l .test .next img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
#content .cont .cont_l .based {
  width: 836px;
  height: 40px;
  background: rgba(86, 18, 220, 0.05);
  border-radius: 4px 4px 4px 4px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#content .cont .cont_l .based span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #5612DC;
  line-height: 24px;
}
#content .cont .cont_l .based .based_on {
  color: #999;
}
#content .cont .cont_l .based img {
  width: 24px;
  height: 24px;
  margin: 0 6px 0 12px;
}
#content .cont .cont_l .top_text {
  margin-bottom: 24px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
}
#content .cont .cont_l .result {
  margin-bottom: 32px;
}
#content .cont .cont_l .result .re_top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#content .cont .cont_l .result .re_top .lan {
  position: absolute;
  width: 253px;
  height: 132px;
  background: #0072FC;
  border-radius: 16px 16px 0px 16px;
  top: 0;
  left: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .cont .cont_l .result .re_top .lan .your {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
#content .cont .cont_l .result .re_top .lan .lan_fen {
  font-size: 40px;
  font-family: m;
  font-weight: bold;
  color: #FFFFFF;
  margin: 4px 0 14px;
}
#content .cont .cont_l .result .re_top .lan .determine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont .cont_l .result .re_top .lan .determine .fail {
  display: flex;
  align-items: center;
  margin-right: 44px;
}
#content .cont .cont_l .result .re_top .lan .determine .fail .dian {
  width: 8px;
  height: 8px;
  background: #EB6698;
  border-radius: 4px 4px 4px 4px;
  margin-right: 8px;
}
#content .cont .cont_l .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 .cont .cont_l .result .re_top .lan .determine .fail .fail_num {
  color: rgba(255, 255, 255, 0.8);
}
#content .cont .cont_l .result .re_top .lan .determine .success {
  display: flex;
  align-items: center;
}
#content .cont .cont_l .result .re_top .lan .determine .success .dian {
  width: 8px;
  height: 8px;
  background: #4CD25D;
  border-radius: 4px 4px 4px 4px;
  margin-right: 8px;
}
#content .cont .cont_l .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 .cont .cont_l .result .re_top .lan .determine .success .fail_num {
  color: rgba(255, 255, 255, 0.8);
}
#content .cont .cont_l .result .re_top img {
  width: 180px;
  height: 168px;
}
#content .cont .cont_l .result .re_btm {
  width: 100%;
  height: 233px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  padding: 24px;
}
#content .cont .cont_l .result .re_btm h3 {
  font-size: 30px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont_l .result .re_btm .progress {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
#content .cont .cont_l .result .re_btm .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 16px;
  background: #4CD25D;
  border-radius: 20px 20px 20px 20px;
}
#content .cont .cont_l .result .re_btm .progress .progress_zi {
  height: 16px;
  background: #eee;
  border-radius: 20px 20px 20px 20px;
}
#content .cont .cont_l .result .re_btm .progress .hong {
  width: 2px;
  height: 16px;
  background: #EB6698;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 193px;
}
#content .cont .cont_l .result .re_btm .fen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .cont .cont_l .result .re_btm .fen .fen_l,
#content .cont .cont_l .result .re_btm .fen .fen_r {
  display: flex;
  flex-direction: column;
}
#content .cont .cont_l .result .re_btm .fen .fen_l span,
#content .cont .cont_l .result .re_btm .fen .fen_r span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_l .result .re_btm .fen .fen_l .jindu,
#content .cont .cont_l .result .re_btm .fen .fen_r .jindu {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
}
#content .cont .cont_l .result .re_btm .fen .fen_r {
  margin-right: 111px;
}
#content .cont .cont_l .result .re_btm .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_l .result .re_btm .btns .btn_l {
  width: 386px;
  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 .cont .cont_l .result .re_btm .btns .btn_r {
  width: 386px;
  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 .cont .cont_l .result .re_btm .btns .btn_r img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  transform: translateY(-1px);
}
#content .cont .cont_l .more_test h3 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont_l .more_test .more_test_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 412px));
  grid-gap: 12px;
}
#content .cont .cont_l .more_test .more_test_list .more_test_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_l .more_test .more_test_list .more_test_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont .cont_l .more_test .more_test_list .more_test_item .ranking {
  width: 40px;
  height: 40px;
  background: rgba(0, 114, 252, 0.05);
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: m;
  font-weight: 600;
  color: #0072FC;
  margin-right: 8px;
}
#content .cont .cont_l .more_test .more_test_list .more_test_item .title {
  width: 296px;
  height: 18px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content .cont .cont_l .more_test .more_test_list .more_test_item img {
  width: 20px;
  height: 20px;
}
#content .cont .cont_l .more_test .more_test_list .more_test_item .arrow_lan {
  display: none;
}
#content .cont .cont_l .more_test .more_test_list .more_test_item:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}
#content .cont .cont_l .more_test .more_test_list .more_test_item:hover .title {
  color: #0072FC;
}
#content .cont .cont_l .more_test .more_test_list .more_test_item:hover .arrow_lan {
  display: block;
}
#content .cont .cont_l .more_test .more_test_list .more_test_item:hover .arrow_hui {
  display: none;
}
#content .cont .cont_r {
  width: 300px;
}
#content .cont .cont_r .key_data {
  width: 300px;
  height: 375px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  padding: 24px 16px;
  margin-bottom: 16px;
}
#content .cont .cont_r .key_data h2 {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
  margin-top: 0;
}
#content .cont .cont_r .key_data .data_list .tr {
  width: 268px;
  height: 64px;
  background: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
#content .cont .cont_r .key_data .data_list .tr span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_r .key_data .data_list .tr .zi_lan {
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #0072FC;
}
#content .cont .cont_r .ad {
  margin-bottom: 16px;
}
#content .cont .cont_r .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .cont .cont_r .ad .ad_cont {
  width: 300px;
  height: 600px;
}
#content .cont .cont_r .two_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
#content .cont .cont_r .two_list a {
  width: 144px;
  height: 64px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont .cont_r .two_list a img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont .cont_r .two_list a span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_r .two_list a:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}
#content .cont .cont_r .two_list a:hover span {
  color: #0072FC;
}
#content .cont .cont_r .cuoti {
  width: 300px;
  height: 64px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
#content .cont .cont_r .cuoti img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont .cont_r .cuoti .title {
  width: 186px;
  height: 18px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_r .cuoti .ct_num {
  width: 26px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #EB6698;
  border-radius: 12px 12px 12px 12px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
}
.dui .quan {
  display: none !important;
}
.dui .ok_img {
  display: block !important;
}
.cuo .quan {
  display: none !important;
}
.cuo .no_img {
  display: block !important;
}
.cuo span {
  color: #EB6698 !important;
}
.kuang {
  border: 2px solid #0072FC !important;
  color: #333 !important;
}
.green {
  color: #fff !important;
  background: #4CD25D !important;
}
.red {
  color: #fff !important;
  background: #EB6698 !important;
}
