a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
p,
select {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s
}

img,
img a {
    border: 0
}

html {
    height: inherit;
    min-height: 100%;
    position: relative;
    /*overflow-x: hidden;*/
}

body {
    max-width: 450px;
    font-family: 'Open Sans', sans-serif;
    color: #414042;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    height: 100%;
    position: static;
    padding: inherit;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
p,
select,
ul {
    margin: 0;
    padding: 0;
    outline: 0!important;
    box-shadow: none;
    border: 0;
    list-style: none;
    font-weight: normal
}

a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
p,
select {
    transition: all .5s ease 0s
}

img {
    max-width: 100%
}
.ad-top,.ad-bottom{
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 5px auto;
}
.ad-tips{
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    color: #808080;
}


body{
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 400;
    color: #fff;
    /*background-color: #282A42;*/
    background: #000 url(images/bg.jpg) repeat 50%/500px fixed;
    /*filter: drop-shadow(2px 4px 6px black);*/
    line-height: 1.4;
    font-size: 16px;
    text-align: left;
    min-width: 300px;
    background-size: cover;
}
body:before{
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/bg.jpg) center 0 no-repeat;
    background-size: cover;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.header-wrap{
    max-width: 750px;
    width: 100%;
    margin:  0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.intro{
    margin: 0 17px;
    text-align: justify;
    font-family: none;
    font-style: oblique;
    color: #ffd145;
}
.header__logo{
    display: block;
    text-decoration: none;
    color: #fff;
    width: 170px;
    height: 56px;
    background: transparent url(images/logo.png) no-repeat 50%/cover;
}
/*main*/
.common-wrap-95{
    width: 95%;
    margin: 0 auto -35px;
}
.common__title--center{
    text-align: center;
}
.common__title{
    margin: 25px auto;
    font-size: 20px;
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 800;
}
.common__title--yellow{
    color: #e9b73f;
}

.signs{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.signs__item{
    display: block;
    /*width: 160px;*/
    width: 100px;
    text-decoration: none;
    text-align: center;
    margin: 0 0 40px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.signs__item-image{
    width: 100%;
    height: 70px;
    background: transparent no-repeat 50%/contain;
}
.signs__item-title{
    margin: 10px 5px 3px !important;
    border-color: #e9b73f !important;
    border-width: 1px !important;
    border-radius: 10px !important;
    border-style: solid !important;
    color: #fff;
    font-size: 16px;
}
.signs__item-date{
    font-size: 9px !important;
    color: #dce1ff;
}


.footer{
    width: 100%;
    background: #262637;
    font-family: Segoe UI,Arial,sans-serif;
    margin-bottom: -30px;
}
.footer-bottom{
    padding: 24px 0;
    font-size: 12px;
    text-align: center;
}

/*result.css*/
.breadcrumbs{
    margin: 20px 0;
}
.breadcrumbs__item{
    color: #9096bb;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.sign-top{
    /*margin: 20px 0;*/
}
.sign-top__image{
    width: 80px;
    height: auto;
    margin-right: 15px;
}
.sign-top__info{
    text-align: left;
}
.sign-top__image, .sign-top__info {
    display: inline-block;
    vertical-align: middle;
}

.sign-top__info-name{
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.sign-top__info-name--break{
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 4px;
    display: block;
}
.sign-top__info-date {
    font-size: 14px;
    color: #9096bb;
}
.sign-top__info-date-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    color: #9096bb;
    text-decoration: none;
}
.sign-top__info-date-item--active {
    color: #e9b73f;
    text-decoration: none;
}

.sign__text {
    margin: 20px 6px;
    text-align: justify;
    line-height: 1.7;
}


.sign{
    margin-bottom: 40px;
}

/*动态按钮*/
.btn{
    background: #e9b73f;
    color: #000;
    padding: 10px;
    margin: 15px auto;
    font-size: 18px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
}
.jelly{
    animation:  2s jelly infinite;
}
@keyframes jelly {
    10% {
        transform: scaleY(.5);
        transform-origin: 0 bottom 0
    }
    20% {
        transform: scaleY(1.3);
        transform-origin: 0 bottom 0
    }
    30% {
        transform: scaleY(.8);
        transform-origin: 0 bottom 0
    }
    100%,
    40% {
        transform: scaleY(1);
        transform-origin: 0 bottom 0
    }
}

