﻿@font-face {
  font-family: "BW7iFinancialCondensed";
  src: url("BW7iFinancialCondensed/BW7iFinancialCondensed.otf");
}
/*开关样式*/
.switch {
  position: relative;
}

.switch > input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.switch > label {
  display: block;
  padding: 5px 0 5px 35px;
  margin: 0;
  font-weight: normal;
  line-height: 20px;
}

.switch > label:before,
.switch > label:after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 30px;
  height: 16px;
  pointer-events: none;
  content: " ";
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.switch > label:after {
  top: 12px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 9px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 4px,
    rgba(0, 0, 0, 0.12) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 4px, rgba(0, 0, 0, 0.12) 0 1px 2px;
}

.switch > input:checked + label:before {
  background-color: #3280fc;
  border-color: #3280fc;
}

.switch > input:checked + label:after {
  left: 16px;
  border-color: #fff;
}

.switch.text-left > label {
  padding: 5px 35px 5px 0;
}

.switch.text-left > label:before,
.switch.text-left > label:after {
  right: 0;
  left: auto;
}

.switch.text-left > label:after {
  right: 12px;
}

.switch.text-left > input:checked + label:after {
  right: 1px;
  left: auto;
}

.switch.disabled {
  pointer-events: none;
}

.switch.disabled > label,
.switch > input[disabled] + label {
  color: #ddd;
  pointer-events: none;
}

.switch.disabled > label:before,
.switch > input[disabled] + label:before {
  background-color: #fafafa;
}

.switch.disabled > label:after,
.switch > input[disabled] + label:after {
  opacity: 0.7;
}

.switch.disabled > input:checked + label:before,
.switch > input[disabled]:checked + label:before {
  background-color: #ccc;
  border-color: #ccc;
}

.switch input:focus + label {
  color: #3280fc;
}

.switch input:focus + label:before {
  border-color: #3280fc;
}

.switch-inline {
  display: inline-block;
}

.has-icon-right > input,.search-input {
  padding: 6px 30px 6px 10px;
  width: 150px;
}

/*输入框单位*/
.input-control-icon-left,
.input-control-icon-right,
.input-control-label-left,
.input-control-label-right {
  position: absolute;
  top: 0;
  /* top: 50% !important; */
  z-index: 0;
  height: 34px;
  line-height: 34px;
  opacity: 0.5;
  margin-bottom: 0;
  /* transform: translateY(-50%); */
  /* margin-left: 3px; */
}

.input-control-icon-left,
.input-control-icon-right {
  width: 30px;
  text-align: center;
}

.input-control-label-left,
.input-control-icon-left {
  right: 1px;
  left: auto;
}

.input-control-label-right,
.input-control-icon-right {
  right: 1px;
}

.input-control-label-left,
.input-control-label-right {
  width: 50px;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.visibly {
  visibility: hidden;
}

/*标签导航*/
.nav-top-tabs > li {
  display: inline-block;
}
/* 过度动画 */
.transition3 {
  transition: 0.3s;
}
/* 旋转 180 */
.zhuan-180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* Internet Explorer */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
  -o-transform: rotate(180deg); /* Opera */
}
/* 旋转 90 */
.zhuan-90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* Internet Explorer */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
  -o-transform: rotate(90deg); /* Opera */
}

/* 协同圈 */
.Circle {
  overflow: HIDDEN;
  height: 100%;
  margin: 0px 0px;
  display: flex;
  flex-direction: column;
}
.Circle .circle-header {
  padding: 7px;
  background-color: #dde6e9;
}
.Circle > .circle-main {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.Circle > .circle-main > .circle-main-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
/* 内容区 */
.Circle > .circle-main > .circle-main-body > .circle-main-body-content {
  overflow: auto;
  flex: 1;
}
/* @的人 */
.Circle > .circle-main > .circle-main-body > .circle-main-body-ATPerson {
  padding: 4px 0;
  min-height: 30px;
  background-color: #e4eaec;
}
/* 回复区 */
.Circle > .circle-main > .circle-main-body > .circle-main-body-reply {
}
