/*******************清除样式******************/
body, div, ul, li, a, span, p, img {
    margin: 0;
    padding: 0;
}

/*******************注册界面盒子**************/
.register {
    width: 100%;
    height: 360px;
    background-color: #ff4e4e;
    position: relative;
}

/****************注册界面左上角logo*****************/
/*97X34 left:24% top:26%*/
.register_logo {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 8%;
    top: 16%;
}
.chuangfan{
    position: absolute;
    top: 19%;
    left: 20%;
    color: #fff;
    margin-top: 0;
    font-size: 22px;
}

/*******************注册界面主体盒子**************/
.register_container {
    width: 702px;
    /*height: 408px;*/
    height: 500px;
    border: 1px solid #DCE1E6;
    box-sizing: border-box;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    margin-left: -351px;
    text-align: center;
    margin-top: 155px;
    padding: 5%;
}

/*******************注册界面主体左边**************/
.register_con_left {
    /*border: 1px solid red;*/
    float: left;
    list-style: none;
}

/*******************注册界面主体左边列表**************/
.register_con_left li {
    font-size: 14px;
    color: #555;
}

/****注册界面主体左边列表中input(txt、pwd、btn)**************/
.register_con_left .register_con_left_txt, .register_con_left .register_con_left_pwd,.register_con_left .register_con_left_code, .register_con_left .register_con_left_button {
    width: 290px;
    height: 48px;
    border: none;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
    outline: none;
    color: #B5B5C6;
    padding: 10px;
    box-sizing: border-box;
}
.register_btn{
    position: absolute;
    margin-top: -55px;
    margin-left: 60px;
    border: none;
    padding: 5px;
    background-color: #ff4e4e;
    color: white;
}

/****注册界面主体左边列表中input(txt、pwd、btn)被点击时绿框**************/
.register_con_left .input_active_green {
    border: 1px solid #004AAE;
}

/****注册界面主体左边列表中input(txt、pwd、btn)出错时红框加警告**************/
.register_con_left .input_error {
    border: 1px solid red;
}

.register_con_left .error {
    display: none;
    text-align: left;
    margin-top: -18px;
    margin-bottom: 20px;
    font-size: 12px;
    color: red;
}

.register_con_left .error img {
    position: relative;
    top: 4px
}

/*************注册界面主体左边列表中a**************/
.register_con_left a {
    text-decoration: none;
    float: right;
    margin-bottom: 20px;
    font-size: 14px;
    color: #004AAE;
}

/************注册界面主体左边列表中btn**************/
.register_con_left .register_con_left_button {
    border: none;
    background-color: #ff4e4e;
    color: #FFF;
    font-size: 18px;
}
 .register_con_left .disabled{
	 border: none;
    background-color: #ddd;
    color: #FFF;
    font-size: 18px;width: 290px;
    height: 48px;
    border: none;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
    outline: none;
    color: #B5B5C6;
    padding: 10px;
    box-sizing: border-box;
}
/*******************登录界面主体右边**************/
.register_con_right {
    /*border: 1px solid blue;*/
    float: right;
    list-style: none;
}

/*******************注册界面主体右上p**************/
/*.login_con_right > p {*/
/*padding-bottom: 10px;*/
/*}*/

/*******************注册界面主体右下p**************/
/*.login_con_right p {*/
/*color: #555;*/
/*font-size: 14px;*/
/*}*/

/*******************注册界面主体右边二维码**************/
.register_con_right_qrcode {
    width: 130px;
    height: 130px;
    margin-top: 38px;
}

/*******************注册界面主体右边底部文字**************/
span {
    clear: both;
    display: block;
    margin-top: 262px;
    color: #CCC;
}

.error span{display: inline-block; margin-top: 0;}
/*****************注册页面协议******************/
.container{
	padding:0  20%;
}
div ,strong{
	margin:0;
	padding:0;
	text-align:left;
	line-height: 20px;;
}
.third{
	text-indent:40px;
}
.first{
	font-weight:bold;
	margin:20px 0;
}
.close{
	text-align:center;
}
.close>a{
	font-size:18px;
	color:#fff;
	display: block;
	padding:10px 20px;
}
.checkbox{
	position:relative;
	right:20% !important;
}
.title{
	text-align:center;
	margin:20px 0;
	font-weight:bold;
}
