a {
    color: #fff;
    text-decoration: none;
}

html,
body {
    box-sizing: border-box;
    font-size: 12px;
    overflow: hidden;
}

html *,
html *:before,
html *:after {
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #fff url(https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20230810/905f32760b11216901fe393bad95fa99.jpg) no-repeat 50% 50%;/*https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20230707/22ab90ed852baa473bb2db0165dbf762.jpg  https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20230725/c3ff7d862dc110e505a39f2a42947bbc.jpg  https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20230809/8292a01f9081a7a826586cd28de01af9.jpg  https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20230809/8f6ae1dcddf1e4994811bc087dd2b6fb.jpg  https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20230809/3c6a5830c5d07fc206918635b463baac.jpg  https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20230809/9345b70cff8e5b4ebfb0db53d45abce9.jpg*/
    background-size: cover;
}

.tea {
    position: absolute;
    left: 0;
    top: 130px;
    width: 866px;
    height: 417px;
    background: url(tea.png) no-repeat 0 0;
    z-index: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 200px 0 0 0;
}

.card {
    margin: 0 130px;
}

/*.card:hover .card__caption {
    top: 50%;
    transform: translateY(-50%);
}*/

.card:hover .card__image {
    transform: translateY(-15px);
}

.card:hover .card__thumb::after {
    top: 0;
}

.card:hover .card__snippet {
    margin: 20px 0;
}

.card__thumb {
    position: relative;
    max-height: 500px;
}

@media (min-width:1024px) {
    .card__thumb::after {
        top: calc(100% - 140px);
    }
}

.card__image {
    transition: .5s ease-in-out;
}

.card__caption {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 0 20px;
    color: white;
    transform: translateY(-50%);
    text-align: center;
    transition: .3s;
}

@media (min-width:1024px) {
    .card__caption {
        top: calc(100%);/* - 110px*/
        transform: unset;
    }
}

.card__title {
    display: -webkit-box;
    max-height: 85px;
    overflow: hidden;
    /* font-family: 'Playfair Display', serif; */
    font-size: 23px;
    line-height: 28px;
    text-shadow: 0px 1px 5px black;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card__title span {
    font-weight: bold;
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.card__snippet {
    display: -webkit-box;
    max-height: 150px;
    margin: 20px 0;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    transition: .5s ease-in-out;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (min-width:1024px) {
    .card__snippet {
        margin: 60px 0;
    }
}

.card__button {
    display: inline-block;
    padding: 5px;
    color: white;
    border: 1px solid white;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}

.card__button:hover {
    color: black;
    background-color: white;
}

.logo {
    position: absolute;
    left: 50px;
    top: 30px;
}

.curlogo {
    position: absolute;
    left: 50%;
    top: 80px;
    margin: 0 0 0 -600px;
    width: 1200px;
    height: 171px;
    z-index: 100;
}

.logo_txt201{
    background: url(https://ctma.oss-cn-beijing.aliyuncs.com/uploads/20230725/3adedd94a97acfca449b4d99ba88c8cb.png) no-repeat 50% 50%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.foot {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}