body{
}
.blue{
  background-image: url(../images/bg_blue.png?v=20190722135623);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.app .header {
  height: 64px;
  min-width: 1280px;
}
.blue .app .header{
  background-color: #3D78F6;
}

.header .head {
  margin: 0 auto;
  width: 1200px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .head-left {
  height: 64px;
  line-height: 64px;
}

.head .head-left img {
  /* width: 131px; */
  height: 49px;
  /* margin: 9px 0;
  display: block; */
  cursor: pointer
}

.head .head-right {
}

.head-right .icon-btn {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0;
}
.nevModel1Bg{
  display: none;
  left: 0;
  padding-right: 50px;
  position: absolute;
  z-index: 1000;
  top: 40px;
}
.nevModel1Bg img{
  width: 100%;
}
.nevModel1 {
  font-size: 14px;
  background: #fff;
  width: 200px;
  padding: 10px;
  box-shadow: 0 0 7px #888;
  border-radius: 6px;
  line-height: 29px;
}
.nevModel1 .copy{
  color: #fff;
  background-color: #4698ff;
  display: inline;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
}
.head-right .icon-btn:hover .nevModel1Bg{
  display: block;
}

.head-right .icon-btn img {
  width: 16px;
  height: 16px;
  float: left;
  display: block
}

.head-right .icon-btn span {
  display: block;
  float: left;
  margin-left: 5px;
  color: #fff
}

.blank {
  height: 30px
}

.banner img {
  width: 1200px
}

.content{
  width: 100%;
  margin: 30px 0;
  margin-top: 140px;
}

.content .continer {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: transparent;
}
.content .continer img{
  width: 518px;
  position: relative;
  left: 0;
  top: -80px;
}

.content .keyFrame{
	width: 297px;
	height: 256px;
	margin-right: 52px;
}
.content .keyFrame iframe{
	width: 100%;
	height: 100%;
	background: none;
	border: none;
}

.content .centerInfo{}

.content .lines{
	display: flex;
	flex-wrap: wrap;
	width: 640px;
}
.content .lines .line{
	width: 290px;
	height: 80px;
	border: 2px solid #ffffff;
	border-radius: 8px;
	box-shadow: 0px 3px 12px 0px rgba(68,107,171,0.10); 
	padding-left: 86px;
	padding-top: 16px;
	margin: 15px;
	position: relative;
	cursor: pointer;
}

.blue .content .lines .line{
	background: linear-gradient(#E7EDF5, #FCFEFE);
}

.content .lines .line:after{
	content: " ";
	background: url(../images/openLine.png);
	width: 20px;
	height: 20px;
	background-size: 100% 100%!important;
	position: absolute;
	top: 30px;
	right: 30px;
}
.content .lines .line:before{
	content: " ";
	background: url(../images/lineIcon.png);
	width: 26px;
	height: 23px;
	background-size: 100% 100%!important;
	position: absolute;
	top: 30px;
	left: 30px;
}
.content .lines .line .li-icon-text span{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
	margin-bottom: 4px;
}
.content .lines .line .speedspeed{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.blue .content .lines .active{
  background: linear-gradient(180deg, #86ACFF 0%, #1455E4 100%);
}
.content .lines .active .li-icon-text span,.content .lines .active .speed{
	color: #FFFFFF;
}
.content .lines .active:after{
	background: url(../images/openLine2.png);
}
.blue .content .lines .active:before{
	background: url(../images/lineIcon2_blue.png);
}
.downAd{
  background: #555;
  min-width: 1280px;
}
.phoneInfo{
	position: relative;
	width: 1200px;
	height: 143px;
  margin: 0 auto;
  margin-top: 75px;
  display: flex;
  align-items: center;
}
.phoneInfo .left{
	width: 115px;
	position: absolute;
  bottom: 0;
  left: 30px;
}
.phoneInfo .right{
	width: 114px;
	height: 114px;
  margin-left: 64px;
  border-radius: 10px;
}
.phoneInfo .right img{
  width: 100%;
}
.phoneInfo .texts{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 465px;
  margin-left: 190px;
  cursor: pointer;
}
.phoneInfo .texts .text1{
	font-size: 29px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 43px;
  margin-bottom: 10px;
}
.phoneInfo .texts .text2{
	height: 48px;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	line-height: 48px;
  color: #fff;
  border-radius: 24px;
  width: 355px;
  background: linear-gradient(180deg, #86ACFF 0%, #1455E4 100%);
}
.phoneInfo .more{
  margin-left: 25.5px;
}
.phoneInfo .more .app{
  display: flex;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.phoneInfo .more .app img{
  width: 31px;
}
.phoneInfo .more .app img.ios{
  margin: 0 17px 0 9px;
}
.phoneInfo .more .text3{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
}
.m-bitem-btns {
  text-align: center;
  overflow: hidden;
  padding: 40px;
}

.m-bitem-btns button {
  background: none;
  border: none;
  width: 192px;
  height: 192px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.m-bitem-btns button:before{
  content: '';
  display: block;
  background-size: 100%;
  width: 192px;
  height: 192px;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotates 8s linear infinite;
}
@keyframes rotates{
  from{transform: rotate(0deg)}
  to{transform: rotate(359deg)}
}
.blue .m-bitem-btns button:before {
  background: url(../images/mobile/reloadBoder_blue.png);
  background-size: 100%;
}
.m-bitem-btns button span {
  display: block;
  width: 192px;
  height: 192px;
  line-height: 192px;
  border-radius: 50%;
  color: #fff;
  font-size: 29px;
} 
.blue .m-bitem-btns button span{
  background: url(../images/mobile/reload_blue.png);
  background-size: 100%;
}
.m-bitem-btns button img {
  width: 17.5px;
  margin-right: 6px;
}

.app .body {
  width: 1200px;
  margin: 0 auto;
  /* padding-bottom: 160px; */
}

.footer {
  /* position: fixed; */
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color:#fff;
}

.blue .footer{
  background: #478DEE;
}
