﻿* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

*:before,*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    position: fixed;
}

body {
    position: fixed;
    overflow: hidden!important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0!important;
    -ms-transform: translate(0);
    border: 0;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tmpContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

.bookContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
}

img {
    -webkit-user-drag: none;
}

p {
    margin: 0;
    padding: 0;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

ul,ol,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

i,u {
    font-style: normal;
    text-decoration: none;
}

.bookShadow {
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(40,40,40,0.7);
    -moz-box-shadow: 0 0 5px rgba(40,40,40,0.7);
    -o-box-shadow: 0 0 5px rgba(40,40,40,0.7);
    -ms-box-shadow: 0 0 5px rgba(40,40,40,0.7);
    box-shadow: 0 0 5px rgba(40,40,40,0.7);
}

.bookShadow-vertical {
    position: absolute;
    left: 0;
    -webkit-box-shadow: 0 0 5px rgba(40,40,40,0.7);
    -moz-box-shadow: 0 0 5px rgba(40,40,40,0.7);
    -o-box-shadow: 0 0 5px rgba(40,40,40,0.7);
    -ms-box-shadow: 0 0 5px rgba(40,40,40,0.7);
    box-shadow: 0 0 5px rgba(40,40,40,0.7);
}

@media all and(max-width: 400px) {
    .bookShadow {
        position:absolute;
        top: 0;
        -webkit-box-shadow: 0 0 5px rgba(40,40,40,0.7);
        -moz-box-shadow: 0 0 5px rgba(40,40,40,0.7);
        -o-box-shadow: 0 0 5px rgba(40,40,40,0.7);
        -ms-box-shadow: 0 0 5px rgba(40,40,40,0.7);
        box-shadow: 0 0 5px rgba(40,40,40,0.7);
    }
}

@media all and(max-height: 400px) {
    .bookShadow {
        position:absolute;
        top: 0;
        -webkit-box-shadow: 0 0 5px rgba(40,40,40,0.7);
        -moz-box-shadow: 0 0 5px rgba(40,40,40,0.7);
        -o-box-shadow: 0 0 5px rgba(40,40,40,0.7);
        -ms-box-shadow: 0 0 5px rgba(40,40,40,0.7);
        box-shadow: 0 0 5px rgba(40,40,40,0.7);
    }
}

.singleWidth {
    width: 50%;
    height: 100%;
}

.doubleWidth {
    width: 100%;
    height: 100%;
}

.singleHeight {
    width: 100%;
    height: 50%;
}

.doubleHeight {
    width: 100%;
    height: 100%;
}

.zoomBook {
    position: absolute;
}

.zoomPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 600px;
}

.zoomSide {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 600px;
}

.bookStage {
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
}

.image {
    width: 640px;
    height: 920px;
    top: 1px;
    left: 1px;
}

.sideContent {
    position: absolute;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    background-color: white;
}

.boxShadow {
    -webkit-box-shadow: 0 0 3px rgba(40,40,40,0.2);
    -moz-box-shadow: 0 0 3px rgba(40,40,40,0.2);
    -ms-box-shadow: 0 0 3px rgba(40,40,40,0.2);
    box-shadow: 0 0 3px rgba(40,40,40,0.2);
}

.miniFullscreen {
    z-index: 1000;
    height: 30px;
    line-height: 30px;
    background: #000;
    border-radius: 18px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-family: 'Tahoma','sans-serif','Arial';
    font-size: 12px;
    padding: 3px 20px;
    opacity: .7;
    white-space: nowrap;
}

.miniFullscreen:hover {
    opacity: .7;
}

.sideBackground {
    position: inherit;
    top: 0;
    left: 0;
    width: 320px;
    height: 460px;
}

.kong {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.catalogLeftShadow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    -webkit-transform: translate3d(0,0,0);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,EndColorStr='#cc3f3f3f',StartColorStr='#007b7b7b');
    background-image: linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -o-linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -moz-linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -webkit-linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -ms-linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
}

.catalogRightShadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    -webkit-transform: translate3d(0,0,0);
    background-image: linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -o-linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,EndColorStr='#00C8C8C8',StartColorStr='#CC5D5D5D');
}

.catalogUpShadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    -webkit-transform: translate3d(0,0,0);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,EndColorStr='#cc3f3f3f',StartColorStr='#007b7b7b');
    background-image: linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -o-linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -moz-linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -webkit-linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -ms-linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
}

.catalogDownShadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    -webkit-transform: translate3d(0,0,0);
    background-image: linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -webkit-linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -moz-linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -o-linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -ms-linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,EndColorStr='#00C8C8C8',StartColorStr='#CC5D5D5D');
}

.catalog_simple_bar {
    position: absolute;
    height: 38px;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    z-index: 1000;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    -moz-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    -o-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    -ms-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    box-shadow: 0 0 5px rgba(40,40,40,0.5);
}

.catalog_simple_bar .button:hover {
    opacity: .8;
}

.catalog_simple_bar .button {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 38px;
    height: 38px;
}

.catalog_simple_bar .button div {
    margin-left: 1px;
    margin-top: 1px;
    width: 35px;
    height: 35px;
}

.catalog_simple_bar .page_num {
    position: absolute;
    font-size: 16px;
    color: #bababa;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    font-family: arial,tahoma,sans-serif;
}

.catalog_logo {
    position: absolute;
    cursor: pointer;
    z-index: 95;
}

.leftCoverShadow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background-image: linear-gradient(left,rgba(200,200,200,0),rgba(200,200,200,1));
    background-image: -webkit-gradient(linear,0% 0,100% 0,from(rgba(200,200,200,0)),to(rgba(200,200,200,1)));
    background-image: -moz-linear-gradient(left,rgba(200,200,200,0),rgba(200,200,200,1));
    background-image: -o-linear-gradient(left,rgba(200,200,200,0),rgba(200,200,200,1));
    background-image: -ms-linear-gradient(left,rgba(200,200,200,0),rgba(200,200,200,1));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#CC5D5D5D',EndColorStr='#00C8C8C8');
}

.rightCoverShadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-image: linear-gradient(left,rgba(200,200,200,1),rgba(200,200,200,0));
    background-image: -webkit-gradient(linear,0% 0,100% 0,from(rgba(200,200,200,1)),to(rgba(200,200,200,0)));
    background-image: -moz-linear-gradient(left,rgba(200,200,200,1),rgba(200,200,200,0));
    background-image: -o-linear-gradient(left,rgba(200,200,200,1),rgba(200,200,200,0));
    background-image: -ms-linear-gradient(left,rgba(200,200,200,1),rgba(200,200,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#CC5D5D5D',EndColorStr='#00C8C8C8');
}

.emboss-left {
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    pointer-events: none;
}

.emboss-right {
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
    pointer-events: none;
}

.edgeShadow {
    background-image: linear-gradient(left,rgba(50,50,50,0.5),rgba(230,230,230,0));
    background-image: -webkit-gradient(linear,0% 0,100% 0,from(rgba(50,50,50,0.5)),to(rgba(230,230,230,0)));
    background-image: -moz-linear-gradient(left,rgba(50,50,50,0.5),rgba(230,230,230,0));
    background-image: -o-linear-gradient(left,rgba(50,50,50,0.5),rgba(230,230,230,0));
    background-image: -ms-linear-gradient(left,rgba(50,50,50,0.5),rgba(230,230,230,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,EndColorStr='#007b7b7b',StartColorStr='#cc3f3f3f');
    width: 50%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    left: -35%;
    top: -30%;
    pointer-events: none;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.grayShadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    overflow: hidden;
    pointer-events: none;
}

.leftPaperCoil2_bg {
    position: absolute;
    right: 0;
    width: 6px;
    height: 100%;
    background-image: url(icon/leftCoil2_bg.png);
    background-repeat: repeat-y;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: translate3d(0px,0px,0px) scale(1);
    -moz-transform: translate3d(0px,0px,0px) scale(1);
    -ms-transform: translate3d(0px,0px,0px) scale(1);
    -o-transform: translate(0px,0px) scale(1);
}

.rightPaperCoil2_bg {
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background-image: url(icon/rightCoil2_bg.png);
    background-repeat: repeat-y;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: translate3d(0px,0px,0px) scale(1);
    -moz-transform: translate3d(0px,0px,0px) scale(1);
    -ms-transform: translate3d(0px,0px,0px) scale(1);
    -o-transform: translate(0px,0px) scale(1);
}

.upPaperCoil2_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-image: url(icon/upCoil2_bg.png);
    background-repeat: repeat-x;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: translate3d(0px,0px,0px) scale(1);
    -moz-transform: translate3d(0px,0px,0px) scale(1);
    -ms-transform: translate3d(0px,0px,0px) scale(1);
    -o-transform: translate(0px,0px) scale(1);
}

.downPaperCoil2_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 6px;
    background-image: url(icon/downCoil2_bg.png);
    background-repeat: repeat-x;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: translate3d(0px,0px,0px) scale(1);
    -moz-transform: translate3d(0px,0px,0px) scale(1);
    -ms-transform: translate3d(0px,0px,0px) scale(1);
    -o-transform: translate(0px,0px) scale(1);
}

.leftPaperCoil2 {
    position: absolute;
    right: 0;
    width: 41px;
    height: 180px;
    top: 0;
    bottom: 0;
    background-image: url(icon/leftCoil2.png);
    background-repeat: repeat-y;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: translate3d(0px,0px,0px) scale(1);
    -moz-transform: translate3d(0px,0px,0px) scale(1);
    -ms-transform: translate3d(0px,0px,0px) scale(1);
    -o-transform: translate(0px,0px) scale(1);
}

.rightPaperCoil2 {
    position: absolute;
    left: 0;
    width: 41px;
    height: 180px;
    top: 0;
    bottom: 0;
    background-image: url(icon/rightCoil2.png);
    background-repeat: repeat-y;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: translate3d(0px,0px,0px) scale(1);
    -moz-transform: translate3d(0px,0px,0px) scale(1);
    -ms-transform: translate3d(0px,0px,0px) scale(1);
    -o-transform: translate(0px,0px) scale(1);
}

.upPaperCoil2 {
    position: absolute;
    right: 0;
    left: 0;
    width: 180px;
    height: 41px;
    top: auto;
    bottom: 0;
    background-image: url(icon/upCoil2.png);
    background-repeat: repeat-x;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: translate3d(0px,0px,0px) scale(1);
    -moz-transform: translate3d(0px,0px,0px) scale(1);
    -ms-transform: translate3d(0px,0px,0px) scale(1);
    -o-transform: translate(0px,0px) scale(1);
}

.downPaperCoil2 {
    position: absolute;
    left: 0;
    right: 0;
    width: 180px;
    height: 41px;
    top: 0;
    bottom: auto;
    background-image: url(icon/downCoil2.png);
    background-repeat: repeat-x;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: translate3d(0px,0px,0px) scale(1);
    -moz-transform: translate3d(0px,0px,0px) scale(1);
    -ms-transform: translate3d(0px,0px,0px) scale(1);
    -o-transform: translate(0px,0px) scale(1);
}

.leftPaperCoil_bg {
    position: absolute;
    right: 0;
    width: 3px;
    height: 100%;
    background-image: url(icon/leftCoil1_bg.png);
    background-repeat: repeat-y;
}

.rightPaperCoil_bg {
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background-image: url(icon/rightCoil1_bg.png);
    background-repeat: repeat-y;
}

.upPaperCoil_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: url(icon/upCoil1_bg.png);
    background-repeat: repeat-x;
}

.downPaperCoil_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background-image: url(icon/downCoil1_bg.png);
    background-repeat: repeat-x;
}

.leftPaperCoil {
    position: absolute;
    right: 0;
    width: 41px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(icon/leftCoil1.png);
    background-repeat: repeat-y;
}

.rightPaperCoil {
    position: absolute;
    left: 0;
    width: 41px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(icon/rightCoil1.png);
    background-repeat: repeat-y;
}

.upPaperCoil {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 41px;
    width: 100%;
    background-image: url(icon/upCoil1.png);
    background-repeat: repeat-x;
}

.downPaperCoil {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 41px;
    width: 100%;
    background-image: url(icon/downCoil1.png);
    background-repeat: repeat-x;
}

.shadowA {
    background-image: -webkit-linear-gradient(left,rgba(123,123,123,0.05) 0,rgba(63,63,63,0.4) 93%,rgba(123,123,123,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(123,123,123,0.05) 0,rgba(63,63,63,0.4) 93%,rgba(123,123,123,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(123,123,123,0.05) 0,rgba(63,63,63,0.4) 93%,rgba(123,123,123,0) 100%);
    background-image: -o-linear-gradient(left,rgba(123,123,123,0.05) 0,rgba(63,63,63,0.4) 93%,rgba(123,123,123,0) 100%);
    background-image: linear-gradient(left,rgba(123,123,123,0.05) 0,rgba(63,63,63,0.4) 93%,rgba(123,123,123,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,EndColorStr='#663f3f3f',StartColorStr='#007b7b7b');
    position: inherit;
    top: 0;
    left: 0;
    width: 320px;
    height: 460px;
}

.shadowD {
    background-image: -webkit-linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 30%,rgba(123,123,123,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 30%,rgba(123,123,123,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 30%,rgba(123,123,123,0) 100%);
    background-image: -o-linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 30%,rgba(123,123,123,0) 100%);
    background-image: linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 30%,rgba(123,123,123,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,EndColorStr='#007b7b7b',StartColorStr='#663f3f3f');
    position: inherit;
    top: 0;
    left: 0;
    width: 320px;
    height: 460px;
}

.shadowC {
    background-image: -webkit-linear-gradient(left,rgba(123,123,123,0.1) 0,rgba(63,63,63,0.4) 7%,rgba(123,123,123,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(123,123,123,0.1) 0,rgba(63,63,63,0.4) 7%,rgba(123,123,123,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(123,123,123,0.1) 0,rgba(63,63,63,0.4) 7%,rgba(123,123,123,0) 100%);
    background-image: -o-linear-gradient(left,rgba(123,123,123,0.1) 0,rgba(63,63,63,0.4) 7%,rgba(123,123,123,0) 100%);
    background-image: linear-gradient(left,rgba(123,123,123,0.1) 0,rgba(63,63,63,0.4) 7%,rgba(123,123,123,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,EndColorStr='#007b7b7b',StartColorStr='#663f3f3f');
    position: inherit;
    top: 0;
    left: 0;
    width: 320px;
    height: 460px;
}

.shadowB {
    background-image: -webkit-linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 70%,rgba(123,123,123,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 70%,rgba(123,123,123,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 70%,rgba(123,123,123,0) 100%);
    background-image: -o-linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 70%,rgba(123,123,123,0) 100%);
    background-image: linear-gradient(left,rgba(123,123,123,0) 0,rgba(63,63,63,0.8) 70%,rgba(123,123,123,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,EndColorStr='#63f3f3f',StartColorStr='#007b7b7b');
    position: inherit;
    top: 0;
    left: 0;
    width: 320px;
    height: 460px;
}

.shadowMask {
    position: inherit;
    top: 0;
    left: 0;
    width: 320px;
    height: 460px;
    overflow: hidden;
}

.sidePosition {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 460px;
}

.pageMask {
    position: inherit;
    top: 0;
    left: 0;
    width: 320px;
    height: 860px;
    overflow: hidden;
}

.loadingOuter {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center center;
}

.loadingImage {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.preview-area {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chasing-dots {
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear;
    height: 30px;
    width: 30px;
    right: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease-in-out 0;
    transition: all .3s ease-in-out 0;
}

.chasing-dots .dot1,.chasing-dots .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #279fcf;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.chasing-dots .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.scrollButton {
    position: absolute;
    top: 15px;
    width: 40px;
    height: 70px;
}

.shareBar {
    position: absolute;
    width: 135px;
    height: 220px;
    background-color: #888;
    opacity: .8;
    overflow: hidden;
}

.shareButton {
    position: absolute;
    width: 133px;
    height: 30px;
}

.shareImg {
    width: 22px;
    height: 22px;
}

.shareBarImg {
    width: 30px;
    height: 30px;
}

.moreImg {
    width: 17px;
    height: 17px;
    margin-top: 8px;
}

.moreButton {
    position: absolute;
    width: 130px;
    height: 30px;
    top: 3px;
}

.adsBar {
    position: absolute;
    width: 200px;
    height: 100px;
    overflow: hidden;
}

.bubble {
    display: inline-block;
    width: 100px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #ffb000;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.radiotext {
    border: 1px solid;
    border-radius: 5px;
}

.google {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.bubble>span {
    display: block;
    overflow: hidden;
    text-indent: -10000px;
    font-size: 1px;
    width: 1px;
    height: 1px;
    position: absolute;
}

.bubble:hover {
    border-width: 2px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.star {
    -webkit-mask: url('data:image/svg+xml;base64,PHN2Zw0KIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDUwMCA0NzYiPg0KPHBvbHlnb24gZmlsbD0icmdiKDEyNSwgMTM0LCAxNDcpIiBwb2ludHM9IjI1MC4wLDAgMzI3LjMsMTU2LjUgNTAwLjAsMTgxLjYgMzc1LjAsMzAzLjUgNDA0LjUsNDc1LjUgMjUwLjAsMzk0LjMgOTUuNSw0NzUuNSAxMjUuMCwzMDMuNSAwLDE4MS42IDE3Mi43LDE1Ni41ICIgPjwvcG9seWdvbj4NCjwvc3ZnPg0K') no-repeat center center;
    -ms-mask: url('data:image/svg+xml;base64,PHN2Zw0KIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDUwMCA0NzYiPg0KPHBvbHlnb24gZmlsbD0icmdiKDEyNSwgMTM0LCAxNDcpIiBwb2ludHM9IjI1MC4wLDAgMzI3LjMsMTU2LjUgNTAwLjAsMTgxLjYgMzc1LjAsMzAzLjUgNDA0LjUsNDc1LjUgMjUwLjAsMzk0LjMgOTUuNSw0NzUuNSAxMjUuMCwzMDMuNSAwLDE4MS42IDE3Mi43LDE1Ni41ICIgPjwvcG9seWdvbj4NCjwvc3ZnPg0K') no-repeat center center;
    -o-mask: url('data:image/svg+xml;base64,PHN2Zw0KIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDUwMCA0NzYiPg0KPHBvbHlnb24gZmlsbD0icmdiKDEyNSwgMTM0LCAxNDcpIiBwb2ludHM9IjI1MC4wLDAgMzI3LjMsMTU2LjUgNTAwLjAsMTgxLjYgMzc1LjAsMzAzLjUgNDA0LjUsNDc1LjUgMjUwLjAsMzk0LjMgOTUuNSw0NzUuNSAxMjUuMCwzMDMuNSAwLDE4MS42IDE3Mi43LDE1Ni41ICIgPjwvcG9seWdvbj4NCjwvc3ZnPg0K') no-repeat center center;
    -moz-mask: url('data:image/svg+xml;base64,PHN2Zw0KIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDUwMCA0NzYiPg0KPHBvbHlnb24gZmlsbD0icmdiKDEyNSwgMTM0LCAxNDcpIiBwb2ludHM9IjI1MC4wLDAgMzI3LjMsMTU2LjUgNTAwLjAsMTgxLjYgMzc1LjAsMzAzLjUgNDA0LjUsNDc1LjUgMjUwLjAsMzk0LjMgOTUuNSw0NzUuNSAxMjUuMCwzMDMuNSAwLDE4MS42IDE3Mi43LDE1Ni41ICIgPjwvcG9seWdvbj4NCjwvc3ZnPg0K') no-repeat center center;
}

.heart {
    -webkit-mask: url('data:image/svg+xml;base64,PHN2Zw0KIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCiB3aWR0aD0iNS43MTVjbSIgaGVpZ2h0PSI0Ljk3NGNtIiB2aWV3Qm94PSIwIDAgNTAwIDQzOC42Ij4NCjxwYXRoIGZpbGw9InJnYigxMjUsIDEzNCwgMTQ3KSIgZD0iTTAsMTI5LjQgYzAsMTM5LjMgMjUwLjAsMzA5LjIsMjUwLDMwOS4yczI0OC45LTE3MS4xLDI1MC0zMDkuMkM1MDAuMCw1OC4xLDQ0MS45LDAsMzcwLjYsMA0KCQljLTU0LjgsMC0xMDIsMzUuMS0xMjAuNiw4My4zQzIzMS40LDM1LjEsMTg0LjIsMCwxMjkuNCwwQzU4LjEsMCwwLDU4LjEsMCwxMjkuNCI+PC9wYXRoPg0KPC9zdmc+DQo=') no-repeat center center;
    -ms-mask: url('data:image/svg+xml;base64,PHN2Zw0KIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCiB3aWR0aD0iNS43MTVjbSIgaGVpZ2h0PSI0Ljk3NGNtIiB2aWV3Qm94PSIwIDAgNTAwIDQzOC42Ij4NCjxwYXRoIGZpbGw9InJnYigxMjUsIDEzNCwgMTQ3KSIgZD0iTTAsMTI5LjQgYzAsMTM5LjMgMjUwLjAsMzA5LjIsMjUwLDMwOS4yczI0OC45LTE3MS4xLDI1MC0zMDkuMkM1MDAuMCw1OC4xLDQ0MS45LDAsMzcwLjYsMA0KCQljLTU0LjgsMC0xMDIsMzUuMS0xMjAuNiw4My4zQzIzMS40LDM1LjEsMTg0LjIsMCwxMjkuNCwwQzU4LjEsMCwwLDU4LjEsMCwxMjkuNCI+PC9wYXRoPg0KPC9zdmc+DQo=') no-repeat center center;
    -o-mask: url('data:image/svg+xml;base64,PHN2Zw0KIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCiB3aWR0aD0iNS43MTVjbSIgaGVpZ2h0PSI0Ljk3NGNtIiB2aWV3Qm94PSIwIDAgNTAwIDQzOC42Ij4NCjxwYXRoIGZpbGw9InJnYigxMjUsIDEzNCwgMTQ3KSIgZD0iTTAsMTI5LjQgYzAsMTM5LjMgMjUwLjAsMzA5LjIsMjUwLDMwOS4yczI0OC45LTE3MS4xLDI1MC0zMDkuMkM1MDAuMCw1OC4xLDQ0MS45LDAsMzcwLjYsMA0KCQljLTU0LjgsMC0xMDIsMzUuMS0xMjAuNiw4My4zQzIzMS40LDM1LjEsMTg0LjIsMCwxMjkuNCwwQzU4LjEsMCwwLDU4LjEsMCwxMjkuNCI+PC9wYXRoPg0KPC9zdmc+DQo=') no-repeat center center;
    -moz-mask: url('data:image/svg+xml;base64,PHN2Zw0KIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCiB3aWR0aD0iNS43MTVjbSIgaGVpZ2h0PSI0Ljk3NGNtIiB2aWV3Qm94PSIwIDAgNTAwIDQzOC42Ij4NCjxwYXRoIGZpbGw9InJnYigxMjUsIDEzNCwgMTQ3KSIgZD0iTTAsMTI5LjQgYzAsMTM5LjMgMjUwLjAsMzA5LjIsMjUwLDMwOS4yczI0OC45LTE3MS4xLDI1MC0zMDkuMkM1MDAuMCw1OC4xLDQ0MS45LDAsMzcwLjYsMA0KCQljLTU0LjgsMC0xMDIsMzUuMS0xMjAuNiw4My4zQzIzMS40LDM1LjEsMTg0LjIsMCwxMjkuNCwwQzU4LjEsMCwwLDU4LjEsMCwxMjkuNCI+PC9wYXRoPg0KPC9zdmc+DQo=') no-repeat center center;
}

.rect {
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+DQo8ZGVmcz4NCiAgICA8ZmlsdGVyIGlkPSJmMSI+DQogICAgICA8ZmVHYXVzc2lhbkJsdXIgIHN0ZERldmlhdGlvbj0iNCAzIiAvPg0KICAgIDwvZmlsdGVyPg0KICA8L2RlZnM+DQogICA8cmVjdCB4PSIxMCIgeT0iMjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI2MCIgc3Ryb2tlPSJibGFjayIgZmlsbD0iYmxhY2siIGZpbHRlcj0idXJsKCNmMSkiLz4NCjwvc3ZnPg0K') no-repeat center center;
    -ms-mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+DQo8ZGVmcz4NCiAgICA8ZmlsdGVyIGlkPSJmMSI+DQogICAgICA8ZmVHYXVzc2lhbkJsdXIgIHN0ZERldmlhdGlvbj0iNCAzIiAvPg0KICAgIDwvZmlsdGVyPg0KICA8L2RlZnM+DQogICA8cmVjdCB4PSIxMCIgeT0iMjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI2MCIgc3Ryb2tlPSJibGFjayIgZmlsbD0iYmxhY2siIGZpbHRlcj0idXJsKCNmMSkiLz4NCjwvc3ZnPg0K') no-repeat center center;
    -o-mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+DQo8ZGVmcz4NCiAgICA8ZmlsdGVyIGlkPSJmMSI+DQogICAgICA8ZmVHYXVzc2lhbkJsdXIgIHN0ZERldmlhdGlvbj0iNCAzIiAvPg0KICAgIDwvZmlsdGVyPg0KICA8L2RlZnM+DQogICA8cmVjdCB4PSIxMCIgeT0iMjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI2MCIgc3Ryb2tlPSJibGFjayIgZmlsbD0iYmxhY2siIGZpbHRlcj0idXJsKCNmMSkiLz4NCjwvc3ZnPg0K') no-repeat center center;
    -moz-mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+DQo8ZGVmcz4NCiAgICA8ZmlsdGVyIGlkPSJmMSI+DQogICAgICA8ZmVHYXVzc2lhbkJsdXIgIHN0ZERldmlhdGlvbj0iNCAzIiAvPg0KICAgIDwvZmlsdGVyPg0KICA8L2RlZnM+DQogICA8cmVjdCB4PSIxMCIgeT0iMjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI2MCIgc3Ryb2tlPSJibGFjayIgZmlsbD0iYmxhY2siIGZpbHRlcj0idXJsKCNmMSkiLz4NCjwvc3ZnPg0K') no-repeat center center;
}

.round {
    -webkit-mask: url(data:image/png;base64,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) no-repeat center center;
    -ms-mask: url(data:image/png;base64,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) no-repeat center center;
    -o-mask: url(data:image/png;base64,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) no-repeat center center;
    -moz-mask: url(data:image/png;base64,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) no-repeat center center;
}

.round:hover {
    -webkit-animation: loop_frames 1s ease infinite;
    -webkit-animation-direction: alternate;
    -webkit-mask-size: auto 100%;
}

.printBar {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #000;
    opacity: .6;
    height: 120px;
    z-index: 100;
}

.printBG p {
    padding: 18px 0 0 0;
}

.printBG {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 105px;
    overflow: hidden;
    opacity: .9;
    border-radius: 5px;
    z-index: 102;
}

.printBack {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 105px;
    overflow: hidden;
    opacity: .9;
    background-color: #999;
    border-radius: 5px;
    z-index: 101;
}

.printBox {
    position: absolute;
}

.printBox input[type='radio'] {
    background-color: #bbb000;
}

.printBox label {
    display: inline-block;
    font-family: Arial;
    font-size: 10px;
}

a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: inherit;
}

.hint {
    z-index: 101;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    color: #edaa1d;
    border: 1px solid #505050;
    border-radius: 4px;
    padding: 5px;
    background-color: rgba(40,40,40,1);
    box-shadow: 1px 1px 2px rgba(96,96,96,0.5);
    -o-box-shadow: 1px 1px 2px rgba(96,96,96,0.5);
    -moz-box-shadow: 1px 2px 2px rgba(96,96,96,0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(96,96,96,0.5);
    -ms-box-shadow: 1px 1px 2px rgba(96,96,96,0.5);
}

.hint_active {
    cursor: pointer;
}

.hint_active:hover {
    background-color: rgba(60,60,60,1);
}

.hint_active:active {
    background-color: rgba(80,80,80,1);
}

.hintBackground {
    background-color: #cecece;
    color: #fcfcfc;
    border-color: #fcfcfc;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    max-width: 120px;
    max-height: 30px;
    text-align: center;
    z-index: 101;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.overOption {
    background: #c8c8c8;
    color: #fff;
    cursor: pointer;
}

.textEllipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.backIssuesTitle {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.backIssuesTitle .innerTitle:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.backIssuesTitle .dropdown {
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 0;
    overflow: hidden;
}

.backIssuesTitle.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.backIssuesTitle.active .innerTitle:after {
    border-color: #82d1ff transparent;
}

.backIssuesTitle.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 99999px;
}

.backIssuesTitle .dropdown li {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid #e6e8ea;
}

.backIssuesTitle .dropdown li:hover {
    color: #57a9d9;
}

.slider-button {
    position: absolute;
    z-index: 10;
    opacity: .4;
    background: #808080;
}

.slider-shadow {
    -webkit-box-shadow: 0 0 8px rgba(80,80,80,0.8);
    -moz-box-shadow: 0 0 8px rgba(80,80,80,0.8);
    -o-box-shadow: 0 0 8px rgba(80,80,80,0.8);
    -ms-box-shadow: 0 0 8px rgba(80,80,80,0.8);
    box-shadow: 0 0 8px rgba(80,80,80,0.8);
}

.slider-action {
    cursor: pointer;
}

.view-read {
    position: absolute;
    z-index: 9;
    overflow: hidden;
}

.view-zoom {
    position: absolute;
    z-index: 9;
    overflow: visible;
}

.item-transparent {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.item-enter {
    background: #383838;
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.92);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.92);
    box-shadow: inset 0 0 2px rgba(0,0,0,0.92);
    -ms-box-shadow: inset 0 0 2px rgba(0,0,0,0.92);
    -o-box-shadow: inset 0 0 2px rgba(0,0,0,0.92);
    -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.18);
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,0.18);
    -o-box-shadow: 0 1px 1px rgba(255,255,255,0.18);
    box-shadow: 0 1px 1px rgba(255,255,255,0.18);
}

.flipHTML5PhotoGallery-BG {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}

.flipHTML5PhotoGallery {
    position: absolute;
    width: 320px;
    height: 320px;
    background-color: #fff;
    border: 8px solid #fff;
    cursor: pointer;
}

.flipHTML5PhotoGallery-prevBtn,.flipHTML5PhotoGallery-nextBtn {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    background-color: #fff;
    color: #474747;
    font-weight: bold;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}

.flipHTML5PhotoGallery-thumb {
    position: absolute;
    width: 100%;
    height: 64px;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    bottom: 0;
    top: auto;
}

.flipHTML5PhotoGallery-thumbView {
    position: absolute;
    overflow: hidden;
    height: 100%;
}

.flipHTML5PhotoGallery-thumbList {
    position: absolute;
    height: 56px;
    top: 4px;
    left: 0;
}

.flipHTML5PhotoGallery-thumbTitle {
    position: absolute;
    background-color: #000;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}

.flipHTML5PhotoGallery-thumbTitle:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 6px;
    border-width: 11px 7px 0 7px;
    border-style: solid;
    border-color: #000 transparent;
}

.flipHTML5PhotoThumb,.flipHTML5PhotoThumbBG {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.flipHTML5VideoGallery-BG {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}

.flipHTML5VideoGallery {
    position: absolute;
    width: 866px;
    height: 422px;
    left: 50%;
    margin-left: -433px;
    top: 50%;
    margin-top: -211px;
    border: 4px solid rgba(252,251,249,0.5);
    border-radius: 4px;
}

.flipHTML5VideoGallery-videoDiv {
    position: absolute;
    width: 504px;
    height: 370px;
    left: 17px;
    top: 6px;
    background-color: #000;
}

.flipHTML5VideoGallery-videoListDiv {
    position: absolute;
    width: 320px;
    height: 370px;
    left: auto;
    right: 17px;
    top: 6px;
    background-color: #fff;
    box-shadow: 0 0 1px #494949;
}

.flipHTML5VideoGallery-eachVideo {
    background: -webkit-linear-gradient(top,#f0f0f0,#d6d6d6);
    background: -moz-linear-gradient(top,#f0f0f0,#d6d6d6);
    background: -o-linear-gradient(top,#f0f0f0,#d6d6d6);
    background: linear-gradient(top,#f0f0f0,#d6d6d6);
    background-color: #d3cdcd;
    box-shadow: 0 0 1px #000;
}

.flipHTML5VideoGallery-eachVideo:hover {
    background: #949494;
}

.flipHTML5VideoGallery-eachVideoDes {
    position: absolute;
    padding: 6px 8px 0 8px;
    width: 224px;
    height: 5em;
    overflow: hidden;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 11px;
    color: #1a1a1a;
    font-weight: bold;
}

.flipHTML5VideoGallery-videoTitle {
    position: absolute;
    left: 17px;
    bottom: 0;
    width: 500px;
    height: 30px;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    line-height: 30px;
    font-weight: bold;
}

.flipHTML5VideoGallery-closeTitle,.flipHTML5PhotoGallery-closeTitle {
    position: absolute;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    z-index: 8;
    height: 15px;
    line-height: 15px;
    padding: 0 4px;
}

.flipHTML5Loading {
    background-image: url(icon/progress.gif);
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-repeat: no-repeat;
}

.noteCookie-note,.flipHTML5Signature,.flipHTML5BookMark {
    margin-left: -200px;
    position: absolute;
    overflow: hidden;
    width: 500px;
    height: auto;
    left: 50%;
    top: 50px;
    border: 4px solid rgba(252,251,249,0.5);
    border-radius: 4px;
    z-index: 9999;
}

.flipHTML5Signature-title,.noteCookie-noteTitle,.flipHTML5BookMark-top {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 34px;
    background-color: #373737;
}

.flipHTML5Signature-titleText,.noteCookie-noteTitle-text,.flipHTML5BookMark-topText {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 280px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 1px rgba(19,28,0,0.35);
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    line-height: 34px;
    vertical-align: middle;
    text-indent: 8px;
}

.noteCookie-noteTitle-closeBtn,.noteCookie-noteTitle-showBtn,.flipHTML5BookMark-topShrink,.flipHTML5BookMark-topClose {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 5px;
    cursor: pointer;
    color: #fff;
    z-index: 2;
}

.flipHTML5BookMark-bottom,.noteCookie-noteButton {
    position: relative;
    width: 100%;
    left: 0;
    background-color: #c7c7c7;
    overflow: hidden;
    padding-bottom: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.flipHTML5BookMark-saveText {
    position: absolute;
    top: 8px;
    left: 18px;
    width: 426px;
    height: 28px;
    font-size: 19px;
    text-indent: 2px;
    color: #1a1a1a;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}

.flipHTML5BookMark-addLeftMark,.flipHTML5BookMark-addRightMark,.flipHTML5BookMark-removeBookMark {
    position: absolute;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    top: 52px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 1px 2px rgba(0,0,0,0.2);
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e6e5e6),color-stop(100%,#d1d0d1));
    background: -webkit-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -moz-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -o-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: linear-gradient(top,#e6e5e6,#d1d0d1);
    background-color: #e4e4e4;
    border: 1px solid #8c8d8c;
    color: #464343;
}

.flipHTML5BookMark-removeBookMark:hover,.flipHTML5Signature-nuderClose:hover,.flipHTML5Signature-typeEdit-typeDel:hover,.flipHTML5Signature-type-cancel:hover,.noteCookie-noteButton-removeAllBtn:hover,.noteCookie-noteButton-addBtn:hover {
    background-color: #8c8d8c;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#afb0af),color-stop(100%,#7a7b7a));
    background: -webkit-linear-gradient(top,#afb0af,#7a7b7a);
    background: -moz-linear-gradient(top,#afb0af,#7a7b7a);
    background: -o-linear-gradient(top,#afb0af,#7a7b7a);
    background: linear-gradient(top,#afb0af,#7a7b7a);
}

.flipHTML5BookMark-removeBookMark:active,.flipHTML5Signature-nuderClose:active,.flipHTML5Signature-typeEdit-typeDel:active,.flipHTML5Signature-type-cancel:active,.noteCookie-noteButton-removeAllBtn:active,.noteCookie-noteButton-addBtn:active {
    background: #e4e4e4;
    color: #374f00;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3),0px 1px 0 white;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3),0px 1px 0 white;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.3),0px 1px 0 white;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.flipHTML5BookMark-table,.noteCookie-noteTable {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.flipHTML5BookMark-table-lists,.noteCookie-noteTable-inner {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
}

.flipHTML5BookMark-row-th,.noteCookie-noteTable-row-th {
    position: relative;
    height: 28px;
    background-color: #373737;
    line-height: 28px;
    vertical-align: middle;
    color: #fff;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.flipHTML5BookMark-cellLeft-th,.noteCookie-noteTable-cellLeft-th {
    position: absolute;
    left: 0;
    width: 54px;
    height: 100%;
    text-indent: 6px;
    overflow: hidden;
}

.flipHTML5BookMark-cellRight-th,.noteCookie-noteTable-cellRight-th {
    position: absolute;
    width: 410px;
    height: 100%;
    left: 54px;
}

.flipHTML5BookMark-table-row:hover,.noteCookie-noteTable-row:hover {
    background-color: #949494!important;
}

.flipHTML5BookMark-table-cellLeft,.noteCookie-noteTable-cellLeft {
    position: absolute;
    left: 0;
    width: 54px;
    height: 100%;
    text-indent: 14px;
    color: #1a1a1a;
    line-height: 28px;
    vertical-align: middle;
    overflow: hidden;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 11px;
}

.flipHTML5BookMark-table-cellRight-text,.noteCookie-noteTable-cellRight-text {
    background-color: transparent;
    border: 0;
    width: 320px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 20px;
    text-indent: 8px;
    color: #1a1a1a;
    cursor: pointer;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 11px;
}

.flipHTML5BookMark-table-cellRight-edit,.flipHTML5BookMark-table-cellRight-cancel,.flipHTML5BookMark-table-cellRight-del,.noteCookie-noteTable-cellRight-del,.noteCookie-noteTable-cellRight-edit {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 2px;
}

.flipHTML5BookMark-normal,.flipHTML5Signature-normal {
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e6e5e6),color-stop(100%,#d1d0d1));
    background: -webkit-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -moz-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -o-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: linear-gradient(top,#e6e5e6,#d1d0d1);
    background-color: #e4e4e4;
    border: 1px solid #8c8d8c;
    color: #464343;
}

.flipHTML5BookMark-hover,.flipHTML5Signature-hover {
    background-color: #8c8d8c;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#afb0af),color-stop(100%,#7a7b7a));
    background: -webkit-linear-gradient(top,#afb0af,#7a7b7a);
    background: -moz-linear-gradient(top,#afb0af,#7a7b7a);
    background: -o-linear-gradient(top,#afb0af,#7a7b7a);
    background: linear-gradient(top,#afb0af,#7a7b7a);
}

.noteCookie-noteButton-top {
    position: absolute;
    height: 134px;
    width: 464px;
    top: 14px;
    left: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: inset 1px 1px 0 #a6a6a6,1px 1px 0 #f6f6f6;
}

.noteCookie-noteButton-inputText {
    height: 80px;
    position: absolute;
    width: 444px;
    left: 10px;
    top: 11px;
    margin: 0;
    border: 0;
    padding: 0;
    resize: none;
    color: #000;
    text-shadow: 0 -1px 1px rgba(19,28,0,0.35);
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 11px;
    z-index: 2;
}

.noteCookie-noteButton-removeAllBtn,.noteCookie-noteButton-addBtn {
    position: absolute;
    text-align: center;
    line-height: 27px;
    vertical-align: middle;
    width: 79px;
    height: 27px;
    top: 100px;
    cursor: pointer;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 12px;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e6e5e6),color-stop(100%,#d1d0d1));
    background: -webkit-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -moz-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -o-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: linear-gradient(top,#e6e5e6,#d1d0d1);
    background-color: #e4e4e4;
    border: 1px solid #8c8d8c;
    color: #1a1a1a;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 1px 2px rgba(0,0,0,0.2);
    z-index: 2;
}

.noteCookie-noteList {
    position: relative;
    width: 464px;
    left: 18px;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 2;
}

.noteCookie-eachNote {
    position: absolute;
    cursor: pointer;
    width: 56px;
    height: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.noteCookie-eachNote-img:hover {
    box-shadow: 0 0 2px #fff,0px 0 3px #fff,0px 0 5px #7c7878;
    z-index: 2;
}

.noteCookie-eachNote-img:active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3),0px 1px 0 #7c7878;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3),0px 1px 0 #7c7878;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.3),0px 1px 0 #7c7878;
    z-index: 2;
}

.noteCookie-eachNote-textList {
    position: absolute;
    width: 180px;
    height: 140px;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    left: 0;
    top: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.69),0px 1px 3px #7c7878;
    z-index: 122;
}

.noteCookie-eachNote-textList-current,.flipHTML5LocalFile-current {
    z-index: 124!important;
}

.noteCookie-eachNote-textList-topTitle {
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: 0;
    top: auto;
    line-height: 16px;
    vertical-align: middle;
    text-indent: 5px;
    color: #1a1a1a;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 12px;
    z-index: 2;
    border-top: 1px solid #9c9c9c;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.noteCookie-eachNote-textList-topDel,.noteCookie-eachNote-textList-topClose,.noteCookie-eachNote-textList-topSave {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 46px;
    top: 1px;
    cursor: pointer;
    z-index: 2;
}

.noteCookie-eachNote-textList-text {
    height: 104px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    resize: none;
    text-indent: 6px;
    background-color: #fff4a1;
    color: #000;
    text-shadow: 0 -1px 1px rgba(19,28,0,0.35);
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 11px;
    z-index: 2;
}

.noteCookie-eachNote-textList-textDiv-bgNo,.noteCookie-eachNote-textList-textDiv-bgYes {
    position: absolute;
    top: 60px;
    width: 42px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 20px;
    color: #1d1c1c;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 1px 2px rgba(0,0,0,0.2);
    z-index: 2;
}

.noteCookie-eachNote-textList-textDiv-bgNo:hover,.noteCookie-eachNote-textList-textDiv-bgYes:hover {
    background-color: #4d5358;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#50535a),color-stop(100%,#474445));
    background: -webkit-linear-gradient(top,#50535a,#474445);
    background: -moz-linear-gradient(top,#50535a,#474445);
    background: -o-linear-gradient(top,#50535a,#474445);
    background: linear-gradient(top,#50535a,#474445);
    z-index: 2;
}

.noteCookie-eachNote-textList-textDiv-bgNo:active,.noteCookie-eachNote-textList-textDiv-bgYes:active {
    background: #adb499;
    color: #000;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3),0px 1px 0 white;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.3),0px 1px 0 white;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.3),0px 1px 0 white;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    z-index: 2;
}

.flipHtml5AnnotationSizeWrap {
    cursor: all-scroll;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    outline: 1px dashed #3d3d3d;
    position: absolute;
}

.flipHtml5SVGContainer {
    position: absolute;
}

.flipHtml5ArrowRightBottom {
    left: 100%;
    top: 100%;
    right: auto;
    bottom: auto;
}

.flipHtml5ArrowLeftBottom {
    left: auto;
    top: 100%;
    right: 100%;
    bottom: auto;
}

.flipHtml5ArrowLeftTop {
    left: auto;
    top: auto;
    right: 100%;
    bottom: 100%;
}

.flipHtml5ArrowRightTop {
    left: 100%;
    top: auto;
    right: auto;
    bottom: 100%;
}

.flipHtml5SizePoint {
    background-color: #3d3d3d;
    position: absolute;
    border: 1px solid black;
    box-shadow: inset 0 1px 1px white;
}

.flipHtml5SizePoint:hover {
    box-shadow: inset 0 1px 3px white;
}

.flipHtml5SizePoint:active {
    box-shadow: none;
}

.flipHtml5SizePoint1 {
    cursor: nw-resize;
    z-index: 2;
    width: 6px;
    height: 6px;
    left: -4px;
    top: -4px;
}

.flipHtml5SizePoint2 {
    cursor: n-resize;
    z-index: 3;
    width: 4px;
    height: 4px;
    margin-left: -3px;
    left: 50%;
    top: -3px;
}

.flipHtml5SizePoint3 {
    cursor: ne-resize;
    z-index: 2;
    width: 6px;
    height: 6px;
    right: -4px;
    top: -4px;
}

.flipHtml5SizePoint4 {
    cursor: e-resize;
    z-index: 1;
    width: 4px;
    height: 4px;
    right: -3px;
    margin-top: -3px;
    top: 50%;
}

.flipHtml5SizePoint5 {
    cursor: se-resize;
    z-index: 2;
    width: 6px;
    height: 6px;
    right: -4px;
    bottom: -4px;
}

.flipHtml5SizePoint6 {
    cursor: s-resize;
    z-index: 3;
    width: 4px;
    height: 4px;
    left: 50%;
    margin-left: -3px;
    bottom: -3px;
}

.flipHtml5SizePoint7 {
    cursor: sw-resize;
    z-index: 2;
    width: 6px;
    height: 6px;
    left: -4px;
    bottom: -4px;
}

.flipHtml5SizePoint8 {
    cursor: w-resize;
    z-index: 1;
    width: 4px;
    height: 4px;
    left: -3px;
    margin-top: -3px;
    top: 50%;
}

.fliphtml5AnnotationLineToolsContainer {
    position: absolute;
    padding: 3px;
    top: 50px;
    left: 40%;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    display: none;
    background: rgba(77,77,77,0.9);
    border-radius: 5px;
    border: 1px groove #969595;
}

.flipHtml5AnnotationClickButton,.flipHtml5AnnotationActiveButton {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid black;
    left: 7px;
    top: 3px;
    outline: none;
    margin: 0 10px 0 0;
    display: inline-block;
    background: #4d4d4d;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.61);
}

.flipHtml5AnnotationClickButton:hover,.flipHtml5AnnotationActiveButton:hover {
    background-color: #7d7d7d;
}

.flipHtml5AnnotationClickButton:active,.flipHtml5AnnotationActiveButton-active {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid black;
    left: 7px;
    top: 3px;
    margin: 0 10px 0 0;
    display: inline-block;
    background: rgba(77,77,77,0.9);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.61);
}

.flipHtml5AnnotationButtonImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: no-repeat 0 0;
}

.flipHtml5AnnotationColorSelectorWrap {
    position: absolute;
    z-index: 10000;
    width: 242px;
    cursor: default;
    height: 205px;
    background: rgba(41,41,41,0.9);
    border: 1px solid #585858;
    padding: 6px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-family: serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.flipHtml5AnnotationColorSelectorMessage {
    font-size: 14px;
    font-family: serif;
    text-align: left;
    line-height: 22px;
    margin-bottom: 5px;
    width: 57px;
    padding: 0 6px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.flipHtml5AnnotationOpacity {
    width: 150px;
    height: 1px;
    text-align: center;
    line-height: 20px;
    color: white;
    cursor: pointer;
    border: 1px black;
    background: #fff;
    position: relative;
    display: inline-block;
    left: 10px;
}

.flipHtml5AnnotationOpacitySpan {
    position: absolute;
    top: -24px;
    left: 45px;
}

.flipHtml5AnnotationOpacityCursor {
    left: 0;
    width: 5px;
    height: 12px;
    display: inline-block;
    position: absolute;
    background: #afaeae;
    top: -6px;
    box-shadow: inset 0 1px 1px white;
}

.flipHtml5AnnotationOpacityCursor:hover {
    outline: 1px solid #17d3d3;
}

.flipHtml5AnnotationOpacityCursor:active {
    background-color: white;
}

.flipHtml5AnnotationColorSelectorBlock {
    width: 18px;
    height: 18px;
}

.flipHtml5AnnotationColorBar {
    width: 12px;
    height: 3px;
    position: absolute;
    z-index: 2;
    background-color: black;
    bottom: 2px;
    left: 3px;
}

.flipHtml5AnnotationColorSelectorBlock:hover {
    outline: 1px solid #068eb9;
}

.flipHtml5AnnotationImage-delete {
    background-image: url(icon/delete.png);
}

.flipHtml5AnnotationImage-stroke,.flipHtml5AnnotationImage-fill {
    background-color: white;
    width: 10px;
    height: 10px;
    margin: 3px;
    position: absolute;
    z-index: 3;
    border: 1px solid black;
}

.flipHtml5AnnotationSelect {
    padding: 0;
    width: 100px;
    height: 21px;
    position: relative;
    top: -2px;
    left: 4px;
    margin: 0 10px 0 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    background: #4d4d4d;
    color: white;
    border-color: black;
    box-shadow: inset 0 1px 6px #272727;
    outline: 0;
    line-height: 15px;
}

.flipHTML5Signature-toolBar-del,.flipHTML5Signature-toolBar-up,.flipHTML5Signature-toolBar-down,.flipHTML5Signature-toolBar-revert,.flipHTML5Signature-toolBar-date {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 4px;
    border-radius: 2px;
    cursor: pointer;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3d3d3d),color-stop(100%,#3d3d3d));
    background: -webkit-linear-gradient(top,#141414,#3d3d3d);
    background: -moz-linear-gradient(top,#141414,#3d3d3d);
    background: -o-linear-gradient(top,#141414,#3d3d3d);
    background: linear-gradient(top,#141414,#3d3d3d);
    background-color: #3d3d3d;
    border: 1px solid #111010;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.34),0px 1px 2px rgba(255,255,255,0.34);
}

.flipHTML5Signature-toolBar-del:hover,.flipHTML5Signature-toolBar-up:hover,.flipHTML5Signature-toolBar-down:hover,.flipHTML5Signature-toolBar-revert:hover,.flipHTML5Signature-toolBar-date:hover {
    background-color: #242524;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#000),color-stop(100%,#6d706d));
    background: -webkit-linear-gradient(top,#000,#6d706d);
    background: -moz-linear-gradient(top,#000,#6d706d);
    background: -o-linear-gradient(top,#000,#6d706d);
    background: linear-gradient(top,#000,#6d706d);
}

.flipHTML5Signature-toolBar-del:active,.flipHTML5Signature-toolBar-up:active,.flipHTML5Signature-toolBar-down:active,.flipHTML5Signature-toolBar-revert:active,.flipHTML5Signature-toolBar-date:active {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.38),0px 1px 0 rgba(14,13,13,0.28);
}

.flipHTML5Signature-eachSignatureImg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flipHTML5Signature-titleClose,.flipHTML5VideoGallery-close {
    position: absolute;
    cursor: pointer;
    border-radius: 4px;
    border-left: 1px solid rgba(255,255,255,0.47);
    border-top: 1px solid rgba(255,255,255,0.48);
    box-shadow: 0 1px 0 rgba(255,255,255,0.55),1px 0 0 rgba(255,255,255,0.57),0px 0 4px #000;
}

.flipHTML5Signature-titleClose:hover,.flipHTML5VideoGallery-close:hover {
    box-shadow: 0 0 0 #000;
}

.flipHTML5Signature-titleClose:active,.flipHTML5VideoGallery-close:active {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.83),0px 1px 0 white;
}

.flipHTML5Signature-eachDate {
    position: absolute;
    width: 180px;
    height: 45px;
    border: 1px dashed #2f2f2f;
    top: -24px;
    left: 26px;
    line-height: 70px;
    color: #1a1a1a;
    font-size: 16px;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-weight: bold;
    text-indent: 10px;
}

.flipHTML5Signature-nuderMessage {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 534px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 6px;
    word-spacing: 4px;
    color: #1a1a1a;
    font-size: 15px;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    text-indent: 8px;
    box-shadow: 0 0 2px #000;
}

.flipHTML5Signature-typeTitle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24px;
    background-color: #373737;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.flipHTML5Signature-typeUnder {
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    height: 110px;
    background-color: #e0e0e0;
}

.flipHTML5Signature-typeMid {
    position: absolute;
    left: 17px;
    top: 8px;
    width: 204px;
    height: 70px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    box-shadow: 0 0 1px #584f4f;
    cursor: pointer;
    text-align: center;
    font-family: Mistral;
    color: #000;
    font-size: 13px;
    vertical-align: bottom;
    line-height: 70px;
    box-shadow: #a6a6a6 1px 1px 0 inset,#f6f6f6 1px 1px 0;
}

.flipHTML5Signature-typeEdit-typeDel {
    height: 22px;
    top: auto;
    bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-indent: 17px;
    position: absolute;
    cursor: pointer;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e6e5e6),color-stop(100%,#d1d0d1));
    background: -webkit-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -moz-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -o-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: linear-gradient(top,#e6e5e6,#d1d0d1);
    background-color: #e4e4e4;
    border: 1px solid #8c8d8c;
    color: #464343;
}

.flipHTML5Signature-type-cancel {
    left: 371px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0px 1px 2px rgba(0,0,0,0.2);
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e6e5e6),color-stop(100%,#d1d0d1));
    background: -webkit-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -moz-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -o-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: linear-gradient(top,#e6e5e6,#d1d0d1);
    background-color: #e4e4e4;
    border: 1px solid #8c8d8c;
    color: #464343;
}

.flipHTML5Signature-typeBtn {
    position: absolute;
    width: 84px;
    height: 22px;
    border: 1px solid #8c8d8c;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    top: auto;
    bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}

.flipHTML5Signature-nuderClose {
    width: 80px;
    height: 27px;
    left: 50%;
    margin-left: -40px;
    bottom: 11px;
    top: auto;
    line-height: 27px;
    font-size: 15px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e6e5e6),color-stop(100%,#d1d0d1));
    background: -webkit-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -moz-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: -o-linear-gradient(top,#e6e5e6,#d1d0d1);
    background: linear-gradient(top,#e6e5e6,#d1d0d1);
    background-color: #e4e4e4;
    border: 1px solid #8c8d8c;
    color: #464343;
}

.flipHTML5Signature-drawTypeMid-preview {
    position: absolute;
    width: 234px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    top: 15px;
    left: auto;
    right: 17px;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 11px;
    color: #a29696;
    font-weight: bold;
    text-indent: 4px;
    box-shadow: #a6a6a6 1px 1px 0 inset,#f6f6f6 1px 1px 0;
}

.flipHTML5Signature-drawTypeMid-redo,.flipHTML5Signature-drawTypeMid-undo,.flipHTML5Signature-drawTypeMid-clearAll {
    position: absolute;
    width: 44px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 4px;
    left: 80px;
    top: 54px;
    text-align: center;
    line-height: 22px;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #5f5e5e;
    cursor: pointer;
}

.flipHtml5Remark {
    z-index: 2;
    position: absolute;
    width: 0;
    height: 0;
    resize: none;
    outline: 2px solid #ffad00;
    cursor: text;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.flipHtml5Highlight {
    z-index: 3;
    position: absolute;
    width: 0;
    height: 0;
    resize: none;
    outline: 2px solid #ffad00;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.flipHtml5RemarkWrap {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 8px solid transparent;
}

.flipHtml5RemarkWrap:focus {
    outline: 1px solid #3181e7;
}

.flipHtml5SizeWrap {
    cursor: all-scroll;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    min-width: 40px;
    min-height: 20px;
    border: 1px dashed #3d3d3d;
    position: absolute;
}

.flipHtml5SizePoint {
    background-color: #3d3d3d;
    position: absolute;
    border: 1px solid black;
    box-shadow: inset 0 1px 1px white;
}

.flipHtml5SizePoint:hover {
    box-shadow: inset 0 1px 3px white;
}

.flipHtml5SizePoint:active {
    box-shadow: none;
}

.flipHtml5SizePoint1 {
    cursor: nw-resize;
    width: 6px;
    height: 6px;
    left: -4px;
    top: -4px;
}

.flipHtml5SizePoint2 {
    cursor: n-resize;
    width: 4px;
    height: 4px;
    margin-left: -3px;
    left: 50%;
    top: -3px;
}

.flipHtml5SizePoint3 {
    cursor: ne-resize;
    width: 6px;
    height: 6px;
    right: -4px;
    top: -4px;
}

.flipHtml5SizePoint4 {
    cursor: e-resize;
    width: 4px;
    height: 4px;
    right: -3px;
    margin-top: -3px;
    top: 50%;
}

.flipHtml5SizePoint5 {
    cursor: se-resize;
    width: 6px;
    height: 6px;
    right: -4px;
    bottom: -4px;
}

.flipHtml5SizePoint6 {
    cursor: s-resize;
    width: 4px;
    height: 4px;
    left: 50%;
    margin-left: -3px;
    bottom: -3px;
}

.flipHtml5SizePoint7 {
    cursor: sw-resize;
    width: 6px;
    height: 6px;
    left: -4px;
    bottom: -4px;
}

.flipHtml5SizePoint8 {
    cursor: w-resize;
    width: 4px;
    height: 4px;
    left: -3px;
    margin-top: -3px;
    top: 50%;
}

.fliphtml5RemarkToolbarContainer {
    position: absolute;
    height: 47px;
    width: 420px;
    z-index: 10;
    padding: 5px;
    display: none;
    background: rgba(77,77,77,0.9);
    border-radius: 5px;
    border: 1px groove #969595;
}

.fliphtml5RemarkHighlightToolbarContainer {
    display: none;
    left: 325;
    top: 70px;
    z-index: 10;
    position: absolute;
    height: 20px;
    padding: 0;
    width: 57px;
}

.flipHtml5Remark pre {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 12px;
    max-width: 100%;
    overflow: auto;
    padding: 6px;
    display: inline-block;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.flipHtml5Remark address {
    font-style: italic;
    margin-bottom: 12px;
}

.flipHtml5RemarkButton {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid black;
    top: 1px;
    outline: none;
    margin: 0 0 0 2px;
    display: inline-block;
    background: #4d4d4d;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.61);
}

.flipHtml5RemarkButton:hover {
    background-color: #7d7d7d;
}

.flipHtml5RemarkButton:active {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.61);
}

.flipHtml5RemarkButtonImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: no-repeat 0 0;
}

.flipHtml5RemarkColorSelectorWrap {
    position: absolute;
    z-index: 10000;
    width: 242px;
    cursor: default;
    height: 205px;
    background: rgba(0,0,0,0.8);
    border: 1px solid #585858;
    padding: 6px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-family: serif;
}

.flipHtml5RemarkColorSelectorMessage {
    font-size: 14px;
    font-family: serif;
    text-align: left;
    line-height: 22px;
    border: 1px solid black;
    margin-bottom: 5px;
    width: 57px;
    padding: 0 6px;
}

.flipHtml5RemarkOpacity {
    width: 150px;
    height: 1px;
    text-align: center;
    line-height: 20px;
    color: white;
    cursor: pointer;
    border: 1px black;
    background: #fff;
    position: relative;
    display: inline-block;
    left: 10px;
}

.flipHtml5RemarkOpacitySpan {
    position: absolute;
    top: -24px;
    left: 45px;
}

.flipHtml5RemarkOpacityCursor {
    left: 0;
    width: 5px;
    height: 12px;
    display: inline-block;
    position: absolute;
    background: #afaeae;
    top: -6px;
    box-shadow: inset 0 1px 1px white;
}

.flipHtml5RemarkOpacityCursor:hover {
    outline: 1px solid #17d3d3;
}

.flipHtml5RemarkOpacityCursor:active {
    background-color: white;
}

.flipHtml5RemarkColorSelectorBlock {
    width: 18px;
    height: 18px;
}

.flipHtml5RemarkColorBar {
    width: 16px;
    height: 3px;
    position: absolute;
    z-index: 2;
    background-color: black;
    bottom: 1px;
    left: 1px;
}

.flipHtml5RemarkColorSelectorBlock:hover {
    outline: 1px solid #068eb9;
}

.flipHtml5RemarkImage-bold {
    background-image: url(icon/bold.png);
}

.flipHtml5RemarkImage-strikeThrough {
    background-image: url(icon/strikethrough.png);
}

.flipHtml5RemarkImage-undo {
    background-image: url(icon/undo.png);
}

.flipHtml5RemarkImage-delete {
    background-image: url(icon/delete.png);
}

.flipHtml5RemarkImage-forecolor {
    background: url(icon/fontcolor.png) 0 2px;
}

.flipHtml5RemarkImage-redo {
    background-image: url(icon/redo.png);
}

.flipHtml5RemarkImage-removeFormat {
    background-image: url(icon/clear.png);
}

.flipHtml5RemarkImage-italic {
    background-image: url(icon/italic.png);
}

.flipHtml5RemarkImage-underline {
    background-image: url(icon/underline.png);
}

.flipHtml5RemarkImage-justifyLeft {
    background-image: url(icon/justyleft.png);
}

.flipHtml5RemarkImage-justifyCenter {
    background-image: url(icon/justycenter.png);
}

.flipHtml5RemarkImage-justifyRight {
    background-image: url(icon/justyright.png);
}

.flipHtml5RemarkImage-insertOrderedList {
    background-image: url(icon/orderlist.png);
}

.flipHtml5RemarkImage-insertUnorderedList {
    background-image: url(icon/unorderlist.png);
}

.flipHtml5RemarkImage-blockquote {
    background-image: url(icon/blockquote.png);
}

.flipHtml5RemarkImage-outdent {
    background-image: url(icon/oudent.png);
}

.flipHtml5RemarkImage-indent {
    background-image: url(icon/indent.png);
}

.flipHtml5RemarkImage-createLink {
    background-image: url(icon/hyperlink.png);
}

.flipHtml5RemarkImage-backcolor {
    background-color: white;
    width: 10px;
    height: 10px;
    margin: 3px;
    position: absolute;
    z-index: 3;
    border: 1px solid black;
}

.flipHtml5RemarkSelect {
    padding: 0;
    width: 100px;
    height: 21px;
    position: relative;
    top: 2px;
    left: 2px;
    margin: 0 17px 0 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    background: #474747;
    color: white;
    border-color: black;
    box-shadow: inset 0 1px 6px #272727;
    outline: 0;
    line-height: 15px;
}

.flipHtml5RemarkHr {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}

.flipHTML5AddFile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 8;
    overflow: hidden;
}

.flipHTML5ZoomFrame {
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    border: 1px dashed #3d3d3d;
    position: absolute;
}

.flipHTML5ZoomFrame .flipHTML5Point {
    background-color: #0202ff;
    position: absolute;
    border: 1px solid black;
    box-shadow: inset 0 1px 1px white;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint0 {
    left: -4px;
    top: -4px;
    cursor: nw-resize;
    width: 6px;
    height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint1 {
    left: 50%;
    margin-left: -2px;
    top: -3px;
    cursor: n-resize;
    width: 4px;
    height: 4px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint2 {
    right: -4px;
    top: -4px;
    cursor: ne-resize;
    width: 6px;
    height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint3 {
    right: -3px;
    top: 50%;
    margin-top: -2px;
    cursor: e-resize;
    width: 4px;
    height: 4px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint4 {
    right: -4px;
    bottom: -4px;
    cursor: se-resize;
    width: 6px;
    height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint5 {
    left: 50%;
    margin-left: -2px;
    bottom: -3px;
    cursor: s-resize;
    width: 4px;
    height: 4px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint6 {
    left: -4px;
    bottom: -4px;
    cursor: sw-resize;
    width: 6px;
    height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint7 {
    left: -3px;
    top: 50%;
    margin-top: -2px;
    cursor: w-resize;
    width: 4px;
    height: 4px;
}

.flipHTML5LocalFile-toolBar-del,.flipHTML5LocalFile-toolBar-update {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 4px;
    border-radius: 2px;
    cursor: pointer;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3d3d3d),color-stop(100%,#3d3d3d));
    background: -webkit-linear-gradient(top,#141414,#3d3d3d);
    background: -moz-linear-gradient(top,#141414,#3d3d3d);
    background: -o-linear-gradient(top,#141414,#3d3d3d);
    background: linear-gradient(top,#141414,#3d3d3d);
    background-color: #3d3d3d;
    border: 1px solid #111010;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.34),0px 1px 2px rgba(255,255,255,0.34);
}

.flipHTML5LocalFile-toolBar-del:hover,.flipHTML5LocalFile-toolBar-update:hover {
    background-color: #242524;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#000),color-stop(100%,#6d706d));
    background: -webkit-linear-gradient(top,#000,#6d706d);
    background: -moz-linear-gradient(top,#000,#6d706d);
    background: -o-linear-gradient(top,#000,#6d706d);
    background: linear-gradient(top,#000,#6d706d);
}

.flipHTML5LocalFile-toolBar-del:active,.flipHTML5LocalFile-toolBar-update:active {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.38),0px 1px 0 rgba(14,13,13,0.28);
}

.menuTitle {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 50px;
    font-family: Arial,Tahoma;
}

.menuTitleIcon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.menuTitleIcon div {
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
}

.menuTitleCaption {
    cursor: pointer;
    position: absolute;
    left: 60px;
    top: 18px;
    font-size: 14px;
    color: #fff;
}

.menuTitleState {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 24px;
    height: 24px;
}

.dockMenu {
    text-align: center;
    z-index: 300;
    display: block;
    overflow: visible;
    position: absolute;
    bottom: 10;
    white-space: nowrap;
    -webkit-box-reflect: below 1px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(0.85,transparent),to(rgba(255,255,255,0.3)));
    -moz-box-reflect: below 1px -moz-gradient(linear,left top,left bottom,from(transparent),color-stop(0.85,transparent),to(rgba(255,255,255,0.3)));
}

.dockMenuContent {
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

.dockMenuItem {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    overflow: visible;
    text-align: center;
    cursor: pointer;
}

.dockMenuItemContent {
    position: absolute;
    bottom: 1px;
    background: #fff;
}

.dockMenuItemShadow {
    -webkit-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    -moz-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    -o-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    -ms-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    box-shadow: 0 0 5px rgba(40,40,40,0.5);
}

.dockMenuItemCaption {
    line-height: 1.3em;
    text-align: center;
    width: auto;
    overflow: visible;
    font-weight: bold;
    color: #fff;
    font-size: 80%;
    padding: 4px 12px;
    opacity: .4;
    background-color: #000;
    display: none;
    margin: 0 auto;
    top: 0;
    border-radius: 10px;
    white-space: nowrap;
}

.dockMenuItemCaptionAfter {
    display: none;
    height: 9px;
    line-height: 9px;
    left: 50%;
    opacity: .4;
    color: transparent;
    position: absolute;
    text-align: center;
    width: 16px;
    margin-left: -4px;
    margin-top: -2px;
}

.flipShotBar {
    position: absolute;
}

.flipbutton {
    position: relative;
    width: 100%;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
}

.flipbutton:hover {
    background: rgba(0,0,0,0.2);
}

.flipbutton.upbutton {
    border-bottom: 1px solid #fff;
    height: 20%;
}

.flipbutton.downbutton {
    height: 80%;
}

.flipbutton.upbutton.left {
    border-radius: 5px 0 0 0;
}

.flipbutton.downbutton.left {
    border-radius: 0 0 0 5px;
}

.flipbutton.upbutton.right {
    border-radius: 0 5px 0 0;
}

.flipbutton.downbutton.right {
    border-radius: 0 0 5px 0;
}

.flipbutton img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.zoomControlBar {
    height: 40px;
    position: absolute;
    z-index: 5;
    display: none;
    opacity: .3;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.zoomControlBar.catalog {
    width: 138px;
}

.zoomControlBar:hover {
    opacity: .7;
}

.zoomControlBar .button {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    margin-top: 6px;
}

.zoomControlBar .button img {
    margin-left: 4px;
    margin-top: 4px;
}

.zoomControlBar .button:hover {
    opacity: .8;
}

.slideShortcut {
    position: absolute;
    z-index: 101;
    width: 210px;
    height: 40px;
    background-color: #d0d7df;
    opacity: .6;
    -webkit-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    -moz-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    -o-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    -ms-box-shadow: 0 0 5px rgba(40,40,40,0.5);
    box-shadow: 0 0 5px rgba(40,40,40,0.5);
}

.shortcutItem {
    position: relative;
    float: left;
    top: 0;
    width: 70px;
    height: 40px;
    border-width: 0;
    cursor: default;
}

.shortcurtItemEnter {
    position: relative;
    float: left;
    top: 0;
    width: 68px;
    border-left: 1px solid #7297c1;
    border-right: 1px solid #7297c1;
    height: 40px;
    background-color: #8faccc;
    cursor: pointer;
}

.slideToolbar {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    opacity: .7;
}

.slideToolbar:hover {
    opacity: 1;
}

.slideToolbar img {
    width: 32px;
    margin: 0 5px;
    cursor: pointer;
}

.slideBar {
    z-index: 5;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 50%;
    opacity: .7;
    margin-top: -25px;
}

.passwardPannel {
    position: absolute;
    z-index: 991;
    background: #fff;
    width: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 330px;
    margin: auto;
    max-width: 400px;
    border-radius: 5px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Arial Black';
    font-size: 20px;
}

.passwardPannel .icon div {
    width: 100%;
    height: 100%;
}

.passwardPannel .icon {
    width: 100px;
    height: 100px;
    left: 50%;
    position: relative;
    margin: 10px 0 10px -50px;
}

.passwardPannel input {
    width: 82%;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    border-width: 0;
    background: #ebebeb;
    padding: 0 3%;
    color: #9fa0a3;
}

.passwardPannel p {
    margin: 0 6% 10px 6%;
    width: 88%;
    height: 50px;
    border-radius: 5px;
    background: #189bed;
    color: #fff;
    cursor: pointer;
}

.passwardPannel .cancleIn {
    background: #f4f1f1;
    border: 1px solid #e5e1e1;
    color: #b6b5b5;
}

.passwardPannel .passwardResult {
    color: #f00;
    position: absolute;
    bottom: -8px;
    margin-left: 6%;
    left: 0;
    font-size: 10px;
}

.passwardPannel-background {
    position: absolute;
    z-index: 990;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.passwardPannel .passwardInfo {
    line-height: 20px;
    background: rgba(0,0,0,0.5);
    text-align: left;
    position: absolute;
    border-radius: 5px;
    color: #fff;
    padding: 12px;
    font-weight: normal;
    right: 0;
    bottom: 345px;
    max-width: 400px;
    font-size: 12px;
    font-family: 'Arial';
    height: auto;
}

.passwardPannel .top {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 7px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.5);
    border-right: 7px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: -20px;
    right: 18px;
}

.passwardPannel .info-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.passwardPannel .info-icon .svg {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

.passwardPannel .passwardInfo a {
    text-decoration: underline;
}

.passwardPannel .promptBox {
    background: #3f3f3f;
    text-align: left;
    position: absolute;
    border-radius: 5px;
    color: #fff;
    padding: 3%;
    font-weight: normal;
    right: 6%;
    bottom: 225px;
    max-width: 82%;
    font-size: 12px;
    font-family: 'Arial';
    height: auto;
    z-index: 2;
}

.passwardPannel .prompt {
    line-height: normal;
    color: #fff;
    font-size: 12px;
    z-index: 5;
    border-radius: 5px;
    max-height: 310px;
    overflow-y: auto;
}

.passwardPannel .prompt u {
    color: #fff;
    text-decoration: underline;
}

.passwardPannel .promptBox .arrow {
    border-top: 10px solid #3f3f3f;
}

.phoneSharePanel {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.phoneSharePanel .item {
    padding: 10px;
    border-bottom: 1px solid #474747;
    vertical-align: middle;
    color: #fff;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
}

.phoneSharePanel .item .logo {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
}

.phoneSharePanel .item .logo div {
    width: 50px;
    height: 50px;
}

.phoneSharePanel .item span {
    margin-left: 20px;
    float: left;
}

.sharePanel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sharePanel .share-item {
    display: inline-block;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.sharePanel .share-item:hover {
    opacity: .8;
}

.sharePanel .item {
    width: 30px;
    height: 30px;
    margin: 10px 0 10px 10px;
    display: inline-block;
}

.sharePanel .item .logo {
    width: 30px;
    height: auto;
}

.ad-box-container {
    position: absolute;
    z-index: 2000;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: none;
}

.ad-box-container .ad-box-image {
    width: 100%;
    cursor: pointer;
    float: left;
}

.ad-box-container .ad-box-cancel {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    cursor: pointer;
}

.phoneBookmark .scrollBox {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.phoneBookmark .item {
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 15px;
    color: #aaa;
    cursor: pointer;
}

.phoneBookmark .item span {
    margin: 0 10px;
    float: left;
    display: inline-block;
    width: 20px;
}

.phoneBookmark .item img {
    height: 76px;
    float: left;
    margin: 12px 0;
}

.phoneBookmark .item .close {
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 10px;
    width: 41px;
    height: 41px;
    background-position: -402px -429px;
    background-image: url(phoneIcon/phone_icon.png);
    background-repeat: no-repeat;
}

.phoneBookmark .item .close:hover {
    background-position: -462px -429px;
}

.miniLogo {
    width: 100px;
    right: 0;
    bottom: 0;
    opacity: .5;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.miniLogo:hover {
    opacity: 1;
}

.miniTitle {
    z-index: 1000;
    height: 30px;
    line-height: 30px;
    background: rgba(51,51,51,0.5);
    border-radius: 5px;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translate(-50%,0);
    position: absolute;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-family: 'Tahoma','sans-serif','Arial';
    font-size: 12px;
    padding: 3px 7px;
    margin: auto;
    white-space: nowrap;
}

.hardCover {
    position: absolute;
    z-index: -1;
}

.hardSide {
    position: absolute;
}

.pageSide {
    overflow: hidden;
    position: absolute;
}

.bookSpine {
    position: absolute;
    left: 50%;
    overflow: hidden;
}

.bookSpine .left_shadow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
}

.bookSpine .right_shadow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
}

.bookSpine .shadow {
    -webkit-box-shadow: 0 0 10px 3px #252929;
    -moz-box-shadow: 0 0 10px 3px #252929;
    -ms-box-shadow: 0 0 10px 3px #252929;
    box-shadow: 0 0 10px 3px #252929;
}

.top_spine {
    position: absolute;
    top: 0;
    left: 50%;
}

.botoom_spine {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.SlideBook {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.SlideBook .slide_side {
    width: 100%;
    height: 100%;
    position: absolute;
}

.SlideBook .slide_pages {
    position: absolute;
}

.card-book {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    perspective: 1200px;
    perspective-origin: center center;
    transform-style: preserve-3d;
    clip-path: inset(-100% 0 -100% 0);
    -webkit-clip-path: inset(-100% 0 -100% 0);
}

.card-book .card-side {
    position: absolute;
    z-index: 3;
    will-change: transform;
}

.card-book .card-pages {
    position: absolute;
    will-change: transform;
}

.shoppingCount {
    position: absolute;
    top: 5px;
    left: 38px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.menu {
    position: absolute;
    width: 100%;
    height: 170px;
    overflow: hidden;
    z-index: 5;
    bottom: -170px;
}

.dockMenuContent {
    position: absolute;
    bottom: 30px;
    height: 140px;
    left: 25px;
    z-index: 1;
}

.thumbnailItemContent {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    display: inline-block;
}

.thumbnailItem {
    position: relative;
    width: 40px;
    height: 20px;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
    margin-top: 5px;
}

.thumbnailRect {
    position: absolute;
    top: 7px;
    width: 40px;
    height: 5px;
    border-radius: 3px;
    background: #505a60;
}

.dockButton {
    width: 30px;
    height: 60px;
    margin-left: 10px;
    bottom: 1px;
}

.dockButton div {
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .5;
}

.dockButton img {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
}

.tipsBox {
    padding: 10px 6px;
    background-color: #333;
    opacity: .5;
    display: none;
    width: 190px;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    z-index: 110;
    position: absolute;
    font-size: 15px;
    color: #f0f0f0;
    vertical-align: middle;
    text-align: center;
}

.tipsBoxShadow {
    -webkit-box-shadow: 0 0 15px rgba(40,40,40,0.6);
    -moz-box-shadow: 0 0 15px rgba(40,40,40,0.6);
    -ms-box-shadow: 0 0 15px rgba(40,40,40,0.6);
    -o-box-shadow: 0 0 15px rgba(40,40,40,0.6);
    box-shadow: 0 0 15px rgba(40,40,40,0.6);
}

.tipsBoxRadius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.thumbnail_map {
    position: absolute;
    z-index: 202;
    display: none;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 5px gray;
    -moz-box-shadow: 0 0 5px gray;
    -o-box-shadow: 0 0 5px gray;
    -ms-box-shadow: 0 0 5px gray;
    box-shadow: 0 0 5px gray;
    background-color: white;
}

.map_img_left {
    top: 0;
    left: 0;
    height: 98px;
    position: absolute;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.map_img_right {
    top: 0;
    right: 0;
    height: 98px;
    position: absolute;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.map_img_up {
    top: 0;
    left: 0;
    height: 98px;
    position: absolute;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
}

.map_img_down {
    bottom: 0;
    left: 0;
    height: 98px;
    position: absolute;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}

.map_cursor {
    position: absolute;
    border: 2px solid green;
    background-color: RGBA(250,240,185,0.5);
}

.text_bubble {
    position: absolute;
    z-index: 10003;
    display: none;
}

.text_bubble_content {
    position: relative;
    border-radius: 3px;
}

.text_bubble_text {
    font-family: 'Tahoma','sans-serif','Arial';
    font-size: 12px;
    font-weight: 100;
}

.text_bubble_arrow {
    position: absolute;
    font-size: 0;
    z-index: 1;
    overflow: hidden;
}

.left_bookmark_bar {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    height: 65px;
    top: -65px;
}

.left_bookmark_bar.vertical {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.right_bookmark_bar {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    height: 65px;
    top: -65px;
}

.right_bookmark_bar.vertical {
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.up_bookmark_bar {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    height: 65px;
    top: -65px;
}

.up_bookmark_bar.vertical {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.down_bookmark_bar {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    height: 65px;
    left: -100%;
    bottom: 0;
    top: auto;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.down_bookmark_bar.vertical {
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bookmark_item {
    top: 30px;
    width: auto;
    min-width: 50px;
    max-width: 130px;
    display: inline-block;
    height: 65px;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    position: absolute;
    -webkit-box-shadow: 1px 0 3px 0 rgba(51,51,51,0.7);
    -moz-box-shadow: 1px 0 3px 0 rgba(51,51,51,0.7);
    -ms-box-shadow: 1px 0 3px 0 rgba(51,51,51,0.7);
    -o-box-shadow: 1px 0 3px 0 rgba(51,51,51,0.7);
    box-shadow: 1px 0 3px 0 rgba(51,51,51,0.7);
    display: flex;
}

.bookmark_caption {
    font-family: 'Tahoma','sans-serif','Arial';
    font-size: 12px;
    text-align: center;
    color: #eee;
    overflow-wrap: anywhere;
    box-sizing: border-box;
}

.search_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ball-pulse-sync>div:nth-child(0) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s .07s infinite ease-in-out;
    animation: ball-pulse-sync .6s .07s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s .14s infinite ease-in-out;
    animation: ball-pulse-sync .6s .14s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s .21s infinite ease-in-out;
    animation: ball-pulse-sync .6s .21s infinite ease-in-out;
}

.ball-pulse-sync>div {
    background-color: rgba(51,51,51,0.8);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

.bookInstructions.icon_show {
    position: absolute;
    text-align: center;
    left: 9px;
    top: 9px;
    font-size: 33px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    color: #fff;
    background: #00daff;
}

.bookInstructions.helpBody {
    background: #fff;
    text-align: center;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.bookInstructions.hide {
    visibility: hidden;
}

.bookInstructions.show {
    visibility: visible;
}

.bookInstructions .swiper {
    position: relative;
    width: 500%;
    height: 100%;
    transform-style: preserve-3d;
    font-size: 0;
    perspective: 0;
    -webkit-perspective: 0;
    -o-perspective: 0;
    -moz-perspective: 0;
    -ms-perspective: 0;
}

.bookInstructions .helpImgs {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.bookInstructions .helpPage {
    position: relative;
    width: 20%;
    height: 100%;
    display: inline-block;
}

.bookInstructions .helpPageImg {
    width: 100%;
    position: absolute;
    top: 10%;
    margin-top: 10px;
    height: 60%;
}

.bookInstructions .icon_drop {
    width: 44px;
    height: 44px;
    font-size: 44px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    line-height: 44px;
    right: 18px;
    top: 18px;
    color: #fff;
    background: #7fceff;
    z-index: 100;
}

.bookInstructions .icon_show {
    width: 33px;
    height: 33px;
    font-size: 33px;
    cursor: pointer;
    position: fixed;
    border-radius: 50%;
    line-height: 100%;
    left: 18px;
    top: 18px;
    color: #fff;
    background: #7fceff;
    z-index: 100;
}

.bookInstructions .icon_drop img {
    width: 100%;
    height: 100%;
}

.bookInstructions .helpBullet>li {
    background: #aaa;
    opacity: .5;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}

.bookInstructions .helpBullet>li.icon_active {
    background: #81d3fb;
    opacity: 1;
}

.rtl {
    direction: rtl;
}

.book_style_choose_container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
}

.book_style_choose_container .book_style_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 0 10px #8c97cb,0 0 20px #8c97cb,0 0 30px #8c97cb;
}

.book_style_choose_container .book_style_box .title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 30px;
}

.book_style_choose_container .book_style_box .description {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 20px;
}

.book_style_choose_container .book_style_box .book_style_model_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}

.book_style_choose_container .book_style_box .book_style_model_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 350px;
    height: 226px;
    background: #222637;
    border-radius: 12px;
    cursor: pointer;
}

.book_style_choose_container .book_style_box .book_style_model_item:hover {
    background-color: #262b3d;
}

.book_style_choose_container .book_style_box .book_style_model_item .book_style_model_title {
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    text-shadow: none;
}

.book_style_choose_container .book_style_box .book_style_model_item .book_style_model_description {
    font-size: 14px;
    color: #7a7d87;
    text-shadow: none;
}

.book_style_choose_container .book_style_box .book_style_model_item .book_style_model_img {
    height: 84px;
    width: 146px;
}

.photogallery {
    position: absolute;
    display: none;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    vertical-align: middle;
}

.photogallery .imgContainer {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    border: 8px solid #fff;
    background: #fff;
}

.photogallery .photoBG {
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.photogallery .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
}

.photogallery .leftBtn {
    position: absolute;
    left: -32px;
    z-index: 3;
    cursor: pointer;
}

.photogallery .rightBtn {
    position: absolute;
    right: -32px;
    z-index: 3;
    cursor: pointer;
}

.photogallery .imgContainer>img {
    position: absolute;
    cursor: pointer;
}

.photogallery .thumbContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
}

.photogallery .thumbBG {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.photogallery .thumbBox {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 46px;
    top: 4px;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.photogallery .thumbBox img {
    position: absolute;
    cursor: pointer;
}

.photogallery .thumbBox:hover {
    border: 2px solid #0f0;
}

.photogallery .thumbBox.focus {
    border: 2px solid #f00;
}

.photogallery .thumbBox:hover .thumbBG {
    z-index: 0;
}

.photogallery .thumbBox.focus .thumbBG {
    z-index: 0;
}

.language_form {
    width: 100%;
    height: 100%;
    left: 0;
    vertical-align: middle;
    font-family: Arial,Tahoma;
    background: transparent;
}

.language_form .stage {
    margin: 0;
    width: 100%;
    height: 100%;
}

.language_form .form_title {
    display: none;
}

.language_form .close {
    display: none;
}

.language_form .scrollBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.language_form .scrollListWrapper {
    overflow-y: auto;
    max-height: 100%;
}

.language_form .scrollList {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
    max-height: 100%;
    width: 100%;
    padding: 20px 0;
}

.language_form .scrollBox .item {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 38px;
    margin: 5px 0;
    line-height: 38px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

.language_form .scrollBox .item img {
    display: none;
}

.language_form .scrollBox .item .title {
    width: 182px;
    line-height: 34px;
    font-size: 20px;
    color: #fff;
    padding: 0 3px;
    position: absolute;
    margin-left: -91px;
    left: 50%;
}

.language_form .scrollBox .item.focus .title {
    border: 2px solid #f2947c;
}

.clip[style] {
    opacity: 0;
}

.active .clip:not([style]) {
    opacity: 0;
    animation: fadeIn .1s 1s both;
}

.active .clip[style] {
    will-change: transform;
    animation: noTransform 1s both;
}

@keyframes noTransform {
    to {
        opacity: 1;
        transform: translate3d(0,0,0) rotate(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.flip_button_left {
    position: absolute;
    cursor: pointer;
    right: auto;
    z-index: 10;
}

.flip_button_right {
    position: absolute;
    cursor: pointer;
    left: auto;
    z-index: 10;
}

.flip_button_first {
    position: absolute;
    cursor: pointer;
    right: auto;
    z-index: 10;
    opacity: .2;
}

.flip_button_last {
    position: absolute;
    cursor: pointer;
    left: auto;
    opacity: .2;
    z-index: 10;
}

@-webkit-keyframes handSwipeAnimate {
    0% {
        opacity: 0;
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }

    25% {
        opacity: 1;
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }

    75% {
        opacity: 1;
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }
}

@keyframes handSwipeAnimate {
    0% {
        opacity: 0;
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }

    25% {
        opacity: 1;
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }

    75% {
        opacity: 1;
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }
}

@-webkit-keyframes handSwipeAnimate_Right {
    0% {
        opacity: 0;
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }

    25% {
        opacity: 1;
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }

    75% {
        opacity: 1;
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }
}

@keyframes handSwipeAnimate_Right {
    0% {
        opacity: 0;
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }

    25% {
        opacity: 1;
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }

    75% {
        opacity: 1;
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateZ(30deg);
        transform: rotateZ(30deg);
    }
}

.handSwipeHelp_Left {
    opacity: 0;
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: handSwipeAnimate 1.5s 1s infinite ease-in-out;
    animation: handSwipeAnimate 1.5s 1s infinite ease-in-out;
}

.handSwipeHelp_Right {
    opacity: 0;
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: handSwipeAnimate_Right 1.5s 1s infinite ease-in-out;
    animation: handSwipeAnimate_Right 1.5s 1s infinite ease-in-out;
}

.handSwipeHelp_Right>img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.handSwipeHelp_Top {
    opacity: 0;
    -webkit-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: handSwipeAnimate 1.5s 1s infinite ease-in-out;
    animation: handSwipeAnimate 1.5s 1s infinite ease-in-out;
}

.handSwipeHelp_Top>img {
    -webkit-transform: rotateZ(75deg);
    transform: rotateZ(75deg);
}

.textContainer a {
    color: inherit;
}

.annotationPanel>.topBox>.annoBtnBox>div {
    margin-left: 3px;
    border-radius: 2px;
}

.annotationPanel>.topBox>.annoBtnBox>div:hover {
    background: #d3d3d8;
}

.annotationPanel>.topBox>.annoBtnBox .anno-split-line {
    float: left;
    width: 1px;
    height: 12px;
    margin: 13px 5px 11px 9px;
    background: rgba(0,0,0,0.25);
}

.anno-noteAdd {
    cursor: pointer;
    position: absolute;
    right: -22px;
    z-index: 1111;
    top: 0;
    width: 18px;
    height: 22px;
    background: url(./icon/note_page_add.png) top right no-repeat;
}

.anno-noteAdd:hover {
    opacity: .85;
}

.noteBox .note-btn-icon:hover {
    opacity: .5;
}

.annotationPanel.mobile>.topBox>.annoBtnBox>div {
    margin-left: 14px;
    border-radius: 2px;
}

.annotationPanel.mobile>.topBox>.annoBtnBox .anno-split-line {
    float: left;
    width: 1px;
    height: 25px;
    margin: 14px 5px 0 9px;
    background: #767676;
}

.assist-control {
    position: absolute;
    bottom: 40px;
    left: 23px;
    width: 94px;
    height: 94px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.assist-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgba(11,11,11,0.35);
    float: left;
    margin: 3px;
    text-align: center;
    line-height: 40px;
}

.assist-btn .assist-icon {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    float: left;
}

.assist-play .assist-icon {
    background-image: url('icon/player-play.png');
}

.assist-pause .assist-icon {
    background-image: url('icon/player-pause.png');
}

.assist-next .assist-icon {
    background-image: url('icon/NE.png');
}

.assist-prev .assist-icon {
    background-image: url('icon/PR.png');
}

.assist-sound .assist-icon {
    background-image: url('icon/player-volume-full.png');
}

.assist-muted .assist-icon {
    background-image: url('icon/player-volume.png');
}

.assist-btn:hover {
    opacity: .8;
}

.assist-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: .5;
    background-color: rgba(11,11,11,0.35);
}

.assist-close .assist-icon {
    width: 20px;
    height: 20px;
    background-image: url('icon/close.png');
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
}

.assistantButton {
    z-index: 111;
    transition: all .3s;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 32px;
    cursor: pointer;
    opacity: .5;
    background: url(./icon/assistant.png) center center no-repeat;
    background-size: contain;
}

.assistantButton:hover {
    opacity: 1;
}

.hover_opacity:hover {
    opacity: .8;
}

.hover_background:hover {
    background: rgba(0,0,0,0.1);
}

.bookmark_form .item:hover {
    background: rgba(0,0,0,0.1);
}

.pctel_form {
    font-family: Arial;
    position: absolute;
    margin: auto;
    vertical-align: middle;
    width: 200px;
}

.pctel_form .stage {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.pctel_form .swiper {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pctel_form .swiper .item {
    position: relative;
    font-size: 14px;
    min-height: 40px;
    display: table;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.pctel_form .text_bubble_content {
    border-radius: 0;
}

.pctel_form .swiper .item .number {
    width: 72px;
    text-align: center;
    display: table-cell;
    padding: 4px;
    vertical-align: middle;
}

.pctel_form .swiper .item a {
    display: table-cell;
    padding: 4px;
    width: 112px;
    text-align: center;
    vertical-align: middle;
}

.pctel_form .stageArrow {
    position: absolute;
    font-size: 0;
    z-index: 1;
    overflow: hidden;
    bottom: -3px;
}

.pictureList_win10 {
    width: 150px;
    height: 196px;
    position: absolute;
    left: 0;
}

.pictureList_win10 .thumbnail .page {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.pictureList_win10 .thumbnail img {
    vertical-align: middle;
    width: 100%;
}

.pictureList_win10 .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: auto;
    z-index: 3;
}

.pictureList_win10 .leftBtn {
    left: 0;
}

.pictureList_win10 .rightBtn {
    right: 0;
}

.pictureList_win10 {
    left: 0;
    text-align: center;
    vertical-align: middle;
}

.pictureList_win10 .thumbnail {
    width: 100%;
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
}

.pictureList_win10:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.clickToRead {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: auto;
    margin-left: -70px;
    margin-top: -20px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    z-index: 5000;
    transition: opacity .25s,background-color .25s;
    transition-delay: .5s,0s;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: 500;
}

.clickToRead:hover {
    background-color: rgba(0,0,0,0.8);
}

.calendar_form {
    z-index: 9999;
}

.calendar_form .head {
    border-bottom: 1px solid rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 90px;
    color: #333940;
}

.calendar_form .title2 {
    top: 10px;
    margin-left: 20px;
    position: relative;
    padding-left: 30px;
    color: #333940;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-weight: bold;
}

.calendar_form .title2 img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
}

.calendar_form .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 4px;
    right: 20px;
    left: auto;
}

.calendar_form .close img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.calendar_form .dataButton {
    position: absolute;
    width: 122px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    top: 11px;
    background: #f3f3f3;
    left: 50%;
    margin-left: -71px;
    border-radius: 37px;
    font-size: 12px;
    text-align: center;
    padding-right: 20px;
    cursor: pointer;
}

.calendar_form .dataButton img {
    position: absolute;
    top: 11px;
    right: 20px;
    width: 10px;
    height: 5px;
}

.calendar_form .loading {
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.calendar_form .item {
    border-bottom: 1px solid rgba(0,0,0,0.04);
    padding: 10px 20px 10px 20px;
    height: 100px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.calendar_form .item .h2 {
    margin-left: 100px;
    color: #333940;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendar_form .item .time {
    margin-top: 10px;
    margin-left: 100px;
    line-height: 16px;
    color: #666;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendar_form .item .image {
    width: 80px;
    height: 100px;
    position: absolute;
    left: 20px;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.calendar_form .tips {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.calendar_form .item .tip {
    margin-top: 8px;
    color: #666;
    background: #f4f5f7;
    font-size: 10px;
    text-align: center;
    width: 60px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
    margin-left: 100px;
}

.calendar_form .search {
    height: 40px;
    width: 100%;
    position: relative;
    margin-top: 17px;
}

.calendar_form .calendar_searchBar {
    width: 247px;
    height: 36px;
    position: absolute;
    left: 16px;
}

.calendar_form .searchInput {
    border: 1px solid #ddd;
    padding: 10px;
    width: 227px;
    height: 16px;
    font-size: 13px;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

.calendar_form .searchButton {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 9px;
}

.calendar_form .searchButton img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.calendar_form .searchCancleButton {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 9px;
    display: none;
}

.calendar_form .searchCancleButton img {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
    cursor: pointer;
}

.calendar_form .dateButton {
    width: 118px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: 19px;
    background: #363636;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
}

.calendar_form .dateButton input {
    width: 118px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #363636;
    color: #fff;
    font-size: 13px;
    padding: 0;
    padding-left: 20px;
    cursor: pointer;
}

.calendar_form .dateButton img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.calendar_form .calendar_empty {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 181px;
    display: none;
}

.calendar_form .calendar_empty img {
    height: 130px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.calendar_form .calendar_empty p {
    text-align: center;
    color: #666;
    font-size: 14px;
    top: 141px;
    position: relative;
}

.calendar_form .jeitem {
    text-align: center;
    color: #666;
    font-size: 14px;
    top: 141px;
}

.calendar_form .dateButton input::-webkit-input-placeholder {
    color: white;
}

.calendar_form .dateButton input:-moz-placeholder {
    color: white;
}

.calendar_form .dateButton input::-moz-placeholder {
    color: white;
}

.calendar_form .dateButton input:-ms-input-placeholder {
    color: white;
}

.toolbar_head {
    position: absolute;
    width: 100px;
    height: 82px;
    top: 70px;
    left: 0;
    z-index: 1000;
}

.toolbar_head .btn {
    cursor: pointer;
    width: 48px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    top: 0;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    background: #fff;
}

.toolbar_head .btn img {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 8px;
    left: 20px;
}

.toolbar_head .btn:hover {
    opacity: .8;
}

.message_form {
    width: 310px;
    height: 120px;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    background: #000;
    vertical-align: middle;
}

.message_form .content {
    width: 310px;
    height: 120px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.message_form .content .title {
    line-height: 30px;
    font-size: 18px;
    text-align: left;
}

.message_form .content .btn {
    cursor: pointer;
    font-size: 14px;
    border-radius: 2px;
    width: 66px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.2);
}

.message_form .content .btnCancle {
    right: 80px;
}

.neat_menu .slider {
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: hsla(0,0%,100%,0.4);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.2);
}

.neat_menu .sliderEnter {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 6px;
    background: #fff;
    border-radius: 4px;
}

.neat_menu .pointer {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -15px;
    left: 0;
    top: -14px;
}

.neat_menu .pointer div {
    border: 1px solid rgba(0,0,0,0.2);
    background: #fff;
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.neat_menu .thumbnail {
    width: 74px;
    height: 120px;
    position: absolute;
    margin-left: -37px;
    left: 0;
    top: -140px;
    z-index: 300;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: none;
    border: 1px solid rgba(0,0,0,0.7);
}

.neat_menu .thumbnail span {
    width: 36px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.7);
}

.unSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.alert-success {
    min-width: 380px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ebeef5;
    color: #5cb85c;
    position: fixed;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    background-color: #edf2fc;
    text-align: center;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 16px;
    transition: all .25s;
    opacity: 0;
    z-index: 999999;
}

.alert-success.phone {
    min-width: 260px;
    max-width: 100%;
}

.alert-success.error {
    color: #e67b6d;
    background-color: #f5cec9;
}

.alert-success.show {
    opacity: 1;
    -webkit-transform: translate(-50%,15px);
    -moz-transform: translate(-50%,15px);
    -ms-transform: translate(-50%,15px);
    transform: translate(-50%,15px);
}

.chatbot-drag {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 50px;
    background: transparent;
    z-index: 1;
    pointer-events: auto;
    cursor: pointer;
}

.chatbot-frame {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    position: absolute;
    z-index: 0;
}

.chatbot-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}

.download-password-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.download-password-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.download-password-container {
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.download-password-head {
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.download-password-subTitle {
    margin-top: 4px;
    font-size: 18px;
}

.download-password-input {
    box-sizing: border-box;
    padding: 0 10px;
    width: 288px;
    height: 40px;
    line-height: 40px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.download-password-confirm {
    width: 288px;
    height: 40px;
    line-height: 40px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #80bbff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: not-allowed;
}

.download-password-confirm-right {
    background: #0076fe;
    cursor: pointer;
}

.tableofcontent_form .item .page {
    padding: 0 15px;
}

.topRightBar {
    z-index: 99;
    position: absolute;
    right: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.topRightButton {
    z-index: 99;
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.topRightBar .topRightButton {
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 8px;
    position: initial;
    top: initial;
    right: initial;
}

.fbToolBar .topRightButton {
    top: initial;
    right: 12px;
    height: 100%;
}

.fbTopBar .topRightButton {
    top: initial;
    right: 12px;
    height: 100%;
}

#createButton a {
    box-sizing: border-box;
    display: inline-flex;
    height: 32px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #0076fe;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
}

#createButton a:hover {
    text-decoration: none;
}

#createButton img {
    width: 16px;
    height: 16px;
}

.access-btn {
    z-index: 98;
    position: absolute;
    left: 18px;
    top: 60px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
}

.access-btn>img {
    width: 26px;
    height: 26px;
}

.access-box {
    display: none;
    box-sizing: border-box;
    z-index: 98;
    position: absolute;
    left: 60px;
    top: 60px;
    max-width: 491px;
    width: calc(100% - 60px);
    max-height: 100%;
    height: calc(100% - 110px);
    background: #000;
    flex-direction: column;
    padding: 17px 20px;
    border-radius: 8px;
    gap: 20px;
    overflow: scroll;
    color: #fff;
}

.access-box-active {
    display: flex;
}

.access-box-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: Inter,Helvetica;
    font-weight: 600;
    color: #fff;
}

.access-head-text {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.access-close-btn {
    cursor: pointer;
    border: 0;
    background: none;
}

.access-box-content {
    flex: 1 1 1px;
    font-size: 16px;
    font-family: Inter,Helvetica;
    font-weight: 400;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.access-page-num {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.access-text-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: auto;
    position: relative;
    font-size: 16px;
}

.access-text-content p {
    user-select: text;
    white-space: pre-line;
    overflow-wrap: break-word;
}

.access-box-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-family: Inter,Helvetica;
    font-weight: 500;
    color: #000;
}

.access-box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-width: 112px;
    width: 100%;
    height: 41px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    border: 0;
}

.access-main-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.access-size-btn-box {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.access-size-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    border: 0;
    padding: 0;
}

.access-btn-inactive {
    opacity: .5;
    cursor: not-allowed;
}

@media screen and(max-width: 500px) {
    .access-box {
        display:flex;
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        gap: 10px;
        padding: 10px;
        border-radius: 0;
        transform: translatex(100%);
        transition: all .3s ease-in-out;
    }

    .access-box-active {
        transform: translatex(0);
    }

    .access-box-content {
        gap: 10px;
    }
}

.jedatebox {
    min-width: 230px;
    height: auto;
    font-family: 'PingFangSC-Light','PingFang SC','Segoe UI','Lucida Grande','NotoSansHans-Light','Microsoft YaHei','\5FAE\8F6F\96C5\9ED1',STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif;
    font-size: 12px;
    cursor: default;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    float: left;
}

.jedatebox * {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-family: 'PingFangSC-Light','PingFang SC','Segoe UI','Lucida Grande','NotoSansHans-Light','Microsoft YaHei','\5FAE\8F6F\96C5\9ED1',STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif;
}

.jedatebox ul,.jedatebox ol,.jedatebox li,.jedatebox dl {
    list-style-type: none;
    font-style: normal;
    font-weight: 300;
}

.jedatebox .yearprev {
    left: 0;
    background-image: url("data:image/gif;base64,R0lGODlhCgAJAIABAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTlGMDg3QzU5MTFFN0JBRTlEQTkyOEUwODNCRTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTlGMDk3QzU5MTFFN0JBRTlEQTkyOEUwODNCRTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFOUYwNjdDNTkxMUU3QkFFOURBOTI4RTA4M0JFNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFOUYwNzdDNTkxMUU3QkFFOURBOTI4RTA4M0JFNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAAKAAkAAAIUjAOXurDoYHM01msuZWmz/GRKUAAAOw==");
}

.jedatebox .monthprev {
    left: 25px;
    background-image: url("data:image/gif;base64,R0lGODlhBQAJAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEIxREZCQ0E3NTFCMTFFNkIxRDFEQzhDMDRCNjUxNDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEIxREZCQ0I3NTFCMTFFNkIxRDFEQzhDMDRCNjUxNDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjFERkJDODc1MUIxMUU2QjFEMURDOEMwNEI2NTE0NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjFERkJDOTc1MUIxMUU2QjFEMURDOEMwNEI2NTE0NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAAFAAkAAAIMjAMHidsLXTRQMVoAADs=");
}

.jedatebox .yearnext {
    right: 0;
    background-image: url("data:image/gif;base64,R0lGODlhCgAJAIABAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTY1NkU0RjI3QzU5MTFFNzkyQjJCMUY3QTc5MEFDRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTY1NkU0RjM3QzU5MTFFNzkyQjJCMUY3QTc5MEFDRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNjU2RTRGMDdDNTkxMUU3OTJCMkIxRjdBNzkwQUNGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNjU2RTRGMTdDNTkxMUU3OTJCMkIxRjdBNzkwQUNGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAAKAAkAAAIUDIKHqaB83JO0VWmujW71vBheWAAAOw==");
}

.jedatebox .monthnext {
    right: 25px;
    background-image: url("data:image/gif;base64,R0lGODlhBQAJAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUJDNTNBNTY3NTFCMTFFNkJGMjJFRDQ2NDZCQ0RDMDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUJDNTNBNTc3NTFCMTFFNkJGMjJFRDQ2NDZCQ0RDMDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQkM1M0E1NDc1MUIxMUU2QkYyMkVENDY0NkJDREMwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQkM1M0E1NTc1MUIxMUU2QkYyMkVENDY0NkJDREMwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAAFAAkAAAIMRB5gp9v2YlJsJRQKADs=");
}

.jedatebox .close {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAD1BMVEUAAAD///////////////+PQt5oAAAABXRSTlMA7EVAqXfg41MAAAA3SURBVAjXFcpBDQAgFMPQBhyAAUgQABbwL+p3u72sfNzhLWiTPmBfpEAGMvDxTWaczFiATCaFLLrRBFJkVRgXAAAAAElFTkSuQmCC");
    cursor: pointer;
}

.jedatebox .jedateym .pndrop {
    width: 14px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/gif;base64,R0lGODlhCQAFAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDRERDNEMjA3NTFCMTFFNkE0QjFBRTExMDY2QjY5MEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDRERDNEMjE3NTFCMTFFNkE0QjFBRTExMDY2QjY5MEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NEREM0QxRTc1MUIxMUU2QTRCMUFFMTEwNjZCNjkwRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NEREM0QxRjc1MUIxMUU2QTRCMUFFMTEwNjZCNjkwRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAAJAAUAAAIKhH+BGYoNGWxgFgA7");
}

.jedatebox .jedateym .prev,.jedatebox .jedateym .next {
    width: 15%;
    height: 40px;
    float: left;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

.jedatebox em,.jedatebox i {
    height: 40px;
    margin: 0;
    padding: 0;
    font-style: normal;
    display: inline-block;
    font-size: 16px;
}

.jedatetipscon {
    color: #333;
    float: left;
    overflow: hidden;
    background-color: #FFFEF4;
    line-height: 22px;
    padding: 6px;
    border: 1px #f7ce39 solid;
    font-style: normal;
    font-family: Arial,"\5b8b\4f53",'sans-serif';
    font-size: 12px;
    font-weight: 300;
}

.jedatetipscon p {
    padding: 0;
    margin: 0;
}

.jedatetipscon p.red {
    color: #f00;
}

.jedatebox .jedate-tips {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    line-height: 20px;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    color: #f00;
    background-color: #FFFEF4;
    border: 1px #f7ce39 solid;
}

.jedatebox .contime ul::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    margin-right: 5px;
    background-color: #f5f5f5;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.jedatebox .contime ul::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.jedatebox .contime ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0,0,0,0.5);
}

.jedatebox .contime ul::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.6);
}

.jedatebox .contime ul::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,0.8);
}

.jedatebox .contime ul::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.4);
}

.jedatebox .jedate-hmsmask {
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,.7);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 36px;
    z-index: 100;
}

.jedateblue {
    background-color: #fff;
}

.jedateblue ol,.jedateblue ul,.jedateblue li,.jedateblue p,.jedateblue span {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.jedateblue table thead,.jedateblue table td {
    border: 1px #fff solid;
}

.jedateblue.grid table thead,.jedateblue.grid table td {
    border: 1px #e2e2e2 solid;
}

.jedateblue .ymsbox {
    overflow: hidden;
    background-color: #fff;
}

.jedateblue .ymsbox .arthead {
    background-color: #00A680;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0 50px;
    position: relative;
}

.jedateblue .ymsbox .arthead.ymfix {
    padding: 0 50px 0 25px;
}

.jedateblue .ymsbox .arthead.ymfix .yearnext {
    right: 25px;
}

.jedateblue .ymsbox .arthead .close {
    right: 0;
}

.jedateblue .ymsbox .arthead em {
    width: 25px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.jedateblue .ymsbox .arthead em:hover {
    background-color: #00C1AA;
}

.jedateblue .ymsbox .arthead p {
    width: 100%;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.jedateblue .ymsbox .artcont {
    overflow: hidden;
    position: relative;
    border: 1px #cecece solid;
    border-top: none;
}

.jedateblue .ymsbox .artcont.spaer:after {
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 49.8%;
    content: "";
}

.jedateblue .ymsbox .ymcon {
    width: 234px;
    padding: 9px 8px;
    float: left;
    background-color: #fff;
    overflow: hidden;
}

.jedateblue .ymsbox .ymcon.spaer {
    border-left: 1px solid #ddd;
}

.jedateblue .ymsbox .ymcon .yul,.jedateblue .ymcon .ymul {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.jedateblue .ymsbox .ymcon .yul td {
    width: 70px;
    height: 41px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-family: Arial,"\5b8b\4f53",'sans-serif';
}

.jedateblue .ymsbox .ymcon .ymul td {
    padding: 0 9px;
    height: 51px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-family: Arial,"\5b8b\4f53",'sans-serif';
}

.jedateblue .ymsbox .ymcon td.disabled {
    color: #bbb;
}

.jedateblue .ymsbox .ymcon td.actdate,.jedateblue .ymsbox .ymcon td.actdate:hover {
    background-color: #00A680;
    color: #fff;
}

.jedateblue .ymsbox .ymcon td.disabled:hover {
    background-color: #fff;
    color: #bbb;
}

.jedateblue .ymsbox .ymcon td:hover {
    background-color: #F2F2F2;
}

.jedateblue .ymsbox .ymcon td.contain,.jedateblue .ymsbox .ymcon td.contain:hover {
    background-color: #D0F0E3;
}

.jedateblue .daybox {
    overflow: hidden;
    background-color: #fff;
}

.jedateblue .daybox .arthead {
    background-color: #00A680;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0 50px;
    position: relative;
}

.jedateblue .daybox .arthead em {
    width: 25px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.jedateblue .daybox .arthead em:hover {
    background-color: #00C1AA;
}

.jedateblue .daybox .arthead p {
    width: 100%;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.jedateblue .daybox .arthead .ymbtn {
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.jedateblue .daybox .arthead .ymbtn:hover {
    background-color: #00C1AA;
    color: #fff;
}

.jedateblue .daybox .artcont {
    overflow: hidden;
    position: relative;
    border: 1px #cecece solid;
    border-top: none;
    float: left;
}

.jedateblue .daybox .artcont.spaer:after {
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    content: "";
}

.jedateblue .daybox .contlist {
    width: 234px;
    float: left;
    padding: 8px;
    overflow: hidden;
}

.jedateblue .daysul {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #fff;
}

.jedateblue .daysul thead {
    background-color: #f5f5f5;
}

.jedateblue .daysul th {
    width: 31px;
    height: 29px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
}

.jedateblue .daysul td {
    width: 31px;
    height: 29px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-family: Arial,"\5b8b\4f53",'sans-serif';
}

.jedateblue .daysul td .nolunar {
    line-height: 29px;
    font-size: 14px;
    font-family: Arial,"\5b8b\4f53",'sans-serif';
}

.jedateblue .daysul td .solar {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    padding-top: 3px;
    display: block;
    font-family: Arial,"\5b8b\4f53",'sans-serif';
}

.jedateblue .daysul td .lunar {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    overflow: hidden;
    display: block;
    font-family: Arial,"\5b8b\4f53",'sans-serif';
    color: #888;
}

.jedateblue .daysul td.actdate,.jedateblue .daysul td.actdate:hover,.jedateblue .daysul td.actdate .lunar {
    background-color: #00A680;
    color: #fff;
}

.jedateblue .daysul td.other,.jedateblue .daysul td.other .nolunar,.jedateblue .daysul td.other .lunar {
    color: #70D1AA;
}

.jedateblue .daysul td.disabled,.jedateblue .daysul td.disabled .nolunar,.jedateblue .daysul td.disabled .lunar {
    color: #bbb;
}

.jedateblue .daysul td.contain,.jedateblue .daysul td.contain:hover {
    background-color: #D0F0E3;
}

.jedateblue .daysul td.disabled:hover {
    background-color: #fff;
}

.jedateblue .daysul td:hover {
    background-color: #F2F2F2;
}

.jedateblue .daysul td.red {
    color: #f00;
}

.jedateblue .daysul td .marks {
    width: 5px;
    height: 5px;
    background-color: #f00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 4px;
}

.jedateblue .daysul td.actdate .marks {
    width: 5px;
    height: 5px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: 4px;
}

.jedateblue .timebox {
    overflow: hidden;
    background-color: #fff;
}

.jedateblue .timebox .arthead {
    background-color: #00A680;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0 25px;
    position: relative;
}

.jedateblue .timebox .arthead em {
    width: 25px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.jedateblue .timebox .arthead em:hover {
    background-color: #00C1AA;
}

.jedateblue .timebox .arthead .close {
    right: 0;
}

.jedateblue .timebox .artcont {
    overflow: hidden;
    position: relative;
    border: 1px #cecece solid;
    border-top: none;
}

.jedateblue .timebox .artcont.spaer:after {
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 49.8%;
    content: "";
}

.jedateblue .timebox .timelist {
    margin: 0 auto;
    padding: 0 12px 7px 11px;
    float: left;
}

.jedateblue .timebox .textbox {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 4px;
    text-align: center;
}

.jedateblue .timebox .textbox p {
    width: 70px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.jedateblue .timebox .contime {
    width: 211px;
    margin: 0 auto 6px auto;
    border: 1px solid #ddd;
    border-right: none;
    overflow: hidden;
}

.jedateblue .timebox .contime ul {
    width: 70px;
    height: 174px;
    float: left;
    border-right: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
}

.jedateblue .timebox .contime ul li {
    width: 100%;
    float: left;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-family: Arial,"\5b8b\4f53",'sans-serif';
}

.jedateblue .timebox .contime ul li:hover {
    background-color: #F2F2F2;
}

.jedateblue .timebox .contime ul li.action,.jedateblue .timebox .contime ul li.action:hover {
    background-color: #00A680;
    color: #fff;
}

.jedateblue .timebox .contime ul li.disabled {
    background-color: #fbfbfb;
    color: #ccc;
}

.jedateblue .timebox .contime ul li.disabled.action {
    background-color: #00A680;
    color: #FFF;
    filter: Alpha(opacity=30);
    opacity: .3;
}

.jedateblue .mainfoot {
    height: 36px;
    line-height: 36px;
    padding: 0 4px;
    border: 1px #cecece solid;
    border-top: none;
}

.jedateblue .mainfoot .timecon {
    line-height: 36px;
    display: inline-block;
    float: left;
    font-size: 14px;
    border: 1px #ddd solid;
    margin-top: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.jedateblue .mainfoot .timecon em {
    width: 24px;
    float: left;
    padding: 0;
    border: none;
    text-align: center;
    display: block;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    outline: none;
    -moz-outline: none;
    font-size: 14px;
    font-family: 'Avenir Next',Avenir,'Helvetica Neue',Helvetica,'Lantinghei SC','Hiragino Sans GB','Microsoft YaHei','\5FAE\8F6F\96C5\9ED1',STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif;
}

.jedateblue .mainfoot .timecon em[disabled] {
    background-color: #f0f0f0;
    color: #aaa;
}

.jedateblue .mainfoot .timecon span {
    padding: 0 5px;
    float: left;
    height: 26px;
    line-height: 24px;
    font-style: normal;
    display: block;
    text-align: center;
    background-color: #f0f0f0;
}

.jedateblue .mainfoot .timecon i {
    width: 6px;
    float: left;
    height: 26px;
    line-height: 24px;
    font-style: normal;
    display: block;
    text-align: center;
}

.jedateblue .mainfoot .btnscon {
    line-height: 36px;
    margin-top: 4px;
    display: inline-block;
    float: right;
    font-size: 12px;
    border-radius: 4px;
    overflow: hidden;
}

.jedateblue .mainfoot .btnscon span {
    float: left;
    padding: 0 5px;
    border-right: 1px #fff solid;
    background-color: #00A680;
    color: #fff;
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    font-family: Arial,"\5b8b\4f53",'sans-serif';
}

.jedateblue .mainfoot .btnscon span:last-child {
    border-right: none;
}

.leftShadow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    background-repeat: repeat-y;
    background-size: 100%;
}

.rightShadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    background-repeat: repeat-y;
    background-size: 100%;
}

.upShadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.downShadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.magazine.leftShadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAAABCAYAAADQO/BKAAAASElEQVQYlZ2NSQrAMAwDR0n//2X3kBpMkEOoQGjBiyJCLJxUTf7bOV+VJifC+KrR5Fu6PYxHkoDxMf0s3TQcwNPoPrffyh96AcOpHU0esqcJAAAAAElFTkSuQmCC");
}

.magazine.rightShadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJEAAAABCAYAAADevkxgAAAAj0lEQVQokZVPQQqEMBBL2o61UgqC4KVHv+P/f9PsYVF2ZdlqIAyTBCZDADsA4Q198Lr32Dpa+6UNw3DcaSS/siRbjBEkRfL0nXMNgHLOIinn3DnNrJVS4L1XCEEhBJmZzEzLsmAcR03TpJyzSima51nruiqlxFqrAGDbtuP/A0QfdzJPce1xx3ui39X+dnkBlW9HAKd4Q+sAAAAASUVORK5CYII=");
}

.magazine.upShadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABvCAYAAAAt66qjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABPSURBVChTrY9ZDgAQDERruf+Vi34YmqmQ6MfLLFGIqqYsfQYuFMCyP0VonQJYBmhknQJY9o5wiyuWt4yxz+QJ2LIXZhmsrUfFTkDBzsslNdUbHiOHhXZoAAAAAElFTkSuQmCC");
}

.magazine.downShadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACRCAYAAAACc9LKAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACXSURBVChTpY7bCsMgDEBjvFRFBEHwxV/a//+NWWZldqzr2i0PhyQnmgDHDRn0ADyzib3eWbSTYpZvwhgzL2gohNjannGv4bIssNpezjmOMRdC6Lb3tpnWumGMEVBKSaiUGmAxkHMGtNYSeu/HV/yCMKVEWEohdM4JrLX2vbyPyPTsFWKn9xGXhv/BevMhjkd+tNfFdwtwB1YvSbWgjf3VAAAAAElFTkSuQmCC");
}

.book.leftShadow {
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,EndColorStr='#cc3f3f3f',StartColorStr='#007b7b7b');
    background-image: linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -o-linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -moz-linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -webkit-linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -ms-linear-gradient(right,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
}

.book.rightShadow {
    background-image: linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -o-linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,EndColorStr='#00C8C8C8',StartColorStr='#CC5D5D5D');
}

.book.upShadow {
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,EndColorStr='#cc3f3f3f',StartColorStr='#007b7b7b');
    background-image: linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -o-linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -moz-linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -webkit-linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
    background-image: -ms-linear-gradient(bottom,rgba(60,60,60,0.4) 0,rgba(50,50,50,0.1) 54%,rgba(200,200,200,0) 100%);
}

.book.downShadow {
    background-image: linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -webkit-linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -moz-linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -o-linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    background-image: -ms-linear-gradient(top,rgba(53,53,53,0.5) 0,rgba(53,53,53,0.2) 40%,rgba(53,53,53,0.1) 60%,rgba(200,200,200,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,EndColorStr='#00C8C8C8',StartColorStr='#CC5D5D5D');
}

.flip-shadowB2 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABCAYAAACCGM0BAAAAOklEQVQImXWO0QoAIAgDr///YzPrxWCMeji2iTgHsIFqlpGi18/2L1USCMlh87D9X/bbr25Hfy/JdQBz/TsEbrOLMAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    overflow: hidden;
    width: 60px;
    z-index: 20;
    position: absolute;
    visibility: hidden;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    transform: translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-top-edge-shadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAEUlEQVQImWMUFhbWl5CUcAAAA6cA84gDP9QAAAAASUVORK5CYII=");
    background-repeat: repeat-y;
    width: 3px;
    overflow: hidden;
    visibility: hidden;
    z-index: 21;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    transform: translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-top-hightlight-shadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAABCAYAAADTjP5iAAAASUlEQVQImQXBIRKAMAwEwGMgTS4MtLVIDG+nlhdhG08tu1Nr7RARppTcaBvJQnp2srqz0Lyq6W6qeRFZAVwATgDzN8YbEU/0fv8rLA6f2wxeewAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    width: 18px;
    overflow: hidden;
    visibility: hidden;
    z-index: 22;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    transform: translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-front-top-hightlight-shadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAABCAYAAACmAULBAAAAVUlEQVQYlW3Oyw6AIAxE0UtE0P//WAXBuinJpHFxMn0s2mRmGcjABuxAkazikIxOp30NsxoUkf3m+mNJAuAFDJju8exeN6+buyUvEfu/XZNUXe4NYHyaqCkBrhnpdAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 78px;
    overflow: hidden;
    visibility: hidden;
    z-index: 23;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    transform: translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-topshadow2 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAAABCAYAAACscS7WAAAA90lEQVQokU2QO7JtOQhD9fFk7/zjrdWBj191QIEQCEr++/uzbSUhiV44URO1cVIloa2bKic0Vfsias+tT3Vyc1qdHp2+uuq5c6dHPf/XqNqjc6J74+Lm4rbuiZImrXr/9C+UJE3tWLadJIktx7Ej2f5RtiI5SLFkSRGyjJEjkKQCljAokgIEHiaM2xP+cWUYrUNhGFagY3d+y6BAxsVs/Xh667Yy8u0L0O3tX25bbqa8mq8b+cdD931X++1/y7f1nw5P52nS7cvTub8u23d/GBlf+ZZBHt5HYNkI3H22jtd/HNn1JIxMM3s+/Dy8vefnz28s5Alr838eQCtDnbN/rgAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 260px;
    overflow: hidden;
    visibility: hidden;
    z-index: 20;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    transform: translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-vertical-shadowB2 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8CAYAAACn8dD6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABDSURBVChTYwCC/0xA4h+c+IuF+IPKQnB/w7k4WWgEWOIXqhiCi5BFU4KmDpsYNiuxOQjMwkageRUSGsxAggFIMDAAAH9eOYFL8ExkAAAAAElFTkSuQmCC");
    background-repeat: repeat-x;
    overflow: hidden;
    height: 60px;
    z-index: 20;
    position: absolute;
    visibility: hidden;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    transform: translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-top-edge-shadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAASSURBVBhXYxAWFtZnkpCUcAAABBEA9Or2CWQAAAAASUVORK5CYII=");
    background-repeat: repeat-x;
    height: 3px;
    overflow: hidden;
    visibility: hidden;
    z-index: 21;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    transform: translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-top-hightlight-shadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAASCAYAAACaV7S8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABVSURBVBhXFcc7DoAgEEXRydNhPkaR1g24dmldkS300pigNjfnUs55AzMbQggONZ1hZusXj3CzBPd/1RNEZYGKRIzME4hop97782vA3dqFWuuJWsrxAsikEpX1bl+vAAAAAElFTkSuQmCC");
    background-repeat: repeat-x;
    height: 18px;
    overflow: hidden;
    visibility: hidden;
    z-index: 22;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    transform: translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-front-top-hightlight-shadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABRCAYAAAATm8x+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABfSURBVChTbc5JEsAgCARAspv/PzabkYQ5MAXlpWtEBURV51FEwGQsxhrTFikx9didVMO3dJHaA8wl2A8LcVMyRMRohhqv83i6/Xj5EQmcMR2RXi3BJ+jClMBc7lJ/pH7ykCmgdSDMWgAAAABJRU5ErkJggg==");
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 78px;
    overflow: hidden;
    visibility: hidden;
    z-index: 23;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    transform: translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-topshadow2 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACtCAYAAABxyxUcAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEdSURBVDhPTZFZEsMwDELl5bK5/7fl8pCdNJ0yAiG8xfM8rbfWouvbgKsDDRiGAenj+MYYTQ3ohFJJe8ET89IpmLZQSRSlO6kOdfdOuGvzf6iBseldicp4tNrk2Ya2hkXR/NHOiThCgSkGmfXTUfWVJkfrgUzRI4S6IF8Tkkal6RZCVaMMqthUbTc1GNs7aIy+t7QIGpLKLM3watAsjWQ3iiogHZqjJ+aiW9Td3HlnU1V6gllVRxOMvoo6lCg005ULjaj88q5FoKiqvJeX7mXt7d7Fc5GHtr68JVhof8k07qwB6m0o4EuuJctcSxrQRJ3so35aLlU65dH2vnm1eF2su59FoMoXiw8aKVqhWKpLdRqXHjDVS/P8yQtGZvsBSUUsmmgUOYgAAAAASUVORK5CYII=");
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 260px;
    overflow: hidden;
    visibility: hidden;
    z-index: 20;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    transform: translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-shadowB {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAyCAYAAACqNX6+AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAMVJREFUeJzt0TsOwyAQQEEbfP8T51clhYNTpJrijbRCbAdv37btue/7c4zxOJ/vOd/HGI855311X53vOd//neM4bovdfc652n/t/pmrt6zOqz/69bef/RZKQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxBMQTAFwRQEUxDMCxXMZl/4RH3JAAAAAElFTkSuQmCC");
    background-repeat: repeat-y;
    overflow: hidden;
    width: 100px;
    opacity: .2;
    z-index: 20;
    position: absolute;
    visibility: hidden;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    transform: translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-topshadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAAyCAYAAABI6WXHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFLaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz6eHGDvAAABBUlEQVR4Xu3RywrCMBQG4dQ2vv/T9i54UnKkFNzPYj74TRWNixmO43i17fs+xq5z27ZxXdcpdp3Lsoyxdv42z3Nbzec4a579O9cZv6/9rhr3TnH/b/G/9TzPsZQyxertbHvfzufz87P8Ta7dk2v354bYP5++M3b07bGtb71t6Ztv5/M53z+Xd7Q78/7r/17xIghjgBgDxBggxgAxBogxQIwBYgwQY4AYA8QYIMYAMQaIMUCMAWIMEGOAGAPEGCDGADEGiDFAjAFiDBBjgBgDxBggxgAxBogxQIwBYgwQY4AYA8QYIMYAMQaIMUCMAWIMEGOAGAPEGCDGADEGiDFAjAFiDIxSvrXsgWjB4GEcAAAAAElFTkSuQmCC");
    background-repeat: repeat-y;
    width: 100px;
    overflow: hidden;
    visibility: hidden;
    z-index: 20;
    position: absolute;
    opacity: .2;
    -webkit-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleX(1) rotate(0);
    transform: translate3d(0,0,0) scaleX(1) rotate(0);
}

.flip-vertical-shadowB {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABjCAYAAADZ7VPjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFLaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz6eHGDvAAACmElEQVR4Xt3GUWcqAAAF4B3LMinJRDKRmJGIkREjxogRERERET3EiOjhMmLEHmKMGDFGRIyIETERkZgxMZPIZDbJpsm9D+dPnPs9ffhnvfEfwObm5i8vDQaDYcVLw9bW1g8vDUaj8ZuXhu3t7SUvDSaTacFLg9ls/uKlwWKxfPLSYLVaP3hpsNlsc14adnZ23nlpsNvtM14aHA7HlJcGp9M54aVhd3f3jZcGl8v1ykuD2+0e89Lg8XheeGnY29t75qVhf3//iZcGr9c74qXB5/MNeWnw+/0DXhoODg76vDQEAoEeLw2Hh4ePvDQEg8EuLw1HR0cdXhpCodADLw3Hx8dtXhpOTk5avDSEw+F7XhpOT0+bvDREIpEGLw3RaLTOS0MsFrvjpSEej9/y0pBIJGq8NCSTyRteGlKpVJWXhnQ6fc1LQyaTueKlIZvNVnhpyOVyl7w0nJ2dlXlpyOfzF7w0FAqFEi8NxWLxnJeGP//w0nB+fl7kpaFUKhV4abi4uMjz0lAul894abi8vMzx0lCpVLK8NFxdXWV4abi+vk7z0lCtVlO8NNzc3CR5aajVagleGm5vb+O8NNzd3cV4aajX61FeGhqNRoSXhmazecpLw/39fZiXhlardcJLQ7vdPual4eHhIcRLQ6fTOeKlodvtBnlpeHx8POSlodfrBXhp6Pf7B7w0DAYDPy8Nw+HQx0vDaDTy8tLw9PS0z0vD8/PzHi8NLy8vHl4axuOxm5eG19dXFy8Nb29vu7w0TCYTJy8N0+nUwUvDbDaz89Lw/v6+w0vDfD638dLw8fFh5aXh8/PTwkvD19eXmZeGxWJh4qVhuVxu89Lw/f1t5KXh5+dni5eG1Wpl4KXh9/d3k5eG9XoNXtjGxl8L/sWgOuERLQAAAABJRU5ErkJggg==");
    background-repeat: repeat-x;
    overflow: hidden;
    height: 100px;
    opacity: .2;
    z-index: 20;
    position: absolute;
    visibility: hidden;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    transform: translate3d(0,0,0) scaleY(1) rotate(0);
}

.flip-vertical-topshadow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABjCAYAAADZ7VPjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFLaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz6eHGDvAAACU0lEQVR4Xu3cv2tTYRjF8TwSJbYQkAgaChIKJTgYUDAg1ICDGRykdDCgg4GCEhzEODhEHCQoCKFDIXTRDC5ZOgSnDC0ECpJFDDjEpRGHVDAoQTFIRM3hPH9Ez0s/8MJ3PdO9cH/YdDo9EgmATSaTqLc0G4/Hx7yl2Wg0Ou4tzYbD4by3NBsMBnFvadbv9094S7Ner3fSW5p1u91T3tKs0+kseEuzdrt9xluatVqtRW9p1mw2l7ylWaPROOstzer1+jlvaVar1c57S7NqtXrRW5pVKpVL3tKsXC5f9pZmpVLpirc0KxaLV72lWaFQuOYtza7PeEuzfD6/6i3NcrncDW9pls1mb3pLs0wmc9tbmqXT6TVvaZZKpe56S7NkMnnPW5olEon73tIsHo8/9JZmsVjskbc0i0ajFW9pNjtPmNow5ClTG4Y8Y2rDkBdMbRiyztSGIRtMbRiyydSGIS+Z2jDkNVMbhjSZ2jBki6kNQ94wtWFIm6kNQ3aY2jBkl6kNQ7pMbRjyjqkNQz4wtWHIR6Y2DNljasOQz0xtGLLP1IYhX5naMOQ7UxuG/GBqw5BfTG0Y8pupDUP+MLVhyF+mNgz5x9QWxLcjcDjkoDkcctAEMySoC2Iwtyg/mdow5BtTG4Z8YWrDkE9MbRjSZ2rDkPdMbRjylqkNQ7aZ2jAkmEdvwTzVfcXUhiHBvIvynKkNQx4ztWHIA6Y2DLnD1IYht5jaMGSFqQ1D8kxtGLLM1IYhF5jaMCSM79lnJ8XUhiGnmdowJIw/1czOHFMbhhxlKotE/gMzamDZt0bnMAAAAABJRU5ErkJggg==");
    background-repeat: repeat-x;
    height: 100px;
    overflow: hidden;
    visibility: hidden;
    z-index: 20;
    position: absolute;
    opacity: .2;
    -webkit-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -moz-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -ms-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    -o-transform: translate3d(0,0,0) scaleY(1) rotate(0);
    transform: translate3d(0,0,0) scaleY(1) rotate(0);
}

.cover_shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.flip_x {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

.flip_y {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleX(-1);
    transform: scaleY(-1);
    filter: FlipV;
}

.hard_top_border {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    background-image: linear-gradient(top,rgba(240,240,200,0.6),rgba(240,240,200,0));
    background-image: -o-linear-gradient(top,rgba(240,240,200,0.6),rgba(240,240,200,0));
    background-image: -moz-linear-gradient(top,rgba(240,240,200,0.6),rgba(240,240,200,0));
    background-image: -webkit-linear-gradient(top,rgba(240,240,200,0.6),rgba(240,240,200,0));
    background-image: -ms-linear-gradient(top,rgba(240,240,200,0.6),rgba(240,240,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#CCF0F0C8',EndColorStr='#00F0F0C8');
}

.hard_inner_left_border {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: linear-gradient(left,rgba(150,150,150,0.4),rgba(180,180,180,0));
    background-image: -o-linear-gradient(left,rgba(150,150,150,0.4),rgba(180,180,180,0));
    background-image: -moz-linear-gradient(left,rgba(150,150,150,0.4),rgba(180,180,180,0));
    background-image: -webkit-linear-gradient(left,rgba(150,150,150,0.4),rgba(180,180,180,0));
    background-image: -ms-linear-gradient(left,rgba(150,150,150,0.4),rgba(180,180,180,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#66969696',EndColorStr='#00B4B4B4');
}

.hard_left_cover_border {
    position: absolute;
    z-index: 0;
    left: 0;
    right: auto;
    top: 0;
    width: 4px;
    height: 100%;
    background-image: linear-gradient(left,rgba(180,180,140,0.6),rgba(180,180,140,0));
    background-image: -o-linear-gradient(left,rgba(180,180,140,0.6),rgba(180,180,140,0));
    background-image: -moz-linear-gradient(left,rgba(180,180,140,0.6),rgba(180,180,140,0));
    background-image: -webkit-linear-gradient(left,rgba(180,180,140,0.6),rgba(180,180,140,0));
    background-image: -ms-linear-gradient(left,rgba(180,180,140,0.6),rgba(180,180,140,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#CCF0F0C8',EndColorStr='#00F0F0C8');
}

.cover_shadow.flip_x .hard_right_border {
    position: absolute;
    left: auto;
    right: 0;
    top: 1px;
    width: 3px;
    background-image: linear-gradient(right,rgba(220,220,180,0.6),rgba(220,220,180,0));
    background-image: -o-linear-gradient(right,rgba(220,220,180,0.6),rgba(220,220,180,0));
    background-image: -moz-linear-gradient(right,rgba(220,220,180,0.6),rgba(220,220,180,0));
    background-image: -webkit-linear-gradient(right,rgba(220,220,180,0.6),rgba(220,220,180,0));
    background-image: -ms-linear-gradient(right,rgba(220,220,180,0.6),rgba(220,220,180,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#00F0F0C8',EndColorStr='#77C8C896');
}

.hard_right_border {
    position: absolute;
    left: auto;
    right: 0;
    top: 1px;
    width: 3px;
    background-image: linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#00F0F0C8',EndColorStr='#77C8C896');
}

.hard_bottom_border {
    position: absolute;
    left: 12px;
    top: auto;
    bottom: 0;
    height: 3px;
    background-image: linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00F0F0C8',EndColorStr='#77C8C896');
}

.cover_shadow.stitch .hard_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: .5%;
    height: 100%;
    background-image: linear-gradient(left,rgba(60,60,40,0.5),rgba(220,220,180,0));
    background-image: -o-linear-gradient(left,rgba(60,60,40,0.5),rgba(220,220,180,0));
    background-image: -moz-linear-gradient(left,rgba(60,60,40,0.5),rgba(220,220,180,0));
    background-image: -webkit-linear-gradient(left,rgba(60,60,40,0.5),rgba(220,220,180,0));
    background-image: -ms-linear-gradient(left,rgba(60,60,40,0.5),rgba(220,220,180,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#CC3C3C28',EndColorStr='#CCDCDCB4');
}

.cover_shadow.stitch .hard_left_body {
    position: absolute;
    left: 2.5%;
    top: 0;
    width: 1.5%;
    height: 100%;
    background-image: linear-gradient(left,rgba(225,225,225,0.1) 0,rgba(225,225,225,0.4) 50%,rgba(40,40,20,0.4) 50%,rgba(40,40,20,0.1) 100%);
    background-image: -o-linear-gradient(left,rgba(225,225,225,0.1) 0,rgba(225,225,225,0.4) 50%,rgba(40,40,20,0.4) 50%,rgba(40,40,20,0.1) 100%);
    background-image: -moz-linear-gradient(left,rgba(225,225,225,0.1) 0,rgba(225,225,225,0.4) 50%,rgba(40,40,20,0.4) 50%,rgba(40,40,20,0.1) 100%);
    background-image: -webkit-linear-gradient(left,rgba(225,225,225,0.1) 0,rgba(225,225,225,0.4) 50%,rgba(40,40,20,0.4) 50%,rgba(40,40,20,0.1) 100%);
    background-image: -ms-linear-gradient(left,rgba(225,225,225,0.1) 0,rgba(225,225,225,0.4) 50%,rgba(40,40,20,0.4) 50%,rgba(40,40,20,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#66DCDCB4',EndColorStr='#00DCDCB4');
}

.cover_shadow.stitch.flip_x .hard_left_body {
    position: absolute;
    left: 2.5%;
    top: 0;
    width: 1.5%;
    height: 100%;
    background-image: linear-gradient(left,rgba(40,40,20,0.1) 0,rgba(40,40,20,0.4) 50%,rgba(225,225,225,0.4) 50%,rgba(225,225,225,0.1) 100%);
    background-image: -o-linear-gradient(left,rgba(40,40,20,0.1) 0,rgba(40,40,20,0.4) 50%,rgba(225,225,225,0.4) 50%,rgba(225,225,225,0.1) 100%);
    background-image: -moz-linear-gradient(left,rgba(40,40,20,0.1) 0,rgba(40,40,20,0.4) 50%,rgba(225,225,225,0.4) 50%,rgba(225,225,225,0.1) 100%);
    background-image: -webkit-linear-gradient(left,rgba(40,40,20,0.1) 0,rgba(40,40,20,0.4) 50%,rgba(225,225,225,0.4) 50%,rgba(225,225,225,0.1) 100%);
    background-image: -ms-linear-gradient(left,rgba(40,40,20,0.1) 0,rgba(40,40,20,0.4) 50%,rgba(225,225,225,0.4) 50%,rgba(225,225,225,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#66DCDCB4',EndColorStr='#00DCDCB4');
}

.cover_shadow.stitch .hard_bottom_border_width {
    left: .5%;
    width: 99%;
}

.cover_shadow.stitch .normal_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(left,rgba(200,200,200,1),rgba(200,200,200,0));
    background-image: -o-linear-gradient(left,rgba(200,200,200,1),rgba(200,200,200,0));
    background-image: -moz-linear-gradient(left,rgba(200,200,200,1),rgba(200,200,200,0));
    background-image: -webkit-linear-gradient(left,rgba(200,200,200,1),rgba(200,200,200,0));
    background-image: -ms-linear-gradient(left,rgba(200,200,200,1),rgba(200,200,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#FFC8C8C8',EndColorStr='#CCC8C8C8');
}

.cover_shadow.stitch .normal_left_body {
    position: absolute;
    left: 3%;
    top: 0;
    width: 3px;
    height: 100%;
    background-image: linear-gradient(left,rgba(200,200,200,0) 0,rgba(220,220,220,0.5) 50%,rgba(200,200,200,0) 100%);
    background-image: -o-linear-gradient(left,rgba(200,200,200,0) 0,rgba(220,220,220,0.5) 50%,rgba(200,200,200,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(200,200,200,0) 0,rgba(220,220,220,0.5) 50%,rgba(200,200,200,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(200,200,200,0) 0,rgba(220,220,220,0.5) 50%,rgba(200,200,200,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(200,200,200,0) 0,rgba(220,220,220,0.5) 50%,rgba(200,200,200,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77151515',EndColorStr='#00DCDCB4');
}

.cover_shadow.side .hard_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2%;
    height: 100%;
    background-image: linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -o-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -moz-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -webkit-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -ms-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77151515',EndColorStr='#00DCDCB4');
}

.cover_shadow.side .hard_left_body {
    position: absolute;
    left: 2.5%;
    top: 0;
    width: 1.5%;
    height: 100%;
    background-image: linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    background-image: -o-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77282815',EndColorStr='#00282815');
}

.cover_shadow.side.flip_x .hard_left_body {
    position: absolute;
    left: 2.5%;
    top: 0;
    width: 1.5%;
    height: 100%;
    background-image: linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    background-image: -o-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77282815',EndColorStr='#00282815');
}

.cover_shadow.side .hard_bottom_border_width {
    left: .4%;
    width: 99.6%;
}

.cover_shadow.side .normal_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2%;
    height: 100%;
    background-image: linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -o-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -moz-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -webkit-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -ms-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#88CCCCCC',EndColorStr='#00CCCCCC');
}

.cover_shadow.side .normal_left_body {
    display: none;
}

.cover_shadow.side2 .hard_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2%;
    height: 100%;
    background-image: linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -o-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -moz-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -webkit-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -ms-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77151515',EndColorStr='#00DCDCB4');
}

.cover_shadow.side2 .hard_left_body {
    position: absolute;
    left: 2.5%;
    top: 0;
    width: 1.5%;
    height: 100%;
    background-image: linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    background-image: -o-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.4) 35%,rgba(40,40,20,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77282815',EndColorStr='#00282815');
}

.cover_shadow.side2.flip_x .hard_left_body {
    position: absolute;
    left: 2.5%;
    top: 0;
    width: 1.5%;
    height: 100%;
    background-image: linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    background-image: -o-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(40,40,20,0) 0,rgba(40,40,20,0.3) 35%,rgba(40,40,20,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77282815',EndColorStr='#00282815');
}

.cover_shadow.side2 .hard_bottom_border_width {
    left: .4%;
    width: 99.6%;
}

.cover_shadow.side2 .normal_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2%;
    height: 100%;
    background-image: linear-gradient(left,rgba(20,20,20,0.1),rgba(240,240,200,0));
    background-image: -o-linear-gradient(left,rgba(20,20,20,0.1),rgba(240,240,200,0));
    background-image: -moz-linear-gradient(left,rgba(20,20,20,0.1),rgba(240,240,200,0));
    background-image: -webkit-linear-gradient(left,rgba(20,20,20,0.1),rgba(240,240,200,0));
    background-image: -ms-linear-gradient(left,rgba(20,20,20,0.1),rgba(240,240,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#88CCCCCC',EndColorStr='#00CCCCCC');
}

.cover_shadow.side2 .normal_left_body {
    display: none;
}

.cover_shadow.press .hard_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-image: url(icon/press_left.png);
    background-repeat: repeat-y;
}

.cover_shadow.press .hard_left_body {
    position: absolute;
    left: 4.5%;
    top: 0;
    width: 16px;
    height: 100%;
    background-image: url(icon/press_right.png);
    background-repeat: repeat-y;
}

.cover_shadow.press .hard_bottom_border_width {
    left: 0;
    width: 100%;
}

.cover_shadow.press .normal_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(left,rgba(40,40,20,0.8),rgba(220,220,180,0.8));
    background-image: -o-linear-gradient(left,rgba(40,40,20,0.8),rgba(220,220,180,0.8));
    background-image: -moz-linear-gradient(left,rgba(40,40,20,0.8),rgba(220,220,180,0.8));
    background-image: -webkit-linear-gradient(left,rgba(40,40,20,0.8),rgba(220,220,180,0.8));
    background-image: -ms-linear-gradient(left,rgba(40,40,20,0.8),rgba(220,220,180,0.8));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#CC282815',EndColorStr='#CCF0F0C8');
}

.cover_shadow.press .normal_left_body {
    position: absolute;
    left: 4%;
    top: 0;
    width: 3px;
    height: 100%;
    background-image: linear-gradient(left,rgba(40,40,20,0.4),rgba(40,40,20,0));
    background-image: -o-linear-gradient(left,rgba(40,40,20,0.4),rgba(40,40,20,0));
    background-image: -moz-linear-gradient(left,rgba(40,40,20,0.4),rgba(40,40,20,0));
    background-image: -webkit-linear-gradient(left,rgba(40,40,20,0.4),rgba(40,40,20,0));
    background-image: -ms-linear-gradient(left,rgba(40,40,20,0.4),rgba(40,40,20,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#66282815',EndColorStr='#00282815');
}

.cover_shadow.press.flip_x .normal_left_body {
    position: absolute;
    left: 4%;
    top: 0;
    width: 4px;
    height: 100%;
    background-image: linear-gradient(left,rgba(200,200,150,0.4),rgba(240,240,200,0));
    background-image: -o-linear-gradient(left,rgba(200,200,150,0.4),rgba(240,240,200,0));
    background-image: -moz-linear-gradient(left,rgba(200,200,150,0.4),rgba(240,240,200,0));
    background-image: -webkit-linear-gradient(left,rgba(200,200,150,0.4),rgba(240,240,200,0));
    background-image: -ms-linear-gradient(left,rgba(200,200,150,0.4),rgba(240,240,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#66C8C896',EndColorStr='#00F0F0C8');
}

.cover_shadow.sewing .hard_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -o-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -moz-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -ms-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
}

.cover_shadow.sewing .hard_leftbody {
    display: none;
}

.cover_shadow.sewing .normal_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -o-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -moz-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
    background-image: -ms-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
}

.cover_shadow.sewing .normal_left_body {
    display: none;
}

.cover_shadow.pit .hard_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-image: linear-gradient(left,rgba(40,40,20,0.5),rgba(240,240,200,0.5));
    background-image: -o-linear-gradient(left,rgba(40,40,20,0.5),rgba(240,240,200,0.5));
    background-image: -moz-linear-gradient(left,rgba(40,40,20,0.5),rgba(240,240,200,0.5));
    background-image: -webkit-linear-gradient(left,rgba(40,40,20,0.5),rgba(240,240,200,0.5));
    background-image: -ms-linear-gradient(left,rgba(40,40,20,0.5),rgba(240,240,200,0.5));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77282815',EndColorStr='#77F0F0C8');
}

.cover_shadow.pit .hard_left_body {
    position: absolute;
    left: 6px;
    top: 0;
    width: 4%;
    height: 100%;
    background-image: linear-gradient(left,rgba(210,210,180,0.5) 0,rgba(40,40,20,0.1) 40%,rgba(40,40,20,0.5) 80%,rgba(210,210,180,0.5) 80%,rgba(210,210,180,0) 100%);
    background-image: -o-linear-gradient(left,rgba(210,210,180,0.5) 0,rgba(40,40,20,0.1) 40%,rgba(40,40,20,0.5) 80%,rgba(210,210,180,0.5) 80%,rgba(210,210,180,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(210,210,180,0.5) 0,rgba(40,40,20,0.1) 40%,rgba(40,40,20,0.5) 80%,rgba(210,210,180,0.5) 80%,rgba(210,210,180,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(210,210,180,0.5) 0,rgba(40,40,20,0.1) 40%,rgba(40,40,20,0.5) 80%,rgba(210,210,180,0.5) 80%,rgba(210,210,180,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(210,210,180,0.5) 0,rgba(40,40,20,0.1) 40%,rgba(40,40,20,0.5) 80%,rgba(210,210,180,0.5) 80%,rgba(210,210,180,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77F0F0C8',EndColorStr='#00F0F0C8');
}

.cover_shadow.pit .hard_bottom_border_width {
    left: 4%;
    width: 96%;
}

.cover_shadow.pit .normal_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-image: linear-gradient(left,rgba(240,240,200,0.4),rgba(240,240,200,0.2));
    background-image: -webkit-linear-gradient(left,rgba(240,240,200,0.4),rgba(240,240,200,0.2));
    background-image: -o-linear-gradient(left,rgba(240,240,200,0.4),rgba(240,240,200,0.2));
    background-image: -moz-linear-gradient(left,rgba(240,240,200,0.4),rgba(240,240,200,0.2));
    background-image: -ms-linear-gradient(left,rgba(240,240,200,0.4),rgba(240,240,200,0.2));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#66F0F0C8',EndColorStr='#33F0F0C8');
}

.cover_shadow.pit .normal_left_body {
    position: absolute;
    left: 5%;
    top: 0;
    width: 6px;
    height: 100%;
    background-image: linear-gradient(left,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    background-image: -o-linear-gradient(left,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    background-image: -moz-linear-gradient(left,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    background-image: -webkit-linear-gradient(left,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    background-image: -ms-linear-gradient(left,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77F0F0C8',EndColorStr='#00F0F0C8');
}

.cover_shadow.pit.flip_x .normal_left_body {
    position: absolute;
    left: 5%;
    top: 0;
    width: 6px;
    height: 100%;
    background-image: linear-gradient(right,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    background-image: -o-linear-gradient(right,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    background-image: -moz-linear-gradient(right,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    background-image: -webkit-linear-gradient(right,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    background-image: -ms-linear-gradient(right,rgba(60,60,60,0.2) 0,rgba(20,20,20,0.6) 50%,rgba(240,240,200,0.6) 50%,rgba(240,240,200,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#00F0F0C8',EndColorStr='#77F0F0C8');
}

.cover_shadow.pit2 .hard_left_border {
    position: absolute;
    left: 1px;
    top: 0;
    width: 4%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-image: url(icon/pit2.png);
    background-position-x: -2px;
}

.cover_shadow.pit2 .hard_bottom_border_width {
    left: 0;
    width: 100%;
}

.cover_shadow.pit2 .normal_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-image: url(icon/press_left.png);
    background-repeat: repeat-y;
}

.cover_shadow.pit2 .normal_left_body {
    display: none;
}

.cover_shadow.saddle .hard_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.4%;
    height: 100%;
    background-image: linear-gradient(left,rgba(240,240,200,0) 0,rgba(240,240,200,0.5) 50%,rgba(240,240,200,0) 100%);
    background-image: -o-linear-gradient(left,rgba(240,240,200,0) 0,rgba(240,240,200,0.5) 50%,rgba(240,240,200,0) 100%);
    background-image: -moz-linear-gradient(left,rgba(240,240,200,0) 0,rgba(240,240,200,0.5) 50%,rgba(240,240,200,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(240,240,200,0) 0,rgba(240,240,200,0.5) 50%,rgba(240,240,200,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(240,240,200,0) 0,rgba(240,240,200,0.5) 50%,rgba(240,240,200,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#88CCCCCC',EndColorStr='#00CCCCCC');
}

.cover_shadow.saddle .hard_left_body {
    display: none;
}

.cover_shadow.saddle .hard_bottom_border_width {
    left: 1.4%;
    width: 98.6%;
}

.cover_shadow.saddle .normal_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 87px;
    height: 100%;
    background-repeat: repeat-y;
    background-image: url(icon/left-shadow2.png);
    background-size: 100% auto;
    opacity: .7;
}

.cover_shadow.saddle .normal_left_body {
    position: absolute;
    z-index: 1;
    left: 1px;
    top: 0;
    width: 10px;
    height: 100%;
}

.cover_shadow.saddle .top_nail {
    position: absolute;
    left: 0;
    top: 25%;
    width: 2px;
    height: 60px;
    background: #c8c8c8;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.cover_shadow.saddle .bottom_nail {
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 2px;
    height: 60px;
    background: #c8c8c8;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.cover_shadow.loose .hard_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-image: linear-gradient(left,rgba(240,240,200,0.8),rgba(240,240,200,0));
    background-image: -o-linear-gradient(left,rgba(240,240,200,0.8),rgba(240,240,200,0));
    background-image: -moz-linear-gradient(left,rgba(240,240,200,0.8),rgba(240,240,200,0));
    background-image: -webkit-linear-gradient(left,rgba(240,240,200,0.8),rgba(240,240,200,0));
    background-image: -ms-linear-gradient(left,rgba(240,240,200,0.8),rgba(240,240,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#CCF0F0C8',EndColorStr='#00F0F0C8');
}

.cover_shadow.loose .hard_left_body {
    display: none;
}

.cover_shadow.loose .hard_bottom_border_width {
    left: 0;
    width: 100%;
}

.cover_shadow.loose .normal_left_border {
    display: none;
}

.cover_shadow.loose .normal_left_body {
    display: none;
}

.cover_shadow.catalog .hard_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 2%;
    height: 100%;
    background-image: linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -o-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -moz-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -webkit-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -ms-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#77151515',EndColorStr='#00DCDCB4');
}

.cover_shadow.catalog .hard_left_body {
    display: none;
}

.cover_shadow.catalog .hard_bottom_border_width {
    left: .2%;
    width: 99.8%;
}

.cover_shadow.catalog .normal_left_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 2%;
    height: 100%;
    background-image: linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -o-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -moz-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -webkit-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    background-image: -ms-linear-gradient(left,rgba(20,20,20,0.5),rgba(240,240,200,0));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#88CCCCCC',EndColorStr='#00CCCCCC');
}

.cover_shadow.catalog .normal_left_body {
    display: none;
}

.lyric {
    width: 190px;
    height: 70px;
    position: absolute;
    right: 55px;
    bottom: 280px;
    background: rgba(0,0,0,0.6);
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    display: none;
}

.lyric .lyrics {
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    -webkit-animation: .1s ease-in-out;
    animation: .1s ease-in-out;
}

.lyric .on {
    font-weight: bold;
    color: #36a3e1;
}

.lyric li {
    list-style: none;
    line-height: 20px;
}

.lyric .arrow {
    border-width: 6px 8px 6px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.6) transparent transparent transparent;
    position: absolute;
    left: 99px;
    top: 100%;
}

.spirit {
    width: 140px;
    height: 220px;
    position: absolute;
    right: 90px;
    bottom: 40px;
    z-index: 1000;
}

.spirit .person {
    width: 140px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
}

.spirit .shadow {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.Peter .shadow {
    position: absolute;
    z-index: -1;
    left: -10px;
    right: 0;
    bottom: -6px;
    margin: auto;
    width: 90px;
}

.talk {
    background-position: 0 0;
    animation: talkmove 3s infinite steps(1,end) both;
    -webkit-animation: talkmove 3s infinite steps(1,end) both;
}

.stand {
    background-position: 280px 660px;
    animation: standmove 16s infinite steps(1,end) both;
    -webkit-animation: standmove 16s infinite steps(1,end) both;
}

.Alice {
    background: url("icon/Alice.png") no-repeat;
}

.Peter {
    background: url("icon/Peter.png") no-repeat;
}

@keyframes talkmove {
    0% {
        background-position: 0 0;
    }

    4% {
        background-position: -140px 0;
    }

    8% {
        background-position: -280px 0;
    }

    16% {
        background-position: -420px 0;
    }

    20% {
        background-position: -560px 0;
    }

    24% {
        background-position: -700px 0;
    }

    28% {
        background-position: -840px 0;
    }

    32% {
        background-position: -980px 0;
    }

    36% {
        background-position: 0 -220px;
    }

    40% {
        background-position: -140px -220px;
    }

    44% {
        background-position: -280px -220px;
    }

    48% {
        background-position: -420px -220px;
    }

    52% {
        background-position: -560px -220px;
    }

    56% {
        background-position: -700px -220px;
    }

    60% {
        background-position: -840px -220px;
    }

    64% {
        background-position: -980px -220px;
    }

    68% {
        background-position: 0 -440px;
    }

    72% {
        background-position: -140px -440px;
    }

    76% {
        background-position: -280px -440px;
    }

    80% {
        background-position: -420px -440px;
    }

    84% {
        background-position: -560px -440px;
    }

    88% {
        background-position: -700px -440px;
    }

    92% {
        background-position: -840px -440px;
    }

    96% {
        background-position: -980px -440px;
    }

    100% {
        background-position: 0 -660px;
    }
}

@keyframes standmove {
    0% {
        background-position: -280px -660px;
    }

    12.5% {
        background-position: -420px -660px;
    }

    25% {
        background-position: -560px -660px;
    }

    37.5% {
        background-position: -700px -660px;
    }

    50% {
        background-position: -840px -660px;
    }

    62.5% {
        background-position: -980px -660px;
    }

    75% {
        background-position: 0 -880px;
    }

    87.5% {
        background-position: -140px -880px;
    }

    100% {
        background-position: -280px -880px;
    }
}

.assist-control {
    position: absolute;
    bottom: 40px;
    left: 23px;
    width: 94px;
    height: 94px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.assist-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgba(11,11,11,0.35);
    float: left;
    margin: 3px;
    text-align: center;
    line-height: 40px;
}

.assist-btn .assist-icon {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    float: left;
}

.assist-play .assist-icon {
    background-image: url("icon/player-play.png");
}

.assist-pause .assist-icon {
    background-image: url("icon/player-pause.png");
}

.assist-next .assist-icon {
    background-image: url("icon/NE.png");
}

.assist-prev .assist-icon {
    background-image: url("icon/PR.png");
}

.assist-sound .assist-icon {
    background-image: url("icon/player-volume-full.png");
}

.assist-muted .assist-icon {
    background-image: url("icon/player-volume.png");
}

.assist-btn:hover {
    opacity: .8;
}

.assist-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: .5;
    background-color: rgba(11,11,11,0.35);
}

.assist-close .assist-icon {
    width: 20px;
    height: 20px;
    background-image: url("icon/close.png");
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
}

.assistantButton {
    z-index: 111;
    transition: all .3s;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 32px;
    cursor: pointer;
    opacity: .5;
    background: url(./icon/assistant.png) center center no-repeat;
    background-size: contain;
}

.assistantButton:hover {
    opacity: 1;
}

.phoneTopBar {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    z-index: 99;
}

.phoneTopBar.darkBgColor {
    background-color: rgba(0,0,0,0.3);
}

.phoneBottomBar.darkBgColor {
    background-color: rgba(0,0,0,0.3);
}

.phoneTopBar .button {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}

.phoneTopBar .button img {
    max-height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.phoneTopBar .button .svg {
    max-height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.phoneTopBar .button .icon {
    position: absolute;
    left: 10px;
    top: 10px;
}

.phoneTopBar .button div {
    width: 20px;
    height: 20px;
}

.phoneTopBar .button span {
    display: none;
}

.phoneBottomBar {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.phoneBottomBar .button {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}

.phoneBottomBar .button img {
    height: 20px;
    left: 0;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.phoneBottomBar .button .svg {
    height: 20px;
    left: 1px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.phoneBottomBar .button .icon {
    overflow: hidden;
    position: absolute;
    left: 9px;
    top: 9px;
    width: 22px;
    height: 22px;
}

.phoneBottomBar .button span {
    display: none;
}

.phoneBottomBar .button img.custom {
    left: 0;
}

.phoneBottomBar2 {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.phoneBottomBar2 .button {
    background: #fff;
    width: 87px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 18px;
}

.phoneBottomBar2 .button img {
    height: 16px;
    left: 0;
    width: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.phoneBottomBar2 .button .svg {
    height: 16px;
    left: 0;
    width: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.phoneBottomBar2 .button .icon {
    overflow: hidden;
    position: absolute;
    left: 12px;
    top: 10px;
    width: 16px;
    height: 16px;
}

.phoneBottomBar2 .button span {
    display: none;
}

.phoneBottomBar2 .button img.custom {
    left: 0;
}

.phoneBottomBar2 .button span {
    bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    line-height: 36px;
    display: block;
    position: absolute;
    left: 38px;
}

.phone.extendedBar .arrow {
    position: absolute;
    width: 50px;
    height: 20px;
    left: 50%;
    cursor: pointer;
    margin-left: -25px;
    border-radius: 5px 5px 0 0;
    top: -20px;
    background-color: rgba(0,0,0,0.8);
}

.phone.extendedBar .arrow img {
    width: 10px;
    margin: 5px 20px;
}

.extendedBar.phone {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    position: absolute;
    bottom: -280px;
    z-index: 99;
    border-radius: 0;
    background: #000;
    width: 100%;
    height: 72px;
}

.extendedBar.phone .button {
    font-size: 12px;
    width: 40px;
    height: 52px;
    border-radius: 0;
    float: left;
    margin: 10px 0 0 30px;
    position: relative;
    text-align: center;
}

.extendedBar.phone .button .icon {
    overflow: hidden;
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: rgba(255,255,255,0.1);
    margin: 0 0 0 4px;
}

.extendedBar.phone .button img {
    left: -25px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    margin: 0;
}

.extendedBar.phone .button .svg {
    left: 7px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    margin: 0;
}

.extendedBar.phone .button span {
    top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    line-height: 20px;
    display: block;
    position: relative;
    margin: 0 0 0 -15px;
    width: 70px;
}

.extendedBar.phone .button img.custom {
    left: 7px;
}

.extendedBar.phone .svg-box {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 3px 0 0 18px;
}

.extendedBar.phone .cancel {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -41px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.extendedBar.phone .stage {
    height: 100%;
}

.extendedBar.phone .stage .swiper {
    height: 100%;
}

.extendedBar.phone .stage .swiper .item {
    height: 100%;
}

.extendedBar.phone .stage .swiper .dots {
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.extendedBar.phone .stage .swiper .dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
}

.phoneGotoPageContent img {
    cursor: pointer;
    margin: 4px -2px 4px 0;
}

.phoneGotoPageContent .inputButton {
    display: inline-block;
    position: relative;
    overflow: visible;
    top: 10px;
    margin-left: 7px;
    width: 25px;
    height: 30px;
    cursor: pointer;
}

.phoneGotoPageContent .goBtn div {
    width: 20px;
    height: 20px;
    margin: 4px;
}

.phoneGotoPageContent .btn {
    display: inline-block;
    position: relative;
    overflow: visible;
    top: 5px;
    margin-top: 12px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.phoneGotoPageContent .btn div {
    width: 20px;
    height: 20px;
}

.phoneGotoPageContent .svg-box {
    margin-top: 5px;
    margin-left: 5px;
}

.phoneGotoPageContent .goBtn {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 5;
    position: absolute;
}

.phoneSearchBarInput {
    position: absolute;
    width: 70%;
    left: 15%;
    margin-left: -10px;
    height: 30px;
    top: 10px;
    padding: 0 10px;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    background: #fff;
}

.phoneSearchBarButton {
    position: absolute;
    top: 14px;
    right: 15%;
    cursor: pointer;
    z-index: 10;
    max-width: 22px;
    max-height: 22px;
}

.form_mask_phone {
    opacity: .5;
    background: #000;
    z-index: 10000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.phone .form_title {
    text-align: center;
    vertical-align: middle;
    font-family: 'Arial';
    font-size: 18px;
    line-height: 20px;
    padding: 0 20px;
    margin: 0;
    margin: 15px 0;
}

.phone .form_title span {
    margin: 0;
    line-height: 20px;
    padding: 0;
}

.phone .close {
    top: 13px;
    position: absolute;
    cursor: pointer;
    left: auto;
    left: 10px;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
}

.phone.rightToLeft .close {
    top: 13px;
    position: absolute;
    cursor: pointer;
    left: 10px;
}

.print_form_phone {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #000;
    width: 310px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
}

.print_form_phone .printButton {
    cursor: pointer;
    background: rgba(255,255,255,0.25);
    vertical-align: middle;
    text-align: center;
    margin: 10px 20px;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.print_form_phone .item span {
    margin-left: 10px;
    vertical-align: middle;
}

.print_form_phone {
    background: transparent;
    width: 100%;
    padding: 0;
}

.print_form_phone {
    background: transparent;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    filter: none;
}

.print_form_phone .item {
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    padding: 10px 20px 10px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.print_form_phone .item .print_icon {
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 11px;
    width: 24px;
    height: 24px;
}

.print_form_phone.rightToLeft .item {
    text-align: right;
}

.print_form_phone.rightToLeft .item .print_icon {
    vertical-align: middle;
    position: absolute;
    right: 10px;
    left: auto;
    top: 11px;
}

.print_form_phone .printRange input {
    border-radius: 0;
    padding: 0 5px;
    width: 100px;
    height: 26px;
    border: none;
    margin-left: 10px;
    font-size: 12px;
    background-color: #d3d3d3;
}

.print_form_phone.rightToLeft .printRange input {
    margin-left: 0;
    margin-right: 10px;
}

.print_form_phone .item span {
    margin-left: 20px;
}

.print_form_phone.rightToLeft .item span {
    margin: 0 20px 0 0;
}

.bookmark_form_phone {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    display: block;
    z-index: 1000;
    left: -350px;
    top: 157px;
    width: 250px;
    height: 425px;
    background: #000;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
}

.bookmark_form_phone .inputForm {
    width: 100%;
    margin-top: 10px;
    height: 30px;
    position: relative;
}

.bookmark_form_phone .input_title {
    width: 192px;
    height: 30px;
    border: none;
    padding: 0 10px;
    position: absolute;
    left: 0;
}

.bookmark_form_phone .colorSelection {
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
}

.bookmark_form_phone .add_page {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: rgba(255,255,255,0.25);
}

.bookmark_form_phone .add_page.left {
    margin-right: 10px;
}

.bookmark_form_phone .list_title {
    cursor: default;
    font-size: 15px;
    height: 30px;
    width: 100%;
    margin-top: 10px;
    background: rgba(255,255,255,0.1);
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
}

.bookmark_form_phone .list_title span {
    padding: 0 10px;
    display: inline-block;
}

.bookmark_form_phone .list_title .page {
    border-right: 1px solid rgba(255,255,255,0.1);
    width: 30px;
}

.bookmark_form_phone .list_title .description {
    width: 108px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.bookmark_form_phone .stage {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.bookmark_form_phone .swiper {
    width: 100%;
    left: 0;
    top: 0;
}

.bookmark_form_phone .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.bookmark_form_phone .progressBar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.bookmark_form_phone .removeAll {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(255,255,255,0.25);
    margin-top: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    display: none;
}

.bookmark_form_phone .item {
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    margin-top: 0;
}

.bookmark_form_phone .item span {
    padding: 0 10px;
    display: inline-block;
}

.bookmark_form_phone .item input {
    display: inline-block;
}

.bookmark_form_phone .item .page {
    width: 30px;
}

.bookmark_form_phone .item .title {
    width: 82px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border: none;
    padding: 0 10px;
    background: transparent;
}

.bookmark_form_phone .item .colorSelection {
    margin: 0;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 130px;
    top: 6px;
    display: none;
}

.bookmark_form_phone .item .thumbnail {
    position: absolute;
    cursor: pointer;
}

.bookmark_form_phone .item .save {
    left: 160px;
    top: 7px;
    display: none;
}

.bookmark_form_phone .item .cancel {
    left: 190px;
    top: 7px;
    display: none;
}

.bookmark_form_phone .item .edit {
    left: 190px;
    top: 7px;
}

.bookmark_form_phone .item .delete {
    left: 214px;
    top: 7px;
}

.bookmark_form_phone.rightToLeft {
    text-align: right;
}

.bookmark_form_phone.rightToLeft .input_title {
    left: auto;
    right: 0;
    direction: rtl;
}

.bookmark_form_phone.rightToLeft .colorSelection {
    right: auto;
    left: 0;
}

.bookmark_form_phone.rightToLeft .add_page.left {
    margin-left: 10px;
    margin-right: 0;
}

.bookmark_form_phone.rightToLeft .list_title {
    text-align: right;
}

.bookmark_form_phone.rightToLeft .list_title .page {
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: none;
    width: 30px;
}

.bookmark_form_phone.rightToLeft .list_title .description {
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: none;
}

.bookmark_form_phone.rightToLeft .progress {
    left: 0;
    right: auto;
}

.bookmark_form_phone.rightToLeft .progressBar {
    left: 0;
    right: auto;
}

.bookmark_form_phone {
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
    margin: 0;
}

.bookmark_form_phone .stage {
    margin: 0;
    width: 100%;
    height: 100%;
}

.bookmark_form_phone .item {
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 15px;
    cursor: pointer;
}

.bookmark_form_phone .item span {
    margin: 0 10px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    width: auto;
}

.bookmark_form_phone .item .thumbnail {
    height: 76px;
    vertical-align: middle;
    margin: 12px 0;
    position: relative;
}

.bookmark_form_phone {
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bookmark_form_phone .stage {
    margin: 0;
    width: 100%;
    height: 100%;
}

.bookmark_form_phone .item {
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 15px;
    cursor: pointer;
}

.bookmark_form_phone .item span {
    margin: 0 10px;
    display: inline-block;
    width: auto;
}

.bookmark_form_phone .item .thumbnail {
    height: 76px;
    margin: 12px 0;
    position: relative;
}

.bookmark_form_phone.rightToLeft .item .thumbnail {
    float: right;
}

.bookmark_form_phone.rightToLeft .item span {
    float: right;
    transform: translate(-20px,-50%);
    top: 50%;
    position: relative;
}

.bookmark_form_phone.rightToLeft .item .delete {
    left: 20px;
    right: auto;
}

.bookmark_form_phone.rightToLeft .item .page {
    transform: translate(0,-50%);
}

.bookmark_form_phone .item .delete {
    position: absolute;
    cursor: pointer;
    top: 30px;
    left: auto;
    right: 20px;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
}

.bookmark_form_phone .item .delete {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAADE0lEQVRYhc2Z344URRSHv+6wiX9n4qUGSLxYNMb4AhovYF8BMOKKjC8grERfwvdAbvFSWTXsGi4xZGPkYoma9dIwq+gN83lRp+lmwyxd3ds7e5KTmspU/eqb6qnqU6cKlY72KnAGeA94E1gGXgTGwAPgH+Ae8AtwC/gO+LPTSGqOL6kfqTfVR+bZI3VdXQ2d1uO2bViol9TtxqAP1W/UNXVFPamOo/046ivqlWj3sNF3W52E7oFALqsbjQG21E8bQG19HP22Globod8L8rz6IAR31A/VMhNur5ehsxO6U/WDrpCfqbMQut5h5trM7PXQn5n+FlmQVxqdrx4w3F6/2piMtbaQ56LTzLRYhgSs/FJjzHPPgjxl+o+ofnFIgJV/GeNO1TfmQRbWq/jaIQNWfi3G37SxPe2dck2r7qAXSVsfW6/6yV7IJeuN+sKCACu/EBz3g+sx5Gp8sWX/fbCvl9Yb/qpKGa/wSZRfAbOOAQeADe9qs+B4zFWorwG/A/+RIptpBlCuFS3bjUgR03PA8RI4DZTAOu0Bh7YpiacEzpTAu/HFzUyhooPn2HqU7x8D3orKz5kikPfIcyHvRPl2CbwelXuZIkPbr1GePEYK9wH+6iG43yx1XekVz6hQK5Hcx9EEKOLzvLKXfkm9okcdRIa0l6PcLUknO4BXFgQzzyqeaQlsR2V5QTDz7FSUv5XAVlTeWRDMPKt47pbARlRO9xQt5pRdreL5sXp3/wH8S967G4bbzKt39/PEu3sH2AReAM5mCA1pZ0k8m8BOFcN9fETjyYvNoHcpImE9wpE5pjOFHuEzDqbT2WY0WPRp8SfnnBYxnXeP9Lm78mYG4+IhAX5iRgaj8s/jV83UywMDXrbOBT0177Rf5zWHz6p93ZiMpyarngWJKW+4G0JD5Sd37ZGfrHxZvW1tfTK9E5/M9N42Jcn27Zvz6yfWG76mHPgNUy5zRT2hjqL9KOpVzvyGT+bM74deq6eS+6iWTKmP7+12+/CDHW4fCu11j7NCOrdX9zgvkSKYKfA39T3OBvAtHe9x/gdbb3TyIW2ytgAAAABJRU5ErkJggg==');
}

.bookmark_form_phone .item .delete:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAACkklEQVRYhc3ZzW8NURjH8c+dXLqgrIl4WRARG8SiXhP1N9BYVfkDBGFnwVIbe0StaPwNdCEqIl42IqoLSsJaby2aJq7FmZHpNfdlpnPv7TeZTGbmnPP85rw+zzmVd+vXK8gWDOMY9mI3NmAzfuE35vAJL/AMP4sYquQUuQ5nMYaTiHLk/YPneIApLHeasVORFYziBnbmENaMr7iFSdTbGu9A5G48xJFVCsvipfDzc60StWuus3ijOwLF5b7FSKtErURewmNsKlFUFoN4hMvNEjQTeRl3hL7YCyqYwJWsj1kiz2C8m4pacDu2v4LGgbNH6IODPRKVRQ2HMZu8SNdkRZgS+ilQbH9SqqulRY7q3ijOyxDOJw9Jc6/DZ+VM1GUxL8zRy0lNjlhbAmGHeP5MRI6VUeqBpaV/V0mMEZp7K77L5ywUEvJ+YCBvlj/YFuGUnAJ7SIThKo4WyV2gVopyoop9RXPnafJV/NT+CLuK5u4R26uCu78qWtVSCSN9U6QkVywR03gvgcEIC2WV1iVqkRDZrWUWInzpt4o2fIvwsd8q2vAhwkwZJSUjvPFeAs+rmBZi38LxTIkjuZE6piP8EOLftchL/KjGD3cVWMN7sH7fY6VnPic4mmuF/zzzZdzsn55Mboo3tdIhbUUY6UN9EpXmlRAU1lnp7NaFCK3WB1FpakLk+m+3rdEjn8VFHWzHdYl6bH82/TIrbHiCa71QlMH12P4KmsU247iqdzVaj+3dzvrYKgCbwDksdkFUmsXYzkSzBO2ixCkcxOsSRaV5jUOxnaZ0EsrOCdPSBWGCLYP5uLwhYXunJUVOH0ZiA8flP314gfu6dPqQxRacFtb85BxnoxAzLQh9LTnHmcFTBc9x/gIyhJDrY4ZjgQAAAABJRU5ErkJggg==');
}

.search_form_phone {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    left: -300px;
    top: 0;
    width: 250px;
    height: 548px;
    background: #000;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
}

.search_form_phone .result {
    margin-top: 10px;
}

.search_form_phone .stage {
    overflow: hidden;
    width: 250px;
    height: 460px;
    position: relative;
    margin: 10px 0 0 0;
}

.search_form_phone .swiper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.search_form_phone .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.search_form_phone .progressBar {
    width: 5px;
    height: 5px;
    opacity: .25;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.search_form_phone .item {
    padding: 10px 20px;
    cursor: pointer;
}

.search_form_phone .item .description {
    font-size: 15px;
    margin-top: 3px;
    opacity: .6;
}

.search_form_phone .item:hover {
    background: rgba(255,255,255,0.25);
}

.search_form_phone.rightToLeft {
    text-align: right;
}

.search_form_phone.rightToLeft .progress {
    left: 0;
    right: auto;
}

.search_form_phone.rightToLeft .progressBar {
    left: 0;
    right: auto;
}

.search_form_phone {
    border-top: 1px solid rgba(255,255,255,0.25);
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
    background: transparent;
}

.search_form_phone .stage {
    width: 100%;
    position: relative;
    margin: 0;
}

.search_form_phone {
    border-top: 1px solid rgba(255,255,255,0.25);
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search_form_phone .result {
    margin: 0;
    height: 35px;
    line-height: 35px;
    background: rgba(255,255,255,0.05);
    padding: 0 20px;
}

.search_form_phone .stage {
    width: 100%;
    position: relative;
    margin: 0;
}

.tableofcontent_form_phone {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    left: -300px;
    top: 150px;
    width: 250px;
    height: 548px;
    background: #000;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
}

.tableofcontent_form_phone .swiper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tableofcontent_form_phone .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.tableofcontent_form_phone .progressBar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.tableofcontent_form_phone .item {
    font-size: 15px;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    margin-left: 0;
    line-height: 40px;
    padding-left: 10px;
}

.tableofcontent_form_phone .item .page {
    padding: 0 15px;
}

.tableofcontent_form_phone .item .arrow {
    padding: 10px 10px 10px 0;
    position: absolute;
    top: 0;
}

.tableofcontent_form_phone .item .description {
    line-height: 20px;
    display: inline-block;
    text-align: justify;
}

.tableofcontent_form_phone .item:hover {
    background: rgba(255,255,255,0.1);
}

.tableofcontent_form_phone.rightToLeft {
    text-align: right;
}

.tableofcontent_form_phone.rightToLeft .item {
    margin-right: 0;
    margin-left: 0;
}

.tableofcontent_form_phone.rightToLeft .item .arrow {
    padding: 10px 0 10px 10px;
}

.tableofcontent_form_phone.rightToLeft .progress {
    left: 0;
    right: auto;
}

.tableofcontent_form_phone.rightToLeft .progressBar {
    left: 0;
    right: auto;
}

.tableofcontent_form_phone {
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
    margin: 0;
}

.tableofcontent_form_phone {
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    filter: none;
}

.tableofcontent_form_phone .stage {
    position: relative;
    margin: 0 20px;
}

.phone .searchButton {
    position: absolute;
    top: 70px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
    max-width: 25px;
    max-height: 25px;
    transform: translate(0,-50%);
}

.phone .input_search {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 10px;
    width: 275px;
    border: 1px solid transparent;
}

.phone.rightToLeft .searchButton {
    left: 20px;
    right: 0;
}

.phone.rightToLeft .input_search {
    padding: 0 10px 0 25px;
}

.phone .search-form-matchType {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 0;
}

.phone .search-form-matchType {
    padding: 10px 20px 0;
}

.phone .search-book-item {
    padding: 0 20px;
}

.about_form_phone {
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
}

.about_form_phone .content_title {
    border: 1px solid transparent;
    top: 51px;
    cursor: pointer;
    width: 105px;
    height: 34px;
    position: absolute;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
}

.about_form_phone .contact_title {
    left: 51%;
}

.about_form_phone .description_title {
    right: 51%;
}

.about_form_phone .focus {
    background: rgba(255,255,255,0.25);
}

.about_form_phone .content {
    width: auto;
    word-break: break-word;
}

.about_form_phone .content1 {
    display: none;
    height: 220px;
    overflow: auto;
}

.about_form_phone .content2 {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.about_form_phone .description {
    text-align: left;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.about_form_phone .item {
    position: relative;
    min-height: 18px;
    text-align: left;
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    padding: 10px 20px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.about_form_phone .item .title {
    left: 20px;
    top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: 70px;
}

.about_form_phone .content2 .item .content {
    margin: 0;
    width: auto;
}

.about_form_phone .content1 .item .content {
    margin: 0 0 0 80px;
    width: auto;
}

.about_form_phone .content1 .item {
    height: 34px;
    line-height: 34px;
}

.about_form_phone a {
    text-decoration: underline;
}

.about_form_phone .aboutLogo {
    width: 300px;
    height: 70px;
    margin: 0 20px;
    display: inline-block;
}

.about_form_phone .swiper {
    width: 98%;
    position: absolute;
    left: 0;
    top: 0;
}

.about_form_phone .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.about_form_phone .progressBar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.about_form_phone.rightToLeft {
    text-align: right;
}

.about_form_phone.rightToLeft .item .title {
    left: auto;
    right: 20px;
}

.about_form_phone.rightToLeft a {
    float: right;
}

.about_form_phone.rightToLeft a.aboutLogo {
    float: inherit;
}

.about_form_phone.rightToLeft .content2 .item .content {
    margin: 0;
    text-align: right;
}

.about_form_phone.rightToLeft .content1 .item .content {
    margin: 0 80px 0 0;
    text-align: right;
}

.about_form_phone.rightToLeft .item .title {
    text-align: right;
}

.about_form_phone .description.item .content {
    margin: 0;
}

.about_form_phone.rightToLeft .content {
    margin: 0 65px 0 0;
}

.about_form_phone.rightToLeft .item {
    text-align: right;
}

.share_form_phone {
    border-radius: 0;
    border: none;
    box-shadow: none;
    filter: none;
}

.share_form_phone .item .logo {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    float: none;
}

.share_form_phone .item .logo_title {
    line-height: 30px;
}

.share_form_phone .item .logo div {
    width: 40px;
    height: 40px;
}

.share_form_phone .copy {
    width: 74%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    background: rgba(255,255,255,0.4);
    color: #fff;
    position: absolute;
    top: 320px;
    left: 12%;
    right: auto;
    vertical-align: middle;
    text-align: center;
}

.share_form_phone {
    z-index: 10001;
    padding: 0;
    top: auto;
    border-radius: 10px 10px 0 0;
    border: none;
    box-shadow: none;
    filter: none;
}

.share_form_phone .form_title {
    text-align: center;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: transparent;
    width: 100%;
    font-family: 'Arial';
    font-size: 15px;
    line-height: 40px;
    position: relative;
    margin: 0;
    height: 40px;
    padding: 0;
}

.share_form_phone .close {
    border-top: 1px solid rgba(255,255,255,0.2);
    top: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.share_form_phone.rightToLeft .close {
    top: auto;
    left: 0;
}

.share_form_phone .stage {
    position: absolute;
    top: 60px;
    left: 10px;
    right: 10px;
    bottom: 60px;
    margin: auto;
    width: auto;
}

.share_form_phone .back {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.share_form_phone .back span {
    font-family: 'Arial';
    font-size: 12px;
    margin-left: 10px;
}

.share_form_phone .back img {
    vertical-align: middle;
}

.share_form_phone .qrcode {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 54px;
    margin: auto;
    text-align: center;
}

.share_form_phone .qrcode .checked {
    background: rgba(255,255,255,0.2);
}

.share_form_phone .qrcode .QRcode>canvas {
    border: 5px solid #fff;
}

.share_form_phone .qrcode>div {
    display: none;
}

.share_form_phone .qrcode>div.showQR {
    display: block;
}

.share_form_phone .qrcode .title {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.share_form_phone .qrcode img {
    width: 100px;
    height: 100px;
    padding: 5px;
    background: #fff;
}

.share_form_phone .qrcode span {
    cursor: pointer;
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    background: rgba(255,255,255,0);
    border: 1px solid #333;
}

.share_form_phone .item {
    padding: 0;
    vertical-align: middle;
    font-size: 12px;
    position: relative;
    display: inline-block;
    width: 20%;
    margin-bottom: 15px;
    margin-left: 4%;
    text-align: center;
}

.share_form_phone .qrcode.two span {
    width: 95px;
}

.share_form_phone .qrcode.two .left {
    border-radius: 20px 0 0 20px;
}

.share_form_phone .qrcode.two .right {
    border-radius: 0 20px 20px 0;
}

.share_form_phone .item .logo {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    float: none;
}

.share_form_phone .item .logo_title {
    line-height: 30px;
    font-size: 12px;
}

.share_form_phone .item .logo div {
    width: 40px;
    height: 40px;
}

.share_form_phone .progress {
    width: 10px;
    right: 0;
    position: absolute;
}

.share_form_phone .progressBar {
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    width: 10px;
    border-radius: 5px;
}

.thumbnail_form_phone .result {
    text-align: left;
    margin: 0;
    height: 35px;
    line-height: 35px;
    background: rgba(255,255,255,0.05);
    padding: 0 20px;
}

.thumbnail_form_phone.rightToLeft .result {
    text-align: right;
}

.thumbnail_form_phone .input_search {
    background-color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 10px;
    width: 305px;
    border: 1px solid transparent;
}

.thumbnail_form_phone .thumbTitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.setting_form_phone {
    right: auto;
}

.setting_form_phone {
    width: 100%;
    height: 100%;
    left: 0;
    vertical-align: middle;
    font-family: Arial,Tahoma;
    background: transparent;
    z-index: 1;
}

.setting_form_phone .stage {
    margin: 0;
    width: 100%;
    height: 100%;
}

.setting_form_phone .scrollBox {
    position: absolute;
    width: 100%;
}

.setting_form_phone .scrollBox .item {
    position: relative;
    height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
}

.setting_form_phone .scrollBox .item img {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    top: 13px;
    right: 18px;
}

.setting_form_phone .scrollBox .item .title {
    line-height: 50px;
    font-size: 15px;
    padding: 0 18px;
    text-align: left;
}

.setting_form_phone.rightToLeft .item .title {
    text-align: right;
}

.setting_form_phone.rightToLeft .item img {
    right: auto;
    left: 18px;
}

.language_form_phone {
    width: 100%;
    height: 100%;
    left: 0;
    vertical-align: middle;
    font-family: Arial,Tahoma;
    background: transparent;
    z-index: 1;
}

.language_form_phone .stage {
    margin: 0;
    width: 100%;
    height: 100%;
}

.language_form_phone .scrollBox {
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

.language_form_phone .scrollBox .item {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
}

.language_form_phone .scrollBox .item img {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    top: 13px;
    right: 15px;
}

.language_form_phone .scrollBox .item .title {
    line-height: 50px;
    font-size: 15px;
    text-align: left;
    padding: 0;
    width: 100%;
    margin-left: 0;
    left: 0;
}

.language_form_phone .scrollBox .item.focus .title {
    border: none;
}

.language_form_phone .scrollBox .item.focus img {
    display: block;
}

.copy_form {
    font-family: Arial;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 170px;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    color: #fff;
}

.copy_form textarea {
    vertical-align: top;
    top: 0;
    left: 0;
    border-radius: 5px;
    height: 130px;
    width: 100%;
    background: #fff;
    font-size: 15px;
    color: #000;
    padding: 0;
    margin: 0;
    border: none;
}

.copy_form p {
    position: absolute;
    top: 152px;
    margin-right: 100px;
    line-height: 15px;
    font-size: 15px;
    text-align: left;
}

.copy_form .cancel {
    cursor: pointer;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 150px;
    height: 27px;
    line-height: 27px;
    background-color: rgba(255,255,255,0.2);
    font-size: 15px;
    vertical-align: middle;
    padding: 0 15px;
}

.tel_form {
    font-family: Arial;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    vertical-align: middle;
    color: #fff;
}

.tel_form .form_title {
    margin: auto;
    height: 40px;
    width: 100%;
    background: #000;
    line-height: 40px;
}

.tel_form .stage {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.8);
}

.tel_form .swiper {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    max-height: 50%;
}

.tel_form .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 4px;
    cursor: pointer;
}

.tel_form .progressBar {
    width: 5px;
    height: 5px;
    opacity: .25;
    background: #fff;
    position: absolute;
    right: 4px;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.tel_form .swiper .item {
    position: relative;
    font-size: 15px;
    margin: 0 10px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.tel_form .swiper .item .number {
    max-width: calc(100% - 120px);
    float: left;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tel_form .swiper .item a {
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 0;
    margin: 20px;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid rgba(255,255,255,0.9);
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.doublepage_form {
    font-family: Arial;
    overflow: hidden;
    width: 80%;
    margin: auto;
    vertical-align: middle;
    color: #575757;
    background: #fff;
}

.doublepage_form .form_title {
    margin: auto;
    width: 100%;
    color: #393939;
    font-size: 16px;
    padding-top: 5px;
}

.doublepage_form .secondTitle {
    overflow: hidden;
    width: 100%;
    position: relative;
    color: #353535;
    font-size: 13px;
    line-height: 22px;
}

.doublepage_form .itemList {
    overflow: hidden;
    width: 100%;
    position: relative;
    color: #79797a;
    font-size: 13px;
}

.doublepage_form .itemList .item {
    line-height: 22px;
}

.doublepage_form .closeButton {
    overflow: hidden;
    width: 100%;
    height: 38px;
    line-height: 38px;
    position: relative;
    color: #639fe7;
    font-size: 14px;
    border-top: 1px solid #e8e0e0;
    margin-top: 10px;
}

.doublepage_form img {
    overflow: hidden;
    width: 100%;
    display: block;
}

.doublepage_form .wordBox {
    padding-top: 10px;
}

.videogallery_form_phone {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    color: #fff;
    margin: auto;
    width: 80%;
    background: #000;
    padding: 15px 20px 20px 20px;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
    overflow: hidden;
}

.win10_border.videogallery_form_phone {
    border-radius: unset;
}

.videogallery_form_phone .form_title {
    font-size: 18px;
    line-height: 20px;
}

.videogallery_form_phone .title {
    font-size: 18px;
    line-height: 20px;
}

.videogallery_form_phone .video {
    width: 100%;
    height: 180px;
    background: rgba(255,255,255,0.25);
    margin-top: 15px;
}

.videogallery_form_phone .close {
    top: 16px;
    right: 20px;
    padding: 3px;
    position: absolute;
    cursor: pointer;
}

.videogallery_form_phone .video_list {
    width: 100%;
    height: 120px;
    margin-top: 6px;
}

.videogallery_form_phone .info {
    margin-top: 5px;
}

.videogallery_form_phone .info .description {
    width: 100%;
}

.videogallery_form_phone .description {
    opacity: .6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.videogallery_form_phone .stage {
    width: 100%;
    position: relative;
    height: 100px;
    overflow: hidden;
}

.videogallery_form_phone .swiper {
    width: max-content;
    position: absolute;
}

.videogallery_form_phone .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: -105px;
    right: -5px;
}

.videogallery_form_phone .progressBar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.videogallery_form_phone .item {
    width: 80px;
    padding-right: 10px;
    min-height: 42px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.videogallery_form_phone .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.videogallery_form_phone .item .thumbnail {
    background-color: rgba(255,255,255,0.25);
    width: 80px;
    height: 50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.videogallery_form_phone .item:hover {
    text-decoration: underline;
}

.videogallery_form_phone.rightToLeft {
    text-align: right;
}

.videogallery_form_phone.rightToLeft .video_list {
    left: 15px;
    right: auto;
}

.videogallery_form_phone.rightToLeft .item {
    padding-right: 61px;
    padding-left: 0;
    margin-left: 5px;
}

.videogallery_form_phone.rightToLeft .item .thumbnail {
    left: auto;
    right: 0;
}

.videogallery_form_phone.rightToLeft .progress {
    left: -5px;
    right: auto;
}

.download_form_phone {
    font-size: 15px;
    width: 100%;
    height: 100%;
    left: 0;
    vertical-align: middle;
    font-family: Arial,Tahoma;
    background: transparent;
    z-index: 1;
}

.download_form_phone .stage {
    margin: 0;
    width: 100%;
    height: 100%;
}

.download_form_phone .content {
    position: relative;
}

.download_form_phone .content2 {
    height: 196px;
}

.download_form_phone .pictureList_win10 {
    margin-left: -75px;
    left: 50%;
    border: none;
}

.download_form_phone .downloadButton {
    cursor: pointer;
    width: auto;
    font-size: 15px;
    height: 40px;
    margin: 10px 20px;
    background: rgba(255,255,255,0.25);
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
}

.download_form_phone .item {
    cursor: pointer;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    margin: 0 20px;
    padding: 10px 20px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.download_form_phone .item span {
    margin-left: 12px;
    vertical-align: middle;
}

.download_form_phone .item img {
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 13px;
}

.download_form_phone .downloadAttachments input {
    padding: 0 5px;
    width: 102px;
    height: 30px;
    border: none;
    margin-left: 10px;
    font-size: 12px;
}

.download_form_phone .content1 select {
    margin: 10px;
    width: 80%;
    color: #989898;
    height: 30px;
    border: none;
    border-radius: 0;
    outline: none;
}

.download_form_phone .select_content {
    margin: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}

.download_form_phone.rightToLeft .item img {
    vertical-align: middle;
    position: absolute;
    right: 10px;
}

.calendar_form_phone {
    z-index: 10001;
}

.calendar_form_phone .head {
    border: 1px solid rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
    color: #333940;
}

.calendar_form_phone .title2 {
    top: 12px;
    margin-left: 20px;
    position: relative;
    padding-left: 30px;
    color: #333940;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-weight: bold;
}

.calendar_form_phone .title2 img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
}

.calendar_form_phone .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 20px;
    left: auto;
}

.calendar_form_phone .close img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.calendar_form_phone .dataButton {
    position: absolute;
    width: 122px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    top: 11px;
    background: #f3f3f3;
    left: 50%;
    margin-left: -71px;
    border-radius: 37px;
    font-size: 12px;
    text-align: center;
    padding-right: 20px;
}

.calendar_form_phone .dataButton img {
    position: absolute;
    top: 11px;
    right: 20px;
    width: 10px;
    height: 5px;
}

.calendar_form_phone .dataButton #date-group {
    background: #f3f3f3;
    padding: 0;
    padding-right: 20px;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 37px;
    text-align: center;
    font-size: 14px;
}

.calendar_form_phone .dataButton #date-group::-webkit-input-placeholder {
    color: #333940;
}

.calendar_form_phone .dataButton #date-group:-moz-placeholder {
    color: #333940;
}

.calendar_form_phone .dataButton #date-group::-moz-placeholder {
    color: #333940;
}

.calendar_form_phone .dataButton #date-group:-ms-input-placeholder {
    color: #333940;
}

.calendar_form_phone .loading {
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.calendar_form_phone .item {
    border-bottom: 1px solid rgba(0,0,0,0.04);
    padding: 10px 20px 10px 20px;
    height: 100px;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.calendar_form_phone .item .h2 {
    margin-left: 100px;
    color: #333940;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendar_form_phone .item .time {
    margin-top: 10px;
    margin-left: 100px;
    line-height: 16px;
    color: #666;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendar_form_phone .item .image {
    width: 80px;
    height: 100px;
    position: absolute;
    left: 20px;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.calendar_form_phone .tips {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.calendar_form_phone .item .tip {
    margin-top: 8px;
    color: #666;
    background: #f4f5f7;
    font-size: 10px;
    text-align: center;
    width: 60px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
    margin-left: 100px;
}

.calendar_form_phone .search {
    height: 40px;
    width: 100%;
    position: relative;
    margin-top: 17px;
}

.calendar_form_phone .searchBar {
    width: 247px;
    height: 36px;
    position: absolute;
    left: 16px;
}

.calendar_form_phone .searchInput {
    border: 1px solid #ddd;
    padding: 10px;
    width: 227px;
    height: 16px;
    font-size: 13px;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

.calendar_form_phone .searchButton {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.calendar_form_phone .searchCancleButton {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.calendar_form_phone .dateButton {
    width: 118px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: 19px;
    background: #363636;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
}

.calendar_form_phone .dateButton img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.calendar_form_phone .calendar_empty {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 181px;
    display: none;
}

.calendar_form_phone .calendar_empty img {
    height: 130px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.calendar_form_phone .calendar_empty p {
    text-align: center;
    color: #666;
    font-size: 14px;
    top: 141px;
    position: relative;
}

.articlelist_form_phone {
    z-index: 10001;
}

.articlelist_form_phone .head {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
    height: 30px;
    color: #333940;
}

.articlelist_form_phone .title2 {
    top: 12px;
    margin-left: 20px;
    position: relative;
    padding-left: 30px;
    color: #333940;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-weight: bold;
}

.articlelist_form_phone .title2 img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
}

.articlelist_form_phone .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    right: 20px;
    left: auto;
}

.articlelist_form_phone .close img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.articlelist_form_phone .loading {
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.articlelist_form_phone .list {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 30px;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    background: #eee;
}

.articlelist_form_phone .list .red {
    text-align: center;
    width: 20px;
    height: 100%;
    background: #b6272f;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.articlelist_form_phone .list .gray {
    margin-left: 30px;
    color: #333940;
}

.articlelist_form_phone .item {
    background: #eee;
    border-radius: 4px;
    margin: 0 20px 20px 20px;
    padding: 20px;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.articlelist_form_phone .item .h2 {
    line-height: 22px;
    color: #333940;
    font-size: 16px;
    font-weight: bold;
}

.articlelist_form_phone .item .description {
    line-height: 16px;
    display: inline-block;
    color: #666;
    font-size: 13px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.articlelist_form_phone {
    font-family: 'Open Sans',Arial,'Hiragino Sans GB','Microsoft YaHei',寰蒋闆呴粦,STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif;
}

.reader_form_phone .image {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    margin-top: 10px;
}

.reader_form_phone {
    font-family: 'Open Sans',Arial,'Hiragino Sans GB','Microsoft YaHei',寰蒋闆呴粦,STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif;
}

.reader_form_phone {
    z-index: 10001;
}

.reader_form_phone .headline {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.36em;
    margin-bottom: 20px;
}

.reader_form_phone .classhead {
    font-size: 16px;
    color: #999;
    line-height: 1.88;
    margin-bottom: 20px;
}

.reader_form_phone .subtitle {
    font-size: 16px;
    color: #999;
    line-height: 1.88;
    margin-bottom: 20px;
}

.reader_form_phone .paragraph {
    font-size: 18px;
    color: #2f2f2f;
    line-height: 1.67;
    margin-bottom: 25px;
    text-align: justify;
    word-wrap: break-word;
    text-indent: 2em!important;
    background-color: transparent!important;
}

.reader_form_phone .paragraphTitle,.paragraphtitle {
    font-weight: bold;
    font-size: 18px;
    color: #2f2f2f;
    line-height: 1.67;
    margin-bottom: 25px;
    text-align: justify;
    word-wrap: break-word;
    background-color: transparent!important;
}

.reader_form_phone .quote {
    font-size: 20px;
    color: #333940;
    line-height: 1.5;
    text-indent: 2em;
    margin-bottom: 20px;
}

.reader_form_phone .byline {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 20px;
    word-break: break-all;
}

.reader_form_phone .date {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 20px;
    word-break: break-all;
}

.reader_form_phone .notes {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 20px;
    word-break: break-all;
}

.reader_form_phone .guide {
    line-height: 1.67;
    margin-bottom: 25px;
    text-align: justify;
    word-wrap: break-word;
    text-indent: 2em!important;
    background-color: transparent!important;
    font-size: 16px;
    color: #999;
}

.article_form_phone {
    z-index: 10001;
}

.article_form_phone .head {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    width: 100%;
    height: 30px;
    color: #333940;
}

.article_form_phone .title2 {
    text-align: left;
    top: 12px;
    margin-left: 20px;
    position: relative;
    padding-left: 30px;
    color: #333940;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-weight: bold;
}

.article_form_phone .title2 img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
}

.article_form_phone .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    right: 20px;
    left: auto;
}

.article_form_phone .close img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.article_form_phone .loading {
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.phoneBottomBar .mixButton {
    font-size: 12px;
    width: 40px;
    height: 52px;
    position: absolute;
    cursor: pointer;
    top: 5;
    text-align: center;
}

.phoneBottomBar .mixButton img {
    height: 20px;
    left: 0;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.phoneBottomBar .mixButton .svg {
    height: 20px;
    left: 1px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.phoneBottomBar .mixButton .icon {
    overflow: hidden;
    position: absolute;
    left: 9px;
    top: 9px;
    width: 22px;
    height: 22px;
}

.phoneBottomBar .mixButton span {
    bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    line-height: 20px;
    display: block;
    position: relative;
    width: 40px;
    position: absolute;
}

.phoneBottomBar .mixButton img.custom {
    left: 0;
}

.phoneTopBar .mixButton {
    font-size: 12px;
    width: 40px;
    height: 52px;
    position: absolute;
    cursor: pointer;
    top: 5;
    text-align: center;
}

.phoneTopBar .mixButton img {
    max-height: 40px;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.phoneTopBar .mixButton .svg {
    height: 20px;
    left: 1px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.phoneTopBar .mixButton .icon {
    overflow: hidden;
    position: absolute;
    left: 9px;
    top: 9px;
    width: 22px;
    height: 22px;
}

.phoneTopBar .mixButton span {
    bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    line-height: 20px;
    display: block;
    position: relative;
    width: 40px;
    position: absolute;
}

.phoneTopBar .mixButton img.custom {
    left: 0;
}

.phoneTopBar .textButton {
    font-size: 12px;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 5;
    text-align: center;
}

.phoneTopBar .textButton .svg {
    display: none;
}

.phoneTopBar .textButton .icon {
    display: none;
}

.phoneTopBar .textButton span {
    top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    line-height: 20px;
    display: block;
    position: relative;
    margin: 0 0 0 -15px;
    width: 70px;
    position: absolute;
}

.phoneBottomBar .textButton {
    font-size: 12px;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 5;
    text-align: center;
}

.phoneBottomBar .textButton img {
    display: none;
}

.phoneBottomBar .textButton .svg {
    display: none;
}

.phoneBottomBar .textButton .icon {
    display: none;
}

.phoneBottomBar .textButton span {
    top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    line-height: 20px;
    display: block;
    position: relative;
    margin: 0 0 0 -15px;
    width: 70px;
    position: absolute;
}

.bg-bottom-wrap {
    display: grid;
    grid-template-columns: 1.2fr 2fr .6fr;
    height: 60px;
    position: absolute;
    width: 90%;
    left: 5%;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.bg-bottom-wrap>div {
    height: 100%;
}

.box-logo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.box-time {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-time .time {
    color: #747474;
    font-size: 16px;
}

.box-time .slogan {
    color: #c6c6c6;
    font-size: 12px;
}

.box-qr {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.reader_form_phone .page {
    position: relative;
    margin-bottom: 20px;
}

.reader_form_phone .pageImage {
    height: auto;
    width: 100%;
    margin-left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    border: 1px solid #999;
}

.reader_form_phone .mask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-bottom-wrap2 {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    height: 60px;
    position: absolute;
    bottom: 5%;
    width: 80%;
    left: 5%;
    z-index: 3;
    top: 20px;
    background: #f6f7f9;
    border-radius: 8px;
    padding: 0 5% 0 5%;
}

.bg-bottom-wrap2>div {
    height: 100%;
}

.box-logo2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 15px;
}

.box-time2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.box-time2 .time2 {
    color: #acacad;
    font-size: 12px;
    line-height: 20px;
}

.box-time2 .slogan2 {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.box-qr2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.phoneReaderToolbar {
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 27px;
    z-index: 100;
}

.phoneReaderToolbar .button {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    border-radius: 18px;
    background: rgba(0,0,0,0.8);
}

.phoneReaderToolbar .home {
    left: 30px;
}

.phoneReaderToolbar .zoom {
    width: 92px;
    left: 50%;
    margin-left: -46px;
}

.phoneReaderToolbar .enlarge {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 10px;
}

.phoneReaderToolbar .reduce {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
}

.phoneReaderToolbar .list {
    right: 30px;
}

.phoneReaderToolbar .top {
    right: 30px;
    top: -56px;
}

.phoneReaderToolbar .button img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.phoneTopBar .topRightButton {
    position: absolute;
    top: initial;
    right: 12px;
    height: 100%;
}

body {
    position: fixed;
}

.video-play,.volume-button {
    cursor: pointer;
}

.video-timer {
    cursor: default;
}

.video-player.circle {
    position: absolute;
}

.video-player.circle .bevel {
    width: 0;
    height: 0;
    display: none;
}

.video-circle-controls {
    z-index: 50;
    top: 2px;
    background: rgba(0,0,0,0.2);
    cursor: hand;
}

.video-circle-play {
    width: 22px;
    height: 28px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(icon/video-circle.png) no-repeat -10px -39px;
    z-index: 120;
    cursor: hand;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video-paused-button {
    background: url(icon/video-circle.png) no-repeat -43px -41px;
}

.video-circle-play:hover {
    opacity: 1;
}

.video-circle-volume-button {
    margin-top: 7px;
    right: 50px;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: url(icon/video-circle.png) no-repeat -6px -6px;
}

.video-circle-volume-mute {
    background: url(icon/video-circle.png) no-repeat -32px -6px;
}

.video-circle-player-fullscreen {
    margin-top: 7px;
    right: 15px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(icon/video-circle.png) no-repeat -57px -6px;
}

.video-circle-exit-fullscreen {
    background: url(icon/video-circle.png) no-repeat -79px -6px;
}

.video-circle-seek {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: rgba(0,0,0,0.7);
    z-index: 50;
}

.video-circle-time {
    position: absolute;
    width: 55px;
    height: 35px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: red;
}

.video-circle-range {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 1;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 2px solid white;
    z-index: 100;
    z-index: 2;
}

.video-player.default {
    position: absolute;
}

.video-player.default .bevel {
    width: 0;
    height: 0;
    display: none;
}

.video-player.default .video-controls {
    position: absolute;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    left: 0;
    bottom: 4px;
    height: 30px;
    background: #222;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video-player.default .control-border {
    position: absolute;
    width: 100%;
    left: 0;
    top: 1px;
    height: 1px;
    background: #444;
}

.video-player.default .video-play,.video-player.default .volume-box,.video-player.default .volume-button,.video-player.default .video-timer,.video-player.default .player-fullscreen {
    float: left;
    margin-top: 4px;
}

.video-player.default .video-play {
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-right: 10px;
    background: url(icon/player-play.png) no-repeat;
    opacity: .7;
    cursor: hand;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video-player.default .paused-button {
    background: url(icon/player-pause.png) no-repeat;
}

.video-player.default .video-play:hover {
    opacity: 1;
}

.video-player.default .video-timer {
    margin-top: 8px;
    margin-right: 10px;
    cursor: default;
    color: #999;
    font-family: Arial,Tahoma;
    font-size: .7em;
    font-weight: bold;
}

.video-player.default .volume-button {
    margin-right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(icon/player-volume-full.png) no-repeat;
    cursor: hand;
    opacity: .8;
}

.video-player.default .volume-button:hover {
    opacity: 1;
}

.video-player.default .volume-mute {
    background: url(icon/player-volume.png) no-repeat;
}

.video-player.default .player-fullscreen {
    margin-top: 6px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(icon/player-fullscreen.png) no-repeat;
    cursor: hand;
    opacity: .8;
}

.video-player.default .player-fullscreen:hover {
    opacity: 1;
}

.video-player.default .player-exit-fullscreen {
    margin-top: 4px;
    background: url(icon/player-exit-fullscreen.png) no-repeat;
}

.video-player.default .video-seek {
    float: left;
    position: relative;
    width: 80px;
    height: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.video-player.default .video-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #494949;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #535353;
    background-image: -moz-linear-gradient(top,#535353,#333);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#535353),color-stop(1,#333));
    box-shadow: inset 0 -3px 3px #333;
}

.video-player.default .video-seek .slider-range {
    position: absolute;
    top: 1px;
    left: 0;
    height: 100%;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    z-index: 2;
    background: #4cbae8;
    background-image: -moz-linear-gradient(top,#4cbae8,#39a2ce);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4cbae8),color-stop(1,#39a2ce));
    box-shadow: inset 0 -3px 3px #39a2ce;
}

.video-player.default .video-seek .slider-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #323232;
    z-index: 3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e6e6e6;
    background-image: -moz-linear-gradient(top,#e6e6e6,#d5d5d5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(1,#d5d5d5));
    box-shadow: inset 0 -3px 3px #d5d5d5;
}

.video-player.default .volume-seek {
    position: absolute;
    height: 60px;
    width: 6px;
    bottom: 30px;
    visibility: hidden;
    opacity: 0;
}

.video-player.default .volume-seek:hover {
    visibility: visible;
    opacity: 1;
}

.video-player.default .volume-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #535353;
    background-image: -moz-linear-gradient(top,#535353,#333);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#535353),color-stop(1,#333));
    box-shadow: inset 0 3px 3px #333;
}

.video-player.default .volume-seek .slider-range {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 100%;
    height: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    background: #e6e6e6;
    background-image: -moz-linear-gradient(top,#e6e6e6,#d5d5d5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(1,#d5d5d5));
    box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.default .volume-seek .slider-handle {
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid #323232;
    z-index: 3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e6e6e6;
    background-image: -moz-linear-gradient(top,#e6e6e6,#d5d5d5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(1,#d5d5d5));
    box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.round {
    position: absolute;
    -webkit-mask: none;
}

.video-player.round .bevel {
    display: block;
    float: left;
    position: relative;
    height: 80%;
    top: 10%;
    width: 0;
    margin-right: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #555;
}

.video-player.round .video-controls {
    position: absolute;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    width: 90%;
    left: 5%;
    bottom: 10px;
    height: 30px;
    background: #222;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video-player.round .control-border {
    display: none;
}

.video-player.round .video-play,.video-player.round .volume-box,.video-player.round .volume-button,.video-player.round .video-timer,.video-player.round .player-fullscreen {
    float: left;
    margin-top: 4px;
}

.video-player.round .video-play {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    margin-right: 10px;
    background: url(icon/player-play.png) no-repeat;
    opacity: .7;
    cursor: hand;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video-player.round .paused-button {
    background: url(icon/player-pause.png) no-repeat;
}

.video-player.round .video-play:hover {
    opacity: 1;
}

.video-player.round .video-timer {
    margin-top: 8px;
    margin-right: 10px;
    cursor: default;
    color: #999;
    font-family: Arial,Tahoma;
    font-size: .7em;
    font-weight: bold;
}

.video-player.round .volume-button {
    margin-right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(icon/player-volume-full.png) no-repeat;
    cursor: hand;
    opacity: .8;
}

.video-player.round .volume-button:hover {
    opacity: 1;
}

.video-player.round .volume-mute {
    background: url(icon/player-volume.png) no-repeat;
}

.video-player.round .player-fullscreen {
    display: block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background: url(icon/round-player-fullscreen.png) no-repeat;
    cursor: hand;
    opacity: .8;
}

.video-player.round .player-fullscreen:hover {
    opacity: 1;
}

.video-player.round .player-exit-fullscreen {
    margin-top: 4px;
    background: url(icon/round-player-exit-fullscreen.png) no-repeat;
}

.video-player.round .video-seek {
    float: left;
    position: relative;
    width: 80px;
    height: 5px;
    margin-top: 12px;
    margin-right: 15px;
}

.video-player.round .video-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #968F89;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #535353;
    background-image: -moz-linear-gradient(top,#C8C8CA,#CECECE);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#CECECE),color-stop(1,#C8C8CA));
    box-shadow: inset 0 -3px 3px #C8C8CA;
}

.video-player.round .video-seek .slider-range {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 100%;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    z-index: 2;
    background: #F68100;
    background-image: -moz-linear-gradient(top,#F68100,#EE840E);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#F68100),color-stop(1,#EE840E));
    box-shadow: inset 0 -3px 3px #EE840E;
}

.video-player.round .video-seek .slider-handle {
    position: absolute;
    top: -5px;
    left: 0;
    background: url(icon/round-seek-handle.png) no-repeat;
    width: 20px;
    height: 20px;
    z-index: 3;
}

.video-player.round .volume-seek {
    position: absolute;
    height: 60px;
    width: 6px;
    bottom: 25px;
    visibility: hidden;
    opacity: 0;
}

.video-player.round .volume-seek:hover {
    visibility: visible;
    opacity: 1;
}

.video-player.round .volume-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #535353;
    background-image: -moz-linear-gradient(top,#535353,#333);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#535353),color-stop(1,#333));
    box-shadow: inset 0 3px 3px #333;
}

.video-player.round .volume-seek .slider-range {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 100%;
    height: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    background: #e6e6e6;
    background-image: -moz-linear-gradient(top,#e6e6e6,#d5d5d5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(1,#d5d5d5));
    box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.round .volume-seek .slider-handle {
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid #323232;
    z-index: 3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e6e6e6;
    background-image: -moz-linear-gradient(top,#e6e6e6,#d5d5d5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(1,#d5d5d5));
    box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.classic {
    position: absolute;
}

.video-player.classic .bevel {
    display: block;
    float: left;
    position: relative;
    height: 80%;
    top: 10%;
    width: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #555;
}

.video-player.classic .video-controls {
    position: absolute;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px;
    background: #222;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video-player.classic .control-border {
    position: absolute;
    width: 100%;
    left: 0;
    top: 1px;
    height: 1px;
    background: #444;
}

.video-player.classic .video-play,.video-player.classic .volume-box,.video-player.classic .volume-button,.video-player.classic .video-timer,.video-player.classic .player-fullscreen {
    float: left;
    margin-top: 4px;
}

.video-player.classic .video-play {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
    background: url(icon/classic-buttons.png) 0 0 no-repeat;
    opacity: .7;
    cursor: hand;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video-player.classic .paused-button {
    background: url(icon/classic-buttons.png) -33px 0 no-repeat;
}

.video-player.classic .video-play:hover {
    opacity: 1;
}

.video-player.classic .video-timer {
    margin-top: 13px;
    margin-right: 10px;
    cursor: default;
    color: #999;
    font-family: Arial,Tahoma;
    font-size: .7em;
    font-weight: bold;
}

.video-player.classic .volume-button {
    display: block;
    width: 22px;
    height: 22px;
    background: url(icon/classic-buttons.png) -100px 0 no-repeat;
    cursor: hand;
    opacity: .8;
}

.video-player.classic .volume-button:hover {
    opacity: 1;
}

.video-player.classic .volume-mute {
    background: url(icon/classic-buttons.png) -100px -32px no-repeat;
}

.video-player.classic .player-fullscreen {
    margin-top: 4px;
    margin-right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(icon/classic-buttons.png) -193px 0 no-repeat;
    cursor: hand;
    opacity: .8;
}

.video-player.classic .player-fullscreen:hover {
    opacity: 1;
}

.video-player.classic .player-exit-fullscreen {
    margin-top: 4px;
    background: url(icon/classic-buttons.png) -225px 0 no-repeat;
}

.safari-fullscreen-video {
    width: 1px;
    height: 1px;
}

.video-player.classic .video-seek {
    float: left;
    position: relative;
    width: 80px;
    height: 8px;
    margin-top: 15px;
    margin-right: 15px;
}

.video-player.classic .video-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #494949;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #535353;
    background-image: -moz-linear-gradient(top,#535353,#333);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#535353),color-stop(1,#333));
    box-shadow: inset 0 -3px 3px #333;
}

.video-player.classic .video-seek .slider-range {
    position: absolute;
    top: 1px;
    left: 0;
    height: 100%;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    z-index: 2;
    background: #90C962;
    background-image: -moz-linear-gradient(top,#90C962,#7AB750);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#90C962),color-stop(1,#7AB750));
    box-shadow: inset 0 -3px 3px #7AB750;
}

.video-player.classic .video-seek .slider-handle {
    position: absolute;
    top: -5px;
    left: 0;
    width: 16px;
    height: 20px;
    background: url(icon/classic-buttons.png) -168px -5px no-repeat;
    z-index: 3;
}

.video-player.classic .volume-seek {
    position: absolute;
    height: 72px;
    width: 13px;
    bottom: 30px;
    visibility: hidden;
    opacity: 0;
    background: url(icon/classic-buttons.png) 0 -33px no-repeat;
}

.video-player.classic .volume-seek:hover {
    visibility: visible;
    opacity: 1;
}

.video-player.classic .volume-seek .slider-total {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 62px;
    z-index: 1;
    background-color: #000;
}

.video-player.classic .volume-seek .slider-range {
    position: absolute;
    bottom: 6px;
    left: 6px;
    width: 2px;
    height: 0;
    background-color: #2292FE;
    z-index: 2;
}

.video-player.classic .volume-seek .slider-handle {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 12px;
    height: 12px;
    z-index: 3;
    background: url(icon/classic-buttons.png) -138px -11px no-repeat;
}

.video-player.smallblack {
    position: absolute;
}

.video-player.smallblack .bevel {
    width: 0;
    height: 0;
    display: none;
}

.video-player.smallblack .video-controls {
    position: absolute;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 24px;
    background: #222;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video-player.smallblack .control-border {
    position: absolute;
    width: 100%;
    left: 0;
    top: 1px;
    height: 1px;
    background: #444;
}

.video-player.smallblack .video-play,.video-player.smallblack .volume-box,.video-player.smallblack .volume-button,.video-player.smallblack .video-timer,.video-player.smallblack .player-fullscreen {
    float: left;
    margin-top: 0;
}

.video-player.smallblack .video-play {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    background: url(icon/smallblack-buttons.png) no-repeat;
    opacity: .7;
    cursor: hand;
}

.video-player.smallblack .paused-button {
    background: url(icon/smallblack-buttons.png) -24px 0 no-repeat;
}

.video-player.smallblack .video-play:hover {
    opacity: 1;
}

.video-player.smallblack .video-timer {
    margin-top: 5px;
    margin-right: 10px;
    cursor: default;
    color: #AAA;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.video-player.smallblack .volume-button {
    margin-right: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: url(icon/smallblack-buttons.png) -48px 0 no-repeat;
    cursor: hand;
    opacity: .8;
}

.video-player.smallblack .volume-button:hover {
    opacity: 1;
}

.video-player.smallblack .volume-mute {
    background: url(icon/smallblack-buttons.png) -72px 0 no-repeat;
}

.video-player.smallblack .player-fullscreen {
    margin-right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(icon/smallblack-buttons.png) -96px 0 no-repeat;
    cursor: hand;
    opacity: .8;
}

.video-player.smallblack .player-fullscreen:hover {
    opacity: 1;
}

.video-player.smallblack .player-exit-fullscreen {
    background: url(icon/smallblack-buttons.png) -120px 0 no-repeat;
}

.video-player.smallblack .video-seek {
    float: left;
    position: relative;
    width: 80px;
    height: 5px;
    margin-top: 8px;
    margin-right: 10px;
}

.video-player.smallblack .video-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #494949;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #535353;
    background-image: -moz-linear-gradient(top,#535353,#333);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#535353),color-stop(1,#333));
    box-shadow: inset 0 -3px 3px #333;
}

.video-player.smallblack .video-seek .slider-range {
    position: absolute;
    top: 1px;
    left: 0;
    height: 100%;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index: 2;
    background: #ECECEC;
    background-image: -moz-linear-gradient(top,#ECECEC,#DDD);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ECECEC),color-stop(1,#DDD));
    box-shadow: inset 0 -3px 3px #DDD;
}

.video-player.smallblack .video-seek .slider-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #323232;
    z-index: 3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #323232;
    background-image: -moz-linear-gradient(top,#323232,#222);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(1,#222));
    box-shadow: inset 0 -3px 3px #222;
}

.video-player.smallblack .volume-seek {
    position: absolute;
    height: 70px;
    width: 12px;
    bottom: 20px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #000;
    background: #222;
}

.video-player.smallblack .volume-seek:hover {
    visibility: visible;
    opacity: 1;
}

.video-player.smallblack .volume-seek .slider-total {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 2px;
    height: 62px;
    z-index: 1;
    border: 1px solid #444;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #535353;
    background-image: -moz-linear-gradient(top,#535353,#333);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#535353),color-stop(1,#333));
    box-shadow: inset 0 3px 3px #333;
}

.video-player.smallblack .volume-seek .slider-range {
    position: absolute;
    bottom: 4px;
    left: 5px;
    width: 2px;
    height: 60px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    z-index: 2;
    background: #e6e6e6;
    background-image: -moz-linear-gradient(top,#e6e6e6,#d5d5d5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(1,#d5d5d5));
    box-shadow: inset 0 -3px 3px #b9a2ce;
}

.video-player.smallblack .volume-seek .slider-handle {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 8px;
    height: 8px;
    border: 1px solid #323232;
    z-index: 3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #e6e6e6;
    background-image: -moz-linear-gradient(top,#e6e6e6,#d5d5d5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(1,#d5d5d5));
    box-shadow: inset 0 -3px 3px #b9a2ce;
}

.audio-file,.audio-timer {
    cursor: default;
}

.video-center-button {
    position: absolute;
    z-index: 50;
    width: 56px;
    height: 56px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    opacity: .8;
    background: url(icon/play.png) center center no-repeat;
    background-size: contain;
    border: 0 solid #FFD666;
}

.video-center-button:hover {
    opacity: 1;
}

.audio-player.skin1 {
    position: relative;
    background: #7b796f;
}

.audio-player.skin1 .back_button {
    display: none;
}

.audio-player.skin1 .audio-play {
    position: absolute;
    cursor: pointer;
    background: url(icon/audio-skin.png) no-repeat -15px -16px;
    width: 10px;
    height: 10px;
    left: 11px;
    top: 0;
    bottom: 0;
    z-index: 20;
    margin: auto;
}

.audio-player.skin1 .paused-button {
    position: absolute;
    cursor: pointer;
    background: url(icon/audio-skin.png) no-repeat -31px -17px;
    width: 10px;
    height: 10px;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
}

.audio-player.skin1 .forward_button {
    display: none;
}

.audio-player.skin1 .volume-button {
    display: none;
}

.audio-player.skin1 .volume-mute {
    display: none;
}

.audio-player.skin1 .audio-timer {
    display: none;
}

.audio-player.skin1 .audio-file {
    display: none;
}

.audio-player.skin1 .audio-seek {
    position: absolute;
    width: 120px;
    height: 10px;
    left: 35px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.audio-player.skin1 .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(top,#616159,#B7B4A5);
    border-radius: 4px;
}

.audio-player.skin1 .audio-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    box-shadow: inset 0 -3px 3px #ACACAC;
}

.audio-player.skin1 .audio-seek .slider-handle {
    position: absolute;
    width: 11px;
    height: 11px;
    z-index: 100;
    background: url(icon/audio-skin.png) no-repeat -46px -17px;
}

.audio-player.skin1 .volume-seek {
    position: absolute;
    width: 79px;
    height: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
}

.audio-player.skin1 .volume-seek .slider-total {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    z-index: 1;
    background: url(icon/audio-skin.png) no-repeat -150px -7px;
}

.audio-player.skin1 .volume-seek .slider-range {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 90%;
    z-index: 2;
    background: url(icon/audio-skin.png) no-repeat -68px -7px;
}

.audio-player.skin1 .volume-seek .slider-handle {
    display: none;
}

.audio-player.skin2 {
    position: relative;
    background: #7b796f;
}

.audio-player.skin2 .back_button {
    display: none;
}

.audio-player.skin2 .audio-play {
    position: absolute;
    cursor: pointer;
    background: url(icon/audio-skin.png) no-repeat -15px -62px;
    width: 10px;
    height: 17px;
    left: 11px;
    top: 0;
    bottom: 0;
    z-index: 20;
    margin: auto;
}

.audio-player.skin2 .paused-button {
    position: absolute;
    cursor: pointer;
    background: url(icon/audio-skin.png) no-repeat -33px -65px;
    width: 15px;
    height: 10px;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
}

.audio-player.skin2 .forward_button {
    display: none;
}

.audio-player.skin2 .volume-button {
    display: none;
}

.audio-player.skin2 .volume-mute {
    display: none;
}

.audio-player.skin2 .audio-timer {
    display: none;
}

.audio-player.skin2 .audio-file {
    display: none;
}

.audio-player.skin2 .audio-seek {
    position: absolute;
    width: 120px;
    height: 10px;
    left: 35px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.audio-player.skin2 .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: -webkit-linear-gradient(top,#616159,#B7B4A5);
}

.audio-player.skin2 .audio-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 2;
    background-image: -webkit-linear-gradient(top,#FFF,#b8fb7d);
}

.audio-player.skin2 .audio-seek .slider-handle {
    display: none;
}

.audio-player.skin2 .volume-seek {
    position: absolute;
    width: 31px;
    height: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
}

.audio-player.skin2 .volume-seek .slider-total {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 26px;
    z-index: 1;
    background: url(icon/audio-skin.png) no-repeat -95px -58px;
}

.audio-player.skin2 .volume-seek .slider-range {
    position: absolute;
    left: 0;
    width: 31px;
    top: 0;
    height: 26px;
    z-index: 2;
    background: url(icon/audio-skin.png) no-repeat -60px -58px;
}

.audio-player.skin2 .volume-seek .slider-handle {
    display: none;
}

.audio-player.default {
    position: relative;
    background: #DEDDD8;
    background-image: -moz-linear-gradient(top,#DEDDD8,#A19F95);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#DEDDD8),color-stop(1,#A19F95));
    box-shadow: 3px 3px 5px #b9a2ce;
    min-height: 55px;
}

.audio-player.default .back_button {
    display: none;
}

.audio-player.default .audio-play {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 21px;
    left: 11px;
    bottom: 11px;
    background: url(icon/audio-default.png) -34px -29px no-repeat;
}

.audio-player.default .paused-button {
    background: url(icon/audio-default.png) -80px -29px no-repeat;
}

.audio-player.default .forward_button {
    display: none;
}

.audio-player.default .volume-button {
    position: absolute;
    width: 20px;
    height: 15px;
    right: 100px;
    bottom: 11px;
    background: url(icon/audio-default.png) -133px -34px no-repeat;
}

.audio-player.default .volume-mute {
    background: url(icon/audio-default.png) -158px -34px no-repeat;
}

.audio-player.default .audio-timer {
    display: none;
}

.audio-player.default .audio-file {
    display: none;
}

.audio-player.default .audio-seek {
    position: absolute;
    width: 80px;
    height: 10px;
    left: 11px;
    bottom: 40px;
}

.audio-player.default .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #6D9CB7;
}

.audio-player.default .audio-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background: #C9C9C8;
    background-image: -moz-linear-gradient(top,#E6E6E4,#ACACAC);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#E6E6E4),color-stop(1,#ACACAC));
    box-shadow: inset 0 -3px 3px #ACACAC;
}

.audio-player.default .audio-seek .slider-handle {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 10px;
    z-index: 3;
    background: #A69F9A;
    background-image: -moz-linear-gradient(top,#DED2D2,#6F6B63);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#DED2D2),color-stop(1,#6F6B63));
    box-shadow: inset 0 -3px 3px #6F6B63;
}

.audio-player.default .volume-seek {
    position: absolute;
    width: 80px;
    height: 10px;
    right: 11px;
    bottom: 15px;
}

.audio-player.default .volume-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-top: 1px solid #AAA9A0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #999;
}

.audio-player.default .volume-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 5px;
    z-index: 2;
    border: 1px solid #A3A2A2;
    background: #CECECC;
    background-image: -moz-linear-gradient(top,#E1E1DF,#B1B1B0);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#E1E1DF),color-stop(1,#B1B1B0));
    box-shadow: inset 0 -3px 3px #B1B1B0;
}

.audio-player.default .volume-seek .slider-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 12px;
    z-index: 3;
    background: #AAA29E;
    background-image: -moz-linear-gradient(top,#DED2D2,#76726A);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#DED2D2),color-stop(1,#76726A));
}

.audio-player.decent {
    width: 308px;
    height: 114px;
    background: url(icon/audio-decent.png) 0 0 no-repeat;
}

.audio-player.decent .back_button {
    position: absolute;
    cursor: pointer;
    width: 42px;
    height: 42px;
    left: 115px;
    top: 30px;
    background: url(icon/audio-decent.png) 0 -133px no-repeat;
}

.audio-player.decent .audio-play {
    position: absolute;
    cursor: pointer;
    width: 54px;
    height: 54px;
    left: 160px;
    top: 20px;
    background: url(icon/audio-decent.png) -48px -133px no-repeat;
}

.audio-player.decent .paused-button {
    background: url(icon/audio-decent.png) -105px -133px no-repeat;
}

.audio-player.decent .forward_button {
    position: absolute;
    cursor: pointer;
    width: 42px;
    height: 42px;
    left: 220px;
    top: 30px;
    background: url(icon/audio-decent.png) -168px -134px no-repeat;
}

.audio-player.decent .volume-button {
    position: absolute;
    width: 21px;
    height: 18px;
    left: 276px;
    top: 84px;
    background: url(icon/audio-decent.png) -222px -134px no-repeat;
}

.audio-player.decent .volume-mute {
    background: url(icon/audio-decent.png) -222px -158px no-repeat;
}

.audio-player.decent .audio-timer {
    display: none;
}

.audio-player.decent .audio-file {
    display: none;
}

.audio-player.decent .audio-seek {
    position: absolute;
    width: 160px;
    height: 10px;
    left: 107px;
    top: 88px;
}

.audio-player.decent .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #F1F1F1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #C3C3C3;
    box-shadow: inset 0 -3px 3px #C3C3C3;
}

.audio-player.decent .audio-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index: 2;
    border: 1px solid #A3A2A2;
    background: #C3F4FC;
    background-image: -moz-linear-gradient(top,#C3F4FC,#A8D3E7);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C3F4FC),color-stop(1,#A8D3E7));
    box-shadow: inset 0 -3px 3px #A8D3E7;
}

.audio-player.decent .audio-seek .slider-handle {
    position: absolute;
    left: 0;
    top: -3px;
    width: 18px;
    height: 18px;
    z-index: 3;
    background: url(icon/audio-decent.png) -337px -83px no-repeat;
}

.audio-player.decent .volume-seek {
    position: absolute;
    left: 280px;
    top: 15px;
    height: 60px;
    width: 6px;
    bottom: 30px;
}

.audio-player.decent .volume-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #979797;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #535353;
    background-image: -moz-linear-gradient(top,#535353,#333);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#535353),color-stop(1,#333));
    box-shadow: inset 0 3px 3px #333;
}

.audio-player.decent .volume-seek .slider-range {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 100%;
    height: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    background: #FFF6D5;
    background-image: -moz-linear-gradient(top,#FFF6D5,#D7F695);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFF6D5),color-stop(1,#D7F695));
    box-shadow: inset 0 -3px 3px #FFF6D5;
}

.audio-player.decent .volume-seek .slider-handle {
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 18px;
    height: 18px;
    z-index: 3;
    background: url(icon/audio-decent.png) -337px -83px no-repeat;
}

.audio-player.advanced {
    width: 398px;
    height: 195px;
    background: url(icon/audio-advanced.png) -17px -6px no-repeat;
}

.audio-player.advanced .back_button {
    position: absolute;
    cursor: pointer;
    width: 11px;
    height: 10px;
    left: 15px;
    top: 165px;
    background: url(icon/audio-advanced.png) -33px -212px no-repeat;
}

.audio-player.advanced .audio-play {
    position: absolute;
    cursor: pointer;
    width: 7px;
    height: 10px;
    left: 50px;
    top: 165px;
    background: url(icon/audio-advanced.png) -70px -211px no-repeat;
}

.audio-player.advanced .paused-button {
    background: url(icon/audio-advanced.png) -98px -212px no-repeat;
}

.audio-player.advanced .forward_button {
    position: absolute;
    cursor: pointer;
    width: 11px;
    height: 10px;
    left: 78px;
    top: 165px;
    background: url(icon/audio-advanced.png) -128px -211px no-repeat;
}

.audio-player.advanced .volume-button {
    display: none;
}

.audio-player.advanced .volume-mute {
    display: none;
}

.audio-player.advanced .audio-timer {
    position: absolute;
    right: 10px;
    top: 40px;
    color: #999;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.advanced .audio-file {
    position: absolute;
    right: 10px;
    top: 65px;
    color: #999;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.advanced .audio-seek {
    position: absolute;
    width: 250px;
    height: 2px;
    left: 10px;
    top: 110px;
}

.audio-player.advanced .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #5888A5;
}

.audio-player.advanced .audio-seek .slider-range {
    position: absolute;
    top: -1px;
    left: 0;
    height: 100%;
    z-index: 2;
    border: 1px solid #5888A5;
    background: #6CACD5;
}

.audio-player.advanced .audio-seek .slider-handle {
    display: none;
}

.audio-player.advanced .volume-seek {
    display: none;
}

.audio-player.advanced .volume-seek .slider-total {
    display: none;
}

.audio-player.advanced .volume-seek .slider-range {
    display: none;
}

.audio-player.advanced .volume-seek .slider-handle {
    display: none;
}

.audio-player.advanced .list-button {
    position: absolute;
    cursor: pointer;
    width: 12px;
    height: 10px;
    left: 235px;
    top: 165px;
    background: url(icon/audio-advanced.png) -153px -210px no-repeat;
}

.audio-player.advanced .list-panel-bk {
    position: absolute;
    background-color: #333;
    width: 378px;
    height: 120px;
    left: 0;
    top: 196px;
    border-radius: 10px;
    padding: 10px;
    display: none;
}

.audio-player.advanced .list-panel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.audio-player.advanced .list-item {
    position: relative;
    float: bottom;
    white-space: nowrap;
    cursor: pointer;
    width: 350px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    vertical-align: middle;
    font-family: "Tahoma","sans-serif","Arial";
    font-size: 12px;
    color: #EEE;
}

.audio-player.advanced .list-item.selected {
    color: red;
}

.audio-player.advanced .list-item:hover {
    color: red;
}

.audio-player.wave {
    background: #000;
}

.audio-player.wave .back_button {
    position: absolute;
    cursor: pointer;
    width: 12px;
    height: 11px;
    right: 20px;
    bottom: 5px;
    background: url(icon/audio-default.png) -245px -34px no-repeat;
}

.audio-player.wave .audio-play {
    position: absolute;
    cursor: pointer;
    width: 7px;
    height: 11px;
    left: 12px;
    bottom: 4px;
    background: url(icon/audio-default.png) -211px -34px no-repeat;
}

.audio-player.wave .paused-button {
    width: 9px;
    background: url(icon/audio-default.png) -226px -35px no-repeat;
}

.audio-player.wave .forward_button {
    position: absolute;
    cursor: pointer;
    width: 12px;
    height: 11px;
    right: 2px;
    bottom: 5px;
    background: url(icon/audio-default.png) -269px -34px no-repeat;
}

.audio-player.wave .volume-button {
    position: absolute;
    cursor: pointer;
    width: 12px;
    height: 12px;
    right: 40px;
    bottom: 4px;
    background: url(icon/audio-default.png) -289px -33px no-repeat;
}

.audio-player.wave .volume-mute {
    background: url(icon/audio-default.png) -308px -33px no-repeat;
}

.audio-player.wave .audio-timer {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #2C8DB5;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.wave .audio-file {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #2C8DB5;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.wave .audio-seek {
    position: absolute;
    width: 150px;
    height: 2px;
    left: 32px;
    bottom: 9px;
}

.audio-player.wave .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #5888A5;
}

.audio-player.wave .audio-seek .slider-range {
    position: absolute;
    top: -1px;
    left: 0;
    height: 100%;
    z-index: 2;
    border: 1px solid #5888A5;
    background: #6CACD5;
}

.audio-player.wave .audio-seek .slider-handle {
    display: none;
}

.audio-player.wave .volume-seek {
    position: absolute;
    width: 30px;
    height: 2px;
    right: 55px;
    bottom: 9px;
}

.audio-player.wave .volume-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #5888A5;
}

.audio-player.wave .volume-seek .slider-range {
    position: absolute;
    top: -1px;
    left: 0;
    height: 100%;
    z-index: 2;
    border: 1px solid #5888A5;
    background: #6CACD5;
}

.audio-player.wave .volume-seek .slider-handle {
    display: none;
}

.audio-player.wave .list-button {
    display: none;
}

.audio-player.wave .list-panel-bk {
    position: absolute;
    width: 33%;
    background-color: #000;
    height: 80%;
    right: 0;
    top: 22px;
    overflow: hidden;
}

.audio-player.wave .list-panel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.audio-player.wave .list-item {
    position: relative;
    float: bottom;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    font-family: "Tahoma","sans-serif","Arial";
    font-size: 12px;
    color: #5888A5;
}

.audio-player.wave .list-item.selected {
    color: #80B0C6;
}

.audio-player.wave .list-item:hover {
    color: #80B0C6;
}

.audio-player.glass {
    width: 405px;
    height: 140px;
    background: url(icon/audio-glass.png) -11px -13px no-repeat;
}

.audio-player.glass .back_button {
    position: absolute;
    cursor: pointer;
    width: 11px;
    height: 12px;
    left: 14px;
    top: 62px;
    background: url(icon/audio-glass.png) -251px -316px no-repeat;
}

.audio-player.glass .audio-play {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    left: 44px;
    top: 44px;
    background: url(icon/audio-glass.png) -42px -294px no-repeat;
}

.audio-player.glass .paused-button {
    background: url(icon/audio-glass.png) -104px -294px no-repeat;
}

.audio-player.glass .forward_button {
    position: absolute;
    cursor: pointer;
    width: 11px;
    height: 12px;
    left: 110px;
    top: 62px;
    background: url(icon/audio-glass.png) -279px -316px no-repeat;
}

.audio-player.glass .volume-up-button {
    position: absolute;
    cursor: pointer;
    width: 11px;
    height: 12px;
    left: 62px;
    top: 16px;
    background: url(icon/audio-glass.png) -190px -316px no-repeat;
}

.audio-player.glass .volume-down-button {
    position: absolute;
    cursor: pointer;
    width: 11px;
    height: 12px;
    left: 62px;
    top: 110px;
    background: url(icon/audio-glass.png) -220px -316px no-repeat;
}

.audio-player.glass .volume-button {
    display: none;
}

.audio-player.glass .volume-mute {
    display: none;
}

.audio-player.glass .audio-timer {
    position: absolute;
    left: 275px;
    bottom: 20px;
    color: #ccc;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.glass .audio-file {
    position: absolute;
    left: 150px;
    top: 20px;
    color: #ccc;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.glass .audio-seek {
    position: absolute;
    width: 207px;
    height: 6px;
    left: 146px;
    top: 95px;
}

.audio-player.glass .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(icon/audio-glass.png) -44px -369px no-repeat;
}

.audio-player.glass .audio-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background: url(icon/audio-glass.png) -44px -381px no-repeat;
}

.audio-player.glass .audio-seek .slider-handle {
    display: none;
}

.audio-player.glass .volume-seek {
    display: none;
}

.audio-player.glass .volume-seek .slider-total {
    display: none;
}

.audio-player.glass .volume-seek .slider-range {
    display: none;
}

.audio-player.glass .volume-seek .slider-handle {
    display: none;
}

.audio-player.glass .list-button {
    position: absolute;
    cursor: pointer;
    width: 14px;
    height: 12px;
    left: 146px;
    top: 108px;
    background: url(icon/audio-glass.png) -311px -317px no-repeat;
}

.audio-player.glass .list-panel-bk {
    position: absolute;
    width: 310px;
    height: 69px;
    background: url(icon/audio-glass.png) -16px -152px no-repeat;
    left: 10px;
    top: 116px;
    padding: 26px;
    overflow: hidden;
    display: none;
}

.audio-player.glass .list-panel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.audio-player.glass .list-item {
    position: relative;
    float: bottom;
    white-space: nowrap;
    cursor: pointer;
    width: 310px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    margin-left: 2px;
    vertical-align: middle;
    font-family: "Tahoma","sans-serif","Arial";
    font-size: 12px;
    background-color: transparent;
    color: #999;
}

.audio-player.glass .list-item.selected {
    background-color: rgba(0,200,0,0.1);
    color: #0C0;
}

.audio-player.glass .list-item.selected:hover {
    background-color: rgba(0,200,0,0.1);
    color: #0C0;
}

.audio-player.glass .list-item:hover {
    background-color: transparent;
    color: #DDD;
}

.audio-player.simple {
    width: 203px;
    height: 90px;
    background: url(icon/audio-simple.png) -20px -21px no-repeat;
}

.audio-player.simple .back_button {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    left: 21px;
    top: 24px;
    background: url(icon/audio-simple.png) -21px -131px no-repeat;
}

.audio-player.simple .audio-play {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    left: 52px;
    top: 13px;
    background: url(icon/audio-simple.png) -57px -123px no-repeat;
}

.audio-player.simple .paused-button {
    background: url(icon/audio-simple.png) -103px -124px no-repeat;
}

.audio-player.simple .forward_button {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    left: 97px;
    top: 24px;
    background: url(icon/audio-simple.png) -156px -131px no-repeat;
}

.audio-player.simple .volume-button {
    position: absolute;
    width: 26px;
    height: 24px;
    left: 156px;
    top: 21px;
    background: url(icon/audio-simple.png) -196px -131px no-repeat;
}

.audio-player.simple .volume-mute {
    background: url(icon/audio-simple.png) -242px -131px no-repeat;
}

.audio-player.simple .audio-timer {
    display: none;
}

.audio-player.simple .audio-file {
    display: none;
}

.audio-player.simple .audio-seek {
    position: absolute;
    width: 160px;
    height: 10px;
    left: 20px;
    top: 63px;
}

.audio-player.simple .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #040404;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #14161D;
}

.audio-player.simple .audio-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index: 2;
    border: 1px solid #040404;
    background: #41546B;
    background-image: -moz-linear-gradient(left,#A05CA6,#2F7A61);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#A05CA6),color-stop(1,#2F7A61));
    box-shadow: inset 0 -3px 3px #2F7A61;
}

.audio-player.simple .audio-seek .slider-handle {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 3;
    background: #CCC;
    background-image: -moz-linear-gradient(left,#FCFCFC,#CCC);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#FCFCFC),color-stop(1,#CCC));
}

.audio-player.simple .volume-seek {
    display: none;
}

.audio-player.simple .volume-seek .slider-total {
    display: none;
}

.audio-player.simple .volume-seek .slider-range {
    display: none;
}

.audio-player.simple .volume-seek .slider-handle {
    display: none;
}

.audio-player.enjoy {
    width: 350px;
    height: 63px;
    background: url(icon/audio-enjoy.png) -19px -10px no-repeat;
}

.audio-player.enjoy .back_button {
    display: none;
}

.audio-player.enjoy .audio-play {
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 48px;
    left: 8px;
    top: 5px;
    background: url(icon/audio-enjoy.png) -32px -93px no-repeat;
}

.audio-player.enjoy .paused-button {
    background: url(icon/audio-enjoy.png) -84px -93px no-repeat;
}

.audio-player.enjoy .forward_button {
    display: none;
}

.audio-player.enjoy .volume-button {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 295px;
    top: 5px;
    background: url(icon/audio-enjoy.png) -137px -93px no-repeat;
}

.audio-player.enjoy .volume-mute {
    background: url(icon/audio-enjoy.png) -192px -94px no-repeat;
}

.audio-player.enjoy .audio-timer {
    display: none;
}

.audio-player.enjoy .audio-file {
    display: none;
}

.audio-player.enjoy .audio-seek {
    position: absolute;
    width: 223px;
    height: 36px;
    left: 63px;
    top: 12px;
}

.audio-player.enjoy .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(icon/audio-enjoy.png) -35px -171px no-repeat;
}

.audio-player.enjoy .audio-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background: url(icon/audio-enjoy.png) -33px -217px no-repeat;
}

.audio-player.enjoy .audio-seek .slider-handle {
    position: absolute;
    left: 0;
    top: -3px;
    width: 45px;
    height: 52px;
    z-index: 3;
    background: url(icon/audio-enjoy.png) -248px -96px no-repeat;
}

.audio-player.enjoy .volume-seek {
    display: none;
}

.audio-player.enjoy .volume-seek .slider-total {
    display: none;
}

.audio-player.enjoy .volume-seek .slider-range {
    display: none;
}

.audio-player.enjoy .volume-seek .slider-handle {
    display: none;
}

.audio-player.background {
    width: 100px;
    height: 100px;
}

.audio-player.background .back_button {
    display: none;
}

.audio-player.background .audio-play {
    position: absolute;
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: url(icon/audio-background.png) 0 -101px no-repeat;
    display: none;
}

.audio-player.background .paused-button {
    background: url(icon/audio-background.png) 0 0 no-repeat;
    display: none;
}

.audio-player.background .forward_button {
    display: none;
}

.audio-player.background .volume-button {
    display: none;
}

.audio-player.background .volume-mute {
    display: none;
}

.audio-player.background .audio-timer {
    display: none;
}

.audio-player.background .audio-file {
    display: none;
}

.audio-player.background .audio-seek {
    display: none;
}

.audio-player.background .audio-seek .slider-total {
    display: none;
}

.audio-player.background .audio-seek .slider-range {
    display: none;
}

.audio-player.background .audio-seek .slider-handle {
    display: none;
}

.audio-player.background .volume-seek {
    display: none;
}

.audio-player.background .volume-seek .slider-total {
    display: none;
}

.audio-player.background .volume-seek .slider-range {
    display: none;
}

.audio-player.background .volume-seek .slider-handle {
    display: none;
}

.audio-player.tree {
    width: 322px;
    height: 125px;
    background: url(icon/audio-tree.png) -2px -11px no-repeat;
}

.audio-player.tree .back_button {
    position: absolute;
    cursor: pointer;
    width: 42px;
    height: 42px;
    left: 78px;
    top: 75px;
    background: url(icon/audio-tree.png) -12px -159px no-repeat;
}

.audio-player.tree .audio-play {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 49px;
    left: 137px;
    top: 73px;
    background: url(icon/audio-tree.png) -62px -154px no-repeat;
}

.audio-player.tree .paused-button {
    background: url(icon/audio-tree.png) -172px -156px no-repeat;
}

.audio-player.tree .forward_button {
    position: absolute;
    cursor: pointer;
    width: 42px;
    height: 42px;
    left: 200px;
    top: 75px;
    background: url(icon/audio-tree.png) -122px -159px no-repeat;
}

.audio-player.tree .volume-button {
    display: none;
}

.audio-player.tree .volume-mute {
    display: none;
}

.audio-player.tree .audio-timer {
    position: absolute;
    left: 245px;
    top: 43px;
    color: #666;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.tree .audio-file {
    position: absolute;
    left: 75px;
    top: 13px;
    color: #666;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.tree .audio-seek {
    position: absolute;
    width: 160px;
    height: 7px;
    left: 72px;
    top: 48px;
}

.audio-player.tree .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(icon/audio-tree.png) -13px -220px no-repeat;
}

.audio-player.tree .audio-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background: url(icon/audio-tree.png) -13px -240px no-repeat;
}

.audio-player.tree .audio-seek .slider-handle {
    position: absolute;
    left: 0;
    top: -4px;
    width: 14px;
    height: 14px;
    z-index: 3;
    background: url(icon/audio-tree.png) -193px -225px no-repeat;
}

.audio-player.tree .volume-seek {
    display: none;
}

.audio-player.tree .volume-seek .slider-total {
    display: none;
}

.audio-player.tree .volume-seek .slider-range {
    display: none;
}

.audio-player.tree .volume-seek .slider-handle {
    display: none;
}

.audio-player.christmas {
    width: 374px;
    height: 95px;
    background: url(icon/audio-christmas.png) -26px -15px no-repeat;
}

.audio-player.christmas .back_button {
    position: absolute;
    cursor: pointer;
    width: 11px;
    height: 12px;
    left: 16px;
    top: 68px;
    background: url(icon/audio-christmas.png) -40px -133px no-repeat;
}

.audio-player.christmas .audio-play {
    position: absolute;
    cursor: pointer;
    width: 6px;
    height: 12px;
    left: 57px;
    top: 68px;
    background: url(icon/audio-christmas.png) -79px -133px no-repeat;
}

.audio-player.christmas .paused-button {
    width: 8px;
    background: url(icon/audio-christmas.png) -106px -133px no-repeat;
}

.audio-player.christmas .forward_button {
    position: absolute;
    cursor: pointer;
    width: 11px;
    height: 12px;
    left: 93px;
    top: 68px;
    background: url(icon/audio-christmas.png) -133px -133px no-repeat;
}

.audio-player.christmas .volume-button {
    position: absolute;
    cursor: pointer;
    width: 13px;
    height: 13px;
    left: 347px;
    top: 68px;
    background: url(icon/audio-christmas.png) -169px -133px no-repeat;
}

.audio-player.christmas .volume-mute {
    background: url(icon/audio-christmas.png) -200px -133px no-repeat;
}

.audio-player.christmas .audio-timer {
    position: absolute;
    left: 10px;
    top: 30px;
    color: #333;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.christmas .audio-file {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #333;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.christmas .audio-seek {
    position: absolute;
    width: 180px;
    height: 10px;
    left: 126px;
    top: 68px;
}

.audio-player.christmas .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #939393;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #1F1F1F;
}

.audio-player.christmas .audio-seek .slider-range {
    position: absolute;
    top: 1px;
    left: 0;
    height: 100%;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index: 2;
    border-bottom: 1px solid #225D94;
    background: #4388D1;
    background-image: -moz-linear-gradient(top,#5C99E2,#A8D3E7);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5C99E2),color-stop(1,#2A76BF));
    box-shadow: inset 0 -3px 3px #2A76BF;
}

.audio-player.christmas .audio-seek .slider-handle {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 15px;
    z-index: 3;
    background: url(icon/audio-christmas.png) -232px -133px no-repeat;
}

.audio-player.christmas .volume-seek {
    display: none;
}

.audio-player.christmas .volume-seek .slider-total {
    display: none;
}

.audio-player.christmas .volume-seek .slider-range {
    display: none;
}

.audio-player.christmas .volume-seek .slider-handle {
    display: none;
}

.audio-player.turnonoff {
    width: 100px;
    height: 26px;
    background: #333;
    border-radius: 3px;
}

.audio-player.turnonoff .back_button {
    display: none;
}

.audio-player.turnonoff .audio-play {
    position: absolute;
    cursor: pointer;
    width: 22px;
    height: 22px;
    left: 0;
    top: 2px;
    background: url(icon/player-volume.png) no-repeat;
}

.audio-player.turnonoff .paused-button {
    background: url(icon/player-volume-full.png) no-repeat;
}

.audio-player.turnonoff .volume-status {
    position: absolute;
    cursor: pointer;
    width: 78px;
    height: 26px;
    line-height: 26px;
    left: 22px;
    top: 0;
    color: #CCC;
    text-align: center;
    vertical-align: middle;
    font-family: "Tahoma","sans-serif","Arial";
    font-size: 14px;
}

.audio-player.turnonoff .volume-status:hover {
    color: #FFF;
}

.audio-player.turnonoff .forward_button {
    display: none;
}

.audio-player.turnonoff .volume-button {
    display: none;
}

.audio-player.turnonoff .volume-mute {
    display: none;
}

.audio-player.turnonoff .audio-timer {
    display: none;
}

.audio-player.turnonoff .audio-file {
    display: none;
}

.audio-player.turnonoff .audio-seek {
    display: none;
}

.audio-player.turnonoff .audio-seek .slider-total {
    display: none;
}

.audio-player.turnonoff .audio-seek .slider-range {
    display: none;
}

.audio-player.turnonoff .audio-seek .slider-handle {
    display: none;
}

.audio-player.turnonoff .volume-seek {
    display: none;
}

.audio-player.turnonoff .volume-seek .slider-total {
    display: none;
}

.audio-player.turnonoff .volume-seek .slider-range {
    display: none;
}

.audio-player.turnonoff .volume-seek .slider-handle {
    display: none;
}

.audio-player.fade {
    width: 345px;
    height: 65px;
    background: url(icon/audio-fade.png) -19px -2px no-repeat;
}

.audio-player.fade .back_button {
    position: absolute;
    cursor: pointer;
    width: 28px;
    height: 28px;
    left: 16px;
    top: 17px;
    background: url(icon/audio-fade.png) -30px -91px no-repeat;
}

.audio-player.fade .audio-play {
    position: absolute;
    cursor: pointer;
    width: 31px;
    height: 31px;
    left: 44px;
    top: 15px;
    background: url(icon/audio-fade.png) -64px -89px no-repeat;
}

.audio-player.fade .paused-button {
    background: url(icon/audio-fade.png) -100px -89px no-repeat;
}

.audio-player.fade .forward_button {
    position: absolute;
    cursor: pointer;
    width: 28px;
    height: 28px;
    left: 75px;
    top: 17px;
    background: url(icon/audio-fade.png) -138px -91px no-repeat;
}

.audio-player.fade .volume-button {
    display: none;
}

.audio-player.fade .audio-timer {
    position: absolute;
    right: 18px;
    top: 22px;
    color: #999;
    font-family: Arial,Tahoma;
    font-size: .6em;
    font-weight: bold;
}

.audio-player.fade .audio-file {
    display: none;
}

.audio-player.fade .audio-seek {
    position: absolute;
    width: 150px;
    height: 10px;
    left: 108px;
    top: 25px;
}

.audio-player.fade .audio-seek .slider-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(icon/audio-fade.png) -31px -139px no-repeat;
}

.audio-player.fade .audio-seek .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index: 2;
    background: url(icon/audio-fade.png) -193px -138px no-repeat;
}

.audio-player.fade .audio-seek .slider-handle {
    position: absolute;
    left: 0;
    top: -2px;
    width: 15px;
    height: 15px;
    z-index: 3;
    background: url(icon/audio-fade.png) -176px -98px no-repeat;
}

.audio-player.fade .volume-seek {
    display: none;
}

.audio-player.fade .volume-seek .slider-total {
    display: none;
}

.audio-player.fade .volume-seek .slider-range {
    display: none;
}

.audio-player.fade .volume-seek .slider-handle {
    display: none;
}

.volume-bar {
    vertical-align: middle;
    position: absolute;
    z-index: 999;
}

.volume-reduce {
    cursor: pointer;
    position: absolute;
}

.volume-add {
    cursor: pointer;
    position: absolute;
}

.volume-pgress {
    position: absolute;
    border: 0 none;
}

.volume-pgress span {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

::-webkit-scrollbar {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

p {
    padding: 0;
    margin: 0;
}

input {
    font-family: Calibri,Helvetica;
}

textarea {
    font-family: Calibri,Helvetica;
}

.win10_border {
    border: 1px solid rgba(252,251,249,0.5);
}

.form_title {
    font-size: 18px;
    line-height: 25px;
}

.form_title .favicon {
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

.form_title span {
    vertical-align: middle;
}

.rightToLeft .form_title .favicon {
    margin-right: 0;
    margin-left: 10px;
}

.close {
    right: 20px;
    top: 24px;
    padding: 3px;
    position: absolute;
    cursor: pointer;
}

.drag {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.close:hover {
    opacity: .7;
}

.close:active {
    opacity: .5;
}

.close:focus {
    opacity: .5;
}

.rightToLeft .close {
    right: auto;
    left: 20px;
}

.about_form {
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    width: 420px;
    height: auto;
    background: #000;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
}

.about_form .form_title {
    text-align: left;
}

.about_form .content_title {
    opacity: .8;
    border: 1px solid transparent;
    top: 51px;
    cursor: pointer;
    width: 105px;
    height: 34px;
    position: absolute;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
}

.about_form .contact_title {
    left: 51%;
}

.about_form .content_title:hover {
    opacity: 1;
}

.about_form .description_title {
    right: 51%;
}

.about_form .focus {
    background: rgba(255,255,255,0.25);
    opacity: 1;
}

.about_form>.content {
    margin-top: 50px;
    width: 100%;
}

.about_form .content1 {
    display: none;
    text-align: left;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 10px;
    overflow: auto;
    height: 220px;
}

.about_form.rightToLeft .content1 {
    grid-template-columns: 1fr max-content;
}

.about_form .content2 {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.about_form .description {
    text-align: left;
}

.about_form .item .title {
    max-width: 90px;
    word-wrap: break-word;
    white-space: normal;
}

.about_form .content2 .item .content {
    margin: 0;
    width: auto;
    word-break: break-word;
}

.about_form .content1 .item .content {
    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}

.about_form a {
    text-decoration: underline;
}

.about_form .content2 .aboutLogo {
    display: inline-block;
    width: 354px;
    height: 105px;
}

.about_form .swiper {
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.about_form .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.about_form .progressBar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.about_form.rightToLeft {
    text-align: right;
}

.about_form.rightToLeft .form_title {
    text-align: right;
}

.about_form.rightToLeft .item .title {
    left: auto;
    right: 0;
}

.about_form.rightToLeft a {
    float: right;
}

.about_form.rightToLeft .content2 .item .content {
    margin: 0;
    text-align: right;
}

.about_form.rightToLeft .content1 .item .content {
    text-align: right;
}

.about_form.rightToLeft .item .title {
    text-align: left;
}

.color_panel {
    display: none;
    z-index: 9999;
    width: 202px;
    background-color: #fff;
    position: absolute;
}

.color_panel tr {
    position: relative;
}

.color_panel td {
    width: 14px;
    height: 14px;
    position: relative;
}

.colorSelection {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-width: 2px;
    padding: 0;
}

.bookmark_form {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    display: block;
    z-index: 1000;
    left: -350px;
    top: 157px;
    width: 250px;
    height: 425px;
    background: #000;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
}

.bookmark_form .inputForm {
    width: 100%;
    margin-top: 10px;
    height: 30px;
    position: relative;
}

.bookmark_form .input_title {
    width: 192px;
    height: 30px;
    border: none;
    padding: 0 10px;
    position: absolute;
    left: 0;
}

.bookmark_form .colorSelection {
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
}

.bookmark_form .add_page {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: rgba(255,255,255,0.25);
}

.bookmark_form .add_page.left {
    margin-right: 10px;
}

.bookmark_form .list_title {
    cursor: default;
    font-size: 15px;
    height: 30px;
    width: 100%;
    margin-top: 10px;
    background: rgba(255,255,255,0.1);
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    display: flex;
}

.bookmark_form .list_title span {
    padding: 0 10px;
    display: inline-block;
}

.bookmark_form .list_title .page {
    border-right: 1px solid rgba(255,255,255,0.1);
    max-width: 30%;
}

.bookmark_form .list_title .description {
    width: 108px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.bookmark_form .stage {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0 20px;
    margin: 0 0 0 -20px;
}

.bookmark_form .swiper {
    width: 100%;
    left: 0;
    top: 0;
}

.bookmark_form .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.bookmark_form .progressBar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.bookmark_form .removeAll {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(255,255,255,0.25);
    margin-top: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    display: none;
}

.bookmark_form .item {
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}

.bookmark_form .item span {
    padding: 0 10px;
    display: inline-block;
}

.bookmark_form .item input {
    display: inline-block;
}

.bookmark_form .item .page {
    width: 30px;
}

.bookmark_form .item .title {
    width: 82px;
    height: 20px;
    border: none;
    padding: 0 10px;
    background: transparent;
}

.bookmark_form .item .colorSelection {
    margin: 0;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 150px;
    top: 6px;
    display: none;
}

.bookmark_form .item img {
    position: absolute;
    cursor: pointer;
}

.bookmark_form .item .save {
    left: 180px;
    top: 7px;
    display: none;
}

.bookmark_form .item .cancel {
    left: 210px;
    top: 7px;
    display: none;
}

.bookmark_form .item .edit {
    left: 210px;
    top: 7px;
}

.bookmark_form .item .delete {
    left: 234px;
    top: 7px;
}

.bookmark_form.rightToLeft {
    text-align: right;
}

.bookmark_form.rightToLeft .input_title {
    left: auto;
    right: 0;
    direction: rtl;
}

.bookmark_form.rightToLeft .colorSelection {
    right: auto;
    left: 0;
}

.bookmark_form.rightToLeft .add_page.left {
    margin-left: 10px;
    margin-right: 0;
}

.bookmark_form.rightToLeft .list_title {
    text-align: right;
}

.bookmark_form.rightToLeft .list_title .page {
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: none;
    width: 30px;
}

.bookmark_form.rightToLeft .list_title .description {
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: none;
}

.bookmark_form.rightToLeft .progress {
    left: 0;
    right: auto;
}

.bookmark_form.rightToLeft .progressBar {
    left: 0;
    right: auto;
}

.bookmark_form.rightToLeft .item {
    text-align: right;
}

.bookmark_form.rightToLeft .item .title {
    direction: rtl;
}

.bookmark_form.rightToLeft .item .colorSelection {
    right: 130px;
    left: auto;
}

.bookmark_form.rightToLeft .item .save {
    right: 160px;
    left: auto;
}

.bookmark_form.rightToLeft .item .cancel {
    right: 190px;
    left: auto;
}

.bookmark_form.rightToLeft .item .edit {
    right: 190px;
    left: auto;
}

.bookmark_form.rightToLeft .item .delete {
    right: 214px;
    left: auto;
}

.download_form {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #000;
    width: 375px;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
}

.download_form .content {
    padding: 20px 20px 0 20px;
    margin-left: -20px;
    position: relative;
    width: 100%;
    height: 198px;
}

.download_form .content1 {
    width: 212px;
    height: 196px;
    border-right: 1px solid rgba(252,251,249,0.5);
    position: absolute;
    top: 20px;
    left: 20px;
}

.download_form .content2 {
    display: inline-block;
    position: absolute;
    width: 150px;
    height: 196px;
    right: 20px;
    top: 20px;
}

.download_form .downloadButton {
    cursor: pointer;
    width: 181px;
    height: 30px;
    margin: 10px 10px 0 10px;
    background: rgba(255,255,255,0.25);
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.download_form .item {
    cursor: pointer;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
}

.download_form .item span {
    margin-left: 6px;
    vertical-align: middle;
}

.download_form .item img {
    vertical-align: middle;
    margin: 4px;
    margin-left: 10px;
}

.download_form .downloadAttachments input {
    padding: 0 5px;
    width: 102px;
    height: 30px;
    border: none;
    margin-left: 10px;
    font-size: 12px;
}

.download_form .content1 select {
    margin: 10px;
    margin-top: 5px;
    width: 181px;
    color: #989898;
    height: 30px;
    border: none;
    border-radius: 0;
    outline: none;
}

.download_form.rightToLeft {
    text-align: right;
}

.download_form.rightToLeft .item {
    padding: 0;
}

.download_form.rightToLeft .item img {
    left: auto;
    right: 4px;
}

.download_form.rightToLeft .item span {
    margin: 0 10px 0 0;
}

.download_form.rightToLeft .downloadAttachments input {
    margin: 0 10px 0 0;
}

.help_form {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 310px;
    background: #000;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
}

.help_form {
    text-align: center;
}

.help_form .logo {
    text-align: center;
    margin: 10px;
    max-width: 310px;
    max-height: 200px;
}

.help_form .title {
    margin: 10px;
}

.help_form .form_title {
    text-align: left;
}

.help_form.rightToLeft .form_title {
    text-align: right;
}

.phone_scroll_y {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.print_form {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #000;
    width: 310px;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
}

.print_form .printButton {
    cursor: pointer;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    background: rgba(255,255,255,0.25);
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.print_form .item {
    cursor: pointer;
    margin: 10px 0;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
}

.print_form .item span {
    margin-left: 10px;
    vertical-align: middle;
}

.print_form .item img {
    vertical-align: middle;
    margin: 4px;
}

.print_form .printRange input {
    padding: 0 5px;
    width: 102px;
    height: 30px;
    border: none;
    margin-left: 10px;
    font-size: 12px;
}

.print_form.rightToLeft {
    text-align: right;
}

.print_form.rightToLeft .item {
    padding: 0;
}

.print_form.rightToLeft .item img {
    left: auto;
    right: 4px;
}

.print_form.rightToLeft .item span {
    margin: 0 10px 0 0;
}

.print_form.rightToLeft .printRange input {
    margin: 0 10px 0 0;
}

.print_form .printButton {
    margin: 20px 0 0 0;
    width: auto;
}

::-webkit-scrollbar {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

.search_form {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    left: -350px;
    top: 0;
    width: 278px;
    height: 548px;
    background: #000;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
}

.search_form .input_search {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    border: none;
    padding: 0 30px 0 10px;
    margin: 10px 0;
}

.search_form .searchButton {
    position: absolute;
    top: 72px;
    right: 25px;
    cursor: pointer;
    z-index: 10;
    max-width: 22px;
    max-height: 22px;
    transform: translate(0,-50%);
}

.search_form .cl4pxse {
    right: 20px;
}

.search_form.rightToLeft .close {
    left: 20px;
    right: auto;
}

.search-form-matchType {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 0;
}

.search-form-matchType .searchType {
    cursor: pointer;
}

.search_form .stage {
    overflow: hidden;
    width: 280px;
    height: 460px;
    position: relative;
}

.search_form .swiper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.search_form .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: -4px;
    cursor: pointer;
}

.search_form .progressBar {
    z-index: 2;
    width: 5px;
    height: 5px;
    opacity: .25;
    background: #fff;
    position: absolute;
    right: 4px;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.search-book-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    gap: 8px;
}

.search-book-title {
    text-indent: -0.5em;
}

.search-book-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    vertical-align: middle;
}

.search-book-tips {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-right: 6px;
    cursor: pointer;
}

.search-book-title a:hover {
    text-decoration: none;
}

.search-book-head svg {
    width: 12px;
    height: 10px;
    padding: 0 5px;
}

.search-book-title svg:hover {
    opacity: .6;
}

.search_form .item {
    padding: 5px 12px;
    cursor: pointer;
}

.search_form .item .description {
    font-size: 15px;
    margin-top: 3px;
    opacity: .6;
}

.search_form .item:hover {
    background: rgba(255,255,255,0.25);
}

.search_form.rightToLeft {
    text-align: right;
}

.search_form.rightToLeft .input_search {
    direction: rtl;
    padding: 0 10px 0 30px;
}

.search_form.rightToLeft .searchButton {
    left: 25px;
    right: auto;
}

.search_form.rightToLeft .progress {
    left: 0;
    right: auto;
}

.search_form.rightToLeft .progressBar {
    left: 0;
    right: auto;
}

.settingpc_form {
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    height: 140px;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
}

.settingpc_form {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.settingpc_form .item {
    width: 140px;
    height: 140px;
    margin: 0 7px;
    background: black;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
}

.settingpc_form .item img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
}

.settingpc_form .item .title {
    width: 100%;
    text-align: center;
}

.share_form {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    z-index: 1000;
    padding: 20px;
    left: 0;
    top: 0;
    width: 375px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: Calibri,Helvetica;
    position: absolute;
}

.share_form .share_content {
    position: relative;
    height: 200px;
    width: 100%;
    margin-top: 20px;
}

.share_form .swiperContainer {
    font-size: 14px;
    width: 210px;
    height: 150px;
    position: absolute;
    right: 2.5px;
    padding-left: 20px;
    overflow: hidden;
}

.share_form .shareStage {
    width: 210px;
    height: 120px;
    position: absolute;
    top: 30px;
    overflow: hidden;
    right: 0;
}

.share_form .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.share_form .progressBar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.share_form .shareSwiper {
    width: 210px;
    position: absolute;
    right: 0;
    top: 0;
}

.share_form .codeBox {
    position: absolute;
    width: 110px;
    height: 150px;
    text-align: center;
    left: 12.5px;
}

.share_form .shareCode {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
}

.share_form .miniProgramCode {
    position: absolute;
    width: 124px;
    height: 124px;
    top: -7px;
    left: -7px;
}

.share_form .codeButton {
    position: absolute;
    width: 110px;
    bottom: 0;
    height: 26px;
    line-height: 26px;
}

.share_form .codeButton>span {
    opacity: .5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(255,255,255,0.25);
    cursor: pointer;
    display: inline-block;
    width: 50%;
    height: 26px;
    line-height: 26px;
}

.share_form .codeButton>span.active {
    opacity: 1;
}

.share_form .share_title {
    position: absolute;
    width: 210px;
    left: 20px;
    top: -3px;
}

.share_form .link_Box {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
}

.share_form .link_input {
    width: 278px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
}

.share_form .copy {
    background: rgba(255,255,255,0.25);
    width: 75px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.share_form .sharePanel img {
    height: 42px;
    border: none;
}

.share_form.rightToLeft .swiperContainer {
    right: auto;
    left: 2.5px;
    padding: 0 20px 0 0;
}

.share_form.rightToLeft .shareStage {
    right: auto;
    left: 0;
}

.share_form.rightToLeft .codeBox {
    right: 12.5px;
    left: auto;
}

.share_form.rightToLeft .share_title {
    left: auto;
    right: 20px;
}

.share_form.rightToLeft .link_input {
    border-radius: 0;
}

.share_form.rightToLeft .sharePanel img {
    margin: 0 0 5px 10px;
}

.share_form.rightToLeft .progress {
    right: auto;
    left: 0;
}

.share_form.rightToLeft .progressBar {
    right: auto;
    left: 0;
}

.share_form p {
    line-height: 20px;
}

.share_form .shareCurrentPageBox {
    position: absolute;
    left: 0;
    bottom: 35px;
}

.share_form .shareCurrentPage {
    position: absolute;
    margin: 3px 0;
    left: 0;
    width: 14px;
    height: 14px;
}

.share_form .shareCurrentPageTitle {
    display: inline-block;
    margin: 0 25px;
}

.share_form.rightToLeft .shareCurrentPageBox {
    left: auto;
    right: 0;
}

.share_form.rightToLeft .shareCurrentPage {
    position: absolute;
    left: auto;
    right: 0;
}

.share_form.rightToLeft {
    text-align: right;
}

.share_form.rightToLeft .copy {
    left: 0;
    right: auto;
}

.tableofcontent_form {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    left: -300px;
    top: 150px;
    width: 250px;
    height: 548px;
    background: #000;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-family: Calibri,Helvetica;
}

.tableofcontent_form .input_search {
    width: 210px;
    height: 30px;
    border: none;
    padding: 0 30px 0 10px;
    margin-top: 10px;
    margin-left: 0;
}

.tableofcontent_form .searchButton {
    position: absolute;
    top: 60px;
    right: 25px;
    cursor: pointer;
    z-index: 10;
}

.tableofcontent_form .stage {
    overflow: hidden;
    width: 250px;
    height: 515px;
    position: relative;
    margin: 10px 0 0 -20px;
    padding: 0 20px;
}

.tableofcontent_form .nailUp {
    right: 44px;
    top: 23px;
    position: absolute;
    cursor: pointer;
}

.tableofcontent_form .nailUp.nailUpActive,.tableofcontent_form .nailUp:hover {
    opacity: .7;
    background-color: rgba(255,255,255,0.25);
}

.tableofcontent_form .swiper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tableofcontent_form .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.tableofcontent_form .progressBar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.tableofcontent_form .item {
    padding: 5px 0 5px 10px;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

.tableofcontent_form .item .arrow {
    padding: 10px;
    position: absolute;
    top: 3px;
}

.tableofcontent_form .item .description {
    padding: 3px 0;
    display: inline-block;
}

.tableofcontent_form .item:hover {
    background: rgba(255,255,255,0.1);
}

.tableofcontent_form.rightToLeft {
    text-align: right;
}

.tableofcontent_form.rightToLeft .item {
    margin-right: 0;
    margin-left: 0;
    padding: 5px 10px 5px 0;
}

.tableofcontent_form.rightToLeft .progress {
    left: 0;
    right: auto;
}

.tableofcontent_form.rightToLeft .progressBar {
    left: 0;
    right: auto;
}

.tableofcontent_form.rightToLeft .searchButton {
    left: 25px;
    right: 0;
}

.tableofcontent_form.rightToLeft .input_search {
    padding: 0 10px 0 30px;
}

.tableofcontent_form.rightToLeft .nailUp {
    right: auto;
    left: 44px;
}

.thumbBar {
    bottom: -130px;
    left: 0;
    right: 0;
    position: absolute;
    height: 120px;
    z-index: 100;
}

.thumbBG {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 105px;
    overflow: hidden;
    opacity: .9;
}

.thumbBox {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 95px;
}

.thumbItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 82px;
    border-width: 1px;
    border-style: inset;
    border-color: #aaa;
}

.fbTopBar {
    position: absolute;
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.fbTopBar .button {
    position: static;
    display: inline;
    width: 42px;
    height: 46px;
}

.fbTopBar .button img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    margin-top: 12px;
}

.fbTopBar .button span {
    display: none;
}

.fbToolBar {
    position: absolute;
    overflow: hidden;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
}

.pageNumber {
    position: absolute;
}

.pageNumber input {
    top: 0;
    border: transparent;
    text-align: center;
    vertical-align: top;
    height: 25px;
    line-height: 27px;
    font-family: Arial;
}

.pageNumber input:focus {
    outline: none;
}

.logoBar {
    position: absolute;
    left: 5px;
    top: 0;
    height: 100%;
    z-index: 1;
}

.searchBar {
    background-color: gray;
    padding-left: 10px;
    padding-right: 5px;
}

.preSearch {
    background-color: gray;
    display: inline;
    float: left;
}

.preSearch input {
    background-color: gray;
    color: #AAA;
    font-family: Arial;
    display: inline;
    float: left;
    border: 0 solid transparent;
    height: 18px;
    margin-top: 5px;
}

.preSearch input:focus {
    outline: none;
}

.searchBar .button {
    position: static;
    display: inline;
    width: 30px;
    height: 30px;
}

.searchBar .button img {
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-top: 5px;
}

.searchBar .button span {
    display: none;
}

.buttonBar {
    display: inline;
    height: 100%;
}

.buttonBar.left {
    float: left;
}

.buttonBar.right {
    float: right;
}

.pageBar {
    display: inline;
    float: left;
    height: 100%;
}

.buttonBar .button {
    position: static;
    display: inline;
    width: 42px;
    height: 46px;
}

.button.left {
    float: left;
}

.button.right {
    float: right;
}

.buttonBar .button img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    margin-top: 12px;
}

.button span {
    font-family: "Tahoma","sans-serif","Arial";
    font-size: 12px;
}

.buttonBar .button span {
    display: none;
}

.pageBar .button {
    position: absolute;
    width: 42px;
    height: 46px;
}

.pageBar .button img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    margin-top: 12px;
}

.pageBar .button span {
    display: none;
}

.extendedBar {
    overflow: hidden;
    position: absolute;
    z-index: 98;
}

.extendedBar .button {
    position: absolute;
    display: block;
    width: 160px;
    height: 46px;
}

.extendedBar .button img {
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-top: 12px;
}

.extendedBar .button span {
    position: absolute;
    color: white;
    margin-left: 10px;
    margin-top: 18px;
}

.extendedBar.rtl .button img {
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 5px;
    margin-top: 12px;
}

.extendedBar.rtl .button span {
    position: absolute;
    color: white;
    right: 0;
    margin-right: 30px;
    margin-top: 18px;
}

.floatPageButton {
    position: absolute;
    z-index: 100;
    width: 63px;
    height: 160px;
    opacity: .95;
}

.floatPageButton img {
    width: 22px;
    height: 22px;
    margin-left: 19px;
    margin-top: 56px;
}

.floatPageButton span {
    display: none;
}

.thumbnail_win10 {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    padding: 10px 0;
    width: 100%;
    height: 254px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: Calibri,Helvetica;
}

.thumbnail_win10 .close {
    right: 20px;
    top: -24px;
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 18px;
    background-color: #000;
}

.thumbnail_win10 .close img {
    position: absolute;
    left: 10px;
    top: 6px;
}

.thumbnail_win10 .stage {
    overflow: hidden;
    height: 225px;
    margin: 20px;
    position: relative;
}

.thumbnail_win10 .swiper {
    position: absolute;
    top: 0;
    height: 190px;
}

.thumbnail_win10 .progress {
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 7px;
    right: 0;
    cursor: pointer;
}

.thumbnail_win10 .progressBar {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    top: 0;
    cursor: pointer;
    border-radius: 4px;
}

.thumbnail_win10 p {
    height: 20px;
    line-height: 20px;
    bottom: 0;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

.thumbnail_win10 .item_focus {
    display: inline-block;
    height: 190px;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
}

.thumbnail_win10 .item_focus .title {
    display: none;
}

.thumbnail_win10 .item {
    height: 190px;
    position: absolute;
}

.thumbnail_win10 .item .title {
    display: none;
}

.thumbnail_win10 .item img {
    height: 170px;
    width: 120px;
    box-sizing: border-box;
    pointer-events: none;
}

.thumbnail_win10 .item.highlight img {
    border: 2px solid #016BAF;
}

.thumbnail_win10 .item_focus.highlight .item.left img {
    border: 2px solid #016BAF;
    border-width: 2px 0 2px 2px;
}

.thumbnail_win10 .item_focus.highlight .item.right img {
    border: 2px solid #016BAF;
    border-width: 2px 2px 2px 0;
}

.thumbnail_win10 .item:hover img {
    border: 2px solid #f18200;
}

.thumbnail_win10 .item_focus:hover .item.left img {
    border: 2px solid #f18200;
    border-width: 2px 0 2px 2px;
}

.thumbnail_win10 .item_focus:hover .item.right img {
    border: 2px solid #f18200;
    border-width: 2px 2px 2px 0;
}

.thumbnail_win10 .item .noThumbBg {
    height: 170px;
    width: 120px;
    box-sizing: border-box;
    pointer-events: none;
}

.thumbnail_win10 .item.highlight .noThumbBg {
    border: 2px solid #016BAF;
}

.thumbnail_win10 .item_focus.highlight .item.left .noThumbBg {
    border: 2px solid #016BAF;
    border-width: 2px 0 2px 2px;
}

.thumbnail_win10 .item_focus.highlight .item.right .noThumbBg {
    border: 2px solid #016BAF;
    border-width: 2px 2px 2px 0;
}

.thumbnail_win10 .item:hover .noThumbBg {
    border: 2px solid #f18200;
}

.thumbnail_win10 .item_focus:hover .item.left .noThumbBg {
    border: 2px solid #f18200;
    border-width: 2px 0 2px 2px;
}

.thumbnail_win10 .item_focus:hover .item.right .noThumbBg {
    border: 2px solid #f18200;
    border-width: 2px 2px 2px 0;
}

.thumbnail_win10 .thumbTitle {
    font-size: 12px;
}

.videogallery_form {
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    color: #fff;
    margin: auto;
    width: 700px;
    background: #000;
    padding: 20px;
    font-size: 15px;
    font-family: Calibri,Helvetica;
    position: absolute;
    overflow: hidden;
}

.videogallery_form .form_title {
    font-size: 18px;
    line-height: 20px;
}

.videogallery_form .title {
    font-size: 18px;
    line-height: 20px;
}

.videogallery_form .video {
    width: 334px;
    height: 223px;
    background: rgba(255,255,255,0.25);
    margin-top: 15px;
}

.videogallery_form .video_list {
    width: 330px;
    height: 223px;
    position: absolute;
    right: 15px;
    top: 50px;
}

.videogallery_form .info {
    margin-top: 15px;
}

.videogallery_form .info .description {
    width: 100%;
}

.videogallery_form .description {
    opacity: .6;
    line-height: 1.5;
    max-height: 350px;
    overflow: auto;
}

.videogallery_form .stage {
    overflow: hidden;
    width: 100%;
    height: 201px;
    position: relative;
}

.videogallery_form .swiper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.videogallery_form .progress {
    width: 15px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: -5px;
    cursor: pointer;
}

.videogallery_form .progressBar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.25);
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    border-radius: 2px;
}

.videogallery_form .item {
    cursor: pointer;
    width: 274px;
    padding-left: 61px;
    min-height: 42px;
    margin-top: 5px;
    position: relative;
}

.videogallery_form .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.videogallery_form .item .thumbnail {
    background-color: rgba(255,255,255,0.25);
    width: 56px;
    height: 42px;
    position: absolute;
    top: 2px;
    left: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.videogallery_form .item:hover {
    text-decoration: underline;
}

.videogallery_form.rightToLeft {
    text-align: right;
}

.videogallery_form.rightToLeft .video_list {
    left: 15px;
    right: auto;
}

.videogallery_form.rightToLeft .item {
    padding-right: 61px;
    padding-left: 0;
    margin-left: 5px;
}

.videogallery_form.rightToLeft .item .thumbnail {
    left: auto;
    right: 0;
}

.videogallery_form.rightToLeft .progress {
    left: -5px;
    right: auto;
}

.appear_win10 {
    position: absolute;
    opacity: 0;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    vertical-align: middle;
}

.appear_win10 .main_dom {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
}

.appear_win10:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.button_hover:hover {
    opacity: .7;
    filter: alpha(opacity=40);
}

.button_hover:active {
    opacity: .2;
    filter: alpha(opacity=20);
}

.disable {
    opacity: .2;
    filter: alpha(opacity=20);
}

.usable {
    opacity: 1;
    filter: alpha(opacity=100);
}
