maincontentbg.page_tech {
  background: url(../images/01.png);
  display: block;
  height: 100%;
  max-height: 100%;
}

maincontent.page_tech {
  width: 1400px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}

maincontent.page_tech navtop {
  padding: 10px 0 0 250px;
  margin: 20px auto 0;
  height: 50px;
  letter-spacing: 2px;
}

maincontent.page_tech pagecontent {
  width: 100%;
  height: calc(100% - 50px);
  display: block;
}

maincontent.page_tech homepage_content {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

maincontent.page_tech .sty-order-cons {
  display: flex;
  height: 100%;
  overflow: hidden;
  margin-top: 20px;
}

maincontent.page_tech .sty-order-right {
  overflow-y: auto;
  overflow-x: hidden;
}

maincontent.page_tech .sty-order-right::-webkit-scrollbar {
  display: none;
}

maincontent.page_tech .switchbtn {
  top: 19px;
}

.sty-order-right .pageTechContent {
  box-shadow: 0px 2px 8px #caced7;
  background: #fff;
  margin-right: 2px;
  padding: 20px 30px 40px 20px;
  margin-left: 20px;
  margin-top: 3px;
}

maincontent.page_tech .sty_homepage_tab {
  width: 100%;
}

maincontent.page_tech tab-button {
  display: block;
  padding: 20px 10px 0px 15px;
  vertical-align: middle;
  position: relative;
}

maincontent.page_tech table {
  width: 98%;
  margin: 0 auto;
}

maincontent.page_tech tr {
  height: 47px;
  line-height: 47px;
  border: 1px solid #bdbcbc;
}

maincontent.page_tech th {
  color: #a0a1a1;
  border: 1px solid #bdbcbc;
  letter-spacing: 0px;
}

maincontent.page_tech td {
  border: 1px solid #bdbcbc;
  letter-spacing: 0px;
}

maincontent.page_tech td button {
  color: #000;
  background: #fff;
  border: 1px solid #bdbcbc;
  font-weight: 500;
  margin: 0 3px;
}
maincontent.page_tech td button.modify {
  width: 95px;
  margin: 3px 0 0 0;
}
maincontent.page_tech td button.modify.a_link {
  color: #ef1515;
}
maincontent.page_tech td button.modify:hover {
  color: #ef1515;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #fff;
}
maincontent.page_tech td button.modify .sty_hint_width:after {
  text-align: left;
  width: 280px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 30px;
  opacity: 1;
  font-weight: 700;
  background: rgba(1, 1, 1, 1);
}
maincontent.page_tech td button.modify .hint--bottom:after {
  left: -10px;
}
maincontent.page_tech td button.disable {
  background: #ddd;
  border: 1px solid #ddd;
}
maincontent.page_tech td button.disable:hover {
  background: #ddd;
  color: #000;
  font-weight: 500;
  border: 1px solid #ddd;
  opacity: 1;
}
maincontent.page_tech td.td_status_sty span {
  cursor: default;
}
maincontent.page_tech td.td_status_sty btn_zf {
  padding: 0 !important;
  cursor: default;
}
maincontent.page_tech td.td_status_sty btn_zf checkpanel {
  display: block;
}
maincontent.page_tech td.td_status_sty btn_zf p.specialPaymentTip {
  padding: 0;
  margin: 2px 0;
}
maincontent.page_tech td.td_status_sty button {
  padding: 4px;
  margin: 2px 0;
  cursor: pointer;
  width: 105px;
}

maincontent.page_tech tr.hover_pointer:hover {
  background-color: #eee;
}

maincontent.page_tech td button:hover {
  color: #fff;
  font-weight: 500;
  background-color: #3963c5;
  border: 1px solid #3963c5;
}

maincontent.page_tech .td_filter {
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border-radius: 5px;
  letter-spacing: 2px;
}

maincontent.page_tech pager-container {
  display: block;
  margin: 10px 0;
}

maincontent.page_tech pager-container pager {
  vertical-align: middle;
  display: block;
  padding: 10px 0;
  height: 30px;
  line-height: 30px;
  letter-spacing: 2px;
}

maincontent.page_tech pager span {
  vertical-align: top;
}

maincontent.page_tech pager button {
  margin-left: 15px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 20px;
  height: 30px;
  line-height: 20px;
}

maincontent.page_tech pager select[name='select_page'] {
  border-radius: 5px;
  border: 1px solid #bdbcbc;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  margin-left: 15px;
}
