body {
  display: flex;
  flex-direction: column;
}

.outBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #efefef;
}

.bigBox {
  margin-top: 19px;
  width: 1200px;
}

.pic {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 450px;
}

#pic > div > img:hover {
  cursor: pointer;
}

.rowFlex {
  display: flex;
  flex-direction: row;
}

.colFlex {
  display: flex;
  flex-direction: column;
}

.coltTitle {
  /* width: 1145px; */
  justify-content: space-between;
  align-items: center;
}

.more {
  align-items: center;
  font-family: "Microsoft YaHei";
}

.title_3 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.2;
}

.more:hover {
  cursor: pointer;
}

.font_1 {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.2;
  margin-right: 3px;
  position: relative;
}

.font_1 .tooltiptext {
  visibility: hidden;
  background-color: #ffffff;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  border: 1px solid black;

  word-break:keep-all;
  white-space:nowrap;
  

  transition-delay:1s;
  /* 定位 */
  position: absolute;
  top: 20px;
  z-index: 1;
}

.font_1:hover .tooltiptext {
  visibility: visible;
}

.gameImg::after {
  z-index: 999;
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  height: 100%;
  width: 30%;
  background-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(255,255,255,0.3) 50%,
    transparent  100%
  );
  transform: skewX(-45deg);
  -ms-transform:skewX(-45deg); /* IE 9 */
  -webkit-transform:skewX(-45deg); /* Safari and Chrome */

}

.gameImg {
overflow: hidden;    
position: relative;
}

.gameImg > img {
  border: none;
  display: block;
}

.gameImg:hover {
  cursor: pointer;
}

.gameImg:hover:after {
  left: 150%;
  transition: left 1s;
  -ms-transition: left 1s; /* IE 9 */
  -webkit-transition: left 1s; /* Safari and Chrome */
}

.new_box:hover .font_5{
  color: #2797ef;
}

.point {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgb(174, 174, 174);
  margin-right: 1px;
  border-radius: 12px;
}

.point_1 {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgb(213, 213, 213);
  margin-right: 1px;
  border-radius: 12px;
}

.box_2 {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 20px;
}

.blueLine {
  height: 0px;
  width: 108px;
  border-top: 4px solid #2797ef;
}

.line_1 {
  height: 0px;
  width: 1052px;
  border-top: 4px solid #f3f3f3;
}

.line_2 {
  margin-bottom: 18px;
  margin-top: 12px;
}

.smallBox {
  flex-wrap: wrap;
}

.pic_text_1 {
  /* width: 360px; */
  height: 220px;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding-right: 18px;
  padding-top: 20px;
  padding-left: 18px;
  /* align-items: center; */
}

.pic_text_1:nth-child(3n) {
  border-right: none;
  padding-right: 0;
}
.pic_text_1:nth-child(3n-2) {
  padding-left: 0;
}
.pic_text_1:nth-child(1) {
  padding-top: 0;
}
.pic_text_1:nth-child(2) {
  padding-top: 0;
}
.pic_text_1:nth-child(3) {
  padding-top: 0;
}

.pic_text_1:nth-last-child(1) {
  border-bottom: none;
}
.pic_text_1:nth-last-child(2) {
  border-bottom: none;
}
.pic_text_1:nth-last-child(3) {
  border-bottom: none;
}

/* .pic_text_padR {
  padding-right: 18px;
}

.pic_text_2 {
  border-bottom: 1px solid #efefef;
}

.pic_text_3 {
  border-right: 1px solid #efefef;
}

.pic_text_padTop {
  padding-top: 20px;
}

.pic_text_padL {
  padding-left: 18px;
} */

.pic_2 {
  position: relative;
  height: 200px;
  width: 360px;
}
.pic_in_1 {
  position: absolute;
  height: 200px;
  width: 360px;
  z-index: 10;
}

.pic_in_2 {
  position: absolute;
  height: 40xp;
  z-index: 30;
  left: 245px;
  top: 160px;
}

.pic_in_3 {
  top: 160px;
  position: absolute;
  height: 40xp;
  z-index: 40;
}

.title_2 {
  top: 163px;
  position: absolute;
  z-index: 45;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 2.25;
  left: 20px;
}

.title_1 {
  top: 163px;
  position: absolute;
  z-index: 35;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 2.571;
  left: 284px;
}

.pic_2:hover {
  cursor: pointer;
}

.pic_2:hover > .pic_in_2 {
  z-index: 50;
}

.pic_2:hover > .title_1 {
  z-index: 52;
}

.font_2 {
  font-family: "Microsoft YaHei";
  color: #555555;
  font-size: 14px;
  line-height: 40px;
}

.font_2:hover {
  background-color: rgba(42, 93, 133, 0.1);
  cursor: pointer;
  color: #2797ef;
  background-image: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(42, 93, 133, 0.1) 50%,
    #ffffff 100%
  );
}

.font_5 {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
}

.fontsolong {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: auto;
  color: #999999;
  text-decoration: none;
  text-align: center;
}

.fontsolong:hover {
  cursor: pointer;
}

/* .new_box_MR {
  margin-right: 20px;
} */

.new_box {
  margin-bottom: 18px;
  margin-right: 20px;
}

.new_box:nth-child(10n) {
  margin-right: 0;
}

.gameBox {
  margin-top: 20px;
  width: 1159px;
  height: 150px;
  overflow: hidden;
}

.Carousel_1 {
  width: 5000px;
  height: 150px;
  display: flex;
  position: relative;
  transition: left 1s ease;
  -moz-transition: left 1s ease;
  -webkit-transition: left 1s ease;
  -o-transition: left 1s ease;
}

.picGameBox {
  margin-right: 13px;
  width: 280px;
  height: 180px;
  position: relative;
  left: 0px;
}

.picGameBox:hover {
  cursor: pointer;
}

.gamePic_1 {
  width: 280px;
  height: 180px;
  position: absolute;
  z-index: 1;
}
.gamePic_2 {
  height: 26px;
  width: 280px;
  position: absolute;
  z-index: 2;
  top: 154px;
}

.gameText {
  position: absolute;
  z-index: 3;
  color: #ffffff;
  top: 155px;
  width: 280px;
  text-align: center;
  word-break:keep-all;
  white-space:nowrap;
}

.CarouselButton {
  margin-top: 20px;
  justify-content: center;
}

.nocanLeft {
  margin-right: 22px;
  display: block;
}
.canLeft {
  transform: rotate(180deg);
  margin-right: 22px;
  display: none;
}

.point_2 {
  margin-left: 8px;
  margin-right: 8px;
  height: 0px;
  width: 0px;
  border: 4px solid #2797ef;
  border-radius: 8px;
}
.point_3 {
  margin-left: 8px;
  margin-right: 8px;
  height: 0px;
  width: 0px;
  border: 4px solid #e4e4e4;
  border-radius: 8px;
}

.canRight {
  margin-left: 22px;
}

.outSwiper {
  width: 1160px;
  height: 220px;
  position: relative;
}

.swiper-container {
  width: 1160px;
  height: 220px;
}
.swiper-slide {
  width: 280px; /*设为固定值*/
  /* width:auto;根据内容调整宽度 */
}

.swiper-button-prev {
  position: absolute;
  background-image: url("../images/swiper_button_2.png");
  width: 20px;
  height: 20px;
  top: 200px;
  left: 518px;
}

.swiper-button-next {
  position: absolute;
  background-image: url("../images/swiper_button_1.png");
  width: 20px;
  height: 20px;
  top: 200px;
  left: 620px;
}

.outSwiper .swiper_bp {
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.outSwiper .swiper_bp > div {
  display: inline-block;
  position: relative;
}

.outSwiper .swiper_bp .swiper-pagination {
  position: relative;
  overflow: auto;
  height: 30px;
}

.outSwiper .swiper_bp .swiper-pagination .swiper-pagination-bullet {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  margin-top: 11px;
  background: #e4e4e4;
  opacity: 1;
}

.outSwiper .swiper_bp .swiper-pagination .swiper-pagination-bullet-active {
  background: #2797ef;
}

.outSwiper .swiper_bp .swiper-button-prev {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #8eaac0;
  left: -30px;
  top: 5px;
  margin: 0;
  border-radius: 50%;
  background-image: url(https://www.h5uc.com/js1/h5uc/2019/pc/images/icon.png);
  background-size: 500px 400px;
  background-position: -66px -15px;
}

.outSwiper .swiper_bp .swiper-button-next {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #8eaac0;
  right: -30px;
  top: 5px;
  margin: 0;
  border-radius: 50%;
  background-image: url(https://www.h5uc.com/js1/h5uc/2019/pc/images/icon.png);
  background-size: 500px 400px;
  background-position: -114px -15px;
}

.center_1 {
  align-items: center;
}

a:-webkit-any-link {
  text-decoration: none;
}

.imgOut {
  overflow: hidden;
  width: 288px;
  margin-bottom: 1px;
  position: relative;
}

.imgOut:nth-child(1) {
  width: 330px;
}

.gameText_1 {
  position: absolute;
  z-index: 3;
  color: #ffffff;
  text-align: center;
  word-break:keep-all;
  white-space:nowrap;
  width: 99.5%;
  bottom: 5px;
}


.gamePic_3 {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
}



.imgChange:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  -ms-transform:scale(1.1, 1.1); /* IE 9 */
}



.imgChange {
  display: block;
  
  transition: transform 1s;
  -ms-transition:transform 1s; /* IE 9 */
  -webkit-transition: transform 1s; /* Safari */
}

.gameImg_1 {
  width: 98px;
  height: 98px;
  border-radius: 24px;
}

.bread {
  height: 30px;
  line-height: 30px;
  color: #999999;
  width: 100%;
  margin: auto;
  font-size: 0;
  box-sizing: content-box;
  padding: 15px 0;
  color: #999;
}

