@charset "utf-8";

/*
 * author : wulin(wulin@onlyou.com)
 * datetime : 2016-08-22
 */


/* ==========================================================================
   css reset
   ========================================================================== */

* html {
    -ms-text-size-adjust: 100%;
}

* body {
    height: 100%;
}

html {
    height: 100%;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    min-width: 1200px;
    background: #f7f7f7;
    color: #333;
    font: 12px/18px Microsoft YaHei, SimHei, Heiti SC;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

input,
img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select {
    outline: medium none;
    border: none;
    *font-size: 100%;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 Microsoft YaHei, SimHei, Heiti SC;
}

input,
select,
textarea {
    font-size: 100%;
}

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

th {
    text-align: inherit;
}

fieldset,
img {
    border: 0;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: 500;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

iframe {
    display: block;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ins,
a {
    outline: none;
    text-decoration: none;
}

a {
    color: #333;
}

a:link,
a:visited,
a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #f35438;
    text-decoration: none;
}

:focus {
    outline: 0;
    text-decoration: none;
    -moz-outline-style: 0;
}

i,
em {
    font-style: normal;
}

textarea {
    overflow: auto;
    outline-style: none;
    resize: none;
}

template {
    display: none;
}

.break-word {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
    font-size: 0;
}

:link,
 :visited,
ins {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

td,
th {
    padding: 0;
}

caption,
th {
    text-align: left;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    background: #fff;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="text"]:focus,
input[type="password"]:focus,
.pop-select:focus {
    border-color: #bbb;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-weight: normal;
    font-style: normal;
}

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

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
textarea,
select {
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
}

input,
button,
textarea,
select,
optgroup,
option {
    background: #fff;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}


/* ==========================================================================
   通用样式
   ========================================================================== */


/*  */

.fl {
    display: inline;
    float: left !important;
}

.fr {
    display: inline;
    float: right !important;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

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

@import "_transition_v5.css";
@import "../../js/lib/Swiper/css/swiper.css";

/* --------------------------------------------------------------------------
   分页
   -------------------------------------------------------------------------- */

.ui-paging {
    margin-top: 15px;
    padding: 8px 0;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}

.ui-paging a {
    display: inline-block;
    margin: 0 2px;
    padding: 0 10px;
    height: 28px;
    border: 1px solid #dedede;
    color: #787878;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    line-height: 28px;
}

.ui-paging a:hover,
.ui-paging a.active {
    border-color: #fe6703;
    background: #fe6703;
    color: #fff;
}

.ui-paging a.disabled,
.ui-paging a.disabled:hover {
    border-color: #dedede;
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
}

.ui-paging .ellipsis {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.ui-paging .refresh,
.ui-paging .refresh:hover {
    margin-right: 15px;
    padding: 0;
    width: 28px;
    border-color: transparent;
    background: transparent url(../images/common/paging-refresh.png#datauri) no-repeat 50% 50%;
    transition: all .2s;
}

.ui-paging .refresh:hover {
    transform: rotate(180deg);
}

.ui-paging .pageNumerContainer {
    display: inline-block;
}

.ui-paging .pageGoInput {
    display: inline-block;
    padding: 0 5px;
    width: 30px;
    height: 28px;
    border: 1px solid #dedede;
    vertical-align: middle;
    text-align: center;
}

.ui-paging .info {
    display: inline-block;
    margin-right: 15px;
}


/* 同步刷新的分页样式 */

.do-page {
    margin-top: 15px;
    padding: 8px 20px;
    text-align: center
}

.do-pagelist {
    display: inline-block;
    *display: inline;
    *margin-right: 4px;
    vertical-align: middle;
    zoom: 1
}

.do-round {
    display: inline-block;
    margin: 0 23px 0 18px;
    width: 16px;
    height: 16px;
    background: url(http://www.yuanqubao.com/assets/style/back-v5/images/user_safe_icon1.png) no-repeat -22px -310px;
    vertical-align: middle;
}

.do-pagelist span a,
.do-pagelist i {
    display: inline-block;
    width: 29px;
    height: 28px;
    border: 1px solid #dedede;
    background: #fff;
    color: #787878;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px
}

.do-pagelist span a:hover,
.do-pagelist i:hover,
.do-page .btn-default:hover,
.do-pagelist span a.cur {
    border-color: #fe6703;
    background: #fe6703;
    color: #fff
}

.do-pagelist i {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer
}

.do-pagelist i.page-top {
    width: 40px
}

.page-type {
    vertical-align: 0
}

.do-page .select-wrap {
    display: inline-block;
    float: left;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.do-page .select-wrap .bg {
    padding: 2px 30px 2px 10px;
    height: 24px;
    border: 1px solid #dedede;
    background: url(http://www.yuanqubao.com/assets/style/back-v5/images/select.png) no-repeat right center #fff;
    line-height: 24px;
    cursor: pointer;
}

.do-page .select-wrap input {
    display: block;
    padding: 0;
    width: 30px;
    height: 24px \9;
    border: 0;
    box-shadow: none;
    text-align: center;
    line-height: 24px;
}


/* 图片未找到 */

.image-not-found {
    background: #fff url("../../front/images/common/image-not-found.png") no-repeat 50% 50%;
    background-size: 90% 90%;
}


/**/

@import "_header.css";
@import "_footer.css";

/******* 唯你5.1三周年 *********/

.three-year-wrap {
    position: fixed;
    right: 0;
    bottom: 380px;
    z-index: 100;
    transform: scale(.55);
    transform-origin: right bottom;
}

.three-year {
    position: relative;
    width: 124px;
    height: 126px;
}

.three-year .year-box {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 3;
    width: 109px;
    height: 88px;
    background: url("../images/index/anniver-box.png") no-repeat center;
}

.three-year .anniver-lamp {
    position: absolute;
    top: 90px;
    left: 14px;
    z-index: 2;
    overflow: hidden;
    width: 110px;
    height: 36px;
    background: url("../images/index/anniver-lamp.png") no-repeat center;
}

.three-lamp1 {
    opacity: 0;
    -webkit-animation: lamp1 1s linear 0s infinite;
    -moz-animation: lamp1 1s linear 0s infinite;
    -o-animation: lamp1 1s linear 0s infinite;
    animation: lamp1 1s linear 0s infinite;
}

.three-lamp2 {
    opacity: 0;
    -webkit-animation: lamp2 1s linear 0s infinite;
    -moz-animation: lamp2 1s linear 0s infinite;
    -o-animation: lamp2 1s linear 0s infinite;
    animation: lamp2 1s linear 0s infinite;
}

.three-lamp3 {
    opacity: 0;
    -webkit-animation: lamp3 1s linear 0s infinite;
    -moz-animation: lamp3 1s linear 0s infinite;
    -o-animation: lamp3 1s linear 0s infinite;
    animation: lamp3 1s linear 0s infinite;
}

.three-lamp4 {
    opacity: 0;
    -webkit-animation: lamp4 1s linear 0s infinite;
    -moz-animation: lamp4 1s linear 0s infinite;
    -o-animation: lamp4 1s linear 0s infinite;
    animation: lamp4 1s linear 0s infinite;
}

.three-lamp5 {
    opacity: 0;
    -webkit-animation: lamp5 1s linear 0s infinite;
    -moz-animation: lamp5 1s linear 0s infinite;
    -o-animation: lamp5 1s linear 0s infinite;
    animation: lamp5 1s linear 0s infinite;
}

.three-lamp6 {
    opacity: 0;
    -webkit-animation: lamp6 1s linear 0s infinite;
    -moz-animation: lamp6 1s linear 0s infinite;
    -o-animation: lamp6 1s linear 0s infinite;
    animation: lamp6 1s linear 0s infinite;
}

.three-lamp7 {
    opacity: 0;
    -webkit-animation: lamp7 1s linear 0s infinite;
    -moz-animation: lamp7 1s linear 0s infinite;
    -o-animation: lamp7 1s linear 0s infinite;
    animation: lamp7 1s linear 0s infinite;
}

.three-lamp8 {
    opacity: 0;
    -webkit-animation: lamp8 1s linear 0s infinite;
    -moz-animation: lamp8 1s linear 0s infinite;
    -o-animation: lamp8 1s linear 0s infinite;
    animation: lamp8 1s linear 0s infinite;
}

.three-lamp9 {
    opacity: 0;
    -webkit-animation: lamp9 1s linear 0s infinite;
    -moz-animation: lamp9 1s linear 0s infinite;
    -o-animation: lamp9 1s linear 0s infinite;
    animation: lamp9 1s linear 0s infinite;
}

.three-lamp10 {
    opacity: 0;
    -webkit-animation: lamp10 1s linear 0s infinite;
    -moz-animation: lamp10 1s linear 0s infinite;
    -o-animation: lamp10 1s linear 0s infinite;
    animation: lamp10 1s linear 0s infinite;
}

.anniver-lamp .anniver-lamp1 {
    position: absolute;
    top: 0;
    left: 15px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp11 {
    position: absolute;
    top: 0;
    left: 28px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp2 {
    position: absolute;
    top: 0;
    left: 41px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp21 {
    position: absolute;
    top: 0;
    left: 54px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp3 {
    position: absolute;
    top: 0;
    left: 67px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp31 {
    position: absolute;
    top: 0;
    left: 80px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp4 {
    position: absolute;
    top: 0;
    left: 92px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp41 {
    position: absolute;
    top: 5px;
    left: 102px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp5 {
    position: absolute;
    top: 15px;
    left: 106px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp51 {
    position: absolute;
    top: 25px;
    left: 102px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp6 {
    position: absolute;
    top: 30px;
    left: 92px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp61 {
    position: absolute;
    top: 30px;
    left: 80px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp7 {
    position: absolute;
    top: 30px;
    left: 67px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp71 {
    position: absolute;
    top: 30px;
    left: 54px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp8 {
    position: absolute;
    top: 30px;
    left: 41px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp81 {
    position: absolute;
    top: 30px;
    left: 28px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp9 {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp91 {
    position: absolute;
    top: 24px;
    left: 3px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp10 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.anniver-lamp .anniver-lamp101 {
    position: absolute;
    top: 6px;
    left: 3px;
    width: 5px;
    height: 5px;
    background: url("../images/index/lamp.png") no-repeat center;
}

.three-year .three-ani1 {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 16px;
    background: url("../images/index/anniver-ani1.png") no-repeat center;
    -webkit-animation: threeani1 2s linear 0s infinite;
    -moz-animation: threeani1 2s linear 0s infinite;
    -o-animation: threeani1 2s linear 0s infinite;
    animation: threeani1 2s linear 0s infinite;
}

.three-year .three-ani2 {
    position: absolute;
    top: 20px;
    left: 90px;
    z-index: 1;
    width: 24px;
    height: 22px;
    background: url("../images/index/anniver-ani2.png") no-repeat center;
    -webkit-animation: threeani2 3s linear 0s infinite;
    -moz-animation: threeani2 3s linear 0s infinite;
    -o-animation: threeani2 3s linear 0s infinite;
    animation: threeani2 3s linear 0s infinite;
}

.three-year .three-ani3 {
    position: absolute;
    top: 42px;
    left: 32px;
    z-index: 4;
    width: 37px;
    height: 41px;
    background: url("../images/index/anniver-ani3.png") no-repeat center;
    -webkit-animation: threeani3 1s linear 0s infinite;
    -moz-animation: threeani3 1s linear 0s infinite;
    -o-animation: threeani3 1s linear 0s infinite;
    animation: threeani3 1s linear 0s infinite;
}


/****** 动画 *******/

@-webkit-keyframes threeani1 {
    0% {
        top: 40px;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 40px;
    }
}

@keyframes threeani1 {
    0% {
        top: 40px;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 40px;
    }
}

@-webkit-keyframes threeani2 {
    0% {
        top: 20px;
    }
    50% {
        top: 0;
    }
    100% {
        top: 20px;
    }
}

@keyframes threeani2 {
    0% {
        top: 20px;
    }
    50% {
        top: 0;
    }
    100% {
        top: 20px;
    }
}

@-webkit-keyframes threeani3 {
    0% {
        top: 42px;
        left: 32px;
    }
    50% {
        top: 46px;
        left: 28px;
    }
    100% {
        top: 42px;
        left: 32px;
    }
}

@keyframes threeani3 {
    0% {
        top: 42px;
        left: 32px;
    }
    50% {
        top: 46px;
        left: 28px;
    }
    100% {
        top: 42px;
        left: 32px;
    }
}

@-webkit-keyframes lamp1 {
    0% {
        opacity: 1;
    }
    5% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp1 {
    0% {
        opacity: 1;
    }
    5% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lamp2 {
    0% {
        opacity: 0;
    }
    9% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp2 {
    0% {
        opacity: 0;
    }
    9% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lamp3 {
    0% {
        opacity: 0;
    }
    19% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp3 {
    0% {
        opacity: 0;
    }
    19% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lamp4 {
    0% {
        opacity: 0;
    }
    29% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp4 {
    0% {
        opacity: 0;
    }
    29% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lamp5 {
    0% {
        opacity: 0;
    }
    39% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp5 {
    0% {
        opacity: 0;
    }
    39% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lamp6 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp6 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lamp7 {
    0% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp7 {
    0% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lamp8 {
    0% {
        opacity: 0;
    }
    69% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp8 {
    0% {
        opacity: 0;
    }
    69% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lamp9 {
    0% {
        opacity: 0;
    }
    79% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp9 {
    0% {
        opacity: 0;
    }
    79% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lamp10 {
    0% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes lamp10 {
    0% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

li {
    list-style: none;
}