:root{
    --minor_color_cer: rgba(210, 250, 250);
    --main_color_cer: #0078b5;
}
html{
	height: 100%;
    background: var(--minor_color_cer);
}
.body{
	height: 100%;
	margin: auto;
    /*padding: 20px;*/
    background: var(--minor_color_cer);
}
.main-content {
    width: 80%;
    margin: auto;
}
#coverdiv{
    z-index: 100;
    font-size: 18px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    background: #fff;
    padding-top: 25%;
    text-align: center;
}
#content{
	display: inline-block;
}
.btn-div{
	text-align: center;
	margin-top: 20px;
}
.layui-btn{
	background-color: var(--main_color);
}
.full-width{
	width: 100%;
    margin-bottom: -5.8rem;
}
.full-height{
	height: 100%;
}
.mob-footbar-btn {
    display: block;
    padding: 0;
    color: #fff;
    border-radius: 0;
}


/* 预览图 */
#modelview{
	position: relative;
    border: 1px solid #ccc;
}
#modelview img{
/* 	width: 100%; */
}
#modelview .text-div{
/* 	z-index: 1; */
/* 	display: none; */
	position: absolute;
/* 	user-select: none; */
	top: 0;
	white-space: pre;
}


.layui-layer-content{
	padding:2rem 1rem 1rem 1rem;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size:0.7rem;
    line-height:1;
}

.layui-form-item {
    margin-bottom: 15px;
    clear: both;
    *zoom: 1;
    font-size: 0.8rem;
}

.el-button {
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: var(--main_color);
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.el-button {
    min-width: 4rem;
    height: 1.8rem!important;
    line-height: 1.8rem!important;
    padding: 0 0.6rem!important;
    font-size: 0.8rem;
    border-radius: 0.2rem!important;
}

.el-button:focus, .el-button:hover {
	opacity: .8;
    background-color: var(--main_color);
    border-color: #66b1ff;
    color: #FFF;
}

.layui-form-label {
    width: 100px;
}

.input-suffix{
	padding-bottom: 1rem;
	text-align: start;
	font-size: 0.8rem;
}

.el-input{
	margin-top: 0.5rem;
}

.el-textarea{
	margin-top: 0.5rem;
}

.disabled-btn {
    background-color: var(--font_color);
}
.certificate-title {
    display: flex;
    font-size: 2rem;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-direction: column;
    color: var(--main_color_cer);
    font-family: 'SourceHanSansCNMedium';
}
.cerContent {
    position: relative;
    width: 60%;
    margin: auto;
    padding: 1rem 2.5rem 0.2rem 2.5rem;
}
.certificate-envelope {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.cer-content {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 1.25rem;
}
.open-cer-but {
    position: absolute;
    bottom: 20%;
    left: 34%;
    width: 30%;
    height: 6%;
    z-index: 3;
    color: #FFFFFF;
    font-size: 1.2rem;
    border-radius: 10px;
    background: #00bab4;
}
.layui-btn:hover {
    opacity: 1;
}

.public-content {
    padding: 0 15px;
    width: 60%;
    margin: auto;
    margin-top: 2rem;
}
.foot-btns {
    display: flex;
    width: 40%;
    font-size: 1.2rem;
    margin: 1rem auto;
    align-items: center;
    color: var(--main_color_cer);
    justify-content: space-around;
    font-family: 'SourceHanSansCNMedium';
}
.division {
    width: 1px;
    height: 0.9rem;
    background: var(--main_color_cer);
}

.save-content{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    height: 100%;
    overflow:auto;
    background-color: #505050ba;
}
.span-fa{
    cursor: pointer;
    position: absolute;
    top: 3.2rem;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
}
.save-pic {
    height: 100%;
}