.mfooter {
    display: none;
}

/*album*/
.new-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.album-view,
.album-thumb,
.album-thumb-list {
    font-size: 0;
    white-space: nowrap;
}

.album-view-scale {
    width: 80%;
    overflow: hidden;
    background-color: #000;
}

.album-view-scale,
.album-btn-prev,
.album-btn-next,
.album-thumb-view,
.album-thumb-btn-prev,
.album-thumb-btn-next,
.album-thumb-item {
    display: inline-block;
    vertical-align: middle;
}

.album-btn-prev,
.album-btn-next {
    width: 10%;
    text-align: center;
}

.album-view-arrow {
    width: 30%;
    cursor: pointer;
}

.album-view-img {
    width: 100%;
    min-width: 120px;
    min-height: 90px;
    background: #fff url("https://tkww-static.tkww.hk/loading2.gif") no-repeat center;
    -webkit-background-size: 10% auto;
    background-size: 10% auto;
}

.album-view-txtbox {
    text-align: center;
    width: 90%;
    margin: 1em auto;
    font-size: 16px;
    white-space: normal;
}

.album-view-txt {
    text-align: justify;
    display: inline-block;
}

.album-thumb {
    padding: 2% 0;
    background: #fff;
    margin: 1% 0 0;
}

.album-thumb-view {
    overflow: hidden;
    width: 90%;
    position: relative;
}

.album-thumb-list {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position: relative;
}

.album-thumb-btn-prev,
.album-thumb-btn-next {
    width: 5%;
    text-align: center;
}

.album-thumb-view-arrow {
    width: 35%;
    cursor: pointer;
}

.album-thumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.album-thumb-item {
  width: 25%;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.album-thumb-item.active {
    border-color: #56271f;
}

.album-thumb-imgbox {
    position: relative;
}

.album-thumb-img {
    display: block;
    width: 100%;
    min-height: 60px;
    background-image: url("https://tkww-static.tkww.hk/loading2.gif");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    background-size: 100% auto;
}

.album-thumb-img.loaded {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}


/* 法理不容 */
.desc-list {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    box-shadow: 2px 2px 5px #d6d6d6;
}

.left-img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.img-wrap {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    /* border: 1px solid #4f688c; */
}

.name-style {
    font-size: 1.25rem;
    color: #e8641b;
    font-weight: bold;
    margin: 10px auto 10px;
    text-align: left;
}

.name-style label {
    font-size: 1rem;
    margin: 0;
}

.descp {
    font-size: 1rem;
    color: #333;
    line-height: 1.4;
}

.img-block {
    display: block;
    position: relative;
    width: 100%;
}

.img-block img {
    width: 100%;
}

.view-more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 30px;
    color: #fff;
    font-size: .75rem;
    background-color: rgba(0, 0, 0, .65);
}


@media(max-width:750px) {
    .mfooter {
        display: block;
    }
    .pfooter{
        display: none;
    }

    .new-container {
        margin: 0 10px;
    }

    .left-img {
        margin-right: 10px;
    }

    .img-wrap {
        width: 65px;
        height: 65px;
    }

    .name-style {
        font-size: 15px;
        margin: 0 auto 10px;
    }

    .name-style label {
        font-size: 13px;
        font-weight: normal;
    }

    .descp {
        font-size: 13px;
        line-height: 1.3;
    }

    .text-limit-3 {
        height: 54px;
    }

    .album-view-txtbox {
        font-size: 14px;
    }

    .view-more {
        padding: 5px;
        font-size: 10px;
        -webkit-text-size-adjust: none;
    }
}