.top-header {
  background: #5083E0;
  color: #fff;
  position: relative;
}
.top-header span {
  display: inline-block;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
}
.top-header span + span {
  margin-left: 30px;
}
.top-header span:hover {
  color: #98d9ff;
  cursor: pointer;
}
.top-header .border {
  padding: 0;
  padding: 4px 20px;
  border-radius: 5px;
  top: 10px;
  right: 0;
  border: 1px solid #14A4E1;
  position: absolute;
  right: 30px;
}
.bg-banner {
  height: 220px;
  background: url('../img/h-bg.png') no-repeat;
  background-size: cover;
}
.bg-banner .container {
  position: relative;
  height: 100%;
}
.bg-banner .tab-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/t-b.png) no-repeat;
  background-position: center;
  background-size: 620px 52px;
  height: 52px;
  text-align: center;
}
.bg-banner .tab-container > div {
  display: inline-block;
  height: 52px;
  position: absolute;
  left: 50%;
  width: 320px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.bg-banner .tab-container > div:nth-child(1) {
  transform: translateX(-300px);
}
.bg-banner .tab-container > div:nth-child(2) {
  transform: translateX(-20px);
}

/*.bg-banner .tab-container > div:nth-child(3) {*/
/*  transform: translateX(110px);*/
/*}*/
.bg-banner .tab-container > div.active {
  background: url(../img/t-a.png) no-repeat;
  background-size: 330px 100%;
  color: #3371DE;
  width: 330px;
  transition: color 0.1s ease-in-out;
}
.bg-banner .title {
  color: #fff;
  padding-top: 40px;
}
.bg-banner .title h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0 0 2rem;
}
.bg-banner .title .note {
  font-size: 24px;
}
.bg-banner .title p {
  color: #fafafa;
  font-size: 16px;
  letter-spacing: 1px;
}
.c-wrap {
  background-color: #F5F9FC;
}
.c-wrap .container {
  height: 205px;
  position: relative;
}
.c-wrap .line {
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  top: calc(50% - 4px);
}
.c-wrap .line img {
  width: 100%;
}
.c-wrap .flex-wrap {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  position: relative;
}
.c-wrap .flex-wrap.active {
  padding: 30px 0;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.c-wrap .flex-wrap > li {
  height: 160px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}
.c-wrap .flex-wrap > li .img-w {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  border: 4px solid #F5F9FC;
  background: #B1CEFE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.c-wrap .flex-wrap > li .img-w img {
  width: 20px;
}
.c-wrap .flex-wrap > li .circle {
  height: 14px;
  width: 14px;
  background: #B1CEFE;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  z-index: 99;
}
.c-wrap .flex-wrap > li .text {
  position: absolute;
  width: 100%;
  bottom: 26px;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.c-wrap .flex-wrap > li.active .circle {
  height: 18px;
  width: 18px;
  background: #fff;
  border: 4px solid #75A6FB;
}
.c-wrap .flex-wrap > li.active .img-w {
  background: #6396F0;
  border: 4px solid #B1CEFE;
  transition: all 0.2s ease-in-out;
}
.c-wrap .flex-wrap > li.active .text {
  color: #6093EF;
  transition: all 0.2s ease-in-out;
}
.c-wrap .flex-wrap .indicator {
  background: #fff;
  z-index: 99;
  transform: rotate(45deg);
  box-shadow: 0 0px 12px #f0f0fa;
  position: absolute;
  bottom: -20px;
  transition: 0.2s ease-in-out;
}
.c-wrap .flex-wrap .indicator::before {
  display: none;
}
.c-wrap .flex-wrap.gr li {
  width: 50px;
  margin: 0 23.90909091px;
}
.c-wrap .flex-wrap.gr .indicator {
  margin: 0;
  height: 40px;
  width: 40px;
  left: 40.90909091px;
}
.c-wrap .flex-wrap.fr li {
  width: 75px;
  margin: 0 62.5px;
}
.c-wrap .flex-wrap.fr .indicator {
  margin: 0;
  height: 40px;
  width: 40px;
  left: 77.5px;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  padding: 0;
}
.flex-list li {
  background: #F1F2F3;
  padding: 1rem;
}
.flex-3 {
  padding: 0 11px; !important;
}
.flex-3 > li {
  width: calc(33.33333333% - 20px * 0.66666667);
  margin: 20px 20px 0 0;
}
.flex-3 > li:nth-child(3n+3) {
  margin-right: 0;
}
.top-wrap {
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0 0 14px #eee;
}
.top-wrap .layer-2 {
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 30px 20px;
}
.top-wrap .layer-2 .content li {
  padding: 30px 20px ;
  font-size: 16px;
}
.top-wrap .bordered-title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  border-bottom: 4px solid #F1F2F3;
}
.container.gr .top-wrap {
  height: 0;
  overflow: hidden;
}
.container.gr.active .top-wrap {
  height: auto;
}
.container.fr .top-wrap {
  height: 0;
  overflow: hidden;
}
.container.fr.active .top-wrap {
  height: auto;
}
.modal .modal-close {
  float: right;
  background: none;
  border: 0;
  width: 24px;
  height: 24px;
  outline: 0 !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA0klEQVQ4T6WTvRGDMAyFpQK3YZNkg8AmbpjKDZuEbJBsQm0XysnBPv+KAkpz79OTnoRw8UPWL8uyAcDNOTev67pLTK31OAzDCwB2Y8wcAYj4JKKPBAliRHwQ0dsYM3kA/1BKsYt7D5KKAeBrrZ3YrQecQXpi1kVAD8Lv3DPbTiuHwhmgBfFVOuLKQaud4y32XCZUOQguEtsgpdNsIe35qNhNpxpiOTAGSBFnMfamLe1JXCQpKmlPslVu5ZxOvXCylbcwhvU8OyaeCRHxMf1v4cr3Ay0A5xEOvDHwAAAAAElFTkSuQmCC") center center no-repeat;
  opacity: 0.5;
  cursor: pointer;
}
.modal .modal-close:hover {
  opacity: 1;
  background-color: #f2f2f2;
}
.modal-content .modal-header .modal-title a + a:before {
    content: ">";
    padding-left: 5px;
    padding-right: 5px;
    color: #666;
}
.tab-content .btn-group .btn:hover {
    color: #3371DE;
    background-color: #eff5f1;
}
.tab-content .btn-group .btn {
    margin: 4px 18px;
    padding: 4px 2px;
    color: #333;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.btn-business-list {
  float: right;
  padding: 1rem;
  background-color: #b2ceff;
  border-radius: 5px;
  cursor: pointer;
}

.btn-business-list:hover {
  background-color: #c1d7ff;
}

.btn-business-list a {
  color: #3b60a1;
}

.hot-list {
  margin-bottom: 20px;
  background: #FFF;
}

.select_item {
  margin: 15px 30px;
  width: 320px;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2), -2px 0px 2px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.select_item .item_img {
  padding-right: 10px;
  width: 58px;
  height: 50px;
}
.select_item #img1-1 {
  width: 40px;
  height: 40px;
}
.select_item #img1-3 {
  width: 40px;
  height: 40px;
}
.select_item .item_text {
  font-family: "Microsoft YaHei";
  padding-right: 15px;
}
.select_item:hover {
  background-color: #0E79C0;
  color: #fff;
  padding-left: 15px;
}
.select_item:hover .item_img {
  padding-right: 10px;
  width: 60px;
  height: 55px;
}
.select_item:hover #img1-1 {
  width: 60px;
  height: 55px;
}
.select_item:hover #img1-3 {
  margin-top: -5px;
  width: 50px;
  height: 45px;
}
.select_item:hover #img2-3 {
  width: 55px;
  height: 50px;
}
.select_item:hover #img3-1 {
  width: 55px;
  height: 45px;
}
.select_item:hover #img3-2,
.select_item:hover #img6-3 {
  width: 50px;
  height: 45px;
}
.select_item:hover #img4-1 {
  width: 55px;
  height: 58px;
}
.select_item:hover #img4-2 {
  width: 60px;
  height: 45px;
}
.flex-list li img {
  position: absolute;
  right: -11px;
  top: -9px;
}
.flex-swiper-slide {
  padding: 0 11px;
}