.navbar {
    --bs-navbar-padding-y: 20px
}
.navbar-toggler {
    border: none;
    padding: 0;
}
img {
    max-width: 100%;
}

.navbar .mini-front-txt {

    font-weight: bold;
    font-size: 16px;
    color: #BA1213;
}
.top-hide {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    display: none;
}
.top-show {
    height: auto;
    opacity: 1;
    display: block;
}
.navbar .mini-front {
    max-width: 120px;
    padding: 16px 8px 12px;
    margin-top: 16px;
    margin-left: -40px;
    border: none;
    box-shadow: 7px 7px 16px 2px rgba(165,165,165,0.59);
}

.navbar .mini-front img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navbar .mini-front .qrcode-logo {
    margin-bottom: 8px;
    width: 87px;
}

.navbar .logo {
    width: 171px;
    display: block;
    margin-right: 32px;
}

.navbar .position {
    margin-right: 40px;
    font-size: 16px;
}

.navbar .position .city-name {
    margin-left: 3px;
}

.navbar .position .switch {
    font-weight: 500;
    font-size: 14px;
    color: #505050;
    margin-left: 5px;
    cursor: pointer;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    padding: 0 18px;
}
.nav-tel {
    background: #BA1213;
    box-shadow: 1px 2px 8px 0px rgba(180,41,44,0.53);
    border-radius: 100px;
    border: 2px solid #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 12px;
      -webkit-animation: telScale 3s infinite;
     -moz-animation: telScale 3s infinite;
       -o-animation: telScale 3s infinite;
          animation: telScale 3s infinite;
}

@-webkit-keyframes telScale {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-moz-keyframes telScale {
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}
@-o-keyframes telScale {
  50% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
}
@keyframes telScale {
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.navbar-text {
    font-weight: bold;
    font-size: 16px;
    color: #BA1213;
}
.navbar-text:hover .dropdown-menu {
    display: block!important;
}
.city-dropdown .hot-city {
    display: flex;
}

.city-dropdown .city-tit {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 0 0 12px;
}

.city-dropdown .city-tit .hot-city div {
    margin-left: 12px;
}

.city-dropdown .city-tit .hot-city div a {
    text-decoration: none;
    color: #222222;
}

.city-dropdown .city-tit .city-tit-text {
    font-weight: bold;
    font-size: 18px;
    color: #222222;
}

.city-dropdown {
    width: 500px;
    padding: 28px 32px;
}

.city-list {
    display: flex;
    flex-wrap: wrap;
}

.city-list dl {
    flex: 0 0 50%;
    display: flex;
    margin-bottom: 0;
    padding: 10px 12px
}

.city-list dt {
    text-transform: uppercase;
}

.city-list dd {
    margin-left: 12px;
    margin-bottom: 0;
}
.city-list a {
    text-decoration: none;
    color: #222222;
}
footer {
    background: #181818;
    padding: 60px 0;
}

footer .copyright {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin-top: 100px;
    color: #A5A5A5;
    line-height: 52px;
}

footer .foot {
    display: flex;
    justify-content: space-between;
    color: #EBEBEB;
}

footer .qrcode {
    display: flex;
    align-items: center;
}

footer .qrcode .qrcode-item .qrcode-text {
    margin-bottom: 16px;
}

footer .qrcode .qrcode-item {
    margin-left: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .footer-nav dl {
    margin-left: 100px;
}

footer .footer-nav {
    display: flex;

}

footer .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .contact a {
    font-weight: bold;
    font-size: 25px;
    color: #EBEBEB;
    line-height: 25px;
    text-decoration: none;
    margin: 25px 0 35px;
}

footer {
    background: #1A1A1A;
    padding: 50px 0;
}

footer .footer-nav dt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

footer .footer-nav dd {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
}

footer .footer-nav dd:hover {
    color: #fff;
}


footer .contact .btn-danger {
    width: 131px;
    height: 40px;
    background: #B3292C;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}

footer .copyright {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
    color: #666;
    line-height: 24px;
    padding-top: 25px;
    border-top: 1px solid #333;
}


.right-float-bar {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
}

.right-float-bar .float-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.right-float-bar .float-top > img {
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
}

.right-float-bar .title {
    color: #fff;
    font-size: 12px;
    padding: 4px 14px;
    margin-bottom: 6px;
    white-space: nowrap;
    position: relative;
    background: #BA1213;
    border-radius: 6px;
}

.right-float-bar .title::after {
    content: '';
    position: absolute;
    top: -4px;
    right: 6px;
    width: 6px;
    height: 6px;
    background: #B52F30;
    border-radius: 50%;
}

.right-icon i {
    display: block;
    position: static;
    font-size: 32px;
}

.right-icon-list {
    background: #FFFFFF;
    box-shadow: 7px 7px 14px 2px rgba(181, 181, 181, 0.72);
    border-radius: 6px;
}

.right-icon {
    padding: 10px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
}

.right-icon:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}
.right-icon .tag {
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
    width: 43px;
    height: 17px;
    background: #BA1213;
    border-radius: 5px 9px 9px 0px;
    position:absolute;
    top: 5px;
    right: 4px;
}
.right-icon .right-icon-block {
    display: none;
    position: absolute;
    top: 0;
    right: 90px;
    background: #FFFFFF;
    padding: 12px 24px;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 7px 7px 16px 2px rgba(165, 165, 165, 0.59);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
}
.right-icon-des {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.right-icon:hover .right-icon-block {
    display: flex;
}
.right-icon:hover .right-icon-des,
.right-icon:hover {
    color: #BA1213;
}
.modal-header-tit {
    font-weight: bold;
    font-size: 26px;
    color: #343434;
    text-align: center;
    margin-bottom: 25px;
}
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.m-form-item span {
    font-weight: bold;
    font-size: 16px;
    color: #262626;
}
.modal-content {
    padding-bottom: 32px;
}
.qrcode-al-con {
    position:relative;
    /* padding-left: 86px; */
}
.qrcode-jxw-al {
    position:absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    display: none;
}
.qrcode-al {
    position: relative;
    width: 180px!important;
    height: 180px;
    background: #FFFFFF;
    border-radius: 8px;
    /* border: 2px solid #B3292C; */
    max-width: unset!important;
}
.modal-content .btn-danger {
    background: #B3292C;
    border-radius: 10px;
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
    width: 100%;
    padding: 12px 0;
    margin-top: 4px;
}
.modal-content .tips {
    font-weight: 500;
    font-size: 12px;
    color: #919191;
    opacity: 0.65;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 12px;
}
.m-form-item label {
    font-weight: 500;
    font-size: 14px;
    color: #919191;
}
.m-form-item {
    display: flex;
    white-space: nowrap;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    padding: 0px 16px;
    align-items: center;
    margin-bottom: 8px;
}
.m-form-item input {
    border: none;
    box-shadow: none!important;
    outline: none!important;
    padding: 16px 4px;

}
.qrcode-alert {
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.float-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    padding: 16px 0;
}
.float-bottom-con {
    background: url(../images/float-bottom-bg.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 8px 22px;
}
.float-bottom-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.float-bottom-text .tag {
    display: inline-block;
    background: #B52F30;
    border-radius: 10px 15px 15px 0px;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    margin-bottom: 8px;
}

.float-bottom-text .tag span {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.float-bottom-text .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 40px;
    color: #2B1600;
    white-space: nowrap;
    line-height: 40px;
}

.float-bottom-text .has {
    font-weight: 500;
    font-size: 16px;
    color: #707070;
    line-height: 16px;
}


.float-bottom .form-item {
    margin-bottom: 14px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    /* font-size: 14px; */
    /* color: #333; */
    background: #fff;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    margin-right: 12px;
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    color: #262626;
}

.float-bottom .form-item label {
    font-weight: 500;
    font-size: 14px;
    color: #919191;
    white-space: nowrap;
    display: block;
    width: 60px;
    padding: 0;
}

.float-bottom .form-select,
.float-bottom .form-control {
    border: none;
    padding: 16px 0px;
    font-size: 14px;
}

.float-bottom .form-control::placeholder {
    color: #999;
}

.float-bottom .form-select:focus,
.float-bottom .form-control:focus {
    border-color: #B52F30;
    box-shadow: none;
}

.float-bottom .col-form-label {
    font-size: 14px;
    color: #333;
    padding-left: 0;
    padding-top: 12px;
}

.float-bottom .input-group-text {
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    border-left: none;
    font-size: 14px;
    color: #666;
}

.float-bottom button.btn {
    width: 100%;
    background: #B3292C;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    border-radius: 4px;
    /* margin-top: 15px; */
    padding: 12px 0;
}
.float-bottom .btn-close {
    position: absolute;
    right: 32px;
    top: 12px;
}
.float-bottom .btn-close:hover {
    background: none!important;
    opacity: 1;
}
.float-bottom button:hover {
    /* background: #B3292C; */
    /* color: #fff; */
}
.float-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.float-bottom-form {
    display: flex;
    align-items: flex-start;
}
.float-bottom-left {
    display: flex;
}

.com-desc {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #919191;
    opacity: 0.65;
}
    .float-bottom-block {
        height: 180px;
    }
    .embed-icon {
        display: none;
    }
@media (max-width: 1440px) {
 .float-bottom-text .title {
     font-size: 28px;
     line-height: 28px;
 }   
 .float-bottom-left {
     margin-right: 32px;
 }
  .navbar .navbar-nav .nav-item .nav-link {
   padding: 0 10px;
}
 .navbar .mini-front-txt,
 .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
}
}
@media (max-width: 1200px) {
     .nav-tel {
     margin-left: 0;
 }
 .sj-next, .sj-prev {
     display: none;
 }
 .navbar .navbar-nav .nav-item .nav-link {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #f2f2f2;
}
    .float-bottom-block {
        height: 94px;
    }
    .float-bottom-left {
        display: none;
     }
     .float-bottom-form,
     .float-bottom-content {
         width: 100%;
     }
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid #DCDCDC;
    }
    footer .foot {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    footer .footer-nav {
        gap: 80px;
        text-align: center;
    }

    footer .footer-nav dl {
        margin-left: 0 !important;
    }

    footer .qrcode {
        justify-content: center;
        flex-wrap: wrap;
    }

    footer .qrcode .qrcode-item:first-child {
        margin-left: 40px;
    }

    footer .contact {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .float-bottom-form {
        flex-direction:column;
        
    }
    .float-bottom .form-item {
        width: 100%;
    }
    .float-bottom .form-item+div {
          width: 100%;
    }
    .float-bottom-block {
        height: 240px;
    }
    .foot .qrcode {
        display: none;
    }
    .float-bottom button.btn {
        width: 100%;
    }
    .navbar .position {
        margin: 0;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .right-float-bar {
        display: none;
    }
}
