.float-contact-container{
    width: 326px;
}
.float-title{
    display: flex;
    position: relative;
    margin-top: 96px;
    align-items: center;
    background-color: #9c1e2c;
    padding-left: 160px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
}

.float-title img{
    position: absolute;
    top: -140px;
    left: 0;
    /*width: 100px;*/
}

.float-title p{
    margin-right: 5px;
}

.float-title .close{
    cursor: pointer;
    font-size: 30px;
    text-align: center;
   
}

.float-content{
    padding: 25px;
    border: 1px solid #9c1e2c;
    background-color: #fff;
}

.float-content h4{
    font-size: 18px;
}

.float-content .zixun{
    border: 1px solid #9c1e2c;
    display: flex;
    align-items: center;
    margin-top: 21px;
}

.float-content .zixun img{
    width: 35px;
}

.float-content .zixun .text{
    text-align: center;
    color: #9c1e2c;
    width: 135px;

}

.float-content .erweima{
    margin-top: 0px;
    text-align: center;
    /* display: flex; */
    /* justify-content: space-between; */
}

.float-content .erweima img{
    width: 195px;
}
.float-content .erweima > *{
    /* width: 80px; */
}

.float-content .erweima > div{
    /* border: 1px solid #ededed; */
    border-right: 0;
    border-left: 0;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    font-size: 16px;
}

.float-content .call{
    margin-top: 20px;
}

.float-content .call .number{
    font-size: 23px;
    color: #9c1e2c;
    text-align: center;
}

.index-banner .swiper-pagination{
    text-align: right;
    padding: 0 140px;
    box-sizing: border-box;
    bottom: 32px;
}

.index-banner .swiper-pagination-bullet{
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    box-sizing: border-box;
    opacity: 1;
    border-radius: 0;
    background-color: initial;
    margin-right: 12px;
}

.index-banner .swiper-pagination-bullet-active{
    background-color: #fff;
}