/* screen - iphone-14-pro-ansindiao-cha */

.iphone-14-pro-ansindiao-cha {
    align-items: center;
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    width: 393px;
}

/* .hero-subtitle handled by .title-row-layout in common_layout.css */

.iphone-14-pro-ansindiao-cha .meni {
    background-color: var(--white);
    cursor: pointer;
    height: 55px;
    position: relative;
    width: 393px;
}

.iphone-14-pro-ansindiao-cha .best {
    flex: 1;
    height: 31px;
    letter-spacing: 0;
    line-height: 41px;
    margin-right: -2px;
    white-space: nowrap;
}

.iphone-14-pro-ansindiao-cha .text-138 {
    height: auto;
    letter-spacing: 0;
    line-height: 32px;
    margin-left: 2.0px;
    margin-top: 24px;
    text-align: center;
    width: 352px;
    padding-bottom: 20px;
}

.iphone-14-pro-ansindiao-cha .x440 {
    height: 79px;
    margin-top: 4px;
    position: relative;
    width: 294px;
}

.iphone-14-pro-ansindiao-cha .x179 {
    background-color: var(--apple);
    border-radius: 36px;
    height: calc(100% - 7px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.iphone-14-pro-ansindiao-cha .text-1 {
    height: 65px;
    left: 18px;
    letter-spacing: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 4px;
    white-space: nowrap;
    width: calc(100% - 34px);
}

.iphone-14-pro-ansindiao-cha .overlap-group3 {
    height: auto;
    margin-top: 12px;
    position: relative;
    width: 363px;
    display: flex;
    flex-direction: column;
}

.iphone-14-pro-ansindiao-cha .x448 {
    height: 79px;
    margin-left: 34px;
    margin-top: 40px;
    /* Added spacing */
    position: relative;
    width: 294px;
}

.iphone-14-pro-ansindiao-cha .x39 {
    height: calc(100% - 7px);
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.iphone-14-pro-ansindiao-cha .overlap-group {
    height: auto;
    position: relative;
    width: 100%;
}

.iphone-14-pro-ansindiao-cha .x05 {
    background-image: url(../img/file-------1@1x.png);
    background-position: 50% 50%;
    background-size: cover;
    height: 256px;
    left: 0;
    position: absolute;
    top: 0;
    width: 363px;
}

.iphone-14-pro-ansindiao-cha .text-141 {
    left: 87px;
    letter-spacing: 1.65px;
    line-height: 46px;
    position: absolute;
    top: 86px;
    width: 192px;
    pointer-events: none;
    /* Allow clicks to pass through to scroll container */
    z-index: 10;
}

.iphone-14-pro-ansindiao-cha .overlap-group2 {
    height: auto;
    margin-top: 14px;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}

.iphone-14-pro-ansindiao-cha .x06 {
    background-image: url(../img/file-------8@1x.png);
    background-position: 50% 50%;
    background-size: cover;
    height: 256px;
    left: 0;
    position: absolute;
    top: 0;
    width: 363px;
}

.iphone-14-pro-ansindiao-cha .text-142 {
    left: 87px;
    letter-spacing: 1.65px;
    line-height: 46px;
    position: absolute;
    top: 72px;
    width: 192px;
    pointer-events: none;
    z-index: 10;
}

.iphone-14-pro-ansindiao-cha .view {
    background-color: var(--fun-green);
    height: 175px;
    margin-top: 40px;
    position: relative;
    width: 393px;
}

.iphone-14-pro-ansindiao-cha .text-137 {
    bottom: calc(24.12% - 4px);
    cursor: pointer;
    height: 16px;
    left: calc(48.76% - 54px);
    letter-spacing: 0;
    line-height: 21.6px;
    position: absolute;
    white-space: nowrap;
    width: 111px;
}


/* Horizontal Scroll Container */
.iphone-14-pro-ansindiao-cha .scroll-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    width: 100%;
    /* Ensure it takes full width of parent */
    max-width: 100vw;
    /* Hard constraint */
    padding: 0 0 10px 0;
    -webkit-overflow-scrolling: touch;
    /* scrollbar-width: none; Removed to show scrollbar */
    scrollbar-color: #999 #eee;
    /* Firefox scrollbar styling */
    scrollbar-width: thin;
    cursor: grab;
    /* Indicate draggable */
}

.iphone-14-pro-ansindiao-cha .scroll-container.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.iphone-14-pro-ansindiao-cha .scroll-container::-webkit-scrollbar {
    display: block;
    /* Show scrollbar */
    height: 8px;
    /* Height of horizontal scrollbar */
}

.iphone-14-pro-ansindiao-cha .scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.iphone-14-pro-ansindiao-cha .scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.iphone-14-pro-ansindiao-cha .scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.iphone-14-pro-ansindiao-cha .scroll-image {
    height: 256px;
    width: auto;
    flex: 0 0 auto;
    /* Prevent shrinking */
    object-fit: contain;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    /* Removed pointer-events: none to allow clicks */
    /* Ensure block behavior */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;
    transform: translateZ(0);
}