@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
a {
  color: white;
  text-decoration: none;
}
a:focus {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: white;
  text-decoration: none;
}
.notScroll {
  overflow: hidden;
}
.download-pmv {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}
.down-model {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.remind-img-div {
  width: 100%;
  margin-left: 0;
  margin-top: 50px;
}
.remind-img-div img {
  width: 100%;
}
@media (min-width: 1024px) {
  .content-header {
    width: 100%;
    height: 1500px;
    color: white;
  }
  .content-header-warp {
    height: 1200px;
    background: url("../images/download-pmv/bg.png") no-repeat center / cover;
    position: relative;
  }
  .header {
    display: flex;
    padding: 50px 100px;
  }
  .header-left {
    display: flex;
  }
  .logo-warp {
    width: 155px;
    height: 36px;
    margin: auto;
  }
  .logo-warp img {
    width: 100%;
    height: 100%;
  }
  .but-warp {
    font-size: 26px;
    font-weight: bold;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }
  .nav-but {
    font-size: 18px;
  }
  .listTitle {
    display: none;
  }
  .listTitle > div {
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid white;
  }
  #threeG {
    display: none;
    cursor: pointer;
  }
  .describe {
    height: 380px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .model-img-warp {
    position: absolute;
    bottom: -264px;
    display: flex;
    width: 100%;
  }
  .model-img-warp p {
    margin: 0 auto;
    padding: 0 10%;
  }
  .model-img-warp p img {
    width: 100%;
  }
  .title-one {
    font-size: 50px;
    margin-bottom: 80px;
  }
  .title-two {
    font-size: 37px;
    margin-bottom: 40px;
  }
  .experience {
    width: 240px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
  }
  .experience div {
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: #6594c2;
  }
  .p1 {
    display: flex;
    justify-content: center;
  }
  .p1 dl {
    width: 340px;
    text-align: center;
    margin: 40px 20px;
  }
  .p1 dl dd {
    margin: 10px;
  }
  .p-title {
    font-size: 20px;
    font-weight: bolder;
  }
  p {
    font-size: 18px;
  }
  .p2 {
    margin-bottom: 10px;
    padding: 0 10%;
  }
  .down-card {
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0 3px 3px #d8e1ea87;
    color: #144169;
  }
  .down-title-warp {
    padding: 0 100px;
  }
  .down-title {
    font-size: 25px;
    text-align: center;
  }
  .down-info {
    font-size: 18px;
    text-indent: 2em;
    margin-bottom: 60px;
  }
  .flow {
    display: flex;
  }
  .step {
    width: 220px;
    height: 120px;
    border: 2px solid #0091fe;
    box-shadow: 0 0 4px #0080ff87;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .action {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 30px 5px;
  }
  .down-btn {
    display: flex;
    justify-content: space-around;
  }
  .down-btn div {
    width: 240px;
    height: 60px;
    background-color: #5f8fbf;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
  }
  .down-btn div img {
    height: 28px;
    margin: 0 20px 0 0;
  }
  .down-btn div span {
    color: white;
    font-size: 16px;
  }
  .content-footer {
    padding: 40px 8%;
  }
  .content-footer .download-top {
    width: 300px;
  }
  .content-footer .download-top-wrap {
    margin-bottom: 70px;
  }
  .footer-title {
    height: 110px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
  }
  .footer {
    height: 100px;
    display: flex;
    padding: 50px 15px;
    position: relative;
  }
  .footer .boundary {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #ccc;
    font-size: 26px;
  }
  .footer p {
    height: 60px;
    line-height: 60px;
  }
  .footer p a {
    color: #000;
    font-size: 20px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
  }
  .footer img {
    margin-right: 40px;
    width: 180px;
    height: 60px;
  }
  #ER {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    border: 1px solid red;
    display: none;
  }
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.mask .dialog {
  border-radius: 5px;
  text-align: center;
  width: 700px;
  height: 400px;
  min-width: 356px;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: auto;
  background-color: white;
}
.mask .dialog .dialog-header {
  height: 30px;
  border-bottom: 1px solid #cccccc;
}
.mask .dialog .dialog-header .close {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 7px;
}
.mask .dialog .dialog-header .close img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1500px) {
  .content-header {
    height: 1300px;
  }
  .content-header-warp {
    height: 1030px;
  }
}
@media (max-width: 1023px) {
  .content-header {
    width: 100%;
    height: 500px;
    color: white;
  }
  .content-header-warp {
    height: 235px;
    background: url("../images/download-pmv/bg.png") no-repeat center / cover;
    position: relative;
  }
  .header {
    display: flex;
    padding: 15px;
  }
  .header-left {
    width: 80px;
  }
  .logo-warp img {
    width: 100%;
  }
  .but-warp {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
  #threeG {
    width: 25px;
  }
  #threeG > div {
    background: white;
    width: 80%;
    height: 3px;
    margin: 5px auto;
  }
  .describe {
    text-align: center;
  }
  .model-img-warp p {
    width: 300px;
    height: 200px;
    margin: 0 auto;
  }
  .model-img-warp p img {
    width: 100%;
    height: 100%;
  }
  .title-one {
    font-size: 18px;
  }
  .experience {
    width: 130px;
    margin: 0px auto 0;
    background-color: white;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
  }
  .experience div {
    width: 100%;
    color: #6594c2;
  }
  .content-header {
    height: 390px;
  }
  .content-header-warp {
    height: 235px;
  }
  .download-pmv {
    background-color: #f5f5f5;
    overflow: auto;
  }
  .nav-but {
    display: none;
  }
  .listTitle {
    position: absolute;
    width: 100px;
    right: 15px;
    top: 50px;
    cursor: pointer;
    background: white;
    border-radius: 5px;
  }
  .listTitle div {
    height: 45px;
    text-align: center;
    line-height: 45px;
  }
  .listTitle span {
    color: black;
  }
  .listTitle div:hover {
    background-color: #e8eef2;
    border-radius: 5px;
  }
  .p1 {
    display: block;
    color: #144169ba;
  }
  .p1 dl {
    height: 200px;
    margin-bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p1 dt {
    margin: 0 auto;
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
  }
  .p1 dt img {
    width: 100%;
  }
  .p1 dd {
    text-align: center;
    padding: 0 15px;
  }
  .p1 .p-title {
    font-size: 18px;
    font-weight: bolder;
  }
  .p2 {
    display: block;
    background-color: white;
    margin: 0;
    padding-bottom: 2px;
  }
  .p2 p img {
    width: 145px;
  }
  .p2 .down-card {
    height: auto;
    border: 1px solid white;
    box-shadow: 0 3px 3px #d8e1ea87;
    margin: 0 15px;
    color: #144169ba;
  }
  .p2 .down-title-warp {
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p2 .down-title {
    font-size: 18px;
    font-weight: bolder;
  }
  .p2 .down-info {
    text-indent: 2em;
    margin: 0;
  }
  .p2 .step {
    width: 160px;
    height: 80px;
    border: 2px solid #0091fe;
    box-shadow: 0 0 4px #0080ff87;
    border-radius: 5px;
    font-size: 18px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .p2 .action {
    width: 160px;
    margin: 10px auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .content-footer {
    background-color: white;
    padding: 15px;
  }
  .content-footer .down-btn {
    flex-direction: column;
  }
  .content-footer .down-btn div {
    background-color: #5f8fbf;
    width: 100%;
    margin-top: 15px;
    height: 44px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .content-footer .down-btn img {
    height: 15px;
    margin: 0 15px 0 0;
  }
  .content-footer .download-top {
    width: 150px;
  }
  .content-footer .download-top-wrap {
    margin-bottom: 40px;
  }
  .footer-title {
    height: 70px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 30px;
    text-align: center;
  }
  .footer {
    margin: 30px auto 0;
    width: 180px;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer p {
    height: 32px;
    line-height: 32px;
    margin: 0;
  }
  .footer p a {
    color: #000;
    font-size: 14px;
  }
  .footer .boundary {
    display: none;
  }
  .mask .dialog {
    width: 350px;
  }
}
