body, html {
    background: none;
    background-image: none;
}
.headLine{
	height: 1px;
	width: 70%;
	margin-left: 15%;
	background: #C8C8C8;
}
.main{
	width: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title{
    width: 60%;
	height: 100px;
	line-height: 100px;
	font-family: SourceHanSansCN-Normal;
	font-size: 26px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 400;
	background-image: linear-gradient(225deg, #5B9AD5 0%, #0E5197 100%);
	margin-top: 50px;
}
.titleWord{
	margin-left: 3%;
}
.tips{
	margin-top: 20px;
	width: 60%;
	height: 200px;
	background: rgba(91,154,213,0.07);
	border: 1px solid rgba(91,154,213,1);
	display: flex;
	align-items: center;
}
.tipIcon{
	margin-left: 2%;
	margin-right: 2%;
	width: 150px;
    height: 80px;
	background-image: url(../../common/znsh/img/icon_notice.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.tipLine{
	border: 1px solid rgba(91,154,213,1);
	height: 150px;
	margin-right: 2%;
}
.tipText{
	font-family: SourceHanSansCN-Normal;
	font-size: 0.8vw;
	color: #195185;
	letter-spacing: 0;
	line-height: 34px;
	font-weight: 400;
}
.znsh{
	width: 60%;
	display: flex;
	margin-top: 40px;
}
.znshMain{
	width: 70%;
}
.form-label {
    text-align: left;
	width: 20%;
}
.form-input{
	display: flex;
	padding: 15px;
}

th {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    text-align: right;
    line-height: 16px;
    font-weight: 100;
    height: 84px;
}
.layui-input {
    border: 1px solid #999999;
    border-radius: 4px;
    height: 54px;
    padding: 0 15px;
    line-height: 54px;
    font-family: 微软雅黑;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
}
.ml50{
	margin-left: 50px;
}
.messageBtn{
	background: #0E5197;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
	float:right;
	width: 40%;
}
.uploadBtn{
	width: 40%;
}
.uploadBtn img{
	width: 100%;
}
.uploadBtn .uploadText{
	width: 100%;
	text-align: center;
	line-height: 50px;
	height: 60px;
	background: #13569B;
	border-radius: 0px 0px 12px 12px;
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 400;
}
.sup {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #BF3729;
    letter-spacing: 0;
    text-align: right;
    line-height: 16px;
    width: 7px;
    height: 16px;
    vertical-align: top;
}
.login-btn{
	background: #0E5197;
    border-radius: 4px;
    border-radius: 4px;
    font-family: 微软雅黑;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
	margin-left: 66%;
	width: 170px;
    height: 54px;
}
.example{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.exampleTitle1{
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #13569B;
	letter-spacing: 0;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
}
.exampleImg{
	width: 80%;
}
.exampleLine{
	opacity: 0.47;
	border: 1px solid rgba(151,151,151,1);
	margin-top: 10px;
	margin-bottom: 10px;
}
.exampleTitle2{
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #FF0000;
	letter-spacing: 0;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
}
.tip{
	height: 54px;
	line-height: 54px;
}
#shtpSubmitBtn{
	margin-top: 30px;
	margin-bottom: 30px;
}