.fixed-shady {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.60);
    cursor: pointer;
    display: none;
    z-index: 5;
}

.tea-details {
    width: 400px;
    height: 330px;
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -165px;
    z-index: 30;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    display: none;
    z-index: 6;
}

.min-cart {
    width: 100%;
    height: 100%;
    padding: 40px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
}

.min-top {
    width: 100%;
    height: auto;
}

.min-img {
    float: left;
    width: 120px;
    height: 160px;
    margin-top: -84px;
}

.min-img img {
    width: 120px;
    height: 160px;
}

.minBot {
    float: left;
    height: auto;
    margin-left: 30px;
}

.minname {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333333;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.minschool {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    height: 36px;
    line-height: 36px;
    background: url(//image.zhihuishu.com/zhs/ablecommons/demo/201809/1403a009dc6f4d37ad93474b72b76fcc.png) no-repeat left bottom;
    background-size: 30px 2px;
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.minintro {
    width: 320px;
    height: 144px;
    position: absolute;
    bottom: 40px;
    overflow-y: auto;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.4px;
    text-align: justify;
    line-height: 24px;
    text-indent: 2em;
    word-wrap：break-word;
}
.close{
    position: absolute;
    z-index: 31;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    background: url(//image.zhihuishu.com/zhs/ablecommons/demo/201809/529490a90ad44f84b4f02718c1644f7e.png) no-repeat center center;
    background-size: 13px;
    cursor: pointer;
}
