.organization-pc {
  width: 90%;
  padding-top: 70%;
  position: relative;
margin-left: 10%;
}

@media (max-width: 769px) {
  .organization-pc {
    display: none;
  }

  .organization-root {
    /* width: 100%; */
    height: 800px;
    padding: 0 0px;
  }

  .organization-h5_box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .organization-h5 {
    width: 375px;
    /* width: 100%; */
    margin: 0 auto;
    position: relative;
  }

  .title {
    padding: 0 13px;
  }

  .organization {
    height: 62px;
    position: absolute;
    text-align: center;
    width: 162px;
    box-sizing: border-box;

    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    color: #4e369e;
    background: #eef2f2;
    border-radius: 31.42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    cursor: pointer;
  }
.organization a{color: #4e369e;}
.organization:hover a{    background: #7068a5;
    color: #fee285 !important;}

  .organization:hover {
    background: #7068a5;
    color: #fee285;
  }
}

@media (min-width: 769px) {
  .organization-root {
    margin-left: 60px;
    width: 92%;
    /* height: 100vh; */
  }

  .organization-h5_box {
    display: none;
  }

  .organization-h5 {
    display: none;
  }

  .organization {
    height: 62px;
    position: absolute;
    text-align: center;
    width: 162px;
    box-sizing: border-box;

    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    color: #4e369e;
    background: #eef2f2;
    border-radius: 31.42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    cursor: pointer;
  }

.organization a{color: #4e369e;    transition: 0s;}
.organization:hover a{    background: #7068a5;
    color: #fee285 !important;}

  .organization:hover {
    background: #7068a5;
    color: #fee285;
  }
}

.vertical {
  border-left: 0.8px dashed #7068a5;
  /* transform: rotate(90deg); */
  position: absolute;
}

/* .left-arc{
  border-bottom: 0.8px dashed #7068A5;
  position: absolute;
  border-radius: 50%;

} */
/* .left-arc::before {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 1px dashed #7068A5;
  border-radius: 50%;
  position: absolute;
  left: -50%;
} */

.left-arc {
  position: absolute;
  height: 100px;
  background-color: transparent;
  border-bottom: 2px dashed #7068a5;
  border-bottom-left-radius: 30px;
  z-index: -1;
}

.right-arc {
  position: absolute;
  height: 100px;
  background-color: transparent;
  border-bottom: 2px dashed #7068a5;
  border-bottom-right-radius: 30px;
  z-index: -1;
}

.left-below {
  position: absolute;
  height: 100px;
  background-color: transparent;
  border-bottom: 2px dashed #7068a5;
  border-bottom-left-radius: 30px;
  transform: rotate(180deg);
  z-index: -1;
}

.right-below {
  position: absolute;
  height: 100px;
  background-color: transparent;
  border-bottom: 2px dashed #7068a5;
  border-bottom-right-radius: 30px;
  transform: rotate(180deg);
  z-index: -1;
}

.square {
  border: 2px dashed #7068a5;
  border-radius: 24px;
  position: absolute;
  z-index: -1;
}

.arc-left {
  position: relative;
  width: 100px;
  background-color: transparent;
  border-left: 2px dashed #7068a5;
  border-bottom-left-radius: 30px;
  z-index: -1;
}

.right-arc {
  position: absolute;
  height: 100px;
  background-color: transparent;
  border-bottom: 2px dashed #7068a5;
  border-bottom-right-radius: 30px;
  z-index: -1;
}

.arc-right {
  position: relative;
  width: 100px;
  background-color: transparent;
  border-right: 2px dashed #7068a5;
  border-bottom-right-radius: 30px;
  z-index: -1;
}

.organization_one {
  color: #333333;
}

.organization_two {
  color: #999999;
}

.organization:hover>.organization_one {
  color: #ffffff !important;
}

.organization:hover>.organization_two {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .organization-h5_box{
    padding-top: 20%;
  }
}