body {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "Apple WebExp Icons Custom", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.big_download {
    font-weight: 800;
}

.height9 {
    height: 80px;
}

.app-bg-red {
    height: 200px;
    width: 200px;
}

.text-sm-500 {
    font-weight: bold;
    font-size: 0.7rem;
}

.wh {
    width: 90%;
}

.text-bold {
    font-weight: bold;
}

.text-xl {
    font-size: 3rem;
}

.li-8 {
    line-height: 8px;
}

.p-s-b {
    text-align: right;
    font-weight: bold;
    font-size: 0.7rem;
}

.text-justify {
    text-align: justify;
}


.dp {
    position: relative;
    top: 0;
    left: 0;
}

.topw {
    position: absolute;
    top: 0
}

.rel > b > i {
    text-align: center;
    font-style: normal;
    font-size: 1.2rem;
    float: left;
}

.topw > b {
    position: relative;
    font-style: normal;
    font-size: 1.2rem;
    text-align: center;
    margin: 0px;
    float: left;
    background-color: white;
}

.sales .topw > b {
    font-size: 0.9rem;
}

.sales .rel > b > i {
    font-size: 0.9rem;
}







@media (max-width: 767px) {
    .p-sm {
        font-size: 0.8rem;
    }

    .smh3 h3 {
        font-size: 1.2rem
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}
