.slider {
    position: fixed;
    top: 300px;
    right: 5px;
    z-index: 99;
}


.goBack {
    position: fixed;
    /* top: 550px;
    right: 5px; */
    display: none;
    z-index: 99;
    /* box-shadow: 3px 3px 2px 1px rgba(7, 7, 10, 0.2); */
    cursor: pointer;
}

.ask {
    cursor: pointer;
    z-index: 99;
    /* box-shadow: 3px 3px 2px 1px rgba(7, 7, 10, 0.2); */
}

.slider-ask {
    position: fixed;
    top: 308px;
    /* right: 120px; */
    right: -300px;
    z-index: 99;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /* display: none; */
    opacity: 0;
}

.slider-phone {
    width: 177px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px 2px 2px 2px;
    background-color: #fff;
    color: #000;
    border: 1px solid #2852E5;
}

.slider-phone:hover{
    background-color: #2852E5;
    color: #fff;
}
.slider-phone:hover+.slider-phone2 {
    display: block;
}

.slider-phone2 {
    width: 177px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px 2px 2px 2px;
    background-color: #2852E5;
    margin-bottom: 10px;
    display: none;
}

.slider-free {
    width: 177px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px 2px 2px 2px;
    background-color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    cursor: pointer;
    border: 1px solid #2852E5;
}
.slider-free:hover{
    background-color: #2852E5;
    color: #fff;
}

/* 弹出 */
.win-ask {
    display: none;
    position: fixed;
    z-index:99;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
}

.win-close{
    position: fixed;
    top: -5%;
    left: 100%;
    cursor:pointer;
}
.win-pop {
    /* display: none; */
    z-index: 99999;
    width: 670px;
    height: 389px;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('https://echofa-public.oss-cn-hangzhou.aliyuncs.com/nb-img/images/slider/bg.png');
}

.win-table {
    display: flex;
    justify-content: space-around;
    height: 389px;
    position: relative;

}

.win-logo {
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
}

.win-form {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 326px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #8AA9DE;
}
.win-form{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-left: 90px;
    padding-top: 30px;
    padding-left: 20px;
}
.win-form input{
    width: 260px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #8AA9DE;
    margin-bottom: 20px;
    font-size: 17px;
    padding-left: 10px;
}
.win-form input:focus{
    border: 1px solid #8AA9DE;
    outline: none;
}
.win-form-con{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #2147AC;
    line-height: 21px;
}
.win-button{
    width: 90px;
    height: 30px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(180deg, #5383FF 0%, #3562D6 100%);
    line-height: 30px;
    text-align: center;
    margin: auto;
    margin-top: 0px ;
    cursor: pointer;
}