body {
  margin: 0;
  background: #f6f6f6;
}
.menu {
  width: 100%;
  height: 73px;
  background: #fff;
}
.menu .menu-group {
  max-width: 1200px;
  height: 73px;
  line-height: 73px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
}
.menu-group .menu-item {
  margin: 0 27px;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #2a2a2a;
}
.menu-group .menu-item:hover {
  cursor: pointer;
  color: #bc413c;
}
.menu-group .active {
  color: #bc413c;
}
.menu-group .active::after {
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #bc413c;
}
.menu-group .email {
  position: absolute;
  right: 27px;
  text-decoration: none;
  color: #2a2a2a;
}
.menu-group .email:hover {
  cursor: pointer;
  color: #bc413c;
}
.menu-group .more {
  font-size: 16px;
  position: absolute;
  right: 0;
  color: #999;
  text-decoration: none;
}
.menu-group .more:hover {
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 245px;
  overflow: hidden;
  background: url('../images/rzrqHome/banner_rzrq.png'), #f6f6f6;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .banner-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.banner-title {
  position: absolute;
  top: 90px;
  left: 78px;
  height: 70px;
}
.page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.page .content-box {
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  padding: 60px 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.page .content-box .content-box-left {
  padding-right: 45px;
  flex: 1 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.page .content-box .content-box-right {
  padding-left: 45px;
  flex: 1 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.page .title {
  position: relative;
  padding-left: 15px;
}
.page .title::after {
  content: '';
  width: 4px;
  height: 42px;
  border-radius: 2px;
  background: #bc413c;
  position: absolute;
  top: 0;
  left: 0;
}
.page .title .title-text {
  font-size: 30px;
  font-weight: 500;
  color: #2a2a2a;
}
.page .title .date {
  font-size: 16px;
  color: #232323;
  margin-left: 12px;
}
.page .title .more {
  font-size: 16px;
  color: #909090;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
}
.page .title .more:hover {
  cursor: pointer;
}
table thead th {
  padding: 15px 0;
  font-weight: normal;
  background: #f1f1f1;
  text-align: center;
}
table tbody {
  border: 1px solid #f1f1f1;
}
table tr td {
  padding: 12px 0;
  font-weight: normal;
  text-align: center;
}
table tr:first-child td {
  padding-top: 24px;
}
table tr:last-child td {
  padding-bottom: 24px;
}

.page .menu-group {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  border-bottom: 1px solid #f1f1f1;
}
.fwzx .news,
.jczs .news,
.flfg .news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 18px;
}
.news ::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #dddddd;
  position: absolute;
  top: 35px;
  left: 0;
}
.news .news-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  text-decoration: none;
  color: #2a2a2a;
}
.news .news-title:hover {
  cursor: pointer;
  color: #bc413c;
  text-decoration: underline;
}
.news .news-date {
  flex-shrink: 0;
}
.flex-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 252px;
  margin-bottom: 30px;
}
.flex-box .box {
  width: calc(100% / 6);
  height: 126px;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #2a2a2a;
  position: relative;
}
.flex-box .box:hover {
  cursor: pointer;
}
.flex-box .box span {
  font-size: 16px;
  line-height: 22px;
}
.flex-box .box img {
  height: 39px;
  margin-bottom: 6px;
}
.flex-box .new {
  position: absolute;
  top: 10px;
  left: 55%;
  font-size: 14px;
  font-weight: bold;
  color: red;
}

.footer {
  width: 100%;
  padding: 120px 0;
  background: #2a2a2a;
  color: #7c7c7c;
}
.footer p {
  text-align: center;
  margin: 5px;
}
.footer a {
  color: #7c7c7c;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

#jzdInput:invalid {
  background-color: ivory;
  border: none !important;
  outline: 2px solid red !important;
}

#jzdInput:invalid ~ div {
  display: block !important;
}

#jzdTable td {
  border: 1px solid #f1f1f1;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stock-select {
  border: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.stock-select-item {
  display: flex;
  justify-content: space-between;
  /* width: 275px; */
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  color: #666;
  cursor: pointer;
}
.stock-select-item:hover {
  background: #f8f8f8;
  color: #000;
}
