/*
 *  @desc 政策通基础样式
 *  @author 邓欢
 */
body {
  min-width: 1000px;
}
.zct-main {
  min-height: calc(100vh - 201px);
  padding-top: 60px;
  background: url('/node/public/image/zct/head-bg.png') center 0 no-repeat #F2F5F8;
  background-size: 100% 259px;
}
.zct-header-logo {
  width: 100%;
  color: #FFF;
  background: #003;
}
.zct-header-logo .logo-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 60px;
  margin: 0 auto;
}
.zct-header-logo .logo-content img {
  width: auto;
  height: 40px;
}
.zct-header-logo .title {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid rgba(255, 255, 255, .4);
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
}
.zct-main .container-in {
  position: relative;
}
.zct-fixed-right {
  position: fixed;
  bottom: 50%;
  margin-bottom: 32px;
  transform: translateY(100%);
  right: 0;
  width: 60px;
}
.zct-fixed-right.abs {
  position: absolute;
  bottom: 208px;
  transform: translateY(0);
  right: 0;
}
.zct-fixed-right .zct-fixed-right-item {
  width: 100%;
  height: 64px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
.zct-fixed-right .zct-fixed-right-item:not(:last-child) {
  border-bottom: 1px solid #F2F5F8;
  border-top: 1px solid #F2F5F8;
  margin-top: -1px;
}
.zct-fixed-right .zct-fixed-right-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.zct-fixed-right .zct-fixed-right-item.mp > img {
  width: 28px;
  height: 31px;
}
.zct-fixed-right .zct-fixed-right-item.wx > img {
  width: 32px;
  height: 32px;
}
.zct-fixed-right .zct-fixed-right-item.back-top > img {
  width: 26px;
  height: 32px;
}
.zct-fixed-right .zct-fixed-right-item.wx:hover .fixed-content, .zct-fixed-right .zct-fixed-right-item.mp:hover .fixed-content {
  display: block;
}
.zct-fixed-right .fix-btn-desc {
  font-size: 12px;
  color: rgba(82, 84, 101, .8);
  margin-top: 2px;
}
.zct-fixed-right .fixed-content {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -210px;
  width: 180px;
  text-align: center;
  z-index: 2;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #ECE9E9;
  padding: 20px 5px;
}
/* .zct-fixed-right-item.wx .fixed-content{
    display: block;
} */
.zct-fixed-right .fixed-content .fixed-qr-code {
  width: 136px;
  height: 136px;
}
.zct-fixed-right .fixed-content .fixed-content-text {
  line-height: 1.5;
  font-size: 14px;
}
.zct-fixed-right .fixed-icon-arrow {
  position: absolute;
  top: 50%;
  right: -11px;
  transform-origin: center;
  width: 12px;
  height: 22px;
}
/* .zct-main .container-in .zct-fixed-right-item.hidden {
    display: none;
} */
.zct-left-menu {
  position: relative;
}
.zct-left-menu.fixed {
  position: fixed;
  top: 20px;
}
.zct-left-menu ul {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .04);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, .04);
}
.zct-left-menu .page-link a {
  display: block;
  width: 144px;
  height: 50px;
  padding-left: 40px;
  cursor: pointer;
  color: #2A2B34;
  border-bottom: 1px solid #F0F1F3;
  font-size: 14px;
  line-height: 50px;
}
.zct-left-menu .page-link {
  overflow: hidden;
  border-radius: 2px;
  background: #FFF;
}
.zct-left-menu .page-link a.selected {
  color: #FFF;
  background: #12B6CC;
  background: -webkit-gradient(linear, left top, left bottom, from(#2BD2DE), to(#12B6CC));
  background: linear-gradient(#2BD2DE, #12B6CC);
}
.zct-left-menu .page-link a.membership.selected {
  color: #FFF;
  background: #C89C54;
  background: -webkit-gradient(linear, left top, left bottom, from(#E5C47D), to(#C89C54));
  background: linear-gradient(#E5C47D, #C89C54);
}
.zct-left-menu .page-link a:before {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  content: '';
}
.zct-left-menu a.home:before {
  background: url('/node/public/image/zct/menu/home.svg') no-repeat, none;
}
.zct-left-menu a.selected.home:before {
  background: url('/node/public/image/zct/menu/home-selected.svg') no-repeat, none;
}
.zct-left-menu a.company-info:before {
  background: url('/node/public/image/zct/menu/company-info.svg') no-repeat, none;
}
.zct-left-menu a.all-policy:before {
  background: url('/node/public/image/zct/menu/all-policy.png') no-repeat;
  background: url('/node/public/image/zct/menu/all-policy.svg') no-repeat, none;
}
.zct-left-menu a.policy-match:before {
  background: url('/node/public/image/zct/menu/policy-match.png') no-repeat;
  background: url('/node/public/image/zct/menu/policy-match.svg') no-repeat, none;
}
.zct-left-menu a.agency:before {
  background: url('/node/public/image/zct/menu/quotation.png') no-repeat;
  background: url('/node/public/image/zct/menu/quotation.svg') no-repeat, none;
}
.zct-left-menu a.selected.company-info:before {
  background: url('/node/public/image/zct/menu/company-info-selected.svg') no-repeat, none;
}
.zct-left-menu a.selected.all-policy:before {
  background: url('/node/public/image/zct/menu/all-policy-select.png') no-repeat;
  background: url('/node/public/image/zct/menu/all-policy-select.svg') no-repeat,none;
}
.zct-left-menu a.selected.policy-match:before {
  background: url('/node/public/image/zct/menu/policy-match-select.png') no-repeat;
  background: url('/node/public/image/zct/menu/policy-match-select.svg') no-repeat, none;
}
.zct-left-menu a.selected.agency:before {
  background: url('/node/public/image/zct/menu/quotation-select.png') no-repeat;
  background: url('/node/public/image/zct/menu/quotation-select.svg') no-repeat, none;
}
.zct-left-menu a.favorite-policy:before {
  background: url('/node/public/image/zct/menu/favorite-policy.svg') no-repeat, none;
}
.zct-left-menu a.selected.favorite-policy:before {
  background: url('/node/public/image/zct/menu/favorite-policy-selected.svg') no-repeat, none;
}
.zct-left-menu a.apply-process:before {
  background: url('/node/public/image/zct/menu/apply-process.svg') no-repeat, none;
}
.zct-left-menu a.selected.apply-process:before {
  background: url('/node/public/image/zct/menu/apply-process-selected.svg') no-repeat, none;
}
.zct-left-menu a.notification:before {
  background: url('/node/public/image/zct/menu/notification.svg') no-repeat, none;
}
.zct-left-menu a.selected.notification:before {
  background: url('/node/public/image/zct/menu/notification-selected.svg') no-repeat, none;
}
.zct-left-menu a.notification:before {
  background: url('/node/public/image/zct/menu/notification.svg') no-repeat, none;
}
.zct-left-menu a.selected.notification:before {
  background: url('/node/public/image/zct/menu/notification-selected.svg') no-repeat, none;
}
.zct-left-menu a.membership:before {
  background: url('/node/public/image/zct/menu/membership.svg') no-repeat, none;
}
.zct-left-menu a.selected.membership:before {
  background: url('/node/public/image/zct/menu/membership-selected.svg') no-repeat, none;
}
.zct-left-menu li a:hover {
  background: #F8FAFB;
}
.zct-left-menu .info-enter {
  z-index: 1;
  left: 0;
  margin-top: 20px;
  border-radius: 2px;
  background: #FFF;
}
.zct-left-menu .info-enter li a {
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  border-left: 4px solid #FFF;
  font-size: 14px;
  line-height: 50px;
}
.zct-left-menu .info-enter li a:hover {
  border-left: 4px solid #F8FAFB;
}
.zct-left-menu .info-enter li a.active {
  color: #32C3D6;
  border-left: 4px solid #32C3D6;
}
.zct-main.has-search .zct-header {
  height: 320px;
}
.zct-main.has-search .header-inner {
  height: 320px;
  background-size: 100%;
}
.search {
  position: relative;
  width: 1000px;
  margin: 70px auto 0;
}
.search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 756px;
  height: 60px;
  padding: 19px 40px;
  vertical-align: top;
  color: #525465;
  border: none;
  border-radius: 100px;
  background: #FFF;
  font-size: 20px;
  line-height: 20px;
}
.search .zct-btn {
  margin-left: 20px;
  padding: 20px 94px;
  vertical-align: top;
  border-radius: 100px;
}
.search .hot-tags {
  position: absolute;
  bottom: -30px;
}
.search .hot-tags .title {
  padding: 0 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}
.search .hot-tags .tag {
  margin-right: 30px;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}
.hidden {
  display: none;
}