@charset "UTF-8";
/**!
 * 一件事办事指南
 * date:2024-08-26
 * author: qcn;
 */
@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url("../css/fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype"), url("../css/fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("../css/fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype");
}

.title {
  letter-spacing: 2px;
}

/* 顶部banner */
.banner {
  height: 471px;
  padding-top: 46px;
  background: url("../images/qhonethingbsznnew/banner.jpg") no-repeat center;
}

.banner-box {
  position: relative;
}

.banner-title {
  font-size: 30px;
  color: #5A6689;
  font-weight: bold;
  line-height: 44px;
}

.banner-name {
  font-size: 36px;
  color: #2868B1;
  font-weight: bold;
  line-height: 60px;
  margin: 23px 0 19px;
}

.banner-introduce {
  width: 716px;
  font-size: 18px;
  color: #5A6689;
  line-height: 32px;
  text-align: justify;
}

.banner .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.banner .btn-item {
  width: 140px;
  height: 50px;
  font-size: 18px;
  color: #2868B1;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
  background: #DEEEFF;
  -webkit-box-shadow: inset 0px 2px 4px 0px #C6E1FF;
  box-shadow: inset 0px 2px 4px 0px #C6E1FF;
  border: 1px solid #6798D0;
}

.banner .btn-item + a {
  margin-left: 33px;
}

.banner .btn-item.active {
  color: #fff;
  background: #2868B1;
  -webkit-box-shadow: inset 0px 2px 4px 0px #B5D3F6;
  box-shadow: inset 0px 2px 4px 0px #B5D3F6;
}

/* 办理事项 */
.matter {
  margin-top: 34px;
}

.matter-box {
  /* height: 593px; */
  padding: 77px 63px 51px 52px;
  background: url("../images/qhonethingbsznnew/matter-bg.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  margin-top: 38px;
}

.matter-box::after {
  content: "";
  position: absolute;
  width: 319px;
  height: 282px;
  right: 42px;
  bottom: 5px;
  background: url("../images/qhonethingbsznnew/matter-pic.png") no-repeat bottom 5px right 17px;
  background-size: 100% 100%;
}

.matter-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.matter-name {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}

.matter-text {
  color: #000;
  font-size: 20px;
}

.matter-text > span {
  color: #2868B1;
}

.matter-list {
  max-height: 207px;
  max-width: 80%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  align-content: flex-start;
}

.matter-item {
  width: 511px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  padding: 0 20px 0 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/qhonethingbsznnew/matters-before.png") no-repeat left center;
}

.matter-item:nth-child(2n) {
  width: 350px;
  padding-right: 0;
}

.matter-item:nth-child(n+3) {
  margin-top: 29px;
}

.matter-title {
  width: 688px;
  height: 60px;
  color: #000;
  font-size: 28px;
  line-height: 60px;
  padding-left: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#CFE3FB), to(rgba(249, 250, 251, 0)));
  background: linear-gradient(90deg, #CFE3FB 0%, rgba(249, 250, 251, 0) 100%);
  -webkit-box-shadow: 0px 4px 110px 0px rgba(32, 87, 205, 0.05);
  box-shadow: 0px 4px 110px 0px rgba(32, 87, 205, 0.05);
  border-radius: 50px;
  margin: 49px 0 24px;
}

.matter-object {
  width: 75% !important;
  overflow: inherit;
  white-space: normal;
  background-position: 0 0;
  text-align: justify;
}

/* 服务成效 */
.benefit {
  margin-top: 49px;
}

.contrast {
  width: 100%;
  margin-top: 38px;
}

.contrast-box {
  height: 312px;
  padding-left: 146px;
}

.contrast::after {
  width: 109px;
  height: 109px;
  font-size: 45px;
  line-height: 109px;
}

.contrast-before {
  width: 601px;
  margin-right: -14px;
  background-image: url("../images/qhonethingbsznnew/contrast-before.png");
}

.contrast-now {
  width: 611px;
  padding-left: 130px;
  background-image: url("../images/qhonethingbsznnew/contrast-now.png");
}

.contrast-now .contrast-introduce {
  color: #697584;
}

.contrast-now .contrast-title {
  right: 35px;
  left: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contrast-item + .contrast-item {
  margin-top: 10px;
}

.contrast-introduce {
  font-size: 20px;
  color: #868FA9;
  line-height: 30px;
  margin-bottom: 22px;
}

.contrast-title {
  width: 51px;
  height: 242px;
  padding: 0 15px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 办理流程 */
.steps {
  /* height: 987px; */
  padding-top: 45px;
  padding-bottom: 70px;
  margin-top: 53px;
  background: url(../images/qhonethingbsznnew/steps-bg.jpg) no-repeat top center;
}
.steps-list {
  margin-top: 49px;
}

.steps-item {
  position: relative;
}

.steps-item + li {
  margin-top: 75px;
}

.steps-item + li .steps-item-text::after {
  content: "";
  width: 7px;
  height: 75px;
  background: url("../images/qhonethingbsznnew/steps-before.png") no-repeat center;
  position: absolute;
  left: 3px;
  top: -77px;
  z-index: 9999999999999999999999999;
}

.steps-item + li .steps-item-text::before {
  content: "";
  width: 21px;
  height: 23px;
  background: url("../images/qhonethingbsznnew/arrow.png") no-repeat center;
  position: absolute;
  left: -4px;
  top: -46px;
  z-index: -1;
}

.steps-item-text {
  width: 1161px;
  height: 90px;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  border-radius: 8px;
  margin-left: 39px;
  line-height: 32px;
  padding: 12px 64px 12px 79px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(32, 87, 205, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(32, 87, 205, 0.1);
  border: 1px solid rgba(32, 87, 205, 0.1);
  position: relative;
  text-align: justify;
  z-index: 0;
}

.steps-item-text > span {
  padding-right: 14px;
  max-height: 100%;
  overflow: auto;
}

.steps-item-index {
  position: absolute;
  width: 90px;
  height: 90px;
  font-size: 60px;
  line-height: 90px;
  color: #2868B1;
  text-align: center;
  border-radius: 50%;
  font-family: 'YouSheBiaoTiHei';
  background: -webkit-gradient(linear, left top, left bottom, from(#C9DFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #C9DFFF 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(32, 87, 205, 0.2);
  box-shadow: 0px 4px 15px 0px rgba(32, 87, 205, 0.2);
  border: 1px solid #fff;
  z-index: 2;
}

/* 办理流程 */
.material .title {
  margin: 37px 0 28px;
}
.material-box::after {
  content: "";
  width: 390px;
  height: 279px;
  background: url("../images/qhonethingbsznnew/material-pic.png") no-repeat center;
  position: absolute;
  right: 40px;
  bottom: 37px;
}

.material-box {
  height: 461px;
  padding: 77px 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#53A1FB), to(#2C74C7));
  background: linear-gradient(180deg, #53A1FB 0%, #2C74C7 100%);
  border-radius: 23px;
  background-size: 100% 100%;
  position: relative;
}

.material-box::before {
  content: "";
  width: calc(100% - 70px);
  height: calc(100% - 76px);
  border-radius: 23px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.material-list {
  max-width: 67%;
  height: 100%;
  overflow: auto;
  position: relative;
  padding-right: 15px;
}

.material-item {
  max-width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  padding-left: 36px;
  background: url("../images/qhonethingbsznnew/file-before.png") no-repeat left 7px;
  position: relative;
  z-index: 11;
  text-align: justify;
}

.material-item + li {
  margin-top: 26px;
}

/* 事项告知 */
.notify {
  padding-bottom: 69px;
}

.notify .title {
  margin: 40px 0 46px;
}

.notify-item {
  padding: 0 0 34px 28px;
  position: relative;
}

.notify-item-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.notify-item-title {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 15px 56px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#DEEDFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #DEEDFF 0%, rgba(255, 255, 255, 0) 100%);
}

.notify-item-explain {
  color: #333;
  font-size: 16px;
  margin-left: 57px;
  line-height: 30px;
}

.notify-item-explain.has-icon {
  position: relative;
}

.notify-item-explain.has-icon::before {
  content: "";
  width: 17px;
  height: 13px;
  background: url("../images/qhonethingbsznnew/material-before.png") no-repeat center;
  position: absolute;
  left: -29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.notify-main {
  padding-top: 4px;
}

.notify-main > div + div {
  margin-top: 21px;
}

.notify-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 21px 0 0 57px;
}

.notify-sub-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notify-sub-item + li {
  margin-top: 15px;
}

.notify-sub-item.two-item {
  width: 50%;
  margin-top: 0;
}

.notify-sub-item.two-item:nth-child(n+3) {
  margin-top: 15px;
}

.notify-sub-item.three-item {
  width: 33.33%;
  margin-top: 0;
}

.notify-sub-item.three-item:nth-child(n+4) {
  margin-top: 15px;
}

.notify-sub-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
}

.notify-sub-index {
  width: 31px;
  height: 31px;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  margin-right: 15px;
  border-radius: 50%;
  text-align: center;
  background: #6892E2;
  font-family: 'YouSheBiaoTiHei';
}

/* 常见问题、政策集锦 */
.review {
  /* height: 585px; */
  padding-top: 10px;
  background: url("../images/qhonethingbsznnew/problem-bg.jpg") no-repeat center;
  background-size: 100% 100%;
  padding-bottom: 50px;
}

.review-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review-box {
  width: 595px;
}

.review-title {
  height: 96px;
  font-size: 30px;
  font-weight: bold;
  line-height: 96px;
  padding-left: 56px;
  margin-bottom: 36px;
  border-bottom: 1px solid #C1DFF8;
  background: url("../images/qhonethingbsznnew/title-icon1.png") no-repeat -2px center;
  position: relative;
}

.review-title > span {
  color: #2868B1;
}

.review-title::after {
  content: "";
  width: 43px;
  height: 1px;
  background: #2868B1;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.problem-list {
  width: 591px;
  height: 320px;
  overflow: auto;
}

.collect-list {
  width: 591px;
  height: 320px;
  overflow: auto;
}


.problem-item {
  width: 585px;
  background: #fff;
  border-radius: 4px;
  padding: 21px 26px 20px 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(54, 114, 174, 0.05);
  box-shadow: 0px 4px 4px 0px rgba(54, 114, 174, 0.05);
}

.problem-item-title {
  width: 535px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding-left: 39px;
  padding-right: 33px;
  position: relative;
  cursor: pointer;
  background: url(../images/qhonethingbsznnew/right.png) no-repeat right 2px center;
}

.problem-item-title.active {
  background-image: url("../images/qhonethingbsznnew/down.png");
}

.problem-item-title::before {
  content: "问";
  width: 23px;
  height: 21px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  background: #2868B1;
  border-radius: 0px 4px 0px 4px;
  position: absolute;
  left: 0;
  top: 2px;
}

.problem-item + li {
  margin-top: 16px;
}

.problem-item-answer {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  padding-left: 39px;
  margin-top: 13px;
  display: none;
  position: relative;
  word-wrap:break-word;
  word-break:normal;
}

.problem-item-answer::before {
  content: "答";
  width: 23px;
  height: 21px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  background: #FEA31D;
  border-radius: 0px 4px 0px 4px;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
}

.collect .review-title {
  background-image: url("../images/qhonethingbsznnew/title-icon2.png");
}

.collect-item {
  width: 585px;
  border-radius: 4px;
  padding: 21px 26px 20px 27px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(54, 114, 174, 0.05);
  box-shadow: 0px 4px 4px 0px rgba(54, 114, 174, 0.05);
  background: #fff url("../images/qhonethingbsznnew/right.png") no-repeat right 35px center;
}

.collect-item-name {
  color: #000;
  font-size: 16px;
  max-width: 500px;
  line-height: 24px;
  padding-left: 29px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/qhonethingbsznnew/file-before.png") no-repeat left center;
}

.collect-item + li {
  margin-top: 16px;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-color: transparent;
  border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100 !important;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
  visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
  visibility: visible;
}

/* IE */
body,
div,
html,
li,
ul {
  scrollbar-arrow-color: #ccc;
  scrollbar-face-color: #ccc;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-shadow-color: rgba(255, 255, 255, 0.3);
  scrollbar-track-color: #f2f2f2;
}



#sbxz {
  font-family: Arial;
  font-size: 18px;
  line-height: 30px;
  /* font-weight: bold; */
  color: #000;
  padding: 82px;
  border-radius: 10px;
  box-shadow: 0 0 25px #6495ed;
}



/* 办理结果 */
.result {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F9FF), to(#FFFFFF));
  background: linear-gradient(180deg, #F4F9FF 0%, #FFFFFF 100%);
}

.result .container {
  position: relative;
}

.result-swiper {
  padding-top: 46px;
  position: static;
}

.result-item {
  height: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

.result-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 240, 255, 0.7)), to(rgba(202, 230, 251, 0.7)));
  background: linear-gradient(180deg, rgba(220, 240, 255, 0.7) 0%, rgba(202, 230, 251, 0.7) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: -1;
}

.result-item::after {
  content: "";
  width: 34.21%;
  height: 65px;
  background: #3FA1E8;
  border-radius: 10px 10px 100px 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -16px;
  z-index: -2;
}

.result-item-order {
  color: #fff;
  font-size: 32px;
  line-height: 28px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  font-family: 'YouSheBiaoTiHei';
  margin: 8px 0 27px;
}

.result-item-name {
  color: #333;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 18px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-item .img-box {
  height: 236px;
  cursor: pointer;
}

.result-item .img-box > img {
  width: 100%;
  height: 100%;
}

.result .swiper-slide:nth-child(4n) .result-item::before {
  background: rgba(255, 230, 207, 0.7);
}

.result .swiper-slide:nth-child(4n) .result-item::after {
  background: #FF9A2E;
}

.result .swiper-slide:nth-child(4n-1) .result-item::before {
  background: rgba(225, 235, 251, 0.7);
}

.result .swiper-slide:nth-child(4n-1) .result-item::after {
  background: #5F7FEE;
}

.result .swiper-slide:nth-child(4n-2) .result-item::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 242, 228, 0.7)), to(rgba(197, 239, 223, 0.7)));
  background: linear-gradient(180deg, rgba(210, 242, 228, 0.7) 0%, rgba(197, 239, 223, 0.7) 100%);
}

.result .swiper-slide:nth-child(4n-2) .result-item::after {
  background: #35CB9E;
}

.result .swiper-slide:nth-child(4n-3) .result-item::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 240, 255, 0.7)), to(rgba(202, 230, 251, 0.7)));
  background: linear-gradient(180deg, rgba(220, 240, 255, 0.7) 0%, rgba(202, 230, 251, 0.7) 100%);
}

.result .swiper-slide:nth-child(4n-3) .result-item::after {
  background: #3FA1E8;
}

.result .swiper-button-next,
.result .swiper-button-prev {
  top: 275px;
}
/* 弹窗 */
body .layui-layer-title {
  height: 58px !important;
  line-height: 58px !important;
  background: #1677FF !important;
  padding-left: 24px !important;
  font-size: 20px !important;
  font-weight: bold;
  color: #fff;
}

body .layui-layer-setwin a {
  width: 34px !important;
  height: 34px !important;
  background: url("../images/qhonethingbsznnew/close.png") no-repeat center !important;
  background-position: center !important;
}

body .layui-layer-setwin {
  right: 24px;
  top: 0px;
}

.layer-content {
  padding: 25px 35px 31px;
  height: 100%;
  position: absolute;
  width: 100%;
}

.layer-content .mySwiper2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.layer-content .mySwiper2 .swiper-slide {
  width: 100% !important;
}

.layer-content .mySwiper2 .swiper-button-next {
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/qhonethingbsznnew/next.png") no-repeat center;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.layer-content .mySwiper2 .swiper-button-prev {
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/qhonethingbsznnew/prev.png") no-repeat center;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.layer-content img {
  width: 100%;
  height: 100%;
}

.layer-content .mySwiper {
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.layer-content .mySwiper .swiper-slide {
  width: 140px !important;
  height: 96px;
  opacity: 0.4;
  cursor: pointer;
}

.layer-content .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.layer-content .mySwiper .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*   justify-content: center; */
}

.layer-content .swiper-button-next.swiper-button-disabled,
.layer-content .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

@media (max-width: 1200px) {
  .matter-item {
    width: 50% !important;
  }
  .swiper-button-next {
    right: -10px;
  }
}

@media (max-width: 980px) {
  .banner {
    height: unset;
    padding-bottom: 50px;
    background-size: 100% 100%;
  }
  .banner-logo {
    width: 300px;
    height: 226px;
    top: unset;
    bottom: 20px;
  }
  .banner-name {
    font-size: 32px;
  }
  .contrast-box {
    padding-top: 30px;
  }
  .contrast-introduce {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .material-box {
    padding-left: 50px;
  }
  .material-box::after {
    width: 290px;
    height: 199px;
    background-size: 100% 100%;
    right: 5px;
  }
}

@media (max-width: 580px) {
  .matter-box::after {
    width: 219px;
    height: 182px;
    background-position: right 35px center;
  }
  .contrast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contrast-box {
    width: 100%;
    padding-left: 135px;
  }
  .contrast-now {
    margin-top: 50px;
    padding-left: 90px;
  }
  .review-title {
    font-size: 26px;
    padding-left: 45px;
  }
}

@media (max-width: 430px) {
  .banner-name {
    width: 100%;
    padding-right: 30px;
  }
  .matter-box {
    padding-left: 35px;
    padding-right: 35px;
  }
  .matter-box::after {
    width: 200px;
    height: 162px;
    background-position: right -35px center;
  }
  .matter-item {
    width: 100% !important;
  }
  .matter-item + li {
    margin-top: 29px !important;
  }
  .material-box {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .material-box::before {
    content: "";
    width: calc(100% - 50px);
    height: calc(100% - 46px);
  }
  .material-box::after {
    width: 180px;
    height: 129px;
    right: 15px;
    bottom: 45px;
  }
  .material-item {
    padding-left: 26px;
  }
  .material-item + li {
    margin-top: 10px;
  }
  .steps-item-text {
    width: 91%;
  }
  .contrast-box {
    padding-left: 85px;
  }
  .contrast-now {
    padding-left: 50px;
  }
}

.layer-content img{
  display:block;
  margin:0 auto;
  /* max-height:100%; */
  max-width:100%;
  height:auto;
  width:auto;
}
.layer-content .mySwiper2 .swiper-slide{
  overflow:auto;

  height:calc(100% - 90px);
}
.layer-spresult .layui-layer-setwin{
  right:15px!important;
  top:5px!important;
}
.material-list{
  align-content:flex-start;
}
.material-item{
  width:100%;
}