.bread {
  font-family: FuturaPT-Book;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #999999;
  width: 1200px;
  margin: 8px auto 4px;
}
.bread a {
  color: #999999;
}
#center {
  width: 1200px;
  margin: 0 auto;
}
#center .game-detail {
  width: 1200px;
  background: #FFFFFF;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 24px 24px 10px;
}
#center .game-detail .top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#center .game-detail .top .game-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 13px;
}
#center .game-detail .top .t-c {
  margin-right: 8px;
}
#center .game-detail .top .t-c h3 {
  height: 56px;
  font-family: FuturaPT-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  color: #586168;
}
#center .game-detail .top .t-c .layui-rate {
  margin-top: -1px;
}
#center .game-detail .cont {
  display: flex;
  margin-bottom: 12px;
}
#center .game-detail .cont .swiper {
  margin-right: 8px;
  width: 500px;
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
#center .game-detail .cont .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#center .game-detail .cont .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#center .game-detail .cont .swiper .swiper-wrapper .swiper-slide img {
  height: 280px;
  border-radius: 16px;
}
#center .game-detail .cont .gg {
  width: 336px;
  height: 280px;
  background: #FFEBEB;
  border-radius: 0px;
  position: relative;
  margin-right: 8px;
}
#center .game-detail .cont .gg .gg-title {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  font-family: FuturaPT-Book;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
#center .game-detail .cont .edition .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 300px;
  height: 60px;
  background: #ededed;
  border-radius: 12px;
  padding: 0 4px;
}
#center .game-detail .cont .edition .top button {
  border: none;
  width: 145px;
  height: 44px;
  border-radius: 12px;
  font-family: FuturaPT-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#center .game-detail .cont .edition .tb1,
#center .game-detail .cont .edition .tb2 {
  background-color: #EDEDED;
  border-radius: 24px;
}
#center .game-detail .cont .edition .tb1 .hang,
#center .game-detail .cont .edition .tb2 .hang {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
#center .game-detail .cont .edition .tb1 .hang:last-child,
#center .game-detail .cont .edition .tb2 .hang:last-child {
  border-bottom: none;
}
#center .game-detail .cont .edition .tb1 .hang span,
#center .game-detail .cont .edition .tb2 .hang span {
  height: 70px;
  line-height: 70px;
}
#center .game-detail .cont .edition .tb1 .hang .span1,
#center .game-detail .cont .edition .tb2 .hang .span1 {
  width: 32%;
  font-family: FuturaPT-Book;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  text-indent: 1em;
}
#center .game-detail .cont .edition .tb1 .hang .span2,
#center .game-detail .cont .edition .tb2 .hang .span2 {
  width: 68%;
  font-family: FuturaPT-Book;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
#center .game-detail .cont .edition .tb2 {
  display: none;
}
#center .game-detail .tags {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#center .game-detail .tags a {
  padding: 10px 16px;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 8px;
  margin: 0 8px 8px 0;
  font-family: FuturaPT-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
#center .game-detail .tags a:hover {
  background: #2B7DFC;
  color: #fff;
}
#center .editor {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 15px;
  padding: 24px;
  box-sizing: border-box;
}
#center .editor .ti {
  text-align: center;
  height: 20px;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
}
#center .editor .text {
  display: flex;
  margin-bottom: 15px;
}
#center .editor .text:last-child {
  margin-bottom: 0;
}
#center .editor .text img {
  margin: 6px 10px 0 0;
  width: 22px;
  height: 22px;
}
#center .editor .text .ed-r {
  width: calc(100% - 46px);
  display: flex;
  flex-direction: column;
}
#center .editor .text .ed-r .name {
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
}
#center .editor .text .ed-r .talk {
  font-size: 14px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #666666;
  line-height: 20px;
}
#center .desc {
  width: 100%;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 22px;
}
#center .desc h3 {
  text-align: center;
  height: 20px;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-bottom: 15px;
}
#center .desc h4 {
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  margin-bottom: 15px;
}
#center .desc .de-text {
  font-size: 16px;
  font-family: FuturaPT-Light;
  font-weight: bold;
  color: #586168;
  margin-bottom: 15px;
}
#center .desc .de-text:last-child {
  margin-bottom: 0;
}
#center .gg-big {
  width: 100%;
  height: 250px;
  background: #FFEBEB;
  border-radius: 0px;
  position: relative;
  margin-bottom: 16px;
}
#center .gg-big .gg-title {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  font-family: FuturaPT-Book;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
#center .get-game {
  width: 1200px;
  height: 76px;
  background: #2B7DFC;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#center .get-game span {
  font-family: FuturaPT-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
#center .get-game img {
  width: 28px;
  height: 28px;
}
#center .get-game:hover {
  background-color: #FF9851;
}
#center .zhushi {
  width: 1200px;
  height: 84px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 34px;
  padding: 20px 24px;
  display: flex;
}
#center .zhushi img {
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
#center .zhushi .zhushi-r div:first-child {
  font-family: FuturaPT-Light;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
#center .zhushi .zhushi-r div:last-child {
  font-family: FuturaPT-Light;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
#center .interactions {
  width: 100%;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 24px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#center .interactions .top {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #F1F1F1;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#center .interactions .top .top_ti {
  height: 20px;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-top: 23px;
  display: inline-block;
}
#center .interactions .top .option {
  margin-top: 12px;
  width: 152px;
  height: 42px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 1px rgba(201, 196, 196, 0.25);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  padding-top: 11px;
  box-sizing: border-box;
  position: relative;
}
#center .interactions .top .option .option_text {
  width: 83px;
  font-size: 16px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #D2D2D2;
  padding-left: 14px;
}
#center .interactions .top .option .option_div {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
}
#center .interactions .top .option ul {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 99;
  border-radius: 10px;
  overflow: hidden;
}
#center .interactions .top .option ul li {
  width: 152px;
  height: 42px;
  background: #fff;
  padding-left: 16px;
  box-sizing: border-box;
  line-height: 42px;
  font-size: 16px;
  font-family: Futura PT-Book, Futura PT;
  font-weight: normal;
  color: #999999;
}
#center .interactions .top .option ul li:hover {
  color: #2B7DFC;
  background-color: #F3F8FF;
}
#center .interactions .pinglun {
  height: 186px;
  padding: 13px 26px;
  box-sizing: border-box;
}
#center .interactions .pinglun span {
  font-size: 16px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #586168;
}
#center .interactions .pinglun .form {
  position: relative;
}
#center .interactions .pinglun .form input {
  width: 506px;
  height: 42px;
  background: #F1F1F1;
  border-radius: 8px;
  text-indent: 1em;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Light;
  font-weight: 300;
  color: #999;
  margin: 10px 0;
}
#center .interactions .pinglun .form input:first-child {
  margin-right: 9px;
}
#center .interactions .pinglun .form textarea {
  width: 1025px;
  height: 80px;
  background: #F1F1F1;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Light;
  font-weight: 300;
  color: #999;
  padding: 15px 0 0 15px;
  margin-right: 6px;
}
#center .interactions .pinglun .form button {
  width: 114px;
  height: 80px;
  background: #2B7DFC;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  right: 0;
}
#center .interactions .pinglun .form button:hover {
  box-shadow: 0px 4px 15px 1px #93BDFF;
}
#center .interactions .pinglun_list {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}
#center .interactions .pinglun_list .one-pl {
  display: flex;
  border-top: 1px solid #F1F1F1;
  padding: 25px 0;
  box-sizing: border-box;
}
#center .interactions .pinglun_list .one-pl img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}
#center .interactions .pinglun_list .one-pl .pl-r {
  width: calc(100% - 60px);
}
#center .interactions .pinglun_list .one-pl .pl-r .span1 {
  font-size: 16px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #999999;
}
#center .interactions .pinglun_list .one-pl .pl-r .one-cont {
  display: flex;
  justify-content: space-between;
}
#center .interactions .pinglun_list .one-pl .pl-r .one-cont .text,
#center .interactions .pinglun_list .one-pl .pl-r .one-cont .time {
  font-size: 14px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #586168;
}
#center .interactions .pinglun_list .one-pl .pl-r .one-cont .text {
  margin-right: 20px;
}
#center .interactions .paging {
  width: 100%;
  height: 50px;
  text-align: center;
}
#center .interactions .paging ul {
  display: inline-block;
  overflow: hidden;
}
#center .interactions .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: SF Pro Display-Regular, SF Pro Display;
  font-weight: 400;
  color: #CCCCCC;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#center .interactions .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #2B7DFC;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#center .recommend {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#center .recommend h3 {
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
}
#center .recommend ul {
  overflow: hidden;
}
#center .recommend ul li {
  float: left;
  margin: 16px 20px 0 0;
  overflow: hidden;
}
#center .recommend ul li a {
  width: 97px;
  height: 97px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}
#center .recommend ul li a img {
  width: 100%;
  height: 100%;
}
#center .recommend ul li a div {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  color: #fff;
  text-align: center;
}
#center .recommend ul li a div span {
  display: block;
  margin-top: 70px;
}
#center .recommend ul li:hover div {
  position: absolute;
  top: 0;
  transition: 0.5s;
}
#center .recommend ul li:nth-child(10n) {
  margin-right: 0;
}
.btns {
  background: #fff !important;
}
.yincang {
  display: none;
}
