input, button {
    font: 12px/1.4 Arial,Helvetica,'Hiragino Sans GB','Microsoft YaHei',sans-serif;
}
.confirm-dialog {
	color: #4E4E4E;
	background-color: #fff;
	border-radius: 6px;
	z-index: 25;
	padding: 53px 38px 42px
}

.confirm-dialog .confirm-inner {
	font-size: 18px;
	color: #6b6b6b;
	text-align: center
}

.confirm-dialog .close {
	position: absolute;
	right: 10px;
	top: 13px;
	display: block;
	height: 18px;
	width: 18px;
	cursor: pointer
}

.confirm-dialog .close .icon-close {
	height: 10px;
	width: 10px
}

.confirm-dialog .btn-group {
	margin-top: 50px
}

.confirm-dialog .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: auto;
	padding: 11px 44px;
	line-height: 18px;
	font-size: 16px;
	background-color: #ff635c;
	border-radius: 4px;
	color: #fff;
	border: 0;
	outline: 0;
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(14,5,9,.16)
}

.confirm-dialog .cancel {
	margin-right: 41px;
	color: #9e9e9e;
	background-color: #fafafa;
	box-shadow: 0 2px 2px rgba(14,5,9,.16)
}

.feedback_dialog,.feedback_dialog * {
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.feedback_dialog {
	position: fixed;
	right: -362px;
	bottom: 115px;
	z-index: 35
}

.feedback_dialog.on {
	right: 0;
}

.feedback_dialog .dialog-header {
	border-top: 2px solid #f44d4d;
}

.feedback_dialog .dialog-header h3 {
	color: #f44d4d
}

.feedback_dialog .feedback_panel {
	width: 320px;
	padding: 0 20px 10px;
	font-size: 13px;
	line-height: 20px
}

.feedback_dialog .email,.feedback_dialog .content {
	border-radius: 4px;
	border: 1px solid #d7d7d7;
	color: #5e5e5e;
	height: 18px;
	width: 300px;
	padding: 0;
	outline: 0;
	background: #f2f2f5;
	padding: 5px 10px;
	resize: none
}

.feedback_dialog .email:focus,.feedback_dialog .content:focus {
	box-shadow: 0 0 2px 0 #00f
}

.feedback_dialog .submit-btn {
	height: auto;
	padding: 8px 30px;
	line-height: 18px;
	font-size: 16px;
	background-color: #f44d4d;
	border-radius: 3px;
	color: #fff;
	border: 0;
	outline: 0;
	cursor: pointer
}

.feedback_dialog .submit-btn:hover {
	background-color: #C52424
}

.feedback_dialog .msg {
	margin-left: 5px
}

.feedback_dialog .error {
	color: red
}

.feedback_dialog .input-group {
	margin-bottom: 10px;
	position: relative
}

.feedback_dialog .label {
	margin-bottom: 5px
}

.feedback_dialog .close {
	position: absolute;
	right: 0;
	top: 10px
}

.v2016 .feedback_dialog {
	top: 35px;
	bottom: initial!important
}

.v2016 .feedback_dialog .email,.v2016 .feedback_dialog .content {
	border-color: #e8e8e8;
	background: #f5f6f7
}

.login-dialog {
	color: #4E4E4E;
	background-color: #fff;
	border-radius: 6px;
	z-index: 25;
	*width: 530px
}

.login-dialog .btn {
	position: absolute;
	right: 10px;
	top: 13px;
	display: block;
	height: 18px;
	width: 18px;
	cursor: pointer
}

.login-dialog .btn .icon-close {
	height: 10px;
	width: 10px
}

.login-dialog .login-dialog-header {
	padding: 28px 0 20px 84px
}

.login-dialog .login-dialog-header h3 {
	font-size: 18px;
	font-weight: 700;
	color: #4f5157;
	line-height: 1px
}

.login-dialog .login-pannel {
	padding: 8px 113px 0;
	width: 306px
}

.login-dialog .login-dialog-header {
	font-size: 18px;
	font-weight: 700;
	color: #4f5157;
	line-height: 1px;
	padding-top: 28px;
	padding-bottom: 20px;
	padding-left: 84px
}

.login-dialog .error {
	color: red;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 10px;
	display: none
}

.login-dialog .left {
	padding-top: 40px
}

.login-dialog .input-group {
	margin-bottom: 15px
}

.login-dialog .input {
	border: 1px solid #e9e9e9;
	border-radius: 4px
}

.login-dialog .input label {
	font-size: 16px;
	color: #6b6b6b;
	padding: 13px 10px
}

.login-dialog .name,.login-dialog .password {
	border: 0;
	color: #5e5e5e;
	font-size: 16px;
	height: 18px;
	width: 227px;
	padding: 0;
	outline: 0;
	padding: 13px 10px
}

.login-dialog .name input,.login-dialog .password input {
	background-color: #fff
}

.login-dialog .name {
	background-position: 10px 10px
}

.login-dialog .password {
	background-position: 10px -45px
}

.login-dialog .submit-btn {
	margin-top: 20px;
	height: auto;
	padding: 11px 66px;
	line-height: 18px;
	font-size: 16px;
	background-color: #ff635c;
	border-radius: 4px;
	color: #fff;
	border: 0;
	outline: 0;
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(14,5,9,.16)
}

.login-dialog .submit-btn:hover {
	background-color: #ff746e
}

.login-dialog .submit-btn:active {
	background-color: #ff635c
}

.login-dialog .label {
	font-size: 14px;
	color: #9e9e9e
}

.login-dialog .other {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 20px
}

.login-dialog .sns_login_list {
	margin: 10px auto 30px;
	width: 400px
}

.login-dialog .sns_login_list li {
	float: left
}

.login-dialog .sns_login_list li a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	width: 80px;
	color: #9e9e9e;
	text-align: center
}

.login-dialog .sns_login_list li a:hover {
	color: #dc2525
}

.login-dialog .sns_login_list li .icon {
	display: block;
	height: 40px;
	width: 40px;
	margin: 0 auto
}

.login-dialog .sns_login_list .sinaweibo .icon {
	background-repeat: no-repeat;
}

.login-dialog .sns_login_list .qqweibo .icon {
	background-repeat: no-repeat;
}

.login-dialog .sns_login_list .qzone .icon {
	background-repeat: no-repeat;
}

.login-dialog .sns_login_list .renren .icon {
	background-repeat: no-repeat;
}

.login-dialog .sns_login_list .weixin .icon {
	background-repeat: no-repeat;
}

.login-dialog .bottom-line {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px
}

.login-dialog .captcha-box {
	display: none
}

.login-dialog .captcha-box .input input {
	width: 158px
}

.login-dialog .captcha-box img {
	height: 46px;
	width: 122px;
	vertical-align: bottom
}

.toast {
	width: 200px;
	height: 140px;
	background-color: #fff;
	border-radius: 4px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 22
}

.toast .toast-body {
	text-align: center;
	padding: 20px 5px
}

.toast .toast-body .toast-status-icon {
	display: block;
	width: 48px;
	height: 48px;
	background: no-repeat;
	margin: 0 auto
}

.toast .toast-body .toast-status-icon.toast-success {
	background-repeat: no-repeat;
}

.toast .toast-body .toast-status-icon.toast-fail {
	background-repeat: no-repeat;
}

.toast .toast-body .toast-message {
	margin-top: 16px;
	font-size: 18px;
	color: #5d5d5d
}

#pagelet-nav {
	min-width: 1000px;
	width: 100%;
	height: 70px;
	background-color: #f8f8f8;
	position: relative;
	box-shadow: 0 2px 0 rgba(255,59,59,.9);
	z-index: 10
}

#pagelet-nav .layer {
	position: absolute;
	border: 1px solid #d9d9d9;
	box-shadow: 0 0 1px 0 #d7d7d7;
	background: #fff;
	z-index: 12;
	font-size: 12px;
	right: 0;
	min-width: 80px;
	display: none
}

#pagelet-nav .layer .layer-item {
	cursor: pointer;
	display: block;
	width: auto;
	padding: 6px 15px;
	color: #5e5e5e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

#pagelet-nav .layer .layer-item:hover {
	background-color: #f2f2f5
}

#pagelet-nav .nav-inner {
	width: 1000px;
	margin: 0 auto;
	height: 70px
}

#pagelet-nav .nav-inner .nav-logo {
	float: left;
	width: 319px;
	height: 50px;
	display: block;
	padding-top: 20px
}

#pagelet-nav .nav-inner .nav-logo .logo,#pagelet-nav .nav-inner .nav-logo .logo-box {
	height: 32px;
	width: 319px;
	display: block
}

#pagelet-nav .nav-inner .nav-title {
	width: 334px;
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	float: left;
	text-align: right;
	margin-right: 50px
}

#pagelet-nav .nav-inner .nav-title ul {
	height: 55px;
	padding-top: 15px
}

#pagelet-nav .nav-inner .nav-title li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 55px;
	height: 55px;
	vertical-align: top;
	margin-right: 24px
}

#pagelet-nav .nav-inner .nav-title .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #9e9e9e
}

#pagelet-nav .nav-inner .nav-title .btn:hover span,#pagelet-nav .nav-inner .nav-title .btn.selected span {
	color: #ed4040
}

#pagelet-nav .nav-inner .nav-subtitle {
	height: 70px;
	line-height: 70px;
	float: left
}

#pagelet-nav .nav-inner .nav-subtitle .layer {
	font-size: 12px;
	line-height: 20px;
	top: 45px
}

#pagelet-nav .nav-inner .nav-subtitle .layer li {
	float: none
}

#pagelet-nav .nav-inner .nav-subtitle .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #9e9e9e;
	padding: 0 11px;
	overflow: hidden;
	vertical-align: middle
}

#pagelet-nav .nav-inner .nav-subtitle .line {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 14px;
	line-height: 14px;
	border-right: 1px dotted #dbdbdb
}

#pagelet-nav .nav-inner .nav-subtitle .icon {
	vertical-align: -2px;
	*vertical-align: 2px
}

#pagelet-nav .nav-inner .nav-subtitle .nav-list {
	height: 58px;
	padding-top: 12px
}

#pagelet-nav .nav-inner .nav-subtitle .nav-item {
	position: relative;
	line-height: 55px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 55px;
	vertical-align: top
}

#pagelet-nav .nav-inner .nav-subtitle .nav-item:hover span {
	color: #6b6b6b
}

#pagelet-nav .nav-inner .nav-subtitle .username-box .user-head {
	width: 112px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right
}

#pagelet-nav .nav-inner .nav-subtitle .username-box img {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle
}

#pagelet-nav .show-layer .layer {
	display: block
}

#pagelet-feedback {
	position: fixed;
	bottom: 73px;
	margin-left: 506px;
	left: 50%;
	z-index: 20;
	display: none
}

#pagelet-feedback .btn {
	display: block
}

#pagelet-feedback .btn .icon {
	height: 34px;
	width: 34px
}

#pagelet-nnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#pagelet-nnav.scroll {
	margin-top: -20px
}

#pagelet-nnav .layer {
	position: absolute;
	border: 1px solid #d9d9d9;
	background: #fff;
	z-index: 200;
	font-size: 14px;
	right: 0;
	width: 130px;
	border-radius: 4px;
	padding-top: 10px;
	display: none
}

#pagelet-nnav .layer:before,#pagelet-nnav .nav-layer:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 8px;
	top: -8px;
	left: 50%;
	margin-left: -6px;
	background-repeat: no-repeat;
}

#pagelet-nnav .layer-item {
	cursor: pointer;
	display: block;
	width: auto;
	height: 42px;
	line-height: 42px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center
}

#pagelet-nnav .layer-item:hover {
	background-color: #f2f2f5
}

#pagelet-nnav .show-layer .layer,#pagelet-nnav .show-layer .nav-layer {
	display: block
}

#pagelet-nnav .nav-layer {
	position: absolute;
	border: 1px solid #d9d9d9;
	background: #fff;
	z-index: 200;
	font-size: 14px;
	left: 50%;
	margin-left: -66px;
	width: 130px;
	border-radius: 4px;
	padding-top: 10px;
	display: none
}

#pagelet-nnav .topbarWrapper {
	position: relative;
	height: 34px;
	line-height: 34px;
	background: #222;
	color: #fff;
	font-size: 14px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

#pagelet-nnav .topbarWrapper .tb-item {
	position: relative;
	float: left
}

#pagelet-nnav .topbarWrapper li#mth {
    background-color: #ed4040;
    width: 68px;
    text-align: center;
	transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

#pagelet-nnav .topbarWrapper .tb-item:first-child>.tb-link {
	border: 0
}

#pagelet-nnav .topbarWrapper .tb-link {
	padding: 0 16px;
	border-left: 1px dotted #fff;
	border-color: rgba(255,255,255,.4);
	color: #fff
}

#pagelet-nnav .topbarWrapper .layer:before {
	right: 18px;
	left: auto
}

#pagelet-nnav .topbarWrapper .add-favorite {
}

#pagelet-nnav .topbarWrapper .topNav .tb-link {
	border: 0
}

#pagelet-nnav .topbarWrapper .topNav .moreNav {
	cursor: default
}

#pagelet-nnav .topbarWrapper .topNav .layer {
	left: 50%;
	margin-left: -65px
}

#pagelet-nnav .midbarWrapper {
	position: absolute;
	height: 58px;
  	width: 100%;
  	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.12)
}

#pagelet-nnav .midbarWrapper .midbar-inner {
	width: 1170px;
	margin: 0 auto
}

#pagelet-nnav .midbarWrapper .logo-box {
	float: left;
	width: 128px
}

#pagelet-nnav .midbarWrapper .logo-box .logo-link {
	display: block;
	line-height: 58px
}

#pagelet-nnav .midbarWrapper .logo-box .logo {
	vertical-align: middle
}

#pagelet-nnav .midbarWrapper .search-box {
	float: right;
	width: 340px
}

#pagelet-nnav .midbarWrapper .search-box .input-group {
	position: relative;
	margin-top: 7px;
    height: 44px;
    background-color: #f5f6f7;
}

#pagelet-nnav .midbarWrapper .search-box input {
	float: left;
	width: 77%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f6f7;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    color: #1f2d3d;
    font-size: inherit;
    height: 44px;
    outline: 0;
    padding: 3px 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1); 
    border-top-right-radius: 0;
    vertical-align: middle;
    box-sizing: border-box;
    display: table-cell;
    border-bottom-right-radius: 0;
}

#pagelet-nnav .midbarWrapper .search-box input:hover {
    border-color: #208eda;
}

#pagelet-nnav .midbarWrapper .search-box input::-webkit-input-placeholder {
	color: #dfdfdf
}

#pagelet-nnav .midbarWrapper .search-box input:-moz-placeholder {
	color: #dfdfdf
}

#pagelet-nnav .midbarWrapper .search-box input::-moz-placeholder {
	color: #dfdfdf
}

#pagelet-nnav .midbarWrapper .search-box input:-ms-input-placeholder {
	color: #dfdfdf
}

#pagelet-nnav .midbarWrapper .search-box .btn-submit {
	vertical-align: middle;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    border-left: 0;
    border: 1px solid #208eda;
    background-color: #208eda;
    color: #fff;
    position: relative;
    left: -1px;
    padding: 0 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 44px;
}

#pagelet-nnav .midbarWrapper .search-box .btn-submit button {
	background: transparent;
    outline: 0;
    border: 0;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    color: #1f2d3d;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    border-radius: 4px;
}

#pagelet-nnav .midbarWrapper .search-box .btn-submit span {
    color: #fff;
}

#pagelet-nnav .midbarWrapper .search-box .btn-submit button>.icon-search {
	width: 17px;
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
}

#pagelet-nnav .midbarWrapper .user-box {
	position: relative;
	float: right;
	width: 240px;
	font-size: 14px
}

#pagelet-nnav .midbarWrapper .user-box .username-box {
	position: relative;
	float: right;
	text-align: right;
	line-height: 58px;
	font-size: 14px;
	color: #444;
	width: 150px
}

#pagelet-nnav .midbarWrapper .user-box .username-box span {
	color: #444
}

#pagelet-nnav .midbarWrapper .user-box .nav-login {
	float: right
}

#pagelet-nnav .midbarWrapper .user-box .user-item:hover span {
	color: #6b6b6b
}

#pagelet-nnav .midbarWrapper .user-info {
	position: relative;
	text-align: right
}

#pagelet-nnav .midbarWrapper .user-head {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	vertical-align: top
}

#pagelet-nnav .midbarWrapper .user-head .user-image {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	vertical-align: middle;
	margin-right: 6px;
	background-image: url(../images/default_3487146.png)
}

#pagelet-nnav .midbarWrapper .user-head img {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	vertical-align: middle;
	margin-right: 6px;
	opacity: 0
}

#pagelet-nnav .midbarWrapper .new-article {
	margin-left: 25px;
	width: 58px;
	height: 30px;
	line-height: 30px;
	margin-top: 14px;
	text-align: center;
	border-radius: 4px;
	background: #ed4040;
	color: #fff
}

#pagelet-nnav .midbarWrapper .new-article:hover {
	background: #ff6d71
}

#pagelet-nnav.nohome .topbarWrapper .tb-link {
	padding: 0 13px
}

#pagelet-nnav.nohome .midbarWrapper .logo-box {
	width: 130px
}

#pagelet-nnav.nohome .midbarWrapper .search-box {
	width: 530px
}

#pagelet-nnav.nohome .midbarWrapper .search-box input {
	width: 460px
}

.login-dialog .sns_login_list .sinaweibo .icon {
	background-position: -8px 0px
}

.login-dialog .sns_login_list .qqweibo .icon {
	background-position: -8px -70px
}

.login-dialog .sns_login_list .qzone .icon {
	background-position: -8px -140px
}

.login-dialog .sns_login_list .renren .icon {
	background-position: -8px -210px
}

.login-dialog .sns_login_list .weixin .icon {
	background-position: -8px -280px
}

.toast .toast-body .toast-status-icon.toast-success {
	background-position: 0px -350px
}

.toast .toast-body .toast-status-icon.toast-fail {
	background-position: 0px -428px
}

#pagelet-nnav .layer:before,#pagelet-nnav .nav-layer:before {
	background-position: -36px -506px
}

#pagelet-nnav .midbarWrapper .search-box .btn-submit button>.icon-search {
	background-position: -32px -544px
}

.login-dialog .sns_login_list .sinaweibo .icon,.login-dialog .sns_login_list .qqweibo .icon,.login-dialog .sns_login_list .qzone .icon,.login-dialog .sns_login_list .renren .icon,.login-dialog .sns_login_list .weixin .icon,.toast .toast-body .toast-status-icon.toast-success,.toast .toast-body .toast-status-icon.toast-fail,#pagelet-nnav .layer:before,#pagelet-nnav .nav-layer:before,#pagelet-nnav .midbarWrapper .search-box .btn-submit button>.icon-search {
	background-image: url(../images/core_z_8089b6f.png)
}

#pagelet-nav .nav-inner .nav-subtitle .nav-item.more-box:hover .layer {
	display: block;
}

#pagelet-nnav .topbarWrapper .tb-item:hover .layer {
	display: block;
}

.indexListLoading {
	height: 30px;
	line-height: 26px;
	text-align: center;
	padding: 5px 0;
	background-color: #eee;
	margin: 10px 0px;
	display: block;
	color: #999;
}
