a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
}
svg{
    float: left;
    width: 0;
    height: 0;
    overflow: hidden;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    word-wrap: break-word;
    word-break: break-all;
}

.section {
    width: 100vw;
    height: 100vh !important;
    background: url(../image/sh-bg.png) no-repeat left top / 100% 100%;
    overflow: hidden;
    position: relative;
}
.fp-tableCell{
    width: 560px;
    margin: 0 auto;
}

.sh-title {
    font-size: 35px;
    color: #2a722a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sh-title span:last-child {
    margin-left: 15px;
}
.num-slide {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 80px;
    background: url(../image/num-slide.gif) no-repeat center center /100%;
}
.sh-author,
.sh-size,
.sh-site {
    color: #62541b;
    font-size: 23px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.sh-author span:last-child {
    margin-left: 15px;
}

.sh-img {
    width:300px;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 15px;
}

.sh-img img {
    max-width: 100%;
    max-height: 100%;
}

.viewer-title {
    display: none;
}

.viewer-toolbar>ul {
    margin-bottom: 35px;
}

.viewer-toolbar>ul>li {
    width: 35px;
    height:35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-count .jf-list-text{
    display: none;
}

.viewer-prev,
.viewer-large,
.viewer-next {
    display: none !important;
}

.viewer-backdrop {
    background-color: rgb(215, 215, 215);
}

/* 返回顶部 */
#toTop {
    width:45px;
    height: 45px;
    bottom: 56px;
    right: 20px;
    position: fixed;
    cursor: pointer;
    z-index: 999999;
}

#toTop img {
    max-width: 100%;
}
.photo-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    width: 48px;
    z-index: 999999999999;
    height: 48px;
    background: url(../image/reviewclose.png) no-repeat center center;
}
.images2-show{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}
.images2-show iframe{
    width: 100vw;
    height: 100vh;
    background: #000;
}
.images2-show.active{
    opacity: 1;
    background: #000;
    z-index: 9999999999;
}
.sh-phone{
    text-align: right;
    position: absolute;
    right: 0;
    color: #62541b;
    top: 15px;
    padding:0 20px;
    font-size: 26px;
}

.fp-tableCell{
    position: relative;
}
.sh-phone i{
    font-style: normal;
    font-weight: 400;
}


@media (max-width: 1024px) {
    body.active{
        overflow: hidden !important;
    }
    .mobile-tp-mask{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        z-index: 999999;
        transition: all 0.3s;
        transform: translateX(120%);
    }
    .mobile-count{
        position: absolute;
        bottom: 0;
        background: #f3ebdc;
        width: 100vw;
        padding-bottom: 1rem;
        transition: all 0.3s;
        z-index: 9999;
    }
    .mobile-count .jf-list-text{
        display: block;
    }
    
    .sh-phone{
        font-size: 0.25rem;
        padding: 0 0.3rem;
        margin-bottom: 0.2rem;
        right: 0;
        top: 0.2rem;
    }
    .fp-tableCell{
        /* padding-top: 0.5rem; */
    }
    .sh-phone i{
        font-size: 0.26rem;
    }
    .fp-tableCell{
        width: 100%;
        height: initial !important;
       
    }
    .sh-title {
        font-size: 0.5rem;
        color: #2a722a;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sh-title span:last-child {
        margin-left: 0.2rem;
    }
    
    .sh-author,
    .sh-size,
    .sh-site {
        color: #62541b;
        font-size: 0.32rem;
        margin-top: 0.1rem;
        display: flex;
        justify-content: center;
    }
    
    .sh-author span:last-child {
        margin-left: 0.2rem;
    }
    
    .sh-img {
        width: 5.8rem;
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 0.2rem;
    }
    
    .sh-img img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .viewer-title {
        display: none;
    }
    
    .viewer-toolbar>ul {
        margin-bottom: 0.5rem;
    }
    
    .viewer-toolbar>ul>li {
        width: 0.5rem;
        height: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .viewer-prev,
    .viewer-large,
    .viewer-next {
        display: none !important;
    }
    
    .viewer-backdrop {
        background-color: rgb(215, 215, 215);
    }
    #toTop {
        width: 0.65rem;
        height: 0.65rem;
        bottom: 2.5rem;
        right: 0.2rem;
        position: fixed;
        cursor: pointer;
        z-index: 999999;
    }
    
    #toTop img {
        max-width: 100%;
    }

    .num-slide{
        display: none;
        bottom: 0.2rem;
        width: 0.6rem;
        height: 0.7rem;
    }
}