 *{
	 margin: 0;
	 padding: 0;
	 font-family: "Source-Han-Normal";
	 font-size: 14px;
 }
.login_bg_box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.login_bg_box_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(28,69,135,0.6);
}
.login_bg_box>img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.login_cont_box{
	width: 600px;
	height: 600px;
	position: absolute;
	left: calc(50% - 300px);
	top: calc(50% - 300px);
	background: rgba(255,255,255,0.1);
	z-index: 3;
	border-radius:50% ;
	overflow: hidden;
}
.login_tit{
	width: 100%;
	height: 80px;
	line-height: 80px;
}
.login_tit>span:nth-of-type(1){
	width: auto;
	min-width: 45%;
	font-size: 22px;
	font-weight: bold;
	display: block;
	float: left;
}
.login_tit>span:nth-of-type(2){
	display: block;
	float: left;
	border-left:solid 1px #F1F1F1 ;
	text-indent: 40px;
}
.login_tit>span:nth-of-type(3){
	display: block;
	float: left;
	margin-left: 40px;
	border-left:solid 1px #F1F1F1 ;
	text-indent: 40px;
}
.login_cont{
	width: 500px;
	height: 500px;
	/* margin-top: 40px; */
	/* border: solid 1px #F1F1F1; */
	box-sizing: border-box;
	border-radius:50% ;
	background: rgba(255,255,255,0.2);
	margin-top: 50px;
	margin-left: 50px;
}
.imgbg{
	width: 45%;
	height: 100%;
	float: left;
	object-fit: cover;
	overflow: hidden;
	background: url(../img/home_bg.jpg) no-repeat 30% 44%;
	background-size: 800px 600px;
}
.login_cont_bg{
	width: 60%;
	float: left;
	height: 100%;
}
.login_cont_bg>img{
	width: 90%;
	height: 85%;
	margin-top: 5%;
	margin-left: 5%;
}
.login_cont_text{
	width: 420px;
	float: left;
	height: 420px;
	overflow: hidden;
	margin-left: 5%;
	border-radius: 50%;
	margin-top: 40px;
	margin-left: 40px;
	background: rgba(255,255,255,0.3);
}
.login_cont_text_tit{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom:solid 1px #F1F1F1 ;
	box-sizing: border-box;
}
.login_cont_text>.login_cont_text_tit>span{
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
}
.login_cont_text_list>span{
	display: block;
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	background: #F1F1F1;
	margin-left: 20%;
	text-align: center;
	margin-top:7.5px;
}
.login_cont_text_list>.active{
	background: #2775CC;
	color: #FFFFFF;
}
.login_cont_text_tit>.active{
	color: #2775CC;
	font-weight: bold;
	border-bottom:solid 2px #2775CC ;
	transform: translateY(-2px);
	box-sizing: border-box;
}
.login_cont_text>div{
	width: 70%;
	margin-left: 15%;
}
.login_cont_text>div>img{
	width: 80px;
	height: 80px;
	/* border-radius:50% ; */
	margin-top: 40px;
	margin-left: calc(50% - 40px);
}
.login_cont_text>div>button{
	margin-top: 10px;
	width: 90%;
	margin-left: 5%;
	height: 40px;
	color: #FFFFFF;
	border: none;
	background: #2775CC;
	border-radius:5px ;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	/* letter-spacing:10px; */
}
.login_cont_text>div>span{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #2775CC;
	font-weight: bold;
	/* margin-top: 100px; */
}
.login_cont_text_list{
	width: 90%;
	height: 60px;
	overflow: hidden;
	margin-left: 5%;
}
.login_cont_text_list>div{
	width: 50%;
	height: 40px;
	float: right;
	transform: translateY(-40px);
	overflow: hidden;
	background: #2775CC;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.login_cont_text_list>input{
	width: 100%;
	height: 40px;
	margin-top: 10px;
	outline: none;
	border: solid 1px #f0f0f0;
	border-radius:5px ;
	padding-left: 20px;
	box-sizing: border-box;
}
#verifyCanvas{
	width: 100%;
	height: 40px;
}
.reg>.login_cont_text_list{
	height: 45px;
}
.reg>.login_cont_text_list>input{
	margin-top: 5px;
}

.wenzi{
	width: 90%;
	height: 20upx;
	line-height: 20upx;
	margin-left: 5%;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.wenzi>span{
	width: 50%;
	height: 20upx;
	line-height: 20upx;
	display: block;
	float: left;
	font-size: 12px;
	color: #333333;
}
.wenzi>span:nth-of-type(1){
	text-align: left;
}
.wenzi>span:nth-of-type(2){
	text-align: right;
}












.mod{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 999;
}
.mod_cont{
	width: 400px;
	height: 200px;
	background: #FFFFFF;
	position: absolute;
	left: calc(50% - 200px);
	top: calc(50% - 100px);
	border-radius:5px ;
	overflow: hidden;
}
.mod_cont>div:nth-of-type(1){
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom:solid 1px #F1F1F1 ;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}
.mod_cont>div:nth-of-type(2){
	width: calc(90%);
	margin-left: 5%;
	line-height: 120px;
	text-align: center;
	height: 120px;
}
.mod_cont>div:nth-of-type(3){
	width: 100%;
	height: 40px;
	border-top:solid 1px #F1F1F1 ;
	box-sizing: border-box;
}
.mod_cont>div:nth-of-type(3)>span{
	width: 50%;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
	text-align: center;
}
.mod_cont>div:nth-of-type(3)>span:nth-of-type(1){
	border-right:solid 1px #F1F1F1 ;
	box-sizing: border-box;
	color: #999999;
}
.mod_cont>div:nth-of-type(3)>span:nth-of-type(2){
	color: #2775CC;
}

/* 切换 */
.qiehuan{
	width: calc(100% - 40px);
	margin-left: 20px;
}
.qiehuan>span{
	display: block;
	float: right;
	color: #333;
}
.qiehuan>span:hover{
	cursor: pointer;
	color: #2775CC;
}


.mycanvas {
  /* border: 1px solid rgb(199, 198, 198); */
}
.tu-box{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
}
.tu-box_cont{
	position: absolute;
	width: 400px;
	height: 200px;
	background: #FFFFFF;
	left: calc(50% - 200px);
	top: calc(50% - 100px);
	border-radius:5px ;
	z-index: 100;
}
.tu-box_cont>span{
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
}
.tu-box_cont>input{
	width: 160px;
	height: 40px;
	line-height: 40px;
	outline: none;
	float: left;
	margin-left: calc(50% - 120px);
	margin-top: 20px;
	box-sizing: border-box;
}
.tu-box_cont>canvas{
	float: left;
	margin-top: 20px;
}
.tu-box_cont>div{
	width: 100px;
	height: 40px;
	line-height: 40px;
	clear: both;
	text-align: center;
	background: #2775CC;
	color: #FFFFFF;
	margin-left: calc(50% - 50px);
	transform: translateY(20px);
	border-radius:3px ;
}
.tu-box_cont>img{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}








