/* 在线客服 */
@keyframes upShow {
    from{
        opacity: 0;
        transform: translateY(0.3rem);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.popDs_zz{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 55;
    display: none;
    background: rgba(0,0,0,0.8);
}
.popDs{
    width: 508px;
    height: 711px;
    background: url(/footer/pop_ds.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -254px;
    margin-top: -355px;
}

.codeDs{
    width: 260px;
    height: 260px;
    margin:84px auto 0;
    overflow: hidden;
}
.codeDs img{
    width: 100%;
    height: 100%;
    border-radius: .1rem;
}
.popDs p{
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}
.copy_wx{
    width: 373px;
    height: 55px;
    margin: 29px auto 0;
    border: 1px solid #f7f7f7;
    border-radius: 30px;
    font-size: 0;
}
.copy_wx a{
    font-size: 22px;
    vertical-align: middle;
    width: 164px;
    height: 100%;
    display: inline-block;
    border-radius: 30px;
    line-height: 55px;
    background: #ffffff;
    text-align: center;
    color: #181818;
}
.copy_wx span{
    width: 207px;
    display: inline-block;
    padding-left: 25px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 22px;
    vertical-align: middle;
    color: #ffffff;
}

.two_Link{
    margin-top: 40px;
    padding: 0 34px;
}
.two_Link a:nth-child(1),
.two_Link a:nth-child(2){
    width: 214px;
    height: 80px;
    color: #080808;
    font-size: 28px;
    text-align: center;
    line-height: 80px;
    display: block;
}
.two_Link a:nth-child(1){
    border-radius: 18px 0 0 18px;
    background: #ebd073;
    margin-right: 10px;
}
.two_Link a:nth-child(2){
    border-radius: 0 18px 18px 0;
    background: linear-gradient(136deg, #ebd073 0%, #d5a339 100%);
}

.closePop {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
}