
*{
    margin: 0;
    padding: 0;
}
.clear{
    clear: both;
}
.mainbox{
    width: 100%;

}
.container{
    width: 96%;
    margin: 0 auto;
    max-width: 1100px;
}
.boxbg{
    background: url("img/bg.jpg")   center no-repeat;
    background-size: cover;
    height:500px;
    position: relative;
    z-index: 1;
}
.boxbg-n{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAKUlEQVQImU3IMREAIAgAwJfNkQCEsH8cijjpMf6vnXlQaIiJFx+omEBfmqIEZLe2jzcAAAAASUVORK5CYII=);
    z-index: 2;
}
/*波浪*/
.main-hero-header, .main-hero-waves-area {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
}

.main-hero-waves-area {
    bottom: -5px;
}

.waves-area .waves-svg {
    width: 100%;
    height: 100px
}

.waves-area .parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.waves-area .parallax>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    fill: hsla(0, 0%, 100%, .7)
}

.waves-area .parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    fill: hsla(0, 0%, 100%, .5)
}

.waves-area .parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    fill: hsla(0, 0%, 100%, .3)
}

.waves-area .parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    fill: rgb(255,255,255,0.3);
}

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}
/*波浪//*/
.boxbg-n-1{
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.boxbg-n-1-l{
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 1px;
}
.boxbg-n-1-r{
    float: right;
    color: #fff;
    font-size: 18px;
    opacity: 0.6;
    font-weight: lighter;
}
.boxbg-n-2{
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.per{
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    margin-top: 100px;
}
.per-c{
    float: left;
}
.per-c .i{
    width: 132px;
    height: 132px;
    border: rgba(255, 255, 255, .4) 4px solid;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.per-c .i img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.per-c .t{
    text-align: center;
    font-size: 24px;
    color: #fff;
    opacity: 0.85;
    letter-spacing: 2px;
    margin-top: 15px;
    /*font-weight: lighter;*/
}
.per-c.r{
    float: right;
}
.per-c.m{
    width: 220px;
    text-align: center;
    margin-top: 48px;
}


.per-c.m span img{
    display: inline-block;
    animation:run1 3s linear infinite;
}

@keyframes run1 {
    0% {
        transform: scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        opacity: 0.7;
    }
    50% {
        transform:scale(1.3);
        -ms-transform:scale(1.3);
        -moz-transform:scale(1.3);
        -webkit-transform:scale(1.3);
        -o-transform:scale(1.3);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        opacity: 0.7;
    }
}
.mainbox-2{
    margin-top: 50px;
}
.lover-card-title {
    text-align: center;
}
.lover-card-title span{
    display: inline-block;
    margin: 0 1px;
    font-size: 20px;
}
.lover-card-title span:nth-child(1){color: #9a0064}
.lover-card-title span:nth-child(2){color: #950069}
.lover-card-title span:nth-child(3){color: #90006f}
.lover-card-title span:nth-child(4){color: #8b0074}
.lover-card-title span:nth-child(5){color: #870079}
.lover-card-title span:nth-child(6){color: #780086}
.lover-card-title span:nth-child(7){color: #72008c}
.lover-card-title span:nth-child(8){color: #6e0091}
.lover-card-title span:nth-child(9){color: #6b0095}
.lover-card-title span:nth-child(10){color: #660099}
.lover-card-time{
    margin-top: 20px;
    text-align: center;
    white-space: nowrap;
}
.lover-card-time span{
    font-size: 20px;
    display: inline-block;
    margin: 0 10px;
    color: #333;
}
.lover-card-time span.d{
    font-size: 60px;
}
.bot{
    text-align: center;
    margin-top: 40px;
}
.mainbox-3{
    margin-top: 40px;
}
.beian{
    border-top: 1px solid #eee;
    padding-top: 20px;
    font-weight: lighter;
    font-size: 15px;
    color: #999;
    /*font-weight: lighter;*/
    line-height: 1.8;
    text-align: center;
}
.beian a{color: #007bff;text-decoration: none}
@media (max-width:768px){
    .container{
        width: 98%;
        overflow: hidden;
    }
    .per{
        width: 300px;
        margin-top: 60px;
    }
    .boxbg{
        height: 280px;
    }
    .per-c .i{
        width: 76px;
        height: 76px;
        border: rgba(255, 255, 255, .4) 2px solid;
    }
    .per-c.m{width: 140px;margin-top: 20px}
    .per-c .t{
        font-size: 18px;
    }
    .per-c.m span{font-size: 40px}
    .waves-area .waves-svg{height: 50px}
    .boxbg-n-1-l{font-size: 18px}
    .lover-card-time span.d{font-size: 36px;font-weight: bold}
}
