<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.w {
  min-width: 1280px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.w-full {
  width: 100%;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.d-none {
  display: none !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
.btn {
  border-radius: 2px;
}
.m-0 {
  margin: 0;
}
.mr-10 {
  margin-right: 10px;
}
.mr-30 {
  margin-right: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-15 {
  margin-left: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pr-0 {
  padding-right: 0 !important;
}
.h-70px {
  height: 70px;
}
.border-none {
  border: 0 none !important;
}
.title-css {
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  top: 0;
  left: 0;
}
.title-css h3 {
  margin: 0;
  line-height: 70px;
  font-size: 18px;
}
.btns {
  top: 17px;
  right: 78px;
  /* height: 36px; */
  border: 1px solid #eeeeee;
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); */
  padding: 5px 6px;
  color: #666666;
  border-radius: 2px;
}
.btn-css {
  width: auto;
  line-height: 26px;
  /* padding: 2px 6px;
  margin-top: 5px;
  margin-bottom: 5px; */
  /* border: 1px solid #ccc; */
  padding: 0 6px;
  border-right: 1px dashed #d8d8d8;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.btn-css:hover {
  color: #3372ff;
}
.btn-css .iconfont {
  font-size: 14px;
}
.btn-text {
  line-height: 14px;
}
.field-view {
  /* display: none; */
  text-align: center;
  width: 310px;
  margin-top: 2px;
  /* margin: 5px 0; */
  /* top: 0;
  right: 50px; */
}
.field-view &gt; label {
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 25px;
  cursor: pointer;
  vertical-align: top;
}
.field-view &gt; label &gt; input {
  margin-right: 3px;
}
.obj-css {
  position: absolute;
  top: 70px;
  bottom: 0px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 0px;
  border: 0px;
}
.download-btn {
  margin-left: 36px;
  border: 0 none;
  background: #3370ff; /* é’ˆå¯¹ä¸æ”¯æŒæ¸å˜çš„æµè§ˆå™¨ */
  background: -webkit-linear-gradient(left, #3385ff, #3370ff);
  /*  Safari 5.1 åˆ° 6.0 */
  background: -o-linear-gradient(right, #3385ff, #3370ff);
  /*  Opera 11.6 åˆ° 12.0 */
  background: -moz-linear-gradient(right, #3385ff, #3370ff);
  /*  Fx 3.6 åˆ° 15 */
  background: linear-gradient(to right, #3385ff, #3370ff);
  /* æ&nbsp;‡å‡†è¯­æ³•ï¼ˆå¿…é¡»æ˜¯æœ€åŽä¸€ä¸ªï¼‰ */
}
.btn-default {
  color: #999999;
  border-color: #eeeeee;
}
.dropdown-btn {
  top: 10px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 #b4b4b4;
}
.dropdown-btn .dropdown-toggle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../../img/head-big.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  padding: 0;
  border: 2px solid #ffffff;
}
.dropdown-btn .dropdown-menu {
  width: 150px;
  text-align: center;
  right: 0;
  left: auto;
  padding: 8px 0;
  margin-top: 25px;
  border-radius: 2px;
  color: #5f6477;
  font-size: 12px;
  border: 0 none;
}
.dropdown-btn .dropdown-menu::before {
  width: 12px;
  height: 12px;
  border: solid transparent;
  content: " ";
  top: -6px;
  background-color: #ffffff;
  left: 81%;
  position: absolute;
  transform: rotate(45deg);
}
.dropdown-btn .dropdown-menu li {
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
}
.dropdown-btn .dropdown-menu li:hover {
  background-color: #f6f6f6;
}
.dropdown-btn .dropdown-menu li .menu-icon {
  margin-right: 10px;
  vertical-align: text-bottom;
}
.head-file{
  width: 100%;
  height: 100%;
  opacity:0;
  position:absolute;
  top:0;
  left:0;
}

/* listé¡µé¢æ&nbsp;·å¼ */
#lists {
  padding: 30px;
  width: 45%;
  float: left;
}
#lists li {
  cursor: pointer;
  line-height: 2.5;
}
#lists li:hover {
  background-color: #f0f0f0;
}
#lists .li-title {
  cursor: default;
  font-size: 17px;
  font-weight: 600;
}
#lists .li-title:hover {
  background-color: #fff;
}

/* è¡¨å•éªŒè¯æ&nbsp;·å¼ */
form.cmxform label.error,
label.error {
  margin-top: 8px;
}
.form-group[required] &gt; label:after {
  content: "*";
  display: inline-block;
  margin-left: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed3f14;
}
</pre></body></html>