
.section-Edge365-3-tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  /*background: #FFF;
  padding: 40px 20px 20px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
  transition: 0.5s all;
  border-radius: 20px;*/
}
.section-Edge365-3-tabs:hover {
  /*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%);*/
}
.section-Edge365-3-tabs input[name=tab-control] {
  display: none;
}
.section-Edge365-3-tabs .content section h2,
.section-Edge365-3-tabs ul li label {
  font-weight: bold;
  font-size: 21px;
  color: #0030cd;
}
.section-Edge365-3-tabs ul {
  list-style-type: none!important;
  padding-left: 0!important;
  display: flex!important;
  flex-direction: row!important;
  margin-bottom: 10px!important;
  justify-content: space-between!important;
  align-items: flex-end!important;
  flex-wrap: wrap!important;
}
.section-Edge365-3-tabs ul li {
  box-sizing: border-box!important;
  flex: 1!important;
  width: 25%!important;
  padding: 0 10px!important;
  text-align: center!important;
}
.section-Edge365-3-tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-Edge365-3-tabs ul li label br {
  display: none;
}
.section-Edge365-3-tabs ul li label svg {
  fill: #929daf;
  height: 1em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.section-Edge365-3-tabs ul li label:hover, .section-Edge365-3-tabs ul li label:focus, .section-Edge365-3-tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.section-Edge365-3-tabs ul li label:hover svg, .section-Edge365-3-tabs ul li label:focus svg, .section-Edge365-3-tabs ul li label:active svg {
  fill: #bec5cf;
}
.section-Edge365-3-tabs .slider {
  position: relative;
  width: 33.25%;
  transition: all 0.3s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.section-Edge365-3-tabs .slider .indicator {
  position: relative;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #0030cd;
}
.section-Edge365-3-tabs .content {
  margin-top: 20px;
}
.section-Edge365-3-tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.section-Edge365-3-tabs .content section h2 {
  color: #0030cd;
  display: none;
}
.section-Edge365-3-tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #0030cd;
  margin-top: 5px;
  left: 1px;
}
.section-Edge365-3-tabs .content .tabs-inside {
  display: flex;
  text-align: left;
  align-items: center;
}
.section-Edge365-3-tabs .content .tabs-inside .tabs-left {
  width: 35%;
  padding-right: 10px;
}
.section-Edge365-3-tabs .content .tabs-inside .tabs-right {
  width: 65%;
}
.section-Edge365-3-tabs .content .tabs-inside .tabs-left h3 {
  width: 100%;
  line-height: 28px;
  padding: 20px 0;
}
.section-Edge365-3-tabs .content .tabs-inside .tabs-left p {
  width: 100%;
}
.section-Edge365-3-tabs .content .tabs-inside .tabs-left p.p-remark {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #888;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #0030cd;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #0030cd;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #0030cd;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #0030cd;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #0030cd;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #0030cd;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #0030cd;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #0030cd;
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.section-Edge365-3-tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .section-Edge365-3-tabs ul li label {
    white-space: initial;
  }
  .section-Edge365-3-tabs ul li label br {
    display: initial;
  }
  .section-Edge365-3-tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 990px) {
  .section-Edge365-3-tabs .content .tabs-inside {
    display: block;
    text-align: center;
    align-items: center;
  }
  .section-Edge365-3-tabs .content .tabs-inside .tabs-left {
    width: 95%;
    margin: 0 auto;
    padding-right: 0;
  }
  .section-Edge365-3-tabs .content .tabs-inside .tabs-right {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .section-Edge365-3-tabs .content .tabs-inside .tabs-right {
    width: 100%;
  }
  .section-Edge365-3-tabs .content section h2, .section-Edge365-3-tabs ul li label {
    font-size: 16px;
    line-height: 16px;
  }
  .section-Edge365-3-tabs ul {
    margin-bottom: 6px;
  }
  .section-Edge365-3-tabs .content {
    margin-top: 0px;
  }
}

