@import url(//at.alicdn.com/t/c/font_3806190_mnr2q186zb9.css);
.smscode-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}
.smscode-box::after{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	content: '';
}

.smscode-box .cbox{
	width: 270px;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	border-radius: 4px;
	position: relative;
	z-index: 9999999;
	padding: 24px 0 20px 0;
	max-width: 300px;
}
.smscode-box .cbox .close{
	position: absolute;
	top: 8px;
	right: 8px;
}
.smscode-box .cbox .close i{
	font-size: 20px;
	opacity: 0.8;
}
.smscode-box .cbox h3{
	font-size: 17px;
	color: #222;
}
.smscode-box .cbox .desc{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #666;
	padding: 12px 0 16px 0;
}
.smscode-box .cbox .desc em{
	color: #333;
	padding: 0 3px;
	font-style: normal;
}
.smscode-box .cbox .input{
	width: 204px;
	position: relative;
	height: 32px;
	overflow: hidden;
	margin-left: calc( (270px - 204px)/2 );
}
.smscode-box .cbox .input .zhezhao{
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	width: calc( (270px - 204px)/2 );
	height: 100%;
	z-index: 99999999999;
}
.smscode-box .cbox .input .input-style{
	width: 162px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.smscode-box .cbox .input .input-style > span{
	flex: 1;
	border: 1px #eaeaea solid;
	background: #fff;
	margin: 0px 6px;
	display: inline-flex;
	height: 100%;
	box-sizing: border-box;
}
.smscode-box .cbox .input > li{
	margin: 0 4px;
	border-bottom: 1px red solid;
	height: 31px;
	flex: 1;
	box-sizing: border-box;
	display: none;
}
.smscode-box .cbox .input .input-real{
	width: calc( (16px + 31px) * 4 + 16px );
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.smscode-box .cbox .input .input-real input{
	height: 32px;
	background: none;
	font-size: 16px;
	border-radius: 0;
	z-index: 2;
	box-sizing: border-box;
	border: 0;
	position: relative;
	border: 0;
	width: calc( (16px + 31px) * 4 + 16px )!important;
	letter-spacing: 31px;
	text-indent: 16px;
	text-overflow: ellipsis;
	-webkit-appearance: none !important;
	-moz-appearance:textfield;
}
.smscode-box .cbox .input input:focus { outline: none; }
.smscode-box .cbox .time-tips{
	font-size: 12px;
	color: #aaa;
	margin-top: 32px;
}
.smscode-box .cbox .time-tips a{
	color: #3f76ec;
	text-decoration: underline;
}
.smscode-box .cbox .time-tips em{
	font-style: normal;
}