@media only screen and (min-width: 735px) and (max-width: 1068px){ 
    .section-reading .grid-item-spoken-content .highlighted-words .word{
         margin-right:0
    }
}

@media only screen and (max-width: 735px){
   .grid-item-speak-selection .grid-copy .line.line-middle{
      padding-right:0
   }
   .grid-item-speak-selection .grid-copy .line.line-bottom{
      padding-left:0
   }
   .grid-item-speak-selection .grid-copy .start:before{
      top:-19px;
   }
   .grid-item-speak-selection .grid-copy .line.line-top{
      padding-top:4px;
   }
}

/* 朗读所选范围 */
.grid-item-speak-selection .grid-copy .line.line-top{
   padding-bottom:5px;
}
.grid-item-speak-selection .grid-copy .end:after{
   bottom:-33px;
}
.grid-item-speak-selection .grid-copy .line.line-bottom{
   padding-bottom:10px;
}
.grid-item-speak-selection .grid-copy .line.line-middle{
    padding-bottom:10px;
}
@media only screen and (max-width: 1068px){
	.grid-item-speak-selection .grid-copy .end:after{
		 bottom:-22px;
	}
	.grid-item-dictation .picture-container .copy span:nth-child(2){
	  padding:4px 6px;
	}
}
@media only screen and (max-width: 735px){
	.grid-item-speak-selection .grid-copy .end:after{
	   bottom:-19px;
	}
	.grid-item-speak-selection .grid-copy .line.line-bottom{
	   padding-bottom:5px;
	}
	.grid-item-speak-selection .grid-copy .line.line-middle{
		padding-bottom:5px;
	}
	.grid-item-dictation .picture-container .copy span:nth-child(2){
	  padding:7px 6px;
	}
}

/* 感知提示 */
.grid-item-sensory-alerts .inline-media figure.inline-video-frame-end{
    opacity:1;
}
.grid-item-sensory-alerts .inline-media video {
    visibility: hidden !important;
}

/* 朗讀 */
.grid-item-speak-selection .overview-speak-screen-bubble-text {
	left: 38px;
}

@media only screen and (max-width: 1068px) {
	.grid-item-speak-selection .overview-speak-screen-bubble-text {
		left: 28px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item-speak-selection .overview-speak-screen-bubble-text {
		left: 28px;
	}
}

/* 放大鏡 */
.grid-item.grid-item-magnifier .magnifier-graphic .magnifier-iphone .magnifier-caption{
	font-size: 16px;
}

@media only screen and (max-width: 1068px) {
	.grid-item.grid-item-magnifier .magnifier-graphic .magnifier-iphone .magnifier-caption{
		font-size: 11px;
	}
}




/* 20220909 */
#ac-globalfooter .ac-gf-sosumi li.systemfont:lang(zh-HK) {
	font-family: "PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 11px;
}

