/* 首页 轮播图 */
.index-swiper {
    position: relative;
    height: inherit;
}

.index-swiper_bg {
    /* width: 1349px; */
    height: 950px;
    cursor: default;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    margin: 0px auto;
    /* position: relative; */
    position: absolute;
    z-index: -1;
    background-size: cover;
    /* background-image: url(../src/img/20211129154139.jpg); */
}

.swiper-box {
    width: 1200px;
    height: inherit;
    /* margin: 0 auto; */
    position: absolute;
}

.swiper {
    /* margin-left: -600px; */
    position: absolute;
    top: 120px;
    left: 148px;
    width: 739px;
    height: 716px;
}

.swiper img {
    border-radius: 10px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0px !important;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 17px !important;
    left: auto;
}

/*  */
.index-4 {
    margin-top: 144px;
    margin-bottom: 133px;
    /* background-color: pink; */

    display: flex;
    justify-content: space-around;
    align-items: center;
}

.index-4-item {
    /* width: 250px; */
    width: 275px;
    /* min-width: 250px; */
    /* height: 500px; */
    height: 400px;
    border-radius: 10px;
    /* border: 1px solid red; */
    /* background-image: url(../src/img/index-4/AD0I2uqCDRAEGAAg9sPWhQYo04Kt0gcw_gE49AM.png); */

    position: relative;
    overflow: hidden;
    transition: all 1s linear 0s;
}

.index-4-item:nth-child(2) {
    /* background-image: url(../src/img/index-4/AD0I2uqCDRAEGAAgjsfWhQYosJmLVDD6ATj0Aw.png); */
}

.index-4-item:nth-child(3) {
    /* background-image: url(../src/img/index-4/AD0I2uqCDRAEGAAglcfWhQYouK6vpwMw_gE49AM.png); */
}

.index-4-item:nth-child(4) {
    /* background-image: url(../src/img/index-4/AD0I2uqCDRAEGAAgmsfWhQYo8J6_wgQw_gE49AM.png); */
}

.index-4-item:hover {
    /* background-size: 120%; */
    /* transform: scale(1.5, 1.5); */
    box-shadow: 1px 8px 10px 4px grey;
    transform: translateY(-20px);
}

.item_bg {
    overflow: hidden;

    /* 2021-12-07 */
    height: 100%;
}

.item_bg img {
    width: 100%;
    height: 100%;
    transition: all 2s ease-in-out 0s;
}

.item_bg img:hover {
    transform: scale(1.5, 1.5);
}

.item_box {
    background-color: #fff;
    border-radius: 8px;
    width: 186px;
    height: 118px;
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: 100px;
    color: #222;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.item_box .item_box_t {
    /* color: rgb(102, 102, 102); */
    font-size: 24px;
}

.item_box .item_box_m {
    width: 36px;
    height: 3px;
    background-color: #c97e0f;
}

.item_box .item_box_b {
    color: rgb(153, 153, 153);
    font-size: 14px;
}

/* "包配送到家" */
.index-desc {
    /* background-color: #3f8c83; */
    /* width: 100%; */
    height: 820px;
    position: relative;
    overflow: hidden;
    zoom: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-desc .index-desc_bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-desc .index-desc-con {
    /* background-color: pink; */
    width: 1200px;
    height: 590px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

    display: flex;
    align-items: center;
}

.index-desc .index-desc-con .index-desc-con_left {
    box-shadow: 16px 18px 27px -8px grey;
    background-color: #fff;
    width: 770px;
    height: inherit;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.index-desc .index-desc-con .index-desc-con_left img {
    border-radius: 10px;
    width: 100%;
}

.index-desc .index-desc-con .index-desc-con_right {
    width: 430px;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */
    padding-left: 120px;
}

._right_list {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

._right_list_txt {
    padding-left: 20px;
}

._right_list_txt div:first-child {
    color: rgb(51, 51, 51);
    padding-bottom: 5px;
}

._right_list_txt div:last-child {
    color: rgb(153, 153, 153);
    padding-top: 5px;
}

/* 跳转至产品展示 */
.index-show {
    padding-top: 120px;
    /* padding-bottom: 120px; */
    padding-bottom: 20px;
}

/* 跳转至产品展示__头 */
.index-show_t {
    /* padding-bottom: 80px; */
    width: 100%;
    display: flex;
}

.index-show_t .show_t_left {
    /* background-color: green; */
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-show_t .show_t_left .show_t_left_title {
    position: relative;
    /* max-width: 450px;
    text-align: center; */
}

.index-show_t .show_t_left .show_t_left_title img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    /* width: 100%; */
}

.index-show_t .show_t_left .show_t_left_info {
    line-height: 48px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.index-show_t .show_t_left .show_t_left_btn {
    width: 160px;
    height: 60px;
    border: 1px solid#999;
    border-radius: 8px;

    text-align: center;
    /* line-height: 60px; */
}

.index-show_t .show_t_left .show_t_left_btn a {
    color: #999;
}

.index-show_t .show_t_left .show_t_left_btn:hover {
    cursor: pointer;
    color: #fff;
    /* background-color: #02b2b5; */
    /* background: -webkit-linear-gradient(right, #02b2b5, rgba(128, 216, 218, 1.0)); */
    /* background: -ms-linear-gradient(right, #02b2b5, rgba(128, 216, 218, 1.0)); */
    background: linear-gradient(to right, #02b2b5, #02b2b5);
    border: none;
    transition: all .3s
}

.index-show_t .show_t_left .show_t_left_btn:hover a {
    color: #fff;
}

.index-show_t .show_t_right {
    /* background-color: pink; */
    width: 35%;
}

.index-show_t .show_t_right .show_t_right_img {
    padding-left: 40px;
}
.index-show_t .show_t_right .show_t_right_img img{
    /* box-shadow: 1px 1px 10px 10px #e1e1e1; */
    /* border-radius: 6px; */
}

/* 跳转至产品展示__底 */
.index-show_b {
    display: flex;
    justify-content: space-between;
    align-items: center;

    display: none;
}

.index-show_b .show_b_item {}

.index-show_b .show_b_item .show_b_item_top {
    display: flex;
    align-items: baseline;
}

.index-show_b .show_b_item .show_b_item_top div:last-child {
    padding-left: 5px;
}

.index-show_b .show_b_item .show_b_item_bottom {
    padding-top: 10px;
    text-align: center;
}

/* "自由裁剪" */
.index-free {
    position: relative;
    /* height: 1704px; */
    box-sizing: border-box;
}

.index-free .index-free_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* box1 */
.index-free .box {
    /* background-color: pink; */
    padding-top: 140px;
    padding-bottom: 120px;

    display: flex;
    align-items: center;
}

.index-free .box .box-item1-left {
    width: -webkit-fill-available;
    width: calc(100% - 682px);
    background: #fff;
    height:536px;

    /* padding-top: 120px; */
    /* background-color: red; */
}

.index-free .box .box-item1-left .box-item1-left-top {
    position: relative;
    height: 232px;
    /* overflow: hidden; */

    /* background-color: goldenrod; */
}

.index-free .box .box-item1-left .box-item1-left-top img {
    position: absolute;
}

.index-free .box .box-item1-left .box-item1-left-top div {
    position: absolute;
    top: 62%;
    left: -10px;
}

.index-free .box .box-item1-left .box-item1-left-middle {
    padding-top: 20px;
    padding-bottom: 20px;

    width: 100%;
}
.index-free .box .box-item1-left .box-item1-left-middle img{
    /* width: 100%; */
    width: 386px;
    max-width: 100%;
}

.index-free .box .box-item1-left .box-item1-left-bottom {
    line-height: 2.75;
}

.index-free .box .box-item1-right {
    width: 682px;
    /* height: 880px; */
    position: relative;
}

.index-free .box .box-item1-right img:first-child {
    width: 682px;
    /* height: 880px; */
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;

    display: none;
}
/* "新的" 新闻存放 */
.index-free .box .box-item1-right .new-news{
    width: 100%;
    /* max-height: 880px; */
    max-height: 536px;
    overflow-y: scroll;
}
.new-news .index-tips-con{
    flex-direction: column;
}
.new-news .index-tips-con .index-tips-con-item{
    margin-bottom: 50px;
    width: 100% !important;
}
.new-news .index-tips-con .index-tips-con-item .tips-con-item-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.index-free .box .box-item1-right .free-box-item1-bg2 {
    /* width: 611px; */
    width: 90%;
    /* height: 745px; */
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.index-free .box .box-item1-right .right-bottom {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

/* box2 */
.index-free .box2 {
    display: flex;
    align-items: center;
}

.index-free .box2 .box2-item2 {
    /* background-color: royalblue; */
    /* border-left: 1px solid red; */
    width: 50%;
    height: 486px;

    position: relative;
}

.index-free .box2 .box2-item2 .box2-item2-bg {
    width: 100%;
    height: 486px;
    position: absolute;
    /* z-index: -1; */
}

.index-free .box2 .box2-item2 .box2-item2-bg2 {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-free .box2 .box2-item2 div {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

/* 提示信息 */
.index-tips {
    background-color: #fff;
    /* padding-top: 64px; */
    /* padding-bottom: 64px; */
}

.index-tips .index-tips-con {
    padding: 40px 10px 5px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;

}

.index-tips .index-tips-con .index-tips-con-item {
    padding: 10px;
    width: 50%;
    margin-bottom: 50px;
}

.index-tips .index-tips-con .index-tips-con-item .tips-con-item-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index-tips .index-tips-con .index-tips-con-item .tips-con-item-top a:hover {
    cursor: pointer;
    color: #0ecfb9;
}

.tips-con-item-title {
    width: 80%;
}

.tips-con-item-tim {
    width: 20%;
}
