/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/
:root {
	--main:#FF9A00;
	--dark:#353535;
	--light:#f8f8f8;
	--text:#999999;
	--excerpt:#8e8e8e;
}
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
section * {
  font-family: 'Poppins', sans-serif !important;
}
.content {
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
}
.largecontent {
	max-width: 100%;
	padding: 0 4rem;
}
html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}

:root {
  --theme_color: #006838;
  --subtheme_color: #8fc34a;
  --hover_color: #000;
  --title_color: #161616;
  --content_color: #000;
  --bg_color: linear-gradient(to right, #000, #000);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
body a {
  color: inherit;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  word-break: break-word;
  color: var(--title_color);
  font-family: 'Poppins', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 1.25rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.nav {
  padding-top: 160px;
  padding-bottom: 30px;
}
.nav p {
  margin: 0;
}
.nav div::before,
.nav div::after {
  display: none;
}
.nav .nav_top,
.nav .nav_bottom {
  width: 100%;
  padding: 19px 28px;
  background-color: #F7F9F9;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.nav .nav_top .left,
.nav .nav_bottom .left {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #161616;
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav .nav_top .left p,
.nav .nav_bottom .left p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #161616;
}
.nav .nav_top .left .logo,
.nav .nav_bottom .left .logo {
  background-color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  position: relative;
}
.nav .nav_top .left .logo i,
.nav .nav_bottom .left .logo i {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/nav_logo.svg) no-repeat center / 26px;
  position: absolute;
  top: 20%;
  left: 24%;
}
.nav .nav_top .right ul,
.nav .nav_bottom .right ul {
  display: flex;
  gap: 25px;
}
.nav .nav_top .right ul::before,
.nav .nav_top .right ul::after {
  display: none;
}
.nav .nav_top .right ul .item,
.nav .nav_bottom .right ul .item {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #333336;
  padding: 28px 0;
  transition: all 0.3s;
  border-bottom: 3px solid rgba(143, 195, 74, 0);
}
.nav .nav_top .right ul .item.active,
.nav .nav_bottom .right ul .item.active {
  color: #006A4B;
  font-weight: 500;
  border-bottom: 3px solid #8FC34B;
}
.nav .nav_top .right ul .item:hover,
.nav .nav_bottom .right ul .item:hover {
  color: #006A4B;
  border-bottom: 3px solid #8FC34B;
}
.nav .nav_bottom {
  background-color: #fff;
  margin-top: 42px;
  padding: 21px 0;
  border-bottom: 1.8px solid #DDDDDD;
  border-radius: 0;
}
.nav .nav_bottom .right ul {
  gap: 33px;
}
.nav .nav_bottom .right ul .item {
  font-size: 20px;
  padding: 23px 0;
  border-bottom: 3px solid rgba(143, 195, 74, 0);
  padding-bottom: 22px;
}
.nav .nav_bottom .right ul .item.active {
  padding-bottom: 22px;
  font-weight: 600;
}
.nav .nav_bottom .right ul .item:hover {
  color: #006A4B;
  border-bottom: 3px solid #8FC34B;
}
.btn {
  font-size: 16px;
  font-weight: 500;
  color: #161616;
  border-radius: 100px;
  background-color: #f3f6f6;
  text-align: center;
  min-width: 142px;
  padding: 12px 0;
  transition: all 0.3s;
}
.btn_more {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #8FC34A;
  padding: 14px 29px;
  border-radius: 50px;
  margin-top: 71px;
  transition: all 0.3s;
}
.btn_more:hover {
  background-color: #006A4B;
}
.btn_cir {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #006A4B;
  display: flex;
  align-items: center;
  flex: 1;
  gap: 10px;
  margin-top: 18px;
}
.btn_cir::after {
  content: '';
  display: block;
  width: 22px;
  height: 10px;
  background: url(../img/news_arrow.svg) no-repeat center / cover;
}
.dashboard_fund {
  padding-top: 25px;
  padding-bottom: 40px;
}
.dashboard_fund .head h1,
.dashboard_fund .head h2 {
  font-size: 28px;
  line-height: 62px;
  font-weight: 600;
}
.dashboard_fund .label {
  margin-top: 23px;
}
.dashboard_fund .label ul {
  display: grid;
  grid-template-columns: 32.8% 1fr 1fr 160px;
  gap: 1.25rem;
}
.dashboard_fund:has(.fund_progress) .label ul {
  grid-template-columns: 32.8% 1fr 1fr 160px 160px;
}
.dashboard_fund .label ul::after {
  content: '';
  display: block;
}
.dashboard_fund .label li {
  font-size: 16px;
  color: #5e5e5e;
}
.dashboard_fund .fund_list {
  margin-top: 17px;
}
.dashboard_fund .fund_list a {
  display: grid;
  grid-template-columns: 32.8% 1fr 1fr 160px;
  gap: 1.25rem;
  align-items: center;
  position: relative;
  padding: 23px 0;
  border-bottom: 1px solid #d5dbdb;
  transition: all 0.3s;
}
.dashboard_fund .fund_list:has(.fund_progress) a {
  grid-template-columns: 32.8% 1fr 1fr 160px 160px;
}
.dashboard_fund .fund_list a:hover {
  border-color: transparent;
}
.dashboard_fund .fund_list a:hover::after {
  opacity: 1;
}
.dashboard_fund .fund_list a:hover img {
  transform: scale(1.03);
}
.dashboard_fund .fund_list a:hover .btn {
  color: #fff;
  background-color: var(--subtheme_color);
}
.dashboard_fund .fund_list a::after {
  content: '';
  display: block;
  width: 103.25203%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transition: all 0.3s;
  transform: translateX(-50%);
  background-color: #f7f9f8;
  border-radius: 14px;
  opacity: 0;
}
.dashboard_fund .fund_list .flex {
  gap: 28px;
}
.dashboard_fund .fund_list .flex::before,
.dashboard_fund .fund_list .flex::after {
  display: none;
}
.dashboard_fund .fund_list .img {
  position: relative;
  padding-bottom: 30.6172839%;
  border-radius: 14px;
  width: 50.7%;
}
.dashboard_fund .fund_list .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s;
}
.dashboard_fund .fund_list strong {
  font-size: 18px;
  font-weight: 600;
  color: #161616;
  line-height: 26px;
  flex: 1;
}
.dashboard_fund .fund_list p {
  font-size: 16px;
  font-weight: 500;
  color: #c66828;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  margin: 0;
}
.dashboard_fund .fund_list p::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #c66828;
}
.dashboard_fund .fund_list .fund_progress {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding-right: 23px;
  padding-bottom: 20px;
}
.dashboard_fund .fund_list .fund_progress::before,
.dashboard_fund .fund_list .fund_progress::after {
  display: none;
}
.dashboard_fund .fund_list .fund_progress .schedule {
  background-color: #e8eaea;
  border-radius: 100px;
  height: 11px;
}
.dashboard_fund .fund_list .fund_progress .schedule::after {
  content: '';
  display: block;
  width: var(--width);
  height: 100%;
  border-radius: 100px;
  background-color: var(--theme_color);
}
.dashboard_fund .fund_list .date {
  font-size: 15px;
  color: #000000;
  line-height: 26px;
  padding-bottom: 20px;
}
.dashboard_fund .fund_list .btn {
  margin-bottom: 20px;
}
.dashboard_fund .more {
  font-size: 18px;
  font-weight: 500;
  color: #161616;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  width: fit-content;
  margin-top: 37px;
  transition: all .3s;
  background-color: transparent;
}
.dashboard_fund .more:hover {
  color: var(--theme_color);
}
.dashboard_fund .more:hover::after {
  filter: unset;
  transform: translateX(5px);
}
.dashboard_fund .more::after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  margin-top: 2px;
  filter: brightness(0);
  transition: all 0.3s;
  background: url(../img/newsDetail_rightarrow.svg) no-repeat center / contain;
}
.dashboard_fund.end {
  padding-bottom: 221px;
}
.down_list .down_item .a_tag {
  font-size: 20px;
  font-weight: 500;
  color: #161616;
  line-height: 33px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.down_list .down_item .a_tag:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.down_list .down_item .a_tag:hover {
  color: var(--theme_color);
}
.down_list .down_item .a_tag:hover::after {
  width: 100%;
}
.down_list .down_item .a_tag:hover .icon {
  background-color: var(--theme_color);
}
.down_list .down_item .a_tag:hover .icon::after {
  filter: contrast(0) brightness(2);
}
.down_list .down_item .a_tag::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out;
  background: var(--subtheme_color);
}
.down_list .down_item .type {
  font-size: 18px;
  margin-left: auto;
  font-weight: 400;
  color: #161616;
  text-wrap: nowrap;
  flex-shrink: 0;
}
.down_list .down_item .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e3e8e8;
  transition: all 0.3s;
  flex-shrink: 0;
}
.down_list .down_item .icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: url(../img/down.svg) no-repeat center / contain;
}
.news_list {
  display: grid;
  gap: 36px 24px;
  grid-template-columns: repeat(3, 1fr);
}
.news_list .news_item a {
  max-width: 392px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  padding: 38px 40px 28px;
  border: 2px solid #fff;
  background-color: #F7F9F9;
  transition: all 0.3s;
}
.news_list .news_item a:hover {
  border: 2px solid #006A4B;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.news_list .news_item a .info {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.news_list .news_item a .info .date {
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
  color: #161616;
}
.news_list .news_item a .info .date span {
  font-size: 18px;
  font-weight: 500;
  color: #006A4B;
}
.news_list .news_item a .info .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #161616;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list .news_item a .info .desc {
  flex: 4;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #636366;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 22px;
}
.news_list .news_item a .info .tip {
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
  color: #444444;
  padding-bottom: 5px;
  border-bottom: 1.8px solid #DDDDDD;
}
.news_list .news_item a .btn_cir {
  padding-left: 0px;
  margin-top: 25px;
  flex: 1;
}
.news_nav {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.news_nav::before,
.news_nav::after {
  display: none;
}
.news_nav .nav_list {
  display: flex;
  gap: 21px;
}
.news_nav .nav_list .nav_item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #161616;
  padding: 11px 25px;
  border-radius: 50px;
  background-color: #F3F6F6;
  transition: all 0.3s;
  cursor: pointer;
}
.news_nav .nav_list .nav_item.active {
  color: #fff;
  background-color: #8FC34A;
}
.news_nav .nav_list .nav_item:hover {
  background-color: #8FC34A;
  color: #fff;
}
.news_nav .sort {
  max-width: max-content;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}
.news_nav .sort label {
  font-size: 16px;
  align-items: center;
  color: #5E5E5E;
  font-weight: 400;
}
.news_nav .sort select {
  line-height: 19px;
  color: #161616;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  padding: 5px;
}
.news_nav .sort::before {
  display: none;
}
.news_nav .sort::after {
  content: '';
  display: block;
  width: 9px;
  min-width: 9px;
  height: 5px;
  background: url(../img/news_sort.svg) no-repeat center / cover;
}


.loading {
  position: relative;
}
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}

.login_main .con .head .login_phone{
  font-size: 20px;
  color: var(--subtheme_color);
}
.h-logo__image {
	display: none !important;
}
.h-logo__alt-image {
	display: inline-block !important;
}