@charset "utf-8";
#main {
    position: relative;
    margin-top: -4.5rem;
    background: url(../images/main-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 1.15rem;
    z-index: 9;
}

.sect1 {
    position: relative;
    border-bottom: 0.05rem solid #9B050D;
    padding: 0.4rem 0.15rem 0.4rem 2.6rem;
    background: #fff;
    line-height: 0.7rem;
}

.sect1::after {
    content: "";
    position: absolute;
    left: 0;
    top: -.557rem;
    background: url(../images/hot-nr.png) no-repeat center center;
    background-size: 2.2rem auto;
    width: 2.7rem;
    height: 2.28rem;
}

.sect1 h2 {
    font-size: 0.4rem;
    color: #953F3F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2 a {
    display: block;
}

.sect2 a .pic {
    padding-top: 56.333%;
}

.sect2 a .text {
    padding: 0.19rem 1.8rem;
    background: #FFF1E8;
}

.sect2 a .text p {
    font-size: 0.35rem;
    font-weight: bold;
    line-height: 0.5rem;
    height: 1rem;
    color: #242424;
    overflow: hidden;
}

.sect2 .slick-prev {
    top: auto;
    transform: none;
    bottom: 0;
    width: 0.88rem;
    height: 1.38rem;
    border-radius: 0rem 0.44rem 0.44rem 0rem;
    background: #AA2525 url(../images/sect1-l.png) no-repeat center center;
    background-size: .33rem auto;
}

.sect2 .slick-next {
    top: auto;
    transform: none;
    bottom: 0;
    width: 0.88rem;
    height: 1.38rem;
    border-radius: 0.44rem 0 0 0.44rem;
    background: #FFB800 url(../images/sect1-r.png) no-repeat center center;
    background-size: .33rem auto;
}

.sect3 ul {
    margin-top: .4rem;
    overflow: hidden;
}

.sect3 ul li {
    float: left;
    width: 22%;
    margin-top: 0.48rem;
    margin-left: 4%;
    border-radius: 0.34rem;
    overflow: hidden;
}

.sect3 ul li:nth-child(4n-3) {
    margin-left: 0;
}

.sect3 ul li a {
    position: relative;
    display: block;
}

.sect3 ul li a .pic {
    border-radius: 0.34rem;
    padding-top: 100%;
    overflow: hidden;
}

.sect3 ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0.6rem;
    font-size: .4rem;
    color: #fff;
    text-shadow: 1px 4px 1px #539540;
    font-weight: bold;
}

.sect4 {
    padding-top: 0.75rem;
}

.sect4 .tit a {
    display: block;
}

.sect4 .tit a img {
    display: block;
    width: 100%;
}

.sect4 ul {
    overflow: hidden;
}

.sect4 ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-top: 0.5rem;
}

.sect4 ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sect4 ul li a {
    display: block;
}

.sect4 ul li a .pic {
    padding-top: 45.7%;
    border-radius: 0.4rem;
}

@media screen and (max-width: 1000px) {
    .sect1 {
        padding-left: 2.5rem;
    }
    .sect2 a .text {
        padding: .19rem 1.5rem;
    }
    .sect3 ul li a p {
        bottom: 0.4rem;
        font-size: .3rem;
    }
    .sect3 ul li {
        width: 24%;
        margin-left: 1.333%;
    }
}

@media screen and (max-width: 700px) {
    #main {
        margin-top: -2rem;
    }
    .sect1::after {
        width: 1rem;
        background-size: .8rem auto;
        height: 1rem;
        top: -.3rem;
    }
    .sect1 {
        padding: .3rem .15rem;
        padding-left: 1rem;
        line-height: .3rem;
    }
    .sect1 h2 {
        font-size: .24rem;
    }
    .sect2 .slick-prev,
    .sect2 .slick-next {
        width: .4rem;
        height: 1rem;
        background-size: .2rem auto;
    }
    .sect2 .slick-prev {
        border-radius: 0rem 0.2rem 0.2rem 0rem;
    }
    .sect2 .slick-next {
        border-radius: 0.2rem 0 0 0.2rem;
    }
    .sect2 a .text p {
        font-size: .24rem;
        line-height: .3rem;
        height: .6rem;
    }
    .sect2 a .text {
        padding: .19rem .5rem;
    }
    .sect3 ul li {
        margin-top: .15rem;
    }
    .sect3 ul {
        margin-top: 0;
    }
    .sect3 ul li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
    }
    .sect3 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .sect4 {
        padding-top: .15rem;
    }
    .sect4 ul li {
        margin-top: .15rem;
    }
    #main {
        padding-bottom: .15rem;
    }
    .sect4 ul li a .pic {
        border-radius: .2rem;
    }
}