html,body {
  height: 100%;
}
.index-header {
  position: relative;
  width: 100%;
  min-height:100%;
}

/*******header区域开始***********/

.header {
  width: 100%;
}
.header header {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.header header .logo {
  margin: 10px 170px 0 0;
  width: 75px;
}
.header header .logo,.header header .nav,.header header .nav>li {
  float: left;
}
.header header .nav li {
  line-height:97px;
  margin-right: 48px;
}
.header header .nav li a {
  font-size: 16px;
  color: #333;
}
.header header .nav li a.action,
.header header .nav li a:hover {
  color: red;
}

/******header区域结束**********/
.page {
  padding-bottom: 330px;
  width: 100%;
}
/*******bannner区域开始********/

.index-banner {
  position: relative;
  width: 100%;
}
.banner-top {
  height: 597px;
  background: url('../../img/banner.png') top;
}
.banner-center {
  height: 682px;
  background: url('../../img/banner2.png') top;
}
.banner-bottom {
  height: 681px;
  background: url('../../img/banner3.png') top;
}
.banner-download {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-device-width: 414px) {
  .banner-top {
    background: url('../../img/index1.png');
    background-size: 100% 597px;
  }
  .banner-center {
    background: url('../../img/index2.png');
    background-size: 100% 682px;
  }
  .banner-bottom {
    background: url('../../img/index3.png');
    background-size: 100% 681px;
  }
}
/*********banner区域结束*******/

/********相关信息区域开始*******/


/********相关信息区域结束*******/

/********main区域开始**********/
.index-main {
  width: 100%;
}
.index-main main {
  width: 900px;
  margin: 185px auto 215px;

}
.index-main main ul {
  overflow: hidden;
}
.index-main main ul li {
  float: left;
}
.index-main main > ul>li:first-child {
  margin-right: 195px;
}
.index-main main ul li p.index-title {
  position: relative;
  padding: 12px 0;
  font-size: 20px;
  text-indent: 35px;
  font-weight: bolder;
  border-bottom: 1px solid #d5d5d5;
}
.index-title::after {
  position: absolute;
  left: 20px;
  top: 12px;
  content: '';
  width: 10px;
  height: 20px;
  background-color: #fe564b;
}
.index-main main ul li .info {
  width: 300px;
  margin-top: 30px;
  /* color: #696969; */
  /* font-size: 18px; */
}
/* .info li {
  margin-bottom: 15px;
} */
.index-main main ul li .info img {
  display: inline-block;
  margin: 10px 20px 0 0;
  width: 55px;
  vertical-align: top;
}
.index-main main ul li .info p {
  display: inline-block;
  vertical-align: top;
}
.index-main main ul li .info ul li p span {
  display: block;
  width: 100%;
  line-height: 36px;
  color: #666;
}
.index-main main ul li .info ul {
  margin-top: 45px;
}
.index-main main ul li .news {
  width: 328px;
  overflow: hidden;
}
.index-main main ul li .news li {
  display: block;
  margin-top: 20px;
  line-height: 20px;
}
.index-main main ul li .news li:hover {
  color: red;
}
/*******main区域结束***********/

/********footer区域开始********/

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* height: 330px; */
  color: #fff;
  background-color: #ff7761;
}
.footer footer {
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}
.footer-top {
  margin-top: 40px;
  margin-bottom: 45px;
}
.footer-title {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  padding-right: 15px;
  font-size: 40px;
  font-weight: 700;
  border-right: 1px solid #fff;
}
.footer-title img {
  border-radius: 14px;
}
.footer-Stitle {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
}
.footer-Stitle > span {
  margin-left: 12px;
}
.footer-link {
  display: inline-block;
  overflow: hidden;
  margin: 10px 64px 0 24px;
}
.footer-link > li {
  float: left;
  height: 86px;
  line-height: 86px;
}
.footer-href {
  padding: 0 20px 0 14px;
  color: #fff;
  border-right: 1px solid #fff;
}
.footer-link > li:last-child > .footer-href {
  border: 0;
}
.footer-word {
  display: inline-block;
  vertical-align: top;
  height: 60px;
}
.footer-word > p {
  line-height: 30px;
}
.register-left {
  display: inline-block;
  margin: 30px 66px 0 177px;
  font-weight: 700;
}
.register-left > h4 {
  font-size: 36px;
  margin-bottom: 15px;
}
.register-left > span {
  font-size: 24px;
  margin-right: 20px;
}
.wx {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 60px;
}
.wx > span {
  display: block;
  margin-top: 17px;
}
.safe {
  background-color: #fff;
  height: 47px;
  margin: 0 0;
  padding: 5px;
  line-height: 50px;
  text-align: center;
}
/********结束********/


/*****关于我们********/
.ourselvesMain {
  width: 960px;
  margin: 20px auto 0;
}
.ourselvesMain .title {
  padding: 35px;
  font-size: 35px;
  color: #ff9f16;
  border-bottom: 1px solid #ff9f1f;
}
.ourselvesMain .ourselvesMain-explain {
  margin-top: 30px;
  font-size: 20px;
  text-indent: 40px;
  line-height: 38px;
}
.company {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
.ourselversTitle {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.ourselversDetail > li {
  font-size: 16px;
  margin: 30px 0;
}
.ourselves-space {
  width: 100%;
  height: 200px;
}
/******玩法说明********/
.register {
	margin: 0 auto 40px;
	width: 900px;
}
.register-title {
	overflow: hidden;
	margin-top: 40px;
}
.register-title span {
	display: block;
	float: left;
}
.register-title span.number {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	background: #ff9a00;
}
.register-title span.word {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 18px;
	color:#000;
	font-weight: bolder;
}
.register-content p {
	font-size: 18px;
	line-height: 36px;
	text-indent: 36px;
}
/******新闻资讯*******/
 .information-main {
 	margin: 20px auto 40px;
 	width: 900px;
 }
 .information-main li {
 	padding: 20px 0;
 	border-bottom: 1px solid #f5e2c9;
 }
 .information-main li:hover {
 	color: red;
 }
.information-main li h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
.information-main li h4 span.time{
	font-size: 12px;
	color: #333;
	margin-left: 20px;
}
.information-main li p {
	font-size: 16px;
	text-indent: 32px;
	line-height: 26px;
}
/******联系我们******/
.call-main {
	width: 960px;
	margin: 0 auto;
}
.call-main ul {
	overflow: hidden;
	height: 525px;
	border-bottom: 1px dotted #ff9f1f;
}
.call-main ul li {
	float: left;
	margin: 50px;
	text-align: center;
}
.call-main ul li h4 {
	font-size: 18px;
	line-height: 50px;
}
.call-main ul li span.icon {
	display: block;
	margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.call-main ul li:nth-child(1) span.icon {
	background: url("../../img/iphone.png");
  background-size: 100px 100px;
}
.call-main ul li:nth-child(2) span.icon {
	background: url("../../img/qq.png");
  background-size: 100px 100px;
}
.call-main ul li:nth-child(3) span.icon {
	background: url("../../img/mail.png");
  background-size: 100px 100px;
}
.call-main ul li .call-number {
	font-size: 20px;
	color: #555;
}

.company {
	width: 960px;
	margin: 20px auto;
	padding-left: 50px;
	text-align: left;
	color: #333;
}
.company .company-name {
	color: #555;
}

/******加入我们******/
.title.job {
	font-size: 30px;
}
.join-main {
	margin: 0 auto;
  padding-top: 20px;
	width: 900px;
}
.join-main ul {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted  #f5e2c9;
}
.join-main ul.join-last {
	border: 0;
}
.join-main ul li {
	font-size: 16px;
	line-height: 30px;
}
.join-main ul li strong {
	font-weight: bolder;
}
