.contact-box{
    position: fixed;
    width: 10rem;
    height: 100vh;
    box-sizing: border-box;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    top: 0;
    background-color: rgba(39, 6, 110,.8);
}
.contact-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 9.3333rem;
    height: 14.9333rem;
    border-radius: .4rem;
    background-color: #fff;
}
.contact-top{
    height: 1.8667rem;
    padding-top: .7333rem;
    width: 8.8rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.prompt-box{
    width: 8.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prompt-box img{
    width: .48rem;
    margin-right: .12rem;
}
.prompt-box p{
    font-size: .2933rem;
    color: #8a8a8a;
}
.contact-btn{
    position: absolute;
    width: 1.3333rem;
    height: 1.3333rem;
    bottom: -1.4667rem;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    /* background-image: linear-gradient(to left, orange,orangered); */
    background-color: #fff;
}
.contact-btn img{
    width: .7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact-lx{
    width: 9.3333rem;
    height: 12.9333rem;
    overflow: auto;
    padding-top: .6rem;
    box-sizing: border-box;
    
}.contact-lx ul{
    width: 8.2667rem;
    margin: 0 auto;
}
.contact-lx li{
    height: 2.4667rem;
    margin-bottom: .32rem;
    border-radius: .2rem;
    /* background-color: rgba(39, 6, 110,.2); */
    box-shadow: 0 0 .16rem .0533rem rgba(143,146,153,.2);
    position: relative;
    overflow: hidden;
}
.contact-lx li p{
    position: absolute;
    right: 0;
    padding: .1067rem .2rem;
    font-size: .3733rem;
    border-radius: 0 0 0 .2933rem;
    color: #fff;
    background-image: linear-gradient(to left,orange,orangered);
    top: 0;

}
.contact-lx .icon{
    position: absolute;
    left: .2rem;
    top: .2rem;
    width: 2.0667rem;
    height: 2.0667rem;
    background-color: rgb(255, 247, 232);
    /* background-image: linear-gradient(to left ,orange,orangered); */
    border-radius: 50%;
    box-shadow: 0 0 .16rem .0533rem rgba(143,146,153,.2);

}
.contact-lx .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
}
.contact-lx li span{
    position: absolute;
    left: 2.6533rem;
    top: 1.1333rem;
    width: 6rem;
    font-size: .6667rem;
    font-weight: 600;
    color: rgb(255, 125, 0);
}
.lx-ewm{
    width: 8.2667rem;
    margin: 0 auto;
    margin-top: .4667rem;
    border-radius: .4667rem;
    overflow: hidden;
    box-shadow: 0 0 .16rem .0533rem rgba(143,146,153,.3);
}
.ewm-pic{
    display: block;
    border-radius: .4667rem;
    width: 8.2667rem;
}
.prompt{
    height: 1.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prompt img{
    width: .7733rem;
}
.prompt p{
    font-size: .3467rem;
    color: #165DFF;
}
.end{
    height: 1.32rem;
    line-height: 1.32rem;
    text-align: center;
    font-size: .32rem;
    color: #a9aeb8;
    margin-top: .4667rem;
}