.footer-loop.swiper-container {
    width: 100%;
    height: 120px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 40;
}
.bt_windows {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bt_windows_fl {
    position: relative;
    z-index: 66;
    bottom: 95px;
}
.bt_window_img a img {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 120px;*/
    z-index: 55;
}
.bt_windows_fr {
    margin-right: 70px;
    position: relative;
    z-index: 66;
}
.bt_windows_fr p:nth-child(1) {
    color: #fff;
}
.bt_windows_fr p:nth-child(1) i:nth-child(1) {
    font-size: 14px;
    margin-right: 15px;
}
.bt_windows_fr p:nth-child(2) input {
    width: 238px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    margin-right: 10px;
    text-indent: 40px;
    border-radius: 10px;
    color: #cdcdcd;
    background: url(../images/loop-phone.png) no-repeat left 14px center #fff;
    background-size: 13px 20px;
    border: #ffffff;
}

.bt_windows_fr p:nth-child(2) button {
    width: 110px;
    height: 33px;
    /*line-height: 33px;*/
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #ff9c00;
    cursor: pointer;
    border: #ffffff;
}
.bt_windows_fr{
    margin-top: 0px !important;
}
.footer-width {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: -120px;
}
.window_close {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 150;
}
.footer-loop .swiper-button-next {
    right: 6px;
}
.footer-loop .swiper-button-next, .footer-loop .swiper-button-prev {
    background-image: none;
    top: 66%;
}
