@charset "utf-8";

/* CSS Document */
.holiday-logo {
    float: left;
    margin-top: 76px;
    margin-left: 188px;
}

.holiday-back {
    font-size: 16px;
    color: #fff;
    float: right;
    margin-top: 65px;
    margin-right: 36px;
}

.container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_container {
    width: 100%;
    position: absolute;
    margin-top: 0.8rem;
}

.video {
    background-color: aqua;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 2.7rem;
}

.container p:nth-child(1) {
    position: absolute;
    font-size: 0.18rem;
    top: 0.55rem;
    width: 80%;
    line-height: 0.3rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 4px rgba(185, 49, 31, 1);
    letter-spacing: 0.03em;
}

.container p:nth-child(3) {
    position: absolute;
    font-size: 0.18rem;
    bottom: 2.28rem;
    width: 80%;
    line-height: 0.35rem;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.03em;
    left: 12%;
}

.holiday01 {
    width: 100%;
    height: auto;
    background: url(../images/bg1.jpg) center no-repeat;
}

.holiday02 {
    width: 100%;
    height: 460px;
    background: url(../images/bg2.jpg) center no-repeat;
}

.holiday03 {
    width: 100%;
    height: 1127px;
    background: url(../images/bg3.jpg) center no-repeat;
}

.holiday_video {
    width: 889px;
    height: 500px;
    background: #000;
    margin: 0 auto;
}

.holiday_li {
    width: 1200px;
    height: 760px;
    margin-top: 110px;
}

.holiday_notice p {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 32px;
    text-align: left;
    width: 1070px;
    margin: 0 auto;
}

#demo {
    overflow: hidden;
    width: 1070px;
    height: auto;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 600%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.holiday_star_p {
    line-height: 74px;
    font-size: 18px;
    margin-top: 50px;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 4px rgba(185, 49, 31, 1);
}