body {
  background: #fff;
}
.page-center {
  min-width: 1200px;
  border: none;
}
.bg {
  background: url(../../img/by2/bg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-width: 792px;
  position: relative;
}
.bg .section {
  opacity: 0.1;
}
.bg2 {
  background: url(../../img/by2/bg2.png) no-repeat;
  background-size: 100%;
  width: 100%;
  min-width: 792px;
}
.bg-left,
.bg-right {
  position: absolute;
  top: 40px;
}
.bg-left {
  width: 15%;
  left: -15%;
}
.bg-right {
  right: -20%;
  width: 20%;
}
.section {
  display: flex;
  justify-content: space-around;
  margin-bottom: 120px;
  min-height: 0 !important;
}
.bg2 .section:last-child {
  margin-bottom: 0;
}
.section > img {
  width: 867px;
  margin: 0 auto;
  display: block;
}
.section-text {
  width: 40%;
}
.section-text div:first-child {
  width: 90%;
  margin: 0 auto 0 auto;
}
.section-img {
  width: 50%;
}
.section-img img {
  width: 80%;
  margin: auto;
  display: block;
}
h3,
p {
  color: #070707;
  font-weight: normal;
  text-decoration: none;
  clear: both;
  letter-spacing: 1px;
}
p > .ztys {
  background-color: #ffeb3b;
}
.ztys {
  color: #40306f;
}
p {
  font-size: 15px;
  margin-bottom: 25px;
}
span {
  font-size: 18px;
}
b {
  font-weight: 600;
}
span {
  font-weight: 600;
}
.xian {
  height: 2px;
  width: 50px !important;
  background-color: #40306f;
  margin: 50px 0;
}
h3 {
  font-size: 22px;
}
b {
  font-size: 30px;
}
.content {
  width: 1000px; /* min-width: 1200px; */
  margin: auto;
}
.lg {
  width: 50%;
  padding-top: 120px;
  margin-left: 24%;
  margin-bottom: 100px;
}
.lg > img {
  height: 75px;
}
.top1 {
  padding-top: 120px !important;
}
.top2 {
  padding-top: 50px !important;
}
.big {
  width: 60% !important;
}
.text-img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.right-xian {
  float: right;
}
.right-text {
  text-align: right;
}
.text2 {
  display: flex;
  justify-content: space-around;
}
.text2 > div {
  width: 85%;
}
.text2 h3 {
  font-size: 16px !important;
  font-weight: 600;
}
.text2 p {
  font-size: 14px;
}
.btn {
  width: 250px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px -125px;
}
.page-center {
  overflow: auto;
}
@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.container {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 50px auto;
  border: 1px solid yellow;
}
.water1 {
  -webkit-animation: wateranimate 12s 9s ease-out infinite;
  animation: wateranimate 8s 6s ease-out infinite;
}
.water2 {
  -webkit-animation: wateranimate 12s 6s ease-out infinite;
  animation: wateranimate 8s 4s ease-out infinite;
}
.water3 {
  -webkit-animation: wateranimate 12s 3s ease-out infinite;
  animation: wateranimate 8s 2s ease-out infinite;
}
.water4 {
  -webkit-animation: wateranimate 12s 0s ease-out infinite;
  animation: wateranimate 8s 0s ease-out infinite;
}
.water1,
.water2,
.water3,
.water4 {
  z-index: 1;
  opacity: 0;
}
.box2 {
  position: fixed;
  bottom: 105px;
  left: 50%;
}
.box,
.box > div {
  width: 100%;
  height: 60px;
}
.title {
  font-size: 40px;
  color: white;
  text-indent: 65px;
}
.liucheng {
  width: 130%;
  /* margin-top: 60px; */
  z-index: 1000;
  position: relative;
}
.act-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.act2 {
  display: inline-block;
  width: 18%;
  text-align: center;
  padding: 4px 0;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 12px !important;
  font-weight: normal;
  margin: 10px 2px;
  cursor: pointer;
}
.link {
  background-image: linear-gradient(to bottom right, #c084fe, #139afe);
  color: white;
}
.vs {
  background-color: #40306f;
  color: white;
  padding: 8px 16px;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  height: 35px;
}
.block-box {
  display: none;
}
.block {
  display: flex;
  justify-content: space-around;
}
.block > p {
  display: inline-block;
  width: 35%;
  text-align: left;
  position: relative;
}
.block > span {
  display: inline-block;
  width: 65px;
  height: 65px;
  /* line-height: 65px; */
  border-radius: 50%;
  color: white;
  border: 1px solid #40306f;
  text-align: center;
  position: relative;
  background-color: #40306f;
  padding-top: 10px;
}
@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.liuchengBoxs {
  /* display: flex; */
  margin-top: 30px;
}
.liuchengBoxs > span {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 60px;
  display: block;
}
.liuchengBoxs > span > img {
  width: 190%;
  z-index: 8;
}
.liuchengBoxs > span:nth-child(1) > img {
  position: absolute;
  left: 0;
  top: 0;
}
.liuchengBoxs > span:nth-child(2) > img {
  position: absolute;
  left: -90%;
  top: 0;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
  .act {
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    font-size: 12px !important;
    font-weight: normal;
    margin: 10px 2px;
    cursor: pointer;
  }
  .web-footer {
    display: none !important;
  }
  .bg {
    background: url(../../img/by2/bg.png) no-repeat;
    background-size: 100%;
    width: 100%;
    min-width: 100%;
  }
  .bg2 {
    background: none;
    width: 100%;
    min-width: 100%;
  }
  .page-center {
    min-width: 100%;
  }
  .content {
    width: 100%;
  }
  .section {
    flex-wrap: wrap;
    margin-bottom: 50px !important;
    min-height: 0;
  }
  .section-img {
    width: 90%;
    margin: auto;
  }
  .section-text {
    width: 90%;
    margin: auto;
  }
  .top1 {
    padding-top: 0px !important;
  }
  .section-text div:first-child {
    width: 90%;
  }
  .section > img {
    width: 90%;
  }
  .lg {
    padding-top: 50px;
    width: 250px;
    margin: 0 auto 10px auto;
  }
  .title {
    font-size: 20px !important;
    color: white;
    text-decoration: 10px;
    text-indent: 36px;
  }
  .xian {
    margin: 25px 0;
  }
  .box {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 8;
    background: #fff;
    /* box-shadow: 0 0 6px #ccc; */
    padding: 0 20px;
  }
  body {
    padding-bottom: 50px;
  }
  .btn {
    width: 60%;
    margin: -25px -30%;
    height: 50px;
    display: block;
  }
  .liucheng {
    width: 100%;
    /* margin-top: 60px; */
  }
  p {
    font-size: 14px !important;
  }
  h3 {
    font-size: 14px !important;
  }
  b {
    font-size: 22px !important;
  }
  span {
    font-size: 12px !important;
  }
  .lg {
    /* text-align: center; */
  }
  .lg > img {
    height: 40px;
  }
  .hx {
    flex-wrap: wrap-reverse;
  }
  .big {
    width: 90% !important;
  }
  #fade6 > img {
    display: none;
  }
  .block-box {
    display: block;
    padding: 0 20px;
  }
  #fade9 .top2 > img {
    float: left;
  }
  #fade9 .top2 > div {
    float: right;
    padding-top: 38px;
  }
  #fade8 {
    margin: 0 !important;
  }
}
