@import "base.css";
@media only screen and (min-width: 1200px) {
  #main .investor_box .section1 {
    padding-top: 0.8rem;
  }
  #main .investor_box .section1 .section_title {
    padding-bottom: 0.36rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section1 .section_title h3 {
    font-size: 44px;
    color: #333;
    margin-right: 0.55rem;
    cursor: pointer;
  }
  #main .investor_box .section1 .section_title h3:hover {
    font-weight: 700;
  }
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 24px;
    color: #666;
  }
  #main .investor_box .section1 .table_box {
    display: none;
  }
  #main .investor_box .section1 .table_box.selected {
    display: block;
  }
  #main .investor_box .section1 .stock_person_box table {
    width: 100%;
  }
  #main .investor_box .section1 .stock_person_box table tr {
    border-bottom: 1px dashed #ccc;
  }
  #main .investor_box .section1 .stock_person_box table tr:first-child {
    border-bottom: none;
  }
  #main .investor_box .section1 .stock_person_box table th {
    width: 16%;
    text-align: center;
    height: 0.53rem;
    background-color: #00afcc;
    font-size: 16px;
    color: #fff;
  }
  #main .investor_box .section1 .stock_person_box table th:first-child {
    width: 28%;
  }
  #main .investor_box .section1 .stock_person_box table th:last-child {
    width: 24%;
  }
  #main .investor_box .section1 .stock_person_box table td {
    font-size: 16px;
    height: 0.53rem;
    color: #666;
    text-align: center;
    padding-right: 0rem;
    background-color: #fafafa;
  }
  #main .investor_box .section1 .stock_person_box table td:first-child {
    text-align: left;
    padding-left: 0.8rem;
  }
  #main .investor_box .section1 .stock_capital table {
    width: 100%;
  }
  #main .investor_box .section1 .stock_capital table tr {
    border-bottom: 1px dashed #ccc;
  }
  #main .investor_box .section1 .stock_capital table tr:first-child {
    border-bottom: none;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(2) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(6) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(7) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table th {
    width: 25%;
    text-align: center;
    height: 0.53rem;
    background-color: #00afcc;
    font-size: 16px;
    color: #fff;
  }
  #main .investor_box .section1 .stock_capital table td {
    font-size: 16px;
    height: 0.53rem;
    color: #666;
    text-align: right;
    padding-right: 1.43rem;
    background-color: #fafafa;
  }
  #main .investor_box .section1 .stock_capital table td:first-child {
    padding-left: 0.8rem;
    padding-right: 0;
    text-align: left;
  }
  #main .investor_box .section2 .title_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.4rem;
    padding-top: 1.05rem;
    border-bottom: 1px solid #ccc;
  }
  #main .investor_box .section2 .title_box .section_title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.36rem;
  }
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 44px;
    color: #333;
    margin-right: 0.55rem;
    cursor: pointer;
  }
  #main .investor_box .section2 .title_box .section_title h3:hover {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 24px;
    color: #666;
    float: left;
    margin-right: 0.55rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li {
    color: #00afcc;
    font-size: 24px;
    float: left;
    cursor: pointer;
  }
  #main .investor_box .section2 .title_box .stock_type ul li.active {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:hover {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:first-child {
    position: relative;
    padding-right: 0.35rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:last-child {
    margin-left: 0.35rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.25rem;
    background-color: #ccc;
    position: absolute;
    top: 0.05rem;
    right: 0;
  }
  #main .investor_box .section2 .report_box {
    display: none;
  }
  #main .investor_box .section2 .report_box.selected {
    display: block;
  }
  #main .investor_box .section2 .years {
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section2 .years a {
    float: left;
    margin-right: 0.65rem;
  }
  #main .investor_box .section2 .years a.sub_active {
    background-color: #00afcc;
    color: #fff;
  }
  #main .investor_box .section2 .years a:hover {
    background-color: #00afcc;
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box {
    display: none;
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section2 .report_content_box.sub_selected {
    display: block;
  }
  #main .investor_box .section2 .report_content_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .investor_box .section2 .report_content_box ul li {
    width: 49%;
    border: 1px solid #ccc;
    padding: 0.32rem 0.35rem;
    margin-bottom: 0.3rem;
  }
  #main .investor_box .section2 .report_content_box ul li.active {
    background-color: #00afcc;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  #main .investor_box .section2 .report_content_box ul li.active .date {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .date::before {
    background-color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .report_title {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .do_more i {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .do_more a {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover {
    background-color: #00afcc;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .date {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .date::before {
    background-color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .report_title {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .do_more i {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .do_more a {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 16px;
    color: #333;
    padding-left: 0.15rem;
    position: relative;
    margin-bottom: 0.26rem;
  }
  #main .investor_box .section2 .report_content_box ul li .date::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.2rem;
    background-color: #333;
    position: absolute;
    left: 0;
  }
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.28rem;
    margin-bottom: 0.28rem;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more {
    display: flex;
    justify-content: space-between;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more i {
    color: #666;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more a {
    font-size: 16px;
    color: #999;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1200px) {
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section1 .stock_person_box table th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_person_box table th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section1 .stock_person_box table td {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_person_box table td {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section1 .stock_capital table th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_capital table th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section1 .stock_capital table td {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_capital table td {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1200px) {
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .title_box .stock_type ul li {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1200px) {
  #main .investor_box .section2 .title_box .stock_type ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .title_box .stock_type ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .title_box .stock_type ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1200px) {
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section2 .report_content_box ul li .do_more a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .report_content_box ul li .do_more a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .investor_box .section1 {
    padding-top: 0.8rem;
  }
  #main .investor_box .section1 .section_title {
    padding-bottom: 0.36rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section1 .section_title h3 {
    font-size: 30px;
    color: #333;
    margin-right: 0.55rem;
    cursor: pointer;
  }
  #main .investor_box .section1 .section_title h3:hover {
    font-weight: 700;
  }
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 20px;
    color: #666;
  }
  #main .investor_box .section1 .table_box {
    display: none;
  }
  #main .investor_box .section1 .table_box.selected {
    display: block;
  }
  #main .investor_box .section1 .stock_person_box table {
    width: 100%;
  }
  #main .investor_box .section1 .stock_person_box table tr {
    border-bottom: 1px dashed #ccc;
  }
  #main .investor_box .section1 .stock_person_box table tr:first-child {
    border-bottom: none;
  }
  #main .investor_box .section1 .stock_person_box table th {
    width: 15%;
    text-align: center;
    height: 0.53rem;
    background-color: #00afcc;
    font-size: 16px;
    color: #fff;
  }
  #main .investor_box .section1 .stock_person_box table th:first-child {
    width: 40%;
    padding-left: 0.3rem;
  }
  #main .investor_box .section1 .stock_person_box table td {
    font-size: 16px;
    height: 0.53rem;
    color: #666;
    text-align: center;
    padding-right: 0.43rem;
    background-color: #fafafa;
  }
  #main .investor_box .section1 .stock_person_box table td:first-child {
    text-align: left;
    padding-left: 0.8rem;
  }
  #main .investor_box .section1 .stock_person_box table td:nth-child(2) {
    text-align: left;
    padding-left: 0.3rem;
    padding-right: 0;
  }
  #main .investor_box .section1 .stock_capital table {
    width: 100%;
  }
  #main .investor_box .section1 .stock_capital table tr {
    border-bottom: 1px dashed #ccc;
  }
  #main .investor_box .section1 .stock_capital table tr:first-child {
    border-bottom: none;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(2) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(6) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(7) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table th {
    width: 25%;
    text-align: center;
    height: 0.53rem;
    background-color: #00afcc;
    font-size: 16px;
    color: #fff;
  }
  #main .investor_box .section1 .stock_capital table td {
    font-size: 16px;
    height: 0.53rem;
    color: #666;
    text-align: right;
    padding-right: 1.43rem;
    background-color: #fafafa;
  }
  #main .investor_box .section1 .stock_capital table td:first-child {
    padding-left: 0.8rem;
    padding-right: 0;
    text-align: left;
  }
  #main .investor_box .section2 .title_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.4rem;
    padding-top: 1.05rem;
    border-bottom: 1px solid #ccc;
  }
  #main .investor_box .section2 .title_box .section_title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.36rem;
  }
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 30px;
    color: #333;
    margin-right: 0.55rem;
    cursor: pointer;
  }
  #main .investor_box .section2 .title_box .section_title h3:hover {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 20px;
    color: #666;
    float: left;
    margin-right: 0.55rem;
  }
  #main .investor_box .section2 .title_box .stock_type {
    padding-bottom: 0.36rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li {
    color: #00afcc;
    font-size: 20px;
    float: left;
    cursor: pointer;
  }
  #main .investor_box .section2 .title_box .stock_type ul li.active {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:hover {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:first-child {
    position: relative;
    padding-right: 0.35rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:last-child {
    margin-left: 0.35rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.25rem;
    background-color: #ccc;
    position: absolute;
    top: 0.15rem;
    right: 0;
  }
  #main .investor_box .section2 .report_box {
    display: none;
  }
  #main .investor_box .section2 .report_box.selected {
    display: block;
  }
  #main .investor_box .section2 .years {
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section2 .years a {
    float: left;
    margin-right: 0.65rem;
  }
  #main .investor_box .section2 .years a.sub_active {
    background-color: #00afcc;
    color: #fff;
  }
  #main .investor_box .section2 .years a:hover {
    background-color: #00afcc;
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box {
    display: none;
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section2 .report_content_box.sub_selected {
    display: block;
  }
  #main .investor_box .section2 .report_content_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .investor_box .section2 .report_content_box ul li {
    width: 49%;
    border: 1px solid #ccc;
    padding: 0.32rem 0.35rem;
    margin-bottom: 0.3rem;
  }
  #main .investor_box .section2 .report_content_box ul li.active {
    background-color: #00afcc;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  #main .investor_box .section2 .report_content_box ul li.active .date {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .date::before {
    background-color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .report_title {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .do_more i {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .do_more a {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover {
    background-color: #00afcc;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .date {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .date::before {
    background-color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .report_title {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .do_more i {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .do_more a {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 16px;
    color: #333;
    padding-left: 0.15rem;
    position: relative;
    margin-bottom: 0.26rem;
  }
  #main .investor_box .section2 .report_content_box ul li .date::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.2rem;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0.08rem;
  }
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.28rem;
    margin-bottom: 0.28rem;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more {
    display: flex;
    justify-content: space-between;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more i {
    color: #666;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more a {
    font-size: 16px;
    color: #999;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section1 .stock_person_box table th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_person_box table th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section1 .stock_person_box table td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_person_box table td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section1 .stock_capital table th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_capital table th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section1 .stock_capital table td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_capital table td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .title_box .stock_type ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .investor_box .section2 .title_box .stock_type ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .title_box .stock_type ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1200px) {
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1366px) {
  #main .investor_box .section2 .report_content_box ul li .do_more a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .report_content_box ul li .do_more a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  #main .investor_box .section1 {
    padding-top: 0.8rem;
  }
  #main .investor_box .section1 .section_title {
    padding-bottom: 0.36rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section1 .section_title h3 {
    font-size: 24px;
    color: #333;
    margin-right: 0.55rem;
    cursor: pointer;
  }
  #main .investor_box .section1 .section_title h3:hover {
    font-weight: 700;
  }
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 18px;
    color: #666;
  }
  #main .investor_box .section1 .table_box {
    display: none;
  }
  #main .investor_box .section1 .table_box.selected {
    display: block;
  }
  #main .investor_box .section1 .stock_person_box table {
    width: 100%;
  }
  #main .investor_box .section1 .stock_person_box table tr {
    border-bottom: 1px dashed #ccc;
  }
  #main .investor_box .section1 .stock_person_box table tr:first-child {
    border-bottom: none;
  }
  #main .investor_box .section1 .stock_person_box table th {
    width: 15%;
    text-align: center;
    height: 0.53rem;
    background-color: #00afcc;
    font-size: 14px;
    color: #fff;
  }
  #main .investor_box .section1 .stock_person_box table th:first-child {
    width: 35%;
    padding-left: 0.3rem;
  }
  #main .investor_box .section1 .stock_person_box table th:nth-child(2) {
    width: 20%;
    padding-left: 0.3rem;
  }
  #main .investor_box .section1 .stock_person_box table td {
    font-size: 14px;
    height: 0.53rem;
    color: #666;
    text-align: center;
    padding-right: 0.43rem;
    background-color: #fafafa;
  }
  #main .investor_box .section1 .stock_person_box table td:first-child {
    text-align: left;
    padding-left: 0.2rem;
  }
  #main .investor_box .section1 .stock_person_box table td:nth-child(2) {
    text-align: left;
    padding-left: 0.3rem;
    padding-right: 0;
  }
  #main .investor_box .section1 .stock_capital table {
    width: 100%;
  }
  #main .investor_box .section1 .stock_capital table tr {
    border-bottom: 1px dashed #ccc;
  }
  #main .investor_box .section1 .stock_capital table tr:first-child {
    border-bottom: none;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(2) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(6) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(7) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table th {
    width: 20%;
    text-align: center;
    height: 0.53rem;
    background-color: #00afcc;
    font-size: 14px;
    color: #fff;
  }
  #main .investor_box .section1 .stock_capital table td {
    font-size: 14px;
    height: 0.53rem;
    color: #666;
    text-align: right;
    padding-right: 1rem;
    background-color: #fafafa;
  }
  #main .investor_box .section1 .stock_capital table td:first-child {
    width: 40%;
    padding-left: 0.2rem;
    padding-right: 0;
    text-align: left;
  }
  #main .investor_box .section2 .title_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.4rem;
    padding-top: 1.05rem;
    border-bottom: 1px solid #ccc;
  }
  #main .investor_box .section2 .title_box .section_title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.36rem;
  }
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 24px;
    color: #333;
    margin-right: 0.55rem;
    cursor: pointer;
  }
  #main .investor_box .section2 .title_box .section_title h3:hover {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 18px;
    color: #666;
    float: left;
    margin-right: 0.55rem;
  }
  #main .investor_box .section2 .title_box .stock_type {
    padding-bottom: 0.36rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li {
    color: #00afcc;
    font-size: 18px;
    float: left;
    cursor: pointer;
  }
  #main .investor_box .section2 .title_box .stock_type ul li.active {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:hover {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:first-child {
    position: relative;
    padding-right: 0.35rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:last-child {
    margin-left: 0.35rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.25rem;
    background-color: #ccc;
    position: absolute;
    top: 0.15rem;
    right: 0;
  }
  #main .investor_box .section2 .report_box {
    display: none;
  }
  #main .investor_box .section2 .report_box.selected {
    display: block;
  }
  #main .investor_box .section2 .years {
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section2 .years a {
    float: left;
    margin-right: 0.65rem;
  }
  #main .investor_box .section2 .years a.sub_active {
    background-color: #00afcc;
    color: #fff;
  }
  #main .investor_box .section2 .years a:hover {
    background-color: #00afcc;
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box {
    display: none;
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section2 .report_content_box.sub_selected {
    display: block;
  }
  #main .investor_box .section2 .report_content_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .investor_box .section2 .report_content_box ul li {
    width: 49%;
    border: 1px solid #ccc;
    padding: 0.32rem 0.35rem;
    margin-bottom: 0.3rem;
  }
  #main .investor_box .section2 .report_content_box ul li.active {
    background-color: #00afcc;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  #main .investor_box .section2 .report_content_box ul li.active .date {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .date::before {
    background-color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .report_title {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .do_more i {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .do_more a {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover {
    background-color: #00afcc;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .date {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .date::before {
    background-color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .report_title {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .do_more i {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .do_more a {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 14px;
    color: #333;
    padding-left: 0.15rem;
    position: relative;
    margin-bottom: 0.26rem;
  }
  #main .investor_box .section2 .report_content_box ul li .date::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.2rem;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0.08rem;
  }
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.28rem;
    margin-bottom: 0.28rem;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more {
    display: flex;
    justify-content: space-between;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more i {
    color: #666;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more a {
    font-size: 14px;
    color: #999;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .section_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_person_box table th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_person_box table td {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_capital table th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .investor_box .section1 .stock_capital table td {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .title_box .stock_type ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .title_box .stock_type ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .report_content_box ul li .do_more a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #main .investor_box .section1 {
    padding-top: 0.8rem;
  }
  #main .investor_box .section1 .section_title {
    padding-bottom: 0.36rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section1 .section_title h3 {
    font-size: 0.4rem;
    color: #333;
    margin-right: 0.55rem;
    cursor: pointer;
  }
  #main .investor_box .section1 .section_title h3:hover {
    font-weight: 700;
  }
  #main .investor_box .section1 .section_title .sub_title {
    font-size: 0.3rem;
    color: #666;
  }
  #main .investor_box .section1 .table_box {
    display: none;
  }
  #main .investor_box .section1 .table_box.selected {
    display: block;
  }
  #main .investor_box .section1 .stock_person_box table {
    width: 100%;
  }
  #main .investor_box .section1 .stock_person_box table tr {
    border-bottom: 1px dashed #ccc;
  }
  #main .investor_box .section1 .stock_person_box table tr:first-child {
    border-bottom: none;
  }
  #main .investor_box .section1 .stock_person_box table th {
    width: 15%;
    text-align: center;
    height: 0.53rem;
    background-color: #00afcc;
    font-size: 12px;
    color: #fff;
  }
  #main .investor_box .section1 .stock_person_box table th:first-child {
    width: 35%;
    padding-left: 0.3rem;
  }
  #main .investor_box .section1 .stock_person_box table th:nth-child(2) {
    width: 20%;
    padding-left: 0.3rem;
  }
  #main .investor_box .section1 .stock_person_box table td {
    font-size: 12px;
    height: 0.53rem;
    color: #666;
    text-align: center;
    padding-right: 0.43rem;
    background-color: #fafafa;
  }
  #main .investor_box .section1 .stock_person_box table td:first-child {
    text-align: left;
    padding-left: 0.2rem;
  }
  #main .investor_box .section1 .stock_person_box table td:nth-child(2) {
    text-align: left;
    padding-left: 0.3rem;
    padding-right: 0;
  }
  #main .investor_box .section1 .stock_capital table {
    width: 100%;
  }
  #main .investor_box .section1 .stock_capital table tr {
    border-bottom: 1px dashed #ccc;
  }
  #main .investor_box .section1 .stock_capital table tr:first-child {
    border-bottom: none;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(2) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(6) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table tr:nth-child(7) td:first-child {
    font-weight: 900;
  }
  #main .investor_box .section1 .stock_capital table th {
    width: 30%;
    text-align: center;
    height: 0.53rem;
    background-color: #00afcc;
    font-size: 12px;
    color: #fff;
  }
  #main .investor_box .section1 .stock_capital table td {
    font-size: 12px;
    height: 0.53rem;
    color: #666;
    text-align: left;
    padding-right: 0;
    background-color: #fafafa;
  }
  #main .investor_box .section1 .stock_capital table td:first-child {
    width: 40%;
    padding-left: 0.2rem;
    padding-right: 0;
    text-align: left;
  }
  #main .investor_box .section2 .title_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 0.2rem;
    padding-top: 0.5rem;
    border-bottom: 1px solid #ccc;
  }
  #main .investor_box .section2 .title_box .section_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.1rem;
  }
  #main .investor_box .section2 .title_box .section_title h3 {
    font-size: 0.4rem;
    color: #333;
    margin-right: 0.15rem;
    cursor: pointer;
    margin-bottom: 0.1rem;
  }
  #main .investor_box .section2 .title_box .section_title h3:hover {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .section_title h3.sub_title {
    font-size: 0.3rem;
    color: #666;
    float: left;
    margin-right: 0.15rem;
  }
  #main .investor_box .section2 .title_box .stock_type {
    padding-bottom: 0.36rem;
    width: 2rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li {
    color: #00afcc;
    font-size: 0.3rem;
    cursor: pointer;
  }
  #main .investor_box .section2 .title_box .stock_type ul li.active {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:hover {
    font-weight: 700;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:first-child {
    position: relative;
    padding-right: 0.2rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:last-child {
    margin-left: 0.2rem;
  }
  #main .investor_box .section2 .title_box .stock_type ul li:first-child::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.25rem;
    background-color: #ccc;
    position: absolute;
    top: 0.15rem;
    right: 0;
  }
  #main .investor_box .section2 .report_box {
    display: none;
  }
  #main .investor_box .section2 .report_box.selected {
    display: block;
  }
  #main .investor_box .section2 .years {
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section2 .years a {
    float: left;
    margin-right: 0.65rem;
  }
  #main .investor_box .section2 .years a.sub_active {
    background-color: #00afcc;
    color: #fff;
  }
  #main .investor_box .section2 .years a:hover {
    background-color: #00afcc;
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box {
    display: none;
    margin-bottom: 0.4rem;
  }
  #main .investor_box .section2 .report_content_box.sub_selected {
    display: block;
  }
  #main .investor_box .section2 .report_content_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .investor_box .section2 .report_content_box ul li {
    width: 49%;
    border: 1px solid #ccc;
    padding: 0.32rem 0.35rem;
    margin-bottom: 0.3rem;
  }
  #main .investor_box .section2 .report_content_box ul li.active {
    background-color: #00afcc;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  #main .investor_box .section2 .report_content_box ul li.active .date {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .date::before {
    background-color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .report_title {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .do_more i {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li.active .do_more a {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover {
    background-color: #00afcc;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .date {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .date::before {
    background-color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .report_title {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .do_more i {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li:hover .do_more a {
    color: #fff;
  }
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 14px;
    color: #333;
    padding-left: 0.15rem;
    position: relative;
    margin-bottom: 0.26rem;
  }
  #main .investor_box .section2 .report_content_box ul li .date::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.2rem;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0.08rem;
  }
  #main .investor_box .section2 .report_content_box ul li .report_title {
    font-size: 0.3rem;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.28rem;
    margin-bottom: 0.28rem;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more {
    display: flex;
    justify-content: space-between;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more i {
    color: #666;
  }
  #main .investor_box .section2 .report_content_box ul li .do_more a {
    font-size: 0.2rem;
    color: #999;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .investor_box .section2 .report_content_box ul li .date {
    font-size: 12px;
  }
}
