#main{
    padding-bottom: 50px;
    border-top: 2px solid #FF6A00;
    background-color: #fafdfc;
}
.main-tit p {
	border-bottom: 1px solid #ccc;
	padding: 50px;
	width: 65%;
	min-width: 700px;
}
.level span {
	border: 1px solid #ccc;
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.level span:not(:first-child) {
	border-left: none;
}
.level span.selected {
	background-color: #FF6A00;
	color: white;
}
.form-box .layui-input:focus {
	border-color: #FF6A00 !important;
}
.layui-input-inline.enwidth {
    width: 350px;
}
.layui-form-item .layui-error {
	white-space: nowrap;
	word-break: keep-all;
	line-height: 42px;
}
.layui-form-item {
	margin-bottom: 25px;
}
.tit{
    font-size: 39px;
    color: #2E2D2D;
    margin-top: 30px;
    text-align: center;
    font-weight: 100;
}
.form-box{
    width: 666px;
    margin: 50px auto 0;
}
.form-box .layui-form-label{
    width: 155px;
    color: #6C6C6C;
    font-size: 16px;
    line-height: 24px;
}
.layui-input-inline .layui-input {
	height: 42px;
} 
.form-box .layui-input-block{
    margin-left: 215px;
}
.form-box .layui-input-block{width: 328px;}
.form-box .layui-btn{
    width: 350px;
    height: 42px;
    font-size: 16px;
    background: #FF8025;
}
.tip1{
    color: #878787;
}
.form-box input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #C4C4C4;
}
.form-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #C4C4C4;
   opacity:  1;
}
.form-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #C4C4C4;
   opacity:  1;
}
.form-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #C4C4C4;
}
.form-box input::-ms-input-placeholder { /* Microsoft Edge */
   color: #C4C4C4;
}
.form-box .layui-input{
    border-color: #EAEAEA;
}
.pwd-strength{
    position: absolute;
    top: 4px;
    right: 34px;
}
.pwd-strength span{
    float: left;
    width: 25px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #868686;
    background: #F2F2F2;
    border-right: 1px solid #CCCCCC;
    border-bottom: 3px solid #CCCCCC;
}