@charset "UTF-8";

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	font-family: 'Lato', sans-serif;
	background-color: #f8f8f8;
}

body .container-left {
	overflow: hidden;
	width: 600px;
	height: 500px;
	margin: 120px auto 0;
	background-color: #ffffff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}

body .container {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 540px;
	margin: 80px auto 0;
	background-color: #ffffff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}

body .container .half {
	float: left;
	width: 350px;
  height: 100%;
	padding: 58px 40px 0;
}

body .container .half.bg {
	background-image: url(../img/coffee.png);
	background-size: 600px;
	background-repeat: no-repeat;
}

body .container h1 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 23px;
	text-align: center;
	text-indent: 6px;
	letter-spacing: 7px;
	text-transform: uppercase;
	color: #263238;
}

body .container .tabs {
	width: 100%;
	margin-bottom: 29px;
	border-bottom: 1px solid #d9d9d9;
}

body .container .tabs .tab {
	display: inline-block;
	margin-bottom: -1px;
	padding: 20px 15px 10px;
	cursor: pointer;
	letter-spacing: 0;
	border-bottom: 1px solid #d9d9d9;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	transition: all 0.1s ease-in-out;
}

body .container .tabs .tab a {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #d9d9d9;
	transition: all 0.1s ease-in-out;
}

body .container .tabs .tab.active a, body .container .tabs .tab:hover a
	{
	color: #263238;
}

body .container .tabs .tab.active {
	border-bottom: 1px solid #263238;
}

body .container .content form {
	position: relative;
	height: 287px;
}

body .container .content label:first-of-type, body .container .content input:first-of-type,
	body .container .content .more:first-of-type {
	-moz-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
	-webkit-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
	animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
}

body .container .content label:nth-of-type(2), body .container .content input:nth-of-type(2),
	body .container .content .more:nth-of-type(2) {
	-moz-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
	-webkit-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
	animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
}

body .container .content label:nth-of-type(3), body .container .content input:nth-of-type(3),
	body .container .content .more:nth-of-type(3) {
	-moz-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
	-webkit-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
	animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
}

body .container .content label {
	font-size: 12px;
	color: #263238;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

body .container .content label:not ([for='remember'] ) {
	display: none;
}

body .container .content input.inpt {
	font-size: 14px;
	display: block;
	width: 100%;
	height: 42px;
	margin-bottom: 12px;
	padding: 16px 13px;
	color: #999999;
	border: 1px solid #d9d9d9;
	background: transparent;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

body .container .content input.inpt::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
	font-family: 'Lato', sans-serif;
}

body .container .content input.inpt:-moz-placeholder {
	font-size: 14px;
	color: #999999;
	font-family: 'Lato', sans-serif;
}

body .container .content input.inpt::-moz-placeholder {
	font-size: 14px;
	color: #999999;
	font-family: 'Lato', sans-serif;
}

body .container .content input.inpt:-ms-input-placeholder {
	font-size: 14px;
	color: #999999;
	font-family: 'Lato', sans-serif;
}

body .container .content input.inpt:focus {
	border-color: #999999;
}

body .container .content input.submit {
	font-size: 12px;
	line-height: 42px;
	display: block;
	width: 100%;
	height: 42px;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #263238;
	border: 1px solid #263238;
	background: transparent;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

body .container .content input.submit:hover {
	background-color: #263238;
	color: #ffffff;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

body .container .content input:focus {
	outline: none;
}

body .container .content .checkbox {
	margin-top: 4px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 0;
	height: 0;
	margin: 17px -1px;
	padding: 0;
	border: 0;
}

body .container .content .checkbox+label {
	vertical-align: middle;
	display: inline-block;
	width: 26%;
}

body .container .content .checkbox+label:before {
	content: "\A";
	color: #999999;
	font-family: Verdana;
	font-weight: bold;
	font-size: 8px;
	line-height: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: transparent;
	border: 1px solid #d9d9d9;
	width: 11px;
	height: 11px;
	margin: -2px 8px 0 0;
}

body .container .content .checkbox:checked+label:before {
	content: "✓";
}

body .container .content .submit-wrap {
	bottom: 0;
	width: 100%;
}

body .container .content .submit-wrap a {
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	color: #999999;
}

body .container .content .submit-wrap a:hover {
	text-decoration: underline;
}

body .container .content .signup-cont {
	display: none;
}

@
keyframes slideIn { 0% {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	margin-left: -320px;
}

100%
{
filter
:
 
progid
:DXImageTransform
.Microsoft
.Alpha
(enabled=false);

    
opacity
:
 
1;
margin-left
:
 
0
px
;

  
}
}
@
-webkit-keyframes slideIn { 0% {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	margin-left: -320px;
}

100%
{
filter
:
 
progid
:DXImageTransform
.Microsoft
.Alpha
(enabled=false);

    
opacity
:
 
1;
margin-left
:
 
0
px
;

  
}
}
.credits {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #999999;
	font-size: 14px;
	margin: 0 10px 10px 0;
}

.credits a {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.qqlogin {
	width: 96px;
	height: 26px;
	line-height: 26px;
	text-indent: 34px;
	border: 1px #00b7d6 solid;
	color: #00b7d6;
	margin-top: 6px;
	border-radius: 2px;
	background: url(../img/headerico.png) no-repeat 6px 3px #fff;
	display: inline-block;
	margin-right: 3px;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
}

.wxlogin {
	width: 96px;
	height: 26px;
	line-height: 26px;
	text-indent: 35px;
	border: 1px #3EBB2B solid;
	color: #3EBB2B;
	margin-top: 6px;
	border-radius: 2px;
	background: url(../img/headerico.png) no-repeat 6px -764px #fff;
	display: inline-block;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
}

a.button-zy {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	display: block;
	max-width: 100px;
	text-decoration: none;
	border-radius: 4px;
	text-align:center;
	padding:0;
	float:left;
	margin-left:10px;
}

a.button-zy {
	font-size: 12px;
	font-family:"微软雅黑";
  display: block;
  padding:0 12px;
  height: 85px;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background:rgba(0,183,214,0.65);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 3px;
  
}

a.button-zy:hover {
	background-color: #263238;
  color: #ffffff;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more-zy{font-size: 12px;
  display: block;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  color: #999999;
  margin-left:10px;
  
  }
  .more-zy:hover{
	  text-decoration:underline;  
  }
  p {
		color: #999;
		font-weight: 300;
		margin-top: 20px;
}
  .main-wrapper {
	  overflow: hidden;
  width: 900px;
  margin: 10px auto 0;
		border-radius: 4px;
		background-color: white;
		padding: 20px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		position: relative;
}


.container-box {
	display:none;
	position:absolute;
	left:28%;
	top:0px;
  overflow: hidden;
  width: 900px;
  height: 500px;
  margin: 120px auto 0;
  background-color: #ffffff;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px;
}
.container-box {
	display:none;
	position:relative;
	left:0;
	margin-bottom:10px;
  overflow: hidden;
  width: 900px;
  height: auto;
  margin: auto auto;
  background-color: #ffffff;
  padding:2rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 30px;
  z-index:999;
}

[class*='close-'] {
  color: #777;
  font: 25px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  cursor:pointer;
}
.close-thik:after {
  content: '✖';
  /* UTF-8 symbol */
}