* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

#app {
    width: 100%;
    height: 100%;
    position: relative;
}

.root {
    width: 100%;
    height: 100%;
    position: relative;
}

.container {
    /*
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    */
    width: 1920px;
    height: 1080px;
}

@media screen and (max-width: 1800px) {
    .container {
        width: 1700px;
        height: 956px;
    }
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.background {
    background: url(../images/bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.enter {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: 100% 100%;
}

.enter .inner {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}
.enter .cat {
    display: inline-block;
    width: 327px;
    padding-bottom: 191px;
    background: url(../images/cat.png) no-repeat 0 0;
    -webkit-animation: cat 3s steps(1, end) infinite;
    animation: cat 3s steps(1, end) infinite;
}
.enter .goose {
    display: inline-block;
    width: 352px;
    padding-bottom: 335px;
    background: url(../images/goose.png) no-repeat 0 0 ;
    position: relative;
    cursor: pointer;
}
.enter .goose .mouth {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/goose-mouth.png) no-repeat 0 0;
    z-index: 2;
}
.enter .goose .brand {
    width: 200px;
    height: 160px;
    position: absolute;
    right: 0;
    top: 90px;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: 100px 25px;
}
.enter .goose:hover .brand {
    animation: swing 6s .15s linear infinite;
}
.enter .goose .brand.b1 {
    background-image: url(../images/1.png);
}
.enter .goose .brand.b2 {
    background-image: url(../images/2.png);
}
.enter .goose .brand.b3 {
    background-image: url(../images/3.png);
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.video .vjs-big-play-button {
    display: none !important;
}

.video-player,
.video-js {
    width: 100% !important;
    height: 100% !important;
}

.content {
    width: 25%;
    position: absolute;
    left: 50%;
    top: 47%;
    -webkit-transform: translateX(-47.6%);
    -ms-transform: translateX(-47.6%);
    transform: translateX(-47.6%);
}
.content .skip {
    width: 35%;
    height: 0;
    padding-bottom: 12%;
    background: url(../images/btn.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 5% auto 0;
}

.full-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.full-video .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    padding: 15px;
    cursor: pointer;
    background-color: rgba(43, 51, 63, 0.7);
}
.full-video .close svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.full-video .video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.small-video {
    background-color: #000;
    width: 100%;
    padding-bottom: 68%;
    position: relative;
}
.small-video .inner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.small-video .video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mw-innerOne_viod {
    background-color: #000;
    width: 100%;
    padding-bottom: 68%;
    position: relative;
}
.mw-innerOne_viod .inner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.mw-innerOne_viod .video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes cat {
    0% { background-position: 0 0; }
    1.78% { background-position: -327px 0; }
    3.56% { background-position: -654px 0; }
    5.34% { background-position: -981px 0; }
    7.12% { background-position: 0 -191px; }
    8.9% { background-position: -327px -191px; }
    10.68% { background-position: -654px -191px; }
    12.46% { background-position: -981px -191px; }
    14.24% { background-position: 0 -382px; }
    16.02% { background-position: -327px -382px; }
    17.8% { background-position: -654px -382px; }
    19.58% { background-position: -981px -382px; }
    21.36% { background-position: 0 -573px; }
    23.14% { background-position: -327px -573px; }
    24.92% { background-position: -654px -573px; }
    26.7% { background-position: -981px -573px; }
    28.48% { background-position: 0 -764px; }
    30.26% { background-position: -327px -764px; }
    32.04% { background-position: -654px -764px; }
    33.82% { background-position: -981px -764px; }
    35.6% { background-position: 0 -955px; }
    37.38% { background-position: -327px -955px; }
    39.16% { background-position: -654px -955px; }
    40.94% { background-position: -981px -955px; }
    42.72% { background-position: 0 -1146px; }
    44.5% { background-position: -327px -1146px; }
    46.28% { background-position: -654px -1146px; }
    48.06% { background-position: -981px -1146px; }
    49.84% { background-position: 0 -1337px; }
    51.62% { background-position: -327px -1337px; }
    53.4% { background-position: -654px -1337px; }
    55.18% { background-position: -981px -1337px; }
    56.96% { background-position: 0 -1528px; }
    58.74% { background-position: -327px -1528px; }
    60.52% { background-position: -654px -1528px; }
    62.3% { background-position: -981px -1528px; }
    64.08% { background-position: 0 -1719px; }
    65.86% { background-position: -327px -1719px; }
    67.64% { background-position: -654px -1719px; }
    69.42% { background-position: -981px -1719px; }
    71.2% { background-position: 0 -1910px; }
    72.98% { background-position: -327px -1910px; }
    74.76% { background-position: -654px -1910px; }
    76.54% { background-position: -981px -1910px; }
    78.32% { background-position: 0 -2101px; }
    80.1% { background-position: -327px -2101px; }
    81.88% { background-position: -654px -2101px; }
    83.66% { background-position: -981px -2101px; }
    85.44% { background-position: 0 -2292px; }
    87.22% { background-position: -327px -2292px; }
    89% { background-position: -654px -2292px; }
    90.78% { background-position: -981px -2292px; }
    92.56% { background-position: 0 -2483px; }
    94.34% { background-position: -327px -2483px; }
    96.12% { background-position: -654px -2483px; }
    97.9% { background-position: -981px -2483px; }
}

@keyframes swing {
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%, 100% {
        transform: rotate(0deg);
    }
}

.zoom-enter-active, .zoom-leave-active {
    transition: opacity .5s, transform 1.5s;
    transform: scale(1);
}
.zoom-enter, .zoom-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
    transform: scale(.25);
}



html,
body {
    overflow-x: hidden;
}

ul,
li {
    list-style-type: none;
}

.mw-body img {
    border: 0;
}

.mw-body a {
    text-decoration: none;
}

.mw-body {
    font-family: '华文新魏', 'Microsoft YaHei', Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: #ffffff url(../images/back.jpg) no-repeat center bottom;
    color: #482e22;
    font-size: 16px;
}

.mw-head {
    padding-bottom: 177.866667%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/head_bak.jpg);
    background-size: 100% auto;
    height: 0;
}

.mw-innerOne {
    background: url(../images/innerTwo_bak.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 25% 8% 5%;
}

.mw-innerOne_head {
    text-align: center;
}

.mw-innerOne_head-title {
    width: 35%;
    padding-bottom: 20.73333333%;
    height: 0;
    background: url(../images/viod_title.png) no-repeat;
    background-size: 100% auto;
    display: inline-block;
}

.mw-innerOne_Text {
    line-height: 2.0;
    font-size: 24px;
}

.mw-innerOne_viod {
    margin-top: 15%;
    text-align: center;
    position: relative;
}

.mw-innerOne_viod img {
    width: 100%;
    height: auto;
}
.mw-innerOne_viod .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mw-innerTwo {
    background: url(../images/innerThree_bak.jpg) no-repeat center;
    background-size: 100% auto;
    padding: 5% 8% 5%;
    display: flex;
    flex-direction: column;
}

.mw-innerTwo_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8%;
}

.mw-innerTwo_item-phone {
    width: 100%;
    margin: 10px 0;
}

.mw-innerTwo_item-phone img {
    width: 100%;
    height: auto;
}

.mw-innerTwo_item-text {
    width: 100%;
}

.mw-innerTwo_item-text_title {
    color: #000;
    font-size: 30px;
}

.mw-innerTwo_item-text_main {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mw-innerTwo_item-arrow {
    width: 12%;
    margin-left: 10px;
}

.mw-innerTwo_item-arrow_img {
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 127.272727%;
}

.mw-copyright {
    margin: 10% 5%;
    text-align: center;
    font-size: 14px;
    line-height: 2.2;
}

@media screen and (max-width: 500px) {
    .mw-innerOne_Text {

        font-size: 20px;
    }

    .mw-innerTwo_item-text_title {

        font-size: 20px;
    }

    .mw-innerTwo_item-text_main {
        font-size: 14px;
    }

    .mw-copyright {

        font-size: 12px;

    }
}
@media screen and (max-width: 500px) {
    .mw-innerOne_Text {

        font-size: 18px;
    }

    .mw-innerTwo_item-text_title {

        font-size: 18px;
    }

    .mw-innerTwo_item-text_main {
        font-size: 13px;
    }

}

@media screen and (min-width: 801px) {
    .mw-body {
        display: none !important;
    }
    .root {
        visibility: visible;
    }
}
@media screen and (max-width: 800px) {
    .mw-body {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100000;
        background: #fff;
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .root {
        visibility: hidden;
    }
}