h1,h2,ol,ul {
    padding: 0px;
    margin: 0px;
}
ul {
    list-style: none;
}
.regist {
    width: 1190px;
    margin: 0 auto;
}

.regist .header{
    height: 90px;
    padding: 5px 0px;
}
.regist .header .logo{
    margin-top:30px;
    height: 60px;
    padding: 0px;
    display: inline-block;
    zoom:1;
}
.regist .header .logo h1{
    width:128px;
    height: 60px;
    background: url('../images/regist/regist_logo.png') center center;
    float: left;
}
.regist .header .logo h2{
    height:60px;
    line-height:60px;
    font-family:"微软雅黑","华文细黑","黑体",arial;
    font-size:22px;
    font-weight:400;
    margin-left: 6px;
    float: left;
}
.regist .steps{
    height: 46px;
    border-bottom: #e6e6e6 2px solid;
    position: relative;
}
.regist .steps ul{
    width:900px;
    margin: 0px auto;
}
.regist .steps ul li{
    width:170px;
    height: 46px;
    color: #999;
    line-height: 46px;
    padding-left: 70px;
    font-size: 16px;
    font-weight: 700;
    float: left;
    display: inline;
}
.regist .steps ul li i{
    width:24px;
    height: 24px;
    line-height:24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style:normal;
    font-weight:700;
    margin-right: 5px;
    display: inline-block;
    zoom:1;
    background: url('../images/regist/icon_cirele1.png') center center;
}
.regist .steps ul li i.iconfont{
    font-family: regiconfont!important;
}
.regist .steps ul li.active i{
    background: url('../images/regist/icon_cirele2.png') center center;
}
.regist .steps.steps-4 ul li{
    width:150px;
    padding-left: 30px;
}
.regist .steps.steps-4 ul li.active{
    color: #3e3e3e;
    border-bottom: #ff4700 2px solid;
}
.regist .steps.steps-5 ul li{
    width:120px;
    padding-left: 30px;
}
.regist .steps.steps-5 ul li.active{
    color: #3e3e3e;
    border-bottom: #ff4700 2px solid;
}
.regist .steps.steps-center ul{
    width:auto;
    margin: 0px auto;
    display: table;
    text-align:center;
}
.regist .steps.steps-center ul li{
    width:150px;
    height: 46px;
    color: #999;
    line-height: 46px;
    margin-left: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    display: inline;
}
.regist .steps.steps-center ul li.active{
    color: #3e3e3e;
    border-bottom: #ff4700 2px solid;
}
.fl{
    float: left;
}
.regist h3 {
    border-top: 1px solid #e7e7e7;
    padding: 2px 16px 3px;
    background: #f7f7f7;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: normal;
}

.regist .item {
    height: 34px;
    line-height:34px;
    z-index: 1;
    position: relative;
    margin-top: 10px;
}
.regist .item .item-ifo {
    height: 34px;
    line-height:34px;
    position: relative;
}
.regist .item-ifo i {
    position: absolute;
    right: 8px;
}

.regist .item-ifo .i-name {
    background: url('../images/regist/icon_user.jpg') no-repeat scroll 0 0 transparent;
    height: 16px;
    top: 12px;
    width: 16px;
}
.regist .item-ifo .i-pass {
    background: url('../images/regist/icon_password.jpg') no-repeat scroll 0 0 transparent;
    height: 19px;
    top: 11px;
    width: 14px;
}
.regist .item-ifo .tip {
    float: left;
    height: 34px;
    line-height:34px;
}
.regist .select-regName {
    z-index: 5;
}
.o-intelligent-regName {
    height: 34px;
    line-height:34px;
    float:left;
    position: relative;
    vertical-align: middle;
}

.regist .label {
    width: 200px;
    text-align: right;
    font-size: 14px;
    color: #999999;
    float: left;
}

.regist .label b {
    font-family: "宋体";
    margin-right: 5px;
    font-weight: normal;
}

.regist .text {
    width: 238px;
    height: 34px;
    line-height: 34px\9;
    border: 1px solid #cccccc;
    color: #999;
    padding-left: 5px;
}
.regist .form-control {
    height: 32px;
    line-height: 32px;
    border: 1px solid #cccccc;
    color: #999;
    font-size: 14px;
}
/* 注册协议 边框 */
.yhxy-border{
    margin: 20px auto;
    height: 300px;
    width: 800px;
    overflow: auto;
    padding: 10px;
    min-height: 200px;
    position:relative;
    background: -webkit-gradient(linear, 0% 20%, 0% 1000%, from(#fff), to(#fff), color-stop(.1,#f3f3f3));
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
    -webkit-border-bottom-right-radius: 6px 50px;
}