﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.SignIn_header {
	width: 100%;
}
.SignIn {
	width: 100%;
	background: #37e8a0;
}
.SignIn_Kuang {
	position:absolute;
	left:50%; top:50%;
	margin-left:-200px; margin-top:-220px;
	width: 400px;
	height: 440px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 12px;
	z-index:999;
}
.SignIn_Kuang_Header {
	width: auto;
	overflow: hidden;
	padding-top: 40px;
}
.SignIn_Kuang_Logo {
	width: 330px;
	height: 59px;
	background: url(Logo.png) no-repeat;
	overflow: hidden;
	margin: 0 auto;
}
.SignIn_IptBox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 35px;
}
.SignIn_Ipt {
	width: 100%;
	overflow: hidden;
	margin-bottom: 14px;
}
.SignIn_Spn {
	width: 98px;
	height: 34px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	line-height: 34px;
	text-align: right;
	font-size: 14px;
	font-family: 微软雅黑;
	color: #ffffff;
}
.SignIn_Iput {
	width: 260px;
	height: 34px;
	float: left;
	overflow: hidden;
	background: #fff;
	border-radius: 4px;
}
.SignIn_Iput_Ipt {
	border: none;
	background: none;
	width: 100%;
	padding-left: 4%;
	height: 100%;
	background: #fff;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #1D1D1D;
}
.W_110 {
	width: 150px;
}
.SignIn_pd {
	margin-left: 4%;
}
.W_110 .SignIn_Iput_Ipt {
	text-align: center;
}
.SignIn_YanZheng {
	width: 80px;
	height: 25px;
	float: left;
	overflow: hidden;
	background: url(../../images/SignIn/SignIn_YanZheng.gif) no-repeat bottom right;
}
.SignIn_TiShi {
	display: inline-block;
	width: auto;
	height: 25px;
	float: left;
	overflow: hidden;
	line-height: 25px;
	font-size: 12px;
	padding-left: 20px;
	color: #ffffff;
}
.SignIn_SignIn {
	border: none;	width: 230px;
	height: 36px;
	margin: 0 auto;
	/* margin-top: 6px; */
	background: #cdf1d7;
	cursor: pointer;
	line-height: 28px;
	text-align: center;
	font-family: 微软雅黑;
	color: #333;
	border-radius: 6px;
	display: block;
	font-size: 15px;
	margin-top: 35px;
}
.SignIn_SignIn2 {
	border: none;
	width: 230px;
	height: 36px;
	margin: 10px auto;
	/* margin-top: 6px; */
	background: #3b3b3b;
	cursor: pointer;
	line-height: 28px;
	text-align: center;
	font-family: 微软雅黑;
	color: #ffffff;
	border-radius: 6px;
	display: block;
	font-size: 15px;
}
.can-ss {
	position: absolute;
	z-index: 1;
	top: 0px;
    opacity: 0.96;
	
	-webkit-transition: background-color 400ms ease-in-out;
	-ms-transition: background-color 400ms ease-in-out;
	-o-transition: background-color 400ms ease-in-out;
	-moz-transition: background-color 400ms ease-in-out;
	transition: background-color 400ms ease-in-out;
}
.canvas-in {
	height: 100%;
	width: 100%;
}
#output {
	opacity: 0.3;
	width: 100%;
	height: 100%;
	-webkit-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.color {
	width: 110px;
	height: 20px;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	margin-left: -110px;
	bottom: 20px;
}
.color li {
	float: left;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	background: #ccc;
	box-shadow: 0 0 4px #FFF;
	list-style: none;
	cursor: pointer;
}
