.result-not-top {
  padding-top: 19.14vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #313131;
  font-size: 16px;
  line-height: 2;
  position: relative;
  z-index: 1;
}
.d-result-part-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-result-part-1-left {
  width: 10.67vw;
}
.d-result-part-1-mid {
  width: 42.86vw;
  text-align: center;
  margin-left: 1.875vw;
}
.d-result-part-1-mid-1 {
  font-size: 40px;
  color: #1da371;
  font-weight: 600;
}
.d-result-part-1-mid-2 {
  font-size: 18px;
  line-height: 32px;
}
.d-result-part-1-right {
  width: 12.1875vw;
  margin-left: 1.875vw;
}
.d-result-part-2 {
  background-color: #1da371;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 11.38vh;
  padding-bottom: 35vh;
  margin-top: 10vh;
}
.res-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.res-col {
  background-color: white;
  width: 23.49vw;
  height: 29.25vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 0 0 2.66vh 0;
}
@media (min-width: 991px) and (max-width: 1880px) {
  .res-col {
    background-color: white;
    width: 30.49vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }
}
.res-col-2 {
  color: #1da371;
  font-size: 40px;
}

.r-c-2 {
  margin-left: 5.9375vw;
}

.col-1 > .res-col-1,
.res-card-01 {
  margin-top: 5.96vh;
  width: 10.88vw;
}

.col-2 > .res-col-1,
.res-card-02 {
  margin-top: 7.02vh;
  width: 6.09375vw;
}
.col-3 > .res-col-1,
.res-card-03 {
  margin-top: 4.47vh;
  width: 8.85vw;
}

.col-4 > .res-col-1,
.res-card-04 {
  margin-top: 3.09vh;
  width: 7.92vw;
}

.col-5 > .res-col-1,
.res-card-05 {
  margin-top: 3.62vh;
  width: 13.18vw;
}

.col-6 > .res-col-1,
.res-card-06 {
  margin-top: 4.68vh;
  width: 9.27vw;
}

.col-7 > .res-col-1,
.res-card-07 {
  margin-top: 5.62vh;
  width: 9.375vw;
}

.col-8 > .res-col-1,
.res-card-08 {
  margin-top: 6.28vh;
  width: 14.375vw;
}

.col-9 > .res-col-1,
.res-card-09 {
  margin-top: 4.78vh;
  width: 11.61vw;
}

.col-10 > .res-col-1,
.res-card-10 {
  margin-top: 3.62vh;
  width: 11.61vw;
}

.r-r-2 {
  margin-top: 11.17vh;
}

/*result-3（res card）*/
.d-result-3 {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 100;
  width: 100%;
  height: 100vh;
}

.d-result-3 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.d-res-3-in {
  background-color: white;
  border: 5px solid #1da371;
  border-radius: 40px;
  width: 57.67vw;
  position: relative;
  padding: 3.09vh 0 5.09vh 0;
  z-index: 100;
  /* height: 44vw; */
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 991px) and (max-width: 1880px) {
  .d-res-3-in {
    width: 78.67vw;
  }
}

.d-res-3-in-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.d-res-3-in-1-1 {
  width: 47.0625vw;
}
@media (min-width: 1001px) and (max-width: 1880px) {
  .d-res-3-in-1-1 {
    width: 71.0625vw;
  }
}
.res-3-1 {
  width: 11.46vw;
}

.res-3-2 {
  color: #1da371;
  font-size: 60px;
  text-align: center;
  margin-top: 2.23vh;
}

.res-3-1,
.res-3-2 {
  margin-left: auto;
  margin-right: auto;
}

.res-3-3 {
  margin-top: 7.45vh;
  font-size: 24px;
  color: #313131;
  font-weight: 700;
  line-height: 36px;
}

.res-3-4 {
  margin-top: 4.68vh;
  font-size: 18px;
  color: #313131;
  line-height: 32px;
}

.res-close {
  width: 2.6vw;
  position: absolute;
  top: 3.83vh;
  right: 1.875vw;
}

.d-r-c-1,
.d-r-c-2,
.d-r-c-3,
.d-r-c-4,
.d-r-c-5,
.d-r-c-6,
.d-r-c-7,
.d-r-c-8 {
  display: none;
}

.res3-100 {
  line-height: 70px;
}

@media (min-width: 1001px) and (max-width: 1880px) {
  .d-menu {
    width: 35.27vw !important;
  }
  .d-menu-list {
    width: 24.75vw !important;
  }
  .d-res-3-in {
    width: 40.67vw;
  }
  .d-res-3-in-1-1 {
    width: 34.0625vw;
  }
  .res-3-2 {
    color: #1da371;
    font-size: 54px;
    text-align: center;
    margin-top: 2.23vh;
  }
  .res-3-3 {
    margin-top: 5.45vh;
    font-size: 24px;
    color: #313131;
    font-weight: 500;
    line-height: 26px;
  }
  .res-3-4 {
    margin-top: 4.68vh;
    font-size: 16px;
    color: #313131;
    line-height: 22px;
    height: 30vh;
  }
}

@media only screen and (max-width: 1000px) {
  .result-not-top {
    padding-top: 12.14vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #313131;
    font-size: 16px;
    line-height: 2;
    position: relative;
    z-index: 1;
  }
  .m-result-part-1 {
    display: flex;
  }
  .d-result-part-1-left {
    width: 19.2vw;
  }
  .d-result-part-1-right {
    width: 19.2vw;
  }
  .d-result-part-1-mid-1 {
    font-size: 30px;
    line-height: 1.1;
  }
  .d-result-part-1-mid {
    width: 56vw;
  }
  .d-result-part-1-mid-2-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-top: 1.9vh;
  }
  .res-row {
    flex-direction: column;
  }
  .r-c-2 {
    margin-left: 0;
    margin-top: 4.7vh;
  }
  .r-r-2 {
    margin-top: 4.7vh;
  }
  .res-col {
    width: 80vw;
  }
  .col-1 > .res-col-1,
  .res-card-01 {
    margin-top: 5.96vh;
    width: 37.33vw;
  }
  .col-2 > .res-col-1,
  .res-card-02 {
    margin-top: 7.02vh;
    width: 22.09375vw;
  }
  .col-3 > .res-col-1,
  .res-card-03 {
    margin-top: 4.47vh;
    width: 27.85vw;
  }
  .col-4 > .res-col-1,
  .res-card-04 {
    margin-top: 3.09vh;
    width: 27.92vw;
  }
  .col-5 > .res-col-1,
  .res-card-05 {
    margin-top: 3.62vh;
    width: 41.18vw;
  }
  .col-6 > .res-col-1,
  .res-card-06 {
    margin-top: 4.68vh;
    width: 33.27vw;
  }
  .col-7 > .res-col-1,
  .res-card-07 {
    margin-top: 5.62vh;
    width: 30.375vw;
  }
  .col-8 > .res-col-1,
  .res-card-08 {
    margin-top: 6.28vh;
    width: 50.375vw;
  }
  .col-9 > .res-col-1,
  .res-card-09 {
    margin-top: 4.78vh;
    width: 37.61vw;
  }
  .col-10 > .res-col-1,
  .res-card-10 {
    margin-top: 3.62vh;
    width: 37.61vw;
  }
  .res-col-2 {
    color: #1da371;
    font-size: 26px;
  }
  .d-result-part-2 {
    padding-top: 4.7vh;
    padding-bottom: 35vh;
  }
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  margin-right: 10px !important;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
