.nav-container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 72px;
  transition: all 0.2s linear;
}
.nav-container.nav-container-border {
  border-bottom: 1px solid #009c43;
}
.nav-container.nav-container-bg {
  background: #fff !important;
}
.nav-container.nav-container-bg .nav-box .stock {
  color: #888888;
}
.nav-container.nav-container-bg .nav-box .logo {
  background: url('/yxt/imgs/header-logo2.png') no-repeat;
  background-size: contain;
}
.nav-container.nav-container-bg .nav-box .item a {
  color: #2B2E2E;
}
.nav-container.nav-container-mouseenter {
  background: #fff;
  height: 370px;
}
.nav-container.nav-container-mouseenter .active {
  position: relative;
  transition: all 0.2s;
}
.nav-container.nav-container-mouseenter .active:after {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
  transition: all 0.2s;
}
.nav-container.nav-container-mouseenter .sub-nav-show {
  height: 284px !important;
}
.nav-container:hover .nav-box .stock {
  color: #888888;
}
.nav-container:hover .nav-box .logo {
  background: url('/yxt/imgs/header-logo2.png') no-repeat;
  background-size: contain;
}
.nav-container:hover .nav-box .item a {
  color: #2B2E2E;
}
.nav-container .nav-box {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 72px;
  margin: auto;
}
.nav-container .nav-box .stock {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 72px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
}
.nav-container .nav-box .stock div {
  margin-top: 20px;
  height: auto;
  font-size: 12px !important;
}
.nav-container .nav-box .logo {
  background: url('/yxt/imgs/header-logo.png') no-repeat;
  background-size: contain;
  width: 132px;
  height: 52px;
  margin-top: 20px;
  cursor: pointer;
}
.nav-container .nav-box .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.nav-container .nav-box .item a {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.nav-container .nav-box .item .sub-nav {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 160px;
  left: 50%;
  top: 60px;
  margin-left: -80px;
  text-align: center;
  z-index: 2;
  transition: all 0.2s linear;
  padding-top: 25px;
}
.nav-container .nav-box .item .sub-nav .sub-item {
  cursor: pointer;
  height: auto;
  margin-bottom: 25px;
}
.nav-container .nav-box .item .sub-nav .sub-item a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.nav-container .nav-box .item .sub-nav .sub-item a:hover {
  color: #333;
}
.nav-fixed-height {
  height: 72px;
}
.imgScale img {
  cursor: pointer;
  transition: all 0.6s;
}
.imgScale img:hover {
  transform: scale(1.1);
}
/**
 * 省略 超出 文本
 *
 * @lineNumber 文字的行数
 */
.tab-nav {
  width: 100%;
  height: 56px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.tab-nav.tab-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.tab-nav .tab-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
.tab-nav .tab-con .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #202022;
  margin-right: 60px;
}
.tab-nav .tab-con .item.active:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
}
.tab-nav .tab-con .item:last-child {
  margin-right: 0;
}
.tab-nav .tab-con .item:hover:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
}
.footer {
  width: 100%;
  min-height: 501px;
  height: auto;
  background: #FBFBFB;
}
.footer .main {
  width: 1200px;
  height: 100%;
  margin: auto;
}
.footer .main .title-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #009c43;
}
.footer .main .title-con .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .main .title-con .left .title {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.footer .main .title-con .left .btn-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 44px;
}
.footer .main .title-con .left .btn-icon .item {
  position: relative;
  margin-right: 36px;
}
.footer .main .title-con .left .btn-icon .item .b {
  display: none;
}
.footer .main .title-con .left .btn-icon .item.show .b {
  display: block;
}
.footer .main .title-con .left .btn-icon .item.show .a {
  display: none;
}
.footer .main .title-con .left .btn-icon .item.show .popup-img {
  transition: opacity 0.2s linear;
  opacity: 1;
}
.footer .main .title-con .left .btn-icon .item img {
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.footer .main .title-con .left .btn-icon .item img:last-child {
  margin-right: 0;
}
.footer .main .title-con .left .btn-icon .item .popup-img {
  position: absolute;
  left: 0;
  top: -186px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none;
  width: 176px;
  height: 176px;
}
.footer .main .title-con .left .btn-icon .item .popup-img img {
  width: 176px;
  height: 176px;
}
.footer .main .title-con .right {
  width: 143px;
  height: 40px;
}
.footer .main .menu-con {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 35px;
}
.footer .main .menu-con .item {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.footer .main .menu-con .item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .main .menu-con .item .title a {
  color: #666666;
}
.footer .main .menu-con .item .title a:hover {
  color: #202022;
}
.footer .main .menu-con .item .btn {
  margin-bottom: 18px;
  cursor: pointer;
}
.footer .main .menu-con .item .btn:last-child {
  margin-bottom: 0;
}
.footer .main .menu-con .item .btn a {
  color: #666666;
}
.footer .main .menu-con .item .btn a:hover {
  color: #202022;
}
.footer .main .beian {
  width: 880px;
  margin: 80px auto auto;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.page-con {
  display: flex;
  justify-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.page-con .con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
}
.page-con .con .page-num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-con .con .page-num .item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.page-con .con .page-num .item.active {
  background: #E60947;
}
.page-con .con .page-num .item.active a {
  color: #fff;
}
.page-con .con .page-num .item.previous,
.page-con .con .page-num .item.next {
  display: flex;
  align-items: center;
}
.page-con .con .page-num .item.previous a,
.page-con .con .page-num .item.next a {
  width: 20px;
  height: 20px;
  margin: auto;
}
.page-con .con .page-num .item.previous {
  opacity: 1;
}
.page-con .con .page-num .item.previous-show {
  opacity: 1;
}
.page-con .con .count {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 0 30px;
}
.page-con .con .jump {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-con .con .jump .label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.page-con .con .jump .num {
  width: 60px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  margin: 0 10px;
}
.page-con .con .jump .num input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
}
.investor-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.investor-container .banner {
  width: 100%;
  height: 554px;
  margin-top: -72px;
}
.investor-container .stock-market {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F5F5F5;
}
.investor-container .stock-market .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.investor-container .stock-market .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.investor-container .stock-market .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.investor-container .stock-market .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.investor-container .stock-market .content .stock-con {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
}
.investor-container .stock-market .content .stock-con .left {
  margin-right: 120px;
}
.investor-container .stock-market .content .stock-con .left .name {
  font-size: 30px;
  font-weight: 400;
  color: #2C2E2E;
}
.investor-container .stock-market .content .stock-con .left .name span {
  font-size: 24px;
  margin-left: 10px;
}
.investor-container .stock-market .content .stock-con .left .cny {
  font-size: 28px;
  font-weight: 500;
  color: #2C2E2E;
  margin-top: 17px;
}
.investor-container .stock-market .content .stock-con .left .cny span {
  font-size: 60px;
  margin-left: 10px;
}
.investor-container .stock-market .content .stock-con .left .num-con {
  display: flex;
  justify-content: flex-start;
  margin-top: 23px;
}
.investor-container .stock-market .content .stock-con .left .num-con .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.investor-container .stock-market .content .stock-con .left .num-con .num {
  font-size: 20px;
  font-weight: 400;
  color: #F73232;
}
.investor-container .stock-market .content .stock-con .left .num-con .num span:first-child {
  margin-right: 13px;
}
.investor-container .stock-market .content .stock-con .left .num-con .num.lv {
  color: #4EAD34 !important;
}
.investor-container .stock-market .content .stock-con .left .date {
  font-size: 16px;
  font-weight: 400;
  color: #202022;
  margin-top: 15px;
}
.investor-container .stock-market .content .stock-con .left .date span:first-child {
  margin-right: 20px;
}
.investor-container .stock-market .content .stock-con .left .desc {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 21px;
}
.investor-container .stock-market .content .stock-con .right .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #202022;
  margin-bottom: 30px;
}
.investor-container .stock-market .content .stock-con .right .item:last-child {
  margin-bottom: 0;
}
.investor-container .stock-market .content .stock-con .right .item div:first-child {
  width: 100px;
  margin-right: 30px;
}
.investor-container .stock-market .content .stock-con .right .item div:last-child {
  width: 100px;
  font-weight: 500;
}
.investor-container .finance-info {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.investor-container .finance-info .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.investor-container .finance-info .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.investor-container .finance-info .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.investor-container .finance-info .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.investor-container .finance-info .content .report-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #F5F5F5;
  overflow: hidden;
  margin-top: 60px;
}
.investor-container .finance-info .content .report-switch .item {
  width: 50%;
  height: 59px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #2C2E2E;
  cursor: pointer;
}
.investor-container .finance-info .content .report-switch .item:first-child {
  border-right: 1px solid #e1e1e1;
}
.investor-container .finance-info .content .report-switch .item.active {
  border-bottom: 1px solid #e60947;
}
.investor-container .finance-info .content .the-quarter-report {
  display: none;
}
.investor-container .finance-info .content .the-quarter-report.show {
  display: block;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .date {
  width: 178px;
  height: auto;
  overflow: hidden;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .date .item {
  font-size: 22px;
  font-weight: 400;
  color: #2C2E2E;
  margin-bottom: 25px;
  cursor: pointer;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .date .item:last-child {
  margin-bottom: 0;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .date .item.active {
  font-weight: 500;
  color: #E60947;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter {
  flex: 1;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 162px;
  background: #F5F5F5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 60px;
  margin-bottom: 20px;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item:last-child {
  margin-bottom: 0;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .left {
  flex-shrink: 0;
  width: 60%;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .left .title-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .left .title-icon .icon {
  width: 27px;
  height: 30px;
  margin-right: 10px;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .left .title-icon .name {
  font-size: 28px;
  font-weight: 500;
  color: #2C2E2E;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .left .time {
  font-size: 16px;
  font-weight: 400;
  color: #2C2E2E;
  margin-top: 25px;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .right {
  flex: auto;
  display: flex;
  justify-content: flex-end;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .right .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 157px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
  font-size: 16px;
  font-weight: 400;
  color: #2C2E2E;
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .right .btn:last-child {
  margin-right: 0;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .right .btn .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.investor-container .finance-info .content .the-quarter-report .the-quarter-con .the-quarter .item .right .btn .label {
  font-size: 16px;
  font-weight: 400;
  color: #2C2E2E;
}
.investor-container .finance-info .content .finance-report {
  display: none;
}
.investor-container .finance-info .content .finance-report.show {
  display: block;
}
.investor-container .finance-info .content .finance-report .finance-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.investor-container .finance-info .content .finance-report .finance-con .item {
  width: 590px;
  min-height: 221px;
  background: #F5F5F5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 60px;
  margin-top: 20px;
}
.investor-container .finance-info .content .finance-report .finance-con .item .title-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.investor-container .finance-info .content .finance-report .finance-con .item .title-icon .icon {
  flex-shrink: 0;
  width: 27px;
  height: 30px;
  margin-right: 10px;
}
.investor-container .finance-info .content .finance-report .finance-con .item .title-icon .name {
  font-size: 28px;
  font-weight: 500;
  color: #2C2E2E;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.investor-container .finance-info .content .finance-report .finance-con .item .time {
  font-size: 16px;
  font-weight: 400;
  color: #2C2E2E;
  margin-top: 25px;
}
.investor-container .finance-info .content .finance-report .finance-con .item .btn-con {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.investor-container .finance-info .content .finance-report .finance-con .item .btn-con .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 157px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
  font-size: 16px;
  font-weight: 400;
  color: #2C2E2E;
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
}
.investor-container .finance-info .content .finance-report .finance-con .item .btn-con .btn:last-child {
  margin-right: 0;
}
.investor-container .finance-info .content .finance-report .finance-con .item .btn-con .btn .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.investor-container .finance-info .content .finance-report .finance-con .item .btn-con .btn .label {
  font-size: 16px;
  font-weight: 400;
  color: #2C2E2E;
}
.investor-container .announcement {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F5F5F5;
}
.investor-container .announcement .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.investor-container .announcement .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.investor-container .announcement .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.investor-container .announcement .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.investor-container .announcement .content .search-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  margin-top: 60px;
  box-sizing: border-box;
  padding: 0 60px;
}
.investor-container .announcement .content .search-con .date {
  width: 525px;
  height: 60px;
  background: #FFFFFF;
  border-bottom: 1px solid #e1e1e1;
}
.investor-container .announcement .content .search-con .date select {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 20px;
  font-weight: 500;
  color: #2C2E2E;
}
.investor-container .announcement .content .search-con .date select:focus {
  outline: none;
}
.investor-container .announcement .content .search-con .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 525px;
  height: 60px;
  background: #FFFFFF;
  border-bottom: 1px solid #e1e1e1;
}
.investor-container .announcement .content .search-con .search input {
  height: 100%;
  border: none;
  font-size: 20px;
  font-weight: 500;
  color: #2C2E2E;
}
.investor-container .announcement .content .search-con .search input::placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
}
.investor-container .announcement .content .search-con .search input:focus {
  outline: none;
}
.investor-container .announcement .content .search-con .search .btn {
  width: 30px;
  height: 30px;
}
.investor-container .announcement .content .announcement-page {
  width: 100%;
  height: auto;
  min-height: 1070px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  margin-top: 15px;
  box-sizing: border-box;
  padding-bottom: 60px;
}
.investor-container .announcement .content .announcement-page .item-con .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.6s;
}
.investor-container .announcement .content .announcement-page .item-con .item:hover {
  transition: all 0.3s;
  background: #F8F8F8;
}
.investor-container .announcement .content .announcement-page .item-con .item:hover .con {
  border: none;
}
.investor-container .announcement .content .announcement-page .item-con .item:hover .con .title {
  transition: all 0.3s;
  color: #E60947;
}
.investor-container .announcement .content .announcement-page .item-con .item .con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1080px;
  height: 93px;
  margin: auto;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}
.investor-container .announcement .content .announcement-page .item-con .item .con .time {
  font-size: 18px;
  font-weight: 400;
  color: #202022;
}
.investor-container .announcement .content .announcement-page .item-con .item .con .title {
  width: 816px;
  font-size: 18px;
  font-weight: 400;
  color: #202022;
  margin: 0 70px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.investor-container .announcement .content .announcement-page .item-con .item .con .upload-btn {
  width: 32px;
  height: 32px;
}
.investor-container .announcement .content .announcement-page .page-con .con .page-num .item {
  border: 1px solid #D8D8D8 !important;
}
.investor-container .connect {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.investor-container .connect .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.investor-container .connect .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.investor-container .connect .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.investor-container .connect .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.investor-container .connect .content .join-form {
  width: 100%;
  min-height: 654px;
  height: auto;
  background: #F5F5F5;
  border-radius: 10px;
  margin-top: 60px;
  overflow: hidden;
}
.investor-container .connect .content .join-form .title {
  font-size: 30px;
  font-weight: 500;
  color: #202022;
  text-align: center;
  margin-top: 40px;
}
.investor-container .connect .content .join-form .desc {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  text-align: center;
}
.investor-container .connect .content .join-form .sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #202022;
  text-align: center;
  margin-top: 10px;
}
.investor-container .connect .content .join-form .form {
  width: 650px;
  height: auto;
  overflow: hidden;
  margin: 40px auto 60px auto;
}
.investor-container .connect .content .join-form .form .form-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.investor-container .connect .content .join-form .form .form-item:last-child {
  margin-bottom: 0;
}
.investor-container .connect .content .join-form .form .form-item .label-tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.investor-container .connect .content .join-form .form .form-item .label-tag .tag {
  font-size: 16px;
  font-weight: 400;
  color: #e60947;
  margin-right: 4px;
}
.investor-container .connect .content .join-form .form .form-item .label-tag .label {
  font-size: 16px;
  font-weight: 400;
  color: #2c2e2e;
}
.investor-container .connect .content .join-form .form .form-item .input-con {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.investor-container .connect .content .join-form .form .form-item .input-con input,
.investor-container .connect .content .join-form .form .form-item .input-con select,
.investor-container .connect .content .join-form .form .form-item .input-con textarea {
  width: 99%;
  height: 38px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 0 20px;
  color: #202022;
  font-size: 14px;
}
.investor-container .connect .content .join-form .form .form-item .input-con input::placeholder,
.investor-container .connect .content .join-form .form .form-item .input-con select::placeholder,
.investor-container .connect .content .join-form .form .form-item .input-con textarea::placeholder {
  color: #999999;
}
.investor-container .connect .content .join-form .form .form-item .input-con textarea {
  box-sizing: border-box;
  padding: 10px 20px;
  height: 150px;
}
.investor-container .connect .content .join-form .form .form-item .radio-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  background: #F5F5F5;
  border-radius: 3px;
  height: 38px;
  box-sizing: border-box;
  padding: 0 23px;
}
.investor-container .connect .content .join-form .form .form-item .radio-con .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.investor-container .connect .content .join-form .form .form-item .radio-con input {
  width: auto;
  height: auto;
  margin-right: 5px;
  vertical-align: auto;
}
.investor-container .connect .content .join-form .form .form-item .btn-item {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.investor-container .connect .content .join-form .form .form-item .btn-item input {
  width: 100px;
  height: 38px;
  background: #E60947;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.investor-container .connect .content .join-form .form .form-item .btn-item .reset {
  margin-left: 20px;
}
.investor-container .connect .content .join-form .form .form-item .btn-item .reset input {
  font-weight: 400;
  color: #999;
  background: #eee;
}
<!--0.00019311904907227-->