.txtoh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* iframe {
    .bk;
    width: 100%;
} */
/* a:hover{
    color: inherit;
    -webkit-touch-callout: none;
} */
/*body{
    .fm-ms;
 -webkit-tap-highlight-color:transparent;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 tap-highlight-color: rgba(0, 0, 0, 0);
}
html,body{
 height: auto;
} */
/* .domPc{
    .bk;
}
.domMobile{
    .hide;
}
@media all and (max-width:768px){
    .domPc{
        display: none !important;
    }
    .domMobile{
        .bk;
    }
} */
.hide {
    display: none;
}
/* html body .hide{
    display: none;
}
.noEvt{
    pointer-events: none;
} */
.cover-100,
.cover-100 body {
    height: 100%;
}
/* .container{
	height: 3000px;
} */
.cover {
    position: relative;
    width: 100%;
    height: 98%;
    text-align: center;
    font-size: 0;
}
.cover-box {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0 auto;
    line-height: 100%;
    text-align: center;
    height: 100%;
}
.cover-bg,
.cover-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0;
}
.cover-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.cover-main {
    position: relative;
    height: 160px;
    height: 60%;
}
.cover-20 {
    position: absolute;
    top: 0;
    width: 55%;
    height: auto;
}
.cover-logo-wrap {
    position: absolute;
    top: 19%;
    right: 0;
    display: block;
    width: 45%;
}

.cover-logo1 {
    width:43%;
}

.cover-logo2 {
    margin-top:4%;
    width:75%;
}

.cover-logo3 {
    width: 28%;
    margin-top: -7px;
}

.cover-shining {
    position: relative;
    top: -10%;
    left:16px;
}
.cover-font-1 {
    position: relative;
    left: -12px;
    width:77%;
}
.cover-font-2 {
    -webkit-transform: scale3d(0, 0, 1);
    -moz-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}
.cover-star {
    position: absolute;
    width: 170px;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: l;
    -moz-animation-timing-function: l;
    animation-timing-function: l;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
}
.cover-star-1 {
    top: 28px;
    left: -38px;
    -webkit-animation-name: s1;
    -moz-animation-name: s1;
    animation-name: s1;
}
.cover-star-2 {
    top: 44px;
    right: -2px;
    -webkit-animation-name: s2;
    -moz-animation-name: s2;
    animation-name: s2;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes s1 {
    0% {
        -webkit-transform: scale3d(0.6, 0.6, 1);
        transform: scale3d(0.6, 0.6, 1);
    }
    100% {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}
@-moz-keyframes s1 {
    0% {
        -moz-transform: scale3d(0.6, 0.6, 1);
        transform: scale3d(0.6, 0.6, 1);
    }
    100% {
        -moz-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}
@keyframes s1 {
    0% {
        -webkit-transform: scale3d(0.6, 0.6, 1);
        -moz-transform: scale3d(0.6, 0.6, 1);
        transform: scale3d(0.6, 0.6, 1);
    }
    100% {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}
@-webkit-keyframes s2 {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    100% {
        -webkit-transform: scale3d(1.15, 1.15, 1);
        transform: scale3d(1.15, 1.15, 1);
    }
}
@-moz-keyframes s2 {
    0% {
        -moz-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    100% {
        -moz-transform: scale3d(1.15, 1.15, 1);
        transform: scale3d(1.15, 1.15, 1);
    }
}
@keyframes s2 {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        -moz-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    100% {
        -webkit-transform: scale3d(1.15, 1.15, 1);
        -moz-transform: scale3d(1.15, 1.15, 1);
        transform: scale3d(1.15, 1.15, 1);
    }
}
.cover-tips {
    position: absolute;
    left: 54%;
    bottom: 30%;
    width: 330px;
    margin-left: -165px;
    line-height: 100%;
    font-size: 0;
}
.cover-time {
    position: absolute;
    left: 14%;
    width:42%;
}
.cover-solgan {
    position: absolute;
    margin-top: 36%;
    margin-left:-48%;
    width: 65%;
}
.cover-20 {
    left: -180%;
}
.cover-logo-wrap {
    right: -180%;
}
.cover-20,
.cover-logo-wrap,
.cover-font-1,
.cover-font-2,
.cover-star-1,
.cover-star-2,
.cover-time,
.cover-solgan {
    opacity: 0;
}
.ie89-cover .cover {
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
.ie89-cover .cover-bg,
.ie89-cover .cover-line,
.ie89-cover .cover-box,
.ie89-cover .cover-tips {
    display: none;
}

/*# sourceMappingURL=../maps/cover.css.map */