.topic-head {
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin: 60px auto 40px; }
  @media (max-width: 768px) {
    .topic-head {
      width: 90%;
      margin: 8% auto 4%; } }

.box-content {
  width: 100%;
  padding: 2% 3%;
  background: rgba(46, 43, 92, 0.5); }
  @media (max-width: 768px) {
    .box-content {
      padding: 3%; } }

.back {
  margin: 6% auto;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 1.2em; }
  .back a {
    text-decoration: none; }
  @media (max-width: 768px) {
    .back {
      margin: 10% auto; } }

.backbtn {
  border-radius: 5px;
  padding: 15px 70px;
  background: linear-gradient(to bottom, #2c85b7 0%, #807db0 50%, #cfcbe0 100%);
  color: #fff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.backbtn:hover {
  opacity: 0.8; }

.topic02 {
  width: 95%;
  max-width: 1200px; }

.topic05 {
  width: 80%;
  max-width: 600px; }

.best16-box {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .best16-box {
      flex-direction: column; } }

.best16-content {
  width: 48%;
  margin: 1% 1% 4%;
  background: rgba(46, 43, 92, 0.5); }
  @media (max-width: 768px) {
    .best16-content {
      width: 96%;
      margin: 1% auto 4%; } }

.best16-txt {
  text-align: center;
  background: #3385b5;
  padding: 1% 0 2%;
  font-size: 1em;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap; }

.best16-txt th {
  width: 100%;
  font-size: 180%;
  color: #ffe43c;
  font-weight: 700; }

.best16-txt td {
  padding: 1%; }

.b16-brea, .b16-mon {
  width: 40%;
  font-size: 105%;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3); }

.b-l {
  padding-left: 10%; }

.b-r {
  padding-right: 10%; }

.best16-vs {
  width: 10%;
  font-size: 130%; }

.best16-img, .videoplay {
  background: #000;
  position: relative; }

.best16-img img, .videoplay img {
  display: block;
  opacity: 0.6; }

.videoplay a img:hover {
  opacity: 0.3;
  transition: 0.5s; }

.videoplay a:before {
  background: url(../img/topics/play.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: '';
  display: block;
  top: 32%;
  left: 40%;
  width: 18%;
  padding-top: 18%;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
  pointer-events: none; }

.best16-comment {
  padding: 4% 0 2%; }

.best16-comment-head {
  font-size: 130%;
  font-weight: 700;
  margin-bottom: 0.5%;
  background: #7b78ad;
  padding: 0.5% 0;
  text-align: center; }

.best16-comment-txt {
  padding: 2%; }

.center {
  text-align: center; }

.topic__main--text {
  font-size: 120%;
  text-align: center;
  padding-bottom: 1em;
  color: #80b7f3;
  line-height: 2; }
  @media (max-width: 768px) {
    .topic__main--text {
      text-align: left;
      font-size: 3.5vw; } }

.topic__main--table {
  width: 100%; }
  .topic__main--table th, .topic__main--table td {
    border: 1px #1d1e3e solid;
    padding: 16px;
    vertical-align: middle; }
    @media (max-width: 768px) {
      .topic__main--table th, .topic__main--table td {
        padding: 1%;
        font-size: 3vw; } }
  .topic__main--table th {
    width: 30%;
    background: rgba(128, 183, 243, 0.5);
    font-weight: 700;
    font-size: 110%; }
  .topic__main--table td {
    width: 70%;
    padding-left: 2em; }
    @media (max-width: 768px) {
      .topic__main--table td {
        padding-left: 1em; } }
  @media (max-width: 768px) {
    .topic__main--table th, .topic__main--table td {
      display: block;
      width: 100%;
      border: none; } }

/*# sourceMappingURL=info.css.map */
