.type-basic {
  margin-right: -3px;
}
.type-basic-row {
  width: 100%;
  font-size: 0;
  -webkit-text-size-adjust:none;
  text-align: center;
}
.type-basic-row > div{
  display: inline-block;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  border-bottom: 3px solid #F8F8F8;
  border-right: 3px solid #F8F8F8;
  vertical-align: top;
  cursor: pointer;
}

.type-basic-1 {
  width: 12%;
  background: #00539E;
}
.type-basic-1:hover {
  background: #004482;
  font-size: 21px !important;
}
.type-basic-1-active {
  background: #004482;
  font-size: 21px !important;
}
.type-basic-2 {
  width: 15%;
  background: #0B75C8;
}
.type-basic-2:hover {
  background: #0269BA;
  font-size: 21px !important;
}
.type-basic-3 {
  width: 7%;
  background: #0B75C8;
}
.type-basic-3:hover {
  background: #0269BA;
  font-size: 21px !important;
}
.type-basic-4 {
  width: 15%;
  background: #218ADB;
}
.type-basic-5 {
  width: 23%;
  background: #0B75C8;
}
.type-basic-5:hover {
  background: #0269BA;
  font-size: 21px !important;
}
.type-basic-6 {
  width: 7.5%;
  background: #0B75C8;
}
.type-basic-6:hover {
  background: #0269BA;
  font-size: 21px !important;
}
.type-basic-other-active {
  background: #0269BA;
  font-size: 21px !important;
}

.dhover{background: #0269BA;}
.type-basic-row .type-empty {
  height: 73px;
  margin-bottom: -3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.type-basic-row .type-connect {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.type-basic-row .type-connect-right {
  border-top-right-radius: 0;
}
.type-basic-row .type-connect-left {
  border-top-left-radius: 0;
}

/*      缩放时中间basic部分字体样式调整           */
@media screen and (max-width: 920px) {
  .type-basic-row > div {
    font-size: 12px;
  }
  .type-basic-1-active, .type-basic-other-active, .type-basic-1:hover, .type-basic-2:hover, .type-basic-3:hover, .type-basic-5:hover, .type-basic-6:hover {
    font-size: 14px!important;
  }
}
@media screen and (min-width: 921px) and (max-width: 1200px) {
  .type-basic-row > div {
    font-size: 12px;
  }
  .type-basic-1-active, .type-basic-other-active, .type-basic-1:hover, .type-basic-2:hover, .type-basic-3:hover, .type-basic-5:hover, .type-basic-6:hover  {
    font-size: 14px!important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .type-basic-row > div {
    font-size: 13px;
  }
  .type-basic-1-active, .type-basic-other-active, .type-basic-1:hover, .type-basic-2:hover, .type-basic-3:hover, .type-basic-5:hover, .type-basic-6:hover  {
    font-size: 15px!important;
  }
}

@media screen and (max-width: 1199px) {
  .type-basic-row>div {
    height: 50px;
    line-height: 50px;
  }
  .type-basic-row .type-empty {
    height: 53px;
  }
  
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .type-basic-row>div {
    height: 56px;
    line-height: 56px;
  }
  .type-basic-row .type-empty {
    height: 59px;
  }
 
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .type-basic-row>div {
    height: 60px;
    line-height: 60px;
  }
  .type-basic-row .type-empty {
    height: 63px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {

}