.main,
body {
  background: #2f003d;
}

.header {
  width: 100%;
  padding-top: 5px;
  background-color: #ff4400dc;
  position: relative;
}

.sprite {
  background-image: url(../images/nav.png);
  background-repeat: no-repeat;
  display: block;
}

.sortone {
  display: flex;
}

.sortone .sortbtn {
  flex: 1;
  height: 40px;
  border-radius: 0.1rem;
  font-size: 16px;
  font-weight: bold;
  background-color: #5a189a;
  border: 1px;
  margin-right: 4px;
  margin-top: 10px;
  text-align: center;
}

.sortbox {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: white;
}

.sorttwo {
  display: flex;
}

.sorttwo .sortbtn {
  flex: 1;
  height: 40px;
  width: 80px;
  border-radius: 0.1rem;
  font-size: 16px;
  font-weight: bold;
  background-color: #5a189a;
  border: 0;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 10px;
  text-align: center;
}

.content .c-3 .info .container .play-now .play {
  animation: x_jitter 0.3s infinite;
  line-height: 0.78rem;
}

@media (max-width: 909) {
  .content .c-3 .info .container .game-name {
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 0.55rem;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: calc(3.8rem - 10px);
  }
}

@media (min-width: 909px) {
  .content .c-3 .info .container .play-now .content-text {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    padding: 12px;
  }

  .sorttwo .sortbtn {
    flex: 1;
    /* height: 40px;
        width: 80px; */
    border-radius: 0.1rem;
    font-size: 16px;
    font-weight: bold;
    background-color: #5a189a;
    border: 0;
    margin: 0 60px;
    margin-top: 20px;
    text-align: center;
  }
}
