.tea-title{
    height: 25px;
    border-left: 5px solid #3282cc;
    font-size: 24px;
    line-height: 25px;
    margin: 25px 0;
    padding-left: 25px;
    font-weight: bold;
}
.tea-top{
    overflow: hidden;
    padding: 0 10px;
    height: 400px;
}
.tea-top img{
    width: 250px;
    height: 350px;
    padding: 0 20px;
}
.tea-content img{
 width: 100%;
}
.tea-top-right{
    width: 60%;
    overflow: hidden;
    color: #323232;
}
.tea-name{
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    margin:0;
    width: 100%;
    overflow: hidden;
}
.tea-top-right p{
    line-height: 30px;
    font-size: 16px;
}
.tea-content{
    overflow: hidden;
    min-height: 400px;
    padding: 0 10px;
}
.m-tea-top{
    display: none;
}
@media screen and (max-width: 414px){
    .banner{
        display: none;
    }
    .share{
        display: none;
    }
    .tea-top{
        height: auto;
    }
    .tea-top img{
        display: none;
    }
    .tea-top-right{
        width: 100%;
    }

    .m-tea-top{
        width: 100%;
        overflow: hidden;
        position: relative;
        top:50px;
        display: block;
    }
    .m-tea-top img{
        width: 100%;
        overflow: hidden;
    }
    .m-tea-top h5{
        margin: 0;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    .m-tea-top p{
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        padding-bottom: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .m-tea-show{
        width: calc(100% - 30px);
        position: absolute;
        bottom: 0;
        color: #fff;
        padding: 0 15px;
    }
    .sub-box-left{
        margin-top: 50px;
    }
}