.container {
  background: url('../img/background.png');
  background-size: 100% auto;
}

.game_list {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.game_list>li {
  width: 340px;
  min-height: 200px;
  margin: 36px 16px;
  position: relative;
  background: #ffffffa1;
  border-radius: 9px;
}

.game_list>li .header {
  display: flex;
  border-radius: 6px;
}

.game_list>li .icon {
  margin-top: -42px;
}

.game_list>li .right {
  margin-top: 20px;
  font-size: 20px;
  padding-left: 15px;
}

.game_list>li .right .title {
  font-size: 20px;
  color: #2c3c44;
  font-weight: bold;
}

.game_list>li .right .grade {
  margin-top: 10px;
  font-size: 12px;
  color: #8a8a8f;
}

.game_list>li .explain {
  font-size: 14px;
  color: #141c20;
  text-align: justify;
  line-height: 22px;
  padding: 16px;
}

.game_list>li .kk {}

.game_list>li .start {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -130px;
  border: 1px solid #999999;
  border-radius: 3px;
  width: 260px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  user-select: none;
}

.game_detail {
  width: 100%;
  background: #fafafa;
  margin-top: 72px;
  overflow: hidden;
}

.game_detail .content {
  width: 1100px;
  margin: 40px auto;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(197, 211, 218, 0.3);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 42px;
}

.game_detail .content .header {
  display: flex;

}

.game_flowtTxt {
  font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  color: #414a60;
  font-size: 14px;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  min-height: 813px;
  border: none;
  padding-right: 0;
  margin-right: 300px;
  padding-bottom: 0;
}


.game_detail .content .header .right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 36px;

}

.game_detail .content .header .right .title {

  font-size: 26px;
  color: #141c20;
}

.game_detail .content .header .right .start {
  background: #bba65b;
  border-radius: 3px;
  color: #35280B;
  width: 104px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.game_detail .content .line {
  margin: 36px 0;
  width: 100%;
  height: 1px;
  background: #eaebed;
}

.game_detail .content .picture {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.game_detail .content .picture>li>img {
  width: 282px;
  border-radius: 4px;
}

.game_detail .content .explain {
  margin-top: 40px;
  width: 100%;
}

.game_detail .content .explain .title {
  font-size: 22px;
  color: #141c20;
}

.game_detail .content .explain .detail {
  margin-top: 20px;
  font-size: 16px;
  color: #141c20;
  line-height: 30px;
}