.crumb {
    margin: 10px 0 0 50px;
}
.reg-title {
    margin: 20px 0 0 150px;
    color: #005ba0;
    font-size: 26px;
    font-weight: bold;
}
.reg-form {
    position: relative;
    padding: 20px 150px;
    font-family: "微软雅黑",Tahoma;
}
/*表单*/
.reg-form-item {
    width: 100%;
    height: 55px;
}
.reg-form-wrap {
    height: 34px;
    overflow: hidden;
}
.reg-label {
    float: left;
    width: 80px;
    height: 34px;
    padding-right: 5px;
    color: #333;
    font-size: 16px;
    line-height: 34px;
    text-align: right;
}
.reg-input {
    float: left;
    width: 320px;
    height: 18px;
    padding: 7px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.reg-input:focus {
    border-color: #4aabff;
}
.reg-must {
    float: left;
    padding-left: 10px;
    color: #c00;
    font: 18px/34px arial;
}
/*表单提示*/
.reg-form-tip {
    display: none;
    padding-left: 87px;
    _padding-top: 2px;
    color: #666;
}
.reg-form-tip.tip-show {
    display: block;
}
.reg-form-item.company {
    margin-top: 15px;
}
.tongyi_notice {
    display: none;
    color: red;
    margin-left: 118px
}
.ps_hide {
    display: none
}
/*提交按钮*/
.btn-area {
    margin-top: 10px;
}
.btn-hasLoading-wrap {
    margin-left: 85px;
}
/*登陆入口*/
.user-login {
    position: absolute;
    right: 180px;
    top: 100px;
}
.xieyi {
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 948px;
	border-radius: 0 0 5px 5px;
    border: 1px solid #e4e4e4;
    border-top-color: #f2f2f2;
    padding: 5px 25px 14px;
    background-color: #f9f9f9;
    color: #999;
}
.xieyi p {
    margin-top: 10px;
}
.ui-w-input {
    border: 1px solid #d7d7d7;
    width: 340px;
    border-radius: 3px;
}
.ui-w-input .tel-zone {
    margin-left: 5px;
    margin-top: 6px;
    width: 80px;
    height: 24px;
    line-height: 24px;
}
.ui-w-input .tel-forenum {
    line-height: 36px;
    padding-left: 5px;
    width: 40px;
    color: #999;
    font-size: 14px;
}
.ui-w-input .ui-w-input-1 {
    width: 150px;
    border: 0px;
    padding-left: 0px;
}
