body {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f7;
    color: #1d1d1f
}
span.obfuscated-raw-text,span.obfuscated-word {
    background-color: inherit!important;
    color: inherit!important;
    cursor: inherit!important;
    font-size: inherit!important;
    font-style: normal!important;
    font-weight: inherit!important;
    line-height: inherit!important;
    margin: 0!important;
    padding: 0!important;
    text-decoration: inherit!important;
    text-transform: inherit!important
}

span.obfuscated-word {
    display: inline-block
}

span.obfuscated-text {
    position: absolute;
    top: -99999px;
    z-index: -9999
}

[dir=ltr] span.obfuscated-text {
    right: 99999px
}

[dir=rtl] span.obfuscated-text {
    left: 99999px
}
.container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow-y: auto;
    height: 100vh
}

header {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5
}

.app-icon {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    margin-right: 20px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 40px
}

.app-icon img {
    width: 100px;
    height: 100px;
    border-radius: 24px
}

.app-header {
    display: flex;
    align-items: center;
    height: 110px;
    width: 100%;
}

.app-info{
    position: relative;
    height: 100%;
    padding: 5px 0;
    flex: 1;
}

.app-info h1 {
    font-size: 24px;
    margin: 0 0 5px;

}

.app-info p {
    font-size: 14px;
    color: #86868b;
    margin: 0
}

.app-info-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.download-btn {
    background-color: #0071e3;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    min-width: 60px;
}

.tip-btn {
    text-align: center;
    font-size: 12px;
    color: #86868b;
    margin: 5px
}

.app-meta {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5
}

.meta-item {
    text-align: center
}

.meta-item h3 {
    font-size: 22px;
    margin: 0 0 5px
}

.meta-item p {
    font-size: 12px;
    color: #86868b;
    margin: 0
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    padding: 20px
}

.info-item h3 {
    font-size: 14px;
    color: #86868b;
    margin: 0 0 5px
}

.info-item p {
    font-size: 14px;
    margin: 0
}

.app-description,.app-features,.app-reviews {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5
}

h2 {
    font-size: 20px;
    margin: 0 0 10px
}

ul {
    padding-left: 20px;
    margin: 0
}

.review {
    margin-bottom: 15px
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px
}

.review-title {
    font-weight: 600
}

.review-rating {
    color: #ff9500
}

.review-content {
    font-size: 14px;
    line-height: 1.4
}

.screenshots {
    display: flex;
    overflow-x: auto;
    padding: 20px;
    gap: 15px
}

.screenshot {
    flex: 0 0 auto;
    width: 200px;
    height: 356px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #86868b;
    font-size: 14px
}

.ob-text {
    color: inherit !important;
    font-style: normal !important;
    font-weight: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -99999px;
    z-index: -9999
}

.swiper-container {
    margin-top: 30px;
    width: 95%;
    height: 100%
}

.swiper-wrapper {
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.swiper-slide {
    width: 60%;
    height: 300px
}

.swiper-slide-active {
    height: auto
}

.swiper-button-next,.swiper-button-prev {
    width: 25px !important;
    height: 25px !important;
    margin-top: -12px !important
}
.aboutapp {
    position: relative;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
}
.aboutapp .arrowsvg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 23px;
    height: 23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.aboutapp .title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 30px;
}
.aboutapp .intro {
    color: #4E4E4E;
    line-height: 22px;
    font-size: 15px;
}

.scorewrap {
    display: flex;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.scorewrap .left {
    text-align: left;
}
.scorewrap .left .num {
    font-size: 58px;
    margin-bottom: 10px;
}
.scorewrap .left .amount {
    margin-top: 6px;
    color: #444;
    font-size: 12px;
}
.scorewrap .right {
    flex: 1;
    max-width: 180px;
    margin-left: 10px;
}
.scorewrap .right .item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-size: 11px;
    color: #444;
}
.scorewrap .right .item .progress-box {
    flex: 1;
    margin: 0 0 0px 10px;
}


.progress {
    background-color: #e3e3e3;
    border-radius: 5px;
    flex: 1;
    height: 9px;
    max-width: 166px;
    overflow: hidden;
    width: 100%;
    margin-left: 14.5px;
    margin-right: 14.5px
}

.progress-bar {
    background: #000;
    border-radius: 5px;
    height: 100%
}

.rb-loading{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100px;
    max-width: 50%;
    height: 50px;
    transform: translate(-50%,-50%);
    align-items: center;
    background-color: rgba(0,0,0,.3);
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    line-height: 20px;
    margin: 0 auto;
    padding: 16px;
    text-align: center;
    z-index:2000;
}

.rb-loading .loading__text {
    width: 100px;
    padding: 8px 12px;
}

.rb-loading .loading__icon {
    animation: loading-rotate 2s linear infinite;
    display: flex;
    height: 30px;
    margin-bottom: 8px;
    width: 30px
}

.rb-loading .loading__icon svg {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%
}

.rb-loading .loading__icon svg circle {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    animation: loading-circular 1s ease-in-out infinite
}


.img-scroll {
    padding-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    border-bottom: 1px solid #e5e5e5
}

.img-scroll::-webkit-scrollbar {
    display: none
}

.img-scroll__list {
    display: flex;
    flex-wrap: nowrap;
    height: 224px;
    width: -moz-max-content;
    width: max-content;
    padding: 20px 20px 0;
}

.img-scroll__view {
    border-radius: 8px;
    height: 224px;
    overflow: hidden;
    margin-right: 11px;
    margin-left: 11px;

}
.img-scroll__view:first-child {
    margin-left: 0
}

.img-scroll__view:last-child {
    margin-right: 0
}

.img-scroll__view img {
    display: block;
    height: 100%;
    width: auto
}
