@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: "微软雅黑";
}

.section {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff !important;
  padding-bottom: 60px;
  box-shadow: 0px 10px 19px 8px rgba(204, 204, 204, 0.5);
}
.section .section-box {
  width: 1135px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section .section-box .section-box-left {
  width: 240px;
}
.section .section-box .section-box-left .section-box-left-item {
  margin-bottom: 30px;
}
.section .section-box .section-box-left .section-box-left-item .h4 {
  font-size: 16px !important;
  color: #666666 !important;
  padding-bottom: 16px;
  text-align: inherit !important;
  line-height: 16px !important;
  margin-bottom: 0 !important;
  font-family: "微软雅黑";
}
.section .section-box .section-box-left .section-box-left-item .type {
  display: flex;
  width: 223px;
  justify-content: space-between;
}
.section .section-box .section-box-left .section-box-left-item .type > div {
  width: 107px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}
.section .section-box .section-box-left .section-box-left-item .type .select {
  background-color: #f34f56;
  border: none;
  color: #fff;
}
.section .section-box .section-box-left .section-box-left-item .time {
  display: flex;
  width: 223px;
  justify-content: space-between;
  position: relative;
}
.section .section-box .section-box-left .section-box-left-item .time::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background: #cccccc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section
  .section-box
  .section-box-left
  .section-box-left-item
  .time
  > .time-item {
  width: 90px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  text-indent: 20px;
  position: relative;
  cursor: pointer;
}
.section
  .section-box
  .section-box-left
  .section-box-left-item
  .time
  > .time-item
  .selectData {
  position: relative;
  width: 100%;
  height: 100%;
}
.section
  .section-box
  .section-box-left
  .section-box-left-item
  .time
  > .time-item
  .selectData
  > img {
  width: 15px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 10px;
  transition: all 0.3s ease;
}
.section .section-box .section-box-left .section-box-left-item .add {
  width: 240px;
}
.section .section-box .section-box-left .section-box-left-item .add > input {
  width: 223px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #cccccc;
}
.section .section-box .section-box-left .section-box-left-item .add .add-item {
  margin-top: 18px;
  text-align: center;
}
.section
  .section-box
  .section-box-left
  .section-box-left-item
  .add
  .add-item
  span {
  font-size: 16px;
  color: #666666;
}
.section
  .section-box
  .section-box-left
  .section-box-left-item
  .add
  .add-item
  input {
  width: 192px;
  height: 42px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  margin-top: 18px;
}
.section .section-box .section-box-left .section-box-left-item .button {
  padding-top: 25px;
  width: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section
  .section-box
  .section-box-left
  .section-box-left-item
  .button
  > div:nth-child(1) {
  background-color: #f34f56;
  color: #ffffff;
}
.section .section-box .section-box-left .section-box-left-item .button > div {
  width: 55px;
  height: 26px;
  background-color: #e0e0e0;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
}
.section .section-box .section-box-left .classification .classification-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.section
  .section-box
  .section-box-left
  .classification
  .classification-item
  .garden {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border-radius: 50%;
}
.section
  .section-box
  .section-box-left
  .classification
  .classification-item
  .text {
  width: 217px;
  font-size: 14px;
  color: #333333;
}
.section .section-box .section-box-right {
  width: 885px;
}

.keyWord-box {
  position: absolute;
  top: 40px;
  left: 0;
  overflow: hidden;
  height: 0;
  transition: all 0.3s ease;
  padding: 0px 20px 0 20px;
  z-index: 1;
}
.keyWord-box .keyWord-typeItem {
  margin-top: 12px;
  width: 110px;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 5px rgba(100, 100, 100, 0.16);
  /*定义整体的宽度*/
  /*定义滚动条轨道*/
  /*定义滑块*/
}
.keyWord-box .keyWord-typeItem ul {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  padding: 5px 0;
}
.keyWord-box .keyWord-typeItem ul li {
  width: 91px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  color: #666666;
  text-indent: 0;
  margin: 0 auto;
}
.keyWord-box .keyWord-typeItem ul li:hover {
  background-color: #f34f56;
  color: #fff;
}
.keyWord-box .keyWord-typeItem ul::-webkit-scrollbar {
  width: 3px;
}
.keyWord-box .keyWord-typeItem ul::-webkit-scrollbar-track {
  border-radius: 5px;
}
.keyWord-box .keyWord-typeItem ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e2e6e6;
}

.san {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  left: 25px;
  top: -3px;
  transform: rotate(45deg);
  z-index: -1;
}

.ones {
  background: #fff;
  box-shadow: 0px 1px 4px 5px rgba(100, 100, 100, 0.16);
  margin-top: 5px;
}

.rotateA {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.one-content-box-x {
  padding: 0 5px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
/*定义整体的宽度*/
.one-content-box-x::-webkit-scrollbar {
  width: 3px;
}

/*定义滚动条轨道*/
.one-content-box-x::-webkit-scrollbar-track {
  border-radius: 5px;
}

/*定义滑块*/
.one-content-box-x::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e2e6e6;
}

.oneSubitem {
  display: none;
}

.twoSubitem {
  display: none;
}

.one-content-img > img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.8rem;
}

.one-content-img {
  width: 2rem;
  position: relative;
}

.clicks {
  display: flex;
  justify-content: space-between;
}

.one-content-item {
  display: flex;
}

.rotateB {
  transform: rotate(0);
  transition: all 0.3s ease;
}

.one-content {
  box-shadow: 0px 0px 0px 1px rgba(100, 100, 100, 0.16);
}

.one-content-box-x li {
  height: 25px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  color: #666666;
  text-indent: 0;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.ones {
  background: #fff;
  box-shadow: 0px 1px 4px 5px rgba(100, 100, 100, 0.16);
  margin-top: 5px;
}

.sans {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 0px;
  /*设置宽高为0，所以div的内容为空，从才能形成三角形尖角*/
  height: 0px;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  /*transparent 表示透明*/
  border-right: 7px solid transparent;
}

#unitBut {
  display: none;
}

#paging {
  text-align: center;
}

.paging {
  margin-top: 40px;
  padding-bottom: 20px;
}

.Tips {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}

#contrast-item {
  display: none;
}

input {
  outline: none !important;
  padding-left: 18px;
}

#responsible {
  display: none;
}

.responsible-item-box {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.responsible-item-box > div {
  width: 10px;
  height: 10px;
  background-color: #afedd0;
  border-radius: 50%;
  margin-right: 8px;
}
.responsible-item-box > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 225px;
}

#responsible {
  position: relative;
}
#responsible > .button {
  padding-top: 7px !important;
}

.responsible > input {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  margin-top: 18px;
}

.subject-item,
.company-item {
  width: 885px;
  height: 360px;
  margin-bottom: 20px;
}

#company {
  display: none;
}

.unitInputbox {
  display: none;
}

.result {
  width: 100%;
  margin-top: 40px;
  background: #fff;
  display: none;
}
.result .result-box .result-box-label {
  padding-top: 20px;
  display: flex;
  width: 855px;
  margin: 0 auto;
}
.result .result-box .result-box-label .label-title {
  font-size: 16px;
  color: #333333;
}
.result .result-box .result-box-label .label-title > span:nth-child(2) {
  font-weight: bold;
}
.result .result-box .result-box-label .label-rule {
  margin-left: 45px;
  display: flex;
  justify-content: space-between;
  width: 330px;
}
.result .result-box .result-box-label .label-rule .label-rule-title {
  width: 67px;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.result .result-box .result-box-label .label-rule .label-rule-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333333;
  width: 92px;
  padding-bottom: 2px;
  height: 19px;
}
.result
  .result-box
  .result-box-label
  .label-rule
  .label-rule-item
  .label-rule-itemImg {
  width: 18px;
  height: 18px;
}
.result
  .result-box
  .result-box-label
  .label-rule
  .label-rule-item
  .label-rule-itemTitle {
  width: 38px;
  font-size: 18px;
  color: #333333;
  line-height: 16px;
}
.result
  .result-box
  .result-box-label
  .label-rule
  .label-rule-item
  .label-rule-itemSelect {
  display: flex;
}
.result
  .result-box
  .result-box-label
  .label-rule
  .label-rule-item
  .label-rule-itemSelect
  > img {
  display: block;
  width: 12px;
  height: 17px;
}
.result .result-box .result-box-label .label-but {
  width: 140px;
  height: 40px;
  background-color: #f34f56;
  border-radius: 20px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
  margin-top: -12px;
}
.result .result-box .result-box-label .label-but > a {
  color: #fff;
  text-decoration: none;
}
.result .result-box .result-content {
  padding-top: 29px;
  width: 855px;
  margin: 0 auto;
}
.result .result-box .result-content .result-content-item {
  margin-bottom: 25px;
}
.result .result-box .result-content .content-item-title {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  line-height: 18px;
  text-align: initial;
}
.result .result-box .result-content .content-itemSubitem {
  margin-top: 12px;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  position: relative;
  margin-left: 18px;
  position: relative;
}
.result .result-box .result-content .content-itemSubitem .name {
  color: #f34f56;
  cursor: pointer;
  border-bottom: 1px solid #f39397;
}
.result .result-box .result-content .content-itemSubitem .see {
  position: absolute;
  right: 0;
  bottom: 0;
}
.result .result-box .result-content .content-itemSubitem .see:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background: #666666;
  bottom: 5px;
}
.result .result-box .result-content .content-itemSubitem .line {
  width: 946px;
  height: 2px;
  background-color: #e5e5e5;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 18px;
}

.situation {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}

img {
  width: 100%;
}

.company2 {
  display: none;
}

.unit-item > div {
  width: 885px;
  margin-bottom: 30px;
}
.unit-item > div > .text {
  line-height: 50px;
  font-size: 20px;
}

#benchmarkingTwo {
  display: none;
}

#benchmarkingTwo > input {
  width: 220px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  margin-bottom: 10px;
}

.echartBox {
  height: 350px;
  width: 885px;
}

#company-item {
  height: auto !important;
}
.lihover {
  background-color: #f34f56;
  color: #fff !important;
}
.unitshow {
  display: none;
}
.unit-item-text {
  font-weight: 600;
  color: #333;
  font-size: 18px;
}
