/* 导航 */
header {
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  background-color: #fff;
}

header.active {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header_zx .container {
  height: 60px;
}

header .container .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .container .left .logo {
  margin-right: 20px;
  padding: 0.5rem;
}

.reg_form header .container .left .logo {
  margin-top: 10px;
}

header .container .left .logo img {
  width: auto;
  height: 45px;
}

header .container .left .nav {}

header .container .left .nav>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .container .left .nav>ul>li {
  position: relative;
}

header .container .left .nav>ul>li>a {
  display: inline-block;
  position: relative;
  padding: 1rem;
}

header .container .left .nav>ul>li.active>a {
  position: relative;
  color: var(--mainColor);
}

header .container .left .nav>ul>li>a i::before {
  content: "<";
  left: 0;
  top: 0;
  font-size: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .container .left .nav>ul>li.active>a::before,
header .container .left .nav>ul>li:hover>a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40%;
  left: -webkit-calc(50% - 20%);
  left: calc(50% - 20%);
  bottom: 10px;
  background-color: var(--mainColor);
}

/* 子栏目 */

header .container .left .nav>ul>li .children {
  position: absolute;
  left: 0;
  top: 60px;
  width: 150%;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* border-top: none; */
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .container .left .nav>ul>li:hover .children {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

header .container .left .nav>ul>li .children li {
  /* margin: 8px 0; */
}

header .container .left .nav>ul>li .children li a {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
}

header .container .left .nav>ul>li.active .children li.active a {
  color: var(--mainColor);
}

header .container .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .container .right .contact {
  margin-right: 15px;
  font-size: 24px;
  font-weight: 600;

}

header .container .right .tel_txt {
  font-size: 20px;
  margin-right: 15px;
  font-weight: 600;
}

/* 底部 */
footer {
  padding: 50px 0;
  /*background-color: var(--bgDark);*/
  background: #1a1a1a;
  color: #fff;
}

footer .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .top>div {
  width: 25%;
}

footer .top>div .big-title {
  font-size: 16px;
}

footer .top>div .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  color: #b1b1b1;
}

footer .top>div .con>div {
  width: 40%;
  line-height: 1.8;
  cursor: pointer;
}

footer .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  color: #a3a3a3;
  line-height: 1.8;
}

footer .link a,
footer .copyright a {
  margin-right: 18px;
  color: #a3a3a3;
}

footer .copyright {
  margin-top: 25px;
  text-align: center;
  color: #a3a3a3;
}

footer .copyright a {
  /*color: var(--mainColor);*/
}

.banner-img {
  position: relative;
  height: 320px;
}

.banner-img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-img .con {
  position: absolute;
  left: 50%;
  top: 50%;
  /* left: 360px; */
  width: 1100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* text-align: center; */
}


.sw_banner .con {
  margin: auto;
  text-align: center;
  top: 35%;
}

.ssj_banner .con {
  top: 45%;
}

.khuan_banner .con {
  top: 65%;
}


.banner-img .con .slogan {
  margin-bottom: 1.0417vw;
  /* margin-bottom: 20px; */
  max-width: 500px;
}

.nvshen_banner .con .slogan {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.nvshen_banner .con .slogan img {
  width: 60%;
}

.tongy3_banner .con {
  top: 40%;
}

.banner-img .con .slogan .main {
  margin-bottom: -5px;
  font-size: 40px;
  text-align: left;
}

.banner-img .con .slogan .ldy-title {
  color: #666;
}

.banner-img .con .slogan .sub {
  font-size: 16px;
  text-align: left;
  margin-top: 15px;
}

.banner-img .con .slogan .ldy {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 5px;
}

/* e秘 */
.emi-wrap {
  position: fixed;
  z-index: 999;
  right: 22px;
  top: 50%;
  /* padding: 0 10px; */
  transform: translate(0, -50%);
  width: 40px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #eee;
}

.lp2_emi {
  width: 150px;
  height: 240px;
  background-image: url(../img/lpapply2/emi_bg_1.png);
  border: none;
  border-radius: 20px;
  top: 50%;
  background-color: transparent;
  background-position: top center !important;
}

.emi-wrap>div {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.lp4_kefu {
  background-image: url(../img/lpapply2/kefu_bg.png);
  height: 370px;
  color: #fff;
  left: 5px;
  background-color: transparent;
}

.lp4_kefu .title {
  padding-top: 96px;
  font-size: 14px;
  padding-bottom: 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 17px;
}

.lp4_kefu .txt_list {
  padding: 0;
  font-size: 12px;
  margin-top: 5px;
}

.zx_kefu .title {
  padding-top: 125px;
}

.lp4_kefu .txt_list ul li {
  border: 1px solid;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 15px;
  height: 28px;
  line-height: 28px;
}

.lp4_kefu .tel {
  padding: 0;
}

.lp4_kefu .tel .tel_big {
  font-size: 14px;
}

.emi-wrap .emi_txt {
  top: 195px;
  padding: 0;
}

.emi-wrap .emi_txt .bg_color {
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 3px 0;
  border-radius: 5px;
  color: #599af5;
  font-weight: bold;
}

.emi-wrap .emi_txt .bg_color img {
  margin-left: 10px;
}

.emi-wrap .emi_txt .bg_color .bg_zixun img {
  margin-left: 13px;
}

.emi-wrap a {
  display: block;
  padding: 0 10px;
}

.lp2_emi a {
  display: inline-block;
  color: #599af5;
  font-weight: bold;
}

/*.emi-wrap > div:hover {*/
/*  color: var(--mainColor);*/
/*}*/
.lp4_kefu:hover {
  cursor: pointer;
}

.lp4_kefu .lp4_but {
  padding: 0;
}

.emi-wrap>div i {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.emi-wrap>div:first-child i {
  background-image: url(../img/icon-kefu.png);
}

.emi-wrap>div:last-child i {
  background-image: url(../img/icon-form.png);
}

.emi-wrap>div:hover:first-child i {
  background-image: url(../img/icon-kefu-act.png);
}

.emi-wrap>div:hover:last-child i {
  background-image: url(../img/icon-form-act.png);
}

.emi-wrap .emi::before {
  content: '';
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: 0;
  height: 1px;
  background-color: #ddd;
  /* border-bottom: 1px solid #ddd; */
}

.lp2_emi .emi::before {
  content: none;
}

.emi_txt .bg_kefu {
  background-image: url(../img/lpapply2/icon_kefu.png);
}

.emi_txt .bg_zixun {
  background-image: url(../img/lpapply2/icon_zixun.png);
}

.emi-wrap>div:hover button {
  color: var(--mainColor);
}

.emi-wrap button {
  padding: 0 10px;
  line-height: 1.5;
  transition: all 0;
}


#emi {
  display: block;
  position: fixed;
  z-index: 999;
  margin-bottom: 20px;
}

#emi.emi-welcome {
  right: -37px;
  bottom: 47px;
  width: 170px;
  height: 130px;
  background: url(../img/home/emi-welcome.gif) no-repeat center / contain;
}

#emi.emi-waving {
  right: -40px;
  bottom: 50px;
  width: 170px;
  height: 130px;
  background: url(../img/home/emi-waving.gif) no-repeat center / contain;
}

#emi.emi-normal {
  width: 52px;
  height: 72px;
  right: -10px;
  bottom: 70px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  /* -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; */
  background-size: 100%;
  background: url(../img/home/icon-emi.png) no-repeat center / contain;
}

#emi.emi-normal:hover {
  right: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#emi span {
  display: block;
  background: #fff;
  -webkit-box-shadow: 5px 15px 40px 0 rgba(39, 43, 157, 0.2);
  box-shadow: 5px 15px 40px 0 rgba(39, 43, 157, 0.2);
  border-radius: 25px 25px 0 25px;
  position: absolute;
  min-height: 25px;
  width: 13em;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 25px;
  left: -190px;
  bottom: 50px;
  padding: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

#emi.emi-waving span {
  left: -135px;
  bottom: 80px;
  /* -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; */
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

#emi.emi-normal:hover span {
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* iframe */
#if_con {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 10px;
  /* width: 26.0416vw;
  height: 26.0416vw; */
  width: 800px;
  height: 580px;
  /* height: 600px; */
  border: 1px solid #eee;
  padding: 0 0 10px;
  display: none;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

/* 字体 */
.com-title {
  text-align: center;
}

.com-title p:first-child {
  font-size: 34px;
}

.com-title p:last-child {
  margin-top: 10px;
  color: #7f7f7f;
}

/* ============================= 工具栏 =========================== */
/* 字体 */
.big-title {
  font-family: "FZLTZHJW";
}

/* 字体颜色 */
.text-grey {
  color: var(--textGrey);
}

.text-purple {
  color: var(--textPurple);
}

/* 字体大小 */
.fs_sm {
  font-size: var(--fontSm);
}

.fs_xxxlg {
  font-size: var(--fontXXXlg);
}

.fs_30 {
  font-size: 30px !important;
}

.fs_40 {
  font-size: 40px !important;
}

/* 颜色 */
.bg-color-blue {
  background-color: var(--bgColorBlue);
}

.bg-dark {
  background-color: var(--bgDark);
}

.bg_light {
  background-color: var(--bgColorBlue);
}

/* 边框 */
.border_5 {
  border-radius: 5px;
}

.border_1 {
  border: 1px solid #eee;
}

/* 宽高 */

/* 边距 */
.m_50 {
  margin: 50px;
}

.m_30 {
  margin: 30px;
}

.m_t_50 {
  margin-top: 50px;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.m_0 {
  margin: 0 !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.p_32 {
  padding: 32px !important;

}

.pb_50 {
  padding-bottom: 50px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

/* 布局 */
.display_b {
  display: block !important;
}

.flex_bet_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 省略号 */
.one_hidden {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two_hidden {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container {
  /* width: 62.5vw; */
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.lp2_part2 .container {
  padding: 0 75px;
}

/* 宽高 */
.w_60 {
  width: 60% !important;
}

.w_100 {
  width: 100% !important;
}

@media screen and (max-width: 1200px) {
  .container {
    /*width: 100%;*/
  }
}

.p-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.clearFix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

.clearFix {
  zoom: 1;
}

/* 按钮 */
.btn {
  border-radius: 5px;
  font-size: 14px;
}

.btn.primary {
  color: #ffffff;
  background-color: var(--mainColor);
}
.content-title {
  display: flex;
  line-height: 1;
  padding-bottom: 1rem;
  align-items: flex-end;
  border-bottom: 1px solid #eee;
}
.content-title span {
  color: #ddd;
  font-size: 24px;
  margin-left: 1rem;
  text-transform: uppercase;
}
.content-detail {
  margin-top: 2rem;
}
/* .btn-danger {
  background-color: #FB5753;    
  border-color: #ff4557;
}
.btn-danger:hover {
  background-color: #FB5753;    
  border-color: #ff4557;
} */

/* 动画 */
.transition_3 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-shadow:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* 子元素延迟 */
.transition_delay li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.transition_delay li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.transition_delay li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.transition_delay li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.transition_delay li:nth-child(5) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.transition_delay li:nth-child(6) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.transition_delay li:nth-child(7) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.transition_delay li:nth-child(8) {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.transition_delay li:nth-child(9) {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

/* 改写bootstrap */
.btn-primary {
  background-color: var(--mainColor);
}

.btn-primary:hover {}

.hd2_banner .btn-primary {
  background-color: #8a4929;
  border: none;
}

.hd2_banner .btn-primary:hover {
  background-color: #6b2219;
}

.hd2_banner .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #6b2219;
}

.hd2_banner .btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.hd2_banner .ldy-title,
.hd2_banner .ldy {
  color: #6b2219 !important;
  font-size: 45px !important;
}

.hd2_banner .ldy-title {
  font-weight: 600;
  letter-spacing: 5px;
}

/* ul li 动画 鼠标经过图片放大 */
.hover_scale>div .img,
.hover_scale>li .img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.hover_scale>div:hover .img,
.hover_scale>li:hover .img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}


/* 滚动条 */
.is-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

.is-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

.is-scroll::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
  border-radius: 5px;
  background-color: #555;
}

/* 模态框成功提示 */
.success-modal .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 40px 0;
}

.success-modal .modal-body>div {
  width: 90%;
}

.success-modal .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.success-modal .left .top {}

.success-modal .left .top>p {
  margin-top: 20px;
}

.success-modal .left .top img {
  width: 60px;
  height: auto;
}

.success-modal .left .top .one {
  font-size: var(--fontXXlg);
}

.success-modal .left .top .two {
  color: var(--textGrey);
}

.success-modal .left .top .three {
  color: var(--textGrey);
}

.success-modal .left .bottom button {
  width: 200px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#62b5ff), to(var(--mainColor)));
  background: -o-linear-gradient(left, #62b5ff, var(--mainColor));
  background: linear-gradient(to right, #62b5ff, var(--mainColor));
  color: #ffffff;
}

.success-modal .right {}

.success-modal .right>div {
  margin-bottom: 30px;
}

.success-modal .right>div:last-child {
  margin-bottom: 0;
}

.success-modal .right .one {
  font-size: var(--fontXlg);
}

.success-modal .right .two {}

.success-modal .right .qr {
  display: inline-block;
  padding: 10px;
  border: 1px solid #eee
}

.success-modal .right img {
  width: 150px;
  height: auto;
}

/* 提示框樣式 */
.modal-header {
  border-bottom: none;
}

.info-toast {
  position: fixed;
  z-index: 9999;
  padding: 10px 40px;
  background-color: #f56c6c;
  left: 50%;
  top: 10%;
  border-radius: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -200px);
  -ms-transform: translate(-50%, -200px);
  transform: translate(-50%, -200px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.info-toast.active {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.form-control:disabled,
.form-control[readonly] {
  background: #fff;
}

.form-control {
  font-size: 14px;
}

.consult .form-control {
  display: inline-block;
}

.font-en {
  font-family: 'Condensed_Bold';
}

#willingPopupQRcode {
  bottom: calc(50vh - 350px) !important;
}



/*咨询框弹出*/
.popup {
  display: none;
}

.window_qrcode {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 630px;
  height: 320px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  border-radius: 20px;
  background: #fff;
  padding: 20px 40px;
  display: flex;
}

.window_qrcode .left {
  width: 70%;
}

.window_qrcode .right {
  text-align: center;
  width: 30%;
}

.window_qrcode .close {
  position: absolute;
  right: 16px;
  top: 6px;
  padding: 7px 10px;
  cursor: pointer;
}

.window_qrcode .left h1 {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #142749;
  letter-spacing: 3px;
}

.window_qrcode .left .little-title {
  font-size: 20px;
  font-weight: 600;
  color: #142749;
  margin-top: 10px;
  letter-spacing: 1px;
}

.window_qrcode .left .tags {
  margin: 10px 0;
}

.window_qrcode .left .tags span {
  font-size: 16px;
  color: #fff;
  background: #4581fb;
  border: 1px solid #4581fb;
  width: 96px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 30px;
  text-align: center;
  padding: 2px 3px;
  margin-bottom: 10px;
}

.window_qrcode .right img {
  width: 160px !important;
  height: 160px !important;
  margin-top: 25px;
}

.window_qrcode .right .kefu-txt {
  color: #0050B4;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  letter-spacing: 1px;
}

.window_qrcode .left .phone {
  color: #142749;
  border-top: 1px solid #e8edf1;
  font-size: 35px;
  vertical-align: middle;
  font-style: italic;
  font-weight: 700;
  padding-top: 6px;
  font-family: Helvetica, Tahoma, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

/*咨询框弹出结束*/