<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * site css
 * --------------------------------------------------
 */

html,
body {
	font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
	background-color: #f2f2f2;
}

a {
	color: #333;
}

body {
	padding-top: 65px;
}

.header {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 65px;
	background-color: #393D49;
}

.header-logo {
	float: left;
	background: url("/itsoftui/img/xlogo.png") left center no-repeat;
	width: 260px;
	padding-left: 50px;
	font-size: 18px;
	color: #999;
	height: 65px;
	line-height: 65px;
}

.header-nav {
	float: left;
	margin-top: 18px;
}

.header-nav li {
	float: left;
	color: #999;
	text-align: center;
	cursor: pointer;
	padding: 0 15px;
}

.header-nav li:hover,
.header-nav li.cur {
	color: #fff;
}

.header-nav li i {
	position: relative;
	top: 3px;
	font-size: 22px;
	margin-right: 5px;
}

.header-nav a {
	color: inherit;
}

.header-search {
	float: left;
	margin-top: 18px;
	position: relative;
}

.header-search input {
	height: 26px;
	margin-left: 160px;
	background-color: #f0f0f0;
	padding: 0 20px 0 3px;
	width: 140px;
}

.header-search .iconfont-search {
	position: absolute;
	top: 5px;
	right: 5px;
}

.header-user {
	float: right;
}

.nologin {
	color: #999;
	cursor: pointer;
	margin-top: 18px;
}

.nologin:hover {
	color: #fff;
}

.nologin .iconfont {
	font-size: 22px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.user-warp{
	margin-top: 18px;
	color: #999;
}
.user-warp i{
	cursor: pointer;
	position: relative;
	top: 3px;
}
.user-warp i:hover{
	color: #FFFFFF;
}
.user{ width: 32px;
 height: 32px;
 }
.mainwarp {
	width: 1080px;
	margin: 0 auto;
}

.side-buttons {
	position: fixed;
	width: 40px;
	bottom: 15%;
	right: 35px;
	z-index: 1890;
}

.side-buttons .side-buttons-box {
	width: 100%;
	margin-bottom: 3px;
	background: #2e8ded;
	text-align: center;
	border-radius: 3px;
}

.side-buttons .side-buttons-box:hover {
	background: #393D49;
}

.side-buttons .relative {
	position: relative;
	top: 0;
	left: 0;
}

.side-buttons a {
	display: block;
	height: 40px;
	padding-top: 7px;
	/*color: #222;*/
	text-decoration: none;
	outline: 0;
	cursor: pointer;
}

.side-buttons a i {
	display: inline-block;
	font-size: 24px;
}

.sb-title {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
}

.side-buttons-triangle {
	width: 12px;
	height: 40px;
	position: absolute;
	right: 45px;
	bottom: -12px;
	z-index: 100;
}

.border-sj {
	color: #d2d2d2;
	font-style: normal;
}

.border-sj,
.con-sj {
	display: block;
	width: 18px;
	height: 28px;
	font-size: 18px;
	overflow: hidden;
	font-family: SimSun;
}

.con-sj {
	color: #fff;
	margin: -28px 0 0 -2px;
}

.side-buttons .sb-menu {
	background: #fff;
	position: absolute;
	right: 47px;
	bottom: -44px;
	border-radius: 5px;
	min-width: 100px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	border: 1px solid #d2d2d2;
}

.sbfb i {
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.sbfb a:hover{ background-color: #F2F2F2;}
.want-warp{ padding: 20px 20px 5px 20px;}
.want-warp a i{ 
	display: inline-block;
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 3px;
	}
.want-warp a{ margin-right: 14px;}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 100;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0.5;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.main-left {
	float: left;
	width: 728px;
}

.main-right {
	float: right;
	width: 337px;
}

.main-panel {
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.main-left .main-panel {
	margin-bottom: 7px;
	padding-bottom: 5px;
}

.panel-title {
	position: relative;
	height: 50px;
	line-height: 45px;
	padding: 0 15px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 5px;
	/* background-color: #f8f8f8; */
	border-radius: 2px 2px 0 0;
	color: #555;
	font-size: 14px;
}

.panel-title span {
	color: #b2b2b2;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 4px;
	line-height: 11px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 10px;
}

.panel-title p {
	float: right;
	color: #666;
	font-size: 12px;
}

.menu-right,
.menu-left {
	float: right;
	position: relative;
	height: 35px;
	line-height: 40px;
	margin-right: 10px;
	color: #555;
}

.menu-left {
	float: left;
}

.itmenu {
	position: relative;
	padding-right: 20px;
	margin-left: 20px;
	margin-right: 10px;
	float: left;
}

.itmenu dl {
	display: none;
	position: absolute;
	left: -10px;
	top: 40px;
	min-width: 100%;
	line-height: 36px;
	padding: 5px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	border: 1px solid #d2d2d2;
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: itmenuup;
	animation-name: itmenuup;
}

.itmenu dd {
	display: block;
	padding: 0 20px;
	line-height: 36px;
	transition: all .3s;
	-webkit-transition: all .3s;
	cursor: default;
}

.itmenuarrow {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0px;
	transition-duration: 0.3s;
	transition-property: all;
}

.action .itmenuarrow {
	transform: rotate(180deg);
}

.itmenu dd:hover {
	background-color: #F2F2F2;
}

@-webkit-keyframes itmenuup {
	from {
		-webkit-transform: translate3d(0, 30px, 0);
		opacity: .3
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.menu-fwxm {
	width: 420px;
}

.menu-fwxm dd {
	float: left;
}


/*状态颜色*/

.zt-tousu i,
.zt-tousu:hover {
	color: #ee7628;
}

.zt-biaoyang i,
.zt-biaoyang:hover {
	color: #30d4d6;
}

.zt-jianyi i,
.zt-jianyi:hover {
	color: #eaca2a;
}

.zt-zixun i,
.zt-zixun:hover {
	color: #afd42f;
}

.zt-tousu-b {
	background-color: #ee7628;
}

.zt-tousu-b i {
	border-left: 4px solid #ee7628;
}

.zt-biaoyang-b {
	background-color: #30d4d6;
}

.zt-biaoyang-b i {
	border-left: 4px solid #30d4d6;
}

.zt-jianyi-b {
	background-color: #eaca2a;
}

.zt-jianyi-b i {
	border-left: 4px solid #eaca2a;
}

.zt-zixun-b {
	background-color: #afd42f;
}

.zt-zixun-b i {
	border-left: 4px solid #afd42f;
}

.main-left .main-panel-text {
	padding: 16px 24px;
	text-align: left;
}

.text-title,
.text-title a {
	font-size: 16px;
	color: #333;
	margin-right: 10px;
}

.text-category {
	color: #fff;
	/*background-color: #1abc9c;*/
	padding: 3px 6px;
	font-size: 11px;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.text-category i {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: -4px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.text-hint {
	padding-top:10px;
	color: #999;
}

.text-hint i {
	font-size: 14px;
	font-weight: 700;
}

.text-hint span {
	margin-right: 5px;
	font-size: 13px;
}

.text-content {
	padding: 2px 0;
	text-indent: 2em;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 10px 0;
}

.zhiDing{
	background: url(../../static/img/website/zhiding.png) 99% 10px no-repeat;
}
.jh{
	background: url(../../static/img/website/jh.png) 99% 10px no-repeat;
}
.guangfang {
	background: #fff url(../../itsoftui/img/guanfang.png) 99% 10px no-repeat;
}
.gf {
	background: #fff url(../../itsoftui/img/gf.png) 99% 10px no-repeat;
}
.text-foot i {
	color: #999;
	font-size: 12px;
}

.text-foot span {
	display: inline-block;
	min-width: 10px;
	/*padding: .25em 0.3em;*/
	padding: 3px 5px;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	background-color: #EEE;
	font-size: 13px;
	color: #666;
}

.text-foot a {
	padding: 3px 5px;
	font-size: 12px;
	float: right;
	color: #2c66c1;
}

.nav2 {
	background: #FFFFFF;
	padding: 10px 16px;
}

.nav2 i {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.content-warp {
	/*padding: 1rem 2rem;*/
	padding: 20px;
}

.content-header {
	text-align: left;
}

.content-title {
	font-size: 22px;
	padding-top: 15px;
	font-weight: 400;
}

.content-hint {
	margin-top: 10px;
	padding-top: 2px;
	color: #666;
}

.content-hint i {
	font-size: 14px;
	font-weight: 700;
}

.content-hint span {
	margin-right: 5px;
	font-size: 14px;
}

.content-text {
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	padding: 20px;
	overflow: auto;
	width: 100%;
}
.content-button{ margin-top: 10px; text-align: center;}
.reply-warp {
	padding: 20px;
	border-bottom: 1px dotted #DFDFDF;
}

.reply-about {
	position: relative;
	margin-top: 5px;
	line-height: 20px;
	color: #999;
}

.reply-user {
	position: relative;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

.reply-user img {
	position: relative;
	display: block;
	margin: 0;
	top: 0;
	border-radius: 2px;
	max-width: 50px;
	max-height: 50px;
}

.reply-user cite {
	position: absolute;
	right: 0;
	line-height: 26px;
	color: #999;
	top: -10px;
	left: 50px;
	width: 260px;
	font-size: 14px;
}
.reply-about span {
	position: absolute;
	left: 50px;
	top: 17px;
}

.reply-body {
	word-wrap: break-word;
	margin: 25px 0 20px;
	min-height: 0;
	line-height: 24px;
	font-size: 14px;
}
.reply-page{
	min-height: 50px;
}
.reply-box{
	padding: 20px 20px 10px;
    margin-top: 5px;
    overflow: hidden;
    clear: both;
}
.reply-box h3{ margin-top: 10px; margin-bottom: 10px;}
.page{ margin-top: 10px; overflow: hidden; padding-top: 10px; float: left; width: 100%;}
.footer {
	margin: 50px 0 0;
	padding: 20px 0 30px;
	line-height: 30px;
	text-align: center;
	color: #737573;
	border-top: 1px solid #e2e2e2;
}</pre></body></html>