.box1 {
  width: 100%;
  background: #fdfdfa;
  display: none;
}
.box1 .back {
  color: #cf3838;
  padding: 2.16666667rem 0 1.41666667rem 0;
  line-height: 1.08333333rem;
}
.box1 .back img {
  width: 1.25rem;
  height: 1.08333333rem;
  padding-left: 1rem;
  padding-right: 0.66666667rem;
}
.box1 .title {
  position: relative;
}
.box1 .title > img {
  width: 86.2%;
  margin-left: 50%;
  transform: translate(-50%);
}
.box1 .title p {
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.box1 .title .short {
  width: 16.66666667rem;
  position: absolute;
  top: 1.66666667rem;
  left: 27.4%;
}
.box1 .title .short p:nth-child(1) {
  font-size: 1.25rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.box1 .title .short p:nth-child(2) {
  font-size: 1.5rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.box1 .maintext {
  padding: 0 0.83333333rem 0 0.83333333rem;
  overflow: auto;
}
.box1 .maintext p {
  color: #333;
  font-size: 1rem;
  padding-bottom: 0.6rem;
}
.box1 .maintext p b {
  color: #e45340;
}
.box1 .maintext p strong {
  color: #e45340;
}
.w {
  overflow: hidden;
}
.box2 {
  width: 100%;
  background: #fdfdfa;
}
.box2 .title {
  position: relative;
  padding-top: 4.58333333rem;
}
.box2 .title > img {
  width: 86.2%;
  margin-left: 50%;
  transform: translate(-50%);
}
.box2 .title p {
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.box2 .title .short {
  /* width: 16.66666667rem; */
  position: absolute;
  top: 6rem;
  left: 27.4%;
}
.box2 .title .short p:nth-child(1) {
  font-size: 1.25rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.box2 .title .short p:nth-child(2) {
  font-size: 1.5rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.box2 .content {
  color: #333;
  padding: 1.66666667rem;
  line-height: 2rem;
}
.box2 .content b {
  color: transparent;
}
.box2 .content strong {
  color: transparent;
}
.box2 .list {
  position: fixed;
  width: 4.08333333rem;
  right: 20%;
  top:30%;
  box-sizing: border-box;
  padding-top: 2rem;
}
.box2 .list img:nth-child(1) {
  width: 100%;
}
.box2 .list img {
  width: 1.66666667rem;
  display: block;
}
.box2 .list img:nth-child(2) {
  position: relative;
  right: -2.41666667rem;
  padding-top: 2.91666667rem;
}
.box2 .list img:nth-child(3) {
  position: relative;
  right: -2.41666667rem;
}
.box2 .footer {
  position: fixed;
  bottom: 1rem;
  max-width: 720px;
  width: 100%;
  padding: 0 1.66666667rem;
  box-sizing: border-box;
}
.box2 .footer div {
  width: 50%;
  height: 2.91666667rem;
  line-height: 2.91666667rem;
  color: #fff;
  background: #df3f3a;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 6;
  font-size: 600;
}
.box2 .footer .dati {
  border-radius: 6px 0 0 6px;
}
.box2 .footer .beiti {
  border-radius: 0 6px 6px 0;
}
.box2 .footer .open {
  background: #f9eaae;
  color: #333;
}
.box3 {
  position: fixed;
  width: 720px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.box3 img {
  display: block;
}
.box3 img:nth-child(1) {
  width: 23.83333333rem;
  margin-top: 8rem;
  margin-left: 50%;
  transform: translate(-50%);
}
.box3 img:nth-child(2) {
  width: 2rem;
  margin: 2rem auto;
}
@media (max-width: 720px) and (min-width: 320px) {
  .box2 .list {
    right: 0.83333333rem;
  }
  .box3 {
    width: 100%;
  }
}
