


.we-project {
  background: #f6f8fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0
}

.we-project p.title {
  font-size: 22px;
  color: #333;
  margin-bottom: 12px
}

.we-project p.slogen {
  font-size: 13px;
  color: #666;
  margin-bottom: 0.58rem;
}

.we-project .project-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 90%;
  height: 100px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 12px
}

.we-project .project-item .logo {
  width: 60px;
  height: 60px;
  margin-right: 20px
}

.we-project .project-item .item-intro {
  flex: 1
}

.we-project .project-item .item-intro strong {
  margin-bottom: 4px;
  font-size: 14px;
  color: #000000;
  line-height: 0.38rem;
}

.we-project .project-item .item-intro p {
  font-size: 12px;
  color: #666
}

.we-project .project-item .arrow {
  width: 24px;
  height: 24px
}

.concat {
  height: 110px;

  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center
}

.concat p:first-of-type {
width: 2.72rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: linear-gradient(270deg, #165BFE 0%, #2E7AFF 100%);
    box-shadow: 0px 12px 32px 0px rgba(26,99,255,0.2);
    font-size: 14px;
    margin: 0.56rem auto 0.8rem;
    border-radius: 0.4rem;
}

.concat p:nth-of-type(2) {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px
}

.concat p:nth-of-type(3) {
  display: inline-block;
  width: 160px;
  height: 40px;
  background-color: #105cfb;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 4px
}

.index-footer {
  background: #1c2129;
  padding: 0 16px;
}

.index-footer .phone {
  padding: 20px 0;
  border-bottom: 1px solid hsla(0,0%,100%,.1)
}

.index-footer .phone p:first-of-type {
  color: #fff;
  font-size: 24px;
  margin-bottom: 4px
}

.index-footer .phone p:nth-of-type(2) {
  color: hsla(0,0%,100%,.65);
  font-size: 12px
}

.index-footer .pj-list {
  display: flex;
  border-bottom: 1px solid hsla(0,0%,100%,.1);
  justify-content: space-between
}

.index-footer .pj-list a {
  display: block;
  color: hsla(0,0%,100%,.65);
  font-size: 14px;
  margin-bottom: 14px
}

.index-footer .pj-list h4 {
  display: block;
  color: #fff;
  font-size: 14px;
  margin:16px 0;
}

.index-footer .pj-list .center,.index-footer .pj-list .left,.index-footer .pj-list .right {
  flex: 1
}

.index-footer .company {
  padding: 20px 0;
  color: hsla(0,0%,100%,.65);
  font-size: 12px
}

.fixed {
position: fixed;
bottom: 0;
z-index: 9999999;
width: 100%;
height: 1rem;

}

.fixed_left {
float: left;
width: 50%;
height: 1rem;
font-size: 0.3rem;
text-align: center;
/* border: 1px solid rgba(222, 31, 38, 1); */
border-left: none;
border-right: none;
font-weight: 400;
color: #2a60fb;
line-height: 1rem;
background: #fff;
}

.fixed_right {
float: right;
width: 50%;
height: 1rem;
font-size: 0.3rem;
background: #2a60fb;
font-weight: 400;
text-align: center;
color: rgba(255, 255, 255, 1);
line-height: 1rem;
}

.lianxi {
    width: 260px;
    height: 60px;
    background: #105cfb;
    opacity: 1;
    border-radius: 2px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

#container_popup {
	width: 100%;
	height: 100%;
	display: none;
}

#myModel {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(9, 9, 9, 0.63);
	width: 100%;
	height: 100%;
	min-height: 100vh;
	z-index: 1000;
}

.hujiao {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #105cfb;
	height: 20px;
	width: 60px;
	margin-left: 6px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10001;
	width: 280px;
	height: 360px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 23px 0px rgba(86, 86, 86, 0.08);
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.close {
	width: 100%;
	height: 20px;

	box-sizing: border-box;
}

.close img {
	display: block;
	float: right;
	margin-right: 14px;
	margin-top: 14px;
	width: 12px;
	height: 12px;
}

.qrcode {
	width: 180px;
	height: 180px;
	padding: 2px;
	margin: 20px auto 25px;
	box-sizing: border-box;
	background-size: 180px 180px;
}

.popup_erweima {
	display: block;
	width: 176px;
	height: 176px;
}

.zhidao {
	width: 100%;
	height: 12px;
	font-size: 14px;
	text-align: center;
	margin-top: 12px;
	font-weight: 400;
	color: rgb(23 22 22);
	line-height: 20px;
}

.iphone {
	width: 100%;
	height: 26px;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	margin-top: 28px;
	color: rgb(23 22 22);
	line-height: 20px;
	box-sizing: border-box;
}

.qian {
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

.zhong {
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

.last {
	display: inline-block;
	height: 26px;
	line-height: 26px;
}
.iphone img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0.12rem;
	margin-top: -6px;
	vertical-align: middle;
}