/*重置默认的外边距和内边距*/
*{
    margin:0;
    padding:0;
    color: #000000;
    font-size: 14px;
}
/*常用标签的样式重置*/
i{
    font-style: normal;
}
a{
    text-decoration: none;
}
input{
    outline: none;
    border:none;

    
}
/*设定html和body的宽度为100%*/
html,body{
    width:100%; 
    font: 14px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #666;
}
/*头部*/
.logo{
	width: 160px;
    height:50px;
    background: url(../../images/logo.png) no-repeat;
    position: absolute;
    top:20px;
    left:20px;
}
.desc{
	font-size: 18px;
    line-height: 34px;
    border-left: 1px solid #ccc;
    position: absolute;
    left: 200px;
    top:28px;
    padding-left: 20px;
    font-weight:bold;
}
header{
	width:100%;
    height: 110px;
    box-shadow: 10px 10px 10px rgba(111,111,111,.5);
    position: relative;
}
/*注册信息*/
/*总体布局*/
form{
	width: 400px;
	margin: auto;
	margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.register-box{
	border: 1px solid #ddd;
    margin-bottom: 32px;
}
.register-box label{
	height: 40px;
    line-height: 40px;
    padding-left: 20px;
    display: inline-block;
}
.register-box input{
	width: 190px;
    height: 29px;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
}
.register-box .tips{
	position: absolute;
    margin-top: 5px;
    font-size: 14px;
    color: #ccc;
}
/*用户名*/
.register-box .username_label{
	word-spacing: 10px;
}
/*密码，确认密码，*/
.register-box .other_label{
	word-spacing: 2px;
}
/*手机号*/
.register-box span{
    position: relative;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    width: 80px;
    height: 40px;
    border-right: 1px solid #ddd;
}
.register-box span b{
    position: absolute;
    width: 8px;
    height: 40px;
    line-height: 45px;
    left: -8px;
    color: red;

}
.register-box .phone{
	padding-left: 18px;
}
/*验证码*/
#code{
	display: inline-block;
    width: 100px;
    height: 46px;
    vertical-align: middle;
    background-color: black;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 46px;
}
/*协议*/
.arguement{
	margin-bottom: 58px;
}
.arguement input{
	vertical-align: middle;
}
.arguement a{
	color: #38f;
    text-decoration: none;
    font-size: 12px;
}
/*提交按钮*/
.submit_btn span{
    display: block;
    text-align: center;
    line-height: 54px;
    height: 54px;
    color: #fff;
    background: #e22;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
}
.verification{
    display: block;
    float: right;
    width: 120px;
    margin-right: 50px;
    height: 29px;
    line-height: 29px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dddddd;
}
.verifications{
    display: none;
    float: right;
    width: 120px;
    margin-right: 50px;
    height: 29px;
    line-height: 29px;
    margin-top: 5px;
    text-align: center;
    cursor: text;
    border: 1px solid #dddddd;
    background-color: #aaaaaa;
}
.select{
    width: 79px;
    float: right;
    cursor: pointer;
    text-align: center;
    position: relative;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.select div{
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 20px;
    margin-top: 14px;
    background: url(../../images/T1J6x.FkFeXXX_ownc-30-40.png) 0px -20px no-repeat;
}
.select dd{
    padding-left: 10px;
    text-align: left;
}
.hide ul{
    top: 41px;
    position: absolute;
    /*max-height: 166px;*/
    display: none;
    width: 100%;
    /*left: -1px;*/
    background-color: #eee;
    overflow-x: hidden; 
    border: 1px solid #dddddd;
    /*border-right: 1px solid #dddddd;*/
    -webkit-scrollbar {display:none}
}
.hide ul::-webkit-scrollbar {display:none}
.hide ul li{
    /*width: 47px;*/
    display: inline-block;
    padding: 0 6px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    float: left;
    list-style: none;
    /*background-color: #eee;*/
    border: 1px solid #dddddd;
    /*border-top: 1px solid #dddddd;*/
    box-sizing: border-box;
    margin: 3px 6px;
    background-color: #fff;
}
 .hide input{
    display: none;
}
.error{
    width: 120px;
    height: 25px;
    position: absolute;
    color: red;
    left: 140px;
    top: -40px;
    font-size: 16px;
    text-align: center;
    display: none;
}
/*.hide div{
    width: 95px;
    height: 40px;
    float: right;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    background-image: url(../../images/T1J6x.FkFeXXX_ownc-30-40.png);
}
.hide select{
    text-align: center;
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
    padding-left: 25px;
}
.hide select option{
    height: 40px;
    line-height: 40px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
} */

/* .hide div:after{
    content: "";
    width: 14px;
    height: 8px;
    background: url(../../images/T1J6x.FkFeXXX_ownc-30-40.png) no-repeat center;
    position: absolute;
 right: 20px;
    top: 45%;
    pointer-events: none;
} */