

.section-discover-more .discover-more-headline .selection-text:before {
    width: 97px;
    height: 72px;
    background-size: 97px 72px;
    background-repeat: no-repeat;
    margin-top:-10px;
    background-image: url("/mo/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_large.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .section-discover-more .discover-more-headline .selection-text:before {
        background-image: url("/mo/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .section-discover-more .discover-more-headline .selection-text:before {
        width: 64px;
        height: 49px;
        background-size: 64px 49px; 
        background-repeat: no-repeat;
        background-image: url("/mo/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_medium.png")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and( max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-discover-more .discover-more-headline .selection-text:before {
        
        background-image: url("/mo/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_medium_2x.png");
    }
}

@media only screen and (max-width: 734px) {
    .section-discover-more .discover-more-headline .selection-text:before {
        width: 57px;
        height: 43px;
        background-size: 57px 43px;
        background-repeat: no-repeat;
        background-image: url("/mo/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_small.png")
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-discover-more .discover-more-headline .selection-text:before {
        background-image: url("/mo/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_small_2x.png")
    }
}
.section-discover-more .discover-more-headline .selection-text:before {
	top: -70%;
	left: 70%;
}
.section-discover-more .selection-highlight {
    top: 2px;
    right: 0;
    height: 100px;
    width: 256px;
}

@media only screen and (max-width: 1068px) {
	.section-discover-more .discover-more-headline .selection-text:before {
		top: -58px;
		left: 70%;
	}
    .section-discover-more .selection-highlight {
        width: 213px;
        top: -10px;
    }
}

@media only screen and (max-width: 734px) {
	.section-discover-more .discover-more-headline .selection-text:before {
		top: -70%;
		left: 70%;
	}
    .section-discover-more .selection-highlight {
        height: 50px;
        width: 129px;
        top: 0px;
    }
}
@media screen and (max-width: 375px) {
    .selection-container .selection-text {
        display: block;
    }
    .section-discover-more .discover-more-headline {
        max-width: 100%;
    }
    .section-discover-more .discover-more-headline .selection-text:before {
        top: -70%;
        left: 90%;
    }

    .section-discover-more .selection-highlight {
        top: auto;
        bottom: 0px;
        left: 71%;
        transform: translateX(calc(-50% - 3px));
    }
    
}
@media screen and (max-width: 350px) {
    .section-discover-more .discover-more-headline {
        max-width: 100%;
    }
    .section-discover-more .discover-more-headline .selection-text:before {
        left: 74%;
    }
}
 
/* 隐藏角标横线 */
.icon-wrapper .nowrap .icon, 
.icon-wrapper .nowrap .more::after {
	display: inline-block;	
}

