.left {
  flex: 0 0 1075px;
  width: 1075px;
}
.left .game-box {
  width: 100%;
  height: 710px;
  background: #44514f;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: 20px solid #44514f;
  box-sizing: border-box;
  overflow: hidden;
}
.left .game-box .game-box-inner {
  height: 100%;
  width: 100%;
  border: 20px solid #db494a;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #db494a;
}
.left .game-box .game-box-inner .game-content {
  height: 100%;
  width: 100%;
  border: 5px solid #ffffff;
  border-radius: 20px;
  background-color: #f8f0da;
  position: relative;
}
.left .game-box .game-box-inner .game-content .iframe-box .iframe {
  border-radius: 20px;
  overflow: hidden;
  width: 720px;
  height: 450px;
  position: relative;
}
.left .game-box .game-box-inner .game-content .iframe-box .iframe .shadow {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.left .game-box .game-box-inner .game-content .iframe-box .iframe .shadow .play-btn {
  width: 169px;
  height: 64px;
  background: linear-gradient(360deg, #ff6566 0%, #ff3839 100%);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.7);
  border-radius: 32px;
  border: 1px solid #ff0002;
  color: white;
}
.left .game-box .game-box-inner .game-content .iframe-box .iframe .shadow .play-btn:active {
  opacity: 0.6;
}
.left .game-box .game-box-inner .game-content .iframe-box .iframe .shadow .play-btn .play-btn-inner {
  width: 155px;
  height: 50px;
  background: linear-gradient(180deg, #ff6566 0%, #ff3839 100%);
  border-radius: 32px;
  border: 1px solid #ff0002;
  font-size: 26px;
}
.left .game-box .game-box-inner .game-content .game-footer-box {
  position: absolute;
  bottom: 15px;
  width: calc(100% + 10px);
  height: 15px;
  border-top: 5px solid #44514f;
  border-bottom: 5px solid #44514f;
  box-sizing: border-box;
  left: -5px;
  padding: 0 20px 0 40px;
}
.left .game-box .game-box-inner .game-content .game-footer-box .left-img {
  height: 120px;
  width: 120px;
  margin-bottom: -10px;
}
.left .game-box .game-box-inner .game-content .game-footer-box .center-box {
  width: 235px;
  height: 64px;
  background: #db494a;
  border-radius: 32px;
  padding: 0 20px;
  box-sizing: border-box;
}
.left .game-box .game-box-inner .game-content .game-footer-box .center-box .center-img {
  height: 42px;
  width: 77px;
}
.left .game-box .game-box-inner .game-content .game-footer-box .right-img {
  height: 64px;
  width: 64px;
  margin-right: 10px;
}
.left .game-info-box {
  padding: 100px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.left .game-info-box .img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  border: 4px solid #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  margin-right: 20px;
}
.left .game-info-box .title {
  font-size: 30px;
  font-family: Nunito-ExtraBold, Nunito;
  font-weight: 800;
  color: #333333;
  line-height: 41px;
}
.left .game-info-box .sub-title {
  font-size: 14px;
  font-family: Nunito-ExtraBold, Nunito;
  font-weight: 800;
  color: #999999;
  line-height: 19px;
  margin-left: 20px;
}
.left .game-info-box .rate-box {
  font-size: 14px;
  font-family: Nunito-Medium, Nunito;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
.left .game-info-box .rate {
  margin: 0 6px;
}
.left .game-info-box .rate .el-rate__icon {
  font-size: 20px !important;
  line-height: 18px;
}
.left .game-info-box .tag-box .tag {
  width: 333px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 0 17px;
  margin-right: 18px;
  margin-top: 18px;
}
.left .game-info-box .tag-box .tag:nth-child(3n) {
  margin-right: 0;
}
.left .game-info-box .tag-box .tag .icon {
  margin-right: 10px;
  font-size: 20px;
  color: #fc5047;
}
.left .game-info-box .tag-box .tag .title {
  height: 19px;
  font-size: 14px;
  font-family: Nunito-Medium, Nunito;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
}
.left .game-info-box .tag-box .tag .sub-title {
  flex: 0 0 123px;
  height: 16px;
  font-size: 12px;
  font-family: Nunito-Regular, Nunito;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  text-align: right;
}
.left .advertisement-box .advertisement {
  width: 970px;
  height: 250px;
  background: #d8d8d8;
}
.left .download {
  padding: 100px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.left .download .title {
  font-size: 30px;
  font-family: Nunito-ExtraBold, Nunito;
  font-weight: 800;
  color: #333333;
  line-height: 41px;
}
.left .download .sub-title {
  font-size: 12px;
  font-family: Nunito-SemiBold, Nunito;
  font-weight: 600;
  color: #666666;
  line-height: 16px;
}
.left .download .verified {
  margin-right: 20px;
}
.left .download .verified .sub-title {
  color: #28c840;
}
.left .download .verified .icon {
  height: 20px;
  width: 20px;
}
.left .download .down-item {
  width: 333px;
  height: 70px;
  background: #f8f8f8;
  border-radius: 10px;
  margin-right: 18px;
}
.left .download .down-item:nth-child(3n) {
  margin-right: 0;
}
.left .download .down-item .iconfont {
  font-size: 24px;
}
.left .download .down-item .title {
  font-size: 14px;
  font-family: Nunito-SemiBold, Nunito;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
  margin-left: 3px;
}
.left .download .down-item .sub-title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  padding-left: 30px;
}
.left .download .down-item:hover {
  background: #fc5047;
}
.left .download .down-item:hover .title,
.left .download .down-item:hover .sub-title,
.left .download .down-item:hover .iconfont {
  color: white;
}
.left .block-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.left .block-2 .swiper {
  height: 270px;
}
.left .block-2 .swiper::after {
  display: none !important;
}
.left .block-2 .swiper-slide {
  height: 100%;
}
.left .block-2 .swiper-item {
  width: 480px;
  height: 270px;
  border-radius: 20px;
}
.left .block-2 .swiper-item .image {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.left .block-2 .swiper-prev,
.left .block-2 .swiper-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 20px;
  opacity: 0.79;
  border: 1px solid #eeeeee;
}
.left .block-2 .swiper-prev .iconfont,
.left .block-2 .swiper-next .iconfont {
  font-size: 20px;
  font-weight: bold;
}
.left .block-2 .swiper-prev {
  left: 20px;
}
.left .block-2 .swiper-next {
  right: 20px;
}
.left .form-box {
  padding: 100px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
  margin-top: 20px;
}
.left .form-box .title {
  font-size: 24px;
  font-family: Nunito-ExtraBold, Nunito;
  font-weight: 800;
  color: #333333;
  line-height: 32px;
  margin-bottom: 12px;
}
.left .form-box .rate {
  font-size: 18px;
  font-family: Nunito-Bold, Nunito;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
  padding-top: 3px;
  height: 24px;
}
.left .form-box .submit {
  width: 154px;
  height: 40px;
  background: #fc5047;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-family: Nunito-Bold, Nunito;
  font-weight: bold;
  color: #ffffff;
}
.left .form-box .submit:active {
  opacity: 0.8;
}
.left .form-box .evaluate {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.left .form-box .evaluate .title {
  font-size: 16px;
  font-family: Nunito-ExtraBold, Nunito;
  font-weight: 800;
  color: #333333;
}
.left .form-box .evaluate .sub-title {
  font-size: 14px;
  font-family: Nunito-Medium, Nunito;
  font-weight: bold;
  color: #333333;
  margin-left: 5px;
  margin-right: 5px;
}
.left .form-box .evaluate .user-name {
  font-size: 12px;
  font-family: Nunito-Regular, Nunito;
  font-weight: 400;
  color: #999999;
}
.left .form-box .evaluate .el-rate__icon::before {
  font-size: 18px;
  line-height: 12px;
}
.left .form-box .evaluate .evaluate-content {
  font-size: 14px;
  font-family: Nunito-Regular, Nunito;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 16px 15px;
  margin-top: 8px;
}
.left .form-box .evaluate .evaluate-item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.left .form-box .el-pagination {
  margin-top: 20px;
}
.left .form-box .el-pagination .number,
.left .form-box .el-pagination .more,
.left .form-box .el-pagination .btn-prev,
.left .form-box .el-pagination .btn-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f8f8f8;
  border-radius: 25px;
  font-size: 14px;
  font-family: Nunito-SemiBold, Nunito;
  font-weight: 600;
  color: #333333;
}
.left .form-box .el-pagination .number.active,
.left .form-box .el-pagination .more.active,
.left .form-box .el-pagination .btn-prev.active,
.left .form-box .el-pagination .btn-next.active {
  background-color: #fc5047 !important;
}
.left .form-box .el-pagination .btn-prev .el-icon::before {
  content: '\e736';
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.left .form-box .el-pagination .btn-next .el-icon::before {
  content: '\e737';
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.left .list .game-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.left .list .game-item:nth-child(6n) {
  margin-right: 0;
}
.left .content {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 20px;
  line-height: 1.6;
}
.left .content .show-more {
  color: #fc5047 !important;
}
.left .content .nav-item:hover {
  background: #fc5047;
}
.left .content .nav-item:hover p {
  color: white;
}
.left .content .tag-list .tag-item {
  height: 40px;
  padding: 0 20px;
  background: #ffd857;
  border-radius: 200px;
  line-height: 0;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-right: 20px;
  margin-bottom: 20px;
}
.left .content .tag-list .tag-item:hover {
  background: #fc5047;
  color: white;
}
.right {
  flex: 0 0 343px;
  width: 343px;
}
.right .advertisement-box {
  width: 343px;
}
.right .advertisement-box .advertisement {
  width: 336px;
  height: 280px;
  background: #d8d8d8;
}
.right .list-title-box {
  height: 41px;
  background: #fc5047;
  border-radius: 10px;
  padding: 0 10px;
}
.right .list-title-box .title {
  font-size: 24px;
  font-family: Nunito-ExtraBold, Nunito;
  font-weight: 800;
  color: #ffffff;
  line-height: 32px;
}
.right .list-title-box .icon {
  height: 24px;
  width: 41px;
}
.right .list .game-item {
  margin-bottom: 20px;
}
.right .advertisement-box-1 {
  width: 343px;
  border-radius: 20px;
}
.right .advertisement-box-1 .advertisement {
  width: 336px;
  height: 600px;
  background: #d8d8d8;
}
