header {
  width: 100%;
}

header img {
  display: bolck;
  width: 100%;
  height: 100%;
}

nav {
  width: 100%;
  height: 35px;
}

nav ul {
  display: flex;
  background: #ddd;
  align-items: center;
  height: 100%;
}

nav ul li {
  display: flex;
  align-items: center;
  flex: 1;
  height: 100%;
  justify-content: center;
  position: relative;
}

li.current {
  box-shadow: 0 18px 0 0 rgba(255, 255, 255, 0.1) inset;
  background: url("../../images/li_current.png") no-repeat center/100% 100%;
}

nav ul li i {
  position: absolute;
  display: block;
  width: 1px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  z-index: 10;
  background: url("../images/nav_line.png") no-repeat center/100% 100%;
}

li.current .title h2,
li.current .title p {
  color: #fff;
}

nav ul li em {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

nav ul li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

nav ul li span img {
  display: block;
  width: 100%;
}

.title {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.title h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #5a5a5a;
}

.title p {
  font-size: 5.3px;
  line-height: 1;
  margin-top: 4px;
  color: #5a5a5a;
}
/*banner 开始*/

.swiper-container,
.swiper-wrapper,
.swiper-slide,
.swiper-slide a,
.swiper-slide img {
  width: 100%;
}

.swiper-container {
  display: block;
  height: 2.42rem;
  overflow: hidden;
}

.swiper-container .swiper-wrapper {
  width: 99999px;
  font-size: 0;
}

.swiper-container .swiper-slide {
  display: inline-block;
  width: 100%;
}

.pagination {
  position: relative;
  width: 100%;
  height: 18.3px;
  font-size: 18.3px;
  text-align: center;
  background: url("../images/list_bg.png") no-repeat center/100% 100%;
  z-index: 99;
}

.swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 6px;
  height: 6px;
  line-height: 18.3px;
  margin-right: 10px;
  background: url("../images/list_round_bg.png") no-repeat center/100% 100%;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background:
    url("../images/list_round_current_bg.png") no-repeat center/6px 6px,
    url("../images/list_round_bg.png") no-repeat center/100% 100%;
  width: 6px;
  height: 6px;
}

.block {
  display: block;
}

.none {
  display: none;
}
/*banner 结束*/
/*底部*/

.service {
  display: block;
}

.service_title {
  width: 100%;
  height: 40px;
  background: #676b71;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset; */
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.service_title a {
  color: #fff;
}

.service > ul {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15) inset;
  height: 44px;
  padding: 0 10px;
  background: url("../images/game_list_bg.png") repeat center/100% 100%;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.service > ul li {
  display: inline;
}

.service > ul li img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.service > ul li div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  text-align: center;
}

.service > ul li em {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.service > ul li div > p {
  font-size: 11px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin: 2px 0;
}

.service > ul li div > p:last-child {
  font-size: 6px;
  font-weight: normal;
}

.service .service_list_1 {
  color: #ff7474;
}

.service .service_list_2 {
  color: #de9e25;
}

.service .service_list_3 {
  color: #6e80bd;
}

.service .service_list_4 {
  color: #7cb659;
}

.bottom {
  position: fixed;
  display: flex;
  z-index: 90;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 47px;
  align-items: center;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15) inset;
  background:
    url("../images/bottom_line.png") no-repeat 33% center/1px 100%,
    url("../images/bottom_line.png") no-repeat 66% center/1px 100%,
    url("../images/game_list_bg.png") repeat center/100% 100%;
}

.bottom a {
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 47px;
  text-align: center;
  flex: 1;
}

.bottom a img {
  width: 1.4rem;
  /* height: 20px; */
}

.bottom em {
  display: inline-block;
  height: 100%;
}
/*底部结束*/

@media screen and (min-width: 319px) and (max-width: 360px) {
  .service > ul li div > p {
    font-size: 10px;
  }
  .service > ul li div > p:last-child {
    font-size: 5px;
  }
  .service > ul li img {
    width: 16px;
    height: 16px;
  }
}
/*loading*/

#load {
  position: fixed;
  background: #fff url("../images/loading.gif") no-repeat center;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

#load span {
  z-index: 99999;
  position: absolute;
  left: 50%;
  top: 58%;
  font-size: 8px;
  color: #000;
  transform: translate(-50%, -50%);
}
/*News*/

.ui-companyIntro,
.ui-companyNews,
.ui-foxArticle {
  font-size: 14px;
  padding: 0.4rem 15px 0.2rem;
  margin-top: -0.2rem;
  text-indent: 28px;
  line-height: 1.5;
  background: url(/images/game_list_bg.png) repeat;
}

.ui-companyNews .new-content {
  min-height: 302px;
}

.ui-companyNews h5 {
  font-size: 16px;
  color: #333;
  line-height: 2;
  text-align: center;
  margin-bottom: 15px;
}

.ui-companyNews > div p {
  margin-bottom: 15px;
}

.ui-companyNews li,
.ui-foxArticle li {
  margin-bottom: 0.2rem;
}

.ui-companyNews li a,
.ui-foxArticle li a {
  color: #3d3d3d;
  line-height: 1.5;
  width: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  text-indent: 0;
  font-size: 12px;
}

.ui-companyNews li,
.ui-foxArticle li {
  text-indent: 0;
}

.ui-companyNews li span,
.ui-foxArticle li span {
  font-size: 12px;
}

.ui-companyNews li > img,
.ui-foxArticle li > img {
  display: inline-block;
  vertical-align: middle;
}

.companyMinHeight li:first-child {
  margin-top: 15px;
}

.ui-newBtn-box {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  background: url(/images/game_list_bg.png) repeat;
}

.ui-newBtn-box a {
  font-size: 16px;
  padding: 5px 10px;
  margin: 0 10px;
  border: 1px solid #eee;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: #fff;
  border-radius: 5px;
}

.companyMinHeight {
  min-height: 300px;
}

.companyMinHeight li {
  margin-bottom: 15px;
}

.ui-newDetails img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

.fn-right {
  float: right;
  display: inline;
}

.fn-left {
  float: left;
  display: inline;
}

/* 弹窗 */
.ui-dialog-backdrop {
  display: none;
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}

.ui-dialog-backdrop.active {
  display: block;
}

.ui-weixin-qr1 {
  position: fixed;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.2rem;
  z-index: 999;
  left: 50%;
  top: 50%;
  width: 6.8rem;
  height: auto;
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  background: #fff;
}

.ui-weixin-qr1 h2 {
  font-size: 0.32rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 0.4rem;
  text-align: left;
  padding-top: 0.24rem;
  padding-bottom: 0.05rem;
  border-bottom: 1px solid #d4d4d4;
}

.ui-weixin-qr1 h2 a {
  width: 0.24rem;
  height: 0.24rem;
  background: url("../images/pop-close-dialog.png") no-repeat center;
  background-size: 100% 100%;
  transition: transform 0.5s ease-in-out;
}

.ui-weixin-qr1 h2 a:hover {
  transform: rotate(-360deg);
  cursor: pointer;
}

.ui-weixin-onlineshow {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}

.ui-qrleft {
  /* margin-left: 60px; */
  padding-bottom: 0.55rem;
}
.ui-qrleft > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #d4d4d4;
}
.ui-qrleft > div img {
  display: block;
  padding: 0.2rem 0.04rem 0.08rem;
  width: 3rem;
}
.ui-qrleft > div p {
  font-size: 0.28rem;
  text-align: center;
  color: #390;
  padding-bottom: 0.2rem;
}

/* 在线留言弹窗 */
.ui-message-online {
  position: fixed;
  text-align: center;
  box-sizing: border-box;
  padding: 0.03rem;
  z-index: 999;
  left: 50%;
  top: 50%;
  width: 6.5rem;
  height: 8.87rem;
  border-radius: 0.16rem;
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  background: #fff;
}

.ui-message-onlineshow {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}

.ui-message-top {
  position: relative;
  display: flex;
  height: 0.63rem;
  color: #ffffff;
  font-size: 0.27rem;
  align-items: center;
  background: #3d3d3d;
  vertical-align: middle;
  justify-content: center;
  border-radius: 0.13rem 0.13rem 0.04rem 0.04rem;
}

.ui-message-top > a {
  position: absolute;
  top: 50%;
  right: 0.19rem;
  width: 0.22rem;
  height: 0.22rem;
  transform: translateY(-50%);
  background: url(../images/message-pop-close-icon.png) no-repeat center;
  background-size: 100% 100%;
}

.ui-message-form-profile {
  font-size: 0;
  margin-bottom: 0.43rem;
  padding: 0.38rem 0.93rem 0;
}

.ui-message-form-profile .ui-form-item {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.5rem;
}

.ui-message-form-profile .ui-form-item:nth-child(4) {
  margin-bottom: 0.12rem;
}

.ui-message-form-profile label {
  display: block;
  text-align: left;
  font-size: 0.2rem;
  color: #424242;
  margin-bottom: 0.2rem;
}

.ui-contact-error-msg {
    position: absolute;
    left: 1.5rem;
    color: red;
    font-size: 12px;
    min-height: 20px;
}

.ui-message-form-profile .ui-form-select {
  width: 1.5rem;
  height: 0.5rem;
  border: 1px solid #bbbbbb;
  border-radius: 0.07rem 0 0 0.07rem;
  padding: 0 0.08rem;
  font-size: 0.21rem;
  color: #3d3d3d;
  outline: none;
  background: #fff;
  vertical-align: top;
}

.ui-form-select-input {
  width: calc(100% - 1.5rem);
  height: 0.5rem;
  padding: 0.1rem 0.27rem;
  border: 1px solid #bbbbbb;
  border-radius: 0 0.07rem 0.07rem 0;
  border-left: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 0.21rem;
  color: #3d3d3d;
}

.ui-message-form-profile .ui-form-input {
  width: 100%;
  height: 0.5rem;
  padding: 0.1rem 0.27rem;
  border: 1px solid #bbbbbb;
  border-radius: 0.07rem;
  box-sizing: border-box;
  font-size: 0.21rem;
  color: #3d3d3d;
}

.ui-message-form-profile .ui-form-textarea {
  width: 100%;
  padding: 0.1rem 0.27rem;
  border: 1px solid #bbbbbb;
  border-radius: 0.07rem;
  box-sizing: border-box;
  font-size: 0.21rem;
  color: #3d3d3d;
}

.ui-message-form-profile .ui-form-select:focus-visible,
.ui-message-form-profile .ui-form-select-input:focus-visible,
.ui-message-form-profile .ui-form-input:focus-visible,
.ui-message-form-profile .ui-form-textarea:focus-visible {
  outline: none;
  border: 1px solid #007bff;
}

.ui-message-form-profile .ui-form-textarea {
  resize: vertical;
  min-height: 2.45rem;
}

.ui-message-form-profile .ui-form-input-with-asterisk {
  position: relative;
  width: 100%;
}

.ui-message-form-profile .ui-required {
  position: absolute;
  top: 0.08rem;
  color: red;
  line-height: 1;
  right: -0.2rem;
  font-size: 0.3rem;
}

.ui-message-form-profile .ui-form-hint {
  font-size: 0.18rem;
  color: #bdbdbd;
  text-align: right;
  margin: 0 0 0.3rem;
}

.ui-message-form-profile .ui-form-submit-btn {
  width: 2.47rem;
  height: 0.68rem;
  border: none;
  cursor: pointer;
  background: url(../images/submit-btn.png) no-repeat center;
  background-size: 100% 100%;
}

.ui-message-form-profile .ui-form-submit-btn:disabled {
  cursor: not-allowed;
  /* opacity: 0.4; */
  background: url(../images/submit-disabled-btn.png) no-repeat center;
  background-size: 100% 100%;
}

.ui-message-profile-bottom {
  padding: 0 0.93rem;
}

.ui-message-profile-bottom-content {
  color: #666666;
  font-size: 0.18rem;
  padding-top: 0.28rem;
  border-top: 1px dashed #8c8c8c;
}

.ui-message-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.2rem 0.4rem;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.ui-message-toast.show {
  opacity: 1;
  visibility: visible;
}
