.new-service-box {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    width: 300px;
    height: auto;
    background-image: url(../../images/new_website/new-market/kf-bg.png);
    background-size: 100% auto;
    background-position: center bottom;
    top: -7px;
    overflow: hidden;
}

.new-service-box .ta-article {
    box-sizing: border-box;
    width: 280px;
    height: 300px;
    flex: none;
}

.new-service-box .service-btns {
    width: 100%;
    display: flex;
    align-items: center;
}

.new-service-box .service-btns a {
    flex: none;
    text-align: left;
    justify-content: flex-start;
    background-color: transparent!important;
}

.new-service-box .service-btns a::after {
    display: none;
}
.new-service-box .service-btns a:hover::after {
    display: none;
    background-color: none;
}

.new-service-box .service-btns .connect-online {
    box-sizing: border-box;
    padding-left: 50px;
    width: 145px;
    height: 40px;
    background-image: url(../../images/new_website/new-market/kf-yhq.png);
    background-size: 100% 100%;
}

.new-service-box .service-btns .connect-me {
    box-sizing: border-box;
    padding-left: 66px;
    width: 145px;
    height: 40px;
    background-image: url(../../images/new_website/new-market/kf-zx.png);
    background-size: 100% 100%;
}

.new-service-box .service-btns span {
    font-size: 14px;
    color: #323235;
}

.new-service-box .service-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.mt7 {
    height: 0;
    margin-top: 7px;
    width: 100%;
}

.service-gif {
    width: 100%;
    height: 146px;
}

.wan-box {
    position: absolute;
    top: 35px;
    left: 0;
    width: 0;
    height: 99px;
    overflow: hidden;
    background-image: url(../../images/new_website/new-market/wan-bg.png);
    background-size: auto 100%;
    background-position: left bottom;
    animation-name: wanbox;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wan-text {
    margin-top: 30px;
    margin-left: 20px;
    width: 0;
    height: 49px;
    background-image: url(../../images/new_website/new-market/wan-text.png);
    background-size: auto 100%;
    background-position: left bottom;
    animation-name: wantxt;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-money1 {
    position: absolute;
    top: 34px;
    left: 4px;
    width: 79px;
    height: 39px;
    background-image: url(../../images/new_website/new-market/money1.png);
    background-size: 100% 100%;
    animation-name: money1;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-money2 {
    position: absolute;
    top: 72px;
    left: 142px;
    width: 34px;
    height: 22px;
    background-image: url(../../images/new_website/new-market/money2.png);
    background-size: 100% 100%;
    animation-name: money2;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-money3 {
    position: absolute;
    top: 70px;
    right: 6px;
    width: 29px;
    height: 21px;
    background-image: url(../../images/new_website/new-market/money3.png);
    background-size: 100% 100%;
    animation-name: money3;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-hongbao1 {
    position: absolute;
    bottom: -14px;
    left: -12px;
    width: 57px;
    height: 55px;
    background-image: url(../../images/new_website/new-market/hongbao1.png);
    background-size: 100% 100%;
    animation-name: hongbao1;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-hongbao2 {
    position: absolute;
    top: 16px;
    left: 110px;
    width: 54px;
    height: 57px;
    background-image: url(../../images/new_website/new-market/hongbao2.png);
    background-size: 100% 100%;
    animation-name: hongbao2;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-pointer {
    position: absolute;
    bottom: 0px;
    left: 86px;
    width: 23px;
    height: 36px;
    background-image: url(../../images/new_website/new-market/pointer.png);
    background-size: 100% 100%;
    animation-name: pointer;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.service-kf {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 161px;
    height: 188px;
    background-image: url(../../images/new_website/new-market/kf.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@keyframes wanbox {
    0% {
        width: 0px;
    }
    25% {
        width: 250px;
    }
    100% {
        width: 250px;
    }
}
@keyframes wantxt {
    0% {
        width: 128px;
    }
    25% {
        width: 128px;
    }
    50% {
        width: 128px;
        transform: translateX(-2px);
    }
    60% {
        width: 128px;
        transform: translateX(2px);
    }
    70% {
        width: 128px;
        transform: translateX(-2px);
    }
    80% {
        width: 128px;
        transform: translateX(2px);
    }
    90% {
        width: 128px;
        transform: translateX(-2px);
    }
    100% {
        width: 128px;
        transform: translateX(2px);
    }
}
@keyframes money1 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        top: 38px;
        left: 20px;
    }
    40% {
        transform: scale(1);
        top: 24px;
        left: 4px;
    }
    60% {
        transform: scale(1);
        top: 20px;
    }
    80% {
        transform: scale(1);
        top: 24px;
    }
    100% {
        transform: scale(1);
        top: 20px;
    }
}

@keyframes money2 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes money3 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        top: 70px;
    }
    40% {
        transform: scale(1);
        top: 75px;
    }
    60% {
        transform: scale(1);
        top: 70px;
    }
    80% {
        transform: scale(1);
        top: 75px;
    }
    100% {
        transform: scale(1);
        top: 70px;
    }
}

@keyframes pointer {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        bottom: 5px;
    }
    40% {
        transform: scale(1);
        bottom: 0px;
    }
    60% {
        transform: scale(1);
        bottom: 5px;
    }
    80% {
        transform: scale(1);
        bottom: 0px;
    }
    100% {
        transform: scale(1);
        bottom: 5px;
    }
}


@keyframes hongbao1 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        left: 90px;
        bottom: -44px;
    }
    30% {
        transform: scale(0.5);
        bottom: -24px;
        left: 45px;
    }
    40% {
        transform: scale(1);
        bottom: -19px;
        left: 0px;
    }
    60% {
        transform: scale(1);
        bottom: -24px;
        left: 0px;
    }
    80% {
        transform: scale(1);
        bottom: -19px;
        left: 0px;
    }
    100% {
        transform: scale(1);
        bottom: -24px;
        left: 0px;
    }
}
@keyframes hongbao2 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        top: 16px;
    }
    40% {
        transform: scale(1);
        top: 21px;
    }
    60% {
        transform: scale(1);
        top: 16px;
    }
    80% {
        transform: scale(1);
        top: 21px;
    }
    100% {
        transform: scale(1);
        top: 16px;
    }
}

@media (max-width: 768px) {
    .layui-layer-msg {
        max-width: 92%!important;
        width: auto!important;
        display: inline-block;
    }
    .new-service-box {
        width: 100%;
        margin: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        background-image: url(../../images/new_website/new-market/m/kf-bg.png);
        background-size: 100% 100%;
        background-position: center bottom;
    }
    .new-service-box .ta-article {
        width: 100%;
        height: 285px;
        background: #fefeff;
    }
    .new-service-box .service-btns {
        width: 247px;
    }

    .new-service-box .service-btns .connect-online {
        margin: 0;
        box-sizing: border-box;
        padding-left: 47px;
        width: 131px;
        height: 35px;
        background-image: url(../../images/new_website/new-market/m/kf-yhq.png);
        background-size: 100% 100%;
    }
    
    .new-service-box .service-btns .connect-me {
        box-sizing: border-box;
        padding-left: 52px;
        width: 131px;
        height: 35px;
        background-image: url(../../images/new_website/new-market/m/kf-zx.png);
        background-size: 100% 100%;
        margin-left: -10px;
    }

    .service-box::before {
        display: none;
    }
    
    .wan-box {
        position: absolute;
        top: 14px;
        left: 0;
        width: 270px;
        height: 88px;
        background-image: url(../../images/new_website/new-market/m/wan-bg.png);
        animation-name: m-wanbox;
    }

    .wan-text {
        margin-top: 24px;
        margin-left: 38px;
        width: 126px;
        height: 49px;
        background-image: url(../../images/new_website/new-market/m/wan-text.png);
        background-size: 100% 100%;
        animation-name: m-wantxt;
    }
    
    .service-kf {
        position: absolute;
        top: -8px;
        right: 8px;
        width: 159px;
        height: 185px;
        background-image: url(../../images/new_website/new-market/m/kf.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .service-gif {
        width: 100%;
        height: 105px;
    }
    
    .service-pointer {
        position: absolute;
        bottom: -6px;
        left: 98px;
        width: 18px;
        height: 27px;
        background-image: url(../../images/new_website/new-market/m/pointer.png);
        background-size: 100% 100%;
        animation-name: m-pointer;
    }

    .service-money1 {
        position: absolute;
        top: 24px;
        left: 4px;
        width: 67px;
        height: 32px;
        background-image: url(../../images/new_website/new-market/m/money1.png);
        background-size: 100% 100%;
        animation-name: m-money1;
    }
    
    .service-money2 {
        position: absolute;
        top: 42px;
        left: 170px;
        width: 28px;
        height: 18px;
        background-image: url(../../images/new_website/new-market/m/money2.png);
        background-size: 100% 100%;
        animation-name: m-money2;
    }
    
    .service-money3 {
        position: absolute;
        top: 50px;
        right: 6px;
        width: 30px;
        height: 21px;
        background-image: url(../../images/new_website/new-market/m/money3.png);
        background-size: 100% 100%;
        animation-name: m-money3;
    }

    .service-hongbao1 {
        position: absolute;
        bottom: -4px;
        left: 0px;
        width: 34px;
        height: 29px;
        background-image: url(../../images/new_website/new-market/m/hongbao1.png);
        background-size: 100% 100%;
        animation-name: m-hongbao1;
    }
    
    .service-hongbao2 {
        position: absolute;
        top: 9px;
        left: 156px;
        width: 29px;
        height: 32px;
        background-image: url(../../images/new_website/new-market/m/hongbao2.png);
        background-size: 100% 100%;
        animation-name: m-hongbao2;
    }
}

@keyframes m-wanbox {
    0% {
        width: 0px;
    }
    25% {
        width: 270px;
    }
    100% {
        width: 270px;
    }
}
@keyframes m-wantxt {
    0% {
        width: 126px;
    }
    25% {
        width: 126px;
    }
    50% {
        width: 126px;
        transform: translateX(-2px);
    }
    60% {
        width: 126px;
        transform: translateX(2px);
    }
    70% {
        width: 126px;
        transform: translateX(-2px);
    }
    80% {
        width: 126px;
        transform: translateX(2px);
    }
    90% {
        width: 126px;
        transform: translateX(-2px);
    }
    100% {
        width: 126px;
        transform: translateX(2px);
    }
}
@keyframes m-money1 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        top: 32px;
        left: 20px;
    }
    40% {
        transform: scale(1);
        top: 18px;
        left: 4px;
    }
    60% {
        transform: scale(1);
        top: 14px;
    }
    80% {
        transform: scale(1);
        top: 18px;
    }
    100% {
        transform: scale(1);
        top: 14px;
    }
}

@keyframes m-money2 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes m-money3 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        top: 45px;
    }
    40% {
        transform: scale(1);
        top: 50px;
    }
    60% {
        transform: scale(1);
        top: 45px;
    }
    80% {
        transform: scale(1);
        top: 50px;
    }
    100% {
        transform: scale(1);
        top: 45px;
    }
}

@keyframes m-pointer {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        bottom: -1px;
    }
    40% {
        transform: scale(1);
        bottom: -6px;
    }
    60% {
        transform: scale(1);
        bottom: -1px;
    }
    80% {
        transform: scale(1);
        bottom: -6px;
    }
    100% {
        transform: scale(1);
        bottom: -1px;
    }
}


@keyframes m-hongbao1 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        left: 90px;
        bottom: -44px;
    }
    30% {
        transform: scale(0.5);
        bottom: -6px;
        left: 45px;
    }
    40% {
        transform: scale(1);
        bottom: -1px;
        left: 0px;
    }
    60% {
        transform: scale(1);
        bottom: -6px;
        left: 0px;
    }
    80% {
        transform: scale(1);
        bottom: -1px;
        left: 0px;
    }
    100% {
        transform: scale(1);
        bottom: -6px;
        left: 0px;
    }
}
@keyframes m-hongbao2 {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(0);
        top: 4px;
    }
    40% {
        transform: scale(1);
        top: 9px;
    }
    60% {
        transform: scale(1);
        top: 4px;
    }
    80% {
        transform: scale(1);
        top: 9px;
    }
    100% {
        transform: scale(1);
        top: 4px;
    }
}