
.toolsBox {
	position: relative;
}
/*长者页面*/
.oldItem {
	padding:25px 20px;
	box-sizing:border-box;
} 
.oldTit{
	height:80px;
	background: url('../image/old-bg.png') center top no-repeat;
	background-size: contain;
	text-align: center;
    line-height: 80px;
    font-size: 30px;
    font-weight: bold;
}
.oldCon {
	display:flex;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	 justify-content: space-between;
	 padding-top:20px;
	 box-sizing:border-box;
	 flex-wrap: wrap;
	 gap:10px;
}
.oldLi {
  box-sizing: border-box;
    position: relative;
    height: 200px;
    flex:1;
    border: 1px solid #ccc;
}
.oldLi a{
    display: flex;    
	box-sizing: border-box;	
    width: 100%;
    height: 100%;
    padding: 40px 12px 10px; 
    text-decoration: none;
    color: inherit;
	}

.oldLi span{
	font-size:25px;
	font-weight: bold;
	color:#333;
}
.oldLi img{
	width: 60px;
    position: absolute;
    bottom: 20px;
    right: 15px;
	margin-right: 10px;
}

/* 音量 */
.volumeList {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: 1300px;
}
.volumeList li {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
    background: #51565d;
    color: #fff;
    user-select: none;
}
.volumeList li:hover {
	background: #ce220d;
}
.volumeList li.disabled {
    background: #c0c3c8;
}
.volumeList li:first-child {
    margin-left:700px;
}
.volumeList li div {
    height: 100%;
    background-position: center;
}
.volumeplus {
    background: url('../image/volumeplus.png') left top no-repeat;
}
.volumeminus {
    background: url('../image/volumeminus.png') left top no-repeat;
}
.volumeminus li.disabled {
    background: #c0c3c8;
}
/* 字幕样式 */
#screen {
  position: fixed;
  bottom: 0; 
  left: 0; 
  right: 0; 
  height: 100px;
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 34px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 #cbcbcb;
  z-index: 99; 
  transform-origin: left top;
  display: none; 
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
   background-color: #fff;
}
#screen.show {
  display: flex; 
}
#screen .screen-view {
  flex: 1;
  height: 80px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex; 
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  transform-origin: left center; 
  display: flex; 
  flex-wrap: wrap;
  padding-left:15px;
}


#screen .screen-view .text {
  display: flex; 
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  margin: 0;
  flex-shrink: 0;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
}
#screen .screen-view .text .py {
    display: block;
    font-size: 20px;
    top: -30px;
}
#screen .screen-tools {
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#screen .screen-tools button {
  display: block;
  margin: 10px auto;
  font-size: 16px;
  background: #efefef;
  border: 0;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
}
#screen .screen-tools button:hover, #screen .screen-tools button.on {
    background: #0089f6;
    color: #fff;
}
/* 使用帮助 */
#about-con {
    position:fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    font-family: 微软雅黑, 宋体;
    display: none;
    overflow: auto;
    z-index: 100;
}
.about-content {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
    color: #333;
}
.about-content h2 {
    margin: 10px 0 0;
    font-size: 18px;
    border-bottom: 1px solid #DAFEC1;
    line-height: 2em;
}
.about-content p {
    margin: 0;
    line-height: 1.5em;
}
.about-content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
}
.about-content table td, .about-content table th {
    padding: 5px;
    border: 1px solid #999;
}
#about-con .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    background: #10122b;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    cursor: pointer;
}
/* 长者头部 */
 #content-wrapper {
            transition: transform 0.2s ease; /* 缩放过渡动画 */
            box-sizing: border-box;
        }
.toolbar {
	max-height:137px;
	padding: 20px;
	background: #363636;
    position: relative;
	z-index: 99;
	transform: none !important; /* 强制取消缩放 */
	position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}
.tools {
 box-sizing: border-box;
 display:flex;
 justify-content: space-around;
 align-items:center;
}
.tools {
    display: flex;
    align-items: center;
    width: 1440px;
    padding: 0 120px;
    box-sizing: border-box;
    gap: 12px;
    margin: 0 auto;
}
.tools li{
	display: inline-block;
    background: #424243;
    border-radius: 10px;
}
.tools li.active {
    background: linear-gradient(321deg, #B81400 11%, #D92A14 89%);;
}

.tools .icon-container,.Huilan-ass-icon-container{
	width: 89px;
    height: 64px;
    padding: 0;
	position: relative;
}

.icon-inner,.Huilan-ass-icon-inner{
	position: relative; 
    left: 0;
    width: 89px;
    height: 100%;
}
.tools li .icon-container .icon-inner .icon-zoom {
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/zoom.png') center no-repeat;
	background-size: 63px;
}
.tools li.colors-btn.active .icon-container .icon-inner .icon-zoom  {
    background: url('../image/zoom.png') center no-repeat !important;
	background-size: 63px !important;
}

.tools li .Huilan-ass-icon-container .Huilan-ass-icon-inner .Huilan-ass-icon-colors {
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/colors.png') center no-repeat;
	background-size: 63px;
}
.tools li.Huilan-ass-colors-btn.active .Huilan-ass-icon-colors {
    background: url('../image/colors.png') center no-repeat!important;
	background-size: 63px!important;
}


.tools li .Huilan-ass-icon-container .Huilan-ass-icon-inner .Huilan-ass-icon-cursor {
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/cursor.png') center no-repeat;
	background-size: 63px;
}
.tools li.active .Huilan-ass-icon-cursor {
    background: url('../image/cursor.png') center no-repeat!important;
	background-size: 63px!important;
}


.tools li .Huilan-ass-icon-container .Huilan-ass-icon-inner .Huilan-ass-icon-cross {
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/cross.png') center no-repeat;
	background-size: 63px;
}
.tools li#cross.active .Huilan-ass-icon-cross {
    background: url('../image/cross.png') center no-repeat!important;
	background-size: 63px!important;
}


.tools li .Huilan-ass-icon-container .Huilan-ass-icon-inner .Huilan-ass-icon-text {
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/text.png') center no-repeat;
	background-size: 63px;
}
.tools li.active .Huilan-ass-icon-text {
    background: url('../image/text.png') center no-repeat!important;
	background-size: 63px!important;
}



.tools li .Huilan-ass-icon-container .Huilan-ass-icon-inner .Huilan-ass-icon-scene{
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/scene.png') center no-repeat;
	background-size: 63px;
}
.tools li#toggleSubtitleBtn.active .Huilan-ass-icon-scene{
    background: url('../image/scene-hover.png') center no-repeat!important;
	background-size: 63px!important;
}


.tools li .Huilan-ass-icon-container .Huilan-ass-icon-inner .Huilan-ass-icon-readControl{
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/readControl.png') center no-repeat;
	background-size: 63px;
}
.tools li.active .Huilan-ass-icon-readControl{
    background: url('../image/readControl-hover.png') center no-repeat!important;
	background-size: 63px!important;
}

.tools li .Huilan-ass-icon-container .Huilan-ass-icon-inner .Huilan-ass-icon-help{
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/help.png') center no-repeat;
	background-size: 63px;
}
.tools li#about.active .Huilan-ass-icon-help{
    background: url('../image/help-hover.png') center no-repeat!important;
	background-size: 63px!important;
}

.tools li .Huilan-ass-icon-container .Huilan-ass-icon-inner .Huilan-ass-icon-reset{
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/old_reset.png') center no-repeat;
	background-size: 63px;
}
.tools li.active .Huilan-ass-icon-reset{
    background: url('../image/old_reset_hover.png') center no-repeat!important;
	background-size: 63px!important;
}

.tools li .Huilan-ass-icon-container .Huilan-ass-icon-inner .Huilan-ass-icon-exit{
	display: inline-block;
	width: 100%;
    height: 100%;
    margin: 0;
    background: url('../image/exit.png') center no-repeat;
	background-size: 63px;
}
.tools li.active .Huilan-ass-icon-exit{
    background: url('../image/exit.png') center no-repeat!important;
	background-size: 63px!important;
}

.Huilan-ass-icon-container .Huilan-ass-switch {
	display:none;
}
.tools>li>h5 {
    padding: 0 0 0 15px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}
.toolbar .tools li h5{
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
.toolbar .tools li.active h5 {
    color: #fff;
}

.list-container {
    position: fixed;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 20px 0;
    z-index: 99;
    box-shadow: 1px 5px 5px #969696;
    display: none;
	margin-top: -1px;
}
.colors-list {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: 1250px;
}
.colors-list li {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 2px solid #b3b3b3;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
}
.colors-list li:first-child {
    background: #000;
    color: #fff;
}
.colors-list li:nth-child(2) {
    background: #0069f6;
    color: #fcfc15;
}
.colors-list li:nth-child(3) {
    background: #fcfc15;
    color: #0069f6;
}
.colors-list li:nth-child(4) {
    background: #333;
    color: #fcfc15;
}
.colors-list li:nth-child(5) {
    font-size: 16px;
    line-height: 40px;
    color: #333;
}
.cursor-list li {
    display: inline-block;
    width: 34px;
    height: 49px;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
}

.cursor-0 * {
    cursor: url('../image/cursor0.cur'), auto !important;
}
.cursor-1 * {
    cursor: url('../image/cursor1.png'), auto !important;
}

.cursor-2 * {
    cursor: url('../image/cursor2.png'), auto !important;
}
.cursor-list {
	width: 1300px;
    margin: 0 auto;
}
.cursor-list li:first-child {
    margin-left: 370px;
    background: url('../image/cursor0.png') left center no-repeat;
}
.cursor-list li:nth-child(2) {
    background: url('../image/cursor1.png') left center no-repeat;
}
.cursor-list li:nth-child(3) {
    background: url('../image/cursor2.png') left center no-repeat;
}
.cursor-list li:nth-child(4) {
    font-size: 16px;
    line-height: 49px;
    color: #333;
}
/* 无障碍工具条*/
.ass-toolbar {
	min-height:110px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #424243;
    box-sizing: border-box;
    display: none;
	z-index: 99;
}
.ass-toolbar-placeholder {
  height: 137px;
   display: none;
}
.ass-tools {
	width: 1440px;
    min-height: 110px;
    list-style-type: none;
    padding: 10px 106px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: space-between;
    min-width: 1440px;
    margin: 0 auto;
	padding-left: 92px;
}

.ass-tools>li {
    display: inline-block;
    cursor: pointer;
	margin-right: 5px;
    user-select: none;
    border-radius: 5px;
    text-align: center;
	min-width:80px;
}
.ass-tools>li.disabled {
    opacity: .3;
}
.ass-tools .active .ass-icon-inner {
    background: linear-gradient(to bottom, #0062f6, #00aef6);
}
.ass-tools li.selected {
    background: linear-gradient(323deg, #B81400 1%, #D92A14 100%);
}
.ass-tools>li>h5 {
    padding: 0 0 0 0px;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    color:#fff;
    text-align: center;
    line-height: 34px;
}
.ass-tools>li>h5 .rate { font-size: 13px; }
.ass-tools li.selected h5 {
    color: #fff;
}
.ass-tools>li .ass-icon-container {
    padding: 0 15px 0 15px;
    position: relative;
    width: 42px;
    height: 42px;
}
.ass-switch {
    position: absolute;
    left: 24px;
    top: 13px;
    width: 42px;
    height: 24px;
    border-radius: 50px;
    background: #8b9199;
}
.ass-switch .ass-switch-btn {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -5px 0 0 -10px;
    border-radius: 10px;
    background: #fff;
    transition: transform .3s;
	position: absolute;
    top: 6px;
    left: 10px;
}
.ass-switch.active {
    background:#ce220d;
}
.ass-switch.active .ass-switch-btn {
    transform: translateX(19px);
}
.ass-tools .ass-icon-inner {
    position: absolute;
    left: 17px;
    top: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    z-index: 21;
	box-sizing:border-box;
}
.ass-tools .ass-icon-inner>span {
    display: inline-block;
    width: 48px;
    height: 48px;
}
.ass-tools li .ass-icon-inner .ass-icon-read{
    background: url('../image/ass-read.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-read {
    background: url('../image/ass-read.png') left top no-repeat;
	background-size: 48px;
}


.ass-icon-inner .ass-icon-readon {
    background: url('../image/readon.png') left top no-repeat;
	background-size: 48px;
}


.ass-tools li .ass-icon-inner .ass-icon-volume{
    background: url('../image/volume.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-volume {
    background: url('../image/volume.png') left top no-repeat;
	background-size: 48px;
}



.ass-tools li .ass-icon-inner .ass-icon-speakingrate{
    background: url('../image/speak.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-speakingrate {
    background: url('../image/speak.png') left top no-repeat;
	background-size: 48px;
}



.ass-tools li.ass-colors-btn .ass-icon-inner .ass-icon-zoom {
    background: url('../image/ass-zoom.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.ass-colors-btn.selected .ass-icon-inner .ass-icon-zoom {
    background: url('../image/ass-zoom.png') left top no-repeat;
	background-size: 48px;
}


.ass-tools li.ass-colors-btn .ass-icon-inner .ass-icon-colors {
    background: url('../image/ass-colors.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.ass-colors-btn.selected .ass-icon-inner .ass-icon-colors {
    background: url('../image/ass-colors.png') left top no-repeat;
	background-size: 48px;
}


.ass-tools li .ass-icon-inner .ass-icon-scene {
    background: url('../image/ass-scene.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-scene {
    background: url('../image/ass-scene.png') left top no-repeat;
	background-size: 48px;
}

.ass-tools li .ass-icon-inner .ass-icon-cross {
    background: url('../image/ass-cross.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-cross {
    background: url('../image/ass-cross.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li .ass-icon-inner .ass-icon-cursor {
    background: url('../image/ass-cursor.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-cursor {
    background: url('../image/ass-cursor.png') left top no-repeat;
	background-size: 48px;
}

.ass-tools li .ass-icon-inner .ass-icon-back {
    background: url('../image/back.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-back {
    background: url('../image/back.png') left top no-repeat;
	background-size: 48px;
}



.ass-tools li .ass-icon-inner .ass-icon-forward {
    background: url('../image/forward.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-forward {
    background: url('../image/forward.png') left top no-repeat;
	background-size: 48px;
}



.ass-tools li .ass-icon-inner .ass-icon-refresh {
    background: url('../image/refresh.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-refresh {
    background: url('../image/refresh.png') left top no-repeat;
	background-size: 48px;
}


.ass-tools li .ass-icon-inner .ass-icon-reset {
    background: url('../image/reset.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-reset {
    background: url('../image/reset.png') left top no-repeat;
	background-size: 48px;
}

.ass-tools li .ass-icon-inner .ass-icon-help {
    background: url('../image/help.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-help {
    background: url('../image/help-hover.png') left top no-repeat;
	background-size: 48px;
}

.ass-tools li .ass-icon-inner .ass-icon-exit{
    background: url('../image/ass-exit.png') left top no-repeat;
	background-size: 48px;
}
.ass-tools li.selected .ass-icon-inner .ass-icon-exit {
    background: url('../image/ass-exit.png') left top no-repeat;
	background-size: 48px;
}

.ass-zoom-list {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: 1292px;
}
.ass-zoom-list li {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: top;
    background: #51565d;
    color: #fff;
    user-select: none;
	padding: 2px;
	box-sizing: border-box;
}
.ass-zoom-list li:hover {
	 background: #ce220d;
}
.ass-zoom-list li.disabled {
    background: gray;
}

.ass-zoom-list li div {
    height: 100%;
    background-position: center;
}
.ass-icon-zoomout {
    background: url('../image/zoomout.png') center center no-repeat;
	background-size: 30px;
}
.ass-icon-zoomin {
    background: url('../image/zoomin.png') center center no-repeat;
	background-size: 30px;
}

/*语速*/
.ass-rate-inner {
    margin: 0 auto;
    width: 1250px;
}
.ass-rate-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 570px;
    width: 260px;
    display: flex;
    justify-content: space-between;
}
.ass-rate-list li {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    color: #10122b;
    user-select: none;
}
.ass-slider {
    margin: 0 0 0 570px;
    width: 250px;
}
.rangeslider {
    background: #EEEEEE;
    position: relative;
}
.ass-slider .rangeslider--horizontal {
    height: 10px;
}
.ass-slider .rangeslider--horizontal .rangeslider__fill {
    background: #E11A02;
}
.rangeslider, .rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 4px 10px 0px rgba(131, 131, 131, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.rangeslider__fill {
    background: #00ff00;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.ass-slider .rangeslider--horizontal .rangeslider__handle {
    width: 20px;
    height: 20px;
    top: -6px;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
border-radius: 50%;}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(data:image/svg+xml;);
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.top-bar {
    position: fixed;
    right: 0px;
    /* top: 260px; */
    bottom: 60px;
    z-index: 1000;
    width: 60px;
    background: #d8d8d8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3000);
    border-radius: 10px;
    text-align: center;
	display:none;
}

.top-bar .free_entrance {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color:#808080;
    padding: 5px 10px;
    display: inline-block;
    box-sizing: border-box;
}
.barrier-free {
    position: fixed;
    position: -ms-device-fixed;
    right: 0px;
    /* top: 260px; */
    bottom: 60px;
    background: #d8d8d8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3000);
    border-radius: 10px;
    z-index: 100000 !important;
    box-sizing: border-box;
    user-select: none;
    -ms-user-select: none;
    font-family: "PingFangSC-Medium, PingFang SC";
	display:none;
}
.barrier_title {
    float: left;
    height: 60px;
    padding-left: 10px;
    padding-top: 5px;
    box-sizing: border-box;
}
.barrier_title span {
    margin-right: 20px;
    font-size: 20px;
    color: #969696;
    font-weight: 600;
}
.barrier_item {
    float: left;
    position: relative;
    font-size: 16px;
    color: #969696;
    cursor: pointer;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}

.barrier_item .avator {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.barrier_item.active, .barrier_item.squick, .barrier_item.mline, .barrier_item.sslow {
    position: relative;
    background-color: #fff;
}
.barrier_item.active span, .barrier_item.squick span, .barrier_item.mline span, .barrier_item.sslow span {
    color: #ec684f;
}
.barrier_interval {
    width: 1px;
    height: 60px;
    background-color: rgb(255 255 255 / 60%);
    float: left;
    position: relative;
}
.voiceopen_btn .avator {
    background: url('../image/voice-close.png') no-repeat;
    background-size: 25px 25px;
}
.voiceopen_btn.active .avator {
    background: url('../image/voice-open.png') no-repeat;
    background-size: 25px 25px;
}


.voicespeed_btn.snormal .avator {
    background: url('../image/speed-default.png') no-repeat;
    background-size: 25px 25px;
}
.voicespeed_btn.squick .avator {
    background: url('../image/speed-squick.png') no-repeat;
    background-size: 25px 25px;
}
.voicespeed_btn.sslow .avator {
    background: url('../image/speed-sslow.png') no-repeat;
    background-size: 25px 25px;
}
.amplify_btn .avator {
    background: url('../image/amplify_default.png') no-repeat;
    background-size: 25px;
	margin-top: 2px;
}
.shrink_btn .avator {
    background: url('../image/shink.png') no-repeat;
    background-size: 27px;
}
.free_close_btn .avator {
    background: url('../image/close_default.png') no-repeat;
    background-size: 32px;
	margin-top: -7px;

}
@media screen and (max-width:999px) {
	.toolbar{display:none}
	.ass-tools {display:none}
	.ass-toolbar{display:none}
    .oldCon .oldLi { flex:1;height:150px;margin-bottom: 15px;}
	.oldItem  {padding:15px;}
	.oldCon .oldLi span{font-size: 16px; margin-left: 80px;}
	.oldLi img {width: 70px;bottom: 43px;left: 15px;}
	
}
@media (max-width: 960px) {
  #elder {
    display: none;
  }
  #noObstacle{
	display: none;
  }
}
@media (max-width: 768px) {

    .oldTit {
       height: 60px;
	   line-height:60px;
        background-size: 100% auto; /* 宽度铺满移动端屏幕 */
        background-position: center;
        font-size: 16px;
    }
	
}
@media screen and (max-width: 767px){
.oldItem {padding: 15px;}

}
@media (max-width: 720px) {
    .barrier_item {line-height: 30px; height: 70px; padding-top: 5px;box-sizing: border-box;}
	.barrier_item span {display: block;}
	.barrier_interval {height: 70px;}
	.barrier_title span {display: none;}
	.top-bar {display:none;position:fixed;top: 550px;  bottom: auto;}
	.barrier-free{position:fixed;top: 550px;  bottom: auto;}
}
@media (max-width: 480px) {
    .oldTit {
        height: 40px;
		line-height:40px;
		background-size: 100% auto;
        font-size: 14px;
    }
}
@media screen and (max-width:479px) {
	.oldLi img {width: 50px;bottom: 57px;left: 15px;}
	.oldCon .oldLi span{font-size: 16px;}
	
}


