body{
	font-family:Microsoft YaHei;
}
.div_header {
	width: 100%;
	height: 36px;
	background: #FE6C31;
	/* position: fixed;
	right: 0;
	left: 0; */
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 0 15%; */
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}

.div_header a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
}
.div_header a:hover{
    color:#fff;
}

.site_nav {
	display: flex;
	align-items: center;
}

.site_nav>div,
.site_nav>a {
	padding: 0 6px;
}

.register {
	color: #F12C1F;
}

.site-nav-arrow {
	display: block;
	float: left;
	width: 12px;
	height: 6px;
	line-height: 6px;
	overflow: hidden;
	margin-top: 16px;
}

.site-nav-icon {
	display: block;
	margin-top: -4px;
	margin-right: 20px;
	width: 12px;
	font-family: global-iconfont;
	font-size: 12px;
	font-style: normal;
	margin-top: -3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscaleFont type;
	margin-right: 5px;
	_line-height: 33px;
	color: #9c9c9c;
}

.language_select {
	display: flex;
	align-items: center;
}

.language_select>div {
	margin-right: 6px;
}

.div_content {
	/* padding-top: 36px; */
	/* padding-left: 15%;
	padding-right: 15%; */
}

.inner_content {
	width: 1200px;
	margin: auto;
	height: 60px;
	display: flex;
    align-items: center;
}
.whole_inner{
	box-shadow: 0px 12px 6px -12px rgba(0, 0, 0, 0.05);
	background: #FFFFFF;
	width:100%;
	height:60px;
}
html,
body {
	height: 100%;
}

.container {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.div_header {
	/* 我们希望 header 采用固定的高度，只占用必须的空间 */
	/* 0 flex-grow, 0 flex-shrink, auto flex-basis */
	flex: 0 0 auto;
}

.div_content {
	/* 将 flex-grow 设置为1，该元素会占用全部可使用空间
      而其他元素该属性值为0，因此不会得到多余的空间*/
	/* 1 flex-grow, 0 flex-shrink, auto flex-basis */
	flex: 1 0 auto;
	background-color: #F2F2F2;
}

.footer {
	/* 和 header 一样，footer 也采用固定高度*/
	/* 0 flex-grow, 0 flex-shrink, auto flex-basis */
	width:100%;
	flex: 0 0 auto;
	text-align: center;
	position:fixed;
	bottom: 0px;
}

/* css3 输入框input类型为number时，去掉上下箭头方式 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.footer_icon {
	width: 30px;
	height: 30px;
	margin-right: 8px;
}

.bottom_content {
	width: 100%;
	background: #F4F4F4;
	padding: 30px 0;
}

.guarantee_box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
	padding-bottom: 22px;
	padding-top: 25px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 20px;
}

.guarantee_item {
	display: flex;
	/* align-items: center; */
	max-width: 25%;
}

.guarantee {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	flex: 1;
}

.bottom_menu {
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin-right: 100px;
}

.bottom_menu_box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}

.bottom_menu_item{
	/* margin-right: 100px; */
}

.bottom_menu_label {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 10px;
	display: block;
}

.bottom_menu_text {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 10px;
	display: block;
	cursor: pointer;
}

.code_icon {
	width: 100px;
	height: 100px;
	display: block;
}

.scan_tips {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-top: 5px;
	width: 100px;
	text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #FE6C31;
}
#page{
	max-width: 1200px;
	width: 100%;
}
.layui-layer-title {
    height: 56px !important;
    line-height: 56px !important;
    font-size: 18px !important;
}
.icon_warning{
	width: 27px;
	height: 27px;
}

.view-name{font-size: 14px;
font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
font-weight: 400;
color: #242424;margin-left:20px;}