.login-body {
  width: 100%;
  margin: 0 auto;
  font-family: PingFangSC-Medium, PingFang SC,"微软雅黑", "宋体", Arial, sans-serif !important;
}
.assist .markAccount input[type="checkbox"]:checked {
	  background: url(../../images/login20220708/login-icon.png) no-repeat;
	  background-size: 424px 92px;
	  background-position: 22px 44px;
	  background-position: -247px -67px;
}
.login-warp {
  width: 100%;
  overflow: initial;
}
.login-bg {
  background-color: white;
}

.login-header {
  background-color: white;
  height: 80px;
  position:relative;
  max-width: 1200px;
  margin: 0 auto;
}
.login-header .logo-0728 {
 padding-top:22px;
 display: block;
 position: absolute;
}
.login-header .logo-0728 img {
  width: 102px;
  height: 36px;
}
.login-header .links {
  position:absolute;
  top:0px;
  right: 0px;
  display: flex;
  width: 354px;
  justify-content: space-between;
  line-height: 80px;
}
.login-header .link li {
  
}
.login-header .links a{
  color:#202C3D;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC ,"微软雅黑", "宋体", Arial, sans-serif;
  padding: 4px 8px;
}
.login-header .links a:hover {
  background: #F7F9FC;
  border-radius: 2px;
}
.login-header .links .melint {
  color: #0085FA;
}
.login-warp .login-cont{
  width:100%;
  position: relative;
  top:initial;
  right: initial;
  float: none;
  transform: translateY(0);
  height: 600px;
  background: url(../../images/login20220708/logi-bj.png) center;
  background-size: cover;
}
.login-warp-content{
  max-width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.login-form {
  margin-left: 0px;
  width: 410px;
  height: 456px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 69%, #FFFFFF 100%);
  box-shadow: 0px 4px 24px 0px rgba(63, 120, 193, 0.08);
  border-radius: 2px;
  border: 2px solid white;
  backdrop-filter: blur(12px);
  overflow: inherit;
  position: absolute;
  top: 72px;
  right: 0px;
  box-sizing: border-box;
}

.login-cont .login-logo {
  height: 41px;
  font-size: 29px;
  font-weight: 500;
  color: #1D2334;
  line-height: 41px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.signgin {
  width:330px;
}
.login-cont .textbox {
  width: 312px;
  padding-left: 16px;
  height: 38px;
  line-height: 38px;
}
.login-cont .password {
  padding-right: 0px;
}
#signin .login-btn {
  width:330px;
  background-color:#0085FA;
  font-size: 16px;
}
.mideaApp {
  width:330px;
  margin-top: 35px;
  margin-bottom: 0px;
  display: flex;
}
.diligently {
 display: flex;
 flex-direction: column;
 width: 160px;
 margin-right:48px;
 margin-left: 15px;
}
.diligently img {
  width: 148px;
  height: 48px;
}
.diligently span {
  display:block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  position:relative;
  border-top: 1px solid black;
  padding-top:10px;
  margin-top:9px;
}
.diligently span:after{
  content: '';
  display: block;
  width:20px;
  height:20px;
  background: url(../../images/login20220708/finger.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom:0px;
  right: 10px;
}
.mideaAppQR {
  width: 88px;
  height: 88px;
  background: url(../../images/login20220708/QR-code.png) no-repeat;
  padding: 6px;
  box-sizing: border-box;
}
.mideaAppQR img {
  width: 100%;
  height: 100%;
}
#signin .errTis .errtis-name {
  width: 313px;
}

/* 企业资讯 */
.login-consulting-service {
  height: 752px;
  background: url(../../images/login20220708/consulting-service-bj.png) center;
  background-size: cover;
}
.login-common-title {
  display:flex;
  flex-direction:column;
  padding-top: 80px;
  /* margin-bottom: 76px; */
  align-content: space-around;
  justify-content: center;
  align-items: center;
}
.login-common-title .h-main{
  font-size: 40px;
  font-weight: 600;
  color: #202C3D;
  line-height: 48px;
  margin-bottom:12px;
}
.login-common-title .h-vice {
  font-size: 20px;
  font-family: HelveticaNeue;
  color: #5A6A82;
  line-height: 28px;
}
.login-consulting-service .service-list {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 76px;
}
.login-consulting-service .service-list li {
  background: #FFFFFF;
  border-radius: 2px;
  width: 368px;
  position:relative;
  transition: all .3s;
  
}
.login-consulting-service .service-list li:hover{
transform: translate(0px, -12px);
box-shadow: 0px 7px 26px 0px rgba(45, 63, 86, 0.14);
}
.login-consulting-service .service-list li.list-center {
  /* position:relative; */
  /* bottom:12px; */
}
.login-consulting-service .service-list li img {
  width: 368px;
  height: 208px;
  display: block;
}
.login-consulting-service .service-list li h5 {
  font-size: 20px;
  padding-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: PingFangSC-Medium, PingFang SC,"微软雅黑", "宋体", Arial, sans-serif;
  font-weight: 500;
  color: #202C3D;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  }
.login-consulting-service .service-list li p {
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #5A6A82;
  line-height: 30px;
  height: 60px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* margin-bottom:45px; */
  /* display: block; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
  font-family: PingFangSC-Regular, PingFang SC ,"微软雅黑", "宋体", Arial, sans-serif;
  overflow: hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin-bottom: 36px;
  margin-bottom: 3;
}

/* 企业资讯 ....end*/


/* 产品与服务 */
.login-product-service {
  background: url('../../images/login20220708/login-map.png') no-repeat bottom right;
  height: 783px;
  max-width: 1440px;
  margin: 0 auto;
  background-size: 874px 746px;
  /* background-position: -10px; */
}
.login-product-service .product-list {
   /* margin-top:46px; */
   /* margin-left: 160px; */
   max-width: 1200px;
   margin: 0 auto;
}

.product-list h4 {
   font-weight: 600;
   color: #202C3D;
   line-height: 36px;
   font-size:28px;
   margin-bottom: 64px;
   text-align: center;
   margin-top: 46px;
}
.product-list h4 span{
   font-weight: 600;
   color: #0085FA;
   padding-right:10px;
}

.product-list ul {
   width: 461px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.product-list li {
   width: 200px;
   font-family: PingFangSC-Regular, PingFang SC ,"微软雅黑", "宋体", Arial, sans-serif;
}
.product-list li  span{
   font-size: 16px;
   font-weight: 400;
   color: #202C3D;
   line-height: 24px;
   height: 24px;
   display: block;
   margin-bottom:11px;
   vertical-align: top;
   padding-left: 32px;
   position:relative;
}
.product-list li  span:before {
    content: '';
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    width:24px;
    height: 24px;
    background: url(../../images/login20220708/login-icon.png) no-repeat;
    background-size: 424px 92px;
    /* background-size: 50%; */
    /* background-size: 24px 24px; */
}
.product-list li:nth-child(1) span:before {
    background-position: 0px 0px;
    background-position: -4px -63px;
}
 .product-list li:nth-child(2) span:before {
    background-position: 0px 0px;
    background-position: -31px -63px;
    /* background-size: 24px 24px; */
    /* background-size: 50%; */
}
 .product-list li:nth-child(3) span:before {
    background-position: -60px -63px;
}
 .product-list li:nth-child(4) span:before {
    background-position: -88px -63px;
}
.product-list li h5 {
  font-size: 48px;
  font-weight: 600;
  color: #202C3D;
  line-height: 56px;
  padding-bottom: 17px;
  /* border-bottom: 1px solid #083068; */
  margin-bottom:27px;
  position: relative;
}
.product-list li h5:after{
  content: '';
  position:absolute;
  bottom:0px;
  left: 0px;
  width:100%;
  height:1px;
  background: #083068;
  opacity:0.08;
}
.product-list  p {
    margin-top: 38px;
    display: block;
    font-size: 16px;
    font-weight: 400;
color: #202C3D;
line-height: 24px;
font-family: PingFangSC-Regular, PingFang SC ,"微软雅黑", "宋体", Arial, sans-serif;
}
.product-list  p b {
    font-size: 24px;
}

/* 产品与服务 ----end*/

/*  业务支持   */

.business-support {
  height: 796px;
  background: url(../../images/login20220708/bs-bj.png) center;
  background-size: cover;
}

.common-header-style02 {
  font-weight: 600;
  color: #202C3D;
  line-height: 36px;
  font-size: 28px;
  display: flex;
  /* margin: 0 auto; */
  justify-content: center;
  padding-top: 80px;
}
.common-header-style02 span {
  padding-right: 10px;
  color: #0085FA;
}
.business-system-list {
  margin-top: 64px;
}
.business-system-list .system-header {
  display: flex;
  width: 1200px;
  margin:0 auto;
  position: relative;
}
.business-system-list .system-header:after{
  content: '';
  display:block;
  width:100%;
  height:1px;
  background:#083068;
  opacity: 0.08;
  position:absolute;
  bottom:0px;
}
.business-system-list .system-header li {
  width: 240px;
  text-align: center;
  position: relative;
  height: 120px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.business-system-list .system-header li.hover {
  border-bottom-color: #0085FA;
  color:#0085FA;
  /* cursor: pointer; */
}
.business-system-list .system-header li.hover span {
  color:#0085FA;
}
.business-system-list .system-header li.hover h5 {
  color:#0085FA;
  font-family: PingFangSC-Medium, PingFang SC ,"微软雅黑", "宋体", Arial, sans-serif;
}
.business-system-list .system-header li span {
  font-size: 56px;
  font-weight: 500;
  color: #B8DEFF;
  line-height: 64px;
  padding-top: 9px;
  display: block;
}
.business-system-list .system-header li h5 {
  font-size: 24px;
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC ,"微软雅黑", "宋体", Arial, sans-serif;
  color: #202C3D;
  line-height: 68px;
  height: 68px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(11px);
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
  /* margin-bottom: 21px; */
  /* position: relative; */
  /* bottom: 21px; */
}


.business-system-body {
  width: 1200px;
  height: 482px;
  margin: 0 auto;
  overflow: hidden;
}
.business-system-body ul {
  width: 6000px;
  transform: translateX(-4800px);
  transition: all 1s;
}
.business-system-body li {
  height: 509px;
  padding-top: 64px;
  padding-left: 40px;
  box-sizing: border-box;
  float: right;
  width: 1200px;
  /* overflow: hidden; */
}
.business-system-body li h5 {
  font-size: 24px;
  font-weight: 600;
  color: #202C3D;
  line-height: 32px;
  padding-bottom:20px;
  border-bottom: 1px solid #08306814;
  width: 440px;
  position:relative;
  margin-bottom:40px;
}
.business-system-body li h5:before{
  content: '';
  position:absolute;
  bottom:0px;
  left:0px;
  display:block;
  width: 40px;
height: 3px;
background: #202C3D;
}
.business-system-body li:nth-child(1) {
  background: url(../../images/login20220708/css.png) no-repeat bottom right;
  background-size: 640px 493px;
}
.business-system-body li:nth-child(2) {
  background: url(../../images/login20220708/mmp.png) no-repeat bottom right;
  background-size: 640px 493px;
}

.business-system-body li:nth-child(3) {
  background: url(../../images/login20220708/mideaService.png) no-repeat bottom right;
  background-size: 680px 493px;
}

.business-system-body li:nth-child(4) {
  background: url(../../images/login20220708/xiyue.png) no-repeat bottom right;
  background-size: 680px 493px;
}
.business-system-body li:nth-child(5) {
  background: url(../../images/login20220708/meimei.png) no-repeat bottom right;
  background-size: 680px 493px;
}
.business-system-body li p {
  width:444px;
  font-size: 16px;
  font-weight: 400;
  color: #202C3D;
  line-height: 30px;
  font-family: PingFangSC-Regular, PingFang SC ,"微软雅黑", "宋体", Arial, sans-serif;
}

.business-system-body li .system-btn {
  display:block;
  margin-top:48px;
  width: 140px;
height: 48px;
background: #0085FA;
border-radius: 2px;
font-size: 16px;
font-weight: 500;
color: #FFFFFF;
line-height: 48px;
text-align:center;
font-family: PingFangSC-Regular, PingFang SC ,"微软雅黑", "宋体", Arial, sans-serif;
}
.business-system-body li .system-btn:hover{
  opacity: 0.8;
}
.business-system-body .scan-code {
  display: flex;
  width: 311px;
height: 120px;
background: #FFFFFF;
box-sizing:border-box;
padding: 10px;
margin-top:20px;
}
.business-system-body .scan-code img {
  width:100px;
  height:100px;
  margin-right:16px;

}
.business-system-body .scan-code h6 {
  font-size: 20px;
font-weight: 500;
color: #202C3D;
line-height: 28px;
margin-top:12px;
padding-bottom:11px;
border-bottom: 1px solid #08306814;
width: 175px;
margin-bottom: 12px;
}
.business-system-body .scan-code .iconList {
  display: flex;
  width: 170px;
  justify-content: space-between;
}
.business-system-body .scan-code div span {
  height: 24px;
  display:block;
  font-size: 16px;
  font-weight: 400;
  color: #202C3D;
  line-height: 24px;
  padding-left: 28px;
  position:relative;
}
.business-system-body .scan-code div span:after{
  content: '';
  width:24px;
  height:24px;
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  background: url(../../images/login20220708/login-icon.png) no-repeat;
  background-size: 424px 92px;
}
.business-system-body .scan-code div .mmpicon:after {
  background-position: -200px -64px;
}
.business-system-body .scan-code div span.ios-icon:after {
  background-position: -200px -64px;
}
.business-system-body .scan-code div span.android-icon:after {
 background-position: -200px -64px;
}
.business-system-body .scan-code div span.wx-icon:after {
  background-position: -172px -64px;
}

/* 结尾 */
.login-footer {
  height: 80px;
  background: #202C3D;
  overflow:hidden;
}
.login-footer-warp {
  max-width:1200px;
  margin:0 auto;
  height: 80px;
}

.login-footer .Version{
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  line-height: 80px;
  /* padding-left:120px; */
}
.login-footer ul {
  float:right;
  display: flex;
  /* margin-right: 136px; */
}
.login-footer ul a{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 80px;
  padding-left: 52px;
}

/* 服务能力 */
.ability {
  height: 584px;

}
.ability .introduction {
text-align: center;
height: 24px;
font-size: 16px;
font-weight: 400;
color: #5A6A82;
line-height: 24px;
margin-top:27px;
} 

.ability .service-collection  {
  display: flex;
  /* padding-left: 136px; */
  /* margin-top: 43px; */
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 43px;
}
.ability .service-collection ul {
  display: flex;
   justify-content: space-between;
   height: 292px;
   padding-top:48px;
   box-sizing:border-box
}
.ability .service-collection .life-cycle,.ability .service-collection  .system {
  position: relative;
}
.ability .service-collection .life-cycle ul {
  width: 752px;
  border-right:1px solid #08306814;
  margin-right: 64px;
  padding-right: 39px;
}
.ability .service-collection .system ul {
  width: 288px;
 
}
.ability .service-collection ul li {
  width: 112px;
  font-size: 16px;
  font-weight: 500;
  color: #202C3D;
  line-height: 24px;
  text-align:center;
  position:relative;
}
.ability .service-collection ul li:after{
  content: '';
  display:block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background: url(../../images/login20220708/login-icon.png) no-repeat;
  background-size: 424px 92px;
  margin-top: 30px;
}
.ability .service-collection .life-cycle ul li:nth-child(1):after {
  background-position: -5px -2px;
}
.ability .service-collection .life-cycle ul li:nth-child(2):after {
  background-position: -63px -2px;
}

.ability .service-collection .life-cycle ul li:nth-child(3):after {
  background-position: -123px -4px;
}

.ability .service-collection .life-cycle ul li:nth-child(4):after {
  background-position: -180px -4px;
}

.ability .service-collection .life-cycle ul li:nth-child(5):after {
  background-position: -242px -1px;
}

.ability .service-collection .system ul li:nth-child(1):after {
  background-position: -304px -2px;
}
.ability .service-collection .system ul li:nth-child(2):after {
  background-position: -363px -2px;
}



.ability .tips {
  font-size: 24px;
  font-weight: 500;
  color: #202C3D;
  line-height: 32px;
}
.ability .life-cycle .tips {
  position: absolute;
  bottom: 48px;
  left: 238px;
}
.ability .system .tips{
   position: absolute;
  bottom: 48px;
  left: 48px;
}