/* å¯¼èˆª */
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;
  }
  
  .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;
  }
  .reg_form header .container .left .logo{margin-top:10px;}
  header .container .left .logo img {
    width: 114px;
    height: auto;
  }
  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: 20px;
  }
  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;
    
  }
  /* åº•éƒ¨ */
  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 {
    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: 31.25vw;
    /* height: 600px; */
  }
  .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; */
  }
  .banner-img .con .slogan {
    margin-bottom: 1.0417vw;
    /* margin-bottom: 20px; */
    max-width: 500px;
  }
  .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;
  }
  .banner-img .con .slogan .ldy{ font-size: 40px;font-weight:600;letter-spacing:5px;}
  /* eç§˜ */
  .emi-wrap {
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 50%;
    /* padding: 0 10px; */
    transform: translate(0, -50%);
    width: 40px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #eee;
  }
  .lp2_emi{width: 120px;height:200px;background-image: url(../img/lpapply2/emi_bg_1.png);border:none;border-radius:10px;top:60%;background-color: transparent;}
  .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: 156px;padding:0;}
  .emi-wrap .emi_txt .bg_color{background-color:#fff;margin-left: 7px;margin-right: 7px;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;}
  .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);
  }
  /* .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;
  }
  
  .font-en {
    font-family: 'Condensed_Bold';
  }