.content {
  width: 100%;
  margin-top: 1.3rem;
}
.content .switch {
  width: 100%;
}
.content .switch .switch_hz {
  width: 100%;
  height: 5rem;
  overflow: hidden;
  position: relative;
}
.content .switch .switch_hz ul {
  position: absolute;
  left: 0rem;
  width: 500%;
  height: 5rem;
  transition: 0.55s ease;
}
.content .switch .switch_hz ul .switch_li {
  list-style: none;
  float: left;
}
.content .switch .switch_hz ul .switch_li .switch_img {
  width: 10rem;
  height: 5rem;
  vertical-align: middle;
}
.content .switch .switch_button {
  display: flex;
  justify-content: center;
}
.content .switch .switch_button div {
  margin: 0.2rem;
  background-color: #A4A9B0;
  width: 0.8rem;
  height: 0.1rem;
}
.content .switch .switch_button .btn_active {
  background-color: #485260;
}
.content .recommend {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-around;
  font-size: 0.35rem;
  font-weight: bold;
}
.content .recommend div {
  text-align: center;
}
.content .recommend div a {
  color: black;
}
.content .recommend div img {
  width: 70%;
  padding: 0.3rem;
  border-radius: 50%;
}
.content .synopsis {
  margin-top: 0.5rem;
  position: relative;
}
.content .synopsis .synopsis_img img {
  width: 100%;
}
.content .synopsis .synopsis_wenzi {
  position: absolute;
  top: 0.4rem;
  padding: 0.4rem;
  text-align: center;
}
.content .synopsis .synopsis_wenzi .wenzi_title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #3F7EFF;
}
.content .synopsis .synopsis_wenzi .wenzi_yy {
  font-size: 0.4rem;
  color: #D5D5D5;
}
.content .synopsis .synopsis_wenzi .wenzi_nr {
  padding: 0.2rem 0;
  color: #5D5D5D;
  font-size: 0.3rem;
  text-align: left;
  line-height: 2;
}
.content .synopsis .synopsis_wenzi div {
  font-size: 0.3rem;
  font-weight: bold;
  width: 4.5rem;
  margin: 0.2rem auto;
  padding: 0.2rem 0.3rem;
  background-color: #ffffff;
  box-shadow: 0 0 5px #E5E5E5;
}
.content .synopsis .synopsis_wenzi div a {
  color: #3F7EFF;
}
.content .synopsis .synopsis_wenzi div span {
  font-size: 0.3rem;
}
.content .service {
  margin-top: 0.5rem;
  text-align: center;
}
.content .service .title_c {
  font-size: 0.5rem;
  font-weight: bold;
  color: #3F7EFF;
}
.content .service .title_e {
  font-size: 0.4rem;
  color: #D5D5D5;
}
.content .service .service_icon {
  margin-top: 0.2rem;
  font-size: 0.35rem;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.content .service .service_icon .item {
  margin: 0.2rem;
  width: 2.9rem;
  padding: 0.2rem;
  text-align: center;
  display: inline-block;
}
.content .service .service_icon .item img {
  margin-bottom: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
}
.content .service .service_img img {
  width: 90%;
}
.content .service .service_btn {
  font-size: 0.3rem;
  font-weight: bold;
  width: 4.5rem;
  margin: 0.2rem auto;
  padding: 0.2rem 0.3rem;
  background-color: #ffffff;
  box-shadow: 0 0 5px #E5E5E5;
}
.content .service .service_btn a {
  color: #0890F4;
}
.content .service .service_btn span {
  font-size: 0.3rem;
}
.content .download {
  color: #ffffff;
  position: relative;
  background-color: #F9F9F9;
  margin-top: 1rem;
}
.content .download img {
  width: 100%;
  vertical-align: middle;
}
.content .download .download_dw {
  text-align: center;
  position: absolute;
  top: 1rem;
  width: 100%;
}
.content .download .download_dw .download_title .title_c {
  font-size: 0.5rem;
  font-weight: bold;
}
.content .download .download_dw .download_title .title_e {
  font-size: 0.4rem;
  color: #D5D5D5;
  font-weight: 400;
}
.content .download .download_dw .download_icon {
  display: flex;
  margin-top: 0.5rem;
}
.content .download .download_dw .download_icon div {
  width: 50%;
}
.content .download .download_dw .download_icon div p {
  margin: 0 auto;
  padding: 0.2rem 0;
  border-radius: 0.4rem;
  width: 80%;
  font-size: 0.3rem;
  background-color: #ffffff;
}
.content .download .download_dw .download_icon div p span {
  font-size: 0.3rem;
  font-weight: bold;
}
.content .download .download_dw .download_icon div .android {
  color: #1296DB;
}
.content .download .download_dw .download_icon div .iPhone {
  color: #4D6DE4;
}
.content .download .download_dw .goto {
  font-size: 0.3rem;
  font-weight: bold;
  margin: 0.5rem auto;
}
.content .download .download_dw .goto span {
  font-size: 0.3rem;
}
