html,body{
    margin: 0;
    padding: 0;
}
body{
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}
.wrapper.horizontal{
    width: 890px;
    height: 630px;
    padding: 45px 50px 25px 50px;
    box-sizing: border-box;
    background-color: #f2f3f5;
    position: relative;
    transform-origin: center;
}
.horizontal .subject-content{
    width: 700px;
    margin: 160px auto 0;
    line-height: 40px;
    font-family: '楷体', '楷体-简', '华文楷体';
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 8px;
    z-index: 9;
    position: relative;
}
.horizontal .subject-content .content{
    text-indent: calc(2em + 16px);
    text-align: justify;
}
#prize-winner{
    margin-bottom: 0;
}
.textIndent{
    text-indent: calc(2em + 16px);
}
.stamp{
    position: absolute;
    right: 100px;
    bottom: 105px;
    display: flex;
    justify-content: flex-end;
    z-index: 99;
}
.stamp .stamp-item{
    margin-left: 10px;
    font-size: 14px;
    font-family: '楷体', '楷体-简', '华文楷体';
    color: #4e4a4a;
    font-weight: bold;
    width: 150px;
    height: 125px;
    position: relative;
}
.stamp .stamp-item img{
    display: block;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    opacity: 0.80;
}
.stamp .stamp-item .name{
    text-align: center;
    position: absolute;
    left: 12px;
    width: 125px;
    bottom: 40px;
    z-index: 9;
}
.stamp.single .stamp-item .name{
    left: -37px;
    width: 220px;
}
.stamp.double .stamp-item .name{
    left: -6px;
    width: 160px;
}
.stamp.multiple .stamp-item .name{
    left: 0;
    width: 150px;
}

.corner{
    position: absolute;
    left: 100px;
    bottom: 60px;
    font-size: 12px;
    font-family: "宋体";
    font-weight: normal;
    line-height: 20px;
    z-index: 9;
}
#erwm{
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}
/* 竖版 */
.vertical{
    width: 630px;
    height: 890px;
    padding: 35px 60px 35px 60px;
    box-sizing: border-box;
    position: relative;
}
.vertical .subject-content{
    margin: 200px auto 0;
    width: 460px;
    line-height: 50px;
    font-family: '楷体', '楷体-简', '华文楷体';
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 8px;
    z-index: 9;
    position: relative;
}
.vertical .corner{
    bottom: 70px;
    left: 100px;
    z-index: 9;
}
.vertical .stamp{
    right: 80px;
    z-index: 99;
}
.vertical .date{
    width: 150px;
    right: 80px;
    text-align: center;
    bottom: 80px;
    z-index: 9;
}
#printerEle{
    margin-top: 30px;
}
#printerEle button{
    margin-left: 10px;
    padding: 8px 20px;
    font-size: 14px;
    border: 1px solid #003366;
    background: #003366;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* 毕业证书 */
.graduate{
    width: 850px;
    height: 580px;
    padding: 45px 50px 25px 50px;
    background-color: #f2f3f5;
    position: relative;
    display: flex;
    font-family: '楷体', '楷体-简', '华文楷体';
    font-size: 16px;
    color: #000000;
}
.graduate .pull-left,
.graduate .pull-right{
    width: 50%;
    position: relative;
}
.graduate span{
    font-weight: bold;
}
.pull-left .subject-title{
    font-size: 30px;
    text-align: center;
    margin: 30px 0 20px;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}
.pull-left .title{
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0.8em;
    text-align: center;
    text-indent: 0.8em;
}
.pull-left .profit{
    margin: 50px 0;
}
.pull-left .profit img{
    display: block;
    width: 120px;
    height: 180px;
    object-fit: cover;
    background: red;
    margin: 0 auto;
}
.pull-left .number,
.pull-left .register-number{
    font-size: 20px;
    line-height: 40px;
    margin-left: 40px;
}
.pull-right .main-content{
    font-size: 24px;
    margin-top: 20px;
    letter-spacing: 0.1em;
    padding: 20px;
    line-height: 40px;
}
.pull-right .main-content span,
.pull-right .time{
    padding: 0 10px;
}
.pull-right .sign,
.pull-right .school-name{
    font-size: 24px;
    line-height: 60px;
    margin-left: 40px;
    display: flex;
}
.pull-right .sign span,
.pull-right .school-name .bold{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.pull-right .time{
    margin-top: 30px;
    font-size: 22px;
    text-align: right;
    margin-right: 20px;
}
.pull-right .award img{
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.date{
    position: absolute;
    bottom: 85px;
    right: 100px;
    width: 150px;
    font-weight: bold;
    text-align: center;
    color: #4e4a4a;
    font-size: 14px;
}
.date.single{
    bottom: 120px;
}
.clone-hidden {
    position: absolute !important;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
    background-color: #ffffff;
}

