body {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
/* 已访问过的链接样式 */
a:visited {
  text-decoration: none;
}
/* 激活状态（点击时）的链接样式 */
a:active {
  text-decoration: none;
}
.fade-enter-active,
.fade-leave-active {
  transition: transform 0.1s;
}
.fade-enter,
.fade-leave-to {
  transform-origin: left top;
  transform: scale(0);
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 60px;
  background-color: #fff;
  border-bottom: solid 1px #eee;
  background: #fff;
  width: 100%;
  z-index: 999;
  float: left;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.header .login {
  background: #365ddc;
  float: right;
  color: #fff;
  height: 45px;
  line-height: 45px;
  margin-top: 7.5px;
  border-radius: 5px;
}
.header .login:hover {
  background: #2a4ab4;
  border-radius: 5px;
}
.header img {
  height: 45px;
  margin-top: 7px;
  float: left;
}
.header a {
  float: left;
  padding: 0px 15px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.header a i {
  font-size: 16px;
  margin-right: 8px;
}
.header a:hover {
  background: #eee;
  border-radius: 0px;
}
header {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #fff;
  border-bottom: solid 1px #eee;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
header img {
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
header .userinfo {
  float: right;
  padding-top: 0px;
}
header .userinfo img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: 15px;
  float: left;
  margin-right: 10px;
}
header .userinfo a {
  text-decoration: none;
  color: #000;
  line-height: 45px;
}
header .userinfo .nicknameshow {
  float: left;
  margin-top: 6px;
}
header a {
  float: left;
  padding: 0px 15px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
header a i {
  font-size: 16px;
  margin-right: 8px;
}
header a:hover {
  background: #eee;
}
nav {
  width: 232px;
  position: fixed;
  height: 100vh;
  top: 0px;
  box-shadow: 1px 0 1px 0 #eee;
  color: #484848;
  left: 0;
  z-index: 101;
}
nav .info {
  padding: 16px;
}
nav img {
  width: 90%;
  margin: 5%;
  margin-top: 10px;
  float: left;
  margin-right: 15px;
}
nav .linetitle {
  float: left;
  padding: 0px 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  color: rgba(29, 28, 35, 0.6);
  text-decoration: none;
  width: 100%;
  margin-top: 10px;
}
nav .userinfo {
  position: absolute;
  bottom: 0px;
  height: 60px;
  width: 80%;
}
nav .userinfo img {
  width: 28px;
  border-radius: 50%;
}
nav .userinfo a {
  width: 100%;
  padding-left: 0;
  font-size: 16px;
}
nav .userinfo i {
  float: right;
}
nav .userinfo:hover .userleve {
  display: block;
}
nav .userinfo .userleve {
  background: #fff;
  width: 120px;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding-top: 0;
  bottom: 60px;
  display: none;
  position: absolute;
}
nav .userinfo .userleve a {
  padding-left: 15px;
  margin-top: 0;
}
nav .userinfo .userleve a i {
  float: left;
}
nav .active {
  color: #365ddc;
  background: rgba(239, 239, 239);
}
nav a {
  float: left;
  padding: 0px 15px;
  height: 32px;
  line-height: 32px;
  margin-top: 2.5px;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  width: 100%;
}
nav a i {
  font-size: 14px;
  margin-right: 4px;
}
nav a:hover {
  background: #112c87;
  color: #fff;
}
nav .active {
  background: #112c87;
  color: #fff;
}
nav .menulist {
  display: none;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 200px;
  width: 150px;
  left: 20px;
  box-shadow: #eee 0 1.6px 3.6px 0, rgba(0, 0, 0, 0.11) 0 0.3px 0.9px 0;
  border: solid 1px #ccc;
}
nav .menulist a {
  width: 100%;
  margin-top: 0;
}
#morelist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#morelist .item {
  width: calc((100% - 60px) / 6);
  margin: 5px;
  text-align: center;
  cursor: pointer;
  padding: 10px 5px;
  border-radius: 5px;
  transition: all 0.3s;
  box-sizing: border-box;
}
#morelist .item:hover {
  background: #eee;
}
#morelist .item img {
  width: 100%;
  max-width: 40px;
  height: auto;
  margin: 0 auto;
  display: block;
}
#morelist .item p {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 12px;
  color: #333;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  float: left;
  height: 600px;
  color: #434141;
}
.banner .showdesc {
  margin-top: 210px;
}
.banner .showdesc .h1 {
  font-size: 60px;
  font-weight: 500;
}
.banner .showdesc .desc {
  font-size: 26px;
}
.banner .showdesc .xc {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 30px;
  color: #434141;
}
.banner .showdesc .btns {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 30px;
}
.banner .showdesc .btns a {
  padding: 15px;
  background: #365ddc;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.banner .showdesc .btns a:hover {
  background: #2a4ab4;
}
.banner .showdesc .btns .myd {
  background-color: #d30b62;
}
.banner .showdesc .btns .myd:hover {
  background-color: #980a48;
}
.banner .img {
  text-align: center;
}
.banner .img img {
  height: 500px;
  margin-top: 100px;
}
.indexdesc {
  background-color: #fff;
  width: 100%;
  float: left;
  color: #434141;
  padding-top: 65px;
}
.indexdesc .h2 {
  margin: 0px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  font-size: 35px;
}
.indexdesc .wdesc {
  font-style: 14px;
  padding-top: 16px;
  margin: 0px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
.indexdesc .item {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: #eee 0 1.6px 3.6px 0, rgba(0, 0, 0, 0.11) 0 0.3px 0.9px 0;
  text-align: center;
  background: #fafafa;
}
.indexdesc .item img {
  width: 30%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.indexdesc .item .title {
  font-size: 20px;
  font-weight: bold;
}
.common-footer {
  background-color: #2a4ab40f;
  width: 100%;
  float: left;
  color: #434141;
  padding-top: 60px;
  padding-bottom: 60px;
}
.common-footer .copyinfo {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.common-footer .title {
  font-size: 18px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.common-footer .list a {
  width: 100%;
  float: left;
  text-decoration: none;
  font-size: 12px;
  color: #999;
}
.loginpanel {
  float: left;
  background: #fff;
  border-radius: 10px;
  height: auto;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.133) 0 1.6px 3.6px 0, rgba(0, 0, 0, 0.11) 0 0.3px 0.9px 0;
  height: 1px;
}
.loginpanel .title {
  border-bottom: solid 1px #ccc;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  font-size: 18px;
}
.setting {
  width: 100%;
  float: left;
}
.setting .menu {
  width: 240px;
  height: calc(100vh - 60px);
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 80px;
}
.setting .menu .menudata {
  padding: 15px;
  width: 100%;
  float: left;
}
.setting .menu .menudata .minititle {
  color: #999;
  font-size: 14px;
  width: 100%;
  float: left;
  margin-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.setting .menu .menudata .btnaddlist {
  width: 100%;
  float: left;
}
.setting .menu .menudata .btnaddlist a {
  width: 45%;
  float: left;
  border: solid 1px #ccc;
  text-decoration: none;
  margin-right: 2.5%;
  margin-bottom: 5px;
  padding: 5px;
  color: #000;
  font-size: 14px;
}
.setting .menu .menudata .btnaddlist a span {
  float: right;
  margin-right: 10px;
}
.setting .menu .menudata .btnaddlist a:hover {
  background: #eee;
}
.setting .settingbody {
  width: calc(100vw - 336px);
  height: calc(100vh - 60px);
  overflow-y: scroll;
  position: fixed;
  right: 0px;
}
.setting .settingrightbody {
  width: calc(100vw -240px);
  height: calc(100vh - 60px);
  overflow-y: scroll;
  float: right;
}
.setting .settingotherbody {
  width: calc(100vw - 100px);
  height: calc(100vh - 60px);
  position: fixed;
  right: 0;
  overflow-y: scroll;
}
.setting .wbox {
  width: 100%;
  float: left;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  margin-top: 15px;
}
.setting .wbox .title {
  width: 100%;
  float: left;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}
.setting .bignavs {
  width: 80px;
  height: calc(100vh - 60px);
  background: #fff;
  border-right: solid 1px #f8f8f8;
  position: fixed;
  bottom: 0;
}
.setting .bignavs .active {
  background: #365ddc;
  color: #fff;
  border-radius: 8px;
}
.setting .bignavs .active:hover {
  background: #365ddc;
  color: #fff;
}
.setting .bignavs a {
  width: 60px;
  margin: 10px;
  float: left;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
}
.setting .bignavs a:hover {
  background: #eee;
  border-radius: 8px;
}
.setting .bignavs a i {
  font-size: 24px;
}
.projectinfo {
  width: 100%;
  float: left;
}
.projectinfo .rightinfo {
  width: calc(100% - 240px);
  padding: 30px;
  float: right;
}
.projectinfo .rightinfo .title {
  font-size: 18px;
  width: 100%;
  float: left;
}
.projectinfo .rightinfo .btngroups {
  font-size: 18px;
  width: 100%;
  float: left;
  margin-top: 15px;
}
.projectinfo .rightinfo .userlist .face {
  width: 100%;
  float: left;
  margin-top: 8px;
}
.projectinfo .rightinfo .userlist .face img {
  width: 45px;
  border-radius: 50%;
}
.projectinfo .rightinfo .list {
  width: 100%;
  float: left;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.projectinfo .rightinfo .list .item {
  width: calc(20% - 15px);
  background: #fff;
  padding: 15px;
  float: left;
  border: solid 1px #fff;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 140px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 6px 8px 0 rgba(28, 31, 35, 0.06);
}
.projectinfo .rightinfo .list .item:hover {
  border: solid 1px #365ddc;
  box-shadow: #eee 0 1.6px 3.6px 0, rgba(0, 0, 0, 0.11) 0 0.3px 0.9px 0;
}
.projectinfo .rightinfo .list .item:hover .btns {
  display: block;
}
.projectinfo .rightinfo .list .item .morebtn {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
}
.projectinfo .rightinfo .list .item .morebtn:hover {
  background: #eee;
  cursor: pointer;
}
.projectinfo .rightinfo .list .item .menu {
  position: absolute;
  width: 200px;
  right: -180px;
  border: solid 1px #eee;
  background: #fff;
  top: 35px;
  padding: 8px;
  box-shadow: #eee 0 1.6px 3.6px 0, rgba(0, 0, 0, 0.11) 0 0.3px 0.9px 0;
  z-index: 9999;
  border-radius: 8px;
}
.projectinfo .rightinfo .list .item .menu a {
  width: 100%;
  float: left;
  font-size: 16px;
  text-decoration: none;
  color: #474747;
  padding-left: 15px;
  height: 35px;
  line-height: 35px;
}
.projectinfo .rightinfo .list .item .menu a i {
  font-size: 16px;
  margin-right: 10px;
}
.projectinfo .rightinfo .list .item .menu a:hover {
  border-radius: 2px;
  background: #eee;
}
.projectinfo .rightinfo .list .item .ti {
  width: 100%;
  float: left;
}
.projectinfo .rightinfo .list .item .ti span {
  background-color: #365ddc;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.projectinfo .rightinfo .list .item .ti img {
  height: 60px;
}
.projectinfo .rightinfo .list .item .ti i {
  float: right;
}
.projectinfo .rightinfo .list .item .ttt {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden;
}
.projectinfo .rightinfo .list .item .desc {
  color: #999;
  font-size: 12px;
  margin-bottom: 4px;
}
.projectinfo .rightinfo .list .item .btns {
  background: #eee;
  float: left;
  width: 88%;
  display: none;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  bottom: 10px;
}
.projectinfo .rightinfo .list .item .btns a {
  width: 33.3%;
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
}
.projectinfo .rightinfo .list .item .btns a:hover {
  background: #e8e8e8;
}
.projectinfo .tableshow {
  width: calc(100% - 260px);
  float: left;
}
.projectinfo .tableshow a {
  text-decoration: none;
}
.projectinfo .listnavs {
  width: 240px;
  background: #fff;
  height: calc(100vh - 48px);
  float: left;
}
.projectinfo .listnavs .pickuser {
  width: 100%;
  float: left;
  border-bottom: solid 1px #ccc;
  padding: 15px;
}
.projectinfo .listnavs .pickuser i {
  float: right;
}
.projectinfo .listnavs .pickuser:hover {
  background: #eee;
  cursor: pointer;
}
.projectinfo .listnavs a {
  width: 100%;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: left;
  color: #000;
  padding-left: 15px;
  text-decoration: none;
}
.projectinfo .listnavs a:hover {
  background: #eee;
}
.projectinfo .listnavs .wz {
  margin-bottom: 15px;
}
.oplist {
  width: 100%;
  float: left;
  margin-bottom: 0;
  margin-bottom: 15px;
}
.oplist .witem {
  width: 120px;
  float: left;
  background: #fff;
  border-radius: 8px;
  padding-top: 8px;
  margin-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.oplist .witem:hover {
  cursor: pointer;
  background: #eee;
}
.oplist .witem .ttt {
  font-size: 14px;
  margin-top: 2px;
  text-align: left;
  text-indent: 10px;
}
.oplist .witem img {
  width: 22px;
  float: left;
}
.basesetting .tools {
  width: 10%;
  text-align: right;
  float: left;
  color: #ccc;
}
.basesetting .item {
  border-bottom: solid 1px #eee;
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding: 15px;
}
.basesetting .item:hover {
  box-shadow: #eee 0 1.6px 3.6px 0, rgba(0, 0, 0, 0.11) 0 0.3px 0.9px 0;
}
.basesetting .item .line {
  width: 100%;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
.basesetting .item .line .option {
  width: 100%;
  float: left;
}
.basesetting .item .line .option .move {
  cursor: move;
}
.basesetting .item .line span {
  background: #2a4ab4;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
.basesetting .item .line .ku-input {
  width: 100%;
  border: none;
  outline: none;
  border: solid 1px #fff;
}
.basesetting .item .line .ku-input:focus {
  border: solid 1px #2a4ab4;
}
.basesetting .item .line .ku-radio-input {
  width: 90%;
  border: none;
  outline: none;
  border-bottom: solid 1px #fff;
  font-size: 14px;
}
.basesetting .item .line .ku-radio-input:focus {
  border-bottom: solid 1px #2a4ab4;
}
.basesetting .item .line .desc {
  font-size: 12px;
}
.objlist table td input {
  width: 100%;
  border: none;
  outline: none;
}
.report p {
  padding: 0;
  margin-bottom: 0;
}
.skeleton {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.searchtools {
  float: left;
  margin-top: 15px;
}
.searchtools .ipactive {
  float: left;
  font-size: 14px;
  border: solid 1px #ccc;
  margin-right: 5px;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  background: #fff;
  line-height: 30px;
  border-radius: 4px;
  color: #365ddc;
  cursor: pointer;
  margin-bottom: 10px;
}
.searchtools button {
  margin-right: 8px;
  background: #365ddc;
  height: 28px;
  padding-left: 8px;
  float: left;
  padding-right: 8px;
  border: none;
  color: #fff;
  outline: none;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 1px;
}
.searchtools .ip {
  float: left;
  font-size: 14px;
  border: solid 1px #ccc;
  margin-right: 5px;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  background: #fff;
  line-height: 30px;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
  overflow: hidden;
}
.searchtools .ip:focus-within {
  border: solid 1px #2a4ab4;
  border-radius: 4px;
}
.searchtools .ip:hover {
  color: #365ddc;
  background: #eee;
}
.searchtools .ip input {
  margin-right: 15px;
  border: solid 1px #999;
  height: 26px;
  padding-left: 4px;
  padding-right: 4px;
  border: none;
  width: 100%;
  color: #000;
  outline: none;
  background: none;
  border-radius: 4px;
}
.searchtools .ip select {
  margin-right: 15px;
  border: solid 1px #999;
  height: 28px;
  color: #000;
  background: none;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  width: 100%;
}
.downloadtools {
  float: right;
  margin-top: 15px;
}
.downloadtools a {
  float: left;
  background: #eee;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  margin-right: 10px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
.downloadtools a img {
  width: 22px;
}
.downloadtools a:hover {
  background: #365ddc;
  color: #fff;
}
.reportx .rtitle {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 18px;
}
.reportx .placeholderdesc {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #999;
}
.reportx .item {
  width: 100%;
  float: left;
  border-bottom: solid 1px #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.reportx .item:last-child {
  border-bottom: none;
}
.reportx .item .row {
  width: 100%;
  float: left;
}
.reportx .item a {
  margin-top: 15px;
  float: left;
}
.qrcdelist img {
  border: solid 2px #EEE;
}
.qrcdelist img:hover {
  border: solid 2px #000;
}
.contacts-category-list {
  width: 240px;
  float: left;
  margin-right: 15px;
}
.contacts-category-list .title {
  padding: 15px;
  float: left;
  width: 100%;
  font-weight: bold;
}
.contacts-category-list .title span {
  float: right;
}
.contacts-category-list .a {
  text-decoration: none;
  padding-left: 10px;
  color: #000;
  float: left;
  width: 100%;
}
.contacts-category-list .a a {
  text-decoration: none;
  padding-left: 10px;
  color: #000;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.contacts-category-list .a:hover {
  background: #eee;
  border-radius: 8px;
}
.contacts-category-list .active {
  background: #2a4ab4;
  margin-bottom: 5px;
  border-radius: 8px;
}
.contacts-category-list .active a {
  color: #fff;
}
.contacts-category-list .active:hover {
  background: #112c87;
}
.contacts-list {
  width: 100%;
  float: left;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
}
.titlebg {
  width: 100%;
  float: left;
  height: 120px;
  line-height: 120px;
  background: url("https://bres.vmx.wang/emta/drawingbed/D8yyJSNDx6mydDfTZaBkwTSzhwBiY8T5.png") no-repeat;
  background-size: cover;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.newsitem {
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .projectinfo .rightinfo .list .item {
    width: 23.5%;
  }
}
@media screen and (max-width: 1200px) {
  .projectinfo .rightinfo .list .item {
    width: 30%;
  }
}
.leftnav {
  height: 60px;
  position: fixed;
  right: 20px;
  top: 25px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.leftnav a {
  width: 60px;
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.leftnav a i {
  font-size: 22px;
}
.leftnav a:hover {
  background: rgba(0, 0, 0, 0.9);
}
.annexshow {
  width: 100%;
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  background: #eee;
  border-radius: 10px;
  padding: 10px;
}
.annexshow img {
  height: 80px;
}
.annexshow .annexshowitem {
  height: 60px;
  overflow: hidden;
  width: 100%;
}
.annexshow .close {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  background: red;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 30px;
  top: 25px;
}
.annex {
  width: 100%;
  float: left;
}
.annex img {
  width: 100%;
}
.zz {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0px;
  z-index: 3;
}
.addcontent {
  width: 400px;
  height: 400px;
  position: fixed;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -300px;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 6px 8px 0 rgba(28, 31, 35, 0.06);
  padding: 10px;
  border-radius: 5px;
}
.addcontent .closepage {
  position: absolute;
  right: -10px;
  top: -15px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: red;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
}
.addcontent .title,
.addcontent .desc,
.addcontent .tools {
  float: left;
  width: 100%;
}
.addcontent input {
  width: 100%;
  border: none;
  height: 45px;
  outline: none;
  border-bottom: solid 1px #eee;
}
.addcontent textarea {
  width: 100%;
  border: none;
  outline: none;
  float: left;
  min-height: 230px;
}
.addcontent .tools {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.addcontent .tools img {
  width: 28px;
}
.addcontent .tools .item {
  float: left;
  margin-right: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.addcontent .tools .item:hover {
  background: #eee;
  border-radius: 5px;
}
.addcontent .tools .item p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.center {
  width: 990px;
  margin: 0 auto;
}
.sharepage {
  font-family: Arial, sans-serif;
  max-width: 300px;
  margin: 0 auto;
  padding: 8px;
}
.sharepage h2 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sharepage ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #eee;
  padding: 5px;
  border-radius: 10px;
}
.sharepage li {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.sharepage li:hover {
  background: #ccc;
  border-radius: 8px;
}
.sharepage li:last-child {
  border-bottom: none;
}
.sharepage .icon {
  margin-right: 10px;
}
.sharepage .arrow {
  float: right;
}
.grclass {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.grclass .groupname {
  position: relative;
  overflow: hidden;
}
.grclass .groupname .tools {
  position: absolute;
  width: 260px;
  left: 0px;
  top: 0px;
  display: none;
  background: #fff;
  z-index: 2;
}
.grclass .groupname .tools i {
  width: 25%;
  text-align: center;
  float: left;
}
.grclass .groupname .tools i:hover {
  background: #eee;
}
.grclass .groupname:hover .tools {
  display: block;
}
.layui-layer-diy .layui-layer-content {
  padding: 15px;
}
.posttools a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.layui-layer-title {
  border-bottom: none;
}
.layui-layer-btn .layui-layer-btn0 {
  background: #365ddc;
  border: none;
}
.layui-layer {
  border-radius: 8px;
  overflow: hidden;
}
.annexshowitem_web {
  margin-bottom: 8px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
  background: #eeeeee;
  padding: 3px;
  border-radius: 10px;
  float: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.annexshowitem_web:hover {
  background: #ccc;
}
.mobile_menu {
  display: none;
}
@media screen and (max-device-width: 480px) {
  nav {
    width: 100%;
    display: none;
  }
  nav img {
    width: 150px;
  }
  .center {
    width: 100%;
  }
  .projectinfo .rightinfo {
    width: 100%;
    margin-top: 40px;
  }
  .projectinfo .rightinfo .list .item {
    width: 100%;
    margin-right: 0;
  }
  .mobile_menu {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 30px;
    bottom: 15px;
    border-radius: 50%;
    display: block;
    background: #112c87;
    text-align: center;
    color: #fff;
    z-index: 9999;
  }
  .mobile_menu i {
    font-size: 25px;
  }
}
.fullscreen-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  overflow-y: auto;
  cursor: pointer;
}
.content-wrapper {
  max-width: 800px;
  width: 100%;
}
.content-wrapper .annex img {
  max-width: 300px;
}
.content-wrapper .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.content-wrapper .body {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
  width: 100%;
  float: left;
}
.split-layout {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.left-panel {
  flex: 1;
  padding: 20px;
  border-right: 1px solid #eee;
  overflow-y: auto;
}
.right-panel {
  width: 900px;
  padding: 20px;
  background: #f9f9f9;
  overflow-y: auto;
}
.comments-wrapper {
  height: 100%;
}
.comment-list {
  margin-top: 20px;
}
.comment-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.comment-user {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.comment-user .face {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.comment-user .username {
  font-weight: bold;
}
.comment-content {
  color: #666;
  line-height: 1.5;
}
