.fc {
  position: fixed;
  top: 50px;
  left: 30px;
  z-index: 20;
}

.box {
  width: 100%;
  height: 4268px;
  padding-top: 170px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
}

.txt {
  width: 595px;
  height: 294px;
  margin: 0 auto;
  background-image: url(../images/txt.png);
  background-repeat: no-repeat;
}

.box01 {
  width: 917px;
  height: 376px;
  margin: 330px auto 0 auto;
  background-image: url(../images/icon01.png);
  background-repeat: no-repeat;
}

.box01 p {
  width: 620px;
  padding-top: 145px;
  padding-left: 165px;
  line-height: 36px;
  font-size: 20px;
}

.box02 {
  width: 954px;
  height: 321px;
  margin: 40px auto 0 auto;
  background-image: url(../images/icon02.png);
  background-repeat: no-repeat;
}

.box02 .content {
  padding-top: 70px;
  padding-left: 456px;
}

.box02 .title {
  margin-left: 30px;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: bold;
}

.box02 .tips {
  line-height: 42px;
  color: #fff;
}

.box03 {
  width: 1266px;
  height: 444px;
  margin: 30px auto 0 auto;
  background-image: url(../images/icon03.png);
  background-repeat: no-repeat;
}

.box03 .content {
  padding-top: 106px;
  padding-left: 577px;
}

.box03 span {
  color: #fe1f00;
}

.box03 .title {
  margin-left: 50px;
  margin-bottom: 20px;
  font-size: 32px;
}

.box03 .tips {
  width: 360px;
  line-height: 40px;
}

.box04 {
  width: 1136px;
  height: 486px;
  margin: 10px auto 0 auto;
  background-image: url(../images/icon04.png);
  background-repeat: no-repeat;
}

.box04 .content {
  padding-top: 72px;
  padding-left: 425px;
}

.box04 .title {
  margin-bottom: 30px;
  margin-left: 30px;
  font-size: 28px;
  color: #fff;
}

.box04 .tips {
  width: 640px;
  line-height: 32px;
}

.box04 .tips span {
  display: block;
  margin-bottom: 20px;
}

.box05 {
  width: 968px;
  height: 442px;
  margin: 120px auto 0 auto;
  background-image: url(../images/icon05.png);
  background-repeat: no-repeat;
}

.box05 .title {
  margin-left: 40px;
  margin-bottom: 30px;
  font-size: 32px;
}

.box05 .content {
  padding-top: 90px;
  padding-left: 140px;
}

.box05 .tips {
  width: 440px;
  line-height: 32px;
}

.box05 .tips span {
  display: inline-block;
  margin-top: 20px;
}

.box06 {
  width: 1034px;
  height: 390px;
  margin: 80px auto 0 auto;
  background-image: url(../images/icon06.png);
  background-repeat: no-repeat;
}

.box06 .title {
  margin-left: 15px;
  margin-bottom: 30px;
  font-size: 32px;
}

.box06 .content {
  padding-top: 90px;
  padding-left: 400px;
}

.box06 .tips {
  width: 280px;
  line-height: 40px;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 20;
}

.fixed.active {
  display: block;
}

.fixed_title {
  width: 464px;
  height: 79px;
  margin: -45px auto 20px auto;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
}

.grass {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 381px;
  height: 73px;
  background-image: url(../images/grass.png);
  background-repeat: no-repeat;
}

.grass01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 343px;
  height: 60px;
  background-image: url(../images/grass_r.png);
  background-repeat: no-repeat;
}

.form {
  position: relative;
  z-index: 2;
}

.list-div {
  float: left;
  line-height: 40px;
}

.input, .select {
  float: left;
  width: 126px;
  height: 40px;
  border: 1px solid #666;
  padding-left: 10px;
  margin-left: 6px;
  margin-right: 20px;
  font-size: 16px;
  outline: none;
  background-color: #fff;
}

.select {
  height: 42px;
}

.fs {
  float: left;
  width: 130px;
  height: 42px;
  background-color: #dfdfdf;
  font-size: 20px;
  cursor: pointer;
  transition: opacity .5s ease;
}

.yuyueBtn {
  float: left;
  width: 146px;
  height: 40px;
  margin-left: 40px;
  border-radius: 40px;
  background-color: #fe4d62;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 20px #fe4d62;
  transition: box-shadow .5s ease;
}

.fs:hover {
  opacity: .95;
}

.yuyueBtn:hover {
  box-shadow: 0 4px 30px #fe4d62;
}

.close {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
  transition: transform .5s ease;
}

.close:hover {
  transform: rotate(180deg);
}

.box_wrap {
  height: 4324px;
  overflow: hidden;
}

.box_wrap.active {
  height: 4204px;
}

.footer.active {
  margin-top: 583px;
}

@media only all and (max-width:1800px) {
  .grass {
    left: -200px;
  }

  .grass01 {
    right: -200px;
  }
}

@media only all and (max-width:1080px) {
  .box_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .box {
    width: 100%;
    height: 78.375rem;
    padding-top: 11.625rem;
    margin-bottom: 16rem;
    background-image: url(../images/m_banner.png);
    background-size: 100%;
  }

  .box.active {
    margin-bottom: 2.5rem;
  }

  .txt {
    display: none;
  }

  .box01 {
    width: 18rem;
    height: 9rem;
    margin: 0 auto;
    background-image: url(../images/m01.png);
    background-size: 100%;
  }

  .box01 p {
    width: 16rem;
    padding-top: 2.7rem;
    padding-left: .5rem;
    line-height: .9rem;
    font-size: .6rem;
  }

  .box02 {
    width: 18.5rem;
    height: 7rem;
    margin: 1rem auto 0 auto;
    background-size: 100%;
  }

  .box02 .content {
    padding-top: 1rem;
    padding-left: 7rem;
  }

  .box02 .title {
    margin-top: .2rem;
    margin-left: 2rem;
    margin-bottom: .5rem;
    font-size: .7rem;
  }

  .box02 .tips {
    width: 12rem;
    line-height: .8rem;
    font-size: .5rem;
  }

  .box03 {
    width: 17.25rem;
    height: 9.15rem;
    margin-top: 1.5rem;
    background-image: url(../images/m03.png);
    background-size: 100%;
  }

  .box03 .content {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .box03 .title {
    margin-top: .2rem;
    margin-left: 2.6rem;
    margin-bottom: .2rem;
    font-size: .75rem;
    font-weight: bold;
  }

  .box03 .tips {
    width: 10rem;
    line-height: 1rem;
    font-size: .6rem;
  }

  .box04 {
    width: 18.175rem;
    height: 13.45rem;
    margin-top: .6rem;
    background-image: url(../images/m04.png);
    background-size: 100%;
  }

  .box04 .content {
    padding-top: 1rem;
    padding-left: 4.5rem;
  }

  .box04 .title {
    margin-bottom: .5rem;
    margin-left: 2.4rem;
    font-size: .7rem;
  }

  .box04 .tips {
    width: 14rem;
    line-height: .8rem;
    font-size: .55rem;
  }

  .box04 .tips span {
    margin-bottom: .2rem;
  }

  .box05 {
    width: 15.725rem;
    height: 9.45rem;
    margin-top: 3rem;
    background-image: url(../images/m05.png);
    background-size: 100%;
  }

  .box05 .content {
    padding-top: 1.8rem;
    padding-left: 2rem;
  }

  .box05 .title {
    margin-left: 2rem;
    margin-bottom: .3rem;
    font-size: .8rem;
  }

  .box05 .tips {
    width: 11rem;
    line-height: .9rem;
    font-size: .6rem;
  }

  .box05 .tips span {
    margin-top: .2rem;
  }

  .box06 {
    width: 17.725rem;
    height: 8.575rem;
    margin-top: 3rem;
    background-image: url(../images/m06.png);
    background-size: 100%;
    ;
  }

  .box06 .content {
    padding-top: 1.1rem;
    padding-left: 5.5rem;
  }

  .box06 .title {
    margin-left: .375rem;
    margin-bottom: .2rem;
    font-size: .8rem;
  }

  .box06 .tips {
    width: 7rem;
    line-height: .8rem;
    font-size: .6rem;
  }

  .fixed {
    height: 13.75rem;
  }

  .grass {
    bottom: 0;
    left: 0;
    width: 3.5rem;
    height: 1.8rem;
    background-image: url(../images/m_g.png);
    background-size: 100%;
  }

  .grass01 {
    bottom: 0;
    right: 0;
    width: 7.775rem;
    height: 1.725rem;
    background-image: url(../images/m_g02.png);
    background-size: 100%;
  }

  .fixed_title {
    width: 20rem;
    height: 3.75rem;
    margin: 0 auto;
    background-image: url(../images/m_title.png);
    background-size: 100%;
  }

  .list-div {
    float: none;
    display: flex;
    margin-bottom: .5rem;
    justify-content: center;
    align-items: center;
    line-height: 1.2rem;
  }

  .list-div div {
    width: 3rem;
    text-align: left;
  }

  .input, .select {
    width: 10.4rem;
    height: 1.5rem;
    padding-left: .2rem;
    margin-left: .25rem;
    margin-right: .75rem;
    font-size: .7rem;
  }

  .select {
    width: calc(10.6rem + 2px);
    height: 1.5rem;
  }

  .fs {
    width: 3.5rem;
    height: calc(1.5rem + 2px);
    font-size: .65rem;
  }

  .list-div .por {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .por .input {
    width: 7.3rem;
    margin-right: .4rem;
  }

  .yuyueBtn {
    float: none;
    display: block;
    width: 6rem;
    height: 1.8rem;
    margin: 1rem auto 0 auto;
    border-radius: 1rem;
    line-height: 1.8rem;
    font-size: .75rem;
    box-shadow: 0 .1rem .5rem #fe4d62;
  }

  .m-footer {
    margin-top: 12.5rem;
  }

  .fc {
    width: 3rem;
    top: 2.5rem;
    left: .2rem;
  }

  .close {
    top: .25rem;
    right: .45rem;
  }

  .close img {
    width: .8rem;
  }
}