﻿
body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h4, h5 {
    margin: 0;
    padding: 0;
}

p {
    font-weight: normal;
}

html {
    min-width: 1300px;
}

.banner {
    height: 500px;
    max-width: 1920px;
    margin: auto;
    background: url("https://static.allpcb.com/img/img//activity/animals/banner.webp") no-repeat center center;
    text-align: center;
}

    .banner .textBox {
        width: 694px;
        height: 408px;
        background: #55432D;
        border-radius: 40px;
        float: right;
        margin-top: 45px;
        padding: 20px 40px;
    }

    .banner h2 {
        font-family: Microsoft YaHei;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 72px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: left;
    }

    .banner p {
        font-family: Microsoft YaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #ffffff;
        margin: auto;
        text-align: left;
        margin-bottom: 40px;
    }


.title {
    height: 80px;
    font-family: Microsoft YaHei;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}


.animalsBox {
    background: #F5F5F5;
    padding: 30px 0 70px;
}

.animalsUL li {
    float: left;
    width: 310px;
    height: 210px;
    margin: 10px;
    box-shadow: 0 0 10px #ddd;
    position: relative;
    background: #fff;
    transition: all 0.1s;
}

    .animalsUL li:hover {
        border-top: 4px solid #B29B52;
        box-shadow: 0 0 20px #ccc;
    }

.animalsUL .num {
    position: absolute;
    right: 25px;
    top: 30px;
    color: #f5f5f5;
    font-size: 50px;
}

.animalsUL .text {
    position: absolute;
    right: 25px;
    bottom: 32px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}


.maximg {
    width: 100%;
}



.SharingBox {
    padding: 40px 0;
}




.ProcessBox {
    height: 644px;
    background: url("https://static.allpcb.com/img/img//activity/animals/c7.webp") no-repeat center center;
    max-width: 1920px;
    margin: auto;
}




.ProcessUl {
    margin: 30px 0 40px;
}


    .ProcessUl li {
        float: left;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        background: #fff;
        width: 310px;
        height: 370px;
        padding: 66px 25px 0;
        font-size: 18px;
        margin-right: 20px;
        transition: all 0.1s;
    }

        .ProcessUl li:hover {
            margin-top: -2px;
        }

        .ProcessUl li:nth-of-type(1) {
            background: url("https://static.allpcb.com/img/img//activity/animals/b1.webp") no-repeat 95px 190px #fff;
        }

        .ProcessUl li:nth-of-type(2) {
            background: url("https://static.allpcb.com/img/img//activity/animals/b2.webp") no-repeat 95px 190px #fff;
        }

        .ProcessUl li:nth-of-type(3) {
            background: url("https://static.allpcb.com/img/img//activity/animals/b3.webp") no-repeat 95px 190px #fff;
        }

        .ProcessUl li:nth-of-type(4) {
            background: url("https://static.allpcb.com/img/img//activity/animals/b4.webp") no-repeat 95px 190px #fff;
        }

        .ProcessUl li:nth-of-type(4) {
            margin-right: 0;
        }

.sector {
    width: 77px;
    height: 70px;
    border-radius: 90px 0 0 0;
    background: #B29B52;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 0;
}

    .sector span {
        transform: rotate(180deg);
        color: #fff;
        font-size: 26px;
        display: block;
        line-height: 90px;
        text-indent: -10px;
        text-align: center;
    }

.ProcessUl li .collect {
    height: 26px;
    font-family: Microsoft YaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #b29b52;
    margin-bottom: 20px;
}

.Sharing p, .Channel p {
    font-size: 18px;
    line-height: 36px;
}

.ChannelBox {
    background-color: #fafafa;
    padding: 0px 0 50px;
}

.below {
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
}


    .below span {
        color: #b29b52;
    }

.Giveaway {
    padding: 30px 0;
}

.RedditBox {
    height: 261px;
    background: url("https://static.allpcb.com/img/img//activity/animals/c6.webp") no-repeat center center;
    max-width: 1920px;
    margin: auto;
    padding-top: 40px;
    font-size: 20px;
    color: #fff;
}

    .RedditBox .title {
        font-family: Microsoft YaHei;
        font-size: 30px;
        font-weight: normal;
        line-height: 40px;
        color: #b29b52;
        text-align: left;
    }


.PrizesBox {
    height: 437px;
    background: url("https://static.allpcb.com/img/img//activity/animals/c5.webp") no-repeat center center;
    max-width: 1920px;
    margin: auto;
    color: #fff;
}

    .PrizesBox ul {
        max-width: 500px;
    }

    .PrizesBox li {
        float: left;
        width: 101px;
        height: 56px;
        background: url("https://static.allpcb.com/img/img//activity/animals/del.webp") no-repeat center center;
        text-align: center;
        line-height: 56px;
        font-size: 20px;
        color: #fff;
        margin: 20px 20px 0 0;
    }


.pictureBox {
    background: #f5f5f5;
}

.pictureUL li {
    float: left;
    background: #fff;
    padding: 38px 40px;
    font-size: 18px;
    box-shadow: 0 0 10px #ddd;
    transition: all 0.1s;
}

    .pictureUL li:hover {
        margin-top: -2px;
        box-shadow: 0 0 20px #ccc;
    }

    .pictureUL li:nth-of-type(1) {
        width: 420px;
        height: 300px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .pictureUL li:nth-of-type(2) {
        width: 420px;
        height: 300px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .pictureUL li:nth-of-type(3) {
        width: 420px;
        height: 300px;
        margin-bottom: 20px;
    }

    .pictureUL li:nth-of-type(4) {
        width: 860px;
        height: 300px;
        margin-right: 20px;
    }

    .pictureUL li:nth-of-type(5) {
        width: 420px;
        height: 300px;
        background: #fff;
        padding: 0;
    }

    .pictureUL li .title {
        font-size: 20px;
        color: #B29B52;
        line-height: 50px;
        height: 60px;
        text-align: left;
        font-weight: bold;
    }

.bottom {
    height: 220px;
    background: url("https://static.allpcb.com/img/img//activity/animals/c6.webp") no-repeat center center;
    max-width: 1920px;
    margin: auto;
    text-align: left;
    color: #fff;
    font-size: 22px;
    padding-top: 35px;
}



    .bottom .title {
        font-family: Microsoft YaHei;
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        color: #b29b52;
        text-align: left;
    }


.titlemin {
    line-height: 80px;
    margin-top: 50px;
    font-weight: bold;
}

.titletext {
    font-size: 24px !important;
    color: #333333;
    margin-top: 70px;
    font-weight: bold;
}

.Guidelines {
    padding: 30px 0 40px;
}

.special p, .Information p {
    line-height: 42px;
    font-size: 18px;
}

.special span {
    font-size: 18px;
    color: #b29b52;
    display: inline-block;
    width: 130px;
    font-weight: bold;
}



.Information span {
    font-size: 18px;
    color: #b29b52;
    display: inline-block;
    width: 160px;
    font-weight: bold;
}

.leftspan, .rightspan {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #b29b52;
    border-radius: 50%;
    position: absolute;
}

.leftspan {
    left: 30px;
    top: 20px;
}

.rightspan {
    right: 30px;
    top: 20px;
}

.paizi p {
    position: relative;
    width: 355px;
    height: 56px;
    line-height: 56px;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 28px;
    text-align: center;
    color: #b29b52;
    margin-top: 25px;
    font-size: 30px;
}


.container {
    width: 1300px;
    padding: 0;
}

.animalsUL li:nth-of-type(4n+1) {
    margin-left: 0;
}

.animalsUL li:nth-of-type(4n) {
    margin-right: 0;
}

.col-lg-6 {
    width: 50%;
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
        padding: 0;
    }

    .animalsUL li:nth-of-type(4n+1) {
        margin-left: 0;
    }

    .animalsUL li:nth-of-type(4n) {
        margin-right: 0;
    }
}
