/* Underline */
.underline{
 text-decoration:underline
}

.grid-item-assistivetouch .inline-media figure.inline-video-frame-end {
    opacity:1;
}

.grid-item-sensory-alerts .inline-media figure.inline-video-frame-end{
    opacity:1;
}
.xsmall{
       display:none;
    }
    
@media only screen and (max-width: 320px) {
    .comma{
       position: absolute;
    }
    .xsmall{
       display:block
    }
    br.small{
       display:none;
    }
}
/* 箭头居中问题 */
.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after{
    position:relative
}
/* 文章箭头 */
.section-news .paddlenav .paddlenav-arrow-previous .icon:after{
   left:0.25em;
}
.section-news .paddlenav .paddlenav-arrow-next .icon:after{
   right:0.2em;
   top:0
}

@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;
	}
}

/* alts */
 .grid-item-voiceover .header-content{
      max-width:324px;
}
@media only screen and (max-width: 1068px) {
    .grid-item-voiceover .header-content {
        max-width:260px
    }
}

@media only screen and (max-width: 734px) {
    .grid-item-voiceover .header-content {
        max-width:220px
    }
}

.section-resources {
	margin: 238px 0 0 0;}
.section-resources .resources-grid .resource-item{
      grid-column:span 3;
}	
@media only screen and (max-width: 734px) {
  .section-resources .resources-grid .resource-item{
      grid-column:span 6;
}	
}	

/* 感知提示 */
.grid-item-sensory-alerts .inline-media figure.inline-video-frame-start,.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;
	}
}



/* 隐藏角标横线 */
.icon-wrapper .nowrap .icon, 
.icon-wrapper .nowrap .more::after {
	display: inline-block;	
}

/* 放大鏡 */
.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-MO) {
	font-family: "PingFang HK","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 11px;
}