<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
ul,
li,
ul li,
span,
small,
b,
i,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  text-decoration: none;
}
ul,
ul li {
  list-style-type: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.fullWidth {
  width: 100%!important;
}
.fontSize20 {
  font-size: 20px!important;
}
.part-box {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
}
.box-shadow {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.stretchFootPosition {
  min-height: 600px;
}
a.btn {
  border-radius: 0!important;
  transition: 0.3s;
}
.btn-indigo {
  background-color: #4CC3C2;
  border-color: #4CC3C2;
  color: #fff;
}
.btn-indigo:hover {
  color: #fff;
  background-color: #35aaa9;
  border-color: #35aaa9;
}
.tableForm {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.tableForm span.head {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #C9AB86;
  color: #fff;
  font-size: 14px;
  text-indent: 1em;
}
.tableForm .form-unit:nth-child(odd) {
  background-color: #F8F5F0;
}
.tableForm .form-unit:last-child {
  border-bottom: 0;
}
.tableForm .form-unit {
  padding: 20px 30px;
  width: 100% ;
  height: auto;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
}
.tableForm .form-unit label {
  float: left;
  width: 200px;
  line-height: 30px;
  color: #898B97;
}
.tableForm .form-unit .unit-control {
  margin-left: 200px;
}
.tableForm .form-unit .unit-control input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 38px;
  height: 38px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0 10px;
}
.tableForm .logoOpera {
  position: relative;
  float: left;
  line-height: 40px;
  color: #787878;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}
.tableForm .logoOpera span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 40px;
  background-color: #f1f1f1;
  transition: 0.3s;
}
.tableForm .logoOpera input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  cursor: pointer;
}
.tableForm .logoOpera:hover span {
  opacity: 0.8;
  background-color: #eee;
}
.tableForm span.preview {
  display: none;
  height: 60px;
  margin-right: 20px;
}
.tableForm span.preview .img {
  height: 60px;
  margin-right: 20px;
  width: 100px;
}
.tableForm span.preview img {
  height: 60px;
}
.score-head {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.score-head span {
  font-size: 14px;
  float: left;
  line-height: 30px;
  color: #333;
}
table.score-detail {
  margin-top: 30px;
  width: 100%;
  height: auto;
  background: #fff;
  border-spacing: 0;
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
}
table.score-detail thead {
  background: #C9AB86;
  font-size: 14px;
  line-height: 30px;
}
table.score-detail thead tr th {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
table.score-detail tr {
  line-height: 40px;
  color: #726763;
  text-align: center;
  font-size: 13px;
}
table.score-detail tr:nth-child(even) td {
  background: #F8F5F0;
}
table.score-detail tr td {
  transition: 0.3s;
}
table.score-detail tr td a {
  color: #726763;
}
table.score-detail tr td.opera a {
  display: inline-block;
  color: #5B9FE2;
  margin: 0 5px;
  font-size: 13px;
}
table.score-detail tr td a:hover {
  color: #F0843D;
}
table.score-detail tr:hover td {
  color: #121212;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #f2eade !important;
}
table.score-detail input {
  line-height: 24px;
  height: 24px;
  text-align: center;
  width: 80px;
  border: 1px solid #e3e3e3;
}
.step-group {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.step-group li {
  position: relative;
  float: left;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  margin-right: 35px;
  background-color: #e4e4e4;
  color: #999;
  font-size: 14px;
  border-radius: 15px;
}
.step-group li:after {
  content: '';
  position: absolute;
  top: 13px;
  right: -35px;
  background-color: #e4e4e4;
  width: 35px;
  height: 5px;
}
.step-group li.current {
  background-color: #F0843D;
  color: #fff;
}
.step-group li:last-child:after {
  display: none;
}
.btn-group.typeChose input[type=radio] {
  display: none;
}
.btn-group.typeChose label.active {
  border-color: #07f;
  color: #07f;
  background-color: #fff;
  box-shadow: none;
}
.col-1 {
  width: 100%!important;
}
.col-2 {
  width: 66.6% !important;
}
.col-3 {
  width: 75% !important;
}
.col-4 {
  width: 50%!important;
}
.col-5 {
  width: 48%!important;
}
.col-6 {
  width: 33.3% !important;
}
.zindex1 {
  z-index: 6;
  position: relative;
}
.top {
  width: 100%;
  overflow: hidden;
}
.top-line {
  width: 100%;
  overflow: hidden;
  height: 28px;
  background: #333;
}
.top-line img {
  height: 14px;
  margin-top: 7px;
}
.top-line .logout {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  padding-left: 10px;
  cursor: pointer;
}
.top-line .logout:hover {
  opacity: 0.8;
}
.container {
  width: 1180px;
  height: auto;
  margin: 0 auto;
}
.top-info {
  padding: 5px 0;
}
.top-info img {
  height: 60px;
}
.top ul {
  height: 60px;
}
.top ul li {
  margin-left: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: right;
  display: inline-block;
}
.top ul li a {
  color: #666;
}
.top ul li a:hover {
  color: #EC9100;
}
.user-info {
  width: 100%;
  overflow: hidden;
  height: 110px;
  padding: 15px 0;
  background-image: url("../image/info-bg2.png");
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  margin-bottom: 45px;
  position: relative;
}
.user-info .cover {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.user-info .avater {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 25px;
}
.user-info .detail p {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
}
.user-info .detail p.title {
  font-size: 16px;
  line-height: 50px;
}
.user-info .detail p span {
  float: left;
  margin-right: 10px;
}
.user-info .detail p span a {
  color: #fff;
  cursor: pointer;
}
.user-info .detail p span a:hover {
  text-shadow: 1px 1px 3px #fff;
}
.user-info .detail p small {
  float: left;
  font-size: 12px;
  line-height: 30px;
  margin: 0 30px;
}
.task-con {
  margin-bottom: 60px;
}
.task-con .task-head {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.task-con .task-head h4 {
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
  color: #F0843D;
}
.task-con .task-head h4 i {
  font-size: 20px;
  margin-right: 10px;
  color: #F0843D;
}
.task-con .task-head a {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-top: 15px;
}
.task-con .task-head a:hover {
  color: #EC9100;
}
.task-con .task-head a i {
  float: left;
  width: 24px;
  height: 24px;
  background: url("../image/edit.png") no-repeat;
  background-size: 24px;
  margin-right: 10px;
}
.task-list-tab {
  width: 100%;
  overflow: hidden;
  background-color: #8D6B4C;
  padding: 0 20px;
  box-sizing: border-box;
}
.task-list-tab li {
  float: left;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}
.task-list-tab li:hover {
  opacity: 0.8;
}
.task-list-tab li span {
  font-size: 12px;
  line-height: 40px;
  margin-left: 5px;
}
.list-con {
  padding: 15px 20px ;
  height: auto;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
}
.list-con:nth-child(even) {
  background-color: #FBFBFB;
}
.list-con.no-border {
  border-bottom: 0;
}
.list-con:hover {
  opacity: 0.8;
}
.list-con p {
  line-height: 30px;
  color: #333;
}
.list-con span {
  line-height: 30px;
  color: #666;
  font-size: 14px;
}
div.operaBtn {
  text-align: center;
  margin-top: 30px;
}
div.operaBtn span {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 30px;
  font-size: 14px;
  margin: 0 15px;
  cursor: pointer;
}
div.operaBtn span:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 5px #ddd;
}
div.operaBtn span.save {
  background-color: #F0843D;
  color: #fff;
}
div.operaBtn span.cancle {
  background-color: #f1f1f1;
  color: #666;
}
.addC {
  display: none;
  width: 100%;
  height: 100%;
  background: #F9F8FD;
  position: relative;
  overflow: hidden;
}
.addC .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  height: 100%;
  z-index: 9999;
  background: url('../img/ddC_cover1.jpg') center center no-repeat;
  background-size: cover;
}
.addC .cover span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.addC .form {
  float: right;
  padding: 15px 20px 30px;
  width: 62%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.addC .form h3 {
  display: block;
  line-height: 50px;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.addC .form .form-unit {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
}
.addC .form .form-unit &gt; label {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 12px;
  color: #666;
}
.addC .form .form-unit input {
  line-height: 20px;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.addC .form .form-unit select {
  line-height: 20px;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.addC .form p.opera {
  margin-top: 15px;
  cursor: pointer;
}
.addC .form p.opera span.btn {
  line-height: 20px;
  padding: 10px 15px;
  background: #FFBB49;
  color: #fff;
  font-size: 14px;
}
.addC .form p.opera span.btn:hover {
  opacity: 0.9;
  box-shadow: 1px 1px 5px #ddd;
}
.addC .form p.opera a {
  font-size: 12px;
  line-height: 40px;
  color: #07f;
}
.addC .form p.opera a:hover {
  text-decoration: underline;
}
.addC .form .form-unit .toggle {
  display: inline-block;
  margin-top: 5px;
}
.systemList .sl-con {
  position: relative;
  width: 565px;
  height: 195px;
  margin-bottom: 50px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  background: url("../image/u32.png") right bottom no-repeat;
  background-size: 565px;
  overflow: hidden;
}
.systemList .sl-con:nth-child(odd) {
  float: left;
}
.systemList .sl-con:nth-child(even) {
  float: right;
  margin-right: 5px;
}
.systemList .sl-con img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 205px;
}
.systemList .sl-con a {
  position: absolute;
  width: 145px;
  text-align: center;
  right: 15px;
  bottom: 30px;
  z-index: 1;
  line-height: 40px;
  background-color: #C3A279;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
}
.systemList .sl-con a:hover {
  opacity: 0.9;
  box-shadow: 1px 1px 5px #ddd;
}
.systemList .sl-con h3 {
  position: absolute;
  right: 15px;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  top: 40px;
  font-weight: normal;
}
.pagination {
  display: inline-block;
}
.pagination ul {
  float: left;
}
.pagination ul,
.pagination ul li,
.pagination a {
  display: inline-block;
  cursor: pointer;
}
.pagination span {
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  width: 30px;
  border-radius: 0;
}
.swiper-pagination-switch{ opacity: 1;}
.swiper-visible-switch{ background-color: #f3722c;}
.pagination a,
.pagination ul li {
  float: left;
  line-height: 26px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0 10px;
  color: #999;
  font-size: 12px;
  margin: 0 1px;
}
.pagination ul li.active {
  border: 0;
  line-height: 28px;
  color: #F0843D;
}
.pagination ul li:hover,
.pagination a:hover,
.pagination span:hover {
  opacity: 0.8;
  background-color: #f9f9f9;
}
.pagination form input[type='text'] {
  width: 30px;
  line-height: 20px;
  border: 1px solid #e3e3e3;
  padding: 0 5px;
}
.pagination form input.submit {
  line-height: 26px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0 10px;
  color: #999;
  background-color: #f9f9f9;
  font-size: 12px;
  cursor: pointer;
}
.pagination form input.submit:hover {
  opacity: 0.8;
}
.footer {
  background-color: #3A3E51;
  padding: 25px 0;
}
.footer .foot-logo {
  float: left;
  width: 100px;
  margin-right: 140px;
}
.footer ul,
.footer ul.about {
  float: left;
}
.footer ul li a,
.footer ul.about li a {
  line-height: 30px;
  font-size: 14px;
  color: #ccc;
}
.footer ul li.head a,
.footer ul.about li.head a {
  color: #fff;
}
.footer ul li.head,
.footer ul.about li.head {
  margin-bottom: 10px;
}
.footer .phone {
  text-align: right;
}
.footer .phone b {
  display: block;
  font-size: 16px;
  color: #ccc;
  font-weight: normal;
  margin-bottom: 15px;
}
.footer .phone span {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.footer .phone i.icon-phone {
  float: left;
  background: url("../image/phone.png") no-repeat;
  background-size: 32px;
  margin-right: 15px;
  width: 32px;
  height: 32px;
}
.btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.8;
}
.btn-orange {
  background-color: #F0843D;
  color: #fff;
}
</pre></body></html>