.btn-small {
  cursor: pointer;
  transition: all ease 0.2s;
  border: none;
  display: inline-block;
  padding: 8px 0;
  width: 120px;
  height: 38px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
  line-height: 22px;
}

.btn-middle {
  cursor: pointer;
  transition: all ease 0.2s;
  border: none;
  display: inline-block;
  padding: 9px 0;
  width: 134px;
  height: 42px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
}

.btn-text-small {
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
}

.btn-theme-rvs {
  background-color: #fff;
  color: #EC1C33;
  position: relative;
}
.btn-theme-rvs::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #fff;
  border-radius: 8px;
  opacity: 0;
  transition: all ease 0.3s;
}
.btn-theme-rvs:hover::before {
  opacity: 1;
}

.btn-theme {
  color: #fff;
  position: relative;
}
.btn-theme::before {
  content: attr(data-text);
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  z-index: 2;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  z-index: 1;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 9px;
  opacity: 0;
  transition: all ease 0.2s;
}
.btn-theme:hover {
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  position: relative;
}
.btn-theme:hover::after {
  opacity: 1;
}
.btn-theme:hover::before {
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  box-shadow: 0 0 0 2px #fff;
}

.btn-text-theme {
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width: 768px) {
  .btn-small {
    width: 96px;
    height: 29px;
    font-size: 12px;
    padding: 0;
    line-height: 29px;
  }
  .btn-middle {
    width: 106px;
    height: 29px;
    font-size: 12px;
  }
}
.dev {
  position: fixed;
  padding: 12px;
  top: 85px;
  left: 0;
  max-width: 200px;
  height: auto;
  font-size: 12px;
  line-height: 1.25;
  z-index: 20;
  background: beige;
}

.tools-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.tools-box > div {
  margin: 0 9px;
}

.banner-section {
  min-width: 1240px;
  padding: 0;
  background-color: #EC1C33;
}
.banner-section .banner-cont {
  color: #fff;
  padding: 183px 0 130px;
}
.banner-section .banner-title {
  font-family: fz;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 24px;
  font-weight: 400;
}
.banner-section .banner-info {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 48px;
}
.banner-section .banner-desc {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 18px;
}

.crumb-section {
  margin-top: 24px;
}
.crumb-section .crumb-inner {
  text-overflow: ellipsis;
  overflow: auto;
}
.crumb-section .crumb-scinner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  word-break: keep-all;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  color: #999;
}
.crumb-section .com_crumb_link {
  color: inherit;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  margin-right: 26px;
}
.crumb-section .com_crumb_link::after {
  content: ">";
  position: absolute;
  right: -18px;
  color: #999;
}
.crumb-section .com_crumb_link:hover {
  color: #000;
}
.crumb-section .com_crumb_fin {
  font-size: 14px;
  line-height: 20px;
}

.com-line4-section .section-main ul {
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.com-line4-section .section-main ul li {
  position: relative;
  color: #fff;
  flex: 1;
  height: 240px;
}
.com-line4-section .section-main ul li:hover .item, .com-line4-section .section-main ul li.active .item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/index-ope-1702605642514.jpg");
  top: 0;
  bottom: 0;
  font-weight: 700;
}
.com-line4-section .section-main ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.com-line4-section .section-main ul .item {
  font-size: 24px;
  line-height: 29px;
  line-height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all ease 0.3s;
  text-align: center;
}
.com-line4-section .section-main ul .item p {
  max-height: 0px;
  overflow: hidden;
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 36px;
  font-weight: 400;
}
.com-line4-section .section-main ul .item:hover p {
  max-height: 200px;
}
.com-line4-section .section-main ul li.active .item p {
  max-height: 200px;
}

.com-case-section {
  background-color: #161A23;
  min-width: 1240px;
  overflow: hidden;
}
.com-case-section .section-title {
  color: #fff;
}
.com-case-section .case-main {
  position: relative;
  margin-top: 40px;
}
.com-case-section .case-main .caseTop-button-prev {
  background-image: url(/public/img/psq4vw7fq728cwwmfgg0uxnzrbwzkr2zpcb729190-b8e7-49db-b5aa-7ee2ba23eb55.png);
  left: -120px;
  right: auto;
}
.com-case-section .case-main .caseTop-button-next {
  background-image: url(/public/img/psq4vw7fq728cwwmfgg0uxnzrbwzkr2zpcb729190-b8e7-49db-b5aa-7ee2ba23ebf5.png);
  right: -120px;
  left: auto;
}
.com-case-section .case-swiper {
  height: 466px;
}
.com-case-section .case-swiper.swiper-container {
  height: 544px;
}
.com-case-section .case-swiper .btn {
  width: 120px;
  margin: 48px auto 0;
}
.com-case-section .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 466px;
  border-radius: 12px;
  background-color: #272A32;
  border: 1px solid rgba(234, 239, 251, 0.6);
}
.com-case-section .swiper-slide .case-item-img-cont {
  width: 526px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
.com-case-section .swiper-slide .case-item-img-cont .img {
  display: block;
  margin: auto;
  border-radius: 12px;
  width: 100%;
}
.com-case-section .swiper-slide .case-item-text-cont {
  flex: 1;
  height: 466px;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.com-case-section .swiper-slide .case-item-tt-cont {
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 24px;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
}
.com-case-section .swiper-slide .case-item-tt-cont::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 4px;
  background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  border-radius: 2px;
}
.com-case-section .swiper-slide .case-item-desc {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  flex: 1;
  color: rgba(255, 255, 255, 0.6);
}
.com-case-section .swiper-slide .case-item-sp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.com-case-section .swiper-slide .case-item-sp-i {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.com-case-section .swiper-slide .case-item-sp-i > div {
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.com-case-section .swiper-slide .case-item-sp-i > div > i {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  font-family: "Montserrat";
  font-style: normal;
}
.com-case-section .caseTop-button {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  background-size: cover;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
}
.com-case-section .swiper-button-next, .com-case-section .swiper-button-prev {
  display: none;
}
.com-case-section .swiper-container-horizontal > .swiper-scrollbar {
  height: 6px;
  background: rgb(39, 42, 50);
  transform: scale(0.15);
}
.com-case-section .swiper-scrollbar-drag {
  background: rgb(249, 249, 249);
  height: 15px;
  top: -4px;
  bottom: -1px;
}
.com-case-section .caseTop-button-next + .btn-more {
  margin-top: 24px;
}
.com-case-section .btn-more {
  margin: 48px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.com-case-section .btn-more::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  transition: all ease 0.3s;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url("/public/img/icon-case_more.png");
}
.com-case-section .btn-more:hover {
  background-size: 300%;
}
.com-case-section .btn-more:hover::after {
  margin-left: 12px;
  margin-right: 0;
}

.com-news-section .news-show-item {
  display: none;
}
.com-news-section .news-show-item.active {
  display: block;
}
.com-news-section .news-list-cont {
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
  flex-wrap: wrap;
}
.com-news-section .news-list-cont .news-item {
  margin-bottom: 12px;
  width: calc(33.3% - 36px);
  padding-bottom: 24px;
  margin: 0 18px;
}
.com-news-section .news-list-cont .news-item .news-list-img-cont {
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
}
.com-news-section .news-list-cont .news-item .news-list-img-cont .news-list-img {
  display: block;
  width: 100%;
  height: 100%;
}
.com-news-section .news-list-cont .news-item .news-list-title {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #333333;
  line-height: 26px;
  display: block;
  margin: 18px 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-news-section .news-list-cont .news-item .news-list-title:hover {
  color: #EC1C33;
}
.com-news-section .news-list-cont .news-item .news-list-desc {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-news-section .news-list-cont .news-item .news-list-date {
  font-size: 15px;
  color: #999999;
  line-height: 1;
  margin: 12px auto;
  text-align: right;
}

.com-lr-wn-section .section-main {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.com-lr-wn-section .section-main .nav-box {
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 272px;
  padding: 64px;
}
.com-lr-wn-section .section-main .nav-box .nav-item {
  font-size: 22px;
  line-height: 26px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.com-lr-wn-section .section-main .nav-box .nav-item::after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  display: block;
  bottom: -16px;
  left: 0;
}
.com-lr-wn-section .section-main .nav-box .nav-item.active {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 16px;
}
.com-lr-wn-section .section-main .nav-box .nav-item.active::after {
  width: 36px;
  transition: all ease 4s;
}
.com-lr-wn-section .section-main .nav-box .nav-item + .nav-item {
  margin-top: 36px;
}
.com-lr-wn-section .section-main .show-box {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.com-lr-wn-section .section-main .show-box .item {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}
.com-lr-wn-section .section-main .show-box .item.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .banner-section {
    min-width: auto;
    text-align: center;
  }
  .banner-section .banner-cont {
    padding: 96px 0 40px;
  }
  .banner-section .banner-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .banner-section .banner-title span {
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
  }
  .banner-section .banner-info {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .banner-section .banner-info span {
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
  }
  .banner-section .banner-desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 180px;
  }
  .crumb-section {
    margin-top: 12px;
  }
  .com-line4-section .section-main ul {
    flex-wrap: wrap;
    border-radius: 8px;
  }
  .com-line4-section .section-main ul li {
    width: 50%;
    flex: auto;
    height: 134px;
  }
  .com-line4-section .section-main ul li.active p {
    margin-top: 4px;
  }
  .com-line4-section .section-main ul .item {
    font-size: 16px;
    line-height: 24px;
    bottom: 12px;
  }
  .com-line4-section .section-main ul .item p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    margin-top: 0;
  }
  .com-line4-section .section-main ul .item:hover p {
    margin-top: 4px;
  }
  .com-case-section {
    padding-bottom: 40px;
    min-width: auto;
  }
  .com-case-section .case-main {
    width: auto;
    margin-top: 36px;
  }
  .com-case-section .case-swiper {
    height: auto;
    padding-bottom: 32px;
  }
  .com-case-section .case-swiper.swiper-container {
    height: auto;
  }
  .com-case-section .case-swiper .btn {
    width: 90px;
    margin: 24px auto 0;
  }
  .com-case-section .swiper-slide {
    flex-direction: column;
    height: auto;
  }
  .com-case-section .swiper-slide .case-item-img-cont {
    width: 100%;
    max-height: 386px;
    min-height: 280px;
  }
  .com-case-section .swiper-slide .case-item-text-cont {
    height: auto;
    padding: 36px 28px;
  }
  .com-case-section .swiper-slide .case-item-tt-cont {
    font-size: 22px;
    line-height: 28px;
  }
  .com-case-section .swiper-slide .case-item-tt-cont::after {
    width: 40px;
  }
  .com-case-section .swiper-slide .case-item-desc {
    font-size: 14px;
    margin-bottom: 36px;
    height: auto;
  }
  .com-case-section .swiper-slide .case-item-sp-i {
    line-height: 18px;
    font-size: 12px;
  }
  .com-case-section .swiper-slide .case-item-sp-i > div > i {
    font-size: 26px;
    line-height: 32px;
  }
  .com-case-section .caseTop-button {
    display: none;
  }
  .com-news-section .news-list-cont {
    justify-content: center;
    margin: 0 -6px;
  }
  .com-news-section .news-list-cont .news-item {
    width: calc(50% - 12px);
    padding-bottom: 0;
    margin: 0 6px 18px;
  }
  .com-news-section .news-list-cont .news-item .news-list-img-cont {
    height: auto;
    border-radius: 3px;
  }
  .com-news-section .news-list-cont .news-item .news-list-title {
    font-size: 15px;
    margin: 18px 0 12px;
    line-height: 1;
  }
  .com-news-section .news-list-cont .news-item .news-list-desc {
    font-size: 12px;
  }
  .com-lr-wn-section .section-main {
    flex-direction: column;
    border-radius: 8px;
  }
  .com-lr-wn-section .section-main .nav-box {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item {
    font-size: 14px;
    line-height: 24px;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item::after {
    bottom: -8px;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item.active {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item.active::after {
    width: 48px;
    transition: all ease 4s;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item + .nav-item {
    margin-top: 0;
  }
  .com-lr-wn-section .section-main .show-box {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
  }
  .com-lr-wn-section .section-main .show-box .item.active {
    position: relative;
  }
}
.bloger-section {
  background-color: #EC1C33;
  min-width: 1240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/index-bloger1702545227585.jpg");
}
.bloger-section .section-title {
  color: #fff;
}
.bloger-section .blogger-nav-box {
  margin: 46px auto 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloger-section .blogger-nav-box .blogger-nav-item {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  color: #EC1C33;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  text-align: center;
  margin: 0 22px;
}
.bloger-section .blogger-nav-box .blogger-nav-item .img {
  display: block;
  width: 36px;
  margin: 18px auto 10px;
}
.bloger-section .blogger-nav-box .blogger-nav-item::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 120px;
  box-sizing: border-box;
  height: 120px;
  opacity: 0;
  border-radius: 10px;
  transition: opacity ease 0.2s;
  border: 1px solid #fff;
}
.bloger-section .blogger-nav-box .blogger-nav-item:hover::after, .bloger-section .blogger-nav-box .blogger-nav-item.active::after {
  opacity: 1;
}
.bloger-section .blogger-inner-left {
  float: left;
  width: 140px;
}
.bloger-section .blogger-inner-left .blogger-l-item {
  margin-bottom: 19px;
  padding: 17px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  transition: all ease 0.3s;
}
.bloger-section .blogger-inner-left .blogger-l-item:hover, .bloger-section .blogger-inner-left .blogger-l-item.active {
  color: #EC1C33;
  background-color: #fff;
  font-weight: 400;
}
.bloger-section .blogger-inner-right {
  margin-left: 140px;
  display: flex;
  flex-wrap: wrap;
}
.bloger-section .blogger-inner-right .blogger-r-item {
  margin: 0 0 18px 18px;
  width: 348px;
  height: 226px;
  border-radius: 8px;
  background: #fff;
  padding: 32px 40px 32px 30px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-avator {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-avator .img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-username {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin: 12px 0 4px;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 114px;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-desc {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  width: 114px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-r-info-box {
  margin-left: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info {
  position: relative;
  width: 49.6%;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info:nth-child(even)::before {
  content: "";
  top: 8px;
  left: 0;
  display: block;
  width: 1px;
  position: absolute;
  height: 30px;
  background-color: #E1E1E6;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num {
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #000;
  font-weight: 600;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num i {
  font-size: 12px;
  font-style: normal;
}
.bloger-section .blogger-inner-right .blogger-r-item .btn-cm {
  width: 134px;
  padding: 11px 0;
  color: var(--page-theme-color);
  border-radius: 6px;
  background: #fff;
  line-height: 20px;
  margin-top: 6px;
}
.bloger-section .blogger-inner-right .blogger-r-item:hover::after {
  position: absolute;
  content: "";
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 8px;
  border: 2px solid #fff;
}
.bloger-section .blogger-inner-right.nowrd .blogger-username {
  height: 26px;
  animation: nowd 2s ease infinite;
}
.bloger-section .blogger-inner-right.nowrd .blogger-desc {
  height: 20px;
  width: 40px;
  animation: nowd 2s ease infinite;
}
.bloger-section .blogger-inner-right.nowrd .num {
  height: 14px;
  width: 40px;
  margin: auto;
  animation: nowd 2s ease infinite;
}
@keyframes nowd {
  0% {
    background-color: #f0f8ff;
  }
  50% {
    background-color: #e4e4e4;
  }
  100% {
    background-color: #f0f8ff;
  }
}

@media (max-width: 768px) {
  .bloger-section {
    min-width: auto;
  }
  .bloger-section .section-title {
    padding-bottom: 0;
  }
  .bloger-section .section-title::after {
    content: none;
  }
  .bloger-section .bloger-main {
    max-width: 350px;
    margin: auto;
  }
  .bloger-section .blogger-nav-box {
    margin: 28px auto 32px;
  }
  .bloger-section .blogger-nav-box .blogger-nav-item {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 18px;
  }
  .bloger-section .blogger-nav-box .blogger-nav-item .img {
    width: 30px;
    margin: 11px auto 8px;
  }
  .bloger-section .blogger-nav-box .blogger-nav-item::after {
    width: 100px;
    height: 100px;
  }
  .bloger-section .blogger-inner-left {
    width: 100px;
  }
  .bloger-section .blogger-inner-left .blogger-l-item {
    margin-bottom: 4px;
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .bloger-section .blogger-inner-right {
    margin-left: 100px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item {
    margin: 0 0 18px 18px;
    width: 233px;
    height: 138px;
    border-radius: 6px;
    padding: 10px 18px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item:nth-child(3), .bloger-section .blogger-inner-right .blogger-r-item:nth-child(4), .bloger-section .blogger-inner-right .blogger-r-item:nth-child(5), .bloger-section .blogger-inner-right .blogger-r-item:nth-child(6) {
    display: none;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-avator {
    width: 64px;
    height: 64px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-avator .img {
    height: 64px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-username {
    width: 60px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-desc {
    font-size: 12px;
    line-height: 16px;
    width: 60px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-r-info-box {
    margin-left: 20px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info:nth-child(even)::before {
    top: 5px;
    height: 24px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num {
    font-size: 14px;
    line-height: 24px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num i {
    font-size: 14px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .btn-cm {
    width: 100px;
    padding: 6px 0;
    line-height: 17px;
    margin-top: 4px;
  }
}
.layer-scan.layui-layer {
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
}
.layer-scan.layui-layer .box {
  display: flex;
  align-items: center;
  padding: 45px 64px;
  background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.layer-scan.layui-layer .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
}
.layer-scan.layui-layer .title::after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
.layer-scan.layui-layer .img-addon {
  margin-left: 88px;
  overflow: hidden;
  width: 120px;
  border-radius: 8px;
}
.layer-scan.layui-layer .layui-layer-setwin {
  top: 18px;
  right: 18px;
}
.layer-scan.layui-layer .layui-layer-setwin .layui-layer-close2 {
  background-position: center;
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  font-size: 12px;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/icon-close2.png");
}
.layer-scan.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .layer-scan.layui-layer .box {
    flex-direction: column;
    align-items: baseline;
    font-size: 14px;
    line-height: 22px;
  }
  .layer-scan.layui-layer .title {
    font-size: 20px;
    line-height: 24px;
  }
  .layer-scan.layui-layer .img-addon {
    margin-left: 0;
    margin-top: 24px;
    width: 140px;
  }
}