
/*总体布局*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form{
    padding: 0 10px;
    margin: auto;
}
.register-box{
    height: 44px;
    line-height: 44px;
    margin-bottom: 16px;
}
.register-box-on{
    height: 144px;
}
.register-box-btn{
    padding: 30px 0;
}
.register-box .register-left{
    width: 85px;
    float: left;
    text-align: right;
    display: inline-block;
    color: #929292;
    font-size: 14px;
}
.register-box .register-left em{
    margin-right: 5px;
}
.register-box .register-right{
    width: 419px;
    float: right;
    display: inline-block;
    position: relative;
}

.register-box .register-right input{
	width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 5px 10px;
    color: #666;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
    background: unset;
    border: 1px solid #e9e9e9;
}
.register-box .register-right .mdn-file {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px 10px;
    position: absolute;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 11;
    bottom: 0;
    right: 0;
}
.register-box .register-right .mdn-input{
    background: 0 0;
    position: relative;
    vertical-align: top;
    border-width: 0 0 1px;
    display: -moz-inline-stack;
    display: inline-block;
    color: #34495E;
    outline: 0;
    height: 44px;
    width: 100%;
    text-indent: 110px;
    border: unset;
    -webkit-tap-highlight-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.register-box .register-right .mdn-button {
    position: absolute;
    width: auto;
    left: 0;
    float: none;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    z-index: 10;
    color: #ff7214;
    background: #fffaf7;
    border: 1px solid #ffc59e;
}
.register-box .register-right select{
	width: 100%;
    height: 44px;
    line-height: 44px;
    text-indent: 10px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
    background: unset;
    border: 1px solid #e9e9e9;
}
.register-box .register-right textarea{
	width: 100%;
    height: 144px;
    line-height: 1.5;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
    background: unset;
    border: 1px solid #e9e9e9;
}

.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{
    display: inline-block;
    width: 77px;
    height: 44px;
    border-right: 1px solid #ddd;
}
.register-box .phone{
	padding-left: 18px;
}


.submit_btn button{
    width: 103px;
    height: 40px;
    color: #fff;
    background: #f97721;
    border: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
    cursor: pointer;
}
.no-bot {
    background-color: #f5f5f5!important;
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.none{
	display:none;
}

.register-box .register-right .from-row-r .input-file-show:focus, .register-box .register-right input, .register-box .register-right select, .register-box .register-right textarea, .submit_btn button{
    outline:none
}



/* Checkbox Classic Rounded */
.section-row {
    display: flex;
    flex-wrap: wrap;
}
.cb-item_classic-rnd,
.cb-item_classic-rnd *,
.cb-item_classic-rnd *::before,
.cb-item_classic-rnd *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.cb-item_classic-rnd {
	position: relative;
	display: block;
    margin-right: 30px;
}

.cb-item_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.cb-item_classic-rnd .cb-item_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255,255,255, 0);
}

.cb-item_classic-rnd .cb-item_label-content {
	width: auto;
    padding-left: 10px;
    color: #666;
    font-size: 14px;
    border: unset;
}

.cb-item_classic-rnd .cb-item_marker {
	position: relative;
	display: inline-block; /* Needs for IE10 */
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid;
	border-color: #aaa;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, .1);
	        box-shadow: 0 2px 3px rgba(0,0,0, .1);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.cb-item_classic-rnd .cb-item_marker::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 3px;
	opacity: 0;
	display: block;
	width: 11px;
	height: 7px;
	background-color: transparent;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-color: #fff;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: translateY(-65%) rotate(-45deg);
	        transform: translateY(-65%) rotate(-45deg);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

/* Checkbox Classic Rounded :hover State */

.cb-item_classic-rnd .cb-item_input:hover + .cb-item_label .cb-item_marker {
	border-color: #333;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.cb-item_classic-rnd .cb-item_input:hover + .cb-item_label .cb-item_marker::before {
	opacity: .25;
	border-color: #333;
}

/* Checkbox Classic Rounded :checked State */

.cb-item_classic-rnd .cb-item_input:checked + .cb-item_label .cb-item_marker {
	background-color: #f97721;
	border-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.cb-item_classic-rnd .cb-item_input:checked + .cb-item_label .cb-item_marker::before {
	opacity: 1;
}

.cb-item_classic-rnd .cb-item_input:checked:hover + .cb-item_label .cb-item_marker::before {
	border-color: #fff;
}

/* Checkbox Classic Rounded :disabled State */

.cb-item_classic-rnd .cb-item_input:disabled + .cb-item_label {
	cursor: default;
}

.cb-item_classic-rnd .cb-item_input:disabled + .cb-item_label .cb-item_marker {
	background-color: #eee;
	border-color: #aaa;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.cb-item_classic-rnd .cb-item_input:disabled:hover + .cb-item_label .cb-item_marker::before {
	opacity: 0;
}

/* Checkbox Classic Rounded :disabled:checked State */

.cb-item_classic-rnd .cb-item_input:disabled:checked + .cb-item_label .cb-item_marker::before {
	opacity: 1;
	border-color: #333;
}

/* END Checkbox Classic Rounded */
