

.commit-table{
	/* width: 480px; */
	max-width: 476px;
	width: 100%;
	height: 590px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-top: 60px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: none;
	z-index: 10002;
	/* position: relative; */
}
.commit-table-model-close{
	position: absolute;
	width: 36px;
	height: 36px;
	right: 8px;
	top: 9px;
	cursor: pointer;
}
.commit-table-model{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 16px;
	display: none;
	z-index: 10001;
}
.commit-table-h3{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bolder;
	color: #333333;
	text-align: center;
}
.commit-table-p{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 35px;
}
.commit-table-label{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	margin-bottom: 17px;
	margin-left: 73px;
}
.commit-table-input-div{
	width: 335px;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	margin: 0 auto 20px;
}
.commit-getcode-btn{
	min-width: 95px;
	height: 25px;
	background: #E7202D;
	border-radius: 13px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 300;
	line-height: 24px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -12px;
	margin-left: 10px;
	cursor: pointer;
}
.commit-table-input-div>img{
	width: 24px;
	height: 24px;
}
.commit-table-input-div>input{
	height: 28px;
	width: 305px;
	-webkit-appearance:none;
	padding: 0;
	margin-left: 6px;
	border: none;
	font-size: 15px;
	font-weight: 400;
}

.commit-table-input-div-two{
	position: relative;
}
.commit-getcode-btn{
	position: absolute;
	right: 0;
	top: 12px;
}
.rela-model-content-input-code{
	width: 202px!important;
}

.commit-table-input-div>input::-webkit-input-placeholder {
	color: #BFBFBF;
}
.commit-table-input-div>input:focus{
	outline: none;
	border: none;
}
.commit-btn{
	width: 345px;
	height: 56px;
	background: #E7202D;
	border-radius: 28px;
	margin: 50px auto 0;
	font-size: 20px;
	font-family: PingFangSC-Regular;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}



.lightHint{
	width: 400px;
	height: 50px;
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	margin:0 auto;
	z-index: 20;
	/* background: #333333; */
	border-radius: 6px;
	/* display: flex; */
	color: #f56c6c;
	/* align-items: center; */
	line-height: 50px;
	padding-left: 20px;
	/*background-color: #fdf6ec;
	border-color: #faecd8; */
	background-color: #fef0f0;
	border-color: #fde2e2;
	border: 1px solid #ebeef5;
	display: none;
	z-index: 10003;
}
.lightHintTwo{
	width: 400px;
	height: 170px;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	z-index: 32;
	background: #FFFFFF;
	border:1px solid #D9D9D9;
	border-radius:10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	display: none;
}
.lightHintTwo>img{
	width: 51px;
	height: 51px;
	margin:25px auto 13px;
}
.lightHintTwo>p{
	font-size:20px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(34,34,34,1);
	margin-bottom: 8px;
}
.lightHintTwo>span{
	font-size:16px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(191,191,191,1);
}

.commitSuccessPage{
	max-width: 480px;
	width: 100%;
	height: 670px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-top: 0px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: none;
	z-index: 10002;
}
.commitSuccessPage-top{
	width: 100%;
	height: 241px;
	background: #E7202D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.commitSuccessPage-top > img {
	width: 76px;
	height: 76px;
}

.commitSuccessPage-top > p {
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: bolder;
	color: #FFFFFF;
	margin-left: 40px;
}
.commitSuccessPagePCommon{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	margin: auto;
	width: 288px;
}
.commitSuccessPagePOne{
	margin: 60px auto 30px;
}
.commitSuccessPagePTwo{
	margin-top: 6px;
	margin-bottom: 30px;
}
.commitSuccessPagePThree{
	margin-top: 6px;
}
.commitSuccessPage-btn{
	cursor: pointer;
	width: 345px;
	height: 56px;
	background: #E7202D;
	border-radius: 28px;
	margin: 94px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-family: PingFangSC-Regular;
	color: #FFFFFF;
}
.commitSuccessPage-btn:active{
	background: #B81A25;
}
@media (max-width: 1000px )  {
	
	
}
@media (max-width: 458px )  {
	.commit-table-label{
		margin-left: 20px;
	}
}
@media (max-width: 980px )  {
	.commit-table{
		height: 100%;
	}
	.commit-table-model-close{
		top: 30px;
	}
}