* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a,
li {
    list-style: none;
}

ul,
ol li {
    list-style: none;
    list-style-type: none !important;
}

.clear {
    clear: both;
}


body {
    -webkit-font-smoothing: antialiased !important;
    font-family: Tahoma, Geneva, sans-serif;
    /* font: 12px/1 "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; */
}

.wapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
    background-color: #0a0d33;
}

.banner {
    height: 510px;
    background: url(/static/img/invitation/title-bg.png) no-repeat center center/cover;
}

.banner h1 {
    text-align: center;
}

.banner h1 img {
    margin-top: 110px;
    width: 891px;
    height: 40px;
}

.sub-bg  {
    margin-top: 74px;
    margin-left: 63%;

}

.sub-bg img {
    width: 272px;
    height: 48px;
}

.sub-bg h2 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #efefff;
    margin-top: -56px;
    margin-left: -17%;

}

section {
    width: 997px;
    margin: 0 auto;
    margin-top: -150px;
}

.content {
    width: 98%;
    height: auto;

}

.rule-content p,.content p {
    width: auto;
    line-height: 44px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #d3d6ff;
    border-bottom: none;

}

.none-bottom {
    border-bottom: 1px dashed #27256c;
}

.rule-box {
    padding: 50px 0px;
    width: 100%;

}

.rule-box h2 {
    background: url(https://www.yuanian.com/skin/images/pingxuan/t_10.png) no-repeat center bottom;
    height: 61px;
    text-align: center;
}

.rule-box h2 span {
    margin: 0 32px;
    color: #e1f1ff;
    letter-spacing: 2px;
    font-size: 26px;
}
.rule-box h2 img{
    width: 102px;
    height: 20px;
}

.rule-content {
    padding: 50px 0px 0px;
}

.title-box, .title-box1 {
    width: 327px;
    height: 37px;
    background-image: linear-gradient(270deg,
    #7b20c1 0%,
    #2795d4 52%,
    #33c8fa 100%),
    linear-gradient(
            #011369,
            #011369);
    background-blend-mode: normal,
    normal;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.title-box1 {
    width: 404px;
    margin-top: 40px;
}

.advert {
    margin: 50px auto;
    width: 1000px;
    height: 177px;
    background: url(/static/img/invitation/advert.png) no-repeat center center/cover;
    position: relative;
}

.submit {
    width: 122px;
    height: 37px;
    background-image: linear-gradient(270deg,
    #7b20c1 0%,
    #2795d4 52%,
    #33c8fa 100%),
    linear-gradient(
            #000000,
            #000000);
    background-blend-mode: normal,
    normal;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 60%;
    right: 40px;

}


@media screen and (max-width: 1024px) {
    .wapper {
        margin-top: 0px;
    }

    .banner {
        height: 328px;
    }

    .banner h1 img {
        margin-top: 60px;
        width: 90%;
        height: 27px;
    }

    .sub-bg {
        margin-top: 32px;
        margin-left: 24%;
    }

    .sub-bg h2 {
        font-size: 16px;
        margin-top: -52px;
        margin-left: 0%;
    }

    section {
        width: 98%;
        padding: 0px 12px;
    }

    p {
        border-bottom: none;
        display: inline;
    }
    .rule-box h2 span {
         margin: 0 0px;
        font-size: 20px;
    }
    .rule-box {
        width: 96%;
    }
    .title-box1 {
        width: 100%;
        font-size: 15px;
    }
    .advert {
        width: 100%;
        height: 70px;
    }
    .submit {
        top: 140%;
    }
}
