.contact_info .company_profile_img {
    width: 38.3854vw;
    height: 56.25vw;
}

.product_shipper {
    background: url(../image/product1.png) no-repeat;
    background-position: right bottom;
    background-size: 54.875vw;
    min-height: 56.25vw;
    padding-bottom: 11.1979vw;
}

.product_driver {
    background: url(../image/product2.png) no-repeat;
    background-position: left bottom;
    background-size: 54.875vw;
    min-height: 56.25vw;
    padding-bottom: 7.6042vw;
}

.product_captain {
    background: url(../image/product4.png) no-repeat;
    background-position: right bottom;
    background-size: 54.875vw;
    min-height: 56.25vw;
    padding-bottom: 7.6042vw;
}

.net_service {
    padding: 16.1458vw 0 16.1458vw;
}

.net_service img {
    display: block;
    width: 62.5vw;
    height: 37.5vw;
    margin: 7.8125vw auto 0;
}

.text {
    font-size: 1.25vw;
    color: #1A1A1A;

}

.product_shipper .wrap, .product_captain .wrap{
    width: 45.8125vw;
}
.product_shipper .wrap .text,.product_captain .wrap .text {
    padding-left: 18.75vw;
    margin-top: 3.3333vw;
}



.download {
    position: relative;
    background-image: linear-gradient(135deg, #1890FF 0%, #1890FF 100%);
    box-shadow: 0 2.2604vw 17.1875vw rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: block;
    width: fit-content;
    padding: .5604vw 2.7083vw;
    font-size: 1.25vw;
    color: #FFFFFF;
    margin-left: 18.75vw;
    margin-top: 3.3333vw;
    overflow: hidden;

}

.download span {
    position: relative;
}

.download::before {
    --size: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #ffffff75, transparent);
    transform: translate(-50%, -50%);
    transition: all 0.2s ease, left 0s, top 0s;
}

.download:hover::before {
    --size: 200px;
}

#download_shipper_qrcode,
#download_driver_qrcode,
#download_captain_qrcode {
    margin-left: 2.6042vw;
    width: 6.9792vw;
    height: 6.9792vw;
    margin-top: 1.8229vw;
}

.product_driver .wrap .text {
    padding-left: 47.875vw;
    margin-top: 3.3333vw;
    line-height: 3.125vw !important;

}

.product_shipper .wrap .text,
.product_captain .wrap .text {
    line-height: 3.125vw !important;

}

.product_driver .download {
    margin-left: 47.875vw;
}