@font-face {
  font-family: puhuiti-2-55;
  src: url('https://lib.naibabao.com/assets/font/AlibabaSans/AlibabaPuHuiTi-2-55-RegularJ.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  /* font-display: fallback; */
}

/* @font-face {
  font-family: puhuiti-2-45;
  src: url('https://lib.naibabao.com/assets/font/AlibabaSans/AlibabaPuHuiTi-2-45-LightJ.woff') format('woff'),
    url('https://lib.naibabao.com/assets/font/AlibabaSans/AlibabaPuHuiTi-2-45-LightJ.ttf') format('TrueType');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
} */

.index_header {
  position: sticky;
  width: 100%;
  top: 0;
  /* height: 106px; */
  /* left: 0;
  right: 0; */
  z-index: 1111;
}

#app {
  margin-top: 15px;
  /* margin-top: 0 !important; */
}

[v-cloak] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: "puhuiti-2-55";
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #95979a;
}

.container {
  width: 1206px !important;
  margin: 0 auto;
  padding: 0 !important;
}

.row {
  display: flex;
  justify-content: space-between;
}

.col-lg-9 {
  width: 69%;
}

.col-lg-3 {
  width: 29.4%;
}

input:focus {
  outline: none !important;
  border: 1px solid #007dff !important;
}

/* 头部 */
header {
  background-color: #f8f8f8;
}

.top-left {
  font-size: 12px;
  color: #95979a;
}

.top_header {
  display: flex;
  justify-content: space-between;
  height: 30px;
  align-items: center;
  position: relative;
}

.top-right {
  font-size: 12px;
  color: #95979a;
  display: flex;
  align-items: center;
}

.top-right .about_link.active {
  color: #007dff !important;
}

.top-right img {
  width: 22px;
  display: inline-block;
}

.com_msg {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 12px;
}

.top-right a {
  font-size: 12px;
  color: #95979a;
}

.top_wechat {
  cursor: pointer;
  position: relative;
}

.top_wechat_code {
  position: absolute;
  background-color: #fff;
  display: none;
  top: 28px;
  left: -17px;
  width: 110px;
  padding: 10px;
  box-shadow: 0px 3px 3px rgb(209 227 241 / 35%);
  z-index: 999;
}

.qrcode_des {
  font-size: 13px;
  color: #333333;
  text-align: center;
}

.top_wechat_code img {
  width: 100%;
  display: block;
}

.top_wechat:hover {
  color: #007dff;
}

.top_wechat:hover .top_wechat_code {
  display: block;
}

.main_nav {
  height: 66px;
  background-color: #fff;
}

.main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  position: relative;
}

.logo {
  width: 155px;
  position: absolute;
  left: -180px;
}

.logo img {
  height: 49px;
  /* 六周年主题 */
  /* height: 70px; */
  display: block;
}

.top_nav {
  background-color: #464951;
}

.top-left {
  display: flex;
}

.top-left-item {
  margin-right: 25px;
  cursor: pointer;
}

.top-left-item::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(/assets/images/newNBB/index/aventage.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 2px;
  will-change: transform;
  transition: all .5s;
}

.top-left-item:hover {
  color: #0792ff;
}

.top-left-item:hover::after {
  background-image: url(/assets/images/newNBB/index/aventage180.svg);
  will-change: transform;
  transform: rotate(180deg);
  transition: all .5s;
}

.nav_lists {
  list-style: none;
  display: flex;
  /* width: 615px; */
  justify-content: space-between;
  margin: 0;
  height: 66px;
  line-height: 66px;
  font-family: puhuiti-2-55;
}

.nav_lists li {
  margin-right: 25px;
}

.nav_lists li a {
  color: #191E31;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  font-family: puhuiti-2-55;
}

.nav_lists li a.active {
  color: #007dff;
}

.nav_lists li a:hover {
  color: #007dff !important;
}

.has-child {
  position: relative;
}

.has-child i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sub_lists {
  position: absolute;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  box-shadow: 0 3px 10px 0 rgb(208 208 208 / 50%);
  background-color: #fff;
  width: 120px;
  right: -30px;
  top: 50px;
  padding: 15px 0;
  text-align: center;
  display: none;
}

.nav_lists li:hover .sub_lists {
  display: block;
}

.nav_lists li:hover.has-child i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.sub_lists li {
  height: 35px;
  line-height: 35px;
}

.sub_lists li:hover {
  background-color: #f8f8f8;
}

.search_box {
  display: flex;
  width: 354px;
  position: relative;
}

.search_input {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border: 1px solid #007dff;
  width: 300px;
  height: 38px;
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 5px 0px 0px 5px;
  font-size: 14px;
}

.search_btn {
  border: none;
  width: 50px;
  height: 38px;
  background: #007dff;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.search_btn img {
  width: 22px;
}

/* 回到顶部 */
.topUpCont {
  position: fixed;
  z-index: 9;
  cursor: pointer;
  /* right: 2%;
  bottom: 17.5%; */
  /* right: 2.2%; */
  right: 30px;
  bottom: 17.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 60px;
}

.uptop_img {
  width: 61px;
  height: 61px;
}

.uptop_img img {
  width: 100%;
}

.topUpCont span {
  font-size: 14px;
  margin-top: 6px;
}

/* 底部 */
.footer {
  background-color: #2a313d;
  padding: 60px 0 50px;
  margin-top: 70px;
  font-size: 14px;
}

.left_footer {
  width: 736px;
}

.footer_idea {
  display: flex;
  border-bottom: 1px solid #323843;
  padding-bottom: 20px;
}

.footer_idea_item {
  display: flex;
  align-items: center;
}

.f_flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: 11px;
}

.f_des1 {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
}

.f_des2 {
  color: #9fb6c2;
  font-size: 14px;
}

.footer_nav {
  border-bottom: 1px solid #323843;
  padding-top: 20px;
}

.footer_idea_item img {
  width: 51px;
}

.footer_nav_item {
  display: flex;
  margin-bottom: 20px;
}

.footer_nav_item_lf {
  color: #ffffff;
  margin-right: 51px;
  flex-shrink: 0;
}

.friendly_links {
  padding-top: 20px;
}

.friendly_links_item {
  display: flex;
  flex-shrink: 0;
}

.footer_nav_lists,
.friendly_links_lists {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

.footer_nav_lists li,
.friendly_links_lists li {
  margin-right: 23px;
}

.footer_nav_lists li a,
.friendly_links_lists li a {
  color: #9fb6c2;
}

.footer_nav_lists li:hover a,
.friendly_links_lists li:hover a {
  color: #007dff;
}

.friendly_links_lists li {
  margin-bottom: 10px;
}

.flex_f {
  display: flex;
  justify-content: space-between;
}

.right_footer {
  color: #fff;
}

.gr_color {
  color: #9fb6c2;
}

.mb_11 {
  margin-bottom: 13px;
}

.copyright {
  width: 100%;
  border-top: 1px solid #323843;
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
}

.slider {
  position: sticky;
  top: 116px;
}

.flex_b {
  display: flex;
}

.social_lists li {
  margin-right: 15px;
}

.footer_qrcode {
  display: flex;
  margin-top: 45px;
}

.footer_qrcode .code {
  text-align: center;
  margin-right: 20px;
}

.footer_qrcode .code img {
  width: 130px;
  display: block;
}

.footer_qrcode .code span {
  color: #007dff;
  font-size: 14px;
}

.copyright a {
  color: #9fb6c2;
  margin-left: 5px;
}

.about_link:hover {
  color: #007dff !important;
}

/* 提示框 */

.h5ui-toast {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
}

.h5ui-toast_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.h5ui-toast_dialog {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.h5ui-toast_content {
  position: relative;
  min-width: 120px;
  display: inline-block;
  background: hsla(0, 0%, 7%, 0.7);
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

.h5ui-toast_content>span {
  padding: 15px;
  display: block;
}

/* 预约咨询 */
.singleEntryBox {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  overflow-y: auto;
  display: none;
}

.main_slider_form {
  position: fixed;
  left: 50%;
  bottom: 26%;
  z-index: 10001;
  height: 569px;
  width: 464px;
  margin-left: -232px;
  display: none;
}

.main_slider_form img {
  height: 569px;
  width: 464px;
}

.main_slider_form_box {
  position: absolute !important;
  top: 100px !important;
}

.main_slider_form_box .form {
  padding: 24px;
}

.main_slider_form_box .el-select {
  width: 100%;
}

.el-select {
  display: inline-block;
  position: relative;
}

.main_slider_form_box .form .form-item {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(112, 112, 112, 0.25);
  height: 38px;
  width: 410px;
  border-radius: 5px;
}

.main_slider_form_box .form .form-item .border {
  border: 1px solid rgba(112, 112, 112, 0.25);
  border-radius: 5px;
}

.main_slider_form_box .form .form-item .sex-item {
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 65px;
  color: #969696;
  margin-left: 6px;
  font-size: 16px;
}

.main_slider_form_box .form .form-item .itemSelected {
  background-color: #2A90F9;
  color: #fff;
}

.main_slider_form_box .form .form-item input {
  border: 0px;
  outline: none;
  padding-left: 10px;
}

.main_slider_form_box .form .form-item input:focus {
  outline: none;
  border: 0px !important;
}

.main_slider_form_box .form .form-item #main_form_question {
  /*清除select的边框样式 */
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 10px;
  width: 290px;
}

.main_slider_form_box .form .form-item #main_form_question option {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
  outline: none;
  border: 0;
}


.main_slider_form_box .form .form-item #main_form_question option::-ms-expand {
  display: none;
}


/* --背景色字体颜色--*/
.main_slider_form_box .form .form-item #main_form_question option:hover {
  color: #ffffff;
  background-color: #ffffff;
  outline: none;
  border: 0;
}

.main_slider_form #main_slider_form_close {
  width: 16px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.form-sex-box {
  display: flex;
  height: 38px;
  line-height: 38px;
}

.main_slider_form_box .form-item .form-item-title {
  width: 90px;
  margin-right: 10px;
  color: #333333;
  background-color: rgba(243, 243, 243, 0.65);
  border-radius: 5px 0px 0px 5px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  font-size: 16px;
}

.main_slider_form_box #ant-btn {
  width: 100%;
  height: 40px;
  border: 0px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 8px;
  background: linear-gradient(to right, #FAC739 0%, #FF9A00 100%);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  cursor: pointer;
}

.main_slider_form_box #sendCode {
  color: #147FEE;
  border: 0px;
  background-color: #fff;
  margin-right: 22px;
  font-size: 14px;
  flex-shrink: 0;
}

.main_slider_form_box .ant-btn:hover {
  background-color: #005fe6;
  color: #fff;
}

.ant-btn>span {
  display: inline-block;
}

.main_slider_form_box .form-tips {
  text-align: center;
  font-size: 10px;
  color: #999;
  margin-top: 5px;
}

.main_slider_form_box .form-er {
  display: flex;
  margin-top: 25px;
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 4px 46px 4px 25px;
  justify-content: space-between;
}

.main_slider_form_box .form-er .form-er-left {
  padding-top: 27px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_slider_form_box .form-er .form-er-sao {
  margin-top: 15px;
  color: #FFF8E5;
  height: 26px;
  width: 116px;
  border-radius: 26px;
  background: linear-gradient(167deg, #007DFF 0%, #E5EBFC 100%);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_slider_form_box .form-er .form-er-hand {
  width: 20px;
  height: 17px;
  margin-left: 18px;
}

.main_slider_form_box .form-er .form-er-gzh {
  width: 108px;
  height: 108px;
}

.flex {
  display: flex;
}


.main_slider {
  position: fixed;
  /* right: 1.7%; */
  /* right: 20px; */
  right: 25px;
  bottom: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
}

.main_slider_zixun {
  width: 71px;
  cursor: pointer;
}

.main_slider_connect {
  width: 61px;
  cursor: pointer;
  position: relative;
}

.main_slider_kefu {
  position: absolute;
  width: 110px;
  height: 126px;
  border-radius: 4px;
  background: #fff;
  z-index: 999;
  right: 76px;
  top: 0;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 16%);
  text-align: center;
  display: none;
}

.slider_alert {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -218px;
  z-index: 10001;
  height: 407px;
  width: 436px;
  margin-left: -232px;
  display: none;
}

.slider_alert img {
  width: 100%;
}

.main_slider_connect:hover .main_slider_kefu {
  display: block !important;
}

.main_slider_kefu:after {
  content: '';
  position: absolute;
  top: 12px;
  right: -12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
}

.main_slider_kefu span {
  font-size: 14px;
}

.main_slider_zixun img,
.main_slider_connect img {
  width: 100%;
  display: block;
}

.erbg {
  position: absolute;
  top: -345px;
  right: -30px;
  width: 250px;
}

.er {
  width: 186px !important;
  position: absolute;
  left: 50%;
  margin-left: -92px;
  top: 76px;
}

/* .guan:hover .main_slider_guan {
  display: block !important;
} */
/* .main_slider_guan:hover ~ .erbg {
  display: none !important;
} */
.main_slider_guan:hover+.btn1 {
  display: none !important;
}

.main_slider_guan:hover+.btn2 {
  display: block !important;
}

.main_slider_guan {
  position: absolute;
  width: 160px;
  height: 126px;
  z-index: 999;
  right: 76px;
  top: -266px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

.btn2 {
  display: none !important;
}

.move-img {
  animation-name: scaleDraw;
  /*关键帧名称*/
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  animation-iteration-count: infinite;
  /*动画播放的次数*/
  animation-duration: 2s;
  /*动画所花费的时间*/
}

@keyframes scaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    transform: scale(1.05);
    /*放大1.1倍*/
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.05);
  }
}

.bread_nav {
  color: #999999;
}

.bread_nav a {
  color: #999999;
}

.companylogo {
  width: 80px !important;
}

/* 新导航 */
.navigation {
  display: none;
  position: absolute;
  width: 1100px;
  top: 10px;
  left: 0;
  z-index: 9;
}

.navigationBox {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fill, 320px);
  grid-gap: 0 1px;
  width: 1100px;
  height: 278px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
  padding: 25px;
  box-sizing: border-box;
}

.navigationBox::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 22px;
  top: 4px;
}

.triangle-box {
  width: 100%;
  height: 16px;
  background: transparent;
}

.triangle-box .triangle {
  position: absolute;
  left: 420px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

.navigation_nav1 {
  margin-bottom: 19px;
}

.navigation_nav1 a {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  transform: all 0.5s;
}

.navigation_nav1 a:hover {
  color: #007dff;
}

.navigation_list {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 80px);
  width: 320px;
}

.navigation_list li {
  margin-bottom: 10px;
}

.navigation_list li a {
  font-size: 14px;
  color: #6E6E6E;
  transition-duration: color .2s linear;
}

.navigation_list li a:hover {
  color: #007dff;
}

.policy, .lipei {
  position: relative;
}

.wechat-scan {
  display: none;
  width: 170px;
  height: 170px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 25px;
  z-index: 9;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #333333;
  border-radius: 5px;
}

.policy:hover .wechat-scan, .lipei:hover .wechat-scan {
  display: flex;
}

.wechat-scan img {
  width: 140px;
}

.wechat-scan::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 11px;
  top: -16px;
}

.alone_navigations {
  display: flex;
  align-items: center;
}

.alone_navigations .navigation_nav1 {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 80px);
  width: 320px;
  margin-bottom: 0;
}

.alone_navigations .navigation_nav1 a {
  margin-bottom: 10px;
}

.hot_search {
  display: none;
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  top: 42px;
  padding: 10px;
  box-sizing: border-box;
}

.hot_searchlists {
  padding-left: 15px;
  margin-bottom: 15px;
}

.hot_searchlists li {
  margin-bottom: 10px;
}

.hot_searchlists li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  position: relative;
  left: -15px;
  top: 1px;
}

.hot_searchlists li:nth-child(1)::before {
  content: '1';
  background: #FF5035;
  display: inline-block;
}

.hot_searchlists li:nth-child(2)::before {
  content: '2';
  background: #FE8840;
  display: inline-block;
}

.hot_searchlists li:nth-child(3)::before {
  content: '3';
  background: #FFB856;
  display: inline-block;
}

.hot_searchlists li a {
  transform: color 0.5s;
}

.hot_searchlists li a:hover {
  color: #007dff;
}

.hot_search_title {
  font-size: 19px;
  color: #615F5F;
  margin-bottom: 15px;
}

.hot_search img {
  width: 100%;
}

/* 新导航 */

.h5ui-toast {
  z-index: 999999;
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

.mianfeitagsbox {
  position: absolute;
  top: 7px;
  right: -21px;
}

.mianfeitags {
  position: relative;
  width: 56px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px 8px 8px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  background: #FA1F4F;
  background: linear-gradient(-45deg, #FA1F4F 50%, #F4AEBD 60%, #FA1F4F 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 15s infinite;
  animation: shine 15s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  overflow: hidden;
}