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

.app .header {
  height: 64px;
  min-width: 1290px;
}
.blue .app .header{
  background-color: #6595DE;
}
.red .app .header{
	background: #F2463C;
}
.gold .app .header{
	background: #EC9C37;
}

.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: 40px;
  /* 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;
} center;
}

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

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

.blank {
  height: 30px
}

.banner img {
  width: 1200px
}

.content{
  width: 100%;
  height: 300px;
}
.blue .content{
  background: linear-gradient(to right, #1a5bdf 50%, #fff 50%, transparent 100%);
}
.red .content{
  background: linear-gradient(to right, #e72e2e 50%, #fff 50%, transparent 100%);
}
.gold .content{
  background: linear-gradient(to right, #e78a2e 50%, #fff 50%, transparent 100%);
}
.content .continer {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  background: transparent;
}
.content .continer:before{
  content: "";
  width: 1290px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.blue .content .continer:before{
  background: url(../images/bg2_blue.png);
  background-position: top right;
}
.red .content .continer:before{
  background: url(../images/bg2_red.png);
  background-position: top right;
}
.gold .content .continer:before{
  background: url(../images/bg2_gold.png);
  background-position: top right;
}

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

.content .centerInfo{}
.content .centerInfo .title{
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 24px;
}
.content .centerInfo .info{
	width: 200px;
	height: 60px;
	opacity: 0.6;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	margin-bottom: 24px;
}
.content .centerInfo .refresBbtn{
	width: 120px;
	height: 36px;
	border: 1px solid #ffffff;
	border-radius: 19px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	padding-right: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.content .centerInfo .refresBbtn:after{
	content: " ";
	background: url(../images/refresh.png);
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	position: absolute;
	top: 10px;
	right: 18px;
}
.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);
}
.red .content .lines .line{
	background: linear-gradient(#FFF6F6, #FFFFFF);
}
.gold .content .lines .line{
	background: linear-gradient(#F5E7E7, #FFFFFF);
}

.content .lines .line:after{
	content: " ";
	background: url(../images/openLine.png);
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	position: absolute;
	top: 30px;
	right: 30px;
}
.content .lines .line:before{
	content: " ";
	background: url(../images/lineIcon.png);
	width: 26px;
	height: 23px;
	background-size: 100% 100%;
	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(#2F77E9, #96C6FF);
}
.red .content .lines .active{
	background: linear-gradient(#F2463C, #FFA29D);
}
.gold .content .lines .active{
	background: linear-gradient(#FBA539, #FFD29A);
}
.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);
}
.red .content .lines .active:before{
	background: url(../images/lineIcon2_red.png);
}
.gold .content .lines .active:before{
	background: url(../images/lineIcon2_gold.png);
}

.adver .title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 30px auto;
}
.adver .title span{
	width: 140px;
	height: 33px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #919b9f;
	line-height: 33px;
	display: block;
}
.adver .title:after{
	content: " ";
	width: 532px;
	height: 1px;
	background: linear-gradient(139deg,#f3f8fb 7%, #ebeff2);
	display: block;
}
.adver .title:before{
	content: " ";
	width: 532px;
	height: 1px;
	background: linear-gradient(139deg,#f3f8fb 7%, #ebeff2);
	display: block;
}
.adver .imgs{
	width: 100%;
	overflow: hidden;
}
.adver .imgs .marquee{
	display: flex;
	width: 5940px;
}
.marquee1{
	animation: move1 50s linear infinite;
}
.marquee2{
	animation: move2 50s linear infinite;
}
.marquee3{
	animation: move3 50s linear infinite;
}
.adver .imgs .marquee:hover{
	animation-play-state: paused;
}
@keyframes move1{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc(-5940px + 100vw));
	}
}
@keyframes move2{
	0%{
		transform: translateX(100px);
	}
	100%{
		transform: translateX(calc(-5840px + 100vw));
	}
}
@keyframes move3{
	0%{
		transform: translateX(200px);
	}
	100%{
		transform: translateX(calc(-5740px + 100vw));
	}
}
.adver .imgs .marquee .img{
	width: 200px;
	height: 72px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 5px 18px 0px rgba(68,107,171,0.10); 
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
}

.adver .imgs .marquee .img:hover{
	box-shadow: 0px 5px 18px 0px rgba(68,107,171,0.40); 
}

.phoneInfo{
	position: relative;
	width: 1200px;
	height: 160px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 18px 0px rgba(68,107,171,0.10); 
	margin: 50px auto 40px auto;
}
.phoneInfo .left{
	width: 156px;
	height: 181px;
	position: absolute;
	top: -20px;
	left: 100px;
}
.phoneInfo .right{
	width: 140px;
	height: 140px;
	position: absolute;
	top: 10px;
	right: 100px;
	padding: 2px;
}
.blue .phoneInfo .right{
	background: url(../images/qrCodeBorder_blue.png);
	background-size: 100% 100%;
}
.red .phoneInfo .right{
	background: url(../images/qrCodeBorder_red.png);
	background-size: 100% 100%;
}
.gold .phoneInfo .right{
	background: url(../images/qrCodeBorder_gold.png);
	background-size: 100% 100%;
}
.phoneInfo .right img{
	width: 130px;
	height: 130px;
	margin: 5px;
}
.phoneInfo .texts{
}
.phoneInfo .texts .text1{
	display: block;
	height: 40px;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	color: #333333;
	line-height: 40px;
	padding-top: 40px;
}
.phoneInfo .texts .text2{
	display: block;
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 28px;
	padding-top: 50px;
}
.blue .phoneInfo .texts .text2{
	color: #478dee;
}
.red .phoneInfo .texts .text2{
	color: #F2463C;
}
.gold .phoneInfo .texts .text2{
	color: #EC9C37;
}

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

.bitem-box {
  position: relative;
  background: #fff;
  height: 246px;
  border: 1px solid #EEEEEE;
}

.bitem-box ul li {
  border-radius: 6px;
  width: 20%;
  /* margin-right: 3%; */
  float: left;
  cursor: pointer;
  position: relative;
}
.bitem-box .line-tip {
  padding: 27px 0;
  text-align: left;
  position: relative;
  color: #FF6060;
  padding-left: 15px;
  border-bottom: 1px solid #F2F2F2;
  font-size: 16px;
}
.bitem-box ul li .li-top {
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}

.bitem-box ul li .li-top .li-icon-text {
  padding: 16px 0
}

.bitem-box ul li .li-top .li-icon-text img {
  width: 137px;
  height: 137px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.bitem-box ul li .li-top .li-icon-text span {
  /* width: 60px; */
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.bitem-box ul li .li-bottom {
  border-radius: 0 0 6px 6px;
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  /* background-color: #001b40; */
  color: #fff;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.bitem-box ul li.active .li-bottom {
  /* background-color: #e63323 */
}
.bitem-box ul li .li-bottom span {
  display: inline-block
}
.bitem-box ul li .line-status {
  position: absolute;
  display: block;
  width: 100%;
  top: 125px;
  text-align: center;
  color: #FEAA45;
  font-size: 14px;
}
/* .bitem-box ul li.active .line-status{
  color: #FEAA45;
} */
.bitem-box ul li.busy .line-status{
  color: #FF4D46;
 }
/* .bitem-box ul li .busy {
  color: #FF4D46;
} */

.bitem-right {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 108px;
  height: 34px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, .8);
  cursor: pointer;
  background: #6595DE;
  border-radius: 17px;
  text-align: center;
}

.bitem-right .icon-text {
  line-height: 34px;
  height: 34px;
}

.bitem-right .icon-text img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.bitem-right .icon-text span {
  font-size: 14px;
  color: #fff;
}
.href-container .download-content {
  width: 270px;
  height: 480px;
  background: #fff;
  float: left;
  border: 1px solid #EEEEEE;
}
.download-content  h3 {
  padding: 14px;
  font-size: 18px;
}
.download-content .qrcode {
  text-align: center;
  margin-top: 10px;
}
.download-content .qrcode img {
  display: block;
  margin: 0 auto;
  width: 155px;
}
.download-content button {
  margin: 20px;
  width:156px;
  height:36px;
  background:#6595DE;
  border-radius:5px;
  outline: 0;
  border: 0;
  color: #fff;
  font-size:16px;
  font-weight:400;
  cursor: pointer;
}
.download-content .scan-img {
  width:142px;
  height:179px;
  display: block;
  margin: 0 auto;
}
.href-container .href-content{
  float: right;
  width: 815px;
}
.href-container  {
  overflow: hidden;
}
.href-item-box {
  background-color: rgba(255, 255, 255, .8);
  overflow: hidden;
  border-radius: 6px;
  /* padding: 13px 15px 15px 15px; */
  border: 1px solid #EEEEEE;
  margin-bottom: 15px;
  box-sizing: border-box; 
}
.href-item-box:last-child {
  margin-bottom: 0;
}
.href-item-head {
  line-height: 48px;
  font-size: 18px;
  font-weight:400;
  color:rgba(51,51,51,1);
  padding: 0 15px;
  border-bottom: 1px solid #EEEEEE;
}

.href-item-list {
  overflow: hidden;
  padding: 3px 20px 24px 20px;
}

.href-item-list .item {
  display: block;
  margin-top: 16px;
  width: 150px;
  float: left;
  line-height: 16px
}

.href-item-list .item img {
  /* margin-left: 10px; */
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  border-radius: 5px;
}

.href-item-list .item span {
  display: block;
  float: left;
  font-size: 15px;
  margin-left: 5px;
  font-weight:400;
  color:rgba(51,51,51,1);
}
.contact-container {
  margin-top: 15px;
  height: 110px;
  width: 100%;
  background: #F9F9F9;
  border-top: 1px solid #eee;
}
.item-body {
  overflow: hidden;
  width:972px;
  margin: 0 auto;
  padding: 24px 0;
}

.item-body .item-it {
  width: 324px;
  float: left;
  border-right: 1px solid #E5E5E5;
}
.item-body .item-it:last-child {
  border: 0;
}

.item-body .item-it .it-box {
  width: 290px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.item-body .item-it .it-box img {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.item-body .item-it .it-box.left10 img {
  left: 15px
}

.item-body .item-it .it-box .right-text {
  height: 50px;
  margin-left: 60px
}

.item-body .item-it .it-box.left10 .right-text {
  margin-left: 68px
}

.it-box .right-text h4 {
  font-weight: 400;
  color: #333;
  font-size:18px;
  line-height: 1;
}

.it-box .right-text p {
  margin-top: 12px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: 400;
}

.hijack {
  border-radius: 0;
  background-color: #fff;
  display: none
}

.hijack h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0
}

.hijack p {
  line-height: 60px
}

.hijack img {
  display: block;
  padding: 10px 0
}

.hijack-padding {
  padding: 10px 40px
}

.tabs-box {
  background-color: #f1f1f1;
  height: 50px;
  line-height: 50px
}

.hijack.active {
  display: block
}

.tabs {
  height: 50px;
  overflow: hidden;
  width: 654px;
  display: inline-block
}

.tabs .tab {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #ccc;
  cursor: pointer
}

.tabs .tab.noright {
  border-right: 0
}

.tabs .tab.active {
  background-color: #fff;
  font-weight: 700
}

.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;
}
.red .footer{
  background: #F2463C;
}
.gold .footer{
  background: #EC9C37;
}

.fpbbtn,
.hidden,
.m-banner,
.m-bitem-btns,
.m-bitem-title,
.m-header {
  display: none
}

.smxi {
  position: fixed;
  bottom: 200px;
  right: 20px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer
}

.smxi>img {
  width: 20px;
  height: 20px;
  display: block
}

.erm {
  position: fixed;
  left: 10px;
  top: 50%;
  width: 108px;
  height: 175px;
  margin-top: -87px
}

.erm>img {
  width: 108px;
  height: 175px;
  display: block
}

.fpbbtn {
  margin: 0 auto;
  background-color: #0b69ea;
  color: #fff;
  border: 1px solid #0b69ea;
  border-radius: 50px;
  padding: 10px 0;
  display: none;
  width: 94%;
  text-align: center
}

@media screen and (max-width: 1440px) {
  .header .head,.app .body,.banner img {
    /*width: 960px;*/
  }
  .href-container .download-content {
    width: 250px;
  }
  .href-container .href-content {
    width: 696px;
  }
  .href-item-list .item {
    width: 130px;
  }
}