* {
  font-family: "Microsoft YaHei"
}

.nav .top {
  height: 40px;
  background: #283443;
  line-height: 40px
}

.nav .top .inner {
  width: 1200px;
  margin: auto
}

.nav .top .left {
  color: #bcc9d9;
  font-size: 12px;
  float: left
}

.nav .top .right {
  float: right
}

.nav .top .right a {
  text-align: right;
  color: #bcc9d9;
  font-size: 12px;
  padding: 0 15px;
  position: relative;
  transition: color .2s;
  cursor: pointer
}

.nav .top .right a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #37393d
}

.nav .top .right a:first-child:before {
  display: none
}

.nav .top .right a:last-child {
  padding-right: 0
}

.nav .top .right a:hover {
  color: #ccc
}

.nav .middle {
  height: 110px;
  background: #344050;
  background-image: url(//www.h5uc.com/js1/h5uc/2019/pc/images/nav_bg.jpg);
  background-size: 1920px 110px;
  background-position: center
}

.nav .middle .inner {
  width: 1200px;
  margin: auto;
  overflow: auto
}

.nav .middle .logo {
  display: block;
  width: 207px;
  height: 52px;
  background: url(//www.h5uc.com/js1/h5uc/2019/pc/images/logo.png);
  background-size: 1005 100%;
  float: left;
  margin-top: 26px;
  cursor: pointer
}

.nav .middle .right {
  float: right;
  margin-top: 35px
}

.nav .middle .right ul {
  float: right
}

.nav .middle .right ul a {
  font-size: 12px;
  color: #788391;
  float: left;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  transition: color .2s;
  cursor: pointer
}

.nav .middle .right ul a:hover {
  color: #919dad
}

.nav .middle .right ul a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #414d5d
}

.nav .middle .right ul a:first-child:before {
  display: none
}

.nav .middle .right .search {
  width: 330px;
  height: 40px;
  border-radius: 20px;
  background: #242e3c;
  float: right;
  position: relative;
  padding: 0 50px 0 20px
}

.nav .middle .right .search form {
  width: 100%;
  height: 100%
}

.nav .middle .right .search input {
  width: 100%;
  height: 100%;
  background: none;
  font-size: 14px;
  border: none;
  outline: none;
  color: #fff;
  box-shadow: 0 0 0 1000px #242e3c inset
}

.nav .middle .right .search input::-webkit-input-placeholder {
  color: #788391
}

.nav .middle .right .search input::-moz-placeholder {
  color: #788391
}

.nav .middle .right .search input:-ms-input-placeholder {
  color: #788391
}

.nav .middle .right .search button {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  border: none;
  background: url(http://www.h5uc.com/js1/h5uc/2019/pc/images/icon.png);
  background-size: 500px 400px;
  background-position: -413px -12px;
  cursor: pointer
}

.nav .middle .right .search button:hover {
  opacity: .8
}

.nav .bottom {
  background: #131d29;
  height: 60px
}

.nav .bottom .inner {
  width: 1200px;
  margin: auto
}

.nav .bottom a {
  display: block;
  width: 133px;
  float: left;
  color: #fff;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  transition: background .2s;
  cursor: pointer
}

.nav .bottom a.active {
  background: #2797ef;
  transition: background 0s
}

.nav .bottom a.active:hover {
  background: #2797ef
}

.nav .bottom a:hover {
  background: #0a1018
}

.footer {
  background: #252525;
  min-width: 1200px;
  margin: auto;
  width: 100%
}

.footer .inner {
  width: 1200px;
  margin: auto;
  padding: 20px 0
}

.footer .f1 {
  text-align: center;
  margin-bottom: 10px
}

.footer .f1 a {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  position: relative;
  cursor: pointer;
  transition: color .2s
}

.footer .f1 a:hover {
  color: #999
}

.footer .f1 a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #555
}

.footer .f1 a:first-child:before {
  display: none
}

.footer .f2 {
  margin-bottom: 30px
}

.footer .f2 p {
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 25px
}

.footer .f2 p a {
  color: #555
}

.footer .f3 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  margin-bottom: 10px
}

.footer .f3 a {
  display: inline-block;
  color: #555;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 30px;
  margin-right: 40px;
  cursor: pointer;
  transition: color .2s
}

.footer .f3 a:hover {
  color: #999
}

.footer .f3 a i {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(http://www.h5uc.com/js1/h5uc/2019/pc/images/icon.png);
  background-size: 500px 400px
}

.footer .f3 a.i1 i {
  background-position: -263px -213px
}

.footer .f3 a.i2 i {
  background-position: -313px -213px
}

.footer .f3 a.i3 i {
  background-position: -363px -213px
}

.footer .f3 a.i4 i {
  background-position: -413px -213px
}

.footer .f3 a.i5 i {
  background-position: -463px -213px
}

.footer .f4 {
  display: block;
  height: 70px
}

.footer .f4 a {
  float: left;
  width: 300px;
  height: 70px;
  position: relative;
  cursor: pointer
}

.footer .f4 i {
  float: left;
  width: 300px;
  height: 70px
}

.footer .f4 .i1 {
  width: 160px;
  height: 40px;
  margin: 0 70px;
  margin-top: 10px;
  background: url(//www.h5uc.com/js1/h5uc/2019/pc/images/logo.png);
  background-size: 100% 100%
}

.footer .f4 .i2:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #555
}

.footer .f4 .i2:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #555
}

.footer .f4 .i2 span {
  color: #a7a7a7;
  font-size: 18px;
  margin-top: 14px;
  display: block;
  margin-left: 40px;
  margin-bottom: 2px
}

.footer .f4 .i2 p {
  font-size: 12px;
  color: #4b4b4b;
  margin-left: 40px
}

.footer .f4 .i3 {
  margin: 0 75px;
  margin-top: 10px;
  width: 150px;
  height: 50px;
  margin-left: 75px;
  background: url(//www.h5uc.com/js1/h5uc/2019/pc/images/icon.png);
  background-size: 500px 400px;
  background-position: -100px -200px
}

.footer .f4 .i4 {
  margin-top: 15px
}

.common_title {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6
}

.common_title::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 20px;
  background-color: #2797ef;
  top: 50%;
  transform: translateY(-10px);
  left: 0
}

.common_title h1 {
  font-size: 18px;
  color: rgb(67,67,67);
  font-weight: bold;
  padding-left: 16px;
  float: left
}

.common_title a {
  font-size: 14px;
  color: rgb(167,143,143);
  padding-right: 17px;
  float: right;
  display: block;
  margin-top: 3px
}

.common_title a::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 5px;
  background: url(//www.h5uc.com/js1/h5ucpc/index2020/images/dot.png) no-repeat;
  top: 30px
}

.container_wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px
}

.part_top {
  width: 100%;
  height: 180px;
  background: url(//www.h5uc.com/js1/h5uc/zt/2020/0821zq/pc/images/top_bg.png) no-repeat;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  display: flex
}

.part_top>img {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  flex-shrink: 0
}

.part_top .game {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  justify-content: space-between
}

.part_top .game h1 {
  font-size: 24px;
  color: rgb(51,51,51);
  font-weight: bold
}

.part_top .game p {
  font-size: 12px;
  color: rgb(153,153,153)
}

.part_top .game p span {
  margin-right: 20px
}

.part_top .btns {
  display: flex
}

.part_top .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  font-size: 16px;
  color: rgb(255,255,255);
  font-weight: bold;
  border-radius: 4px
}

.part_top .btns a:hover {
  opacity: .9
}

.part_top .btns a+a {
  margin-left: 20px
}

.part_top .btns a.ios {
  background-color: #2797ef
}

.part_top .btns a.and {
  background-color: #18b0a3
}

.part_top .btns a.pc {
  background-color: #587fe2
}

.part_top .btns a.home {
  background-color: #a365dd
}

.part_top .btns span {
  display: block;
  background-size: cover;
  padding-right: 10px;
  width: 14px;
  height: 16px;
  background-size: cover
}

.part_top .btns a.ios span {
  background: url(http://www.h5uc.com/js1/h5uc/zt/2020/0821zq/common/images/ios.png) no-repeat
}

.part_top .btns a.and span {
  background: url(http://www.h5uc.com/js1/h5uc/zt/2020/0821zq/common/images/and.png) no-repeat
}

.part_top .btns a.pc span {
  background: url(//www.h5uc.com/js1/h5uc/zt/2020/0821zq/pc/images/btn_1.png) no-repeat
}

.part_top .btns a.home span {
  width: 16px;
  height: 14px;
  background: url(//www.h5uc.com/js1/h5uc/zt/2020/0821zq/pc/images/btn_4.png) no-repeat
}

.part_main {
  display: flex;
  margin-top: 10px
}

.part_left {
  width: 880px;
  margin-right: 40px
}

.bread {
  height: 30px;
  line-height: 30px;
  color: #999999;
  width: 100%;
  margin: auto;
  font-size: 14px;
  box-sizing: content-box;
  padding: 15px 0;
  color: #999;
  margin: auto;
  width: 1200px;
  padding-bottom: 0;
  font-size: 0;
  padding: 20px 0
}

.bread span {
  display: inline-block;
  float: left;
  font-size: 14px
}

.bread a {
  display: inline-block;
  float: left;
  color: #999;
  transition: color .3s;
  font-size: 14px;
  position: relative;
  padding-right: 20px
}

.bread a:hover {
  color: #333
}

.bread i {
  display: inline-block;
  float: left
}

.bread a.active {
  color: #2797ef
}

.bread a.active:hover {
  color: #2797ef
}

.bread a:before {
  content: '>';
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  font-size: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.bread a:last-child:before {
  display: none
}

.bread a:last-child {
  color: #2797ef!important
}

.arc_title {
  width: 100%;
  margin-bottom: 30px
}

.arc_title h1 {
  color: #333;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px
}

.arc_title div {
  text-align: center
}

.arc_title div span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin: 0 15px
}

.arc_content {
  line-height: 30px;
  font-size: 16px;
  text-indent: 2em;
  color: #666;
  margin-bottom: 20px
}

.arc_content p {
  line-height: 30px;
  font-size: 16px;
  text-indent: 2em;
  color: #666;
  margin-bottom: 10px
}

.arc_content img {
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 10px
}

.news_boxes {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.news_boxes .info {
  width: 420px
}

.news_boxes .info .list {
  width: 100%
}

.news_boxes .info .list .item {
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e6e6e6
}

.news_boxes .info .list .item i {
  color: #2797ef;
  font-size: 16px;
  margin-right: 10px
}

.news_boxes .info .list .item span {
  color: #464647;
  font-size: 14px
}
.news_boxes .info .list .item span:hover {
color: #2797ef;
}

.news_list {
  margin-top: 20px
}

.news_list li a {
  display: flex
}

.news_list li img {
  width: 240px;
  height: 130px;
  margin-right: 30px;
  flex-shrink: 0;
  object-fit: cover;
}

.desc {
  flex: 1;
  width: 100%;
  overflow: hidden
}

.desc h1 {
  font-size: 24px;
  color: rgb(70,70,71);
  font-weight: bold;
  margin: 2px 0 16px 0
}

.desc>p:first-of-type {
  font-size: 14px;
  color: rgb(119,119,119);
  line-height: 1.5
}

.desc p:last-of-type {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 16px
}

.desc p>span {
  color: rgb(161,161,161)
}

.desc p span.strong {
  color: rgb(39,151,239);
  text-decoration: underline
}

.news_list li+li {
  margin-top: 40px
}

.researchs {
  margin-top: 50px
}

.part_right {
  flex: 1;
  width: 280px;
  flex-shrink: 0
}

.line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.double_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.hot_list--wrap {
  margin-left: -20px
}

.hot_list {
  display: flex;
  flex-wrap: wrap
}

.hot_list li {
  width: 80px;
  margin: 20px 0 0 20px;
  overflow: hidden
}

.hot_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden
}

.hot_list li a img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border-radius: 15px
}

.hot_list li a p {
  font-size: 14px;
  color: rgb(51,51,51);
  width: 100%
}

.hot_zones {
  margin-top: 15px
}

.hot_zones--list {
  margin-top: 19px;
  position: relative;
  overflow: hidden
}

.hot_zones--list::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 7px;
  width: 1px;
  height: 100%;
  background-color: #b6dfff
}

.hot_zones--list li {
padding-left: 25px;
  position: relative
}
.hot_zones--list li a{
display: block;
height: 40px;
line-height: 40px;
border-bottom: 1px dashed #e6e6e6;
}

.hot_zones--list li i {
position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-7px);
  border: 2px solid #6faad8;
  border-radius: 50%;
  z-index: 99;
  background-color: #fff
}

.hot_zones--list li p {
font-size: 14px;
color: rgb(86,86,86);
transition: all .5s
}



.hot_zones--list li:hover span {
  display: block
}

.hot_zones--list li:hover p {
color:  #2797ef;
}

.hot_zones--list li:hover i {
  border-color: #2797ef
}

.hot_zones--list li:hover i::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 3.5px;
  left: 9.7px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #2797ef;
  transform: rotate(89deg)
}

.hot_zones--list li span {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 66px;
  height: 26px;
  background-color: #2797ef;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  transform: translateY(-13px);
  box-shadow: -30px 0px 10px 1px #fff;
  transition: all .5s
}

.news_topic {
  margin-top: 15px
}

.news_topic--list {
  margin-top: 20px
}

.news_topic--list li {
  position: relative
}

.news_topic--list li+li {
  margin-top: 10px
}

.news_topic--list li a {
  display: block
}

.news_topic--list img {
  width: 280px;
  height: 150px;
  display: block
}

.news_topic--list p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 26px;
  background-color: rgba(0,0,0,.5);
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #fff
}

.game_screenshot .swiper-container {
  margin-top: 20px
}

.game_screenshot .swiper-slide {
  width: 640px;
  height: 360px
}

.game_screenshot .swiper-slide.long {
  width: 300px;
  height: 488px
}

.game_screenshot .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.game_screenshot .swiper-container .swiper-button-next:after,.game_screenshot .swiper-container .swiper-button-prev:after {
  font-size: 32px;
  color: #fff
}

.game_screenshot .swiper-container .swiper-button-prev {
  width: 40px;
  height: 100%;
  left: 0px;
  top: 0;
  margin-top: 0px;
  background: rgba(0,0,0,0.6);
  outline: none
}

.game_screenshot .swiper-container .swiper-button-next {
  width: 40px;
  height: 100%;
  right: 0px;
  top: 0;
  margin-top: 0px;
  background: rgba(0,0,0,0.6);
  outline: none
}

.game_screenshot .swiper-button-prev:before,.game_screenshot .swiper-button-next:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(//js1.te5.com/te5/2019/pc/images/icon.png);
  background-size: 500px 400px
}

.game_screenshot .swiper-button-prev:before {
  background-position: -255px 0
}

.game_screenshot .swiper-button-next:after {
  background-position: -305px 0
}

#laypages {
  text-align: center;
  margin-top: 30px
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #2797ef
}

.part_subject .swiper_box {
  padding-bottom: 15px
}

.part_subject .swiper-container {
  padding: 20px 0 40px 0;
  box-sizing: border-box
}

.part_subject .swiper_box .swiper_slide {
  width: 290px;
  height: 150px;
  display: flex;
  justify-content: center
}

.part_subject .swiper_box .swiper_bp {
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center
}

.part_subject .swiper_box .swiper_bp>div {
  display: inline-block;
  position: relative
}

.part_subject .swiper_box .swiper_bp .swiper-pagination {
  position: relative;
  overflow: auto;
  height: 30px
}

.part_subject .swiper_box .swiper_bp .swiper-pagination .swiper-pagination-bullet {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  margin-top: 11px;
  background: #e4e4e4;
  opacity: 1
}

.part_subject .swiper_box .swiper_bp .swiper-pagination .swiper-pagination-bullet-active {
  background: #2797ef
}

.part_subject .swiper_box .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(//www.h5uc.com/js1/h5uc/2019/pc/images/icon.png);
  background-size: 500px 400px;
  background-position: -66px -15px
}

.part_subject .swiper_box .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(//www.h5uc.com/js1/h5uc/2019/pc/images/icon.png);
  background-size: 500px 400px;
  background-position: -114px -15px
}

.part_subject .item {
  width: 290px;
  height: 150px
}

.part_subject .item a {
  width: 280px;
  height: 150px;
  display: block;
  margin: auto;
  background: #eee;
  position: relative
}

.part_subject .item .img {
  width: 100%;
  height: 100%
}

.part_subject .item .img img {
  width: 100%;
  height: 100%
}

.part_subject .item p {
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(0,0,0,.8);
  padding: 0 10px;
  box-sizing: border-box
}

.part_subject .item p span {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  line-height: 30px
}

.m_title_1 {
  height: 60px;
  border-bottom: 1px solid #e5e5e5
}

.m_title_1 span {
  font-size: 20px;
  font-weight: bold;
  float: left;
  line-height: 60px;
  position: relative;
  padding-left: 40px;
  margin-right: 60px;
  color: #333
}

.m_title_1>span.i2:before {
  background-position: -60px -60px
}

.m_title_1 span:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(//www.h5uc.com/js1/h5uc/2019/pc/images/icon.png);
  background-size: 500px 400px
}

.m_title_1>a {
  float: right;
  color: #a78f8f;
  font-size: 14px;
  padding-right: 16px;
  float: right;
  line-height: 14px;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  transition: color .3s
}

.m_title_1>a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b2b3c5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  transition: background .3s
}

.m_title_1>a:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: background .3s
}
