@charset "UTF-8";
/**
* 办事指南
* date:2022-2-17
* author: wuzhou;
 */
.right-area {
  padding-bottom: 50px;
}

.guide-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

.guide-items .guide-item {
  margin-top: 23px;
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0px 0px;
}

.guide-items .guide-title {
  font-size: 20px;
  color: #fff;
  height: 53px;
  line-height: 53px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078de), to(#45a9ff));
  background: linear-gradient(180deg, #0078de 0%, #45a9ff 100%);
  border-radius: 10px 10px 0px 0px;
}

.guide-info {
  position: relative;
  height: 145px;
  overflow: hidden;
}

.guide-info:before {
  position: absolute;
  content: '';
  z-index: 1;
}

.guide-info.signature:before {
  right: 26px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  background: url("../images/pages/sign_img1.png") center no-repeat;
}

.guide-info.subject:before {
  right: 25px;
  bottom: 16px;
  width: 60px;
  height: 68px;
  background: url("../images/pages/sign_img2.png") center no-repeat;
}

.guide-info.service:before {
  right: 25px;
  bottom: 16px;
  width: 60px;
  height: 65px;
  background: url("../images/pages/sign_img3.png") center no-repeat;
}

.guide-info.register:before {
  right: 26px;
  bottom: 16px;
  width: 60px;
  height: 68px;
  background: url("../images/pages/sign_img4.png") center no-repeat;
}

.guide-info.process:before {
  right: 25px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: url("../images/pages/sign_img5.png") center no-repeat;
}

.guide-info.file:before {
  right: 26px;
  bottom: 15px;
  width: 53px;
  height: 67px;
  background: url("../images/pages/sign_img6.png") center no-repeat;
}

.links-area {
  position: relative;
  margin: 12px auto 0;
  overflow-y: auto;
  height: calc(100% - 22px);
  margin-right: 6px;
  z-index: 20;
}

.links-area::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.links-area::-webkit-scrollbar-track {
  background-color: transparent;
}

.links-area::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d6d6d6;
}

.handle-link {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 9px;
  padding-left: 26px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.handle-link:last-child {
  margin-bottom: 0;
}

.handle-link:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 12px;
  top: 9px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.3%, #4389e7), color-stop(82.8%, #79ccfa));
  background: linear-gradient(180deg, #4389e7 12.3%, #79ccfa 82.8%);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(72, 143, 232, 0.15);
          box-shadow: 0px 4px 4px rgba(72, 143, 232, 0.15);
}


/* 20230731 */
.guide-items .guide-title {
  position: relative;
  padding: 0 60px 0 15px;
  text-align: left;
}

.guide-more {
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 14px;
}

/* 适老化 */
.show-old .guide-items .guide-item {
  margin-top:0;
  width: calc(100% / 3 - 26px);
  margin-right:26px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  border-radius: 13px 13px 0px 0px;
  margin-bottom:26px;
}

.show-old .guide-items{
  margin-right:-26px;
  margin-top: 20px;
}
.show-old .guide-items .guide-title {
  height: 70px;
  line-height: 70px;
  background: linear-gradient(180deg, #0078de 0%, #45a9ff 100%);
  border-radius: 13px 13px 0px 0px;
  font-size: 28px;
    font-weight: bold;
  padding-right:80px;
    color: #fff;
}
.show-old .guide-more{
  font-size:20px
}
.show-old .guide-info{
  height:230px;
  padding: 16px;
  box-sizing: border-box;
}

.show-old .links-area {
  position: relative;
  margin:0;
  margin-right:-8px;
  padding-right:8px;
  overflow-y: auto;
  height:100%;
  z-index: 20;
}

.show-old .handle-link {
   display: block;
  line-height: 42px;
  padding-left: 19px;
  font-size: 28px;
  color: #333;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show-old .handle-link:last-child {
  margin-bottom: 0;
}

.show-old .handle-link:before {
 content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: linear-gradient(180deg, #4389e7 0%, #79ccfa 100%);
  box-shadow: 0px 5px 5px 0px rgba(72, 143, 232, 0.15);
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.show-old .guide-info.signature:before {
  right: 34px;
  bottom: 14px;
  width: 82px;
  height: 82px;
  background: url("../images/pages/sign_img1_old.png") center no-repeat;
}

.show-old .guide-info.subject:before {
  right: 34px;
  bottom: 14px;
  width: 81px;
  height: 92px;
  background: url("../images/pages/sign_img2_old.png") center no-repeat;
}

.show-old .guide-info.service:before {
     right: 34px;
  bottom: 14px;
  width: 82px;
  height: 88px;
  background: url("../images/pages/sign_img3_old.png") center no-repeat;
}

.show-old .guide-info.register:before {
  right: 34px;
  bottom: 14px;
  width: 82px;
  height: 92px;
  background: url("../images/pages/sign_img4_old.png") center no-repeat;
}

.show-old .guide-info.process:before {
 right: 34px;
  bottom: 14px;
  width: 81px;
  height:82px;
  background: url("../images/pages/sign_img5_old.png") center no-repeat;
}

.show-old .guide-info.file:before {
  right: 34px;
  bottom: 14px;
  width: 73px;
  height:90px;
  background: url("../images/pages/sign_img6_old.png") center no-repeat;
}

.show-old .guide-items .guide-item {
  width: calc(100% / 2 - 26px);
}