﻿@charset "utf-8";
/* CSS Document */
*{
	font-family: PingFang SC,-apple-system,Arial,Microsoft YaHei,Microsoft JhengHei,Helvetica Neue,sans-serif;
}
.clearfix{*zoom:1}
.clearfix:after{clear:both;content:".";display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
p,h1,h2,h3,h4,h5,h6,ol,ul,dl,li,dd,dt,form,body,input{ margin:0; padding:0}
a{ text-decoration:none; color:#fff}
li{ list-style:none}
body{ font-family:"微软雅黑"; font-size:12px;}
a:link{ text-decoration:none} 
a:visited{text-decoration: none} 
a:active{text-decoration:none}
a:hover{text-decoration:none}


/*登录*/
.register-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url(../images/line_bg.jpg) center;
}
.login-logo{
	margin:30px 38px;
}
.register-box{
	background:url(../images/login_main.png) no-repeat;
    margin: auto;
    width: 835px;
    height: 929px;
    overflow: hidden;
	position: absolute;
    z-index: 51;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.register-input span {
    display: block;
    width: 93px;
    height: 40px;
    float: left;
    text-align: right;
    color: #618b96;
    line-height: 40px;
    margin-right: 20px;
	font-size:18px;
}
.register-input input{
	width:321px;
	height:42px;
	display: block;
    float: left;
    line-height: 42px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #98bdc8;
	outline:none;
	background:none;
	font-size: 16px;
    color: #85b1bc;
    padding-left: 8px;
	
}
.register-input input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ 
    color:#85b1bc; 
    font-size:16px; 
}

.register-input input:-moz-placeholder,textarea:-moz-placeholder{ 
    color:#85b1bc; 
    font-size:16px; 
}

.register-input input::-moz-placeholder,textarea::-moz-placeholder{ 
       color:#85b1bc; 
       font-size:16px; 
} 
.register-input input:-ms-input-placeholder,textarea:-ms-input-placeholder{ 
   color:#85b1bc; 
   font-size:16px; 
}

.register-input {
    overflow: hidden;
    margin-top: 23px;
}
.register-form{
	width: 450px;
    margin-left: 182px;
    height: 275px;
    margin: 380px auto 0;
}
.re_qq{
	position: relative;
    right: 242px;
    top: 9px;
}
.re-chat{
	background: -webkit-linear-gradient(right,#06b6c6,#0cd2af);
    background: -moz-linear-gradient(right,#06b6c6,#0cd2af);
    background: -ms-linear-gradient(right,#06b6c6,#0cd2af);
    background: -o-linear-gradient(right,#06b6c6,#0cd2af);
    background: -linear-gradient(right,#06b6c6,#0cd2af);
    font-size: 17px;
    color: #fff;
    padding: 11px 20px;
    display: inline-block;
    border-radius: 8px;
    float: left;
}
.register-btn{
	background: url(../images/re_btnbg.png) no-repeat;
    height: 86px;
    width: 448px;
    border: none;
    margin-top: -20px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
	outline:none;
	cursor:pointer;
	text-align:center;
	line-height:80px;
}
.login{
	text-align:center;
}
.login a{
	font-size:16px;
	color:#666;
	text-align:center;
}
.login-logo{
	margin-top:0;
}
.login-logo img{
	margin-top: 30px;
}
.register-bg{
	position: inherit;
}
.register-box{
	margin-top:-100px !important;
	position: inherit;
	transform: inherit;
}
.zzsc {
	width: 249px;
	height: 196px;
	position: fixed;
	z-index: 99;
	
	right: 0px;
	bottom: 10px;
}
.add_img{
	width: 100%;
	height: 100%;
}
.add_img a {
	display: block;
	width: 100%;
	height: 100%;
	background-size:100% auto;
	background: url(../images/delltall.png) no-repeat center;
}

.zzsc .close {
	width: 20px;
	height: 20px;
	background-size: 100% auto;
	background-image: url(../images/close_dell.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}







