.layout-login {
  width: 100%;
  height: 100%;
  display: flex;
}
.layout-login .left {
  background: #fff;
  width: 65%;
  position: relative;
}
.layout-login .left .logo {
  width: 80px;
  height: 64px;
  margin: 20px 0 0 60px;
}
.layout-login .left .center {
  width: 452px;
  height: 452px;
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -226px;
  margin-left: -226px;
}
.layout-login .left .center .login-toggle {
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
}
.layout-login .left .center #logo-number {
  display: none;
}
.layout-login .left .center .toggle {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #B0B0B0;
  display: flex;
  justify-content: space-around;
  margin-top: 65px;
  padding: 0 10px;
}
.layout-login .left .center .toggle li {
  padding: 6px 0;
  cursor: pointer;
}
.layout-login .left .center .toggle .active {
  color: #000;
  border-bottom: 1px solid #000;
}
.layout-login .left .center .content #open_wechat {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.layout-login .left .center .content h4 {
  font-family: PingFangSC-Semibold, PingFang SC;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #000000;
  line-height: 33px;
  margin-top: 60px;
}
.layout-login .left .center .content p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  text-align: center;
}
.layout-login .left .center .content .logo-number {
  padding: 0 40px;
  display: none;
}
.layout-login .left .center .content .logo-number h4 {
  text-align: inherit;
}
.layout-login .left .center .content .logo-number form {
  font-family: PingFangSC-Regular, PingFang SC;
}
.layout-login .left .center .content .logo-number form .label {
  font-size: 13px;
  margin: 20px 0 7px 0;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  display: block;
}
.layout-login .left .center .content .logo-number form .list {
  position: relative;
}
.layout-login .left .center .content .logo-number form .list .error {
  font-size: 12px;
  font-weight: 400;
  color: #FF4D4F;
  line-height: 22px;
}
.layout-login .left .center .content .logo-number form .list .toggle-password {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 35px;
  right: 13px;
  cursor: pointer;
}
.layout-login .left .center .content .logo-number form .list .password-show {
  display: none;
}
.layout-login .left .center .content .logo-number form .list input {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  width: 370px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 10px;
}
.layout-login .left .center .content .logo-number form .list input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.layout-login .left .center .content .logo-number form .list input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐*/
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.layout-login .left .center .content .logo-number form .list input:-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐*/
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.layout-login .left .center .content .logo-number form .list input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.layout-login .left .center .content .logo-number form .list input:focus {
  outline: none;
  border: 1px solid #1890FF;
}
.layout-login .left .center .content .logo-number form input[type="submit"] {
  width: 370px;
  height: 34px;
  background: #1890FF;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
  outline: none;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.layout-login .right {
  width: 35%;
  background: #EBF8FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-login .right img {
  width: 403px;
}
.nav-bar {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 1001;
}
.nav-bar nav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar nav .left {
  display: flex;
  align-items: center;
}
.nav-bar nav .logo {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #000000;
}
.nav-bar nav .logo svg {
  height: 60px;
  width: 63px;
  margin-right: 15px;
}
.nav-bar nav .logo div {
  padding-left: 20px;
  line-height: 22px;
  border-left: 1px solid #DCDCDC;
}
.nav-bar nav .nav {
  margin-left: 150px;
}
.nav-bar nav .nav a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-right: 50px;
}
.nav-bar nav .nav .active {
  color: #0189FE;
}
.nav-bar nav .right {
  height: 100%;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  cursor: pointer;
}
.nav-bar nav .right .user {
  display: flex;
  margin-top: 17px;
}
.nav-bar nav .right .user img {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
.nav-bar nav .right .user div p {
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding-right: 23px;
  margin-top: 3px;
}
.nav-bar nav .right .user div p span {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-width: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #000 transparent transparent transparent;
  margin-left: 5px;
  position: absolute;
  top: 7px;
  right: 0;
}
.nav-bar nav .right .user div span {
  color: #666666;
}
.nav-bar nav .right .user-nav {
  display: none;
  cursor: default;
  position: absolute;
  top: 72px;
  right: 0;
  width: 220px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.nav-bar nav .right .user-nav li a {
  padding: 0 20px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  cursor: pointer;
}
.nav-bar nav .right .user-nav li a svg {
  width: 23px;
  height: 23px;
  margin: 0 13px 0 30px;
}
.nav-bar nav .right .user-nav li a .todoCount {
  font-size: 10px;
  font-weight: 400;
  color: #FF4D4F;
}
.nav-bar nav .right .user-nav li .active {
  color: #0189FE;
}
.nav-bar nav .right .user-nav li:first-of-type a {
  font-size: 10px;
  font-weight: 400;
  color: #999999;
}
.nav-bar nav .right:hover .user div p span {
  top: 0;
  transform: rotate(180deg);
}
.nav-bar nav .right:hover .user-nav {
  display: block;
}
.accounts {
  width: 199px;
  overflow: hidden;
  background: #fff;
}
.accounts ul {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  padding-top: 10px;
}
.accounts ul li a {
  display: flex;
  align-items: center;
  width: 200px;
  height: 54px;
  padding-left: 26px;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.accounts ul li svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.accounts ul li span {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  margin-left: 26px;
}
.accounts ul .active-icon {
  display: none;
}
.accounts ul .active a {
  color: #0189FE;
  background: rgba(76, 181, 255, 0.1);
  border-right: 2px solid #0189FE;
  width: 199px;
}
.accounts ul .active a .active-icon {
  display: block;
}
.accounts ul .active a .icon {
  display: none;
}
.single-column {
  margin: 100px auto 0;
  width: 1200px;
  min-height: 600px;
  background: #fff;
  font-family: PingFangSC-Regular, PingFang SC;
}
.single-column > .body {
  padding: 0 60px 30px;
}
.single-column > .body > table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.single-column > .body > table tr,
.single-column > .body > table td,
.single-column > .body > table th {
  padding: 10px;
  border: 1px solid #DDD;
}
.single-column > .body > table thead {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.single-column > .body > table tbody {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.single-column > .body > table tbody tr:first-of-type td {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  background: #F5F7FA;
}
.single-column .crumbs-box {
  padding: 30px 0 15px 0;
  height: inherit;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pointer {
  cursor: pointer;
}
.toggle-nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.toggle-nav li {
  padding: 0 20px;
  height: 30px;
  background: #F5F5F5;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-right: 15px;
  cursor: pointer;
}
.toggle-nav .active {
  background: rgba(1, 137, 254, 0.1);
  border: 1px solid #0189FE;
  color: #0189FE;
}
.statusName {
  width: 66px;
  height: 24px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  border: 1px solid #969696;
}
.build-record-status0 {
  color: #969696;
}
.build-record-status1 {
  color: #f86161;
  background: #FFF1F0;
  border: 1px solid #f86161;
}
.build-record-status2 {
  color: #0090ff;
  border: 1px solid #0090ff;
  background: #EDF7FF;
}
.build-record-status3 {
  color: #36AA00;
  border: 1px solid #36AA00;
  background: #F6FFED;
}
.double-column {
  margin: 100px auto 0;
  width: 1200px;
  min-height: 600px;
  background: #fff;
  font-family: PingFangSC-Regular, PingFang SC;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.double-column .head {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  border-bottom: 1px solid #DDDDDD;
  flex-shrink: 0;
}
.double-column .body {
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  flex: auto;
}
.double-column .body > .right {
  width: 1000px;
  border-left: 1px solid #DDDDDD;
  padding: 0 30px;
}
.double-column .body > .right .head {
  justify-content: inherit;
}
.double-column .body > .right .message-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 750px;
}
.double-column .body > .right .message-block svg {
  width: 70px;
  height: 70px;
  margin: 70px 0 20px 0;
}
.double-column .body > .right .message-block span {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 5px;
}
.double-column .body > .right .message-block p {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.double-column .body > .right .message-block .button {
  display: block;
  min-width: 100px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #1890FF;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.double-column .body > .right .form-table {
  padding: 10px 0 20px 0;
}
.double-column .body > .right .form-table .verification-identity {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  margin: 25px 0 5px 0;
}
.double-column .body > .right .form-table .code-mobile {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.double-column .body > .right .form-table .code-mobile span {
  color: #000000;
}
.double-column .body > .right .form-table table tr {
  vertical-align: top;
}
.double-column .body > .right .form-table table td {
  padding: 18px 20px 0 0;
}
.double-column .body > .right .form-table table .middle {
  vertical-align: middle;
}
.double-column .body > .right .form-table table .left {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.double-column .body > .right .form-table table .left span {
  color: #FF4D4F;
}
.double-column .body > .right .form-table table .paddingTop13 {
  padding-top: 13px !important;
}
.double-column .body > .right .form-table table .right {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.double-column .body > .right .form-table table .right .error {
  font-size: 12px;
  font-weight: 400;
  color: #FF4D4F;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 20px;
  height: inherit;
}
.double-column .body > .right .form-table table .right .audit-content {
  font-size: 12px;
  font-weight: 400;
  color: #FF4D4F;
  line-height: 20px;
}
.double-column .body > .right .form-table table .right .user-head {
  width: 70px;
  height: 70px;
}
.double-column .body > .right .form-table table .right .submit {
  display: block;
  width: 65px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #1890FF;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.double-column .body > .right .form-table table .right .change-head {
  display: flex;
  flex-wrap: wrap;
}
.double-column .body > .right .form-table table .right .change-head .img {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.double-column .body > .right .form-table table .right .change-head .img img {
  height: 100%;
  width: 100%;
}
.double-column .body > .right .form-table table .right .change-head .edit {
  padding: 15px 0 0 15px;
}
.double-column .body > .right .form-table table .right .change-head .edit label {
  font-size: 12px;
  font-weight: 400;
  color: #0189FE;
  cursor: pointer;
}
.double-column .body > .right .form-table table .right .change-head .edit input {
  display: none;
}
.double-column .body > .right .form-table table .right .change-head .edit span {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  display: block;
}
.double-column .body > .right .form-table table .right .text-input {
  position: relative;
}
.double-column .body > .right .form-table table .right .text-input input {
  width: 400px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.double-column .body > .right .form-table table .right .text-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.double-column .body > .right .form-table table .right .text-input input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐*/
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.double-column .body > .right .form-table table .right .text-input input:-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐*/
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.double-column .body > .right .form-table table .right .text-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.double-column .body > .right .form-table table .right .text-input input:focus {
  border: 1px solid #1890FF;
}
.double-column .body > .right .form-table table .right .text-input .reset {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.double-column .body > .right .form-table table .right .text-textarea {
  max-width: 400px;
}
.double-column .body > .right .form-table table .right .radio-box {
  display: flex;
}
.double-column .body > .right .form-table table .right .radio-box .item {
  margin-right: 20px;
}
.double-column .body > .right .form-table table .right .select-box {
  font-size: 14px;
  font-weight: 400;
}
.double-column .body > .right .form-table table .right .select-box select {
  height: 34px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 20px 0 10px;
  appearance: none;
  background: url("../../img/icon-arrow-bot.png") 90% 50% no-repeat;
  background-size: 20px;
}
.double-column .body > .right .form-table table .right .checkbox-box input {
  margin-bottom: 14px;
}
.double-column .body > .right .form-table table .right .checkbox-box .check-box {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
.double-column .body > .right .form-table table .right .checkbox-box .check-box .list {
  margin-right: 20px;
}
.double-column .body > .right .form-table table .right .textarea {
  width: 400px;
  min-height: 54px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  padding: 5px 10px;
  resize: none;
  overflow: hidden;
  text-align: inherit;
}
.double-column .body > .right .form-table table .right .textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.double-column .body > .right .form-table table .right .textarea::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐*/
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.double-column .body > .right .form-table table .right .textarea:-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐*/
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.double-column .body > .right .form-table table .right .textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px;
  font-weight: 400;
}
.double-column .body > .right .form-table table .right .textarea:focus {
  border: 1px solid #1890FF;
}
.double-column .body > .right .form-table table .get-phone-code {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}
.double-column .body > .right .form-table table .get-phone-code input[type='button'] {
  background: none;
  outline: none;
  text-align: center;
}
.layout-company .name {
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  height: 96px;
  width: 1080px;
  margin: 0 auto;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
}
.layout-company .name svg {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.layout-company .content {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}
.layout-company .content .title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  border-left: 3px solid #0189FE;
  padding-left: 8px;
  margin: 10px 0 17px 0;
}
.layout-company .content .category {
  font-size: 12px;
  width: 100%;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
  text-indent: 11px;
}
.layout-company .content > .list {
  display: flex;
  flex-wrap: wrap;
}
.layout-company .content > .list .li {
  position: relative;
}
.layout-company .content > .list .li .menuCheckbox {
  position: absolute;
  top: 10px;
  right: 24px;
  cursor: pointer;
}
.layout-company .content > .list .li a {
  width: 200px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 0 0 0 25px;
  margin: 0 15px 20px 0;
}
.layout-company .content > .list .li a svg {
  width: 44px;
  height: 44px;
  margin-right: 15px;
}
.layout-company .content > .list .li:hover a {
  border-color: #0189FE;
}
.worktable {
  background: inherit;
}
.worktable .menu {
  background: #FFFFFF;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 10px;
}
.worktable .menu .edit {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.worktable .menu .edit a:last-of-type {
  color: #0189FE;
}
.worktable .menu-list {
  display: flex;
  flex-wrap: wrap;
}
.worktable .menu-list .li a {
  width: 200px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin: 0 15px 20px 0;
}
.worktable .menu-list .li a svg {
  width: 44px;
  height: 44px;
  margin-right: 15px;
}
.worktable .menu-list .li:hover a {
  border-color: #0189FE;
}
.worktable .change-message {
  display: flex;
  margin: 20px 0;
  padding-left: 30px;
}
.worktable .change-message li {
  padding: 10px 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 60px;
  cursor: pointer;
}
.worktable .change-message li .message-number {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #FF4949;
  box-shadow: 0px 4px 8px 0px rgba(233, 59, 61, 0.2);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  right: -20px;
  top: 10px;
}
.worktable .change-message li .have-message {
  width: 6px;
  height: 6px;
  background: #FF4949;
  box-shadow: 0px 4px 8px 0px rgba(233, 59, 61, 0.2);
  border-radius: 2px;
  position: absolute;
  right: -10px;
  top: 18px;
}
.worktable .change-message .active {
  color: #1890FF;
  border-bottom: 2px solid #1890FF;
}
.worktable .message {
  font-family: PingFangSC-Regular, PingFang SC;
}
.worktable .message .list {
  cursor: pointer;
  background: #fff;
  padding: 18px 30px;
  margin-bottom: 20px;
}
.worktable .message .list .head {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.worktable .message .list .head .time {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.worktable .message .list .content {
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  padding-bottom: 13px;
}
.worktable .message .list table {
  margin-top: 5px;
}
.worktable .message .list table td {
  padding: 2px 0;
}
.worktable .message .list table .left {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: right;
}
.worktable .message .list table .right {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.worktable .message .footer {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.worktable .message .footer .edit {
  font-size: 14px;
  font-weight: 400;
  color: #0189FE;
  display: flex;
}
.worktable .message .footer .edit div {
  cursor: pointer;
}
.worktable .message .footer .edit div:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d0d0d0;
}
.project-camera {
  display: flex;
  flex-wrap: wrap;
}
.project-camera li {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #F5F5F5;
  width: 525px;
  margin-bottom: 28px;
  cursor: pointer;
}
.project-camera li:nth-of-type(odd) {
  margin-right: 28px;
}
.project-camera li .top {
  width: 100%;
  height: 292px;
  background: #eee;
}
.project-camera li .top img {
  width: 100%;
  height: 100%;
}
.project-camera li .bot {
  font-size: 14px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.project-camera li .bot span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
}
.project-camera li .err {
  color: #999;
}
.project-camera li .err span {
  background: #f86161;
}
.project-camera li .sus span {
  background: #0090FF;
}
.camera {
  position: relative;
}
.camera .control-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  display: flex;
  align-items: center;
  padding: 0 36px;
}
.camera .control-bar div {
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin-right: 40px;
}
.camera .control-bar div img {
  height: 100%;
  width: 100%;
}
.camera .control-bar #fullscreen {
  position: absolute;
  right: 0;
}
.camera .cloud-control {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  left: 30px;
  bottom: 100px;
}
.camera .cloud-control li {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
}
.camera .cloud-control .up {
  top: 0;
  right: 36px;
}
.camera .cloud-control .right {
  right: 0;
  top: 36px;
}
.camera .cloud-control .bot {
  bottom: 0;
  right: 36px;
}
.camera .cloud-control .left {
  left: 0;
  top: 36px;
}
.userUpdateRecordStatus {
  width: 66px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  background: #EDF7FF;
  border-radius: 2px;
  border: 1px solid gray;
  font-size: 12px;
  font-weight: 400;
  margin-left: 20px;
}
.userUpdateRecordStatus1 {
  color: #0189FE;
  background: #EDF7FF;
  border-color: #91C4FF;
}
.userUpdateRecordStatus2 {
  color: #52C41A;
  background: #F6FFED;
  border-color: #B7EB8F;
}
.userUpdateRecordStatus3 {
  color: #FF4D4F;
  background: #FFF1F0;
  border-color: #FFA39E;
}
