.fl { float: left !important; }
.fr { float: right !important; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.clearfix { zoom: 1; }
.clearfix:after { display: table; content: ""; clear: both; }
.box { display: flex; height: 100%; text-overflow: ellipsis; white-space: nowrap; align-items: center; margin: 0 auto; }
.hide { display: none; }

.btn { margin: 3px 0 3px 3px; display: block; text-align: center; border: 1px solid; height: 38px; line-height: 38px; border-radius: 19px; }
.btn-primary { background-color: #dfb926; border: 0; color: #fff; }

.clickable { cursor: pointer; }

.c-black { color: #070707; }

.text-center {text-align: center;}

.unselectable {
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently not supported by any browser */
	cursor: default;
}

.guan-box {
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */   
	display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
	flex-flow: row nowrap;
}

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
}

html {
	font-size: 16px;
	overflow: visible;
}

body {
	margin: 0;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
	/*background-color: #f3f3f3;*/
	background-color: #fff;
	overflow: visible;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
}

button {
	outline: none;
}

input, button, textarea {
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

ul {
	list-style-type: none;
}

a {
    text-decoration: none;
    color: #5b6ca7;
	outline: none;
}

a.title {
	display: block;
}

a.title:hover {
	color: #ff9501;
}


/* 公共头部导航 */

.navbar {
	height: 65px;
	font-size: 18px;
	line-height: 65px;
	background-color: #fff;
}

.navbar a {
	color: #000;
}

.navbar:after {
	zoom: 1;
	clear: both;
	content: '';
}

.navbar.navbar-fixed-top {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 170426;
	position: fixed;
	border-bottom: 1px solid #bfbfbf;
}

.fixed-width {
	z-index: 2;
	margin: auto;
	width: 1046px;
	background-color: #f3f3f3;
}

.navbar .logo {
	margin-right: 60px;
}

.navbar .logo img {
	border: none;
	vertical-align: middle;
}

.navbar .subnav {
	height: 65px;
	line-height: 65px;
}

.navbar .subnav .avatar {
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 21px;
}

.navbar .subnav>li {
	float: left;
	margin-left: 2px;
}

.navbar .subnav>li a {
	height: 44px;
	padding: 0 8px;
	display: block;
}

.navbar .subnav>li.active a {
	color: #ff9900;
}

.navbar .subnav>li:hover {
	height: 64px;
	background-color: #f4f4f4;
}

.navbar .subnav:after {
	zoom: 1;
	clear: both;
	content: '';
}

.navbar .dropdown {
	padding-right: 18px !important;
	position: relative;
}

.navbar .dropdown:after {
	top: calc(50% - 2px);
	right: 5px;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333333;
}

.navbar .dropdown:hover:after {
	top: calc(50% - 1px);
}

.navbar .dropdown .dropdown-menu {
	top: 100%;
	left: 0px;
	display: none;
	position: absolute;
	min-width: 160px;
	background-color: #fff;
	padding: 5px 0;
	font-size: 14px;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	filter: drop-shadow(0 2px 8px rgba(0,0,0,.1));
	-webkit-filter: drop-shadow(0 2px 8px rgba(0,0,0,.1));
}

.navbar .dropdown:hover .dropdown-menu {
	display: block !important;
}

.navbar .dropdown .dropdown-menu li {
	height: 50px;
	line-height: 50px;
}

.navbar .dropdown .dropdown-menu li:hover {
	background-color: #f4f4f4;
}

.navbar .dropdown .dropdown-menu li a {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	display: block;
}

.navbar .navbar-btn {
	margin-left: 12px;
	width: 86px;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	color: #fff;
	background-color: #ff9900;
	text-align: center;
	margin-top: 18px;
}

ul.navbar-menu {
	width: 100%;
	position: fixed;
	font-size: 16px;
	text-align: left;
	padding: 1.78rem 2.99rem;   /* 28.46px 47.87px */
	background-color: #fff;
	display: none;
	z-index: 1;
	box-shadow: 0 0 3px #ccc;
}

ul.navbar-menu li {
	width: 100%;
	height: 2.59rem;       /* 41.4px */
	line-height: 2.59rem;  /* 41.4px */
	border-bottom: 1px solid #a6a7ab;
}

.navbar-menu-toggle {
	top: 7px;
	left: 0.97rem;        /* 15.53px */
	width: 1.62rem;       /* 25.88px */
	height: 1.62rem;      /* 25.88px */
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	background-image: url(/static/images/navbar_menu_toggle.png);
}

.navbar-menu-toggle.active {
	background-image: url(/static/images/navbar_menu_close.png) !important;
}

.guan-main {
	margin-top: 65px;
}

/* 留言框 */
.reply-shield {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	outline: 0;
	z-index: 20180101;
	-webkit-overflow-scrolling: touch;
	background-color: rgb(0, 0, 0);  
	filter: alpha(opacity=60);  
	background-color: rgba(0, 0, 0, 0.6); 
}

.reply-dialog {
	font-size: 16px;
	position: absolute;
	width: 100%;
	height: 9.65em;       /* 154.41px */
    padding: 0 0.93em;    /* 14.88px */
	left: 0;
	bottom: 0;
	background-color: #f6f6f6;
	border: 1px solid #dcdcdc;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.reply-dialog textarea {
	width: 100%;
	height: 6.29em;      /* 100.7px */
	font-size: 16px;
	margin-top: 0.84em;  /* 13.43px */
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	outline: none;
	padding: 3px;
	resize: none;
}

.reply-dialog button {
	float: right;
	outline: none;
	width: 4.17em;     /* 54.27px */
	height: 1.98em;    /* 25.74px */
	border: none;
	border-radius: 5px;
	background-color: #ff9501;
	color: #fff;
	font-size: 13px;
	margin-top: 1px;
}

/* 大屏适配 */
@media screen and (min-width: 1067px) {
	.fl-large {
		float: left !important;
	}
	.show-small {
		display: none !important;
	}
}

/* 小屏适配 */

@media screen and (max-width: 1068px) {
	.recommends {
		display: none !important;
	}
	.guan-main {
		margin-top: 2.375rem !important;  /* 38px */
	}
	.container {
		width: 100% !important;
	}
	.isolate-small {
		float: none !important;
		width: 100% !important;
	}
	.hide-small {
		display: none !important;
	}
	.navbar.navbar-fixed-top {
		border: none !important;
		height: 2.43rem !important;       /* 38.34px */
		line-height: 2.43rem !important;  /* 38.34px */
		background-color: #f3f3f3 !important;
		text-align: center;
	}
	.fixed-width {
		position: relative;
		margin: 0 !important;
		width: 100% !important;
	}
	.center-small {
		text-align: center;
		margin: auto !important;
	}
	.navbar .logo {
		width: 110px !important;
		height: 1.62rem !important;    /* 25.88px */
	}
	.navbar .logo img:nth-child(1) {
		width: auto !important;
		height: 38px !important;
	}
}
