/* Basic sample */

/* #fbTopBar,#fbPageBarMore{display:none;} */

@font-face {
    font-family: "iconfont"; /* project id 1875522 */
    src: url("//at.alicdn.com/t/font_1875522_qct2nz2d86i.eot");
    src: url("//at.alicdn.com/t/font_1875522_qct2nz2d86i.eot?#iefix") format("embedded-opentype"),
    url("//at.alicdn.com/t/font_1875522_qct2nz2d86i.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_1875522_qct2nz2d86i.woff") format("woff"),
    url("//at.alicdn.com/t/font_1875522_qct2nz2d86i.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_1875522_qct2nz2d86i.svg#iconfont") format("svg");
}

html {
    font-size: 12px;
    --zoom: 0.5;
}

iframe {
    width: 100%;
    height: 100%;
}

/* .flipbook-viewport
{
  overflow:visible!important;
}
.page-wrapper
{
  overflow:visible!important;
}
.page-wrapper > div{
  overflow:visible!important;
}
#page-container
{
  overflow:visible!important;
} */
.main-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.noclosePopup button.ui-dialog-titlebar-close {
    display: none !important;
}

.normal-form-popup {
    display: none;
    /* background: #fff !important; */
}

.normal-form-popup .content {
    width: 100%;
    height: 100%;
    padding: 8px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.normal-form-popup .content > * {
    margin: 8px 0;
}

.normal-form-popup .content > *:last-child {
    position: relative;
    align-self: center;
    white-space: nowrap;
}

.normal-form-popup .content .notice {
    display: none;
    color: grey;
    position: absolute;
    bottom: 0;
    left: 100%;
    margin-left: 8px;
}

.normal-form-popup .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #666;
    z-index: -1;
}

.normal-form-popup .content > input {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2em;
    line-height: 1.2em;
}

.normal-form-popup button {
    padding: 4px 16px;
    background-color: #f6f6f6;
    border: 1px solid;
}

.normal-form-popup button:hover {
    background-color: #f0f0f0;
}

.form-item button.danger {
    color: white;
    background-color: #f35757;
}

.form-item button.danger:hover {
    background-color: #f03c3c;
}

@keyframes flash-video {
    from {
        background: rgba(40, 40, 255, 0.5);
    }
    to {
        background: rgba(0, 0, 0, 0);
    }
}

@keyframes flash-link {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.doc-clip {
    pointer-events: auto;
}

.image-clip {
    cursor: auto !important;
}

.doc-clip.normal-clip {
    position: absolute;
    cursor: pointer;
}

.doc-clip.normal-clip > * {
    pointer-events: auto;
}

.doc-clip.video-clip {
    background: rgba(40, 40, 255, 0.5);
}

.doc-clip.link-clip {
    background: var(--colorLink);
}

.doc-clip.normal-clip.video-clip {
    /* animation: flash-video 0.5s 6 alternate-reverse; */
    background: rgba(0, 0, 0, 0) !important;
}

.doc-clip.video-clip .video-content {
    position: absolute;
}

.doc-clip.normal-clip.link-clip:hover {
    opacity: 1;
}

.doc-clip.normal-clip.link-clip {
    background: var(--colorLink);
    animation: flash-link 2s 0.5s 2 alternate-reverse;
    opacity: 0;
    transition: opacity 0.5s;
}

.ui-widget-overlay {
    opacity: 0.3;
    background: #666;
}

.form-item-area {
    background: white;
    padding: 4px 8px;
    margin: 4px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.form-item-label {
    font-size: 1.2em;
    font-weight: bold;
    margin: 8px 0;
}

.form-item {
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.form-item.bound-info {
    display: flex;
    flex-wrap: wrap;
}

.form-item.bound-info > * {
    width: 50%;
    margin-bottom: 4px;
    display: inline-flex;
    padding-right: 4px;
    box-sizing: border-box;
    align-items: center;
}

/* .form-item.bound-info > *:nth-child(odd) {
  padding-right: 4px;
  box-sizing: border-box;
}
.form-item.bound-info > *:nth-child(even) {
  padding-left: 4px;
  box-sizing: border-box;
} */
.form-item.bound-info > * input[type=text] {
    width: 80px;
    margin-left: 4px;
    flex: unset;
}

.form-item.bound-info > * input[type=checkbox] {
    width: 15px;
    margin-left: 4px;
    flex: unset;
}

.form-item.page-link-mode {
    justify-content: flex-start;
}

.form-item.page-link-mode > * {
    margin-right: 8px;
}

.form-item.page-link-mode input {
    width: 40px;
    flex: unset;
}

.form-item input {
    flex: 1;
}

.form-item textarea {
    flex: 1;
}

.form-item button {
    padding: 4px;
    flex: 1;
    background-color: #f6f6f6;
    border: 1px solid;
}

.form-item button:hover {
    background-color: #f0f0f0;
}

#messageBox {
    z-index: 999;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 1.5rem;
    border-radius: 4px;
    position: absolute;
}

hr {
    margin: 4px 0;
}

#maindiv {
    display: block;
    width: 100%;
    height: 100%;
    flex: 1;
    position: relative;
    outline: none;
}

#page-container {
    transition: none !important;
}

@keyframes ldio-tdrqc5nm7r {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.ldio-tdrqc5nm7r div {
    left: 94px;
    top: 48px;
    position: absolute;
    animation: ldio-tdrqc5nm7r linear 1s infinite;
    background: #5a5353;
    width: 12px;
    height: 24px;
    border-radius: 6px / 12px;
    transform-origin: 6px 52px;
}

.ldio-tdrqc5nm7r div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
}

.ldio-tdrqc5nm7r div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
}

.ldio-tdrqc5nm7r div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
}

.ldio-tdrqc5nm7r div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
}

.ldio-tdrqc5nm7r div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
}

.ldio-tdrqc5nm7r div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
}

.ldio-tdrqc5nm7r div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
}

.ldio-tdrqc5nm7r div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
}

.ldio-tdrqc5nm7r div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
}

.ldio-tdrqc5nm7r div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
}

.ldio-tdrqc5nm7r div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
}

.ldio-tdrqc5nm7r div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

.loadingio-spinner-spinner-o68w1kfvx9d {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    transform: scale(0.25);
    position: relative;
    top: calc(50% - 100px);
    /* background: #f1f2f3; */
}

.ldio-tdrqc5nm7r {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-tdrqc5nm7r div {
    box-sizing: content-box;
}

/* #page-container.non-animated
{
  transition: none;
} */

body {
    overflow: hidden;
    background-color: #eee;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    color: black;
    font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}

body.notmobile .mobile {
    display: none !important;
}

body.mobile .notmobile {
    display: none !important;
}

.pageEndTips {
    display: none;
    z-index: 96666;
    pointer-events: none;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);

    background: rgba(102, 102, 102, 0.6);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    padding: 8px 32px;
    font-size: 16px;
    color: white;
    border-radius: 4px;
}

@keyframes pageArrowAniUp {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}

@keyframes pageArrowAniDown {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}

.flipbook-background-page-turner {
    user-select: none;
}

.flipbook-background-page-turner.mobile {
    z-index: 5;
    pointer-events: none;
}

.flipbook-background-page-turner .page-up,
.flipbook-background-page-turner .page-down {
    transition: opacity 0.5s;
    /* opacity: 0; */
    font-size: 25px;
    color: #fff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    user-focus: none;
    user-select: none;
}

.flipbook-background-page-turner .page-up:hover,
.flipbook-background-page-turner .page-down:hover {
    /* opacity: 1; */
}

.flipbook-background-page-turner .page-up .iconfont,
.flipbook-background-page-turner .page-down .iconfont {
    /* pointer-events: auto; */
    /* transition: opacity 1s; */
    display: none;
    font-size: 25px;
    /* color: white; */

    color: #eee;
    text-shadow: 1px 1px 1px #aaa;

    cursor: pointer;
    /* transform: translateX(0px); */
    /* opacity: 0; */
}

body.mobile .flipbook-background-page-turner .page-up,
body.mobile .flipbook-background-page-turner .page-down {
    /* opacity: 0.5; */
}

body.mobile .flipbook-background-page-turner .page-up .iconfont,
body.mobile .flipbook-background-page-turner .page-down .iconfont {
    pointer-events: auto;
    display: block;
    animation: none !important;
}

.flipbook-background-page-turner .page-up .iconfont.centerIcon,
.flipbook-background-page-turner .page-down .iconfont.centerIcon {
    top: 50%;
    position: absolute;
}

.flipbook-background-page-turner .page-up .iconfont {
    /* animation: pageArrowAniUp 1s infinite alternate-reverse; */
    margin-left: -2px;
}

.flipbook-background-page-turner .page-down .iconfont {
    /* animation: pageArrowAniDown 1s infinite alternate-reverse; */
    text-align: right;
    margin-right: -2px;
    right: 0;
}

.flipbook-background-page-turner .page-up .iconfont.bottomIcon,
.flipbook-background-page-turner .page-down .iconfont.bottomIcon {
    position: absolute;
    bottom: 64px;
}

.flipbook-background-page-turner .page-up:hover .iconfont,
.flipbook-background-page-turner .page-down:hover .iconfont {
    display: block;
    /* opacity: 1; */
}

body.notmobile .flipbook-background-page-turner .page-up .iconfont:hover,
body.notmobile .flipbook-background-page-turner .page-down .iconfont:hover {
    color: #fff;
}

body.candrag .flipbook {
    cursor: grab;
}

.flipbook-viewport {
    /* position: absolute!important; */
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.flipbook-viewport.zoomin {
    cursor: grab;
}

.flipbook-viewport .container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
}

.flipbook-viewport .flipbook {
    /* touch-action: manipulation;  */
    background: unset !important;
    /*  overflow: hidden !important; */
    /* width: 922px;
    height: 600px; */
    /* left: -461px; */
    /* top: -300px;  */
    /* transform: translate3d(-50%, -50%,0)!important; */
}

.flipbook-viewport .flipbook > * {
    pointer-events: auto;
}

.flipbook-viewport .page {
    /* width: 461px;
    height: 600px; */
    /* background-color: white; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    user-select: none;
}

.flipbook-viewport .pc {
    display: block;
}

.flipbook-viewport .pf {
    margin: 0;
}

.flipbook .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0;
}

.flipbook-viewport .page .page-bg,
.flipbook-viewport .page .loader-info {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    position: absolute;
}

.flipbook-viewport .pc {
    display: block;
}

.flipbook-viewport .pf {
    margin: 0;
}

.flipbook .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgb(0 0 0);
    overflow: hidden;
    margin: 0;
}

.flipbook .page canvas {
    opacity: 0.3;
}

.select-text-panel {
    position: absolute;
    background: #494949;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 7px 0 rgba(11, 31, 51, 0.35);
    box-shadow: 0 5px 7px 0 rgba(11, 31, 51, 0.35);
    font-size: 13px;
    line-height: 13px;
    padding: 0 5px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    z-index: 10000;
    user-select: none;
}

.select-text-panel.bottom {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.selecttext .text-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.select-text-panel.bottom .pointer {
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%, -100%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #494949 transparent;
}

.select-text-panel .button {
    display: inline-block;
    padding: 8px 6px;
    color: #cccccc;
    cursor: pointer;
}

.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.flipbook .page .textselection-block {
    position: absolute;
    margin: 0;
    cursor: text;
    pointer-events: auto;
}

.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

.flipbook .gradient {
    pointer-events: none;
}

.flipbook .even .gradient {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: -webkit-gradient(
            linear, left top, right top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.2))
    );
    background-image: -webkit-linear-gradient(
            left, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.2) 100%
    );
    background-image: -moz-linear-gradient(
            left, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.2) 100%
    );
    background-image: -ms-linear-gradient(
            left, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.2) 100%
    );
    background-image: -o-linear-gradient(
            left, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.2) 100%
    );
    background-image: linear-gradient(
            left, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.2) 100%
    );
}

.flipbook .odd .gradient {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
            linear, right top, left top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.15))
    );
    background-image: -webkit-linear-gradient(
            right, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.15) 100%
    );
    background-image: -moz-linear-gradient(
            right, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.15) 100%
    );
    background-image: -ms-linear-gradient(
            right, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.15) 100%
    );
    background-image: -o-linear-gradient(
            right, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.15) 100%
    );
    background-image: linear-gradient(
            right, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.15) 100%
    );
}

.flipbook-viewport .page.first .gradient,
.flipbook-viewport .page.even.last .gradient {
    display: none;
}

.flipbook-viewport .zoom-in .even .gradient,
.flipbook-viewport .zoom-in .odd .gradient {
    display: none;
}

body.single-page .flipbook-viewport .even .gradient,
body.single-page .flipbook-viewport .odd .gradient {
    display: none;
}

.exit-message {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 10000;
}

.exit-message > div {
    width: 140px;
    height: 30px;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font: 12px arial;
    line-height: 30px;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

/* .animated {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
} */

.flipbook-controls {
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    z-index: 20;
    display: flex;
    bottom: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*   background-color: rgba(230, 230, 230, 0.5); */
    padding: 0 0 0px 0;
    font-size: 2rem;
    /* line-height: 1.4rem; */
    color: #666;
    user-select: none;
}

body.mobile .flipbook-controls {
    background-color: #fff;
    /* text-align: left; */
    /* justify-content: start; */
    /* padding: 4px; */
}

.flipbook-controls > * {
    margin-right: 4px;
    margin-left: 4px;
    cursor: pointer;
    padding: 0 5px;
}

.flipbook-controls > .flipbook-pageinfo {
    font-size: 1.2em;
}

.flipbook-controls .zoom-panel-wraper {
    border-radius: 3px;
    display: none;
    position: absolute;
    bottom: 60px;
    background-color: rgba(10, 10, 10, 0.3);
    padding: 8px;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.3s;
}

.flipbook-controls .zoom-panel {
    width: 240px;
    display: flex;
    align-items: center;
    /* display: table; */
    text-align: center;
}

.flipbook-controls .zoom-panel > * {
    display: table-cell;
    width: 20%;
}

.flipbook-controls .zoom-slider {
    display: block;
    width: 100%;
}

.flipbook-controls .zoom-panel > *:not(:last-child) {
    /* margin-right: 20px; */
}

.flipbook-controls .zoom-panel .zoom-slider {
    font-size: 70%;
    flex: 1;
}

.flipbook-controls .iconfont {
    font-size: 100%;
}

.flipbook-header {
    /* color: white; */
    position: absolute;
    z-index: 10;
    display: flex;
    background-color: rgba(238, 238, 238, 0.3);
    padding: 10px;
    top: 0px;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    font-size: 1.2rem;
    vertical-align: middle;
    color: #333;
}

body.mobile .flipbook-header {
    background-color: #fff;
}

.flipbook-header.notmobile > * {
    display: table-cell;
    padding-left: 8px;
    margin-top: auto;
    margin-bottom: auto;
}

.flipbook-header.mobile > * {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.flipbook-header .flipbook-pageinfo-current {
    width: 50px;
    font-size: 1.4rem;
    border-radius: 2px;
    text-align: center;
    border: none;
    background: rgb(255, 255, 255);
    padding: 0;
}

/* 
#3498db:#3498db;
#ecf0f1:#ecf0f1;

body{
  width:100%;
  height:100vh;
  background:#3498db;
} */

.book {
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* position:relative; */
    /* margin:0 auto; */
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 40px;
    border-radius: 10px;
}

.book__page {
    /* display: none; */
    position: absolute;
    left: 50%;
    /* display: none; */
    top: -3px;
    margin: 0 auto;
    width: 30px;
    height: 40px;
    transform-origin: 0% 50%;
    animation: flip 1.2s infinite linear;
    animation-fill-mode: forwards;
    border-radius: 0px 5px 5px 0px;
}

.book__page:nth-child(1) {
    z-index: -1;
    animation-delay: 1.4s;
}

.book__page:nth-child(2) {
    z-index: -2;
    animation-delay: 2.8s;
}

.book__page:nth-child(3) {
    z-index: -3;
    animation-delay: 4.2s;
}

.book__page:nth-child(4) {
    z-index: -4;
    animation: none;

    border-left: 2px solid #ecf0f1;
}

.book__page:nth-child(5) {
    z-index: -5;
    animation: none;
    transform: perspective(200px) rotateY(-180deg);

    border-left: 2px solid #ecf0f1;
}

@keyframes flip {
    0% {
        transform: perspective(600px) rotateY(-0deg);
    }

    20% {

    }

    29.9% {

    }
    30% {
        transform: perspective(200px) rotateY(-90deg);

    }

    54.999% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }

    60% {
        transform: perspective(200px) rotateY(-180deg);

    }

    100% {
        transform: perspective(200px) rotateY(-180deg);

    }
}

.layui-layer.layui-layer-page {
    background: black;
}

.layui-layer-setwin .layui-layer-close2 {
    right: -18px;
    bottom: 18px;
    top: unset;
    width: 32px;
    height: 32px;
    background: url(/css/close.png) no-repeat;
    background-position: 0 0 !important;
}

.leadLayer.layui-layer.leadLayer.layui-layer {
    background: transparent;
    box-shadow: none;
}


.play-icon {
    color: white;
    border-radius: 50%;
    /*   background:rgba(40, 40, 40, 0.5); */
    text-shadow: 0 0 10px black !important;
    font-size: calc(1 / var(--zoom) * 40px);
    padding: 5px;
    /*  padding:0px 5px; */
    transition: transform 0.3s !important;
    line-height: normal;
    will-change: transform;
    backface-visibility: hidden;
    transform: scale(1.2) translateZ(0) translate3d(0, 0, 0);
}

.video-clip:hover .play-icon {
    transform-origin: center;
    transform: scale(1.8) translateZ(0) translate3d(0, 0, 0);

}

.flipbook-controls .zoom-out, .flipbook-controls .zoom-in {
    color: rgba(250, 250, 250, 1);
}

.zoom-panel-wraper:hover {
    background-color: rgba(1, 1, 1, 0.8);
}

.zoom-slider .layui-slider-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
}

.zoom-slider .layui-slider-wrap-btn {
    width: 0.4em;
    margin-left: -.2em;
    /* top: -.5em; */
    border-radius: 4px;
    border: none !important;
}

.zoom-slider .layui-slider-bar {
    background: transparent !important;
}

.zoom-slider .layui-slider {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    height: 0.5em;
    /* top: -.25em; */
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .mark {
        bottom: 0px;
    }
}

@media (max-width: 768px) {
    .mark {
        bottom:10px;
    }
}

.mark {
    position: absolute;
    height: 35px;
    right: 0;
    z-index: 999;

}

.footer {
    position: absolute;
    bottom: 5px;

    color: #888;
    vertical-align: bottom;

    margin-left: -47px;
    left: 50%;
}

.footer img {
    height: 20px;
    vertical-align: middle;
    padding-right: 5px;
}

#reload {
    color: #FFF;
    cursor: pointer
}

.nav.nav-pills.nav-stacked.skinbar {
    /* 	border-left: 1px solid #AAA; box-sizing: border-box; margin-bottom: 50px; */
}

/* .el-dialog,el-dialog__header{
	border-radius:5px;
} */
.thum {
    z-index: 999
}

.tip_page {
    padding: 0 3px;
    min-width: 30px;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    background: #333;
    z-index: 999;
    text-align: center;
    color: #fff;
    line-height: 30px;
    transform: translateX(-50%);
}

.pcCatalogue {
    position: absolute;
    width: 249px;
}

.mobileCatalogue {
    position: absolute;
    width: calc(100%);
}

.button_hover {
    width: 30px;
    height: 30px;
    padding: 5px;
}

.passwordNeed {
    background: url(https://baige-static-1251142715.file.myqcloud.com/images/lock.svg);
    height: 25px;
    display: block;
    margin: auto;
    width: 280px;
    line-height: 28px;
    background-repeat: no-repeat;
    color: #FFF;
    margin: 20px 0;
    text-align: center
}

.active-password h3 {
    color: #FFF;
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
}
.bottomIcon .iconfont .icon-last-arrow{font-size: 18px;}
.bottomIcon .iconfont .icon-first-arrow{font-size: 18px;}


