@charset "utf-8";
@-webkit-keyframes pulse1 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(1.5, 1.5, 1);
        opacity: 0
    }
}

@keyframes pulse1 {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
    100% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: 0
    }
}

.pulse1 {
    -webkit-animation-name: pulse1;
    animation-name: pulse1
}
/*红包*/
.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

#p4 .envelop {
    margin: 0;
    position: fixed;
    right: 4rem;
    top: 18.5rem;
    visibility: hidden;
}
.packetcon{
    padding: 1rem;
}
.envelop-pulse {
    width: 70px;
    height: 70px;
    background-color: red;
    border-radius: 100%;
}

.envelop-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #fff url(../images/bg/hongbao.png) no-repeat center;
    background-size: 100%;
    display: block;
}

/*红包*/
.packet {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
}

.packetbg {
    width: 388px;
    height: 425px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/bg/packetbg.png) no-repeat center;
    background-size: contain;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: none;
}
.layui-layer.layui-layer-envelop {
    background-color: transparent;
    box-shadow: none;
    animation-name: bounceIn;
}
.packetcon h3 {
    margin: 145px 0 0 0;
    font-size: 30px;
    font-family: "Microsoft YaHei",sans-serif;
    color: #d20003;
    font-weight: normal;
    line-height: 40px;
}

.packetcon h3 span {
    color: #e1a73b;
}

.money {
    font-family: "Microsoft YaHei",sans-serif;
    padding-top: 2.3rem;
    color: #fff;
    font-size: 30px;
}

.money strong {
    font-size: 32px;
    color: #ffd40a;
}

.packetbtn {
    width: 90%;
    margin: 0 auto;
    padding-top: 1rem;
    text-align: center;
}

.packetbtn a {
    display: block;
    border-radius: 2rem;
    padding: 0.6rem 1.8rem;
    font-size: 30px;
    font-weight: 500;
    font-family: "Microsoft YaHei",sans-serif;
    color: #630;
    margin: 2.2rem auto;
    border: none;
    text-decoration: none;
    text-align: center;
    background: #f7c745;
    height: 40px;
    line-height: 40px;
    background-image: -moz-linear-gradient(#efe458, #feae34);
    background-image: -webkit-linear-gradient(#efe458, #feae34);
    background-image: linear-gradient(#efe458,#feae34);
}

.packetbtn .submit {
    display: block;
    border-radius: 2rem;
    padding: 0.6rem 1.8rem;
    font-size: 30px;
    font-weight: 500;
    font-family: "Microsoft YaHei",sans-serif;
    color: #630;
    margin: 1rem auto;
    border: none;
    text-decoration: none;
    text-align: center;
    background: #f7c745;
    background-image: -moz-linear-gradient(#efe458, #feae34);
    background-image: -webkit-linear-gradient(#efe458, #feae34);
    background-image: linear-gradient(#efe458,#feae34);
}

.packetbg2 {
    width: 410px;
    height: 650px;
    background: url(../images/bg/getbg.png) no-repeat center;
    background-size: contain;
}

.packetbg2 h3 {
    margin-top: 105px;
    padding-top: 3.2rem;
    color: #6f3b11;
    font-size: 30px;
}

.packetbg2 h3 strong {
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(132, 10, 20, 0.75);
    margin-right: 10px;
}

.packetbg2 h3 strong font {
    font-weight: normal;
}

.packetdetail {
    padding-top: 5.2rem;
    font-size: 26px;
    line-height: 35px;
}

.packetdetail strong {
    color: #fccf00;
    font-weight: normal;
}

.telnum2 {
    width: 90%;
    margin: 0.3rem auto 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 40px;
    font-size: 1.5em;
}

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



















