body {
	background-color: #f6f6f6;
}

.panel-nav {
	margin-top: 50px;
	margin-bottom: 22px;
}

.main, .main-inner {
	width: 680px;
	padding: 30px 69px;
	background-color: #fff;
	border: solid 1px #d6d6d6;
	margin-bottom: 34px;
}

.select {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.head {
	display: block;
}

.head .title {
	font-size: 20px;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.head_tail {
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
}

.head_tail .icon {
	margin-right: 5px;
}

.t-list {
	padding: 10px 0;
	text-indent: 2em;
	line-height: 24px;
	font-size: 14px;
	word-wrap: break-word;
}

.t-list .t_Image {
	max-width: 780px;
}

.t-list p {
	margin: 20px 0;
}

.share-tool-bar a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	background: url(/images/icon/share2.png);
}

a.bds_qq {
	background-position: 0 -44px;
}

a.bds_qzone {
	background-position: 0 -88px;
}

a.bds_wechat {
	background-position: 0 -132px;
}

a.bds_sina {
	background-position: 0 -176px;
}

.share-tool-bar {
	height: 34px;
	margin-top: 20px;
	position: relative;
}

.share-tool-bar span {
	display: inline-block;
	vertical-align: top;
	padding: 7px 13px;
}

.share-tool-bar .fav_btn {
	background-color: #4fc277;
	color: #fff;
	margin-left: 30px;
	border-radius: 3px;
}

.share-tool-bar .active {
	background-color: #d8d8d8;
}

.t-head {
	vertical-align: middle;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #222;
	margin: 0 0 24px;
	border-bottom: 1px solid #e5e9ef;
	background-color: transparent;
	border-radius: 0;
	padding: 8px 0;
}

.comment-send {
	margin: 10px 0;
}

.comment-send .user-face {
	float: left;
	margin: 7px 0 0 5px;
	position: relative;
}

.comment-send .user-face .user-head {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comment-send  img {
	border: none;
	vertical-align: middle;
}

.comment-send .textarea-container {
	position: relative;
	margin-left: 85px;
	margin-right: 80px;
}

.comment-send .textarea-container {
	position: relative;
	margin-left: 85px;
	margin-right: 80px;
}

.comment-send .textarea-container textarea {
	font-size: 12px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #e5e9ef;
	overflow: auto;
	border-radius: 4px;
	color: #555;
	width: 100% !important;
	height: 65px;
	transition: 0s;
	padding: 5px 10px;
	line-height: normal;
}

.comment-send .textarea-container textarea:focus {
	background-color: #fff;
	border-color: #00a1d6;
}

textarea {
	outline: none;
	resize: none;
}

input, textarea {
	font: 12px 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei',
		'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}

.comment-send .comment-submit {
	width: 70px;
	height: 64px;
	position: absolute;
	right: -80px;
	top: 0;
	padding: 4px 15px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	min-width: 60px;
	vertical-align: top;
	cursor: pointer;
	background-color: #00a1d6;
	border: 1px solid #00a1d6;
	transition: .1s;
	user-select: none;
	outline: none;
}

.comment-send .comment-emoji {
	padding: 0;
	width: 66px;
	height: 24px;
	color: #99a2aa;
	border: 1px solid #e5e9ef;
	border-radius: 4px;
	position: relative;
	z-index: 101;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	margin-left: 86px;
	margin-top: 3px;
	cursor: pointer;
}

.comment-send .comment-emoji .face {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.comment-send .comment-emoji:hover {
	color: #6d757a;
}

.comment-list .list-item>.user-face {
	float: left;
	margin: 24px 0 0 5px;
	position: relative;
}

.main-inner a {
	outline: none;
	color: #00a1d6;
	text-decoration: none;
	cursor: pointer;
}

.main-inner img {
	border: none;
	vertical-align: middle;
}

.comment-list .list-item .user-face img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comment-list .list-item .con {
	position: relative;
	margin-left: 85px;
	padding: 22px 0 14px;
	border-top: 1px solid #e5e9ef;
}

.comment-list .list-item .user {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	padding-bottom: 4px;
	display: block;
	word-wrap: break-word;
}

.comment-list .list-item .user .text-con {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.comment-list .list-item .user .name {
	color: #6d757a;
}

.comment-list .list-item .user .level {
	display: inline-block;
	width: 19px;
	height: 9px;
	vertical-align: middle;
	margin: 0 8px;
	/* background: url(../../dist/images/icons-comment.png) no-repeat;*/
}

.comment-list .list-item .text {
	line-height: 20px;
	padding: 2px 0;
	font-size: 14px;
	text-shadow: none;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-word;
}

.comment-list .list-item .info {
	color: #99a2aa;
	line-height: 26px;
	font-size: 12px;
}

.comment-list .list-item .info>span {
	margin-right: 20px;
}

.comment-list .list-item .info .like {
	cursor: pointer;
}

.comment-list .list-item .info .hate {
	cursor: pointer;
	margin-right: 15px;
}

.comment-list .list-item .info .btn-hover {
	padding: 0 5px;
	border-radius: 4px;
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	margin-left: 38px;
}

.btn-active, .comment-list .list-item .info .btn-hover:hover {
	color: #00a1d6;
	background: #e5e9ef;
}

.comment-list .list-item .info .operation .spot {
	width: 18px;
	height: 18px;
	cursor: pointer;
	background:
		url(https://static.hdslb.com/phoenix/dist/images/icons-comment.png)
		no-repeat;
	background-position: -151px -280px;
}

.comment-list .list-item .info .like i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.comment-list .list-item .info .like .active {
	color: #00a1d6;
}

.comment-list .list-item .info .operation .opera-list {
	display: none;
	position: absolute;
	width: 100px;
	right: 0;
	top: 20px;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 4px;
	color: #222;
	font-size: 14px;
	padding: 10px 0;
}

.comment-list .list-item .info .operation .opera-list li {
	padding: 0 15px;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	transition: all .3s;
}

.comment-list .list-item .reply-box .reply-item {
	padding: 10px 0;
}

.comment-list .list-item .reply-box .reply-item .reply-con {
	margin-left: 34px;
}

.comment-list .list-item .reply-box .reply-item .reply-face img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.comment-list .list-item .reply-box .reply-item .reply-face {
	float: left;
	margin: 5px 0 0;
}

.comment-list .list-item .reply-box .view-more {
	font-size: 12px;
	color: #6d757a;
}

.comment-list .list-item .reply-box .view-more .btn-more {
	padding: 2px 3px;
	border-radius: 4px;
}

.comment-list .list-item .reply-box .view-more .btn-more:hover {
	background: #e5e9ef;
	color: #00a1d6;
}

.comment-list .list-item .info .operation {
	position: relative;
	width: 18px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
}

.comment-list .list-item .info .operation .spot:hover {
	background-position: -216px -280px;
}

.comment-list .list-item .info .operation .opera-list li:hover {
	background: #e5e9ef;
	color: #00a1d6;
}

.comment-send .comment-submit:hover {
	background-color: #00b5e5;
	border-color: #00b5e5;
}

.comment-send .textarea-container:hover textarea {
	background-color: #fff;
	border-color: #00a1d6;
}

.user-list {
	padding: 15px 34px;
	width: 192px;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.user-list img {
	width: 130px;
	height: 130px;
}

.user-list .user-info {
	padding: 10px 0;
}

.user-list #user-name {
	display: block;
	margin: 16px 0;
	font-weight: 700;
	line-height: 18px;
	font-size: 18px;
	vertical-align: middle;
	color: #ff7f3e;
}

.user-wealth {
	margin-top: 20px;
}

.user-wealth ul li {
	display: block;
	width: 48px;
	float: left;
}

.user-wealth p {
	margin-top: 16px;
}

.user-bg {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background: url("../images/icon/user-bg.png") no-repeat;
	width: 58px;
	height: 58px;
	color: #fff;
}

.user-list .btn {
	display: inline-block;
	width: 86px;
	height: 34px;
	line-height: 34px;
	border: none;
	outline: none;
	color: #ffffff;
	margin: 25px 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	background-color: #56E399;
}
/*************** main start ***************/
.news_header_title {
	font-size: 18px;
	color: #6cb8ff;
	display: block;
	border-bottom: 3px solid #4a8bc8;
	padding-bottom: 10px;
	width: 130px;
}

.news_header_details {
	margin-top: 20px;
	font-size: 14px;
	color: #696969;
}

.news_header_details li {
	margin-bottom: 10px;
}

.news_header_details li .icon {
	vertical-align: top;
}

.news_header_details li a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 340px;
	color: #696969;
}

.news_header_details li a:hover {
	color: #5895ce;
}

.news_header_list {
	display: block;
	width: 358px;
}
/*************** 补贴查询 start ***************/
.sidebar-model {
	border: 1px solid #e6e6e6;
}

.sidebar-model-header {
	height: 41px;
	font-size: 0;
	text-align: center;
}

.model-tab-btn {
	width: 177px;
	height: 41px;
	background-color: #eee;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #879098;
	line-height: 39px;
}

.sidebar-model-header>.current {
	background-color: #3595e7;
	color: #fff;
	cursor: default;
}

.sidebar-tab-content {
	padding: 30px 40px 18px 28px;
}

.model-select-r, .model-select-l {
	float: left;
	position: relative;
}

.model-select-r {
	margin-right: 22px;
}

.drive_name, .filter-select {
	display: block;
	width: 96px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #b9b9b9;
	padding: 0 0px;
	background-color: #f8f8f8;
}

.model-item-wrapper>span {
	display: block;
	height: 32px;
	width: 56px;
	float: left;
	line-height: 32px;
	margin-right: 10px;
}

.drive_name, .model-item-wrapper .select {
	width: 216px;
}

.model-item-wrapper .select-ul {
	width: 240px;
}

.model-item-wrapper .filter-select span {
	display: inline-block;
	max-width: 175px;
	height: 100%;
	overflow: hidden;
	color: #8b99a0;
	text-align: left;
	float: left;
}

.model-item-wrapper {
	width: 288px;
	margin-bottom: 12px;
}

.filter-select .icon {
	color: #80a2e6;
	font-size: 18px;
	float: right;
}

.select-option li {
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	border-top: dotted 1px #ccd3e4;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.select-option {
	width: 108px;
	max-height: 250px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	position: absolute;
	top: 32px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999;
}

.select-option li:hover {
	background-color: #f2f5f8;
}

.btn-sub {
	display: block;
	width: 150px;
	height: 40px;
	border: none;
	outline: none;
	color: #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	cursor: pointer;
	font-size: 18px;
	margin: 0 auto;
	background-color: rgb(53, 149, 231)
}

.btn-sub:active {
	border-top: 1px solid #5895ce;
	border-right: 1px solid #5895ce;
	height: 40px;
	width: 149px;
}

.btn-sub:hover {
	background: #42a0f9;
	border-bottom: 1px solid #55abfc;
	box-shadow: 1px 1px 1px #ccc;
}
/*************** 日历 start ***************/
#schedule-box {
	z-index: 9999;
	display: block;
	position: absolute;
	width: 240px;
	padding: 8px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.schedule-hd {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}

.week-ul {
	font-weight: bold;
}

.today {
	flex: 1;
	text-align: center;
}

.ul-box {
	overflow: hidden;
}

.ul-box>li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 3px 0;
}

.other-month {
	color: #999999;
}

.current-month {
	color: #333333;
}

.today-style {
	border-radius: 50%;
	background: #58d321;
}

.arrow {
	cursor: pointer;
	font-size: 12px;
}

.dayStyle {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}

.current-month>.dayStyle:hover {
	background: #3595e7;
	color: #ffffff;
}

.today-flag {
	background: #00C2B1;
	color: #fff;
}

.boxshaw {
	box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
	background: #3595e7;
	color: #ffffff;
}
/*************** 日历 end ***************/