.form_box{
	width:1368px;
	height: 770px;
	background: url(../../images/pic_sbg.png) no-repeat;
	position: absolute;
	top:50%;
	left: 50%;
	margin:-385px 0 0 -684px;
}
.layui-form {
	width: 320px !important;
	/* margin: auto !important; */
	/* margin-top: 160px !important; */
	position: absolute;
	top:120px;
	left:880px;
	
}

.layui-form button {
	width: 100% !important;
	height: 44px !important;
	line-height: 44px !important;
	font-size: 16px !important;
	background-color: #3498ff  !important;
	font-weight: 550 !important;
	border-radius: 20px;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #3498ff  !important;
	background-color: #3498ff  !important;
	color: #fff !important;
}

.layui-tab-content {
	margin-top: 15px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.layui-form-item {
	margin-top: 20px !important;
}

.layui-input {
	height: 44px !important;
	line-height: 44px !important;
	padding-left: 15px !important;
	border-radius: 3px !important;
}

.layui-input:focus {
	box-shadow: 0px 0px 3px 1px #3498ff !important;
}

.logo {
	/* width: 60px !important; */
	text-align: center;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	/* margin-left: 20px !important; */
}

.title {
	width:100%;
	font-size: 24px !important;
	font-weight: 550 !important;
	text-align: center;
	color: #333 !important;
	display: inline-block !important;
	height: 33px !important;
	line-height: 33px !important;
	/* margin-top: 10px !important; */
	/* position: absolute !important; */
}

.desc {
	width: 100% !important;
	text-align: center !important;
	color: gray !important;
	height: 60px !important;
	line-height: 60px !important;
}

body {
	background-color: whitesmoke;
	height: 100%;
}

.code {
	margin-right: 13px;
	border: #e6e6e6 1px solid;
}

.codeImage {
	height: 42px;
	width:115px;
	display: none;
	cursor: pointer;
	border: #e6e6e6 1px solid;
}
.support{
	text-align: center;
	margin-top:15px;
	color: #97989a
}

.test-beta{
	color:#fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	background-image: linear-gradient(90deg, #f27a03 30%, #fdf2e6);
	border-radius: 19px;
	width:120px;
	height:38px;
	line-height: 38px;
	margin:10px auto 0;
}