.pc-first-wza {
    position: absolute;
    width: 270px;
    top: 5px;
    right: 0;
    text-align: center;
    line-height: 30px;
    background: #f9fcff;
    color: #888888;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
}

/*无障碍浏览样式*/
@-webkit-keyframes fontAni {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.custom_platform {
    font-family: "platform" !important;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    padding: 0;
    margin: 0;
}

.wza {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
    background-color: #dcdcdc !important;
}

.wza-input-area {
    display: flex;
    justify-content: space-between;
    width: 1100px;
}

.wza-input-area>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
}

.wza-input-area>div span {
    margin-bottom: 5px;
    color: #545454;
    font-size: 18px;
    font-weight: 600;
}

.wza-input-area>div div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    color: #545454;
    font-size: 22px;
    background-color: #efefef;
    transition: color .2s, background-color .2s;
}

.wza-input-area>div.active div,
.wza-input-area>div div:hover {
    color: #fff;
    background-color: #3b7ecb;
}

.colors_list {
    display: none;
    position: absolute;
    top: 85px;
    left: 5px;
    width: 200px;
    height: auto;
    padding: 5px 5px 0;
    list-style: none;
    background-color: #efefef;
    box-shadow: 0 0 5px #cecece;
}

.colors_list span {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    height: 5px;
}

.colors_list li {
    position: relative;
    height: 24px;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.colors_list li.active::before {
    font-family: platform;
    content: '\e872';
    position: absolute;
    left: 10px;
}

.wbbColor {
    color: black;
    background-color: white;
}

.blueywColor {
    color: yellow;
    background-color: blue;
}

.ybbColor {
    color: black;
    background-color: yellow;
}

.bywColor {
    color: yellow;
    background-color: black;
}

.custom_mouse {
    cursor: url(/static/new/images/cm.ico), auto;
}

.viewHeight {
    display: none;
    height: 150px;
}

.wza-view {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding: 5px;
    background-color: #0d5e94;
    z-index: 999;
}

.wza-view-inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.view-inner-l {
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    flex-wrap: wrap;
    color: #333;
    font-size: 52px;
    border-radius: 3px;
    background-color: #fff;
    overflow-y: auto;
}

.view-inner-r {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 180px;
    height: 100%;
    padding-left: 10px;
}

.view-inner-r i.closeView {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    color: #0d5e94;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: transform .3s;
}

.view-inner-r i.closeView:hover {
    transform: rotate(90deg);
}

.view-inner-r span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.wza-input-area>div div:hover,
.view-inner-r span:hover {
    animation: fontAni 1s;
    -o-animation: fontAni 1s;
    -webkit-animation: fontAni 1s;
    -moz-animation: fontAni 1s;
}

.wordItemPy {
    margin: 0 10px;
    text-align: center;
}

.itemPy {
    font-size: 30px
}

.itemFont {
    font-size: 22px
}

div.wordItemPy {
    height: 76px;
    font-size: inherit !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    float: left;
    line-height: 50%;
    color: #000;
    font-weight: 600 !important;
    margin-left: 5px !important;
}

.wordItemPy b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: column;
    font-weight: 400;
    font-style: normal;
    padding: 0 5px 0 0;
    position: relative;
    z-index: 2;
}

.wordItemPy b::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 1px;
    z-index: 1;
    left: 0;
    bottom: 18px;
    border-top: dashed 1px #a9a9a9;
}

.wordItemPy b::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 38px;
    z-index: 1;
    left: 19px;
    bottom: 0;
    border-left: dashed 1px #a9a9a9;
}

.wordItemPy i {
    text-align: center;
    font-style: normal;
}

.wordItemPy b>i:first-child {
    letter-spacing: .5px;
    color: #000 !important;
    font-size: 14pt !important;
    font-weight: 400;
    margin: 10px 0 2px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.wordItemPy b>i:last-child {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 34px;
    position: relative;
    z-index: 2;
    border: solid 1px #a9a9a9 !important;
    color: #000 !important;
    font-family: "æ¥·ä½“", KT, "LiHei Pro Medium";
    font-weight: 600
}

.wordItemPy b>i:last-child::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: rotate(45deg);
    border-left: dashed 1px #a9a9a9 !important
}

.wordItemPy b>i:last-child::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    transform-origin: right bottom;
    transform: rotate(-45deg);
    border-right: dashed 1px #a9a9a9 !important
}

/*tab键聚焦样式*/
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
    outline: none !important;
}

[tabindex] {
    outline: none;
}

.tabKeySelStyle,
.cloneTabKeySelStyle {
    outline: 2px solid #f00 !important;
    outline-offset: -2px !important;
    border-radius: 2px !important;
}

.winAreaSelStyle {
    outline: 2px solid #00b0f0 !important;
    outline-offset: -2px !important;
}

/*外链弹窗提示*/
.wza-tip-pop {
    width: 720px;
    height: 190px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -360px;
    opacity: 1;
    text-align: center;
    background-color: #184f87;
}

.wza-tip-pop span {
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
}

.wza-tip-pop input {
    font-size: 24px;
    color: #FFFFFF;
    background: #184f87;
    width: 50px;
    height: 30px;
    line-height: 18px;
    border: 0;
    cursor: pointer;
}

.wza-tip-pop>div {
    text-align: center !important;
}

/*读屏*/
#readScreenWids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    padding-right: 40px;
}

#readScreenWids div.toolbarTexts {
    width: 110px;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 5px;
    border: none;
    animation: none;
}

#readScreenWids div.toolbarTexts:hover span {
    color: #fff;
}

#readScreenWids div.toolbarTexts .textSpan {
    margin: 0;
}

#readScreenWids div.toolbarTexts .textShow {
    display: flex;
}

#readScreenWids div.toolbarTexts .textStr {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}

#readScreenWids div.toolbarTexts .textNum {
    color: #184f87;
    font-size: 15px;
    margin: 0;
}

#readScreenWids div.toolbarTexts .textKey {
    font-weight: normal;
}

/*移动端*/
#wzaMobile .glyphicon-tint:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/static/wza/images/peis.png);
    background-size: cover;
}

#wzaMobile .glyphicon-play:before {
    content: "";
    display: block;
    width: 35px;
    height: 30px;
    background: url(/static/wza/images/yued02.png);
    background-size: cover;
}

#wzaMobile .glyphicon-pause:before {
    content: "";
    display: block;
    width: 35px;
    height: 30px;
    background: url(/static/wza/images/yued.png);
    background-size: cover;
}

#wzaMobile .glyphicon-cog:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/static/wza/images/shez.png);
    background-size: cover;
}

#wzaMobile .glyphicon-off:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/static/wza/images/tuic.png);
    background-size: cover;
}

#wzaMobile .glyphicon-remove-circle:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/static/wza/images/close.png);
    background-size: cover;
}

.mobile_set_mode,
.mobile_set_speed {
    margin-top: 41px;
}

.mobile_set_colors {
    margin-top: 21px;
}

.mobile_set_tab_content>div.mobile_set_colors.active {
    display: flex;
    flex-flow: wrap;
}

.mobile_set_tab_content>div.mobile_set_speed.active,
.mobile_set_tab_content>div.mobile_set_mode.active {
    display: flex;
}

.mobile_set_mode>div,
.mobile_set_speed>div {
    height: 101px !important;
    line-height: 150px !important;
    margin: 0px 10px !important;
}

.mobile_set_speed .active::after,
.mobile_set_mode .active::after {
    content: '' !important;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/static/wza/images/actionbg.png);
    background-size: cover;
    top: 18px !important;
    left: calc(50% - 15px);
}

.mobile_set_colors>div {
    height: 101px !important;
    font-size: 18px !important;
    line-height: 150px !important;
    margin: 6px 8px;
    width: 28% !important;
}

.mobile_set_colors .active::after {
    content: '' !important;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/static/wza/images/action.png);
    background-size: cover;
    top: 18px !important;
    left: calc(50% - 15px);
}

.mobile_set_font {
    margin-top: 15px;
}

.mobile_set_tab_content>div.mobile_set_font.active {
    display: flex;
    flex-flow: wrap;
}

.mobile_set_font>div>div {
    width: 100% !important;
    border: none;
}

.mobile_set_font>div {
    height: auto !important;
    flex-flow: column;
    text-align: center;
    border: 1px solid #015293;
    margin: 5px 10px;
    width: 43%;
}

.mobile_set_font>div.active> {
    background-color: #015293 !important;
}

.mobile_set_font>div.active,
.mobile_set_font>div.active>div {
    background-color: #015293 !important;
    color: #fff !important;
}

.mobile_set_font>div.active::after {
    content: '' !important;
    position: absolute;
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    right: 10px;
    background: url(/static/wza/images/actionbg.png);
    background-size: cover;
}

#wzasgskipCrossNav {
    border: 3px solid #3b7ecb;
    padding: 20px 20px;
    border-radius: 30px;
    float: left;
    width: auto;
    position: fixed;
    left: 80px;
    top: 105px;
    outline: solid 0 #136ef8;
    background: #fff;
    opacity: 0;
    line-height: 24px;
    display: inline-flex;
    color: #3b7ecb;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    z-index: -9;
}

#wzasgMainContent {
    scroll-margin: 100px;
}

#wzasgskipCrossNav:focus {
    top: 110px;
    z-index: 9;
    opacity: 1;
    border-radius: 30px !important;
}

#wzasgskipCrossNav .wzasgSkipFont {
    width: 100px;
    font-size: 18px;
}

#wzasgskipCrossNav span.wzasgSkipCrossNavEnter {
    padding: 0px 10px;
    border-radius: 50px;
    color: #fff;
    background-color: #3b7ecb;
    line-height: 24px;
    font-size: 16px;

}