﻿* {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a {
	text-decoration: none;
}
li {
	list-style-type: none;
}
img {
	border: none;
}
input{
    border:none;
}
input,
button,
select,
textarea {
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
/*背景*/
html,body {
    padding:0;
    margin:0;
	/*font-size:14px;*/
    font-family:"微软雅黑";
    height:100%;
    min-width:1180px;
    background:#e6eef5;
    background-size:cover;
}
.main{
    min-height:100%;
    position:relative;
}
.infoshow{
    min-height:1200px;
}
/*头部logo栏*/
.header{
    width:100%;
    overflow:hidden;
}
.head_box{
    width:1180px;
    margin:60px auto 50px;
    overflow:hidden;
}
.logo{
    display:block;
    margin:0 auto;
}
/*注册框*/
.register_box{
    width:1180px;
    height:auto;
    min-height:680px;
    margin:0 auto 20px;
    background:#fff;
    border-radius:4px;
    overflow:hidden;
}
.register_title_box{
    width:1120px;
    height:50px;
    margin:0 auto;
    border-bottom:1px solid #ccc;
}
.register_title_left{
    float:left;
    font-size:20px;
    color:#333;
    margin-top:13px;
    cursor:default;
    height: 27px;
}
.register_title_right{
    float:right;
    font-size:14px;
    color:#999;
    margin-top:20px;
    cursor:default;
}
.register_infobox{
    width:100%;
    height:auto;
    margin:30px auto 0;
    overflow:hidden;
}

.infobox_center{
    width:325px;
    overflow:hidden;
    margin:0 auto;
}
h3{
    font-size:16px; 
    color:#666;
    margin-bottom:20px;
    cursor:default;
}
.input_title{
    width:320px;
    font-size:14px;
    color:#999;
    margin-bottom:5px;
    margin-top:5px;
    text-align:left;
    cursor:default;
}
.register_input{
    width:310px;
    height:40px;
    border:1px solid #ccc;
    border-radius:4px;
    padding-left:10px;
    margin-bottom:5px;
    font-size:14px;
    color:#333;
}
.register_input:focus{
    border:1px solid #1a7dd3;
}
.register_input::-webkit-input-placeholder {
    color:#ccc;
}
.register_input::-moz-placeholder {
    color:#ccc;
}
.input_titlefirst{
    margin-top:0px;
}
.error_info{
    display:none;
    width:300px;
    height:16px;
    line-height:18px;
    padding-left:21px;
    font-size:12px;
    color:#ef5350;
    background:url(../images/err_icon.png) left 0 no-repeat;
}
.error_info div{
    float:left;
    width:100px;
    height:16px;
    padding-left:20px;
    background:url(../images/err_icon.png) left 0 no-repeat;
}
.error_info .short9{
    width:132px;
}
.noerror{
    background:none;
    width:320px;
    padding-left:0;
}
.yes{
    border:1px solid #43a047;
}
.last_error{
    margin-top:5px;
}
.input_error{
    border:1px solid #ef5350;
}
.verify_box{
    overflow:hidden;
    margin-bottom:10px;
}
.verify_time{
    display:none;
    width:200px;
    height:20px;
    line-height:20px;
    font-size:12px;
    color:#c2c2c2;
    cursor:default;
}
.verify_code{
    display:block;
    float:left;
    width:80px;
    height:30px;
    margin-left:-85px;
    margin-top:6px;
    cursor:pointer;
}
.phoneverify_box{
    overflow:hidden;
}
#phoneverify,#verify{
    width:215px;
    padding-left:10px;
    padding-right:95px;
    float:left;
    margin-bottom:0;
}
.getphoneverify{
    display:block;
    float:left;
    width:80px;
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#666;
    background:#e5e5e5;
    text-align:center;
    margin-left:-85px;
    margin-top:6px;
}
.phoneverifytime {
    color: #999;
}
.register_button_box{
    width:1180px;
    height:40px;
    margin-bottom:30px;
    margin-top:30px;
}
.registerbutton{
    display:block;
    width:320px;
    height:40px;
    line-height:40px;
    font-size:16px;
    color:#fff;
    border-radius:4px;
    background:#1a7dd3;
    text-align:center;
    margin:0 auto;
}
.registerbutton:hover{
    background:#1569b2;
}
.check_y {
    border: 1px solid #43a047;
}
.phoneverifytime {
    color: #999;
}
/*返回登录页*/
.return_box{
    width:130px;
    height:20px;
    margin:20px auto 0;
}
.return_box span{
    font-size:14px;
    color:#999;
}
.return_login{
    font-size:14px;
    color:#1a7dd3;
}
.return_login:hover{
    text-decoration:underline;
}
/*底部*/
.footer{
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    border-top:1px solid #ccc;
}
.footer_box{
    width:1180px;
    height:100px;
    line-height:100px;
    margin:0 auto;
    cursor:default;
}
.copyright{
    font-size:14px;
    color:#999;
    float:left;
}
.copyright span{
    font-size:14px;
    color:#999;
}
.security{
    float:left;
    height:100px;
    line-height:100px;
    margin-left:20px;
}
.security_logo{
    display:block;
    float:left;
    margin-top:39px;
    margin-right:5px;
}
.security p{
    font-size:14px;
    color:#999;
}
.phoneshow{
    display:none;
}