#content {
  background: #F5F5F5;
}
#content .cont {
  width: 1280px;
  height: 100%;
  padding: 40px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 0;
}
#content .cont .cont-l {
  background: #fff;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  position: relative;
}
#content .cont .cont-l h3 {
  position: absolute;
  top: 27px;
  left: 24px;
  margin-bottom: 14px;
  font-family: m;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  border-left: 6px solid #007DF2;
  padding-left: 8px;
  box-sizing: border-box;
}
#content .cont .cont-l img {
  width: 480px;
  height: 650px;
}
#content .cont .cont-r {
  width: 720px;
  background: #fff;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  padding: 24px 32px 0px;
}
#content .cont .cont-r .jd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #f5f5f5;
}
#content .cont .cont-r .jd .jd-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
#content .cont .cont-r .jd .jd-item .num {
  width: 40px;
  height: 40px;
  background: #F9F9FB;
  border-radius: 4px 4px 4px 4px;
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 40px;
  margin-right: 12px;
}
#content .cont .cont-r .jd .jd-item span {
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
}
#content .cont .cont-r .jd .jd-item:last-child {
  margin-right: 0;
}
#content .cont .cont-r .jd .huang .num {
  background: #007DF2;
  color: #fff;
}
#content .cont .cont-r .jd .huang span {
  color: #111;
}
#content .cont .cont-r .go-box {
  background: #FFFFFF;
  height: 528px;
  position: relative;
}
#content .cont .cont-r .go-box h4 {
  font-family: m;
  font-weight: bold;
  font-size: 28px;
  color: #111111;
  margin-bottom: 24px;
}
#content .cont .cont-r .go-box .choose-div {
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #007DF2;
  padding: 0 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}
#content .cont .cont-r .go-box .choose-div .choose-state {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: m;
  font-weight: 600;
  color: #999;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/down-hei.png) right center no-repeat;
  background-size: 20px 20px;
}
#content .cont .cont-r .go-box .choose-div .choose-list {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 3;
}
#content .cont .cont-r .go-box .choose-div .choose-list ul {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 320px;
  overflow-y: scroll;
}
#content .cont .cont-r .go-box .choose-div .choose-list ul .ul-close {
  width: 24px;
  height: 24px;
  float: right;
}
#content .cont .cont-r .go-box .choose-div .choose-list ul li {
  padding: 6px 0;
  font-family: m;
  font-size: 18px;
}
#content .cont .cont-r .go-box .choose-div .choose-list ul li:hover {
  cursor: pointer;
}
#content .cont .cont-r .go-box .choose-div .active {
  display: block;
}
#content .cont .cont-r .go-box .our span {
  display: block;
  font-family: m;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  margin-bottom: 16px;
}
#content .cont .cont-r .go-box .our .tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
#content .cont .cont-r .go-box .our .tag-list .tag-item {
  cursor: pointer;
  font-family: m;
  font-size: 14px;
  color: #666;
  padding: 8px 12px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E5E5E5;
  margin: 0 12px 12px 0;
}
#content .cont .cont-r .go-box .anywhere-input {
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #EEEEEE;
  font-family: m;
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  padding: 0 12px;
  box-sizing: border-box;
  display: none;
  margin-bottom: 20px;
}
#content .cont .cont-r .go-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 46px;
  background: #C6C6C6;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E5E5E5;
  position: absolute;
  bottom: 24px;
  right: 24px;
  cursor: pointer;
}
#content .cont .cont-r .go-box button span {
  font-family: m;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  letter-spacing: 2px;
}
#content .cont .cont-r .go-box button img {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
#content .cont .cont-r .go-box button .r-hei {
  display: none;
}
.cai {
  background: #007DF2 !important;
  color: #fff !important;
}
.hei {
  background: #007DF2 !important;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont .cont-l {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 200px;
  }
  #content .cont .cont-l img {
    width: 100%;
    height: 100%;
  }
  #content .cont .cont-r {
    width: 100%;
    padding: 16px;
    border-radius: 0 0 16px 16px;
  }
  #content .cont .cont-r h3 {
    margin-bottom: 26px;
    font-size: 24px;
  }
  #content .cont .cont-r .jd {
    margin-bottom: 14px;
    justify-content: space-evenly;
  }
  #content .cont .cont-r .jd .jd-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #content .cont .cont-r .jd .jd-item .num {
    margin: 0 0 8px 0;
  }
  #content .cont .cont-r .go-box {
    background: #FFFFFF;
    padding: 0px;
    height: auto;
    position: relative;
  }
  #content .cont .cont-r .go-box h4 {
    font-family: m;
    font-weight: bold;
    font-size: 28px;
    color: #111111;
    margin-bottom: 24px;
  }
  #content .cont .cont-r .go-box .choose-div .choose-list {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
  }
  #content .cont .cont-r .go-box .choose-div .choose-list ul {
    width: calc(100% - 32px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 520px;
  }
  #content .cont .cont-r .go-box .our {
    margin-bottom: 8px;
  }
  #content .cont .cont-r .go-box button {
    width: 100%;
    position: initial;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont .cont-l {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 200px;
  }
  #content .cont .cont-l img {
    width: 100%;
    height: 100%;
  }
  #content .cont .cont-r {
    width: 100%;
    padding: 16px;
    border-radius: 0 0 16px 16px;
  }
  #content .cont .cont-r h3 {
    margin-bottom: 26px;
    font-size: 24px;
  }
  #content .cont .cont-r .jd {
    margin-bottom: 14px;
    justify-content: space-evenly;
  }
  #content .cont .cont-r .jd .jd-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #content .cont .cont-r .jd .jd-item .num {
    margin: 0 0 8px 0;
  }
  #content .cont .cont-r .go-box {
    background: #FFFFFF;
    padding: 0px;
    height: auto;
    position: relative;
  }
  #content .cont .cont-r .go-box h4 {
    font-family: m;
    font-weight: bold;
    font-size: 28px;
    color: #111111;
    margin-bottom: 24px;
  }
  #content .cont .cont-r .go-box .choose-div .choose-list {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
  }
  #content .cont .cont-r .go-box .choose-div .choose-list ul {
    width: calc(100% - 32px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 520px;
  }
  #content .cont .cont-r .go-box .our {
    margin-bottom: 8px;
  }
  #content .cont .cont-r .go-box button {
    width: 100%;
    position: initial;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont .cont-l {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 200px;
  }
  #content .cont .cont-l img {
    width: 100%;
    height: 100%;
  }
  #content .cont .cont-r {
    width: 100%;
    padding: 16px;
    border-radius: 0 0 16px 16px;
  }
  #content .cont .cont-r h3 {
    margin-bottom: 26px;
    font-size: 24px;
  }
  #content .cont .cont-r .jd {
    margin-bottom: 14px;
    justify-content: space-evenly;
  }
  #content .cont .cont-r .jd .jd-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #content .cont .cont-r .jd .jd-item .num {
    margin: 0 0 8px 0;
  }
  #content .cont .cont-r .go-box {
    background: #FFFFFF;
    padding: 0px;
    height: auto;
    position: relative;
  }
  #content .cont .cont-r .go-box h4 {
    font-family: m;
    font-weight: bold;
    font-size: 28px;
    color: #111111;
    margin-bottom: 24px;
  }
  #content .cont .cont-r .go-box .choose-div .choose-list {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
  }
  #content .cont .cont-r .go-box .choose-div .choose-list ul {
    width: calc(100% - 32px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 520px;
  }
  #content .cont .cont-r .go-box .our {
    margin-bottom: 8px;
  }
  #content .cont .cont-r .go-box button {
    width: 100%;
    position: initial;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont .cont-l {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 200px;
  }
  #content .cont .cont-l img {
    width: 100%;
    height: 100%;
  }
  #content .cont .cont-r {
    width: 100%;
    padding: 16px;
    border-radius: 0 0 16px 16px;
  }
  #content .cont .cont-r h3 {
    margin-bottom: 26px;
    font-size: 24px;
  }
  #content .cont .cont-r .jd {
    margin-bottom: 14px;
    justify-content: space-evenly;
  }
  #content .cont .cont-r .jd .jd-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #content .cont .cont-r .jd .jd-item .num {
    margin: 0 0 8px 0;
  }
  #content .cont .cont-r .go-box {
    background: #FFFFFF;
    padding: 0px;
    height: auto;
    position: relative;
  }
  #content .cont .cont-r .go-box h4 {
    font-family: m;
    font-weight: bold;
    font-size: 28px;
    color: #111111;
    margin-bottom: 24px;
  }
  #content .cont .cont-r .go-box .choose-div .choose-list {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
  }
  #content .cont .cont-r .go-box .choose-div .choose-list ul {
    width: calc(100% - 32px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 520px;
  }
  #content .cont .cont-r .go-box .our {
    margin-bottom: 8px;
  }
  #content .cont .cont-r .go-box button {
    width: 100%;
    position: initial;
  }
}
