.content_box {
  width: 100%;
  margin: 0 auto;
}
.theme_color {
  color: #FF6800 !important;
}
.pointer {
  cursor: pointer;
}
.row_flex {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.column_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ant-popover-inner-content {
  padding: 0 !important;
}
.one_level_title {
  width: 100%;
  height: 48px;
  background: #ffffff;
  margin: 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: #FF6800;
  font-weight: bold;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one_level_title::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #FF6800;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 8px;
  top: 13px;
}
.one_level_title .more {
  font-size: 10px;
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.one_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.two_level_title {
  width: 100%;
  height: 38px;
  background: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.two_level_title .more {
  transform: scale(0.83);
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.two_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.filter__row {
  display: flex;
}
.filter__row .filter__label {
  width: 80px;
  line-height: 30px;
  color: #999999;
  font-size: 12px;
}
.filter__row .filter__con {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.filter__row .filter__con > li {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.filter__row .filter__con > li.active {
  color: #FF6800;
}
.map_mark_icon {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map_mark_icon .mark_icon {
  display: inline-block;
  width: 38px;
  height: 51px;
  position: relative;
  font-size: 0;
}
.map_mark_icon .mark_icon .circle {
  border-radius: 50%;
}
.map_mark_icon .mark_icon .circle:nth-child(1) {
  width: 38px;
  height: 38px;
  background: #ff6800;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.map_mark_icon .mark_icon .circle:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #FFDD02;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.map_mark_icon .mark_icon .circle:nth-child(3) {
  width: 26px;
  height: 26px;
  background: #39A2FF;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 3;
}
.map_mark_icon .mark_icon .circle:nth-child(4) {
  width: 20px;
  height: 20px;
  background: #7938FF;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 4;
}
.map_mark_icon .mark_icon .circle:nth-child(5) {
  width: 15px;
  height: 15px;
  background: #7938FF;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 5;
}
.map_mark_icon .mark_icon .triangle {
  width: 0;
  height: 0;
  border-top: 17px solid #ff6800;
  border-left: 13px transparent solid;
  border-right: 13px transparent solid;
  border-bottom: 17px transparent solid;
  position: absolute;
  left: 6px;
  bottom: -15px;
}
.map_mark_icon .mark_icon > .num {
  position: absolute;
  left: 50%;
  top: 5px;
  color: #ffffff;
  z-index: 10;
  font-size: 18px;
  margin-left: -4px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000000;
}
.map_mark_icon > .name {
  font-size: 12px;
  color: #751313;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
.wangEditor {
  font-size: 16px;
  color: #333333;
  word-wrap: break-word;
  /* table 样式 */
  /* blockquote 样式 */
  /* code 样式 */
  /* ul ol 样式 */
}
.wangEditor table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.wangEditor table td,
.wangEditor table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  height: 30px;
}
.wangEditor table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}
.wangEditor blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.wangEditor code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.wangEditor pre code {
  display: block;
}
.wangEditor ul,
.wangEditor ol {
  margin: 10px 0 10px 20px;
}
.wangEditor img {
  max-width: 100%;
}
.default_page {
  height: 100%;
  min-height: 500px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default_page img {
  width: 124px;
  margin-bottom: 25px;
}
.default_page p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.breadcrumb_box .ant-breadcrumb-link {
  cursor: pointer;
}
.select-company-popover .ant-popover-arrow {
  display: none;
}
.select-company-popover .company {
  min-width: 100px;
  max-height: 200px;
  overflow: auto;
}
.select-company-popover .company .company-box {
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.select-company-popover .company .company-box:hover {
  background-color: #fff4e6;
}
.select-company-popover .blank-is-replaced {
  height: 32px;
}
.select-company-popover .log-out {
  width: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 5px;
}
.select-company-popover .log-out:hover {
  background-color: #fff4e6;
}
.cloud_home_page {
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.cloud_home_page .cloud_header {
  width: 592px;
  height: 110px;
  margin: 0 auto 32px;
  background: #ffffff;
  box-shadow: 0px -3px 16px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloud_home_page .cloud_header img {
  width: 48px;
  height: 45px;
}
.cloud_home_page .cloud_header span {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
.cloud_home_page .cloud_header b {
  font-size: 16px;
  color: #333333;
  margin: 10px 10px 0;
}
.cloud_home_page .banner_box {
  height: 544px;
  background-image: url(../img/cloud_banner.a74da686.png);
}
.cloud_home_page .banner_box .banner_center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.cloud_home_page .banner_box .banner_center .common {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
}
.cloud_home_page .banner_box .banner_center .common .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .kuai_ji {
  top: 330px;
  left: 384px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
}
.cloud_home_page .banner_box .banner_center .kuai_ji .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .box_OA {
  top: 75px;
  left: 238px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
}
.cloud_home_page .banner_box .banner_center .box_OA .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .kehu {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 115px;
  left: 407px;
}
.cloud_home_page .banner_box .banner_center .kehu .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .kanban {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 108px;
  left: 583px;
}
.cloud_home_page .banner_box .banner_center .kanban .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .gongying {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 108px;
  left: 815px;
}
.cloud_home_page .banner_box .banner_center .gongying .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .hetong {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 181px;
  left: 163px;
}
.cloud_home_page .banner_box .banner_center .hetong .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .xiaolv {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 203px;
  left: 323px;
}
.cloud_home_page .banner_box .banner_center .xiaolv .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .shenji {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 214px;
  left: 503px;
}
.cloud_home_page .banner_box .banner_center .shenji .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .jishika {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 190px;
  left: 705px;
}
.cloud_home_page .banner_box .banner_center .jishika .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .rili {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 207px;
  left: 866px;
}
.cloud_home_page .banner_box .banner_center .rili .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .shouji_shell {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 321px;
  left: 210px;
}
.cloud_home_page .banner_box .banner_center .shouji_shell .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .fawu {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 316px;
  left: 580px;
}
.cloud_home_page .banner_box .banner_center .fawu .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .yunpan {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 300px;
  left: 777px;
}
.cloud_home_page .banner_box .banner_center .yunpan .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .kaoqin {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 426px;
  left: 283px;
}
.cloud_home_page .banner_box .banner_center .kaoqin .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .beiwang {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 435px;
  left: 477px;
}
.cloud_home_page .banner_box .banner_center .beiwang .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .xiangmu {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 419px;
  left: 628px;
}
.cloud_home_page .banner_box .banner_center .xiangmu .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .banner_box .banner_center .log {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 402px;
  left: 855px;
}
.cloud_home_page .banner_box .banner_center .log .icon {
  width: 34px;
  height: 34px;
}
.cloud_home_page .server_box {
  width: 100%;
  height: 72px;
}
.cloud_home_page .server_box ul {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cloud_home_page .server_box ul li {
  display: flex;
  align-items: center;
}
.cloud_home_page .server_box ul img {
  height: 22px;
  margin-right: 15px;
}
.cloud_home_page .server_box ul span {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
}
.cloud_home_page .cloud_content {
  padding: 0 100px;
  width: 100%;
  box-sizing: border-box;
  background: #fafbfc;
}
.cloud_home_page .cloud_content section {
  display: flex;
}
.cloud_home_page .cloud_content section > img {
  height: 345px;
}
.cloud_home_page .cloud_content section > div {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cloud_home_page .cloud_content section > div p {
  margin: 0;
}
.cloud_home_page .cloud_content section > div .title {
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  margin-bottom: 15px;
}
.cloud_home_page .cloud_content section > div .con {
  font-size: 13px;
  line-height: 23px;
  color: #666;
  letter-spacing: 2.5px;
}
.cloud_home_page .cloud_content section > div .button {
  width: 144px;
  height: 40px;
  margin-top: 40px;
  background: #4f7df5;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.cloud_home_page .cloud_content section > div.left {
  padding-left: 100px;
  box-sizing: border-box;
}
.cloud_home_page .cloud_content section > div.right {
  padding-left: 223px;
  box-sizing: border-box;
}
.cloud_home_page .cloud_footer {
  width: 100%;
  height: 260px;
  background-image: url(../img/cloud_footer.9b95f340.png);
  background-size: cover;
  background-position: center;
  padding: 54px 0 46px;
  box-sizing: border-box;
  text-align: center;
}
.cloud_home_page .cloud_footer p {
  margin: 0;
}
.cloud_home_page .cloud_footer .title {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
.cloud_home_page .cloud_footer .tips {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0 40px;
}
.cloud_home_page .cloud_footer .button {
  display: inline-block;
  width: 140px;
  height: 40px;
  background: #ffffff;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #FF6800;
  cursor: pointer;
}

