@import url('iconfont.css');
.iconfont {
	font-size: inherit
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	width: 100%;
	height: 100%
}

body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	font-size: 100%
}

img {
	border: none;
	vertical-align: middle
}

li,
ol,
ul {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-size: 100%
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
	outline: none
}

.normal,
em,
i {
	font-style: normal;
	font-weight: normal
}

body {
	min-width: 1000px;
	line-height: 24px;
	cursor: default
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
input {
	appearance: none
}

.iconfont,
.lTips,
.regBox p,
.verifyimg,
a,
button,
input {
	transition: all 0.25s ease
}

a {
	text-decoration: none;
	color: inherit
}

.fl {
	float: left
}

.fr {
	float: right
}

.mtable {
	height: 100%;
	width: 100%;
	display: table;
	overflow: hidden
}

.mtd {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.main {
	border-radius: 5px;
	text-align: left;
	overflow: hidden;
	display: inline-block;
	box-shadow: 10px 15px 50px rgba(0, 0, 0, .1)
}

.login {
	height: 541.5px;
	width: 1034px;
	text-align: left;
	overflow: hidden;
	display: inline-block;
}

.adPic {
	float: left;
	width: 543px;
	height: 100%;
}

.lBox {
    float: right;
    width: 471px;
    height: 95%;
    padding: 84px 60px;
    position: relative;
    color: #fff;
    background-color: #5cd99c;
    border: 1px solid #33c985;
    border-radius: 10px;
    *padding: 50px 40px 0;
    *width: 400px;
}

.lBox h2 {
	font-size: 28px;
	border-left: 5px solid;
	padding-left: 15px;
}

.lBox li {
	height: 70px;
	margin-top: 20px;
	padding-top: 10px;
	position: relative
}

.lBox li i.linghtColor {
	position: absolute;
	left: 0;
	line-height: 60px;
	width: 40px;
	display: block;
	font-size: 24px;
	text-align: center;
	color: inherit;
	z-index: 9
}

.lTips {
	position: absolute;
	left: 0;
	z-index: 9;
	cursor: text;
	top: 30px;
	padding-left: 50px;
	font-size: 18px;
	line-height: 20px
}

.lBox li.active .lTips {
	top: 0;
	font-size: 13px
}

.lBox .lInput {
    width: 100%;
    height: 60px;
    padding-left: 50px;
    line-height: 60px;
    border: none;
    font-size: 24px;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #fff;
    letter-spacing: 1px;
    background: none;
    color: inherit;
    *padding-left: 0;
}

input::-webkit-input-placeholder {
    color: #08b170;
}


.lBox input:focus {
	background: none;
	color: inherit
}

.sumbitBtn {
	margin-top: 10px;
	line-height: 56px;
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	border: none;
	font-size: 24px;
	cursor: pointer
}

.lRegBtn {
	margin-top: -7px
}

.login .verifyimg {
	top: 15px
}

.lBox .links {
	padding-top: 10px
}

.lRegBtn,
.links a,
.regTit div .rLoginBtn {
	padding: 4px 15px;
	border-radius: 100px;
	display: inline-block;
	border: 2px solid transparent
}

.lRegBtn:hover,
.links a:hover {
	background: rgba(0, 0, 0, 0.05)
}

.lRegBtn:active,
.links a:active {
	border-color: inherit
}


.reg {
	width: 640px;
	margin: 50px 0
}

.regTit {
	padding: 30px 30px 20px;
	font-size: 14px;
	position: relative
}

.regTit h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 100%
}

.regTit p {
	opacity: 0.6
}

.regTit div {
	display: inline-block;
	text-align: left;
	padding-left: 65px;
	overflow: hidden;
	white-space: nowrap
}

.regTit .icon-people_fill,
.regTit .icon-zhongzhimima {
	float: left;
	height: 50px;
	width: 50px;
	background: #fff;
	border-radius: 50%;
	font-size: 28px;
	line-height: 50px;
	margin-left: -65px;
	text-align: center
}

.regTit .rLoginBtn {
	color: #fff;
	position: absolute;
	top: 35px;
	right: 20px
}

.regTit .rLoginBtn:hover {
	background: rgba(255, 255, 255, 0.2)
}

.regTit .rLoginBtn:active {
	border-color: inherit
}

.regBox {
	background: #fff;
	padding: 50px 60px 45px;
	overflow: hidden;
	position: relative
}

.regBox .rinput {
	width: 100%;
	height: 50px;
	font-size: 20px;
	border: 1px solid transparent;
	border-radius: 3px;
	letter-spacing: 1px;
	position: relative
}

    .regBox .rinput:focus {
        background: transparent;
        z-index: 1
    }

    .regBox .rinput.active {
        color: #272b3e
    }

.regBox li {
	position: relative;
	margin-bottom: 15px
}

.regBox p {
	position: absolute;
	display: inline-block;
	line-height: 20px;
	top: 15px;
	z-index: 1
}

.regBox p.rName {
	font-size: 20px;
	left: 30px;
	cursor: text
}

.regBox p.tips {
	opacity: 0;
	right: 0;
	padding: 0 10px;
	color: #999;
	border-radius: 100px;
	font-size: 14px
}

.regBox li.active .tips {
	opacity: 0.8;
	right: 20px
}

.regBox li.active .rName {
	opacity: 0;
	left: 0
}

.regBox li.active .getCode {
	opacity: 1;
	right: 0
}

.getCode {
	position: absolute;
	top: 0;
	right: 40px;
	min-width: 120px;
	border: none;
	height: 50px;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	z-index: 1
}

.getCode[disabled],
.getCode[disabled]:active,
.getCode[disabled]:hover {
	background: #aaa
}

.verifyimg {
	height: 48px;
	width: 200px;
	cursor: pointer;
	border-radius: 0 25px 25px 0;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 2
}

.reg .sumbitBtn {
	border-radius: 3px
}

.header {
	padding: 10px 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	z-index: 999
}

.header .warp {
	max-width: 1180px;
	margin: 0 auto
}

.header li {
	float: left;
	line-height: 52px;
	margin-left: 30px
}

.header li a {
	padding: 0 10px;
	display: block
}

.header li a:hover { 
	color: #666
}

body {
    background: #37CF8D url(../images/bg.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #0cd484
}

.fontColor,
.regTit .icon-people_fill,
.regTit .icon-zhongzhimima {
	color: #0cd484
}

.lBox li.active i,
.lBox .linghtColor {
	color: #fff
}

.linghtColor {
	color: #bbb
}

.lBox input {
	border-bottom-color: #fff
}

.getCode,
.sumbitBtn {
	background: #0cd484;
	box-shadow: 5px 5px 25px rgba(73, 142, 110, .4)
}

.getCode:hover,
.sumbitBtn:hover {
	background: #45c956;
	box-shadow: 5px 5px 35px rgba(62, 185, 78, .6)
}

.getCode:active,
.sumbitBtn:active {
	background: #38a847;
	box-shadow: 5px 5px 25px rgba(62, 185, 78, .4)
}

.regTit {
	background: #0cd484;
	background-image: linear-gradient(135deg, #48c18a 0%, #5DDDA9 100%);
	color: #fff
}

.regBox .rinput {
    background: #f5f5f5;
    padding: 0 30px
}

    .regBox .rinput.active,
    .regBox .rinput:focus {
        border-color: #aaa
    }

    .regBox .rinput:focus {
        color: #0cd484
    }

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px inherit inset
}

input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 0 1000px inherit inset
}

.rightTips {
	margin: 50px auto 0
}

.rightTips span {
	display: block;
	margin: 0 auto 30px;
	line-height: 120px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #0cd484;
	overflow: hidden;
	position: relative
}

.rightTips span:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	background: inherit;
	z-index: 1
}

.rightTips i {
	text-align: center;
	transform: scaleY(0.9);
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	display: block
}

.rightText {
	text-align: center;
	margin-bottom: 80px
}

.rightTips span {
	animation: rtips 0.8s 0.2s ease forwards;
	transform: scale(0)
}

@keyframes rtips {
	0% {
		transform: scale(0)
	}
	33% {
		transform: scale(1.1)
	}
	66% {
		transform: scale(0.95)
	}
	100% {
		transform: scale(1)
	}
}

.rightTips span:before {
	animation: rspan 1s 0.4s ease forwards
}

@keyframes rspan {
	0% {
		width: 100%
	}
	100% {
		width: 0
	}
}


.lBox input:-webkit-autofill, .lBox textarea:-webkit-autofill, .lBox select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #5CD99C inset;
    -webkit-text-fill-color: #fff;
}