.intersace {
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.intersace .demand {
  position: absolute;
  bottom: 62px;
  left: 0;
  width: 600px;
  height: 428px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
.intersace .demand .demand-01 {
  width: 100%;
}
.intersace .demand .demand-01 tr {
  height: 61px;
  border-bottom: 1px solid #dcdcdc;
}
.intersace .demand .demand-01 tr td {
  height: 100%;
}
.intersace .demand .demand-01 .mian-thead tr th > div {
  height: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.intersace .demand .demand-01 .mian-thead tr th:first-child > div {
  padding-left: 30px;
}
.intersace .demand .demand-01 .mian-thead tr th:not(:first-child) > div {
  display: flex;
  justify-content: center;
}
.intersace .demand .demand-01 .mian-body tr td > div {
  height: 60px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.intersace .demand .demand-01 .mian-body tr td:first-child > div {
  padding-left: 30px;
}
.intersace .demand .demand-01 .mian-body tr td:not(:first-child) > div {
  display: flex;
  justify-content: center;
}
.intersace .demand .demand-01 .mian-body tr td .handle {
  color: #cc9756;
  display: flex;
  align-items: center;
}
.intersace .demand .demand-01 .mian-body tr td .handle i {
  color: #808080;
  padding: 0 5px;
}
.intersace .intersace_right {
  width: 330px;
  padding-top: 92px;
}
.intersace .intersace_right .packaging > div {
  text-align: right;
  font-size: 22px;
  margin-bottom: 20px;
}
.intersace .intersace_right .packaging > div i {
  color: #cc9756;
}
.intersace .intersace_right .innt_list {
  width: 100%;
  height: 380px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  overflow-y: auto;
}
.intersace .intersace_right .innt_list li {
  padding: 18px 0 17px 20px;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #d2d2d2;
}
.intersace .intersace_right .innt_list li:first-child {
  padding: 22px 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  font-size: 18px;
  color: #cc9756;
}
.intersace .intersace_right .innt_list li:last-child {
  border-bottom: 0px solid #d2d2d2;
}
.paging {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  padding-right: 20px;
}
.paging ul {
  display: flex;
  align-items: center;
}
.paging ul li {
  border: 1px solid #e5e5e5;
  width: 45px;
  height: 35px;
  border-radius: 4px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.paging ul .on {
  background-color: #ba9c78;
  color: #fff;
  border-color: #ba9c78;
}
.paging .prev {
  border: 1px solid #e5e5e5;
  width: 75px;
  height: 35px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
}
.paging .prev:hover {
  background-color: #ba9c78;
  color: #fff;
  border-color: #ba9c78;
}
.paging .next {
  border: 1px solid #e5e5e5;
  width: 75px;
  height: 35px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
}
.paging .next:hover {
  background-color: #ba9c78;
  color: #fff;
  border-color: #ba9c78;
}
.showmake {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.technique {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: 1200px;
  padding-bottom: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  display: none;
}
.technique .cosle-aa {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-top: 20px;
  cursor: pointer;
}
.technique .about {
  text-align: center;
  font-size: 24px;
}
.technique .datum {
  width: 1120px;
  border: 1px solid #dcdcdc;
  margin-left: 40px;
  margin-top: 28px;
}
.technique .datum .main-body tr {
  border-bottom: 1px solid #dcdcdc;
}
.technique .datum .main-body tr td {
  border-right: 1px solid #dcdcdc;
}
.technique .datum .main-body tr td > div {
  min-height: 51px;
  padding: 17px 30px 20px 30px;
}
.technique .datum .main-body tr td .lookPdf {
  height: 35px;
  width: 100px;
  border: 1px solid #ba9c78;
  padding: 0;
  color: #ba9c78;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}
.technique .datum .main-body tr td:first-child {
  width: 125px;
}
