﻿
/* 文章内容页面海报分享下载-2023-07-13 */
.synthPage {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    padding: 12px 18px 5px 18px;
    box-sizing: border-box;
    display: none;
}

.synthPage.active {
    display: block;
    background: url('../image20/bg.png') repeat center / auto auto;
}

.synthPage .closeBtn {
    text-align: right;
    padding-bottom: 10px;
}

.synthPage .closeBtn i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../image20/guanbi.png') no-repeat center / 15px 15px;
    cursor: pointer;
}

#synthImg {
    display: none;
    border: 1px solid red;
}

#synthImg img {
    width: auto;
    max-width: 100%;
}

#synthWrap {
    width: 100%;
    padding: 20px 15px 10px 15px;
    height: auto;
    max-height: calc(100% - 40px);
    background: url('../image20/background.png') repeat center / 100% 100%;
    position: relative;
    box-sizing: border-box;
}

#synthWrap .paperContent {
    padding: 15px 20px 30px 20px;
    background: #fff;
    border-radius: 4px;
}

#synthWrap .head {
    font-size: 14px;
    color: #333333;
    background-color: #ededed;
    line-height: 30px;
    text-align: center;
    width: calc(100% + 30px);
    margin-left: -15px;
}

#synthWrap .title {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin: 10px auto;
    font-weight: 700;
}

#synthWrap img.synthPaper {
    width: auto;
    height: auto;
    max-width: 100%;
    /*max-height: calc(100vh - 450px);*/
    max-height:200px;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 4px 21px 3px rgba(195, 187, 187, 0.4);
    border-radius: 4px;
    border: 1px solid rgba(195, 187, 187, 0.3);
}

#synthWrap .text {
    font-size: 14px;
    text-indent: 2em;
    line-height: 22px;
    margin-top: 10px;
}

#synthWrap .imgBottom {
    width: 85%;
    height: 10px;
    background-color: rgba(244,244,244,1);
    box-shadow: 0px 4px 21px 3px rgba(195, 187, 187, 0.4);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 auto;
    border: 1px solid rgba(195, 187, 187, 0.2);
    border-top-color: transparent;
}

#synthWrap .footer {
    width: 100%;
    /* width:calc(100% - 30px); */
    height: 85px;
    padding: 15px 0px 5px 0px;
    box-sizing: border-box;
    font-size: 0;
    /* position: absolute;
    bottom: 0;
    left: 15px; */
}

#synthWrap .footer > div {
    vertical-align: middle;
    display: inline-block;
}

#synthWrap .footer .left {
    width: calc(70% - 10px);
    text-align:right;
}

#synthWrap .footer .left img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50px;
    display: inline;
}

#synthWrap .footer .center {
    font-size: 12px;
    line-height: 50px;
    color: #666666;
    text-align: left;
    width: calc(50% - 29px);
}

#synthWrap .footer .right {
    width: 64px;
    height: 64px;
    text-align: left;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding-left: 10px;
}

#synthWrap .footer .right img {
    width: 50px;
    height: 50px;
}

#synthWrap .footer .right#qrcode table {
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.45, 0.45);
    -moz-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    margin-top: -35px;
    margin-left: -35px;
}

#synthWrap .footer .right#qrcode canvas {
    border: 4px solid #fff;
}

#synthWrap .tips {
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
    color: #999;
}

.tipsBtn {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    /* background: url('../image20/saveBtn1.png') no-repeat center / 100px 40px; */
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-115%);
    border-radius: 15px;
}

/*海报分享保存图片提示位于底部*/
.saveTipsBtn {
    width: 80%;
    height: 30px;
    margin: 10px auto;
    background-color: #F05A59;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    font-size: 14px;
}

.synthmask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0,0,0,0.5);
}

.synthmask img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-115%);
}
/* 文章内容页面海报分享下载 2013-07-13*/