#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 760px;
}
#content .cont-l h2 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .ad-box {
  margin-bottom: 16px;
}
#content .cont-l .ad-box h4 {
  font-size: 12px;
  font-family: r;
  font-weight: 500;
  color: #999;
  line-height: 14px;
  text-align: left;
  margin-bottom: 6px;
}
#content .cont-l .ad-box .ad-cont {
  width: 100%;
  min-height: 90px;
}
#content .cont-l .section {
  position: relative;
  margin-bottom: 24px;
}
#content .cont-l .section select {
  padding: 0 20px 0 20px;
  width: 100%;
  height: 54px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #4470F5;
  font-size: 14px;
  font-family: r;
  font-weight: 600;
  outline: none;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/down-lan.png") no-repeat scroll right 18px center transparent;
  background-size: 20px;
}
#content .cont-l .section select option {
  color: #000;
}
#content .cont-l .section .down-bai {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
#content .cont-l .choose-title {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #4470F5;
  text-align: center;
  margin-bottom: 16px;
}
#content .cont-l .jd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
#content .cont-l .jd .jd_item {
  width: calc((100% - 32px) / 3);
}
#content .cont-l .jd .jd_item .jd_item_t {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}
#content .cont-l .jd .jd_item .jd_item_t::before {
  content: '1';
  width: 42px;
  height: 42px;
  background: #ECECEC;
  opacity: 1;
  font-family: m;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 42px;
}
#content .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: 18px;
  z-index: -1;
}
#content .cont-l .jd .jd_item .one::before {
  content: '1';
  background: #4285F4;
}
#content .cont-l .jd .jd_item .one::after {
  background: #4285F4;
}
#content .cont-l .jd .jd_item .two::before {
  content: '2';
}
#content .cont-l .jd .jd_item .three::before {
  content: '3';
}
#content .cont-l .jd .jd_item .jd_item_b {
  width: 100%;
  height: 152px;
  background: #FFFFFF;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #ECECEC;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .cont-l .jd .jd_item .jd_item_b img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}
#content .cont-l .jd .jd_item .jd_item_b span {
  font-size: 16px;
  font-family: b;
  font-weight: 500;
  color: #333;
}
#content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
  width: calc(100% + 36px);
}
#content .cont-l .jd_text {
  margin-bottom: 24px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  padding: 20px;
  background: #F8F8F8;
}
#content .cont-l .state {
  margin-bottom: 24px;
}
#content .cont-l .state h3 {
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .state .state_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 16px;
  margin-bottom: 16px;
}
#content .cont-l .state .state_list .state_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 0;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
}
#content .cont-l .state .state_list .state_item img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont-l .state .state_list .state_item .item_r {
  width: calc(100% - 48px);
}
#content .cont-l .state .state_list .state_item .item_r h4 {
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont-l .state .state_list .state_item .item_r span {
  font-family: r;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont-l .state .state_list .state_item:hover {
  background: #EEEEEE;
}
#content .cont-l .state .state_list .state_item:hover h4 {
  color: #4470F5;
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .advice-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
#content .cont-r .advice-title span {
  display: inline-block;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #4470F5;
  transform: translate3d(0, 10px, 0);
}
#content .cont-r .advice-item-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont-r .advice-item-list .advice-item {
  background: #FFFFFF;
  border: 1px solid #ececec;
  cursor: pointer;
}
#content .cont-r .advice-item-list .advice-item .a-i-t {
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont-r .advice-item-list .advice-item .a-i-t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .cont-r .advice-item-list .advice-item .title {
  margin: 10px 0;
  padding: 0 12px;
  font-size: 14px;
  font-family: b;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  #content .cont-r .advice-item-list .advice-item:hover .title {
    color: #4470F5;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .state .state_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .cont-l .jd {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .jd .jd_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont-l .jd .jd_item .jd_item_t {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
  }
  #content .cont-l .jd .jd_item .jd_item_t::after {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  #content .cont-l .jd .jd_item .jd_item_b {
    width: calc(100% - 54px);
    height: 152px;
  }
  #content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: 6px;
    height: 200%;
    top: -100px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .state .state_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont-l .jd {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .jd .jd_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont-l .jd .jd_item .jd_item_t {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
  }
  #content .cont-l .jd .jd_item .jd_item_t::after {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  #content .cont-l .jd .jd_item .jd_item_b {
    width: calc(100% - 54px);
    height: 152px;
  }
  #content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: 6px;
    height: 200%;
    top: -100px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .state .state_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont-l .jd {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .jd .jd_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont-l .jd .jd_item .jd_item_t {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
  }
  #content .cont-l .jd .jd_item .jd_item_t::after {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  #content .cont-l .jd .jd_item .jd_item_b {
    width: calc(100% - 54px);
    height: 152px;
  }
  #content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: 6px;
    height: 200%;
    top: -100px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .state .state_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont-l .jd {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .jd .jd_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont-l .jd .jd_item .jd_item_t {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
  }
  #content .cont-l .jd .jd_item .jd_item_t::after {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  #content .cont-l .jd .jd_item .jd_item_b {
    width: calc(100% - 54px);
    height: 152px;
  }
  #content .cont-l .jd .jd_item:nth-child(2) .jd_item_t::after {
    width: 6px;
    height: 200%;
    top: -100px;
  }
  #content .cont-r {
    width: 100%;
  }
}
