.slides {
    background-image: url(../img/slideBack.png?fsdafsa);
    background-size: 100% 100%;
    position: fixed;
    top: 30%;
    right: 5px;
    width: 120px;
    height: 268px;
    z-index: 1000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -10px;
}
.slides > div {
    width: 80px;
    height: 75px;
    margin-left: 20px;
}
.slideOne {
    background: url(../img/top.png);
}
.slideTwo {
    background: url(../img/center.png);
}
.slideThree {
    background: url(../img/bottom.png);
}
.slideFour {
    background: url(../img/zixun.png);
}
.slideFont {
    width: 56px;
    height: 19px;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 14px;
    -webkit-background-clip: text;
    margin: auto;
    margin-top: 10px;
}
.slideImg {
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    margin: auto;
}
.slideLine {
    width: 56px;
    height: 1px;
    background-color: #ffffff;
    margin: auto;
    margin-top: 8px;
}
.slideCneterHover {
    background: url(../img/backOne.png);
    background-size: 100% 100%;
    position: fixed;
    top: calc(30% + 115px);
    right: 110px;
    width: 157px;
    height: 51px;
    border-radius: 5px;
    background: -webkit-gradient(linear,left top,right top,from(#e2f4ff),to(#fff));
    background: linear-gradient(90deg,#e2f4ff,#fff);
    z-index: 1005;
    display: none;
}
.slideCneterHover-botton {
    width: 121px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #2377FF;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slideCneter:hover .slideCneterHover {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideCneterHover-top {
    background: url(../img/telephone.png);
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin: 3px 0 0 10px;
}
.slidebottomHover {
    position: fixed;
    top: calc(30% + 175px);
    right: 110px;
    width: 157px;
    height: 181px;
    border-radius: 5px;
    background: linear-gradient(135deg,#e2f4ff,#fff);
    z-index: 1005;
    display: none;
}
.slidebottom-top {
    background: url(../img/wechat.png);
    background-size: 100% 100%;
    width: 135px;
    height: 134px;
    margin-top: 8px;
}
.slidebottom-botton {
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.slidebottom:hover .slidebottomHover {
    display: grid;
    justify-content: center;
    align-items: center;
}
.slideBackground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    display: none;
}
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 870px;
    height: 580px;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    z-index: 999;
    display: flex;
    text-align: center;
}
.popup-title {
    font-size: 22px;
    color: #2E2E2E;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}
.popup-desc {
    font-size: 18px;
    color: #2E2E2E;
    line-height: 40px;
    text-align: center;
}
.popup-value {
    position: absolute;
    top: 169px;
    left: 46px;
    display: flex;
}
.popup-value-icon {
    width: 17px;
    height: 14px;
    background: url("../img/isGood.png") no-repeat;
    background-size: 100% 100%;
}
.popup-value-title {
    width: 180px;
    height: 14px;
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    margin-left: 8px;
}
.popup-phone {

    font-size: 20px;
    color: #186CF5;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.popup-phone-icon {
    width: 17px;
    height: 14px;
    background: url("../img/phone.png") no-repeat;
    background-size: 100% 100%;
}
