* {
    padding: 0;
    margin: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.5;
}


/* 清除li前面的圆点 */
li {
    list-style-type: none;
}


.container {
    padding-top: 120px;
    background: url("../images/background.png") no-repeat;
    background-size: 100% 530px;
    position: relative;
    display: flex;
    
}
/* 改动了 */
.center-left{
    width: 180px;
    position: relative;
    height: 100px;
}

.showImg {
    /* margin-top: 66px; */
    position: relative;
    width: 100%;
    height: 310px;
    /* margin: 100px auto; */
    overflow: hidden;

    border-radius: 20px;
    margin-bottom: 37px;
    /* padding-bottom: 68px; */
}

.swiper-container {
    height: 310px;
}

.swiper-button-next {
    /*先将原始箭头的颜色设置为透明的  然后设置一个背景图片  达到修改按钮样式的目的*/
    right: 0;
    left: auto;

    width: 34px;
    height: 58px;
    background:url("../images/left-arr.png") center center no-repeat;
    
    border-radius: 8px 0px 0px 8px;
    /* opacity: 0.4; */
    background-color: rgba(0, 0, 0, 0.27);
    border: 1px solid #FFFFFF;


}

.swiper-button-prev {
    left: 0;
    right: auto;
    /* color: rgba(0, 0, 0, 0) !important; */
    width: 34px;
    height: 58px;
    
    background:url("../images/right-arr.png") center center no-repeat;
    border-radius: 0px 8px 8px 0px;
    /* opacity: 0.4; */
    background-color: rgba(0, 0, 0, 0.27);
    border: 1px solid #FFFFFF;

    
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: none;
}
.swiper-slide {
    position: relative;
}

.swiper-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    font-size: 28px;
    height: 100%;
    width: 100%;
    padding-top: 230px;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 28px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.02) 63%, rgba(0, 0, 0, 0.32) 80%, rgba(0, 0, 0, 0.63) 100%);
}


/* 轮播图片 */
.showImg img {
    width: 100%;
    height: 100%;
}

/* 箭头图标 */
.iconDiv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #666;
    border-radius: 15px;
    background-color: rgba(125, 125, 125, 0.2);
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}

.iconDiv:hover {
    background-color: white;
}

.icon-left {
    left: 10px;
}

.icon-right {
    right: 10px;
}

/* 控制圆点 */
.banner-circle {
    position: absolute;
    bottom: 77px;
    left: -50%;
    /* transform: translate(0%,-50%); */
    width: 100%;
    z-index: 99;
    height: 20px;
}

.banner-circle ul {
    margin: 0 50px;
    height: 100%;
    text-align: right;
}

.banner-circle ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 7px;
    /* background-color: rgba(125, 125, 125, 0.8); */
    cursor: pointer;
}

.banner-circle img {
    width: 13px;
    height: 13px;
}



/* 顶部的样式end */
.content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* margin-top: 140px; */
    position: relative;

}

.fall {
    width: 840px;
}

.fall-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 19px;
    font-weight: 600;
}

.fall-list {
    /* display: flex; */
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    width: 840px;
    /* justify-content: space-around; */
    /* height: 1500px; */
}

.fall-item {
    width: 265px;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 15px;
    border: 1px solid #ffecef;
    height: auto;
}
/* 改动 */

.fall-item1 {
    box-shadow: 0px 6px 16px 0px rgba(255, 30, 62, 0.1);
    /* margin-bottom: 15px; */
    border: 1px solid #FFD7DD;
    /* transform:translate(0,-10px); */
}

.fall-img {
    width: 265px;
    border-radius: 16px 16px 0px 0px;
    /* height: auto; */
}

.fall-text {

    font-size: 16px;
    color: #333333;
    padding: 10px 15px 0px 19px;



}

.fall-bottom {
    display: flex;
    align-items: center;
    padding: 0px 15px 0px 19px;
    font-size: 12px;
    color: #999999;
    margin-top: 24px;
    padding-bottom: 18px;
    justify-content: space-between;
}

.fall-box {
    display: flex;
    align-items: center;
}

.fall-name {
    margin-right: 15px;
}

.fall-date {
    /* margin-right: 80px; */
}

.fall-browse {
    display: flex;
    align-items: center;
}

.popular {
    width: 330px;
    padding: 0px 37px 32px 17px;
    box-sizing: border-box;
    display: inline-block;
    background: #ffffff;
    border-radius: 16px;
}

.grid-item {
    margin-right: 5px;
}

.more {
    text-align: center;
    padding: 20px;
    width: 100%;
    font-size: 16px;
    color: #333333;
}