.main-section {
    width: 13rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.6rem;
    /*padding-top: 1.72rem;*/
}

.main-section .main-title {
    font-weight: 700;
    font-size: 0.55rem;
    color: #333333;
}

.main-section .main-subtitle {
    font-weight: 400;
    font-size: 0.3rem;
    color: #333333;
    margin-top: 0.24rem;
}

.main-section .download-buttons {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
}

.main-section .download-buttons .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    background-color: #FF6F2E;
    border:0.02rem solid #FF6F2E;
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFF;
    padding: 0.14rem 0.44rem;
    border-radius: 0.1rem;
    cursor: pointer;
}
.main-section .download-buttons .btn:hover {
   animation: rubberBand 1s;
}
.main-section .download-buttons .btn .btn-right{
    display: flex;
    flex-direction: column;
    gap: 0.01rem;
}
.main-section .download-buttons .btn.btn-pc{
    background-color: #FFF;
    color: #FF6F2E;
}

.main-section .download-buttons .btn img {
    width: 0.4rem;
    height: auto;
}

.main-section .product-screenshot {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.main-section .product-screenshot:hover {
    animation: jello 2s;
}

.main-section .product-screenshot .windows {
    width: 10.3rem;
}

.main-section .product-screenshot .phone {
    width: 2.38rem;
    margin-left: -0.7rem;
}