﻿html,
body {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  color: #575757;
  font-family: 'PingFang SC-Bold';
  margin: 0;
}
html p,
body p {
  margin: 0;
  line-height: 24px;
}
html {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
ul,
dl,
dd,
dt,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  /* color: #fff; */
}
th {
  font-weight: normal;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: inline-block;
  content: "clear";
  height: 0;
  line-height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.pull-right {
  float: right;
}

body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}

body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background: rgb(195, 206, 213);
}

body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #e6e6e6;
}


/* 业务样式 */
/* 头部导航样式开始 */
.header {
  width: 100%;
  height: 104px;
  position: fixed;
  background-color: #fff;
  z-index: 2;
}
.header-content {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}
.header-left {
  float: left;
}
.header-left-logo {
  margin-right: 186px;
  width: 227px;
 
  margin-top: 22px;
}
.header-nav {
  display: inline-block;
  vertical-align: top;
  padding-top: 39px;
}
.header-nav li {
  float: left;
  padding: 0 18px;
  font-size:18px
}
.header-nav li a {
  color: #575757;
  color: gray;
}
.header-nav li a:hover, .header-nav li .a-active {
  color: #383838;
  font-weight: bold;
}
.header-download {
  float: right;
  width: 136px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  color: #575757;
  text-align: center;
  border: 1px solid #575757;
  margin-top: 31px;
  cursor: pointer;
}
.header-download a {
  color: #575757;
}
.header-download i {
  margin-right: 4px;
}
.header-download:hover {
  color: #00AFFF;
  border-color: #00AFFF;
}

/* 头部导航样式结束 */

/* 手机端头部导航样式开始 */

.mobile-header {
  height: 0.64rem;
  padding-top: 0.16rem;
  width: 100%;
  padding-left: 0.2rem ;
  padding-right: 0.24rem;
  vertical-align: middle;
  background-color: #fff;
  position: fixed;
  z-index: 2;
  box-shadow: 0px 2px 4px 0px rgba(124,124,124,0.07);
}
.mobile-header-left {
  float: left;
  width: 1.4rem;
  height: 100%;
}
.mobile-header-left img {
  vertical-align: top;
  width: 100%;
}
.mobile-header-right {
  float: right;
  width: 1.6rem;
  height: 100%;
}

.mobile-header-download {
  width: 1.04rem;
  height: 0.3rem;
  line-height: 0.3rem;
  vertical-align: top;
  border: 1px solid #575757;
  border-radius: 0.19rem;
  -webkit-border-radius: 0.19rem;
  -moz-border-radius: 0.19rem;
  -ms-border-radius: 0.19rem;
  -o-border-radius: 0.19rem;
  text-align: center;
  font-size: 0.14rem;
  display: inline-block;
  margin-right: .17rem;
}
.mobile-header-download a {
  font-size: 0.14rem;
  color: #6a6a6a;
  line-height: 0.3rem;
}
.mobile-more-menu-btn {
  height: 0.3rem;
  line-height: 0.3rem;
}

.mobile-more-menu-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(57,57,57,0.5);
  z-index: 3;
  /* opacity: 0; */
  transition: opacity 0.3s ease  ;
  -webkit-transition: opacity 0.3s ease  ;
  -moz-transition: opacity 0.3s ease  ;
  -ms-transition: opacity 0.3s ease  ;
  -o-transition: opacity 0.3s ease  ;
  display: none;
}
.mobile-more-menu {
  width: 2.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
}
.btn-close {
  margin-bottom: .24rem;
  text-align: right;
  padding-right: .27rem;
  padding-top: .2rem;
}
.mobile-more-nav {
  height: .7rem;
  line-height: .7rem;
  border-bottom: 1px solid #d9d9d9;
  padding-left: .24rem;

}
.mobile-more-nav a {
  color: #575757;
  font-size: .16rem;
}

/* 手机端头部导航样式结束 */


/* 分割线 */
.module-divider-common, .module-divider-common1, .module-divider-common2, .module-divider-common-price {
	text-align: center;
	color: #fff;
	font-size: 60px;
	padding-top:80px;
	overflow:hidden;
}
.bg{	background-image: url(../picture/5.jpg);
	background-repeat: no-repeat;
	background-position: center top;}
.divider-content-text {
  padding: 0 12px;
}
.divider-content1 {

  display: inline-block;
}
.divider-content2 {
  background: url('../image/divider-bg2.png') no-repeat 50% 67%;
  display: inline-block;
}



/* 页脚开始 */
.footer-top {
  background-color: #111;
  /* height: 278px; */
  border-bottom: 1px solid #313131;
}

.footer-bottom {
  background-color: #111;
  height: 122px;
  color: #8e8e8e;
  padding-top: 32px;
  font-size: 14px;
}
.footer-content {
  width: 1200px;
  margin: 0 auto;
  line-height:30px;
  text-align:center;
}
.footer-top-content {
  padding: 61px 0 20px 80px;
}
.footer-item {
  color: #8e8e8e;
  font-size: 14px;
  margin-right: 80px;
  display: inline-block;
  vertical-align: top;
}
.footer-item-link img {
  height: 18px;
}
.footer-item a, .footer-bottom a {
  color: #8e8e8e;
}
.footer-item-text {
  cursor: pointer;
  position: relative;
}
.footer-item-text:hover {
  color: #ffff;
}
.footer-item a:hover{
  color: #fff;
}
.footer-qrcode-common {
  position: absolute;
  width: 112px;
  height: 112px;
  background-color: #373737;
  padding: 8px;
  z-index: 1;
  display: none;
}
.footer-qrcode-common1 {
  position: absolute;
  width: 110px;
  height: 110px;
  background-color: #373737;
  padding: 8px;
  z-index: 1;
  display: none;
  margin-left:40%;
}
.footer-qrcode-common2 {

  width: 112px;
  height: 52px;
  background-color: #373737;
  padding: 8px;
  z-index: 1;
  display: none;
  margin-left:40%;
}
.wechat-qrcode::after, .douyin-qrcode::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-left: -10px;
}
.footer-qrcode-common img {
  width: 100%;
  height: 100%;
}
.footer-qrcode-common1 img {
  width: 100%;
  height: 100%;
}
.footer-qrcode-common2 img {
  width: 100%;
  height: 100%;
}
.footer-item-text:hover .footer-qrcode-common {
  display: block; /* 当hover在footer-item-text上时显示二维码 */
}
.footer-item-text:hover .footer-qrcode-common1 {
  display: block; /* 当hover在footer-item-text上时显示二维码 */
}
.footer-item-text:hover .footer-qrcode-common2 {
  display: block; /* 当hover在footer-item-text上时显示二维码 */
}
.wechat-qrcode {
  top: -125px;
  left: -30px;
}
.wechat-qrcode::after {
  bottom: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #373737;
}
.douyin-qrcode {
  left: -30px;
  top: 30px;
}
.douyin-qrcode::after {
  top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #373737;
}
.footer-bottom a:hover {
  color: #fff;
}
.footer-bottom .a-underline {
  text-decoration: underline;
  margin-right: 10px;
}
.footer-bottom-item {
  padding-top: 10px;
  margin-right: 32px;
  display: inline-block;
}
.footer-item-title {
  color: #fff;
  font-weight: bold;
  font-family: 'PingFang SC-Bold';
  font-size: 18px;
  margin-bottom: 25px;
}
.footer-item-line {
  margin-bottom: 24px;
}
.footer-item-line .iconfont {
  margin-right: 6px;
}
.footer-item-lineleft {
  margin-right: 48px;
}
.footer-logo {
  display: inline-block;
  font-size: 18px;
}
.footer-logo a {
  color: #fff;
}
.footer-bottom img {
  width: 14px;
  height: 14px;
}

/* 页脚结束 */


/* pc端侧边栏联系客服开始 */
.pc-sidebar {
  width: 64px;
  position: fixed;
  top: 50%;
  margin-top: -75px;
  right: 56px;
}
.pc-sidebar .services {
  height: 166px;
  margin-bottom: 16px;
  background: linear-gradient( #34B5DD 17%, #0962E7 92%);
  border-radius: 41px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  -o-border-radius: 41px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
  user-select: none;
}
.pc-sidebar .services:hover {
  background: linear-gradient( #76D8F6 17%, #3982F0 92%);
}
.services-link {
  display: inline-block;
  padding: 10px 24px;
}

.pc-sidebar .services i {
  font-size: 40px;
  margin-bottom: 4px;
}
.goto-top {
  width: 64px;
  height: 89px;
  /* line-height: 89px; */
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  padding-top: 24px;
  color: #747474;
  border-radius: 41px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  -o-border-radius: 41px;
  user-select: none;
}
.goto-top .iconfont {
  font-size: 20px;
  margin-bottom: 6px;
}
.goto-top:hover {
  background-color: #f2f2f2;
}

/* pc端侧边栏联系客服结束 */

/* 手机端底部开始 */
.mobile-footer-wrap {
  padding: .24rem .4rem .24rem ;
  background-color: #111;
}
.client-download {
  display: inline-block;
  width: 49%;
  margin-bottom: .16rem;
}
.mobile-footer-title-text {
  font-size: .16rem;
  color: #fff;
  margin-bottom: .08rem;
}
.mobile-footer-con-text {
  font-size: .14rem;
  color: #8e8e8e;
}
.mobile-footer-item {
  margin-bottom: .24rem;
}
.friend-link {
  margin-right: .24rem;
}
.about-us {
  padding: 0 .12rem;
  position: relative;
}
.about-us:first-child {
  padding-left: 0;
}
.about-us::after {
  content: '';
  width: 1px;
  height: .12rem;
  right: 0;
  background-color: #8e8e8e;
  position: absolute;
  top: 50%;
  margin-top: -.05rem;
}
.about-us:last-child::after {
  display: none;
}
.footer-code-item {
  width: 48%;
  display: inline-block;
  text-align: center;
  margin-right:1%;
}

/* 手机端底部结束 */


/* 登录在线客服系统开始 */


.online-mobile-wrap {
  display: none;
}
.online-mobile-content-wrap {
  width: 444px;
  height: 291px;
  background-color: #f2f2f2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: absolute;
  top: 50%;
  margin-top: -145px;
  left: 50%;
  margin-left: -222px;
  z-index: 4;
  color: #2c2c2c;
  font-size: 12px;
}
.online-mobile-title {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 24px;
  position: relative;

}
.online-mobile-content {
  text-align: center;
  padding: 57px 102px 0;
}
.online-mobile-info-input {
  margin-bottom: 4px;
}
.online-mobile-info-input input {
  width: 240px;
  height: 33px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #4B576D;
  padding-left: 2px;
}

.error-tip {
  color: #ff4646;
  margin-bottom: 12px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.online-mobile-info {
  text-align: left;
  margin-bottom: 16px;
}
.online-button {
  width: 240px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #218AF9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.online-button:hover {
  background-color: #539FEF;
}
.online-mobile-close-icon {
  cursor: pointer;
}
.online-mobile-close-icon::after {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  right: 19px;
  width: 37px;
  height: 26px;

}
.footer-code-item img {
  width: 138px;
}
/* 登录在线客服系统结束 */

/* 屏幕宽度小于319 使用移动端样式 */

@media screen and (max-width: 320px) {
  html{
    font-size: 78px;
  }
}

/* 屏幕宽度小于769 使用移动端样式 */

@media screen and (min-width: 320px) and (max-width: 370px) {
  html {
    font-size: 80px;
  }
}

@media screen and (min-width: 370px) and (max-width: 769px) {
  html {
    font-size: 100px;
  }
}

/* 手机屏幕 */
@media screen and (max-width: 769px) {
.bg{	background-image: url(../picture/6.jpg);
	background-repeat: no-repeat;
	background-position: center top;}
  html {
    background-color: #F4F5F6;
  }
  body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,pre,form,input,textarea,th,td,select  {
    font-size: 14px;
  }
  .header {
    display: none;
  }
  .banner-wrap {
    display: none;
  }
  .module-divider-common1 {
   
  }
  .divider-left-img {
    display: none;
  }
  .divider-right-img {
    display: none;
  }
  .mobile-module-divider-common {
    text-align: center;
    color: #2c2c2c;
    font-size: 20px;
    height: 0.68rem;
    line-height: 0.68rem;
  }
  .mobile-divider-content1 {
    background: url('../image/divider-bg1-mobile.png') no-repeat 50% 70%;
    background-size: contain;
    display: inline-block;
  }
  .divider-content2 {
    background: url('../image/divider-bg2-mobile.png') no-repeat 50% 75%;
  }
  .module-divider-common2 {
    font-size: 20px;
  }
  .more-game-wrap {
    display: none;
  }
  .price-preview {
    display: none
  }
  .footer-top {
    display: none;
  }
  .footer-bottom {
    display: none;
  }
  .pc-sidebar {
    display: none;
  }


}

/* 电脑屏幕 */
@media screen and (min-width : 770px) {

  .mobile-header {
    display: none;
  }
  .mobile-banner-wrap {
    /* display: none; */
    visibility: hidden;
    height: 0;
    margin-top: 0!important;
    padding-bottom: 0!important;
  }
  .mobile-module-divider-common-download {
    display: none;
  }
  .mobile-game-wrap {
    display: none;
  }
  .mobile-price-preview {
    display: none;
  }
  .mobile-footer-wrap {
    display: none;
  }
  .mobile-more-menu-mask {
    display: none;
  }
  .divider-left-img-mobile {
    display: none;
  }
  .divider-right-img-mobile {
    display: none;
  }
}

.price-hour {
  position: absolute;
  left: 0;
  top: -15px;
  display: inline-block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #fb651d;
  border-radius: 2px 2px 16px 2px;
  -webkit-border-radius: 2px 2px 16px 2px;
  -moz-border-radius: 2px 2px 16px 2px;
  -ms-border-radius: 2px 2px 16px 2px;
  -o-border-radius: 2px 2px 16px 2px;
}
.mobile-price-hour {
  position: absolute;
  padding: 0 .04rem;
  top: -.08rem;
  left: 0;
  height: .17rem;
  line-height: .17rem;
  color: #fff;
  background-color: #fb651d;
  border-radius: 1px 1px 9px 1px;
  -webkit-border-radius: 1px 1px 9px 1px;
  -moz-border-radius: 1px 1px 9px 1px;
  -ms-border-radius: 1px 1px 9px 1px;
  -o-border-radius: 1px 1px 9px 1px;
}
