@charset "UTF-8";
/**!
 * 高效办成一件事
 * date:2024-07-31
 * author: qcn;
 */

html {
  height: 100%;
}


.main {
  padding-bottom: 56px;
  background: url("../images/qhonethingthemenew/main-bg-top.png") center top;
  background-color: #fff;
  background-repeat: no-repeat;
}

.title {
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.title-text {
  font-size: 38px;
  font-weight: bold;
  position: relative;
}

.title-text::before, .title-text::after {
  content: "";
  width: 294px;
  height: 24px;
  position: absolute;
  background: url("../images/qhonethingthemenew/before.png");
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -322px;
}

.title-text::after {
  background: url("../images/qhonethingthemenew/after.png");
  left: auto;
  right: -322px;
}

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

/* banner */
.banner {
  color: #fff;
  height: 228px;
  padding-top: 50px;
  background: url("../images/qhonethingthemenew/banner.jpg") no-repeat center;
}

.banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-title-text {
  font-size: 32px;
  line-height: 47px;
  font-weight: bold;
}

.banner-title-tag {
  width: 53px;
  height: 25px;
  line-height:25px;
  text-align:center;
  font-size: 14px;
  color: #fff;
  background: rgba(255,255,255,0.16);
  border-radius: 4px;
  margin-left:10px;
}

.banner-introduce {
  font-size: 18px;
  line-height: 27px;
  margin-top: 11px;
}

.search-box{
  margin-top:14px;
  display:flex;
  width: 435px;
  height: 44px;
  background: #fff;
  border-radius: 4px;
  border: none;
}

.search-input{
  flex:1;
  padding:0 14px;
  border:none;
  outline:none;
  font-size: 15px;
  color: #333;
  border-radius:4px  0 0 4px;
}

.search-btn{
  position: relative;
  top: 0;
  right: 0;
  width: 86px;
  height: 44px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  background: linear-gradient(360deg, #2868B1 0.47%, #69A2EB 99.53%);
  border:none;
  border-radius: 0 4px 4px 0;
}

.search-hot{
  margin-top: 11px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display:flex;
  white-space:nowrap;
}

.search-list{
  flex:1;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.search-list a{
  padding:0 7px;
  color:#fff;
  cursor:pointer;
  border-radius:4px;
  line-height: 24px;
  display: block;
}

.search-list a:hover{
  background:rgba(255,255,255,0.16)
}


/* banner-logo */
.banner-logo {
  width: 430px;
  height: 346px;
  position: absolute;
  top: 35px;
  right: 0;
}

/* 高效办成"一件事"方案 */
.policy {
  margin-top: 34px;
}

.policy.active {
  position: relative;
  z-index: 999999999;
}

.policy-box {
  position: relative;
}

.policy-list {
  padding: 33px 0 320px;
  position: static;
}

.policy-item {
  width: 220px;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1EFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #E1EFFF 100%);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(192, 214, 235, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(192, 214, 235, 0.5);
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.policy-item::before {
  content: "";
  width: 100%;
  height: 40px;
  background: transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.policy-item:hover {
  border-color: #2868B1;
}

.policy-item:hover::before {
  display: block;
}

.policy-item .img-box {
  width: 94px;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.policy-item-name {
  line-height: 28px;
  font-size: 20px;
  color: #333;
  margin-top: 14px;
}

.policy-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.policy-view .policy-list {
  width: calc(100% - 490px);
}

.left-view {
  padding: 33px 0 320px;
  width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-view .policy-item {
  margin-right: 25px;
}

.left-view .policy-item:hover::after {
  content: "";
  width: 21px;
  height: 25px;
  background: url("../images/qhonethingthemenew/policy-arrow.png") no-repeat center;
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news {
  position: absolute;
  top: 240px;
  left: 0;
  width: 838px;
  max-height: 289px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(192, 214, 235, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(192, 214, 235, 0.5);
  border-radius: 4px;
  border: 1px solid #E0E7F3;
  z-index: 9;
  padding: 27px 53px 32px 29px;
  display: none;
}

.news.active {
  display: block;
}

.news-list {
  max-height: 230px;
}

.news-item {
  height: 30px;
  line-height: 30px;
  padding-left: 36px;
  background: url("../images/qhonethingthemenew/new-before.png") no-repeat left center;
}

.news-item + li {
  margin-top: 20px;
}

.news-name {
  width: 100%;
  font-size: 20px;
  color: #333;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: top;
}

.news-name:hover {
  color: #2868B1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 55px;
  height: 55px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px #C0D6EB;
  box-shadow: 0px 0px 10px 0px #C0D6EB;
  border-radius: 50%;
}

.swiper-button-prev {
  left: -88px;
  top: 198px;
}

.swiper-button-next {
  right: -88px;
  top: 198px;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background: #fff url("../images/qhonethingthemenew/prev.png") no-repeat center;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background: #fff url("../images/qhonethingthemenew/next.png") no-repeat center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #fff url("../images/qhonethingthemenew/dis-next.png") no-repeat center;
}

.swiper-button-prev.swiper-button-disabled {
  background: #fff url("../images/qhonethingthemenew/dis-prev.png") no-repeat center;
}

/* 全省效办成"一件事"服务专区 */
.service {
  margin-top: -276px;
}

.type {
  width: 400px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#E2EFFF), to(#E2EFFF));
  background: linear-gradient(180deg, #E2EFFF 0%, #E2EFFF 100%);
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #D1E6FC;
  margin: 39px auto 44px;
  position: relative;
  z-index: 9999;
}

.type.active {
  z-index: 1;
}

.type-item {
  width: 200px;
  height: 70px;
  font-size: 30px;
  color: #5F7193;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}

.type-item.active {
  color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: inset 0px 4px 5px 0px #B0CFF9;
  box-shadow: inset 0px 4px 5px 0px #B0CFF9;
  background: -webkit-gradient(linear, left top, left bottom, from(#75A5E4), to(#5185C8));
  background: linear-gradient(180deg, #75A5E4 0%, #5185C8 100%);
}

.step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.step::after {
  content: "";
  width: calc(100% - 120px);
  height: 137px;
  border-bottom: 2px dashed #B0C0DE;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step.frstep::after {
  content: "";
  width: calc(100% - 150px);
  height: 137px;
  border-bottom: 2px dashed #B0C0DE;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step-item {
  width: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 88888;
  cursor: pointer;
}


.step-item.fr{
  display:none;
}

.step-item::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #B0C0DE;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 126px;
  z-index: 9;
}

.step-item .img-box {
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ECF8FF), to(#DDF2FF));
  background: linear-gradient(90deg, #ECF8FF 0%, #DDF2FF 100%);
  border: 3px solid #fff;
}

.step-item-imga {
  display: none;
}

.step-item.active .img-box {
  background: -webkit-gradient(linear, left top, right top, from(#629CDB), to(#2261AD));
  background: linear-gradient(90deg, #629CDB 0%, #2261AD 100%);
  -webkit-box-shadow: inset 0px 4px 20px 0px #B6D0FA, 0px 4px 10px 0px rgba(123, 150, 199, 0.3);
  box-shadow: inset 0px 4px 20px 0px #B6D0FA, 0px 4px 10px 0px rgba(123, 150, 199, 0.3);
}

.step-item.active .step-item-img {
  display: none;
}

.step-item.active .step-item-imga {
  display: inline-block;
}

.step-item.active .step-item-name {
  color: #2868B1;
  font-weight: bold;
}

.step-item.active::after {
  border-color: #4C81C3;
}

.step-item-name {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  margin-top: 80px;
}

.matters {
  width: 245px;
  border-radius: 4px;
  padding: 18px 0 25px 24px;
  position: relative;
  background: linear-gradient(360deg, #7BA1D3 18.06%, #2868B1 100%);
}

.matters-title {
  font-size: 26px;
  color: #333;
  line-height: 38px;
}

.matters-view {
  font-size: 20px;
  color: #666;
  margin-left: 28px;
}

.matters-view > span {
  color: #2868B1;
}

.matters-item {
  height: 55px;
  border-radius: 90px 0px 0px 90px;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  position: relative;
  line-height:55px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  padding: 0 36px;
  cursor:pointer;
}


.matters-item::before{
  content:'';
  position:absolute;
  left:20px;
  top:50%;
  transform:translateY(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.matters-list{
  width:100%;
  height: 360px;
}

.border-flow,
.matters-item:hover{
 background: linear-gradient(90deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 100%);
}


/* 分页 */
.pager {
  margin-top: 14px;
  display: flex;
  font-size: 14px;
  color: #fff;
  justify-content: center;
  padding: 0;
}

.pager>*+*{
  margin-left:16px;
}

.page>div{
  display:flex;
}

.pager input{
  margin-right:18px;
}

.disabled{
  opacity:0.5;
  pointer-events:none;
}

.pager input,
.pager button{
  width: 30px;
  height: 30px;
  text-align:center;
  font-size: 14px;
  color: #fff;
  background:transparent;
  border-radius: 4px;
  border: 1px solid #FFF;
  outline:none;
}

button.pager-prev{
  background:url('../images/qhonethingthemenew/pager-prev.png') no-repeat center;
}

button.pager-next{
  background:url('../images/qhonethingthemenew/pager-next.png') no-repeat center;
}

/* 政策法规专栏 */
.law {
  margin-top: 37px;
}

.law-item {
  width: 384px;
  height: 208px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #E0E7F3;
  padding: 29px 20px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.law-item:hover {
  border-color: #2868B1;
  -webkit-box-shadow: 0px 4px 10px 0px #C0D6EB;
  box-shadow: 0px 4px 10px 0px #C0D6EB;
}

.law-item:hover .law-item-text {
  color: #2868B1;
}

.law-item::after {
  content: "";
  width: 344px;
  height: 1px;
  border-bottom: 1px dashed #B2C4E3;
  position: absolute;
  bottom: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.law-item-text {
  height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 20px;
  line-height: 34px;
}

.law-item-link {
  display: inline-block;
  line-height: 30px;
  margin-top: 49px;
  font-size: 20px;
  color: #2868B1;
  padding-right: 30px;
  background: url("../images/qhonethingthemenew/detail.png") no-repeat right center;
}

.law .policy-list {
  padding: 29px 0 65px;
  height: 280px;
}

div#law-swiper {}

/* 新增一件事详细 */
.detail {
  margin-left:20px;
  flex:1;
  min-width: 0;
  padding: 27px 30px 30px;
  background: linear-gradient(180deg, #2868B1 0%, #7BA1D3 100%);
  border-radius: 4px;
}

.detail-info {
  display:flex;
  height: 265px;
}

.detail-info-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 38px;
  font-size: 26px;
  color: #fff;
  margin-bottom:11px;
}

.detail-info-name {
  padding-left: 17px;
  line-height:30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
}

.detail-info-title::before{
  content:'';
  position:absolute;
  left:0;
  width: 4px;
  height: 20px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.detail-info-introduce {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin-left: 19px;
  white-space: nowrap;
}

.detail-info-introduce > span {
  color: #FFC300;
  font-size: 20px;
  font-weight:500;
  margin: 0 4px;
}

.detail-info-tag {
  height: 29px;
  font-size: 16px;
  color: #FFAE41;
  line-height: 29px;
  border-radius: 4px;
  background: #FFEFD9;
  padding: 0 18px;
  margin: 5px 0 0 14px;
}

.detail-list {
  margin-top: 26px;
  flex: 1;
  min-width: 0;
  max-height: 222px;
  margin-right: 20px;
}

.detail-item {
  font-size: 15px;
  color: #666666;
  padding-left: 28px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/qhonethingthemenew/done.png") no-repeat left center;
}

.detail-item +.detail-item {
  margin-top:18px;
}

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

.detail-btn-item {
  width: 106px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #2868B1;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #2868B1;
  margin-right: 10px;
}

.detail-btn-item.active {
  color: #fff;
  background-color: #2261AD;
}

.contrast {
  margin-top: 30px;
  width: 522px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contrast::after {
  content: "VS";
  width: 63px;
  height: 63px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 63px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(37, 66, 91, 0.08);
  box-shadow: 0px 4px 4px 0px rgba(37, 66, 91, 0.08);
  background: -webkit-gradient(linear, left top, right top, from(#FBC444), to(#FBAA22));
  background: linear-gradient(to right, #FBC444 0%, #FBAA22 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contrast-box {
  width: 264px;
  height: 235px;
  position: relative;
  padding: 43px 0 0 26px;
  background: url("../images/qhonethingthemenew/before-handle.png") no-repeat center;
}

.contrast-before {
  margin-right: -4px;
}

.contrast-now {
  padding-left: 37px;
  background-image: url("../images/qhonethingthemenew/now-handle.png");
}

.contrast-now .contrast-title {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#3377C3), to(#5798E1));
  background: linear-gradient(270deg, #3377C3 0%, #5798E1 100%);
}

.contrast-now .contrast-time .contrast-item-name {
  background-image: url("../images/qhonethingthemenew/time-a.png");
}

.contrast-now .contrast-run .contrast-item-name {
  background-image: url("../images/qhonethingthemenew/run-a.png");
}

.contrast-now .contrast-file .contrast-item-name {
  background-image: url("../images/qhonethingthemenew/file-a.png");
}

.contrast-now .contrast-step .contrast-item-name {
  background-image: url("../images/qhonethingthemenew/handle-a.png");
}

.contrast-now .contrast-item-number {
  color: #2868B1;
}

.contrast-now .contrast-item-number::after {
  display: none;
}

.contrast-now .contrast-item-value::after {
  display: none;
}

.contrast-title {
  padding: 0 20px;
  height: 41px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#B5BBCE), to(#CDCFE0));
  background: linear-gradient(270deg, #B5BBCE 0%, #CDCFE0 100%);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(37, 66, 91, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(37, 66, 91, 0.05);
  border-radius: 100px;
  border: 3px solid #fff;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contrast-item {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.contrast-item-name {
  padding-left: 32px;
  background: url("../images/qhonethingthemenew/time.png") no-repeat left center;
}

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

.contrast-item-number {
  font-size: 20px;
  color: #25425B;
  position: relative;
  font-weight: 500;
}

.contrast-item-number::after {
  content: "";
  position: absolute;
  background: #25425B;
  width: 108%;
  top: 55%;
  height: 1px;
  left: 0;
}

.contrast-item-value {
  position: relative;
}

.contrast-item-value::after {
  content: "";
  position: absolute;
  background: #414E76;
  width: 102%;
  top: 55%;
  height: 1px;
  left: 0;
}

.contrast-run .contrast-item-name {
  background-image: url("../images/qhonethingthemenew/run.png");
}

.contrast-file .contrast-item-name {
  background-image: url("../images/qhonethingthemenew/file.png");
}

.contrast-step .contrast-item-name {
  background-image: url("../images/qhonethingthemenew/handle.png");
}

@media (max-width: 430px) {
  body {
    transform: scale(0.285);
    transform-origin: top left;
  }
}


.matters-item img{
  position:absolute;
  content:'';
  width: 25px;
  height: 20px;
  top: 0px;
  right: 0px;
  z-index: 100;
}
.detail-info-introduce img{
  width:30px;
  height: 25px;
  margin-left: 5px;
  display: inline-block;
}

body .layer-ext-test.layui-layer-dialog  .layui-layer-setwin{
  top:10px;
  right:10px;
}

.onething-box{
  margin-top: 30px;
  display:flex;
  height: 444px;
}

.detail-box{
  height: 346px;
  background: linear-gradient( 0deg, #fff 0%, #fff 100%);
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 0 20px;
}