body{
  background: #F5F5F5;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  padding: 0 1.6rem;
  box-sizing: border-box;
  background: rgba(0,0,0,0.7);
}
.navbar {
  padding: 0.45rem 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
}
.navbar .right .item-box {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.navbar .right .item-box .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  margin-right: 0.4rem;
  font-size: 0.15rem;
  color: #AEAEAE;
  cursor: pointer;
}
.navbar .right .item-box .item a {
  display: inline-block;
  font-size: 0.15rem;
  color: #AEAEAE;
}
.navbar .right .item-box .item.active a {
  color: #FDF300;
}
.navbar .right .item-box .item:last-child {
  margin-right: 0;
}
.navbar .right .item-box .item .fi {
  font-size: 0.15rem;
  color: #FDF300;
}
.navbar .right .item-box .item .fi.noactive {
  color: #AEAEAE;
}
.navbar .right .item-box .item img {
  width: 0.07rem;
  height: 0.05rem;
  margin-left: 0.06rem;
}
.upper-part {
  width: 100%;
  background-image: url('../img/back.png');
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
  background-position: 100% 15%;
}
.next-part {
  width: 100%;
  background:#0E0C1B;
  background: -webkit-linear-gradient(#0E0C1B, #000); /* Safari 5.1 - 6.0 */ 
  background: -o-linear-gradient(#0E0C1B, #000); /* Opera 11.1 - 12.0 */ 
  background: -moz-linear-gradient(#0E0C1B, #000); /* Firefox 3.6 - 15 */
  background: linear-gradient(#0E0C1B, #000); /* 标准的语法 */
}
.top {
  position: relative;
  width: 100%;
  padding-top: 30%;
  padding-left: 16%;
	box-sizing: border-box;
}
.top .con {
  max-width: 12.08rem;
  position: absolute;
  top: 45%;
}
.top .con .title {
  width: 4rem;
  height: 1.06rem;
  background: #FDF300;
  color: #000;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.06rem;
}
.top .con .tip {
  font-size: 0.4rem;
  color: #fff;
  margin-top: 0.18rem;
}
.top .download {
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 1px 4px 18px rgba(0,0,0,0.2);
  cursor: pointer;
  margin-top: 0.4rem;
}
.top .download a {
  width: 2.28rem;
  height: 0.92rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
}
.top .download img {
  width: 0.3rem;
  height: 0.3rem;
}
.top .download p {
  color: #fff;
  font-size: 0.28rem;
}
.top .slogan {
  position: absolute;
  top: 45%;
  right: 23%;
}
.top .slogan img{
 width: 4rem;
}
.why { 
  width: 100%;
  padding-left: 16%;
  box-sizing: border-box;
  padding-bottom: 1.6rem;
}
.why.frist {
  padding-top: 1.6rem;
}
.why .title {
  display: inline-block;
  padding: 0.12rem;
  box-sizing: border-box;
  background: #FDF300;
  color: #000;
  font-size: 0.26rem;
  font-weight: bold;
}
.why .sb-title {
  font-size: 0.44rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.16rem;
  margin-bottom: 0.18rem;
}
.why .sb-title.spectial {
  margin-top: 0.7rem;
}
.why .line {
  color: #B4B4B4;
  font-size: 0.22rem;
  line-height: 0.34rem;
  margin-top: 0.4rem;
}
.why .ssb-title {
  color: #fff;
  font-size: 0.22rem;
  font-weight: bold;
  margin: 0.4rem 0;
}
.why .line .bold {
  font-weight: bold;
}
.why .bread div {
  display: inline-block;
  width: 1.28rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  color: #E83828;
  font-size: 0.26rem;
  cursor: pointer;
}
.why .bread div.active {
  background: #FDF300;
  color: #000;
  font-weight: bold;
}
.why .welfare {
  width: 95%;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.why .welfare li{
  width: 3.66rem;
  height: 1.8rem;
  box-sizing: border-box;
  border: 2px solid #FDF300;
  margin-right: 0.22rem;
  margin-bottom: 0.22rem;
  cursor: pointer;
  /* transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; */
  display: flex;
  padding-top: 0.40rem;
  justify-content: center;
  /* padding: 0.4rem 0 0 0.4rem; */
  /* align-items: center; */
}
.why .welfare li .welfare-title {
  font-size: 0.25rem;
  color: #fff;
  font-weight: bold;
}
.why .welfare li.active {
  background: #FDF300;
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.why .welfare li.active .welfare-title {
  color: #000;
}
.why .welfare li .welfare-con {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.2rem;
  margin-top: 0.1rem;
}
.why .welfare li.active .welfare-con {
  color: #4A4A4A;
}
.why p.little {
  margin-top: 0.1rem;
  color: #B4B4B4;
  font-size: 0.14rem;
}
.why .intro2 {
  color: #B4B4B4;
  font-size: 0.22rem;
  line-height: 0.34rem;
  margin-top: 0.4rem;
}
.why .de {
  text-decoration: underline;
  color: #4A4A4A;
}
.why .game {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  margin-bottom: 0.7rem;
}
.why .game li{
  width: 3.66rem;
  height: 2.65rem;
  margin-right: 0.22rem;
}
.why .game li img{
  width: 3.66rem;
  height: 2.7rem;
}
.why .ad-area {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
}
.why .ad-area .left {
  width: 5.3rem;
  margin-right: 0.5rem;
}
.why .ad-area .left p {
  color: #B4B4B4;
  font-size: 0.22rem;
  line-height: 0.34rem;
  margin-top: 0.4rem;
}
.why .ad-area .right {
  width: 3.66rem;
  height: 2.3rem;
  padding-top: 0.4rem;
}
.why .ad-area .right img {
  width: 3.66rem;
  height: 2.31rem;
}
.why .download {
  display: inline-block;
  margin-right: 0.3rem;
}
.why .download img {
  height: 0.6rem;
}
.download-box {
  margin-top: 0.4rem;
}
.two-line {
  line-height: 1.2;
}
.footer {
  width: 100%;
  height: 3rem;
  background: rgba(0,0,0,0.9);
}
.footer .con {
  width: 100%;
  padding: 0.92rem 16% 0 16%;
}
.footer .con .footer-top {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
  justify-content: space-between;
}
.footer .con .footer-top .left .logo {
  width: 1.43rem;
  height: 0.38rem;
  margin-bottom: 0.35rem;
}
.footer .con .footer-top .left .line {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.footer .con .footer-top .left .time {
  font-size: 0.15rem;
  color: #979797;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.footer .con .footer-top .left .phone {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.footer .con .footer-top .left .consult {
  font-size: 0.15rem;
  color: #979797;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.footer .con .footer-top .left .consult.second {
  margin-top: 0.2rem;
}
.footer .con .footer-top .left .consult a {
  font-weight: normal;
}
.footer .con .footer-top .left .consult a.under {
  text-decoration: underline;
}
.footer .con .footer-top .right a {
  margin-left: 0.18rem;
}