body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}



/* 导航栏 */
nav {
  position: relative;
  min-width: 1360px;
}
.nav-bar {
  min-width: 1360px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/static/images/nav-bg.png");
  background-size: cover;
}
.nav-bar .nav-bar-item {
  position: relative;
}
.nav-bar .nav-bar-item.active {
  background-color: #EEF5FF
}

.nav-bar .nav-bar-item.active a{
  color: #0E44A2;
}


.nav-bar .nav-bar-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 200px;
  height: 72px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.nav-bar .nav-bar-item:hover {
  background-color: #EEF5FF;
}
.nav-bar .nav-bar-item:hover a{
  color: #0E44A2;
}
.nav-bar .nav-bar-item:hover .sub-nav {
  display: block;
}
.nav-bar .nav-bar-item .sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: linear-gradient( 180deg, #EEF5FF 0%, #FFFFFF 100%);
}

.nav-bar .sub-nav .sub-nav-item:hover {
  background-color: #1054C8;
}
.nav-bar .sub-nav .sub-nav-item:hover a {
  color: #fff;
}

.nav-bar .vip-service-nav:hover .vip-service {
  display: flex;
}

/* 会员服务 */
nav .vip-service {
  position: absolute;
  left: -200px;
  transform: translateX(-50%);
  display: none;
  width: 1200px;
  height: 418px;
  padding-top: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(4, 90, 254, 0.45);
  z-index: 10;
}
.vip-service .login-area {
  width: 341px;
  padding: 0 40px 32px;
}
.vip-service .tabs {
  display: flex;
  height: 58px;
}
.vip-service .tabs li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-right: 32px;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.vip-service .tabs li:last-of-type {
  margin-right: 0;
}
.vip-service .tabs li:hover {
  text-decoration: underline;
}
.vip-service .tabs li.active {
  color: #045afe;
}
.vip-service .tabs li.active::after {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 19px;
  height: 4px;
  background: #1054C8;
}
.vip-service .inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.vip-service .inputs .input {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
}
.vip-service .inputs .input img {
  width: 17px;
  height: 16px;
}
.vip-service .inputs .input:last-of-type {
  margin-bottom: 0;
}

.vip-service .inputs .input input {
  width: 340px;
  height: 40px;
  font-size: 16px;
  padding-left: 6px;
  background: #ffffff;
  border-radius: 2px;
  border: none;
}
.vip-service .inputs .input input::placeholder {
  color: rgba(0, 0, 0, 0.45);
  line-height: 24px;
}
.vip-service .forget {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
}
.vip-service .login-area .forget a {
  font-size: 14px;
  line-height: 22px;
  height: unset;
  width: unset;
  color: #045afe;
  cursor: pointer;
}
.vip-service .login-area .forget a:hover {
  text-decoration: underline;
}
.vip-service .login-btn {
  width: 340px;
  height: 40px;
  font-size: 16px;
  background: #045afe;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
.vip-service .login-btn:hover {
  opacity: 0.8;
}
.vip-service .tips {
  margin-top: 14px;
  font-size: 12px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
}
.vip-service .tips li {
  position: relative;
  padding-left: 10px;
}
.vip-service .tips li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #045afe;
}

.vip-service .middle-area {
}
.vip-service .middle-area .servie-list{
  margin-top: -11px;
}
.vip-service .middle-area .servie-list li {
  position: relative;
  font-weight: 400;
  font-size: 14px;

  line-height: 40px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  overflow: hidden;
  width: 350px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vip-service .middle-area .servie-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}
.vip-service .middle-area .servie-list li:hover {
  color: #045afe;
}
.vip-service .middle-area .middle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  margin-top: 20px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #045afe;
  background-color: #fff;
  cursor: pointer;
}
.vip-service .middle-area .middle-btn:hover {
  border-color: #045afe;
}
.vip-service .middle-area .middle-btn .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.vip-service .search-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
}
.vip-service .search-area .search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
}
.input-button-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; /* 添加一些垂直间距 */
}
.container-info {
  display: flex;
  justify-content: space-between;
  width: 300px;
}
.container-info span{
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 20px;
  font-size: 14px;
}
.left-column, .right-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vip-service .search-area .search input {
  width: 250px;
  height: 40px;
  margin-top: -23px;
  margin-bottom: 27px;
  font-size: 14px;
  padding-left: 14px;
  background: #ffffff;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #045afe;
  box-sizing: border-box;
}
.vip-service .search-area .search input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.vip-service .search-area .search .search-btn {
  width: 50px;
  height: 40px;
  margin-top: -23px;
  background: #045afe;
  border-radius: 0px 2px 2px 0px;
  cursor: pointer;
}
.vip-service .search-area .search .search-btn img {
  width: 18px;
  height: 18px;
}
.vip-service .search-area .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.vip-service .search-area .system-list {
  display: flex;
  margin-top: 38px;
}
.vip-service .search-area .system-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 29px;
  cursor: pointer;
}
.vip-service .search-area .system-list .item:last-of-type {
  margin-right: 0;
}
.vip-service .search-area .system-list img {
  width: 52px;
  height: 52px;
  margin-bottom: 13px;
}
.vip-service .search-area .search-bg {
  position: absolute;
  top: 19px;
  width: 201px;
  height: 202px;
  z-index: -1;
}

main {
  width: 1200px;
  margin: 0 auto;
}

.section {
}
.look-more {
  width: 172px;
  height: 40px;
  margin-top: 24px;
  margin-bottom: 72px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  font-size: 16px;
  line-height: 16px;
  font-family: Helvetica;
  color: #666666;
  background: #ffffff;
  cursor: pointer;
}

.section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* 动态 */
.notice {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 56px auto 72px;
}
.notice-carousel {
  position: relative;
  width: 699px;
  height: 394px;
  border-radius: 8px;
  overflow: hidden;
}

.notice-carousel-inner {
  display: flex;
  height: 394px;
  transition: transform 0.5s ease;
}

.notice-carousel-inner a {
  min-width: 100%;
  height: 394px;
}

.notice-carousel .display-img {
  position: relative;
  min-width: 100%;
  height: 394px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.notice-carousel .display-img .title {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 676px;
  height: 56px;
  padding-left: 23px;
  font-size: 18px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0 0 8px 8px;
  color: #fff;
}

.notice-carousel .carousel-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  opacity: 0;
  justify-content: space-between;
  transform: translateY(-50%);
}
.notice-carousel:hover .carousel-nav {
  opacity: 1;
  transition: opacity 0.3s;
}

.notice-carousel .carousel-nav button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.notice-carousel .carousel-indicators {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: flex;
  align-items: center;
  height: 56px;
  transform: translateX(-50%);
  display: flex;
}

.notice-carousel .indicator {
  width: 12px;
  height: 8px;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 5px;
  border-radius: 8px;
  cursor: pointer;
}

.notice-carousel .indicator.active {
  background: white;
}

.notice .notice-message {
  width: 477px;
}
.notice .notice-message .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px;
  height: 72px;
  background: #f3f9ff;
  border-radius: 8px 8px 0px 0px;
}
.notice .notice-message .tabs ul {
  display: flex;
  align-items: center;
}
.notice .notice-message .tabs ul li {
  position: relative;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  margin-right: 18px;
  color: #666666;
  cursor: pointer;
}

.notice .notice-message .tabs ul li:hover {
  text-decoration: underline;
}
.notice .notice-message .tabs ul li.active {
  font-size: 20px;
  color: #0e44a2;
}
.notice .notice-message .tabs ul li.active::after {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 19px;
  height: 4px;
  background: #1054C8;
}
.notice .notice-message .more {
  font-size: 16px;
  color: #aaaaaa;
  cursor: pointer;
}

.notice .notice-message .more a {
  font-size: 16px;
  color: #aaaaaa;
  cursor: pointer;
}
.notice .notice-message .more:hover {
  text-decoration: underline;
}
.notice .notice-message .tab-content {
  font-family: Helvetica;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.notice .notice-message .tab-content li {
  justify-content: space-between;
  height: 46px;
  line-height: 46px;
  padding: 0 23px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.notice .notice-message .tab-content a li {
  display: flex;
  justify-content: space-between;
  height: 46px;
  line-height: 46px;
  padding: 0 23px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.notice .notice-message .tab-content li:hover {
  background-color: #f3f9ff;
}

.notice .notice-message .tab-content a li .date {
  color: #aaaaaa;
}
.main-bg {
  position: absolute;
  top: 492px;
  width: 100%;
  height: 640px;
  z-index: -1;
  min-width: 1360px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.grid .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 262px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  background: linear-gradient(180deg, #f3f9ff 0%, #fcfdfe 100%);
  border-radius: 8px;
  cursor: pointer;
}

.grid .card img {
  width: 88px;
  height: 88px;
}

.grid .card .title {
  margin-top: 21px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}
.grid .card .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}

.grid .card .desc span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}

.grid .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 10px 0px rgba(4, 90, 254, 0.45);
}

.quick-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.quick-links .quick-links-title {
  width: 407px;
  height: 108px;
  margin-bottom: 30px;
}

/* 滚动banner */
.banner-carousel {
  min-width: 1340px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 342px;
  margin-bottom: 88px;
  background-image: url("/static/images/banner-bg.png");
  background-size: cover;
}

.banner-carousel .carousel-inner {
  position: relative;
  display: flex;
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}

.banner-carousel img {
  position: relative;
  display: flex;
  align-items: center;
  width: 385px;
  height: 216px;
  margin-right: 24px;
}
.banner-carousel .banner-carousel-wrapper {
  /*position: relative;*/
  width: 1200px;
  overflow: hidden;
}

.banner-carousel .banner-carousel-container {
  position: relative;
  width: 1340px;
  display: flex;
  justify-content:space-between;
}


.banner-carousel .carousel-control {
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 216px;
  border-radius: 6px;
  background-color: #fff;
  color: #1054c8;
  cursor: pointer;
  z-index: 10;
}

.banner-carousel .carousel-control.prev {
  /*left: 288px;*/
}

.banner-carousel .carousel-control.next {
  /*right: 288px;*/
}

.bottom-content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.bottom-content .bottom-content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
}

.bottom-content .bottom-content-title {
  /*width: 1200px;*/
  height: 108px;
  margin: auto;
}

.bottom-content-left .large-card {
  width: 588px;
  height: 407px;
  margin-left: -20px;
  border: 1px solid #dcdee0;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
}
.large-card img {
  width: 588px;
  height: 275px;
  border-radius: 8px;
}
.large-card .banner-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 0 24px;
  margin-top: 20px;
}
.large-card .banner-bottom .banner-bottom-left {
  display: flex;
  align-items: center;
}
.large-card .banner-bottom .banner-bottom-left .avatar {
  width: 46px;
  height: 44px;
  border-radius: 8px;
  margin-right: 9px;
}
.large-card .banner-bottom .banner-bottom-left .info {
  display: flex;
  flex-direction: column;
  font-family: Helvetica;
}
.large-card .banner-bottom .banner-bottom-left .info .name {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.large-card .banner-bottom .banner-bottom-left .info .desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
.large-card .banner-bottom .tags {
}
.large-card .banner-bottom .tags .tag {
  font-size: 14px;
  padding: 7px 9px;
  background: #f5f7fb;
  border-radius: 6px;
  color: #727f8e;
}

.middle-card-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 198px;
  margin-top: 20px;
}
.middle-card-list .midddle-card {
  width: 284px;
  border: 1px solid #dcdee0;
  border-radius: 8px;
  cursor: pointer;
}
.middle-card-list .midddle-card img {
  width: 284px;
  /*height: 134px;*/
}
.middle-card-list .midddle-card .bottom {
  display: flex;
  align-items: center;
  font-family: Helvetica;
  padding-left: 24px;
}
.middle-card-list .midddle-card .bottom .avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-right: 14px;
}
.middle-card-list .midddle-card .bottom .info {
  display: flex;
  flex-direction: column;
}
.middle-card-list .midddle-card .bottom .name {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.middle-card-list .midddle-card .bottom .desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}

.small-card-list-wrapper {
  margin-top: 23px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.small-card-list {
  display: flex;
  padding-bottom: 4px;
  animation: scroll-left 10s linear infinite;
}

.small-card-list .small-card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 235px;
  height: 145px;
  margin-right: 15px;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dcdee0;
  cursor: pointer;
}
.small-card-list .small-card:last-of-type {
  margin-right: 0;
}
.small-card-list .name {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.small-card-list .tags {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.small-card-list .tags .tag {
  font-size: 14px;
  padding: 7px 9px;
  background: #f5f7fb;
  border-radius: 6px;
  color: #727f8e;
  margin-right: 8px;
}
.small-card-list .tags .tag:last-of-type {
  margin-right: 0;
}

.hight-light {
  color: #ba2636;
}

/* 粤港澳大湾区 */
.bottom-content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 588px;
}
.hot-message-content {
  width: 100%;
  height: 740px;
}
.hot-message-content .hot-message-img {
  width: 100%;
  height: 77px;
}

.message-list .message {
  display: flex;
  align-items: center;
  height: 112px;
  padding: 0 24px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #f3f9ff 0%, #fcfdfe 100%);
  cursor: pointer;
}
.message-list .message:last-of-type {
  margin-bottom: 0;
}
.message-list .message .date {
  width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message-list .message .date .month {
  width: 100%;
  font-size: 20px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background: #366ece;
}
.message-list .message .date .day {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 32px;
  color: #5d89c4;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}
.message-list .message .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 14px;
}
.message-list .message .info .title {
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
}
.message-list .message .info .content {
  width: 100%;
  margin-top: 12px;
  font-size: 16px;
  color: #999999;
}
.m-qrimg.modal {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 1024;
  margin-left: -180px;
  width: 520px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background: #fff;

}

.m-qrimg.modal p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 19px;
}

.m-qrimg.modal a {
  color: #d9d9d9;
  padding-left: 5px;
}

.m-qrimg .modal-title {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  color: #444;
  background: #fff;
}
.m-qrimg .close {
  position: absolute;
  top: 16px;
  right: 13px;
  font-size: 28px;
}

.m-qrimg .modal-content {
  padding: 15px 10px;
  height: 400px;
  text-align: center;
}
.modal {
  display: none; /* 隐藏弹框 */
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  margin: 15% auto;
  width: 37.5%;
  padding-left:36px;
  padding-right: 36px;
  border-radius: 8px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  color: #333333;
  background-image: url('/static/images/law-search-modal-bg.png');
  background-repeat: no-repeat;
  background-size: cover;

}
.modal-content .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
}

.modal-content .close {
  position: absolute;
  right: -20px;
  color: rgba(51, 51, 51, 0.8);
  float: right;
  font-size: 28px;
  cursor: pointer;
}
.modal-content .body {

}
.modal-content .body .sub-title {
  position: relative;
  padding-left: 12px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.modal-content .body .sub-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: '';
  width: 4px;
  height: 16px;
  background: #045AFE;
  border-radius: 2px;
}
.modal-content .body .website-list
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-content .body .website-list .website{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  margin-left:12px ;
  margin-right: 12px;
}
.modal-content .body .website-list .website .name {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.wxgzh:hover .qrcode-img {
  display: block;
}

.qrcode-img {
  display: none;
  position: absolute;
  right: 70px;
  top: 75px;
  width: 100px;
  padding: 5px;
  border-radius: 1px;
  border: 1px solid #DEDEDE;
  background-color: #FFFFFF;
}

.qrcode-img::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #DEDEDE;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.qrcode-img img {
  width: 100%;
  height: 100%;
}




