#cy {
  z-index: 80;
  padding: 20px 0 18px 0;
  font-size: 0.916rem; /*0.916*/
  line-height: 1.3rem;
  color: #d2d2d2;
  background-color: #181713;
  width: 100%;
  position: relative;

  /*text-align:center;*/
}

#cy div span,
#cy div img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.grading img {
  display: block;
  width: 100%;
}
.fcc img {
  width: 100%;
}
.gf {
  width: 12%;
  float: left;
}
#cy div span {
  text-align: left;
  padding: 0 0 0 10px;
  font-size: 1em;
}
.tg {
  height: 44px;
  overflow: hidden;
}

.tg1 {
  line-height: 1rem;
  color: #ffffff;
  width: 50%;

  margin-top: 15px;
}
.tg2 {
  line-height: 1rem;
  font-size: 0.7em;
  color: #898484;

  margin-top: 5px;
}
.fcc {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.grading {
  float: right;
}
.flex-3 {
  flex: 4;
}
@media only screen and (max-width: 1000px) {
  .tg1 {
    text-align: left;
    line-height: 1.8em;
  }
  .tg2 {
    position: relative;
    margin-top: 5px;
    line-height: 1.8em;
  }
  .fcc {
    width: 100%;
    flex-wrap: wrap;
  }
  .gf {
    width: 20%;
  }
  .tg1 {
    width: 90%;
  }
}

@media only screen and (max-width: 750px) {
  /**/
  .gf {
    width: 25%;
  }
  .tit {
    margin-bottom: 15px;
  }
  /*版宣*/
  #cy {
    text-align: center;
  }
  #cy div span {
    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) {
  .tg1 {
    width: 85%;
  }
  .grading {
    width: 6%;
  }
  .fcc {
    width: 100%;
  }
  /**/
  .gf {
    width: 30%;
  }
}
