html,body{
	width: 100%;
	height: 100%;
	background: #35A6A2;
}
.box{
	width: 100%;
	height: 100%;
	min-width: 1280px;
	min-height: 630px;
	background: url(../../images/bg.jpg) left top repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
}
.header{
	width: 100%;
	height: 80px;
	background: #3f4b4b;
}
.row{
	width: 1280px;
	height: 100%;
	margin: 0 auto;
}
.header p{
	width: 360px;
	float: right;
	color: #fff;
	font-size: 26px;
	margin-right: 40px;
	text-align: center;
	line-height: 80px;
	letter-spacing: 5px;
}
.center{
	width: 1280px;
	height: 430px;
	margin: 0 auto;
	overflow: hidden;
}
.computer{
	width: 591px;
	height: 476px;
	float: left;
	/*margin-left: 120px;*/
	margin-left: 40px;
	background: url(../../images/com.jpg) left top no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.content{
	width: 380px;
	height: 430px;
	float: right;
	margin-right: 40px;
	background: #3f4b4b;
	padding: 10px 30px;
	border-top:1px dashed #5b6161;
}
.click-title{
	width: 100%;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	border-bottom:1px solid #ffb700;
}
.left-title,.right-title{
	width: 50%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.last-title{
	width: 50%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.checked{
	color: #ffb700;
	border-bottom:2px solid #ffb700;
}
.list-box{
	width: 100%;
	height: 30px;
	margin-top: 30px;
	padding-left: 40px;
	border: 1px solid #666666;
}
.list-box>input{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	color: #fff;
	background: #3f4b4b;
}
.w180{
	width: 180px;
}
.id-icon{
	background: url(../../images/id-icon.jpg) 10px center no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}
.pw-icon{
	background: url(../../images/pw-icon.jpg) 10px center no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}
.code-icon{
	background: url(../../images/code-icon.jpg) 10px center no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}
.phone-icon{
	background: url(../../images/phone-icon.jpg) 10px center no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}
.key-icon{
	background: url(../../images/key-icon.jpg) 10px center no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}
.code-box{
	width: 100%;
	height: 60px
}
.code{
	width: 100px;
	height: 30px;
	float: right;
	color: #fff;
	margin-top: 30px;
	background: #36a6a2;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.fs14{
	font-size: 14px;
}
.fs18{
	font-size: 18px;
	letter-spacing: 3px;
	background-color:#3F4B4B
}
.fl{
	float: left;
}
.err-msg{
	width: 100%;
	line-height: 20px;
	margin-top: 20px;
	text-align: center;
}
.cffb700{
	color: #ffb700;	
}
.cff3333{
	color: #ff3333;
}
.login{
	width: 100%;
	height: 40px;
	color: #fff;
	border: none;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	background: #ffb700;
	margin-top: 30px;
	margin-bottom: 20px;
}
.bottom-title{
	color: #fff;
	cursor: pointer;
	line-height: 25px;
}
.hide{
	display: none
}
.mt50{
	margin-top: 25px;
}
.bottom{
	width: 100%;
	height: 74px;
	background: #4aafab;
/*	position: absolute;
	left: 0;
	bottom: 5%;*/
	margin-top: 45px;
}
.bom-left{
	width: 695px;
	height: 100%;
	float: left;
	margin-left: 40px;
	background: url(../../images/bom.png) left center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.bom-right{
	width: 360px;
	height: 100%;
	margin-right: 40px;
	float: right;
	font-size: 15px;
	color: #339999;
	text-align: center;
	line-height: 74px;
}
input:focus{outline:none;}

input:focus::-webkit-input-placeholder {
	color: transparent;
	/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

.faceWrap {
	margin-top: 20px;
	display: block;
	filter:alpha(opacity=100);
	opacity: 1.0;
}
.faceWrap .imgWrap .circle_one {
	display: block;
	width: 230px;
	height: 230px;
	margin: 10px auto;
	position: relative;
	filter:alpha(opacity=100);
	opacity: 1.0;
}
#video {
	width: 230px;
	height: 230px;
	object-fit: cover;
	border-radius: 50%;
	margin-left: 10px;
}
.faceWrap .cameraBox{
	/* flex: 1; */
	display: inline-block;
	border: 1px solid gray;
	margin: auto;
	border-radius:50%;
	background: #fff;
	width: 160px;
	height:157px;
}
.faceWrap .circle_one span{
	font-size: 18px;
	color: #80B7FF;
	display: inline-block;
	width: 380px;
	text-align: center;
	margin: 8px 0 20px -67px;
}
.heart_box {
	position: absolute;
	top: -5px;
	left: -60px;
}
.heart_box .shan{
	width: 211px;
	height: 129px;
	background: url(../../images/rotate.png) no-repeat;
	top: 45px;
	left: 70px;
	position: absolute;
	-webkit-transform-origin: 107px 124px;
	transform-origin: 108px 70px;
	transform: rotate(0deg);
	animation: radar 5s linear infinite;
}
@keyframes radar{
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
input {
	background-color: transparent;
}