html, body {
    margin: 0;
    padding: 0;
    font: 14px Arial, sans-serif;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

ul, ul li {
    margin: 0;
    list-style: none;
}

#wza {
    height: 128px;
    background-color: #000000;
    padding: 1px;
    box-sizing: border-box;
}

/*iframe*/
#wza-iframe-wrapper {
    position: fixed;
    *position: static;
    top: 128px;
    left: 0;
    right: 0;
    bottom: 0;
    *height: 100%;
    overflow: hidden;
}

/*无障碍浏览按钮区域*/
#wza .wza-tools-wrapper {
    height: 124px;
    background-color: #323a46;
    border: 1px solid #6d737b;
}

#wza .wza-tools-wrapper .center-wrapper {
    width: 1174px;
    margin: 0 auto;
    height: 124px;
}

#wza .line {
    float: left;
    display: inline-block;
    width: 2px;
    height: 124px;
    background-image: url("/plugin/jquery-wza/image/tools-btn-line-730196940e4af552883da2edc7d23a6d.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 15px;
}

#wza .tool-btn {
    position: relative;
    float: left;
    width: 70px;
    height: 124px;
    display: inline-block;
    color: #ffffff;
    margin: 0;
    padding-top: 22px;
    box-sizing: border-box;
}

#wza .tool-btn .img-wrapper {
    width: 60px;
    height: 60px;
    padding-top: 8px;
    box-sizing: border-box;
    margin: 0 auto;
}

#wza .tool-btn:hover .img-wrapper {
    background-color: #49515b;
}

#wza .tool-btn.on .img-wrapper {
    background-color: #1e50a6;
}

#wza .tool-btn .text {
    text-align: center;
}

#wza .tool-btn.disabled {
    cursor: not-allowed;
}

#wza .tool-btn.disabled .text {
    color: #a7a7a7;
}

#wza .btn-img {
    background-image: url("/plugin/jquery-wza/image/tools-btn-b33ff4c1e794f5c323c4e32d77922500.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

#wza .btn-img.index {
}

#wza .btn-img.mode {
    background-position: -40px 0;
}

#wza .btn-img.font-zoom-out {
    background-position: -80px 0;
}

#wza .btn-img.font-zoom-in {
    background-position: -120px 0;
}

#wza .btn-img.read-mouse {
    background-position: -160px 0;
}

#wza .btn-img.read-always {
    background-position: -200px 0;
}

#wza .btn-img.color {
    background-position: -240px 0;
}

#wza .btn-img.assist-line {
    background-position: -280px 0;
}

#wza .btn-img.assist-screen {
    background-position: -320px 0;
}

#wza .btn-img.zoom-out {
    background-position: -360px 0;
}

#wza .btn-img.zoom-in {
    background-position: -400px 0;
}

#wza .btn-img.back {
    background-position: -440px 0;
}

#wza .btn-img.forward {
    background-position: -480px 0;
}

#wza .btn-img.refresh {
    background-position: -520px 0;
}

#wza .btn-img.help {
    background-position: -560px 0;
}

#wza .btn-img.exit {
    background-position: -600px 0;
}

#color-sub {
    position: absolute;
    top: 106px;
    left: -3px;
    background-color: #323a46;
    padding: 5px;
    width: 105px;
    z-index: 100;
    border-radius: 4px;
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

#color-sub .tool-btn {
    display: block;
    width: auto;
    height: auto;
    float: none;
    padding: 1px 3px;
    margin: 0;
}

#color-sub:before {
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    top: -15px;;
    left: 30px;
    padding: 0;
    border-bottom: 8px solid #323a46;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: "";
    z-index: 12;
}

#color-sub:after {
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    top: -18px;;
    left: 29px;
    padding: 0;
    border-bottom: 9px solid #ffffff;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: "";
    z-index: 10
}

#color-sub .tool-btn.white-black-blue {
    background-color: white;
}

#color-sub .tool-btn.blue-yellow-white {
    background-color: blue;
}

#color-sub .tool-btn.yellow-black-blue {
    background-color: yellow;
}

#color-sub .tool-btn.black-yellow-white {
    background-color: black;
}

/*页面加载loading*/
#wza-loading {
    position: fixed;
    top: 128px;
    bottom: 0;
    width: 100%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

#wza-loading .container {
    background-color: rgba(255, 255, 255, .9);
    width: 192px;
    margin: 200px auto 0;
    padding: 10px;
    height: 37px;
    border: 4px solid #0381fb;
}

#wza-loading .container img {
    display: block;
    float: left;
}

#wza-loading .container .text {
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    padding-left: 10px;
    float: left;
}

/*十字线*/
#line-horizontal {
    width: 100%;
    height: 5px;
    position: fixed;
    top: 128px;
    background-color: rgba(255, 0, 0, 0.8);
    display: none;
}

#line-vertical {
    width: 5px;
    position: fixed;
    top: 128px;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 0, 0, 0.8);
    display: none;
}

/*辅助屏放大器*/
#assist-screen-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
    background-color: #323a46;
    font-size: 38px;
    color: #000000;
    padding: 5px 90px 5px 5px;
    box-sizing: border-box;
    display: none;
}

#assist-screen-wrapper #assist-screen-text {
    background-color: white;
    height: 110px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    overflow-y: auto;
}

#assist-screen-wrapper .btn-wrapper {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 80px;
    height: 110px;
    font-size: 18px;
}

#assist-screen-wrapper .btn-wrapper .btn {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    padding: 3px 5px;
    text-align: center;
    border-radius: 2px;
}

#assist-screen-wrapper .btn-wrapper .btn:hover {
    background-color: #49515b;
}

#assist-screen-wrapper .btn-wrapper .btn.on {
    background-color: #1e50a6;
}

/*帮助页面*/
#wza-help {
    width: 1024px;
    margin: 0 auto;
    font-size: 16px;
}

#wza-help .title {
    text-align: center;
    font-weight: bold;
    line-height: 2;
    font-size: 20px;
    margin-top: 10px;
}

#wza-help .content {
    margin: 20px 0;
}

#wza-help .content p {
    line-height: 1.75;
    text-indent: 38px;
    margin: 2px 0;
    padding: 0;
}

#wza-help .content p.sub-title {
    color: #0b78b1;
    font-weight: bold;
    margin-top: 5px;
}

/* 滚动条整体样式 */
::-webkit-scrollbar {
    height: 18px !important;
    width: 18px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #323a46;
    border: 3px solid #2494ff;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #bcd5ff;
}

::-webkit-scrollbar-thumb:hover {
    background: #49515b;
}
