@font-face {
  font-family: 'Source Han Sans CN_Medium';
  src: url('/newwz/index/css/fonts/SourceHanSansCN/SourceHanSansCN-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN_Regular';
  src: url('/newwz/css/fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN_Bold';
  src: url('./fonts/SourceHanSansCN/SourceHanSansCN-Bold.otf') format('truetype');
}

@font-face {
  font-family: 'Alimama FangYuanTi VF';
  src: url('./fonts/AlimamaFangYuanTiVF-Thin/AlimamaFangYuanTiVF-Thin.woff') format('truetype');
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.main-container {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  background: url(../images/citizencloud/banner.png) no-repeat center top;
  height: 500px;
}

.banner-content {
  height: 100%;
}

.banner-left {
  width: 393px;
  padding-top: 98px;
}

.banner-logo {
  width: 393px;
  height: 150px;
  /* margin-top: 98px; */
}

.banner-logo img {
  width: 393px;
  height: 100%;
}

.banner-info {
  width: 100%;
  margin: 64px 0 0 0;
  font-size: 20px;
  line-height: 44px;
  color: #666;
  border-left: 1px solid #ABD4FF;
  padding-left: 24px;
  font-family: 'Alimama FangYuanTi VF';
  margin-left: 31px;
}

.banner-info p {
  position: relative;
  width: 100%;
}

.banner-info p::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #ABD4FF;
  background-color: #378BFF;
  left: -28px;
  top: 43%;
  z-index: 100;
}

.banner-right {
  width: calc(100% - 498px);
  display: flex;
  align-items: center;
  padding: 112px 103px 74px 184px;
  background: url(../images/citizencloud/bg-code-box.png) no-repeat center;
  margin-top: 50px;
  margin-left: 105px;
}

.qr-code-container {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.qr-code-container:first-of-type {
  margin-right: 45px;
  width: 179px;
}

.qr-code-container:last-of-type {
  width: 186px;
}

.qr-code {
  width: 147px;
  height: 147px;
}

.qr-code img {
  width: 100%;
  height: 100%;
}

.qr-code-text {
  margin-top: 8px;
}

.qr-code-text p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  font-family: 'Source Han Sans CN_Regular';
}

.bg1 {
  background: #fff;
}

.version-box {
  padding: 60px 0 80px 0;
}

.version-title {
  font-size: 36px;
  line-height: 44px;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-family: 'Source Han Sans CN_Bold';
  letter-spacing: 0px;
}

.version-title span {
  color: #1764CE;
}

.version-text {
  padding: 28px 100px 60px 100px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  font-family: 'Source Han Sans CN_Regular';
}

.version-text span {
  font-weight: 500;
  color: #333;
  font-family: 'Source Han Sans CN_Medium';
}

.version-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 80px 56px 80px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(231, 241, 255, 0.4) 0%, rgba(231, 241, 255, 0.8) 100%);
}

.info-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-family: 'Source Han Sans CN_Medium';
}

.info-title::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 12px;
  margin-right: 8px;
  background: url(../images/title-dot.png) no-repeat center;
}

.version-img-card {
  position: relative;
  margin-right: 68px;
}

.version-img-card:last-child {
  margin-right: 0;
}

.version-img-card::after {
  position: absolute;
  right: -56px;
  top: 265px;
  content: '';
  display: inline-block;
  width: 56px;
  height: 1px;
  border-bottom: 1px dashed #94C0FF;
  /* background: url('../images/citizencloud/version-line.png') no-repeat left center; */
}

.version-img-card::before {
  position: absolute;
  right: -66px;
  top: 262px;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #94C0FF;
  border-radius: 100%;
  border: 2px solid #fff;
}

.version-img-card:last-child::after {
  width: 0;
  border: none;
}

.version-img-card:last-child::before {
  width: 0;
  border: none;
}

.version-img-card-title {
  margin-bottom: 36px;
  text-align: center;
}

.version-img {
  /* width: 201px; */
  /* height: 422px; */
  border-radius: 12px;
  box-shadow: 0px 4px 20px 0px rgba(21, 73, 145, 0.12);
  background: #fff;
  padding: 5px;
}

.version-img img {
  width: 201px;
  height: 422px;
  border-radius: 12px;
}

.bg2 {
  background: url(../images/citizencloud/bg-module.png) no-repeat center;
  background-size: 100% 100%;
}

.module-introduce-box {
  padding-top: 80px;
  height: 2137px;
}

.module-introduce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.module-introduce:nth-of-type(2) {
  transform: translateY(-84px);
}

.module-introduce:nth-of-type(2) .module-introduce-info {
  margin-top: 70px;
}

.module-introduce:nth-of-type(3) {
  transform: translateY(-80px);
}

.module-introduce-img-sub {
  border-radius: 12px;
  position: absolute;
  left: 199px;
  top: 176px;
  z-index: 101;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  box-shadow: 0px 32px 40px 0px rgba(21, 73, 145, 0.08);
  backdrop-filter: blur(4px);
}

.module-introduce-img-sub img {
  border-radius: 12px;
}

.module-introduce-main-title,
.street-server-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
  font-family: 'Source Han Sans CN_Bold';
}

.street-server-title {
  text-align: center;
  margin-bottom: 60px;
}

.street-server-title span ,
.module-introduce-main-title span {
  color: #1764CE;
}

.module-introduce-info .info-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Source Han Sans CN_Bold';
}

.module-introduce-text {
  font-size: 18px;
  line-height: 27px;
  color: #333;
  margin-bottom: 24px;
  max-width: 402px;
  font-family: 'Source Han Sans CN_Regular';
}

.module-introduce-img-box {
  display: flex;
  align-items: center;
  position: relative;
}

.hdrl-box,
.ylb-box {
  align-items: self-start;
}

.module-introduce-img {
  border-radius: 12px;
  position: relative;
  z-index: 100;
  background-color: #CFE3FF;
  padding: 10px;
  box-shadow: 0px 32px 40px 0px rgba(21, 73, 145, 0.08);
}

.module-introduce-img img {
  border-radius: 12px;
}

.bottom-right-bg,
.bottom-left-bg {
  position: relative;
}

.bottom-right-bg::after {
  position: absolute;
  bottom: -97px;
  right: 79px;
  z-index: 99;
  content: "";
  width: 200px;
  height: 135px;
  background: url(../images/citizencloud/bg-ylb.png) no-repeat center;
  background-size: 100% 100%;
}

.bottom-left-bg::after {
  position: absolute;
  bottom: 0;
  left: -94px;
  z-index: 99;
  content: "";
  width: 200px;
  height: 135px;
  background: url(../images/citizencloud/bg-ylb.png) no-repeat center;
  background-size: 100% 100%;
}

.ylb-img1 {
  width: 320px;
  height: 420px;
  margin-right: 113px;
  margin-top: 81px;
}

.ylb-img2 {
  width: 320px;
  height: 679px;
}

.znbb-img1 {
  width: 320px;
  height: 679px;
}

.znbb-img2 {
  width: 430px;
  height: 350px;
}

.hdrl-img1 {
  width: 320px;
  height: 378px;
  margin-right: 113px;
  margin-top: 100px;
}

.hdrl-img2 {
  width: 320px;
  height: 679px;
}

.module-introduce-img img,
.module-introduce-img-sub img {
  width: 100%;
  height: 100%;
}

.module-introduce-line {
  position: absolute;
  z-index: 101;
}

.hdrl-box .module-introduce-line {
  top: 227px;
  left: 314px;
}

.ylb-box .module-introduce-line {
  top: 207px;
  left: 314px;
}

.street-server-box {
  padding: 60px 0 80px 0;
}

.street-server-card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.street-server {
  padding: 20px 20px 24px 20px;
  background: linear-gradient(180deg, #FFFFFF -31.83%, #E1EEFF 264.97%);
  border-radius: 12px;
}

.street-server .info-title {
  margin-bottom: 12px;
  font-weight: bold;
}

.street-server-text {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
  max-width: 344px;
  font-family: 'Source Han Sans CN_Regular';
}

.street-server-img,
.street-server-img img {
  border-radius: 12px;
  width: 344px;
  height: 210px;
}

.bg3 {
  background: url(../images/citizencloud/bg-street-server.png) no-repeat center;
  background-size: 100% 100%;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.old-care-style .main-container {
  width: 100%;
}

.old-care-style .banner {
  height: auto;
  background-size: auto 100%;
}

.old-care-style .flex-between {
  flex-wrap: wrap;
  justify-content: center;
}

.old-care-style .banner-right {
  width: 100%;
  margin-left: 0;
}

.old-care-bg-h1 .old-care-style .banner-right {
  padding-left: 410px;
}

.old-care-bg-h2 .old-care-style .banner-right {
  padding-left: 320px;
}

.old-care-bg-h3 .old-care-style .banner-right {
  padding-left: 245px;
}

.old-care-style .version-title,
.old-care-style .version-text {
  line-height: unset;
}

.old-care-style .version-img-box {
  flex-wrap: wrap
}

.old-care-style .version-img-card {
  margin-bottom: 40px;
}

.old-care-bg-h5 .version-img-card,
.old-care-bg-h5 .version-img-card:last-child {
    margin-right: 34px;
    margin-left: 34px
}

.old-care-bg-h2 .old-care-style .version-img-card:nth-of-type(3),
.old-care-bg-h3 .old-care-style .version-img-card:nth-of-type(2),
.old-care-bg-h4 .old-care-style .version-img-card:nth-of-type(2){
    margin-right: 0;
}

.old-care-bg-h5 .old-care-style .version-img-card::after{
    top: unset;
    bottom: -17px;
    transform: rotate(90deg);
    right: 40%;
    width: 33px;
    height: 4px;
    background-size: 100% 100%;
}
  
.old-care-bg-h5 .old-care-style .version-img-card::before {
    top: unset;
    bottom: -40px;
    right: 46.5%;
}

.old-care-bg-h5 .old-care-style .version-img-card:last-child::after {
  width: 0;
  border: none;
}

.old-care-bg-h5 .old-care-style .version-img-card:last-child::before {
  width: 0;
  border: none;
}

 .old-care-style .module-introduce {
  justify-content: center;
}

.old-care-style .ylb-img1{
  margin-top: 20px;
}

.old-care-style .ylb-img2{
  margin-top: 288px;
}

.old-care-style .hdrl-box, .ylb-box {
  flex-wrap: wrap;
  justify-content: center
}

.old-care-bg-h4 .old-care-style .ylb-box .module-introduce-line,
.old-care-bg-h5 .old-care-style .ylb-box .module-introduce-line{
  top: 440px;
}

.old-care-style .module-introduce-box {
  height: auto;
}

.old-care-style .module-introduce:nth-of-type(2) {
  transform: translateY(0);
  margin-top: 66px;
}

.old-care-bg-h1 .old-care-style .module-introduce:nth-of-type(2) .module-introduce-info{
  width: 100%;
  margin-left: 310px;
}

.old-care-bg-h2 .old-care-style .module-introduce:nth-of-type(2) .module-introduce-info{
  width: 100%;
  margin-left: 210px;
}

.old-care-style .znbb-box {
   transform: translateX(-150px);
}

.old-care-style .module-introduce:nth-of-type(3) {
  transform: translateY(0);
  margin-top: 66px
}

.old-care-bg-h4 .old-care-style .hdrl-box .module-introduce-line,
.old-care-bg-h5 .old-care-style .hdrl-box .module-introduce-line {
  top: 398px;
}

.old-care-style .hdrl-img1 {
  margin-top: 20px;
  margin-bottom: 290px;
}

.old-care-style .hdrl-box {
  padding-bottom: 40px
}

.old-care-style .street-server-card-box {
  justify-content: center;
}

.old-care-style .street-server {
  margin-bottom: 20px;
}

.old-care-bg-h1 .street-server,
.old-care-bg-h2 .street-server,
.old-care-bg-h3 .street-server{
  margin-right: 24px;
}

.old-care-bg-h1 .street-server:nth-of-type(2),
.old-care-bg-h1 .street-server:nth-of-type(3),
.old-care-bg-h2 .street-server:nth-of-type(2),
.old-care-bg-h2 .street-server:nth-of-type(3),
.old-care-bg-h3 .street-server:nth-of-type(2),
.old-care-bg-h3 .street-server:nth-of-type(3){
  margin-right: 0;
}

.old-care-style .qr-code-text p,
.old-care-style .module-introduce-text,
.old-care-style .street-server-text{
  line-height: unset;
}

/* 1500以下 */

@media(max-width:1499px) {
  .main-container {
    width: 100% !important;
  }
}

/* 小屏幕 */

@media(max-width:1199px) {
  .main-container {
  }

  .flex-between {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-right {
    width: 80%;
  }

  .banner {
    height: auto;
    background-size: auto 100%;
  }

  .banner-right {
    justify-content: center;
  }

  .version-img-box {
    flex-wrap: wrap;
  }

  .module-introduce {
    justify-content: center;
  }

  .module-introduce:nth-of-type(2),
  .module-introduce:nth-of-type(3) {
    transform: translateY(0);
  }

  .module-introduce-box {
    height: auto;
  }

  .street-server-card-box {
    justify-content: center;
  }

  .street-server {
    margin-bottom: 24px;
    margin-right: 24px;
  }

  .banner-right {
    margin: 0;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    background-size: 100% 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .module-introduce-img-box{
    width: 100%
  }
}

/* pad */

@media(max-width:979px) {
  .main-container  {
    
  }

  .qr-code-container {
    padding: 16px;
  }
}

/* phone */

@media(max-width:767px) {
  .main-container {
  
  }

  .banner-logo {
    width: 100%;
    padding: 0 15px;
  }

  .banner-logo img {
    width: 100%;
    height: auto;
  }

  .module-introduce-img-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hdrl-img1 {
    margin-right: 0;
    margin-top: 0;
  }

  .module-introduce-line{
    position: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .module-introduce-box {
    padding-bottom: 80px;
  }

  .znbb-box {
    flex-wrap: nowrap;
    justify-content: center;
    flex-wrap: wrap;
  }

  .module-introduce:nth-of-type(2) {
    justify-content: center;
  }

  .ylb-box {
    margin-bottom: 20px
  }

  .ylb-img1 {
    margin: 0;
  }

  .street-server {
    margin-left: 0;
    margin-right: 0;
  }

  .module-introduce-info,
  .street-server-box {
    padding-left:15px;
    padding-right: 15px;
  }

  .street-server-img, .street-server-img img {
    width: 100%;
    height: auto;
  }

  .znbb-img2 {
    position: unset;
    width: 320px;
    height: auto;
    margin-top: 20px;
  }

  .version-text {
    padding: 15px;
  }

   .qr-code-container {
     margin-left: 30px
   }

  .qr-code-container:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 70px;
  }

  .znbb-img1 {
    height: auto;
  }

  .version-img-card-title {
    margin: 15px 0;
    margin-top: 0;
  }

  .version-img-card::after {
    top: unset;
    bottom: -17px;
    transform: rotate(90deg);
    right: 40%;
    width: 33px;
    height: 4px;
    background-size: 100% 100%;
  }

  .version-img-card::before {
    top: unset;
    bottom: -40px;
    right: 46%;
  }

  .version-img-card {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .banner-info {
    margin-left: 0;
    transform: translateX(13px);
  }
}