#content .cont_btm {
  width: 1280px;
  padding: 24px 60px 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#content .cont_btm .cont_l {
  width: 806px;
}
#content .cont_btm .cont_l .apply {
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
  color: #333333;
}
#content .cont_btm .cont_l .ad_box {
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .ad_box .ad_title {
  text-align: center;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_btm .cont_l .ad_box .ad_cont {
  min-height: 90px;
}
#content .cont_btm .cont_l .section {
  position: relative;
  margin-bottom: 52px;
}
#content .cont_btm .cont_l .section select {
  padding: 0 20px 0 20px;
  width: 100%;
  height: 54px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  border: 2px solid #1C73E8;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  outline: none;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/down_hei.png") no-repeat scroll right 18px center transparent;
  background-size: 20px;
}
#content .cont_btm .cont_l .section select option {
  color: #000;
}
#content .cont_btm .cont_l .section .down-bai {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
#content .cont_btm .cont_l .you_state {
  font-family: b;
  font-weight: 600;
  font-size: 20px;
  color: #1C73E8;
  text-align: center;
  margin-bottom: 12px;
}
#content .cont_btm .cont_l .jd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
#content .cont_btm .cont_l .jd .jd_item {
  width: calc((100% - 32px) / 3);
}
#content .cont_btm .cont_l .jd .jd_item .jd_item_t {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .jd .jd_item .jd_item_t .pm {
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #333;
  line-height: 19px;
  position: absolute;
  top: -28px;
}
#content .cont_btm .cont_l .jd .jd_item .jd_item_t::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border: 4px solid #ECECEC;
  border-radius: 50%;
  display: block;
}
#content .cont_btm .cont_l .jd .jd_item .jd_item_t::after {
  content: '';
  width: 100%;
  height: 6px;
  background: #ECECEC;
  border-radius: 21px 21px 21px 21px;
  opacity: 1;
  position: absolute;
  top: 7px;
  z-index: -1;
}
#content .cont_btm .cont_l .jd .jd_item .jd_item_b {
  width: 100%;
  height: 152px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #ECECEC;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .cont_btm .cont_l .jd .jd_item .jd_item_b img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}
#content .cont_btm .cont_l .jd .jd_item .jd_item_b span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont_btm .cont_l .jd .jd_item:nth-child(1) .jd_item_t .pm {
  color: #1C73E8;
}
#content .cont_btm .cont_l .jd .jd_item:nth-child(1) .jd_item_t::before {
  border-color: #1C73E8;
}
#content .cont_btm .cont_l .jd .jd_item:nth-child(1) .jd_item_t::after {
  background: #1C73E8;
}
#content .cont_btm .cont_l .jd .jd_item:nth-child(2) .jd_item_t::after {
  width: calc(100% + 36px);
}
#content .cont_btm .cont_l .jd_text {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 24px;
}
#content .cont_btm .cont_l .state_box h3 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .state_box .state_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont_btm .cont_l .state_box .state_list .state_item {
  border-radius: 8px;
  border: 1px solid #ECECEC;
  background: #FFF;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont_btm .cont_l .state_box .state_list .state_item .state_item_center {
  width: calc(100% - 72px);
}
#content .cont_btm .cont_l .state_box .state_list .state_item .state_item_center span {
  display: block;
}
#content .cont_btm .cont_l .state_box .state_list .state_item .state_item_center .span1 {
  color: #333;
  font-family: m;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
#content .cont_btm .cont_l .state_box .state_list .state_item .state_item_center .span2 {
  color: #999;
  font-family: m;
  font-size: 14px;
}
#content .cont_btm .cont_l .state_box .state_list .state_item .dw {
  width: 40px;
  height: 40px;
}
#content .cont_btm .cont_l .state_box .state_list .state_item .arr_r {
  width: 16px;
  height: 16px;
}
#content .cont_btm .cont_l .state_box .state_list .state_item:hover {
  border: 1px solid #1C73E8;
}
#content .cont_btm .cont_l .state_box .state_list .state_item:hover .state_item_center .span1 {
  color: #1C73E8;
}
#content .cont_btm .cont_r {
  width: 336px;
}
#content .cont_btm .cont_r .free h3 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_btm .cont_r .free .free_list {
  display: flex;
  flex-direction: column;
}
#content .cont_btm .cont_r .free .free_list .free_item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ECECEC;
  margin-bottom: 16px;
}
#content .cont_btm .cont_r .free .free_list .free_item img {
  width: 100%;
  height: 189px;
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
}
#content .cont_btm .cont_r .free .free_list .free_item .item_btm {
  padding: 12px 16px;
}
#content .cont_btm .cont_r .free .free_list .free_item .item_btm h4 {
  width: 100%;
  height: 40px;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  overflow: hidden;
}
#content .cont_btm .cont_r .free .free_list .free_item:hover h4 {
  color: #1C73E8;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont_btm {
    width: 100%;
    padding: 0 12px 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_l .state_box .state_list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  #content .cont_btm .cont_l .jd .jd_item {
    width: calc((100% - 32px) / 3);
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_b img {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_b span {
    padding: 0 4px;
    text-align: center;
    font-size: 14px;
  }
  #content .cont_btm .cont_l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: calc(100% + 36px);
  }
  #content .cont_btm .cont_l .jd_text {
    font-family: m;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
  #content .cont_btm .cont_r .free .free_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #content .cont_btm .cont_r .free .free_list .free_item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont_btm {
    width: 100%;
    padding: 0 12px 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_l .state_box .state_list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  #content .cont_btm .cont_l .jd .jd_item {
    width: calc((100% - 32px) / 3);
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_b img {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_b span {
    padding: 0 4px;
    text-align: center;
    font-size: 14px;
  }
  #content .cont_btm .cont_l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: calc(100% + 36px);
  }
  #content .cont_btm .cont_l .jd_text {
    font-family: m;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
  #content .cont_btm .cont_r .free .free_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #content .cont_btm .cont_r .free .free_list .free_item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont_btm {
    width: 100%;
    padding: 0 12px 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_l .state_box .state_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_btm .cont_l .jd .jd_item {
    width: calc((100% - 32px) / 3);
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_b img {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_b span {
    padding: 0 4px;
    text-align: center;
    font-size: 14px;
  }
  #content .cont_btm .cont_l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: calc(100% + 36px);
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
  #content .cont_btm .cont_r .free h3 {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont_btm {
    width: 100%;
    padding: 0 12px 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_l .state_box .state_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont_btm .cont_l .jd {
    flex-direction: column;
  }
  #content .cont_btm .cont_l .jd .jd_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_t {
    align-items: center;
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_t .pm {
    display: none;
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_b {
    width: calc(100% - 50px);
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_b img {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }
  #content .cont_btm .cont_l .jd .jd_item .jd_item_b span {
    padding: 0 4px;
    text-align: center;
    font-size: 14px;
  }
  #content .cont_btm .cont_l .jd .jd_item:nth-child(1) .jd_item_t::after {
    width: 6px;
    height: 100%;
    top: 60%;
  }
  #content .cont_btm .cont_l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: 6px;
    height: 115%;
    top: 50%;
  }
  #content .cont_btm .cont_l .jd .jd_item:nth-child(3) .jd_item_t::after {
    display: none;
  }
  #content .cont_btm .cont_l .jd .jd_item:nth-child(1) .jd_item_t::before {
    content: '1';
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    background: #E9E9E9;
    font-family: m;
    font-size: 16px;
    background: #1C73E8;
    font-weight: 600;
  }
  #content .cont_btm .cont_l .jd .jd_item:nth-child(2) .jd_item_t::before {
    content: '2';
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    background: #E9E9E9;
    font-family: m;
    font-size: 16px;
    font-weight: 600;
  }
  #content .cont_btm .cont_l .jd .jd_item:nth-child(3) .jd_item_t::before {
    content: '3';
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    background: #E9E9E9;
    font-family: m;
    font-size: 16px;
    font-weight: 600;
  }
  #content .cont_btm .cont_l .jd .jd_item:last-child {
    margin-bottom: 0;
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
  #content .cont_btm .cont_r .free h3 {
    display: none;
  }
}
