#cy {
  position: relative;
  background-color: #d67d64;
  /* border-top: 35px solid #666666; */
  padding: 40px 20px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  text-align: center;
}

#cy > div {
  width: 990px;
  margin: 0 auto;
}

.footerL {
  font-size: 1.4em;
  width: 100%;
}
.flexbox {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.footerR {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
}
p {
  margin: 0 0 10px;
}
.footerL a {
  width: 25%;
  margin: 2% 0 0 0;
  color: #ffffff;
}
@media only screen and (max-width: 1000px) {
  #cy > div {
    width: 99%;
  }
}

@media only screen and (max-width: 800px) {
  .footerL {
    width: 100%;
    margin: 0 auto 5% auto;
  }
  #cy {
    display: block !important;
  }
}
@media only screen and (max-width: 750px) {
  /**/
  .tit {
    margin-bottom: 15px;
  }
  /*版宣*/
  #cy {
    padding: 20px 10px 18px 10px;
    text-align: center;
  }
  #cy div span {
    text-align: center;
    padding: 10px 0 0 0;
    height: auto;
    display: block;
  }
  .uj,
  .gf,
  .px,
  .grading {
    height: 40px;
  }
  .grading {
    float: none;
  }
  .jouttbox {
    width: 150px;
  }
  .jott {
    font-size: 1em;
    width: 100%;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
    margin: 1px 0;
  }
  .jout {
    width: 35px;
    height: 35px;
    right: 10%;
  }
  .joinbox {
    width: 35px;
    height: 35px;
  }
  .jooutbox {
    right: 10%;
  }
}

@media only screen and (max-width: 500px) {
  .footerL a,
  .footerR {
    width: 100%;
  }
  #cy {
    padding: 40px 20px;
  }
}
