.investment .v-pagination {
  margin: 50px 0;
}

.investment .v-pagination .v-pagination__item {
  background-color: #707070;
  color: white;
}

.investment .v-pagination .v-pagination__navigation {
  background-color: #707070;
}

.investment .container {
  margin-top: 30px;
}

.investment .container .row .col-6 .col-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #C7D7F0;
  padding: 5px 10px;
  padding-right: 5px;
  cursor: pointer;
  transition: all .3s;
  color: black;
  font-size: 16px !important;
}

.investment .container .row .col-6 .col-content:hover {
  background-color: #C7D7F0;
  color: #2059B7;
}

@media (max-width: 768px) {
  .investment .container .row .col-6 .col-content {
    font-size: 14px !important;
  }
}

@media (max-width: 400px) {
  .investment .container .row .col-6 .col-content {
    font-size: 12px !important;
  }
}

.investment .container .row .col-6 img {
  width: 44px !important;
}

@media (max-width: 768px) {
  .investment .container .row .col-6 img {
    width: 30px !important;
  }
}

@media (max-width: 400px) {
  .investment .container .row .col-6 img {
    width: 25px !important;
  }
}

.investment .ps-select {
  width: auto;
  padding: 2px 10px;
  background-color: #C7D7F0;
  color: #2059B7;
  outline: none;
  -webkit-appearance: auto;
  width: 100px;
}

.investment .ps-select option {
  background-color: white;
}

.investment .section {
  margin-top: 70px;
  display: flex;
  max-width: 1500px;
}

@media (max-width: 991px) {
  .investment .section {
    flex-direction: column;
  }
}

.investment .section > .left {
  user-select: none;
  width: 225px;
  margin-right: 20px;
  min-width: 225px;
}

.investment .section > .left.mobile {
  width: 100%;
  display: none;
}

.investment .section > .left .menu-title {
  background-image: linear-gradient(to top, #525252, #292929);
  color: white;
  text-align: center;
  padding: 10px 0;
  width: 100%;
}

@media (max-width: 991px) {
  .investment .section > .left .menu-title {
    display: none;
  }
}

.investment .section > .left .menu-title.mobile {
  display: block;
}

@media (min-width: 991px) {
  .investment .section > .left .menu-title.mobile {
    display: none;
  }
}

.investment .section > .left .menu-title.mobile i {
  transition: all .3s;
}

.investment .section > .left .menu-title.mobile i.active {
  transform: rotate(180deg);
}

.investment .section > .left .menu-content {
  border: 1px solid #d3d3d3;
  border-top: none;
  padding: 10px 25px;
  width: 100%;
  background-color: #f2f2f2;
  cursor: pointer;
  transition: all .3s;
  display: flex;
  justify-content: space-between;
}

.investment .section > .left .menu-content.active {
  color: var(--main_color);
  background-color: #c7d7f0;
}

.investment .section > .left .menu-content.sub {
  background-color: white;
  border-bottom: 1px dashed #d3d3d3;
}

.investment .section > .left .menu-content.sub.active {
  color: #95b5e7;
}

.investment .section > .left .menu-content i {
  transition: all .3s;
}

.investment .section > .left .menu-content i.active {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .investment .section > .left {
    display: none;
  }
  .investment .section > .left.mobile {
    display: block;
  }
}

.investment .section > .right {
  flex-grow: 1;
}

@media (max-width: 991px) {
  .investment .section > .right {
    margin-top: 50px;
  }
}

.investment .section > .right .right-container .mask-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.investment .section > .right .right-container .top-content {
  position: relative;
}

.investment .section > .right .right-container.one-one .inves-table {
  width: 100%;
  margin-top: 50px;
  border: 1px solid #afbcd0;
  border-collapse: collapse;
}

.investment .section > .right .right-container.one-one .inves-table .table-row:nth-child(odd) {
  background-color: #e9edf4;
}

.investment .section > .right .right-container.one-one .inves-table .table-row .table-title {
  border-right: 1px solid #afbcd0;
  width: 25%;
}

@media (max-width: 576px) {
  .investment .section > .right .right-container.one-one .inves-table .table-row .table-title {
    width: 34%;
  }
}

.investment .section > .right .right-container.one-one .inves-table .table-row td {
  padding: 12px;
}

.investment .section > .right .right-container.one-one .container {
  margin-top: 50px;
  border: 1px solid #afbcd0;
}

.investment .section > .right .right-container.one-one .container .row:nth-child(odd) {
  background-color: #e9edf4;
}

.investment .section > .right .right-container.one-one .container .row .table-title {
  border-right: 1px solid #afbcd0;
}

.investment .section > .right .right-container.one-two .money-paper {
  margin-top: 30px;
}

.investment .section > .right .right-container.one-two .money-paper .top-select {
  display: flex;
  align-items: center;
}

.investment .section > .right .right-container.one-two .money-paper .top-select span {
  padding: 0 10px;
  border-left: 5px solid #2059B7;
  font-size: 18px;
}

.investment .section > .right .right-container.one-three .income {
  margin-top: 30px;
}

.investment .section > .right .right-container.one-three .income .ps-select {
  width: 100%;
  border: 1px solid #dbdbdc;
  padding: 10px;
  background-color: white;
  color: black;
}

.investment .section > .right .right-container.one-three .income .top-title {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.investment .section > .right .right-container.one-three .income .top-title .left {
  font-size: 30px;
  color: #4ea03d;
}

.investment .section > .right .right-container.one-three .income .top-title .right {
  color: #666666;
}

.investment .section > .right .right-container.one-three .income .table-container {
  overflow-x: auto;
}

@media (max-width: 1400px) {
  .investment .section > .right .right-container.one-three .income .table-container {
    width: 56vw;
  }
}

@media (max-width: 1200px) {
  .investment .section > .right .right-container.one-three .income .table-container {
    width: 63vw;
  }
}

@media (max-width: 991px) {
  .investment .section > .right .right-container.one-three .income .table-container {
    width: 100%;
  }
}

.investment .section > .right .right-container.one-three .income .inves-table {
  border: 1px solid #afbcd0;
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
}

.investment .section > .right .right-container.one-three .income .inves-table .table-row {
  text-align: center;
}

.investment .section > .right .right-container.one-three .income .inves-table .table-row.head {
  background-color: #40495a;
  color: white;
}

.investment .section > .right .right-container.one-three .income .inves-table .table-row.head th {
  padding: 12px;
  width: calc(100% / 9);
  border-right: 1px solid #afbcd0;
}

.investment .section > .right .right-container.one-three .income .inves-table .table-row:nth-child(even) {
  background-color: #e9edf4;
}

.investment .section > .right .right-container.one-three .income .inves-table .table-row td {
  padding: 12px;
  border-right: 1px solid #afbcd0;
}

.investment .section > .right .right-container.two-one .share-price .content {
  background-color: white;
  margin: 30px 0;
  padding: 15px;
  border: 2px solid #86a8e1;
  border-bottom: 4px solid #86a8e1;
}

.investment .section > .right .right-container.two-one .share-price .content .content-title {
  color: #2059b7;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.investment .section > .right .right-container.two-one .share-price .content .content-title i {
  margin-top: 1px;
  margin-right: 5px;
  font-size: 12px;
}

.investment .section > .right .right-container.two-one .share-price .content .p {
  padding-left: 15px;
  margin: 15px 0;
}

.investment .section > .right .right-container.two-one .share-price .content .p a {
  padding: 3px 20px;
  margin-left: 10px;
  text-decoration: none;
  background-color: #c7d7f0;
  transition: all .3s;
}

.investment .section > .right .right-container.two-one .share-price .content .p a:hover {
  background-color: #a6c4f3;
  box-shadow: 1px 1px 10px 1px rgba(211, 211, 211, 0.644);
}

.investment .section > .right .right-container.two-one .share-price .content .p:last-child {
  font-size: 14px;
  color: #666666;
}

.investment .section > .right .right-container.two-two .share-information .top-content {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0;
  padding: 20px;
  border: 2px solid #86a8e1;
  border-bottom: 4px solid #86a8e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
  cursor: pointer;
}

.investment .section > .right .right-container.two-two .share-information .top-content i {
  font-size: 27px;
  color: #bccde8;
}

.investment .section > .right .right-container.two-two .share-information .top-content:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 10px 1px rgba(187, 187, 187, 0.651);
}

.investment .section > .right .right-container.two-two .share-information .content {
  padding: 20px;
  border: 2px solid #86a8e1;
  border-bottom: 4px solid #86a8e1;
}

.investment .section > .right .right-container.two-two .share-information .content p {
  font-size: 18px;
  font-weight: 500;
}

.investment .section > .right .right-container.two-two .share-information .content span {
  padding: 0 10px;
  border-left: 5px solid #2059B7;
}

.investment .section > .right .right-container.two-three .money-paper {
  margin-top: 30px;
}

.investment .section > .right .right-container.two-four .p-title {
  margin: 30px 0;
}

.investment .section > .right .right-container.two-four .table-container {
  overflow-x: auto;
}

@media (max-width: 991px) {
  .investment .section > .right .right-container.two-four .table-container {
    width: 100%;
  }
}

.investment .section > .right .right-container.two-four .inves-table {
  border: 1px solid #afbcd0;
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
}

.investment .section > .right .right-container.two-four .inves-table .head {
  background-color: #40495a;
  color: white;
}

.investment .section > .right .right-container.two-four .inves-table .head th {
  padding: 12px;
  border-right: 1px solid #afbcd0;
}

.investment .section > .right .right-container.two-four .inves-table .head th:first-child {
  width: 50%;
  padding-left: 30px;
}

.investment .section > .right .right-container.two-four .inves-table .head th p {
  margin-bottom: 5px;
}

.investment .section > .right .right-container.two-four .inves-table .head th p:last-child {
  margin-bottom: 0;
}

.investment .section > .right .right-container.two-four .inves-table .table-row {
  text-align: center;
}

.investment .section > .right .right-container.two-four .inves-table .table-row:nth-child(even) {
  background-color: #e9edf4;
}

.investment .section > .right .right-container.two-four .inves-table .table-row td {
  padding: 12px;
  border-right: 1px solid #afbcd0;
}

.investment .section > .right .right-container.two-four .inves-table .table-row td:first-child {
  padding-left: 30px;
}

.investment .section > .right .right-container.two-four .inves-table .table-row td p {
  margin-bottom: 5px;
}

.investment .section > .right .right-container.two-four .inves-table .table-row td p:last-child {
  margin-bottom: 0;
}

.investment .section > .right .right-container.two-five .a-title {
  color: #4ea03d;
  display: flex;
  align-items: center;
  font-size: 30px;
  margin: 30px 0;
}

.investment .section > .right .right-container.two-five .a-title .canvas {
  background-color: #4ea03d;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all .3s;
  margin-right: 10px;
}

.investment .section > .right .right-container.two-five .a-title a {
  color: #4ea03d;
  transition: all .3s;
}

.investment .section > .right .right-container.two-five .a-title a:hover {
  color: #27a00f;
}

.investment .section > .right .right-container.two-five .a-title a:hover ~ .canvas {
  background-color: #26a70d;
}

.investment .section > .right .right-container.two-five p {
  padding-left: 15px;
}

.investment .section > .right .right-container.two-six .seminar {
  margin-top: 30px;
}

.investment .section > .right .right-container.two-six .seminar .top-select {
  display: flex;
  align-items: center;
}

.investment .section > .right .right-container.two-six .seminar .top-select span {
  padding: 0 10px;
  border-left: 5px solid #2059B7;
  font-size: 18px;
}

.investment .section > .right .right-container.two-seven .connection {
  margin-top: 50px;
}

.investment .section > .right .right-container.two-seven .connection .connection-content {
  margin: 30px 0;
  margin-left: 30px;
  display: flex;
}

.investment .section > .right .right-container.two-seven .connection .connection-content .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.investment .section > .right .right-container.two-seven .connection .connection-content .right {
  padding: 15px 0;
}

@media (max-width: 673px) {
  .investment .section > .right .right-container.two-seven .connection .connection-content {
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  .investment .section > .right .right-container.two-seven .connection .connection-content {
    flex-direction: column;
    text-align: center;
  }
  .investment .section > .right .right-container.two-seven .connection .connection-content .left {
    margin-right: 0;
  }
}

.investment .section > .right .right-container.three-one .top-content {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0;
  padding: 20px;
  border: 2px solid #86a8e1;
  border-bottom: 4px solid #86a8e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
  cursor: pointer;
}

.investment .section > .right .right-container.three-one .top-content i {
  font-size: 27px;
  color: #bccde8;
}

.investment .section > .right .right-container.three-one .top-content:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 10px 1px rgba(187, 187, 187, 0.651);
}

.investment .section > .right .right-container.three-one .top-content:last-child {
  flex-direction: column;
}

.investment .section > .right .right-container.three-one .top-content:last-child .ps-title {
  width: 100%;
  text-align: left;
}

.investment .section > .right .right-container.three-one .top-content:last-child:hover {
  transform: none;
  box-shadow: none;
}

.investment .section > .right .right-container.three-one .col-content {
  font-weight: 400;
  font-size: 16px;
}

.investment .section > .right .right-container.three-two .function {
  margin-top: 50px;
}

.investment .section > .right .right-container.three-two .p-title {
  color: #4ea03d;
  font-size: 20px;
  font-weight: 500;
}

.investment .section > .right .right-container.three-two .p-sub-title {
  font-weight: 500;
  font-size: 20px;
  color: #2059b7;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: all .3s;
}

.investment .section > .right .right-container.three-two .p-sub-title img {
  margin-left: 15px;
  width: 40px;
}

.investment .section > .right .right-container.three-two .p-sub-title:hover {
  transform: scale(1.01);
}

.investment .section > .right .right-container.three-two .p-content {
  line-height: 30px;
}

.investment .section > .right .right-container.three-two .inves-table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d3d3d3;
}

.investment .section > .right .right-container.three-two .inves-table tr {
  font-weight: 500;
}

.investment .section > .right .right-container.three-two .inves-table tr.head {
  background-color: #d3d3d3;
}

.investment .section > .right .right-container.three-two .inves-table tr td {
  padding: 12px;
  text-align: center;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.investment .section > .right .right-container.three-two .inves-table tr:last-child td {
  border-bottom: none;
}

.investment .section > .right .right-container.three-three .top-content {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0;
  padding: 20px;
  border: 2px solid #86a8e1;
  border-bottom: 4px solid #86a8e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
  cursor: pointer;
}

.investment .section > .right .right-container.three-three .top-content i {
  font-size: 27px;
  color: #bccde8;
}

.investment .section > .right .right-container.three-three .top-content:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 10px 1px rgba(187, 187, 187, 0.651);
}

.investment .section > .right .right-container.three-four .p-title {
  color: #4ea03d;
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0;
}

.investment .section > .right .right-container.three-four .p-content {
  line-height: 30px;
}

.investment .section > .right .right-container.three-four .mt-50 {
  margin-top: 50px;
}

.investment .section > .right .right-container.three-four h2 {
  margin: 30px 0;
}

.investment .section > .right .right-container.three-four .img-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .investment .section > .right .right-container.three-four .img-container img {
    width: 100%;
  }
}

.investment .section > .right .right-container.four .p-content {
  line-height: 40px;
  display: flex;
  align-items: center;
}

.investment .section > .right .right-container.four .p-content img {
  margin-right: 10px;
}

.investment .section > .right .right-container.four .mt-50 {
  margin-top: 30px;
}
/*# sourceMappingURL=investment.css.map */
