body,
p,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
td,
input,
select,
textarea,
figure {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑", Arial;
    background: #fff;
    position: relative;
    /* -webkit-text-size-adjust: 100% !important; */
}

html,
body {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

/* 遮罩 */
.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
    display: none;
}

.mask.active {
    display: block;
}

/* 下载页面 */
.synthPage {
    width: 337px;
    /* height:100%; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* bottom: 0; */
    z-index: 9999;
    /* padding: 0 18px 18px 18px; */
    box-sizing: border-box;
    display: none;
}

.synthPage.active {
    display: block;
    /* background: url('../images/bg.png') repeat center / auto auto; */
}

.synthPage .closeBtn {
    text-align: right;
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
}

.synthPage .closeBtn i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../image/guanbi.png') no-repeat center / 15px 15px;
    cursor: pointer;
}

#synthImg {
    display: none;
    /* border: 1px solid red; */
    overflow: hidden;
}

#synthImg img {
    width: 337px;
    max-width: 100%;
    float: left;
}

#synthWrap {
    width: 337px;
    padding: 40px 15px 40px 15px;
    height: auto;
    min-height: 500px;
    max-height: calc(100% - 40px);
    /* background: url('../images/background.png') repeat center / 100% 100%; */
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

#synthWrap .paperContent {
    /* padding: 15px 20px 30px 20px; */
    background: #fff;
    /* border-radius: 4px; */
    /* box-shadow: 0px 3px 4px 1px rgba(52,52,52,0.2); */
    padding-bottom: 12px;
    border-radius: 8px;
    background: url('../image/bg.png') no-repeat left top;
    background-size: 100% 100%;
    padding: 0 4px 12px 3px;
}

#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 {
    text-align: center;
    font-size: 20px;
    font-family: FZLANTY_ZHONGCUJW--GB1-0, FZLANTY_ZHONGCUJW--GB1;
    font-weight: normal;
    color: #EB8500;
    line-height: 28px;
    letter-spacing: 2px;
    padding: 20px 20px 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#synthWrap .introduction {
    font-size: 14px;
    font-family: FZBIAOYSJW--GB1-0, FZBIAOYSJW--GB1;
    font-weight: normal;
    color: #777;
    line-height: 20px;
    /* letter-spacing: 10px; */
    text-align: center;
    margin: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#synthWrap .introduction .dot{
    width: 3px;
    height: 3px;
    background: #A0A1A0;
    margin:0 7px;
    border-radius: 50%;
    align-items: center;
}
#synthWrap .logo {
    width: 128px;
    height: auto;
}

#synthWrap .line {
    width: 10px;
    height: 20px;
    border-right: 1px solid #D8AA51;
    margin-right: 10px;
}

#synthWrap img.synthPaper {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100% - 100px);
    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 {
    /* padding: 20px 18px; */
    margin-top: 10px;
    max-height: 60px;
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    padding: 0 14px;
}
#synthWrap .content {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    padding: 0 14px;
    margin-top: 20px;
    text-indent:2em;
    text-align: left;
    max-height: 100px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
}
#synthWrap .bigtext {
    /* padding: 20px 18px; */
    max-height: 90px;
    margin-top: 10px;
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    padding: 0 14px;
}

#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 10px 5px 10px;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-width: auto;
    /* position: absolute;
    bottom: 0;
    left: 15px; */
    background: #FFFFFF !important;
    margin-top:30px;
}


#synthWrap .footer>div {
    vertical-align: middle;
    display: inline-block;
}

#synthWrap .footer .left {
    width: calc(68% - 10px);
    /* text-align: right; */
    /* padding-left: 10px; */
    /* margin-top: 20px; */
}

#synthWrap .footer .left .channel {
    font-size: 15px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #444444;
    line-height: 21px;
    /* letter-spacing: 1px */
    text-align: right;
    margin: 6px 0 2px 0;
}

#synthWrap .footer .left .prompt {
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #A2A2A2;
    line-height: 17px;
    /* letter-spacing: 4px; */
    text-align: right;
}

#synthWrap .footer .right {
    display: flex;
    align-items: center;
    padding-right: 10px;
}


#synthWrap .footer .right .logo {
    width: 80px;
    height: 80px;
    display: inline;
    /* padding-right: 10px; */
    object-fit: contain;
}

#synthWrap .footer .left #codeImg {
    width: 50px;
    height: 50px;
    display: inline;
    /* padding-right: 10px; */
    margin-left: 30px;
    object-fit: contain;
}

#synthWrap .footer .center {
    font-size: 12px;
    line-height: 50px;
    color: #666666;
    text-align: left;
    width: calc(50% - 29px);
}

#synthWrap .footer .qr {
    width: 64px;
    height: 64px;
    text-align: left;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding-left: 15px;
    /* display: inline-block; */
    display: none;
}

#synthWrap .footer .qr img {
    width: 50px;
    height: 50px;
}

#synthWrap .footer .qr#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: -30px;
    margin-left: -45px;
}

#synthWrap .footer .qr#qrcode canvas {
    border: 4px solid #fff;
}

#synthWrap .tips {
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
    color: #999;
}

.tipsBtn {
    display: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    /* background: url('../images/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;
}

.tipsBtn1 {
    display: block;
    width: 320px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    /* background: url(../images/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: 30px;
}

.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%);
    width: auto !important;
    height: auto !important;
}

.smalllogo {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #fff;
    line-height: 64px;
}