.business_container {
  width: 1200px;
  margin: auto;
  padding-top: 1.2rem;
}
.business_btn {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.business_btn :nth-child(1) {
  width: 96px;
  height: 30px;
  background: rgba(204, 204, 204, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
  margin-right: 20px;
}
.business_btn :nth-child(2) {
  width: 96px;
  height: 30px;
  background: rgba(249, 150, 21, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
}
.business_box {
  width: 1200px;
  height: 1480px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.16);
  opacity: 1;
}
.business_table {
  width: 1120px;
  margin: auto;
  padding-top: 40px;
}
.business_header {
  width: 1120px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.header_left {
  border: 1px solid rgba(112, 112, 112, 1);
  border-bottom: none;
}
.header_left div {
  width: 560px;
  height: 120px;
  padding: 10px 0 0 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(112, 112, 112, 1);
  opacity: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.header_right {
  display: flex;
  flex-direction: column;
  /* border: 1px solid rgba(112, 112, 112, 1); */
}
.right_a {
  width: 559px;
  height: 239px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(112, 112, 112, 1);
  opacity: 1;
  border-left: none;
}
.right_a span {
  height: 50px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 50px;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.right_b {
  display: flex;
}
.right_b span {
  width: 280px;
  height: 60px;
  padding: 10px 0 0 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(112, 112, 112, 1);
  border-right: 1px solid rgba(112, 112, 112, 1);
  /* border:  */
  opacity: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.table_tr {
  width: 1122px;
  height: 60px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(112, 112, 112, 1);
  border-top: none;
  opacity: 1;
  padding: 10px 0 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.thbody_tr {
  width: 1121px;
  height: 60px;
  border: 1px solid rgba(112, 112, 112, 1);
  display: flex;
  justify-content: space-between;
  border-top: none;
  border-right: none;
}
.td_a {
  width: 400px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(112, 112, 112, 1);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.td_b {
  width: 240px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(112, 112, 112, 1);
  opacity: 1;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.thbody_tr_a {
  width: 1121px;
  height: 320px;
  border: 1px solid rgba(112, 112, 112, 1);
  display: flex;
  justify-content: space-between;
  border-top: none;
  border-right: none;
}
.td_c {
  width: 400px;
  height: 320px;
  background: rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(112, 112, 112, 1);
  opacity: 1;
}
.td_d {
  width: 240px;
  height: 320px;
  background: rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(112, 112, 112, 1);
}
.thfoot {
  width: 1120px;
  height: 500px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(112, 112, 112, 1);
  opacity: 1;
  border-top: none;
}
.thfoot p {
  padding: 80px 0 0 80px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
