/* commonTop */

.swiper-pagination-bullet {
    height: 0.16rem;
    width: 0.16rem;
    background: #615039;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: white;
}

.slider1 {
    height: 4.6rem;
    width: 100%;
}

.commonTitle {
    margin-top: 0.69rem;
    text-align: center;
    border-bottom: 1px solid #301315;
    padding: 0 0.2rem;
}

.foolish>span {
    top: 50%;
    left: 50%;
    color: #301315;
    transform: translate(-50%, -50%);
}

.foolish>img {
    height: 0.4rem;
    width: 1.79rem;
}

.commonTitle>div:first-child {
    font-size: 0.34rem;
    color: #301315;
    font-weight: 600;
    line-height: 0.34rem;
}

.commonTitle>div:nth-child(3) {
    color: #c19f81;
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-bottom: 0.49rem;
}

.commonTitle>div:last-child {
    padding: 0 0.2rem;
    justify-content: space-evenly;
}

.commonTitle>div:last-child>a {
    display: block;
    width: 1.6rem;
    height: 0.64rem;
    background-color: #dcd5d2;
    font-size: 0.28rem;
    color: #301315;
    line-height: 0.64rem;
    text-align: center;
    border-radius: 0.05rem;
    margin-bottom: 0.24rem;
    background-size: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
}

.active {
    background-color: #301315!important;
    color: #e1bf93!important;
}