.degx_header {
  width: 100%;
  height: 60px;
  background: #03b1ce;
  line-height: 60px;
  color: white;
  font-size: 26px;
  font-weight: 700;
}

.degx_tab {
  width: 100%;
  height: 44px;
  text-align: center;
}

.degx_tab div {
  width: 100%;
  text-align: center;
}

.degx_tab div span {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin-right: 5%;
  cursor: pointer;
}

.degx_tab div span.active {
  color: #03b1ce;
  border-bottom: solid 4px #03b1ce;
}
.degx_tab div span img{
	height: 20px;
	margin-right: 10px;
}
 
.degx_tab div span img:nth-child(2){
	display: none;
}
.degx_tab div .active img:nth-child(2){
	display: inline-block;
}
.degx_tab div .active img:nth-child(1){
	display: none;
}
.degx_content {
  width: 100%;
  height: calc(100vh - 104px);
  background: #f2f2f2;
  border-top: solid 1px #dfdfdf;
}

.content_left,
.content_middle,
.content_right {
  float: left;
}

.content_left,
.content_right {
  width: 12.5%;
  height: 100%;
  padding-left: 10px;
  padding-top: 25px;
  text-align: left;
}

.content_left ul li {
  margin-top: 5px;
}

.content_left ul li span {
  color: #03b1ce;
}

.content_middle {
  width: 75%;
  height: calc(100vh - 144px);
  margin: 20px 0px;
  box-shadow: 2px 2px 3px #8f8f8f, -2px -2px 3px #8f8f8f;
}

#wrap {
  width: 100%;
  height: 100%;
}

.content_right {
  padding-left: 30px;
}

.content_right ul li {
  margin-top: 10px;
}

.content_right ul li img {
  margin-right: 10px;
}

.address_table {
  width: 30%;
  height: 400px;
  position: fixed;
  right: -29%;
  top: 38%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.address_table_open {
  right: 2px;
}

.btn_left {
  width: 20px;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.table_box {
  width: calc(100% - 20px);
  float: left;
  height: 100%;
  box-sizing: border-box;
}

.address_table table {
  background: #03b1ce;
  width: 100%;
  height: 100%;
  border-top: solid 1px #8f8f8f;
  border-left: solid 1px #8f8f8f;
  border-bottom: solid 1px #8f8f8f;
  box-sizing: border-box;
}

/* .address_table thead,
.address_table tbody {
  width: 100%;
} */

.address_table_title {
  background: #03b1ce;
  color: white;
  display: table;
  width: calc(100% - 2px);
  table-layout: fixed;
  box-sizing: border-box;
}
/*.address_table_title th:nth-of-type(1) {
  width: 20%;
}
.tablescrol tr td:nth-of-type(1) {
  width: 22%;
}*/
.address_table_title th {
  width: 15%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: solid 1px #8f8f8f;
  border-bottom: solid 1px #8f8f8f;
  box-sizing: border-box;
}
.address_table_title th:last-child,
.address_table table tr td:last-child {
  border-right: none;
}

.address_table tbody {
  height: 360px;
  overflow-y: scroll;
  display: block;
  background: white;
}

.address_table tbody tr {
  display: table !important;
  width: 100%;
  table-layout: fixed;
}

.address_table table tr td {
  width: 16.6%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border-right: solid 1px #8f8f8f;
  border-bottom: solid 1px #8f8f8f;
}

table tbody::-webkit-scrollbar {
  width: 2px;
  position: absolute;
  top: 0px;
}
table tbody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #03b1ce;
}
