/*无障碍工具栏开始*/
.assist-tools {
    display: none;
    margin-top: 4px;
    left: 17%;
    position: fixed;
    z-index: 19999;
}

/*无障碍工具栏结束*/

/*放大器开始*/
/*.amplifier-text-area{*/
/*border: 8px solid #55b182;*/
/*box-sizing: border-box;*/
/*height: 140px;*/
/*position:fixed;*/
/*z-index: 19999;*/
/*width: 100%;*/
/*bottom: 0;*/
/*background-color: white;*/
/*}*/
.amplifier-text {
    width: 90%;
    float: left;
}

.amplifier-close-btn {
    float: right;
}

.amplifier-close-btn img {
    width: 120px;
    height: 120px;
    padding-top: 2px;
    cursor: pointer;
}

.clear-float {
    clear: both;
}

/*放大器结束*/
/*无障碍开关开始*/
.assist-switch {
    position: fixed;
    z-index: 19998;
    width: 100%;
    top: 4px;
    left: 93%;
}

/*无障碍开关结束*/
