html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
  height: 100%;
  width: 100%;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.head {
  width: 100%;
  height: 7rem;
  background-image: url('../assets/pmhb/head-bg.png');
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .search {
  display: flex;
  width: 6.6rem;
  padding-top: 100px;
}
.head .search input {
  flex: 1;
  height: 47px;
  background: #FFFFFF;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  padding-left: 15px;
}
.head .search input:focus {
  outline: none;
}
.head .search img {
  cursor: pointer;
}
.content {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 90px;
}
.content .link {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #999999;
  margin-top: 25px;
  margin-bottom: 40px;
}
.content .title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 35px;
}
.content .contentShow {
  display: flex;
  justify-content: space-between;
}
.content .contentShow .left {
  flex: 1;
  position: relative;
  width: 765px;
  height: 430px;
}
.content .contentShow .left .cover {
  width: 100%;
  height: 100%;
}
.content .contentShow .left .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.content .contentShow .left div {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FEFEFE;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.content .contentShow .right {
  margin-left: 60px;
}
.content .contentShow .right .downLoad {
  width: 376px;
  height: 60px;
  background: #35A1EB;
  border-radius: 15px;
  color: white;
  margin-bottom: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.content .contentShow .right .downLoad span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 7px;
}
.content .contentShow .right div {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
