html {
  background: #f5f5f5;
}

.container {
  background: #fff;
  max-width: 10.0000rem;
  margin: 0 auto;
  color: #333;
  font-size: 0.3200rem;
  padding-bottom: 1.3600rem;
}

.container .header {
  height: 16.4667rem;
  background: #fff url("../images/top01.jpg") no-repeat;
  background-size: 10.0000rem;
  padding-top: 10.0000rem;
}

.container .img02 {
  display: block;
  margin: 0 auto;
  width: 7.6800rem;
}

.container .img04 {
  display: block;
  margin: 0 auto;
  width: 9.2533rem;
}

.container .formBox {
  width: 9.3333rem;
  height: 5.9200rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.0667rem;
  padding-top: 0.6000rem;
  box-shadow: 0px 0.1067rem 0.6533rem 0px rgba(44, 44, 44, 0.22);
}

.container .formBox img {
  width: 8.1733rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.1333rem;
}

.container .formBox h4 {
  text-align: center;
  color: #7c7c7c;
  font-size: 0.3200rem;
}

.container .formBox h4 span {
  color: #ff1516;
  margin: 0  0.0400rem;
}

.container .formBox form {
  margin: 0.5333rem auto 0;
  width: 8.2267rem;
}

.container .formBox form input, .container .formBox form button {
  width: 100%;
  height: 0.9067rem;
  border-radius: 0.0667rem;
  line-height: 0.9067rem;
}

.container .formBox form input {
  padding: 0  0.3600rem;
  font-size: 0.3200rem;
  margin-bottom: 0.2667rem;
  border: 1px solid #e5e5e5;
}

.container .formBox form button {
  margin-top: 0.2000rem;
  border: none;
  outline: none;
  background: #ef4746;
  color: #fff;
  font-size: 0.4267rem;
  letter-spacing: 0.0400rem;
}

.container .section1 {
  background: #d1102b url("../images/top02.jpg") no-repeat;
  background-size: 10.0000rem;
  padding-top: 3.9733rem;
}

.container .section1 .list {
  width: 9.2800rem;
  overflow: hidden;
  margin-left: 0.3867rem;
  padding: 0  0.4000rem 0.4000rem 0.4000rem;
  background: #fff;
  border-radius: 0 0 0.0667rem 0.0667rem;
}

.container .section1 .list li {
  width: 50%;
  height: 3.4133rem;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  float: left;
  padding-top: 0.3200rem;
}

.container .section1 .list li:nth-child(odd) {
  border-right: 1px solid #e1e1e1;
}

.container .section1 .list li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.container .section1 .list li img {
  width: 1.8400rem;
}

.container .section1 .list li p {
  width: 3.8667rem;
  color: #414141;
  font-size: 0.2933rem;
  margin: 0 auto;
}

.container .titleImg {
  margin: 0.3333rem 0;
}

.container .list2 {
  padding: 0  0.4000rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container .list2 li {
  width: 4.4000rem;
  height: 4.0933rem;
}

.container .list2 li img {
  display: block;
}

.container .list2 li p {
  font-size: 0.3733rem;
  color: #242424;
  margin-top: 0.2667rem;
  padding-left: 0.1333rem;
}

.container .btn {
  width: 9.2000rem;
  height: 0.9067rem;
  border-radius: 0.0667rem;
  line-height: 0.9067rem;
  border: none;
  outline: none;
  background: #ef4746;
  color: #fff;
  font-size: 0.4267rem;
  letter-spacing: 0.0400rem;
  display: block;
  margin: 0.1333rem auto;
}

.container .address {
  height: 3.2000rem;
  background: #fff url("../images/logo.png") no-repeat 0.9333rem 0.7200rem;
  background-size: 1.7467rem;
  padding-left: 3.2667rem;
  padding-top: 0.7333rem;
}

.container .address h3 {
  font-size: 0.4800rem;
  font-weight: bold;
  color: #232323;
  margin-bottom: 0.1333rem;
}

.container .address p {
  font-size: 0.3200rem;
  color: #808080;
  margin-bottom: 0.0667rem;
}

.container .copyright {
  height: 1.2000rem;
  line-height: 1.2000rem;
  background: #fbfbfb;
  text-align: center;
  color: #434343;
}

.container .fixedBottom {
  border-top: 1px solid #e8e8e8;
  background: #fff;
  height: 1.3600rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 10.0000rem;
  display: flex;
  padding: 0  0.2667rem;
  justify-content: space-between;
  align-items: center;
}

.container .fixedBottom a {
  height: 0.9333rem;
  line-height: 0.9333rem;
  text-align: center;
  width: 4.6000rem;
  border-radius: 0.1333rem;
  color: #fff;
  font-size: 0.3733rem;
  background: #ef4746;
}

.container .fixedBottom a:nth-child(2) {
  background: #ff6600;
}