:global #map_container2 .amap-icon img,
:global #map_container4 .amap-icon img {
  width: 32px;
  height: 42px;
}
:global .anchorBL {
  display: none;
}
:global .radio_container {
  display: flex;
  left: 50%;
  top: 54px;
  transform: translate(-50%, 50%);
}
:global .radio_container .select-menu {
  display: inline-block;
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
:global .radio_container .select-menu-active {
  background: #96cbf3;
}
:global .draw_container {
  padding: 20px;
  top: 82px;
  left: 20px;
}
:global .draw_container,
:global .radio_container {
  padding-left: 8px;
  position: absolute;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 40px;
  background: #fff;
}
:global .draw_container .btn_container button,
:global .radio_container .btn_container button {
  margin-left: 20px;
}
:global .draw_container .btn_container button::first-child,
:global .radio_container .btn_container button::first-child {
  margin-left: 0;
}
:global .radio_container-open {
  position: absolute;
  top: 0px;
  right: 0;
  width: 80px;
  height: 54px;
  display: flex;
  background-color: #ebf3fe;
  text-align: center;
  justify-content: center;
  z-index: 1;
}
:global .radio_container-open .icon-fold {
  margin-top: 10px;
}
:global .radio_container-switch {
  position: absolute;
  bottom: 0px;
  right: 82px;
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: #ffffff;
  margin-left: 900px;
  padding: 10px;
  box-shadow: darkgrey 0px 0px 10px 1px;
}
:global .radio_container-switch .switch-button {
  width: 102px;
  height: 72px;
  position: relative;
}
:global .radio_container-switch .switch-button .text {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 10px;
}
:global .radio_container-switch .switch-button:first-child,
:global .radio_container-switch .switch-button:nth-child(2) {
  margin-right: 10px;
}
:global .radio_container-switch .active {
  border: 1px solid #0f71ff;
}
:global .radio_container-switch .active .text {
  background: #0f71ff;
}
:global .drawer_container_tab {
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 20px;
  transition: all 0.6s ease;
  background: #fff;
}
:global .drawer_container_tab .drawer_inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
:global .drawer_container_tab .drawer_inner header {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
:global .drawer_container_tab .drawer_inner header .title {
  float: left;
}
:global .drawer_container_tab .drawer_inner header .close {
  float: right;
}
:global .depart_drawer_hide {
  width: 0;
}
:global .amap-controlbar {
  bottom: -40px;
  left: 0px !important;
  top: unset !important;
  right: unset !important;
}
:global .amap-indoormap-floorbar-control {
  right: 80px !important;
  width: 28px;
}
:global .search-list_command .item {
  border-bottom: 1px solid #e6e3e3;
  cursor: pointer;
}
:global .search-list_command .item .poibox .name {
  font-size: 14px !important;
}
:global .search-list_command .item .poibox .text {
  font-size: 12px !important;
  color: #8a8989;
  padding-left: 10px;
  position: relative;
}
:global .search-list_command .item .poibox .text .poibox-icon {
  position: absolute;
  right: 0;
  left: unset;
  top: unset;
  bottom: 10px;
}
:global .content-window-card-address {
  border-radius: 8px;
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
  background: #ffffff;
}
:global .content-window-card-address .info-middle {
  min-width: 300px;
}
:global .content-window-card-address .info-middle .head {
  color: #000000;
  height: 50px;
  align-items: center;
  display: flex;
  padding: 15px 20px;
  font-weight: bold;
  border-bottom: 1px solid #E4E6E7;
}
:global .content-window-card-address .info-middle .content-text {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
:global .content-window-card-address .close-div {
  position: absolute;
  top: 10px;
  right: 10px;
}
:global .content-window-card-address .info-button {
  display: flex;
  justify-content: center;
  color: #0E70FF;
  padding: 10px;
  cursor: pointer;
}
:global .content-window-card {
  border-radius: 8px;
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
  background: #ffffff;
}
:global .content-window-card .close-div {
  position: absolute;
  top: 5px;
  right: 10px;
}
:global .content-window-card .close-div a {
  color: black;
  font-size: 20px;
}
:global .content-window-card p {
  height: 2rem;
}
:global .content-window-card .info-middle {
  font-size: 14px;
  padding: 10px 6px 0 6px;
  line-height: 20px;
  min-height: 100px;
  color: #666666;
  display: flex;
}
:global .content-window-card .info-middle .text {
  line-height: 24px;
  margin-left: 10px;
}
:global .content-window-card .info-middle .text .name {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
:global .content-window-card .info-middle .head {
  font-size: 15px;
  font-weight: 600;
}
:global .content-window-card .info-middle .avator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
:global .content-window-card .info-middle .span-header {
  background: #0f71ff;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
:global .content-window-card .info-middle .image {
  position: absolute;
  margin-right: 6px;
  margin-top: 5px;
  height: 90px;
  padding: 10px 10px;
}
:global .content-window-card .info-middle .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
:global .content-window-card .info-middle .image .img-span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0f71ff;
  display: inline-block;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-size: 17px;
}
:global .content-window-card .info-middle .content-text {
  margin-left: 80px;
  padding-right: 10px;
}
:global .content-window-card .info-middle .content-text .text {
  width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:global .content-window-card .info-middle .event-content-text {
  padding-right: 10px;
  width: 100%;
}
:global .content-window-card .info-middle .event-content-text .center {
  text-align: center;
}
:global .content-window-card .info-middle .atten-content-text {
  padding-right: 10px;
}
:global .content-window-card .info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
:global .content-window-card .info-bottom img {
  position: relative;
  z-index: 104;
}
:global .content-window-card .info-button {
  position: relative;
  clear: both;
  border-top: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
}
:global .content-window-card .info-button .button {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: #fff;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
:global .content-window-card .info-button .button:first-child {
  border-right: 1px solid #e7e7e7;
}
:global .content-window-card-picture {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
  border: solid 1px #e8e8e8;
  background: #ffffff;
  width: 272px;
}
:global .content-window-card-picture .info .title {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  background-color: #0e70ff;
}
:global .content-window-card-picture .info .message {
  padding: 20px;
  max-width: 370px;
}
:global .content-window-card-picture .info .message .list {
  padding-bottom: 8px;
}
:global .content-window-card-picture .info .message .list .name {
  color: #5e5e5e;
}
:global .content-window-card-picture .info .message .list .data {
  color: #333333;
}
:global .content-window-card-picture .close-div {
  position: absolute;
  top: 5px;
  right: 10px;
}
:global .content-window-card-picture .close-div a {
  color: white;
}
:global .content-window-card-picture .button {
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #0e70ff;
  border-radius: 4px;
  width: 152px;
  margin: 0 60px;
  padding: 6px 0;
  text-align: center;
  color: #0e70ff;
  margin-bottom: 24px;
}
:global .content-window-card-trajectory {
  width: 375px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
:global .content-window-card-trajectory .close-div {
  position: absolute;
  top: 5px;
  right: 10px;
}
:global .content-window-card-trajectory .close-div a {
  color: black;
  font-size: 20px;
}
:global .content-window-card-trajectory p {
  height: 2rem;
}
:global .content-window-card-trajectory .info-middle {
  font-size: 14px;
  line-height: 20px;
  min-height: 100px;
  color: #666666;
  padding-bottom: 16px;
}
:global .content-window-card-trajectory .info-middle .text {
  line-height: 24px;
  margin-left: 10px;
}
:global .content-window-card-trajectory .info-middle .text .name {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
:global .content-window-card-trajectory .info-middle .text .content-click {
  color: #0f71ff;
  text-decoration: underline;
  cursor: pointer;
}
:global .content-window-card-trajectory .info-middle .head {
  font-size: 15px;
  font-weight: 600;
}
:global .content-window-card-trajectory .info-middle .avator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
:global .content-window-card-trajectory .info-middle .span-header {
  background: #0f71ff;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
:global .content-window-card-trajectory .info-middle .image {
  padding-bottom: 14px;
}
:global .content-window-card-trajectory .info-middle .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
:global .content-window-card-trajectory .info-middle .image .img-span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0f71ff;
  display: inline-block;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-size: 17px;
}
:global .content-window-card-trajectory .info-middle .image .img-name {
  padding-left: 8px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
:global .content-window-card-trajectory .info-middle .comoneye-logo img {
  width: 72px;
  height: 72px;
}
:global .content-window-card-trajectory .info-middle .comoneye-logo .img-span {
  width: 72px;
  height: 72px;
  background: #0f71ff;
  display: inline-block;
  color: #ffffff;
  line-height: 72px;
  text-align: center;
  font-size: 18px;
}
:global .content-window-card-trajectory .info-middle .comoneye-logo .img-name {
  padding-left: 8px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
:global .content-window-card-trajectory .info-middle .event-content-text {
  padding-right: 10px;
  width: 100%;
}
:global .content-window-card-trajectory .info-middle .event-content-text .center {
  text-align: center;
}
:global .content-window-card-trajectory .info-middle .atten-content-text {
  padding-right: 10px;
}
:global .content-window-card-trajectory .info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
:global .content-window-card-trajectory .info-bottom .sharp {
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 15px 0px 0px;
  border-style: solid;
  left: 250px;
  text-align: center;
  margin-left: 45%;
}
:global .content-window-card-trajectory .info-button {
  padding-top: 15px;
  position: relative;
  clear: both;
  border-top: 1px solid #e7e7e7;
  padding-bottom: 16px;
}
:global .content-window-card-trajectory .info-button .title {
  font-size: 14px;
  color: #5e5e5e;
  padding-bottom: 5px;
}
:global .content-window-card-trajectory .info-button .location-time {
  color: #5e5e5e;
}
:global .content-window-card-trajectory .info-button .button {
  display: inline-block;
  border: 1px solid #0e70ff;
  color: #0e70ff;
  padding: 4px 16px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 8px;
}
:global .content-window-card-trajectory .info-button .button:nth-child(5) {
  margin-right: 0;
}
:global .content-window-card-trajectory .info-button .button:hover {
  background-color: #0e70ff;
  color: #fff;
}
:global .content-window-card-trajectory .list {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #bdcfde;
  margin-bottom: 10px;
}
:global .content-window-card-trajectory .list .item-name {
  width: 120px;
}
:global .content-window-card-trajectory .list .item-time {
  padding: 0 10px;
}
:global .content-window-card-trajectory .list .item-button .button {
  padding: 2px 16px 4px 16px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #0e70ff;
  color: #0e70ff;
  margin-bottom: 5px;
  cursor: pointer;
  float: right;
}
:global .content-window-card-trajectory .list .item-button .button:hover {
  color: #fff;
  background: #0e70ff;
}
:global .content-window-card-trajectory .time-div {
  font-size: 14px;
}
:global .content-window-card-trajectory .time-div .button {
  padding: 2px 16px 4px 16px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #0e70ff;
  color: #0e70ff;
  margin-bottom: 5px;
  cursor: pointer;
  float: right;
}
:global .content-window-card-trajectory .time-div .button:hover {
  background-color: #0e70ff;
  color: #fff;
}
:global .content-window-card-componey {
  width: 293px;
  border-radius: 4px;
  position: relative;
  bottom: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(14, 112, 255, 0.5);
}
:global .content-window-card-componey .close-div {
  position: absolute;
  top: 5px;
  right: 10px;
}
:global .content-window-card-componey .close-div a {
  color: black;
  font-size: 20px;
}
:global .content-window-card-componey .back-btn {
  cursor: pointer;
  position: absolute;
  top: 5px;
  color: white;
  left: 10px;
}
:global .content-window-card-componey p {
  height: 2rem;
}
:global .content-window-card-componey .info-middle {
  margin: 0 16px;
  padding-top: 24px;
  font-size: 14px;
  line-height: 20px;
  min-height: 100px;
  color: #666666;
  padding-bottom: 16px;
}
:global .content-window-card-componey .info-middle .text {
  line-height: 24px;
  margin-left: 10px;
  color: #5E5E5E;
  width: 180px;
}
:global .content-window-card-componey .info-middle .text span {
  color: #333333;
}
:global .content-window-card-componey .info-middle .head {
  font-size: 15px;
  font-weight: 600;
}
:global .content-window-card-componey .info-middle .avator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
:global .content-window-card-componey .info-middle .span-header {
  background: #0f71ff;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
:global .content-window-card-componey .info-middle .comoneye-logo img {
  width: 72px;
  height: 72px;
}
:global .content-window-card-componey .info-middle .comoneye-logo .img-span {
  width: 72px;
  height: 72px;
  background: #0f71ff;
  display: inline-block;
  color: #ffffff;
  line-height: 72px;
  text-align: center;
  font-size: 18px;
}
:global .content-window-card-componey .info-middle .comoneye-logo .img-name {
  padding-left: 8px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
:global .content-window-card-componey .info-middle .content-text .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}
:global .content-window-card-componey .info-middle .event-content-text {
  padding-right: 10px;
  width: 100%;
}
:global .content-window-card-componey .info-middle .event-content-text .center {
  text-align: center;
}
:global .content-window-card-componey .info-middle .atten-content-text {
  padding-right: 10px;
}
:global .content-window-card-componey .info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
:global .content-window-card-componey .info-bottom .sharp {
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 15px 0px 0px;
  border-style: solid;
  left: 250px;
  text-align: center;
  margin-left: 45%;
}
:global .content-window-card-componey .info-button {
  display: flex;
  justify-content: center;
  position: relative;
  clear: both;
  padding-bottom: 16px;
}
:global .content-window-card-componey .info-button .title {
  font-size: 14px;
  color: #5e5e5e;
  padding-bottom: 5px;
}
:global .content-window-card-componey .info-button .location-time {
  color: #5e5e5e;
}
:global .content-window-card-componey .info-button .button {
  display: inline-block;
  border: 1px solid #0e70ff;
  color: #0e70ff;
  padding: 4px 16px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 8px;
}
:global .content-window-card-componey .info-button .button:nth-child(5) {
  margin-right: 0;
}
:global .content-window-card-componey .info-button .button:hover {
  background-color: #0e70ff;
  color: #fff;
}
:global .content-window-card-componey .list {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #bdcfde;
  margin-bottom: 10px;
}
:global .content-window-card-componey .list .item-name {
  width: 120px;
}
:global .content-window-card-componey .list .item-time {
  padding: 0 10px;
}
:global .content-window-card-componey .list .item-button .button {
  padding: 2px 16px 4px 16px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #0e70ff;
  color: #0e70ff;
  margin-bottom: 5px;
  cursor: pointer;
  float: right;
}
:global .content-window-card-componey .list .item-button .button:hover {
  color: #fff;
  background: #0e70ff;
}
:global .content-window-card-componey .time-div {
  font-size: 14px;
}
:global .content-window-card-componey .time-div .button {
  padding: 2px 16px 4px 16px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #0e70ff;
  color: #0e70ff;
  margin-bottom: 5px;
  cursor: pointer;
  float: right;
}
:global .content-window-card-componey .time-div .button:hover {
  background-color: #0e70ff;
  color: #fff;
}
:global .content-window-card-attend {
  width: 355px;
  border-radius: 4px;
  position: relative;
  bottom: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(14, 112, 255, 0.5);
}
:global .content-window-card-attend .back-btn {
  cursor: pointer;
  position: absolute;
  top: 5px;
  color: white;
  left: 10px;
}
:global .content-window-card-attend .close-div {
  position: absolute;
  top: 5px;
  right: 10px;
}
:global .content-window-card-attend .close-div a {
  color: black;
  font-size: 20px;
}
:global .content-window-card-attend .title {
  background: #0e70ff;
  width: 100%;
  height: 41px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  font-size: 16px;
  font-weight: 600;
}
:global .content-window-card-attend .info-box {
  font-size: 14px;
  padding: 16px 16px 0 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}
:global .content-window-card-attend .info-box .info {
  color: rgba(0, 0, 0, 0.65);
  padding-bottom: 8px;
  font-size: 14px;
}
:global .content-window-card-attend .info-box .info span {
  color: #000;
}
:global .content-window-card-attend .info-button {
  display: flex;
  justify-content: center;
  position: relative;
  clear: both;
  padding: 16px;
}
:global .content-window-card-attend .info-button .button {
  width: 116px;
  height: 32px;
  display: inline-block;
  border: 1px solid #0e70ff;
  color: #0e70ff;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
}
:global .content-window-card-attend .info-button .button:hover {
  background-color: #0e70ff;
  color: #fff;
}
:global .selected-points-modal {
  width: 680px !important;
}
:global .selected-points-modal .ant-modal-body {
  max-height: 400px;
  overflow: auto;
}
:global .selected-points-modal .ant-modal-footer {
  text-align: center;
}
:global .mark-icon {
  width: 23px;
}
:global .create-task-modal {
  width: 680px !important;
}
:global .create-task-modal .ant-modal-close-x {
  height: 0;
  width: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #4285ec #4285ec transparent transparent;
  position: relative;
}
:global .create-task-modal .ant-modal-close-x .anticon {
  vertical-align: 1em;
  position: relative;
  top: -14px;
  color: #fff;
}
:global .create-task-modal .ant-modal-body {
  padding: 0;
}
:global .create-task-modal .ant-modal-body .photo {
  margin: 0 !important;
  padding: 0 10px;
  height: 110px;
  background-color: #f5f9ff;
  position: relative;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
:global .create-task-modal .ant-modal-body .photo .gutter-row {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 11%;
}
:global .create-task-modal .ant-modal-body .photo .gutter-row .span-header {
  display: inline-block;
  border-radius: 50%;
  background: #0f71ff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}
:global .create-task-modal .ant-modal-body .photo .gutter-box {
  text-align: center;
}
:global .create-task-modal .ant-modal-body .photo .gutter-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
:global .create-task-modal .ant-modal-body .photo .gutter-box .name {
  width: 100%;
  text-align: center;
}
:global .create-task-modal .ant-modal-body .photo .gutter-box .ant-checkbox + span {
  padding-right: unset;
  padding-left: unset;
}
:global .create-task-modal .ant-modal-body .mini .gutter-row {
  width: 14%;
}
:global .create-task-modal .ant-modal-body .mini .ant-checkbox-inner {
  bottom: -25px;
  position: absolute;
  right: 0;
  left: 35px;
}
:global .create-task-modal .ant-modal-body .dispatch-content {
  padding: 20px 60px;
}
:global .create-task-modal .ant-modal-body .dispatch-content h2 {
  margin-left: 40px;
}
:global .create-task-modal .ant-modal-body .dispatch-content .video {
  text-align: center;
  position: relative;
}
:global .create-task-modal .ant-modal-body .dispatch-content .video .video-button {
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0f71ff;
  line-height: 100px;
  display: inline-block;
  cursor: pointer;
}
:global .create-task-modal .ant-modal-body .dispatch-content .video .warning {
  color: #666666;
  margin-top: 20px;
  font-size: 16px;
}
:global .create-task-modal .ant-modal-footer {
  text-align: center;
  border-top: 0;
  padding: 10px 16px 30px 16px;
}
:global .only-person-voice {
  position: absolute;
  left: 458px;
  top: 304px;
  background: #ffffff;
  padding: 10px 10px 0 10px;
}
:global .only-person-voice .label-voice {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
:global .only-person-voice .avatar-header {
  line-height: 50px;
}
:global .only-person-voice .avatar-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
:global .only-person-voice .avatar-header .close {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 16px;
  cursor: pointer;
}
:global .only-person-voice .img-span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0f71ff;
  display: inline-block;
  color: #ffffff;
  text-align: center;
}
:global .rightClick_context_menu {
  position: relative;
  padding: 0;
  background: rgba(255, 255, 255, 0.87);
  border-radius: 4px;
  width: 148px;
}
:global .rightClick_context_menu p {
  cursor: pointer;
  padding: 12px 16px;
  color: #475867;
  font-size: 14px;
}
:global .rightClick_context_menu img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
:global .dark .drawer_container_tab {
  background: #213241;
  color: white;
}
:global .dark .ant-tabs-nav-scroll {
  color: #fff;
}
:global .dark .content-window-card-picture {
  background: #213241;
  border: 1px solid #213241;
  opacity: 0.8;
}
:global .dark .content-window-card-picture .info .message .list .name,
:global .dark .content-window-card-picture .info .message .list .data {
  color: #fff;
}
:global .dark .content-window-card-picture .button {
  background: unset;
}
:global .dark .content-window-card-trajectory {
  background: #213241;
}
:global .dark .content-window-card-trajectory .info-middle .text,
:global .dark .content-window-card-trajectory .info-button .title,
:global .dark .content-window-card-trajectory .location-time {
  color: #fff;
}
:global .dark .content-window-card-trajectory .info-bottom .sharp {
  border-color: #213241 transparent transparent transparent;
}
:global .dark .content-window-card-trajectory .close-div a,
:global .dark .content-window-card-trajectory .info-middle .image .img-name,
:global .dark .content-window-card-trajectory .list,
:global .dark .content-window-card-trajectory .time-div .time-title {
  color: #fff;
}
:global .dark .content-window-card-componey {
  background: #213241;
  box-shadow: none;
}
:global .dark .content-window-card-componey .info-middle,
:global .dark .content-window-card-componey .title {
  color: #fff;
}
:global .dark .content-window-card-componey .text {
  color: rgba(255, 255, 255, 0.7);
}
:global .dark .content-window-card-componey .text span {
  color: #fff;
}
:global .dark .content-window-card-componey .info-button .button {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}
:global .dark .content-window-card-componey .close-div a {
  color: #fff;
}
:global .dark .content-window-card-attend {
  background: #213241;
  box-shadow: none;
}
:global .dark .content-window-card-attend .info {
  color: rgba(255, 255, 255, 0.7);
}
:global .dark .content-window-card-attend .info span {
  color: #fff;
}
:global .dark .content-window-card-attend .info-button .button {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}
:global .dark .content-window-card-attend .close-div a {
  color: #fff;
}
:global .dark-im-popover .ant-popover-arrow {
  border-top-color: #213241 !important;
  border-left-color: #213241 !important;
}
