<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    overflow-x: hidden;
    color: #333;
    font-family: 'microsoft yahei', 'arial';
    font-size: 14px;
    -webkit-overflow-scrolling: touch
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
td,
th,
form,
figure {
    padding: 0;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    background: transparent;
    text-decoration: none;
    color: inherit
}

a:hover {
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

a,
i,
em
{
    display: inline-block
}

b,
em,
i {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 14px
}

button,
input,
optgroup,
select,
textarea {
    border: 0;
    vertical-align: middle;
    font-family: 'microsoft yahei';
    outline: 0
}

button,
input {
    border-radius: 0;
    padding: 0
}


-webkit-appearance:none;
textarea,
input {
    -webkit-user-modify: read-write-plaintext-only
}

textarea {
    resize: none
}

.mauto {
    max-width: 1200px;
    margin: 0 auto
}

.mauto:before,
.mauto:after,
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after,
.mauto:after {
    clear: both
}

.clear {
    height: 0;
    clear: both
}

.db {
    display: block
}

.dn {
    display: none
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.fl {
    float: left
}

.fr {
    float: right
}

.ov {
    overflow: hidden
}

.tar {
    text-align: right
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.tacl {
float:left;
}
.fb {
    font-weight: bold
}

.text-ups {
    text-transform: uppercase
}

.els {
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    display: inline-block
}

.dt {
    display: table
}

.dtcell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.w100 {
    width: 100%
}

.wh1 {
    width: 100%;
    height: 100%
}

.w50 {
    width: 50%
}

.els2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2
}
.img-md img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.img-md:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.tra {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.po-auto {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.cf {
    color: #fff
}

.c0 {
    color: #000
}

.c6 {
    color: #666
}

.c9 {
    color: #999
}

.cc {
    color: #ccc
}

.baf {
    background: #fff
}

.li22 {
    line-height: 22px
}

.li25 {
    line-height: 25px
}

.li28 {
    line-height: 28px
}

.li30 {
    line-height: 30px
}
.li32 {
    line-height: 32px
}
.li36 {
    line-height: 36px
}
.li40 {
    line-height: 40px
}
.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.f24 {
    font-size: 24px
}

.f26 {
    font-size: 26px
}

.f28 {
    font-size: 28px
}

.f30 {
    font-size: 30px
}

.f32 {
    font-size: 32px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}
.mt60 {
    margin-top: 60px
}
.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr45 {
    margin-right: 45px
}

.mr50 {
    margin-right: 50px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 35px
}

.ml45 {
    margin-left: 45px
}

.ml50 {
    margin-left: 50px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pr40 {
    padding-right: 40px
}

.pr45 {
    padding-right: 45px
}

.pr50 {
    padding-right: 50px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pl45 {
    padding-left: 45px
}

.pl50 {
    padding-left: 50px
}


@media(max-width:767px) {
    .mt5 {
        margin-top: .05rem
    }
    .mt10 {
        margin-top: .1rem
    }
    .mt15 {
        margin-top: .15rem
    }
    .mt20 {
        margin-top: .2rem
    }
    .mt25 {
        margin-top: .25rem
    }
    .mt30 {
        margin-top: .3rem
    }
    .mt35 {
        margin-top: .35rem
    }
    .mt40 {
        margin-top: .4rem
    }
    .mt45 {
        margin-top: .45rem
    }
    .mt50 {
        margin-top: .5rem
    }
    .mr5 {
        margin-right: .05rem
    }
    .mr10 {
        margin-right: .1rem
    }
    .mr15 {
        margin-right: .15rem
    }
    .mr20 {
        margin-right: .2rem
    }
    .mr25 {
        margin-right: .25rem
    }
    .mr30 {
        margin-right: .3rem
    }
    .mr35 {
        margin-right: .35rem
    }
    .mr40 {
        margin-right: .4rem
    }
    .mr45 {
        margin-right: .45rem
    }
    .mr50 {
        margin-right: .5rem
    }
    .mb5 {
        margin-bottom: .05rem
    }
    .mb10 {
        margin-bottom: .1rem
    }
    .mb15 {
        margin-bottom: .15rem
    }
    .mb20 {
        margin-bottom: .2rem
    }
    .mb25 {
        margin-bottom: .25rem
    }
    .mb30 {
        margin-bottom: .3rem
    }
    .mb35 {
        margin-bottom: .35rem
    }
    .mb40 {
        margin-bottom: .4rem
    }
    .mb45 {
        margin-bottom: .45rem
    }
    .mb50 {
        margin-bottom: .5rem
    }
    .ml5 {
        margin-left: .05rem
    }
    .ml10 {
        margin-left: .1rem
    }
    .ml15 {
        margin-left: .15rem
    }
    .ml20 {
        margin-left: .2rem
    }
    .ml25 {
        margin-left: .25rem
    }
    .ml30 {
        margin-left: .3rem
    }
    .ml35 {
        margin-left: .35rem
    }
    .ml40 {
        margin-left: .4rem
    }
    .ml45 {
        margin-left: .45rem
    }
    .ml50 {
        margin-left: .5rem
    }
    .pt5 {
        padding-top: .05rem
    }
    .pt10 {
        padding-top: .1rem
    }
    .pt15 {
        padding-top: .15rem
    }
    .pt20 {
        padding-top: .2rem
    }
    .pt25 {
        padding-top: .25rem
    }
    .pt30 {
        padding-top: .3rem
    }
    .pt35 {
        padding-top: .35rem
    }
    .pt40 {
        padding-top: .4rem
    }
    .pt45 {
        padding-top: .45rem
    }
    .pt50 {
        padding-top: .5rem
    }
    .pr5 {
        padding-right: .05rem
    }
    .pr10 {
        padding-right: .1rem
    }
    .pr15 {
        padding-right: .15rem
    }
    .pr20 {
        padding-right: .2rem
    }
    .pr25 {
        padding-right: .25rem
    }
    .pr30 {
        padding-right: .3rem
    }
    .pr35 {
        padding-right: .35rem
    }
    .pr40 {
        padding-right: .4rem
    }
    .pr45 {
        padding-right: .45rem
    }
    .pr50 {
        padding-right: .5rem
    }
    .pb5 {
        padding-right: .05rem
    }
    .pb10 {
        padding-bottom: .1rem
    }
    .pb15 {
        padding-bottom: .15rem
    }
    .pb20 {
        padding-bottom: .2rem
    }
    .pb25 {
        padding-bottom: .25rem
    }
    .pb30 {
        padding-bottom: .3rem
    }
    .pb35 {
        padding-bottom: .35rem
    }
    .pb40 {
        padding-bottom: .4rem
    }
    .pb45 {
        padding-bottom: .45rem
    }
    .pb50 {
        padding-bottom: .5rem
    }
    .pl5 {
        padding-left: .05rem
    }
    .pl10 {
        padding-left: .1rem
    }
    .pl15 {
        padding-left: .15rem
    }
    .pl20 {
        padding-left: .2rem
    }
    .pl25 {
        padding-left: .25rem
    }
    .pl30 {
        padding-left: .3rem
    }
    .pl35 {
        padding-left: .35rem
    }
    .pl40 {
        padding-left: .4rem
    }
    .pl45 {
        padding-left: .45rem
    }
    .pl50 {
        padding-left: .5rem
    }
}

.col-lgs-1,
.col-lgs-2,
.col-lgs-3,
.col-lgs-4,
.col-lgs-5,
.col-lgs-6,
.col-lgs-7,
.col-lgs-8,
.col-lgs-9,
.col-lgs-10,
.col-lgs-11,
.col-lgs-12 {
    float: left
}

.col-lgs-12 {
    width: 100%
}

.col-lgs-11 {
    width: 91.66666667%
}

.col-lgs-10 {
    width: 83.33333333%
}

.col-lgs-9 {
    width: 75%
}

.col-lgs-8 {
    width: 66.66666667%
}

.col-lgs-7 {
    width: 58.33333333%
}

.col-lgs-6 {
    width: 50%
}

.col-lgs-5 {
    width: 41.66666667%
}

.col-lgs-4 {
    width: 33.33333333%
}

.col-lgs-3 {
    width: 25%
}

.col-lgs-2 {
    width: 16.66666667%
}

.col-lgs-1 {
    width: 8.33333333%
}

@media(max-width:1023px) {
    .col-md-p10{
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-pl10{
        padding-left: 10px;
    }
    .col-md-pr10{
        padding-right: 10px;
    }
    .col-md-p0{
        padding: 0;
    }
    .col-md-dn{
        display: none;
    }
    .col-mds-1,
    .col-mds-2,
    .col-mds-3,
    .col-mds-4,
    .col-mds-5,
    .col-mds-6,
    .col-mds-7,
    .col-mds-8,
    .col-mds-9,
    .col-mds-10,
    .col-mds-11,
    .col-mds-12 {
        float: left
    }
    .col-mds-12 {
        width: 100%
    }
    .col-mds-11 {
        width: 91.66666667%
    }
    .col-mds-10 {
        width: 83.33333333%
    }
    .col-mds-9 {
        width: 75%
    }
    .col-mds-8 {
        width: 66.66666667%
    }
    .col-mds-7 {
        width: 58.33333333%
    }
    .col-mds-6 {
        width: 50%
    }
    .col-mds-5 {
        width: 41.66666667%
    }
    .col-mds-4 {
        width: 33.33333333%
    }
    .col-mds-3 {
        width: 25%
    }
    .col-mds-2 {
        width: 16.66666667%
    }
    .col-mds-1 {
        width: 8.33333333%
    }
}

@media(max-width:767px) {
    .col-sm-pl10{
        padding-left: 10px;
    }
    .col-sm-pr10{
        padding-right: 10px;
    }
    .col-sm-p0{
        padding: 0;
    }
    .col-sm-dn{
        display: none;
    }
    .col-sms-1,
    .col-sms-2,
    .col-sms-3,
    .col-sms-4,
    .col-sms-5,
    .col-sms-6,
    .col-sms-7,
    .col-sms-8,
    .col-sms-9,
    .col-sms-10,
    .col-sms-11,
    .col-sms-12 {
        float: left
    }
    .col-sms-12 {
        width: 100%
    }
    .col-sms-11 {
        width: 91.66666667%
    }
    .col-sms-10 {
        width: 83.33333333%
    }
    .col-sms-9 {
        width: 75%
    }
    .col-sms-8 {
        width: 66.66666667%
    }
    .col-sms-7 {
        width: 58.33333333%
    }
    .col-sms-6 {
        width: 50%
    }
    .col-sms-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sms-3 {
        width: 25%
    }
    .col-sms-2 {
        width: 16.66666667%
    }
    .col-sms-1 {
        width: 8.33333333%
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.flipoutx {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes flipinx {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipinx {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipinx {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipinx;
    animation-name: flipinx
}

@-webkit-keyframes slideindown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideindown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideindown {
    -webkit-animation-name: slideindown;
    animation-name: slideindown
}

@-webkit-keyframes slideinleft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideinleft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideinleft {
    -webkit-animation-name: slideinleft;
    animation-name: slideinleft
}

@-webkit-keyframes slideinright {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideinright {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideinright {
    -webkit-animation-name: slideinright;
    animation-name: slideinright
}

*/@-webkit-keyframes slideinup {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideinup {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideinup {
    -webkit-animation-name: slideinup;
    animation-name: slideinup
}

@-webkit-keyframes slideoutdown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideoutdown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideoutdown {
    -webkit-animation-name: slideoutdown;
    animation-name: slideoutdown
}

@-webkit-keyframes slideoutleft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideoutleft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideoutleft {
    -webkit-animation-name: slideoutleft;
    animation-name: slideoutleft
}

@-webkit-keyframes slideoutright {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideoutright {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideoutright {
    -webkit-animation-name: slideoutright;
    animation-name: slideoutright
}

@-webkit-keyframes slideoutup {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideoutup {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideoutup {
    -webkit-animation-name: slideoutup;
    animation-name: slideoutup
}
</pre></body></html>