.plate-itme-duo {
    width: 276px;
    height: 350px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 32px;
    padding-top: 72px;
    position: relative;
    cursor: pointer;
}
.plate-itme-duo img {
    width: 100%;
    height: 100%;
}
.plate-itme-duo  .img-icon {
    width: 78px;
    height: 78px;
    margin: auto;
    line-height: 1;
    font-size: 0;
}
.plate-itme-duo .name {
    color: #333333;
    font-size: 18px;
    margin-top: 39px;
    text-align: center;
}
.plate-itme-duo .tips {
    margin-top: 13px;
    color: #8E8E8E;
    font-size: 16px;
    text-align: center;
    padding:  0 29px;
}
.plate-itme-fugai {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(0);
    transition: all 0.2s;
}
.plate-itme-duo:hover .plate-itme-fugai {
    transform: scale(1);
}
.go-buy-btn {
    width: 150px;
    height: 40px;
    background: linear-gradient(90deg, #F26963 0%, #F04B44 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin: auto;
    border-radius: 20px;
    color: #fff;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.journal-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.journal-item {
    display: flex;
    padding-left: 81px;
    padding-right: 83px;
}
.journal-content {
    padding-left: 10px;
}
.journal-item-line {
    background-color: #CBCBCB;
    height: 30px;
    width: 1px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-swiper-button-prev {
    width: 18px;
    height: 32px;
    margin-right: 30px;
    cursor: pointer;
}
.my-swiper-button-next {
    width: 18px;
    height: 32px;
    margin-left: 30px;
    cursor: pointer;
}
.slides-li-01 {
    background: url("../images/banner01.png") no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.slides-li-02 {
    background: url("../images/banner02.png") no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.slides-li-03 {
    background: url("../images/banner03.png") no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.sales-type-item{
    border: 1px solid #DBDBDB;padding-bottom: 32px;text-align: center; border-radius: 10px;float: left;
    width: 276px;
    margin-right: 30px;
    overflow:hidden;
}
.sales-type-item-head {
    text-align: center;font-size: 26px;color: #3C3C3C;
    background: linear-gradient(90deg, #F26963 0%, #F04B44 100%);
    color: #fff;
    height: 70px;
    line-height: 70px;
}
.sales-type-item .pc-min {
    color: #757575;font-size: 20px;margin-top: 19px
}

.sales-type-item .sales-price {
    font-size: 16px;
}

.operate-content {
    width: 1200px;height: 500px;background-image: url('../images/homeIcon/36.png');background-size: 100%;position: relative;
}
.operate-item-01 {
    position: absolute;top: 118px;left: 250px;font-size: 16px;
}
.operate-item-02 {
    position: absolute;top: 243px;left: 250px;font-size: 16px;
}
.operate-item-03 {
    position: absolute;top: 365px;left: 250px;font-size: 16px;
}
.operate-item-04 {
    position: absolute;top: 118px;right: 240px;font-size: 16px;
}
.operate-item-05 {
    position: absolute;top: 243px;right: 240px;font-size: 16px;
}
.operate-item-06 {
    position: absolute;top: 365px;right: 190px;font-size: 16px;
}