/* .box1 {
    width: 100%;
    height: 420px;
    background-color: #f5f5f5;
    position: absolute;
    z-index: 9;
} */

.banner {
    width: 100%;
    position: relative;
}

.bannerImg {
    width: 100%;
}

.bannerImg img {
    width: 100%;
    vertical-align: middle;
}


/* 内容区 */

.content {
    width: 100%;
    background-color: var(--base-bgcolor);
}

.container {
    width: 100%;
    background-color: var(--base-bgcolor);
    padding-bottom: 58px;
}


/* 精选商品 */

.FeaturedBox {
    width: 100%;
    background-color: #ffffff;
}

.box {
    width: var(--base-width);
    margin: 0 auto;
}

.Ftitle {
    margin-top: 65px;
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.leftBox span:nth-of-type(1) {
    font-size: 24px;
    color: #333333;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-style: italic;
}

.leftBox span:nth-of-type(2) {
    font-size: 24px;
    color: var(--base-color);
    letter-spacing: 0.1em;
    font-weight: bold;
    font-style: italic;
}

.leftBox span:nth-of-type(3) {
    font-size: 14px;
    color: #000000;
}

.rightBox span:first-child {
    font-size: 14px;
    color: #000000;
    margin-right: 8px;
}

.time {
    background-color: #4C4C4C;
    color: #ffffff;
    font-size: 18px;
    width: 35px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.maohao {
    font-size: 20px;
    color: #4C4C4C;
    font-weight: bold;
}

.FgoodsList {
    display: flex;
    padding: 61px 0 58px;
}

.Featured_Item {
    flex: 1;
    text-align: center;
    position: relative;
}

.SALE_img {
    position: absolute;
    top: -30px;
    right: 23px;
}

.OOS {
    cursor: not-allowed!important;
}


/* 自饮 */

.container .box_title {
    font-family: "Source Han Sans CN Light";
    font-size: 24px;
    color: #000000;
    padding: 45px 0 21px;
}

.drink_content {
    display: flex;
}

.drink_content .drink_left {
    width: 236px;
}

.drink_center {
    flex: 1;
    display: flex;
    padding: 0 7px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.drink_left>div:nth-of-type(1) {
    width: 100%;
    height: 486px;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 14px;
}

.drink_left>div:nth-of-type(1)>img {
    width: 100%;
}

.drink_left>.point_box {
    cursor: pointer;
    display: flex;
    align-items: center;
    /* width: 100%; */
    height: 153px;
    background-color: #ffffff;
    font-size: 14px;
    padding: 0 24px;
    justify-content: space-between;
    color: #000000;
}

.drink_left>.point_box p {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.drink_left>.point_box p:nth-of-type(1) {
    font-size: 18px;
    color: #000000;
    padding-bottom: 14px;
}

.drink_center_item {
    margin: 0 8px 14px;
    width: 31%;
    height: 320px;
    background-color: #fff;
    text-align: center;
}

.drink_center_item>img {
    width: 160px;
    margin-top: 24px;
}

.drink_left h6 {
    color: #000000;
    font-size: 18px;
    padding: 20px 0 29px 22px;
    font-family: "Source Han Sans CN Light";
}

.acticle_list {
    display: flex;
    flex-direction: column;
    padding: 0 22px;
}

.acticle_item {
    padding-bottom: 18px;
    height: 100px;
    box-sizing: border-box;
    overflow: hidden;
}

.acticle_item a:hover {
    color: var(--base-color);
}

.acticle_item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000000;
    padding-bottom: 14px;
}

.acticle_item img {
    width: 53px;
    height: 53px;
    float: left;
    margin-right: 12px;
}

.acticle_item span {
    width: 115px;
    font-size: 12px;
    line-height: 18px;
    font-family: "Source Han Sans CN Light";
    height: 53px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*显示几bai行*/
    overflow: hidden;
}


/* 企业资讯 */

.infoBox h6 {
    margin: 74px 0 20px;
}

.infoBox h6 span:nth-of-type(1) {
    font-size: 24px;
    padding-right: 6px;
    color: #000000;
    font-family: "Source Han Sans CN Light";
}

.line2 {
    width: 1px;
    height: 20px;
    display: inline-block;
    background-color: #888888;
    position: relative;
    top: 3px;
}

.infoBox h6 span:nth-of-type(2) {
    padding-left: 6px;
    opacity: 0.8;
    font-size: 14px;
    color: #000000;
}

.infoBox h6 a {
    float: right;
    padding-left: 6px;
    opacity: 0.8;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    position: relative;
    top: 7px;
}

.infoBox h6 a:hover {
    color: var(--base-color);
}

.info_list {
    display: flex;
    margin: 0 -7px;
}

.info_item {
    width: 296px;
    height: 285px;
    margin: 0 7px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    cursor: pointer;
}

.info_item:hover {
    box-shadow: 1px 2px 3px 0px rgba(154, 154, 154, 0.23);
}

.info_item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 50px;
}

.info_item:hover p {
    color: var(--base-color);
}

.info_item div {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 13px;
}

.info_item img {
    width: 100%;
}

.info_item span {
    font-size: 12px;
    /* opacity: 0.6; */
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 22px 20px 24px;
    box-sizing: border-box;
    display: block;
    font-family: "Source Han Sans CN Light";
}
