
.footer-operation-order-left{
    background-color: #43B4A9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
}
.footer-operation-order-left img{
    height: 30px;
    margin-right: 20px;
} 

.footer-operation-price-center{
    position: relative;
    flex: 1;
    background-color: #595A5E;
}
.footer-operation-price-center img{
    position: absolute;
    width: 80px;
    height: 80px;
    top:-20px;
    left: -40px;
}
.footer-tag-number{
    position: absolute;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 5px;
    bottom: 0;
    z-index: 2;
    padding: 2px;
    background-color: #FF5139;
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
    border-radius: 35px;
    transform: scale(0.7)
}
.footer-operation-price-text{
    height: 40px;
    line-height: 40px;
    padding: 10px 10px 10px 50px;
    color: #ffffff;
    font-size: 3.5vw;
    font-weight: normal
}
.footer-operation-pay-right{
    background-color: #43B4A9;
    border-radius: 0 60px 60px 0;
    font-size: 3.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    color: #ffffff;
    font-weight: normal
}