body{
	max-width: 942px;
	margin: 0 auto;
	padding: 0 10px;
}
@media (min-width:768px) {
	body {
		padding: 0px;
	}
}
.font16 {
	font-size: 16px;
}
.form-group {
	min-height: 34px;
	margin: 20px 0;
	clear: both;
	line-height: 34px;
}
.form-control {
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
select.form-control {
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
}
@media (max-width:768px) {
	.box {
		font-size: 16px;
	}
	select.form-control {
		font-size: 16px;
	}
}
@media (max-width:640px) {
	.box {
		font-size: 14px;
	}
	select.form-control {
		font-size: 14px;
	}
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.col-red {
	color: red;
}
.margin0 {
	margin: 0;
}
.btn-default,.btn-default:hover,.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active,.btn-default:active:hover,.btn-default.active:hover,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	background-color: #393234;
	border-color: #393234;
}

#reg-menu {
    background: #393234 none repeat scroll 0 0;
    border-bottom: 3px solid #000;
    width: auto;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
}
#reg-menu.height-auto {
	height: auto;
}
#reg-menu .menu_item.menu-cur {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    color: #fff;
}
#reg-menu .menu_item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #574d50 -moz-use-text-color #574d50 #574d50;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #cbcbcb;
    display: block;
    float: left;
    padding: 0 20px;
    font: 12px/38px "Microsoft yahei";
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
#reg-menu .menu-icon {
	display: none;
    border: 1px solid transparent;
    float: right;
    padding: 10px 10px 14px;
    line-height: 16px;
    text-align: left;
}
#reg-menu .menu-icon:hover,#reg-menu .menu-icon:focus  {
	text-decoration: none;
}
#reg-menu .menu-icon span {
	border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    float: right;
    clear: both;
    margin-bottom: 4px;
    background-color: #cbcbcb;
}
#reg-menu .logout {
	float: right;
}
@media (max-width:768px) {
	#reg-menu .menu_item {
		float: none;
	}
	#reg-menu .menu-icon {
		display: block;
	}
	#reg-menu .logout {
		float: none;
	}
}
#reg-menu .menu_item:not(.logout):last-child {
    border-right: 1px solid #574d50;
}
.hello-page {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #7c7c7c;
}
.hello-page h2 {
	color: #000;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}
.hello-page h2 small {
	font-size: 16px;
}
.hello-page .font {
	color: #7c7c7c;
    display: block;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 18px;
    position: relative;
}

.hello-page .font i {
    background: #7c7c7c none repeat scroll 0 0;
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 6px;
}
.hello-page .hint {
	padding-top: 10px;
	border-top: 1px #7c7c7c solid;
}



