.cursor-large{
    cursor: url(/resources/images/allaw.cur),auto !important;
}

/*无障碍 - start*/
#accessibility {
    /*height: 115px;*/
    position: relative;
}
.accessibility-box{
    justify-content: center;
    /*padding: 20px 0 30px;*/
    box-sizing: border-box;
    background-color: #f5f3f4;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
}
.accessibility-box .action{
    /*color: #ffffff;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    width: 67px;
    height: 67px;
    box-shadow: none;
    border: none;
    padding: 0;
    box-sizing: border-box;
    margin-right: 15px;
    border-radius: 10px;
    background-color: #4C4487;
    cursor: pointer;
    flex-direction: column;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}
.accessibility-box .action:last-child{
    margin-right: 0;
}
.accessibility-box .action:hover,.accessibility-box .action.active{
    /*color: red;*/
    /*background-color: #ffffff;*/
    box-shadow: 15px 18px 80px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    transform: scale(1.1);
}
.accessibility-box .action.end{
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}
.accessibility-box .action.end .icon{
    width: 88%;
    left: 6%;
    top: 6%;
    bottom: 6%;
}
.accessibility-box .action .icon{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.accessibility-box .action .icon.active{
    z-index: 0;
}
.accessibility-box .action:hover .icon.active{
    z-index: 2;
}
/*#accessibility .button{*/
/*    color: #ffffff;*/
/*    font-size: 14px;*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    z-index: 999;*/
/*    right: 60px;*/
/*    bottom: -29px;*/
/*}*/
/*无障碍 - end*/

/* 蓝底黄字 */
.blue-background-yellow-font{
    background-color: rgb(0, 0, 254) !important;
    background-image: none !important;
    color: rgb(245, 252, 0) !important;
}
/* 黄底蓝字 */
.yellow-background-blue-font{
    background-color: rgb(245, 252, 0) !important;
    background-image: none !important;
    color: rgb(0, 0, 254) !important;
}
/* 黑底白字 */
.black-background-white-font{
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;
    color: rgb(255, 255, 255) !important;
}
/* 白底黑字 */
.white-background-black-font{
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}


#assist-line-x,#assist-line-y{
    display: none;
    background-color: rgb(255, 0, 0);
    position: fixed;
    z-index: 999;
}
#assist-line-x{
    width: 3px;
    left: -3px;
    top: 0;
    bottom: 0;
    transform: translateX(5px);
}
#assist-line-y{
    height: 3px;
    left: 0;
    right: 0;
    top: -3px;
    transform: translateY(5px);
}

#large-text-box{
    /*display: none;*/
    width: 100%;
    height: 270px;
    padding: 24px;
    box-sizing: border-box;
    background-color: #999;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
}
#large-text-box .left{
    margin-right: 20px;
    flex-direction: column;
    justify-content: space-between;
}
#large-text-box .left>.button-group,#large-text-box .left>.button{
    width: 120px;
}
#large-text-box .left>.button-group .button{
    width: 50%;
}
#large-text-box .left .button{
    height: 48px;
    line-height: 48px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: #4e448b;
    /*margin-bottom: 20px;*/
}
#large-text-box .left>.button{

    border-radius: 10px;
}
#large-text-box .left .el-button+.el-button{
    margin-left: 0;
}
#large-text-box .right{
    font-size: 30px;
    padding: 10px 16px;
    box-sizing: border-box;
    background-color: #dee0df;
    overflow-y: auto;
}
