@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  .project_main {
    padding: 2rem 0;
  }
  .project_main .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .project_main .left {
    width: 100%;
  }
  .project_main .left .img {
    border-radius: 8px;
  }
  .project_main .right {
    max-width: unset;
    padding: 0;
    text-align: left;
  }
  .project_main .right h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .project_main .right p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .project_main .right ul {
    margin-top: 2rem;
  }
  .project_main .right li {
    margin-bottom: 0.5rem;
  }
  .project_main .right li:last-child {
    margin-bottom: 0;
  }
  .project_main .right li:first-child a {
    padding-top: 0;
  }
  .project_main .right li a {
    font-size: 16px;
    gap: 1rem;
    padding: 0.7rem 0;
  }
  .project_main .right li a::after {
    height: 12px;
  }
  .project_main .right li i {
    width: 18px;
    height: 18px;
  }
  .project_nav {
    padding: 20px 0;
  }
  .project_nav .con {
    width: 100vw;
    margin-left: -1.2rem;
  }
  .project_nav ul {
    padding: 0 1.2rem;
    gap: 1.25rem;
    width: 100%;
    overflow: auto;
  }
  .project_nav ul::-webkit-scrollbar {
    display: none;
  }
  .project_nav a {
    font-size: 16px;
    padding-bottom: 0.8rem;
  }
  .project_list {
    padding: 2rem 0 4rem;
  }
  .project_list .flex {
    flex-direction: column;
    align-items: start;
  }
  .project_list .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .project_list .head .nav_list {
    flex-wrap: nowrap;
    gap: 1.2rem;
    overflow: auto;
    width: 100vw;
    margin-left: -1.2rem;
    padding: 0 1.2rem;
  }
  .project_list .head .nav_list::-webkit-scrollbar {
    display: none;
  }
  .project_list .head .nav_list .nav_item {
    padding: 10px 1rem;
    line-height: 1.5;
    font-size: 14px;
    min-width: 120px;
  }
  .project_list .list {
    margin-top: 2rem;
  }
  .project_list .list .news_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .project_list .more {
    font-size: 16px;
    gap: 8px;
  }
  .project_list .more::after {
    height: 10px;
  }
  .project_investment {
    padding: 4rem 0;
  }
  .project_investment .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .project_investment .flex {
    margin-top: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .project_investment .left {
    width: 100%;
    padding: 0;
  }
  .project_investment .left strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .project_investment .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .project_investment .more {
    font-size: 15px;
    margin-top: 2rem;
  }
  .project_investment .more::after {
    margin-top: 0;
  }
  .down_list .down_item:first-child a {
    padding-top: 0;
  }
  .down_list .down_item .a_tag {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.7rem 0;
    text-align: left;
    cursor: pointer;
  }
  .down_list .down_item .icon {
    width: 42px;
    height: 42px;
  }
  .down_list .down_item .type {
    font-size: 14px;
    line-height: 1.5;
  }
  .project_tax {
    padding: 4rem 0 5rem;
  }
  .project_tax .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .project_tax .more {
    font-size: 15px;
    margin-top: 2rem;
  }
  .project_tax .more::after {
    margin-top: 0;
  }
  .login_main {
    padding: 0;
    padding-top: 3rem;
    padding-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
  }
  .login_main::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .login_main .flex {
    padding: 2rem 0;
  }
  .login_main .logo {
    position: relative;
    transform: unset;
    width: 150px;
    display: block;
    margin: 0 auto;
  }
  .login_main .con {
    position: relative;
    transform: unset;
    top: 0;
    left: 0;
    width: calc(100% - 2.4rem);
    margin: 0 auto;
    padding: 3rem 1.6rem 3.5rem;
    border-radius: 10px;
  }
  .login_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .login_main .head p {
    font-size: 14px;
    margin-top: 0.5rem;
  }
  .login_main .form {
    margin-top: 2rem;
  }
  .login_main .form input {
    font-size: 15px;
    padding: 0.6rem 1rem;
    border-radius: 6px;
  }
  .login_main .form .account,
  .login_main .form .passwd {
    border-radius: 6px;
  }
  .login_main .form .account label,
  .login_main .form .passwd label {
    padding: 0.6rem 1rem;
    gap: 12px;
  }
  .login_main .form .account i,
  .login_main .form .passwd i {
    width: 16px;
    height: 16px;
  }
  .login_main .form .account input,
  .login_main .form .passwd input {
    font-size: 15px;
  }
  .login_main .form .check {
    margin-top: 2rem;
    padding-top: 0;
    gap: 0.5rem;
  }
  .login_main .form .check input {
    border-radius: 4px;
    width: 18px;
    height: 18px;
  }
  .login_main .form .check span {
    font-size: 13px;
    line-height: 18px;
  }
  .login_main .form .check a {
    font-size: 13px;
    line-height: 1.5;
  }
  .login_main .form .submit {
    margin-top: 2rem;
  }
  .login_main .form .submit input {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.7rem 1rem;
  }
  .login_main .form .submit .error {
    font-size: 13px;
    top: calc(100% + 0.8rem);
  }
  .login_main .bottom_text {
    position: relative;
    transform: unset;
    bottom: unset;
    left: unset;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.5;
    width: calc(100% - 2.4rem);
    margin-top: auto;
  }
  .dashboard_fund {
    padding: 2rem 0 3rem;
    text-align: left;
  }
  .dashboard_fund + .dashboard_fund {
    padding-top: 3rem;
  }
  .dashboard_fund.end {
    padding-bottom: 5rem;
  }
  .dashboard_fund .head h1,
  .dashboard_fund .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .dashboard_fund .label {
    display: none;
  }
  .dashboard_fund .fund_list {
    margin-top: 2rem;
  }
  .dashboard_fund .fund_item {
    margin-bottom: 1.4rem;
  }
  .dashboard_fund .fund_item:first-child a {
    padding-top: 0;
  }
  .dashboard_fund .fund_item a {
    display: flex;
    flex-wrap: wrap;
  }
  .dashboard_fund .fund_item a::after {
    display: none;
  }
  .dashboard_fund .fund_item a .flex {
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .dashboard_fund .fund_item a .flex::before {
    content: attr(data-title);
    font-size: 15px;
    width: 100%;
  }
  .dashboard_fund .fund_item a .flex .img {
    border-radius: 6px;
  }
  .dashboard_fund .fund_item a .flex strong {
    font-size: 15px;
    line-height: 1.5;
  }
  .dashboard_fund .fund_item a p {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    font-size: 15px;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .dashboard_fund .fund_item a p::after {
    content: attr(data-title);
    font-size: 15px;
    line-height: 1.4;
    color: #161616;
    order: -1;
    font-weight: 400;
    width: 100%;
    text-align: left;
  }
  .dashboard_fund .fund_item a .fund_progress {
    width: 100%;
    padding: 0;
    grid-template-columns: 1fr auto;
    row-gap: 5px;
  }
  .dashboard_fund .fund_item a .fund_progress:empty {
    margin-top: -1.25rem;
  }
  .dashboard_fund .fund_item a .fund_progress::before {
    content: attr(data-title);
    font-size: 15px;
    line-height: 1.4;
    grid-column: span 2;
    order: -1;
    width: auto;
    text-align: left;
  }
  .dashboard_fund .fund_item a .fund_progress::after {
    display: none;
  }
  .dashboard_fund .fund_item a .date {
    width: 50%;
    padding: 0;
    display: flex;
    gap: 12px;
    font-size: 13px;
  }
  .dashboard_fund .fund_item a .date::before {
    content: attr(data-title);
    font-size: 15px;
    width: auto;
    order: -1;
    flex: unset;
  }
  .dashboard_fund .fund_item a .date::after {
    display: none;
  }
  .dashboard_fund .fund_item a .btn {
    margin-bottom: 0;
    font-size: 14px;
    padding: 0.7rem 1rem;
    min-width: 120px;
    margin-left: auto;
  }
  .dashboard_fund .more {
    font-size: 15px;
    margin-top: 2rem;
  }
  .dashboard_fund .more::after {
    height: 10px;
  }
  .dashboard_info {
    padding: 6rem 0 3rem;
  }
  .dashboard_info .con {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .dashboard_info .user {
    grid-area: unset;
    border-radius: 10px;
    padding: 2rem 8%;
    text-align: left;
  }
  .dashboard_info .user .img {
    width: 60px;
    height: 60px;
  }
  .dashboard_info .user .loginout a {
    font-size: 15px;
    margin-top: 1rem;
  }
  .dashboard_info .user .name {
    font-size: 18px;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .dashboard_info .user .options {
    padding-top: 1rem;
  }
  .dashboard_info .user .options li {
    margin-bottom: 5px;
  }
  .dashboard_info .user .options a {
    font-size: 15px;
    padding: 0.7rem 0;
    gap: 12px;
  }
  .dashboard_info .user .options i {
    width: 18px;
    height: 18px;
  }
  .dashboard_info .user .loginout {
    margin-top: 1rem;
  }
  .dashboard_info .user .loginout button {
    margin-top: 1rem;
    font-size: 15px;
    gap: 12px;
  }
  .dashboard_info .user .loginout button::before {
    width: 18px;
    height: 18px;
  }
  .dashboard_info .property {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .dashboard_info .property .property_item {
    padding: 1.8rem 1.2rem;
    border-radius: 10px;
    min-height: 200px;
    text-align: left;
  }
  .dashboard_info .property .property_item:last-child {
    padding-bottom: 2rem;
  }
  .dashboard_info .property .property_item p {
    font-size: 16px;
    line-height: 1.5;
  }
  .dashboard_info .property .property_item div {
    font-size: 42px;
  }
  .dashboard_info .property .property_item > span {
    font-size: 14px;
    margin-top: 0.5rem;
    min-height: 22.4px;
  }
  .dashboard_info .dashboard_news {
    border-radius: 10px;
    padding: 1.6rem 1rem;
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .dashboard_info .dashboard_news a {
    align-items: center;
    gap: 0.5rem;
  }
  .dashboard_info .dashboard_news strong {
    font-size: 15px;
    line-height: 1.5;
    padding-right: 8px;
    display: block;
    grid-column: span 2;
    border: none;
    border-bottom: 1px solid #d5dbdb;
    padding-bottom: 5px;
    text-align: left;
  }
  .dashboard_info .dashboard_news p {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    text-align: left;
  }
  .dashboard_info .dashboard_news .date {
    font-size: 12px;
    gap: 0.5rem;
  }
  .dashboard_info .dashboard_news .date i {
    width: 14px;
    height: 14px;
  }
  .post_main {
    padding: 1rem 0 5rem;
  }
  .post_main h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .post_main .metas {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .flex {
    flex-direction: column;
  }
  .post_main .flex .left {
    width: 100%;
  }
  .post_main .flex .left .post_detail {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
  .post_main .flex .left p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .post_main .flex .left img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .post_main .flex .left i {
    left: 44%;
    top: 80%;
  }
  .post_main .flex .left .back {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .flex .right {
    margin-top: 3rem;
  }
  .post_main .flex .right h3 {
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 0.5rem;
    padding-top: 0;
  }
  .post_main .flex .right p {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 9px;
  }
  .post_main .flex .right .more {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 20px;
  }
  .news_main {
    padding: 2rem 0 3rem;
  }
  .news_main .list {
    margin-top: 30px;
  }
  .news_main .list .news_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_main .head {
    margin-bottom: 20px;
    text-align: left;
  }
  .news_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .news_main .list {
    margin-top: 20px;
  }
  .news_main .list .news_list .news_item a {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .news_main .list .news_list .news_item a .info .date {
    font-size: 14px;
    line-height: 1.5;
  }
  .news_main .list .news_list .news_item a .info .date span {
    font-size: 14px;
    line-height: 1.5;
  }
  .news_main .list .news_list .news_item a .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin: 8px 0;
  }
  .news_main .list .news_list .news_item a .info .desc {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .news_main .list .btn_more {
    margin: 43px 0 30px;
  }
  .news2_main {
    padding: 2rem 0 5rem;
  }
  .news2_main .news_nav .nav_list .nav_item {
    padding: 8px 24px;
    min-width: 120px;
  }
  .news2_main .news_nav .nav_list .nav_item.active {
    padding: 8px 24px;
  }
  .news2_main .list {
    margin-top: 30px;
  }
  .news2_main .list .news_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6em;
  }
  .news2_main .list .news_list .news_item a {
    max-width: 100%;
    padding: 2rem 1.2rem;
  }
  .news2_main .list .news_list .news_item a:hover {
    border: 1px solid #006A4B;
  }
  .news2_main .list .news_list .news_item a .info .date {
    font-size: 14px;
    line-height: 1.5;
  }
  .news2_main .list .news_list .news_item a .info .date span {
    font-size: 14px;
    line-height: 1.5;
  }
  .news2_main .list .news_list .news_item a .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin: 8px 0;
  }
  .news2_main .list .news_list .news_item a .info .desc {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0px;
  }
  .news2_main .list .news_list .news_item a .btn_cir {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 18px;
  }
  .news2_main .list .news_list .news_item a .btn_cir::after {
    width: 18px;
  }
  .news2_main .head {
    margin-bottom: 20px;
  }
  .news2_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .news2_main .btn_more {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 33px;
    margin-top: 40px;
  }
  .news_nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .news_nav .nav_list {
    gap: 1rem;
    width: 100vw;
    margin-left: -1.2rem;
    padding: 0 1.2rem;
    overflow: auto;
  }
  .news_nav .nav_list::before,
  .news_nav .nav_list::after {
    display: none;
  }
  .news_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .news_nav .nav_list .nav_item {
    font-size: 14px;
    line-height: 1.5;
    padding: 9px 24px;
    white-space: nowrap;
  }
  .news_nav .sort {
    font-size: 14px;
    line-height: 1.5;
  }
  .news_nav .sort label {
    font-size: 14px;
    line-height: 1.5;
  }
  .news_nav .sort select {
    font-size: 14px;
    line-height: 1.5;
  }
  br {
    display: none;
  }
  .nav {
    padding: 6rem 0 2rem;
  }
  .nav .nav_top,
  .nav .nav_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0;
  }
  .nav .nav_top .left,
  .nav .nav_bottom .left {
    font-size: 18px;
    line-height: 1.5;
  }
  .nav .nav_top .right ul,
  .nav .nav_bottom .right ul {
    flex-direction: column;
    gap: 1rem;
  }
  .nav .nav_top .right ul .item,
  .nav .nav_bottom .right ul .item {
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 0;
    border-bottom: 2px solid rgba(143, 195, 74, 0);
  }
  .nav .nav_top .right ul .item:hover,
  .nav .nav_bottom .right ul .item:hover {
    border-bottom: 2px solid #8FC34B;
  }
  .nav .nav_top .right ul .item.active,
  .nav .nav_bottom .right ul .item.active {
    border-bottom: 2px solid #8FC34B;
  }
  .nav .nav_top {
    padding: 1.8rem 1.2rem;
    border-radius: 10px;
  }
  .nav .nav_top .left {
    gap: 1rem;
  }
  .nav .nav_top .right ul .item {
    padding: 0;
    padding-bottom: 5px;
    display: block;
    width: fit-content;
  }
  .nav .nav_top .right {
    width: 100%;
  }
  .nav .nav_top .right ul {
    gap: 12px;
    width: 100%;
  }
  .nav .nav_bottom {
    padding-bottom: 12px;
    margin-top: 2.5rem;
    padding-top: 0;
    gap: 10px;
  }
  .nav .nav_bottom .right ul .item.active {
    padding-bottom: 3px;
  }
  .btn_more {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 33px;
    margin-top: 20px;
  }
  .btn_cir {
    font-size: 16px;
    line-height: 1.5;
  }
  .btn_cir::after {
    width: 18px;
  }
  .news_list .news_item a {
    max-width: 100%;
    padding-bottom: 20px;
    text-align: left;
  }
  .news_list .news_item a .info .date {
    font-size: 14px;
    line-height: 1.5;
  }
  .news_list .news_item a .info .date span {
    font-size: 14px;
    line-height: 1.5;
  }
  .news_list .news_item a .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin: 8px 0;
  }
  .news_list .news_item a .info .desc {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .news2_main p.center:has(.btn_more) {
    min-height: 42px;
    margin-top: 0;
  }
  .nav .nav_bottom .right ul {
    flex-direction: row;
    padding: 0;
    width: 100vw;
    margin-left: -1.2rem;
    padding: 0 1.2rem;
    overflow: auto;
    border-bottom: 1px solid #ddd;
  }
  .nav .nav_bottom .right ul::-webkit-scrollbar {
    display: none;
  }
  .nav .nav_bottom .right ul .item,
  .nav .nav_bottom .right ul .item.active {
    padding: 0;
    padding-bottom: 0.5rem;
    display: block;
    text-wrap: nowrap;
  }
  .nav .nav_bottom {
    padding-bottom: 0;
    gap: 20px;
    border: none;
  }
  .news_main .list .news_list .news_item a .info {
    padding: 1.8rem 1.2rem 0;
  }
  .news_list .news_item a {
    padding: 1.8rem 1.2rem;
  }
  .profile form .col2 {
    width: 100%;
  }
}
