#signContainer {
    width:100%;
    max-width:600px;
    margin:0 auto;
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 30px 0 20px 0;
}
#popupExportMobile { display:none;}
#signResultMsg {font-size:16px;margin:5px 0;height:30px;}
#signResultIMG { width:302px;height:102px;border:1px solid #ccc;}
#signWrap { width:300px;margin:0 auto; }
.signBtns {
    display:flex;
    justify-content: space-between;
    gap:5px;
    margin-top:10px;
	padding:0;
}
.signBtns li  {
    flex:1 1  0;
    height:40px;
    line-height:40px;
    background:#333;
    color:#fff;
    cursor:pointer;
    border-radius:5px;
}
.signBtns li:hover {background:orangered;}
.signResult { width:302px;margin:0 auto; text-align:left;font-size:16px;}
.signData { width:100%;height:120px;font-size:12px;margin-bottom:20px;}

#popupExportMobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
	z-index: 101;
}
#popupExportMobile .signContentWrap {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -150px;
	width: 600px;
	height: 350px;
	border: 0px;
	border-radius: 15px;
	background: #fff;
	padding: 0px;
	box-shadow: rgba(0,0,0,0.7) 0 0 0 9999px;
	font-size: 13px;
	color :#555;
	line-height: 180%;
	z-index: 102;
	text-align: center;
}
#popupExportMobile .signContent {
	width: 100%;
	text-align: left;
	padding: 30px;
	height: 350px;
}
#popupExportMobile .singStage {
	width: 100%;
	text-align: left;
	padding: 25px 10px 10px 30px;
	margin: 10px 0px;
}
#popupExportMobile .signContentBtn {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
}
#popupExportMobile .sendUrlbtn {
	height: 30px;
	padding: 0px 10px;
	font-size: 13px;
	font-weight: 600;
	border: 0px;
	margin: 0px 5px;
	border-radius: 5px;
	background: #25AFF3;
	color: #fff;
}
#popupExportMobile .sendUrlbtn:nth-child(2) {
	background: #555;
}
#popupExportMobile .ctNoTxt {
	color: red;
	font-weight: bold;
	font-size: 13px;
}
