.jl-app-download-page {

    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}
.jl-right .jl-top1 {
    background: url('/wp-content/uploads/2024/07/123jili-logo.png') no-repeat center;
    background-size: contain;
    height: 100px;
}
.jl-p1 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    color: #b38c00;
}
.jl-p2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.jl-p2s{
    width: 100px;
    height: 40px;
    background-color: #b38c00;
}
.jl-p3_1, .jl-p3_2 {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
.jl-p3_1 {
    background-image: url('https://img.icons8.com/ios-filled/50/000000/android-os.png');
}
.jl-p3_2 {
    background-image: url('https://img.icons8.com/ios-filled/50/000000/apple-logo.png');
}
.jl-p4 {
    text-align: left;
    margin-left: 10px;
}
.jl-p5 {
    font-size: 18px;
    font-weight: bold;
}
.jl-p6 {
    font-size: 16px;
    color: #666;
}
.jl-top3 {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.jl-t1 {
    text-align: center;
    margin: 0 20px;
}
.jl-t2 {
    font-size: 18px;
    font-weight: bold;
}
.jl-t3 img {
    width: 120px;
}
.jl-top4 .jl-p1, .jl-top5 .jl-p1 {
    font-size: 16px;
    color: #666;
}
.jl-icon-section {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.jl-icon-section div {
    text-align: center;
    font-size: 14px;
    margin: 0 10px;
}
.jl-icon-section img {
    width: 40px;
}