body {
  overflow-x: hidden;
  letter-spacing: 0;
}
.clear {
  clear: both;
  display: block;
}
.wrapper {
  position: relative;
  z-index: 1;
  background: #fad4a5 url('../images/bg.jpg') center top no-repeat;
  padding-bottom: 100px;
  padding-top: 1px;
}
.wrapper .center {
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  position: relative;
  background: #fff;
  border-radius: 15px;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .pc {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  text-align: center;
}
.banner .phone {
  display: none;
}
.divbox {
  max-width: 1200px;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 30px;
  padding: 16px;
  background: #fff;
  background-image: -moz-linear-gradient(270deg, #fdb84f 0%, #fbdb9b 100%);
  background-image: -webkit-linear-gradient(270deg, #fdb84f 0%, #fbdb9b 100%);
  background-image: -ms-linear-gradient(270deg, #fdb84f 0%, #fbdb9b 100%);
}
.divbox h2 {
  position: relative;
  top: -23px;
  background: url(../images/tit-bg.png) no-repeat center;
  background-size: auto 100%;
  height: 96px;
  text-align: center;
  line-height: 96px;
  color: #fff;
  font-size: 60px;
  text-shadow: 0 3px 0 rgba(211, 68, 5, 0.81);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.divbox .divP {
  padding: 20px 35px 35px;
}
.divbox1 p {
  text-align: center;
  font-size: 24px;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
}
.divbox1 p span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  text-align: center;
}
.divbox1 p span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.42em;
  background: #fda729;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  z-index: -1;
}
.divbox1 p b {
  font-size: 90px;
  font-weight: bold;
  color: #fda729;
  line-height: 1.2;
}
.divbox1 .ps {
  font-size: 16px;
  color: #666666;
  margin-bottom: 40px;
}
.divbox1 a {
  display: block;
  margin: 20px auto 0;
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  background: #fda729;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.divbox1 a.aphone {
  display: none;
}
.divbox2 dl {
  overflow: hidden;
  padding: 0 40px;
}
.divbox2 dl h4 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  z-index: 1;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 2px;
}
.divbox2 dl h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.42em;
  background: #fda729;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.divbox2 dl p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.75;
}
.divbox2 dl img {
  margin: 0 auto;
  display: block;
}
.divbox3 {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
}
.divbox3 p {
  padding: 0 40px;
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
  .wrapper .center {
    width: auto;
    left: auto;
    margin-left: auto;
  }
  .divbox h2 {
    font-size: 48px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .wrapper {
    padding-bottom: 30px;
    background-position: center top;
    padding: 1px 3% 5%;
  }
  .wrapper .center,
  .playdiv2 .w1920 {
    width: auto;
    margin: 0px;
    left: 0px;
    position: static;
    padding: 0 10px;
  }
  .banner {
    width: auto;
    margin: 0px;
    left: 0px;
    position: static;
  }
  .banner img.phone {
    display: block;
    width: 100%;
  }
  .banner img.pc {
    display: none;
  }
  .divbox h2 {
    font-size: 36px;
    height: 70px;
    line-height: 70px;
    top: -21px;
  }
  .divbox .divP {
    padding: 10px 20px 20px;
  }
  .divbox1 p b {
    font-size: 50px;
    padding-left: 10px;
  }
  .divbox1 p {
    font-size: 20px;
  }
  .divbox1 a {
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .divbox1 a.apc {
    display: none;
  }
  .divbox1 a.aphone {
    display: block;
  }
  .divbox2 dl {
    padding: 0;
  }
  .divbox2 dl dt,
  .divbox2 dl dd {
    width: 100%;
  }
  .divbox2 dl h4 {
    font-size: 20px;
  }
  .divbox2 dl p {
    margin-bottom: 15px;
  }
  .divbox3 p {
    padding: 0;
  }
  .divbox3 {
    font-size: 16px;
  }
}
@media (max-width: 860px) {
  .divbox1 p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrapper .center {
    padding: 0;
  }
  .divbox {
    padding: 10px;
    border-radius: 25px;
  }
  .divbox h2 {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    top: -15px;
  }
  .divbox1 p {
    font-size: 16px;
  }
  .divbox1 p span {
    display: inline;
    border-bottom: 5px solid #fda729;
    margin: 0;
  }
  .divbox1 p span::after {
    display: none;
  }
  .divbox1 p:first-child {
    text-align: left;
  }
  .divbox1 p b {
    font-size: 40px;
  }
  .divbox1 br {
    display: none;
  }
  .divbox1 a {
    margin-top: 10px;
    width: 180px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }
  .divbox2 dl h4 {
    font-size: 18px;
  }
  .divbox2 dl p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .divbox3 {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .divbox h2 {
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    top: -13px;
  }
  .divbox1 p {
    font-size: 14px;
  }
  .divbox1 p b {
    font-size: 30px;
  }
  .divbox1 a {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
}
