.main .banner {
  width: 100%;
  height: 2.2rem;
}

.main .banner img {
  width: 100%;
  height: 100%;
}

.main .layout {
  display: flex;
  align-items: flex-start;
  padding: 0.42rem 0.7rem;
}

.main .layout .sidebar {
  width: 3rem;
  flex-shrink: 0;
}

.main .layout .sidebar .top {
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  background-color: #006f4f;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.4rem;
}

.main .layout .sidebar .subs {
  min-height: 3.3rem;
  background-color: #f2f4f5;
  font-size: 0;
}

.main .layout .sidebar .subs a {
  display: block;
  width: 100%;
  height: 0.66rem;
  line-height: 0.66rem;
  color: #333;
  font-size: 0.18rem;
  padding-left: 0.4rem;
}

.main .layout .sidebar .subs a:hover {
  background-color: #fff;
  color: #006f4f;
}

.main .layout .leftPane {
  width: 3rem;
  flex-shrink: 0;
}

.main .layout .leftPane .top {
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  background-color: #006f4f;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.4rem;
}

.main .layout .leftPane .subs {
  background-color: #f2f4f5;
  padding-bottom: 0.28rem;
}

.main .layout .leftPane .subs .ph {
  padding: 0.28rem;
}

.main .layout .leftPane .subs .ph ul {
  display: flex;
  flex-wrap: wrap;
}

.main .layout .leftPane .subs .ph ul li {
  width: calc(100% / 7);
  text-align: center;
  font-size: 0;
}

.main .layout .leftPane .subs .ph ul li a {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
}

.main .layout .leftPane .subs .note {
  margin-top: 0.12rem;
  padding: 0 0.28rem;
}

.main .layout .leftPane .subs .note .title {
  font-size: 0.18rem;
  color: #006f4f;
}

.main .layout .leftPane .subs .note .note-item {
  display: block;
  color: #000000;
  margin-top: 0.04rem;
  font-size: 0;
}

.main .layout .leftPane .subs .note .note-item p,
.main .layout .leftPane .subs .note .note-item span {
  font-size: 0.18rem;
  line-height: 1.4;
}

.main .layout .leftPane .subs .links {
  margin-top: 0.24rem;
}

.main .layout .leftPane .subs .links a {
  display: block;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #fff;
  padding-left: 0.4rem;
  color: #006f4f;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}

.main .layout .container {
  margin-left: 0.36rem;
  flex: 1;
  overflow: hidden;
}

.main .layout .container .breadcrumb {
  padding: 0.24rem 0;
  padding-left: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #dddfe4;
}

.main .layout .container .breadcrumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.2rem;
  background-color: #006f4f;
  border-radius: 0.04rem;
}

.main .layout .container .breadcrumb span:first-child {
  color: #006f4f;
  font-size: 24px;
}

.main .layout .container .breadcrumb span:last-child {
  font-size: 14px;
  color: #9ba0aa;
}

.main .layout .container .details {
  padding-top: 0.6rem;
}

.main .layout .container .details > .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}

.main .layout .container .details .sub-title {
  font-size: 16px;
  color: #9ba0aa;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
  text-align: center;
}

.main .layout .container .details .content {
  font-size: 18px !important;
  color: #666 !important;
}

.main .layout .container .details .content img {
  height: auto;
}

.main .layout .container .details .quick,
.main .layout .container .details .quick a {
  font-size: 0.18rem;
}

.main .layout .container .columns {
  overflow: hidden;
  padding-bottom: 1rem;
}

.main .layout .container .columns a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.58rem;
  border-bottom: 1px solid #dddfe4;
}

.main .layout .container .columns a span:first-child {
  font-size: 0.18rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.main .layout .container .columns a span:last-child {
  font-size: 0.18rem;
  color: #9ba0aa;
  flex-shrink: 0;
  margin-left: 0.16rem;
}

.main .layout .container .search .search-box {
  position: relative;
  margin-top: 0.4rem;
  height: 0.68rem;
  padding: 0 0.28rem;
}

.main .layout .container .search .search-box .seript {
  width: 100%;
  height: 0.68rem;
  border-radius: 0.34rem;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #9ba0aa;
  font-size: 0.2rem;
  padding-left: 0.34rem;
  padding-right: 0.8rem;
  outline: none;
  vertical-align: top;
}

.main .layout .container .search .search-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.62rem;
  width: 0.34rem;
  height: 0.34rem;
  cursor: pointer;
}

.main .layout .container .search .glossary {
  margin-top: 0.5rem;
}

.main .layout .container .search .glossary .scroll {
  height: 500px;
  overflow-y: scroll;
}

.main .layout .container .search .glossary table {
  border-collapse: collapse;
  background-color: #eee;
}

.main .layout .container .search .glossary thead {
  height: 0.6rem;
  background-color: #f0efef;
}

.main .layout .container .search .glossary thead th {
  font-size: 0.24rem;
  width: 33%;
}

.main .layout .container .search .glossary tbody tr {
  height: 0.5rem;
}

.main .layout .container .search .glossary tbody tr.phead {
  background-color: #006f4f;
}

.main .layout .container .search .glossary tbody tr.phead td {
  color: #fff;
}

.main .layout .container .search .glossary tbody tr:nth-child(even) {
  background-color: #e5f0ed;
}

.main .layout .container .search .glossary tbody td {
  font-size: 0.18rem;
  padding-left: 0.2rem;
  color: #333;
  border: 1px solid #ddd;
}

.main .layout .container .search .glossary tbody td > div,
.main .layout .container .search .glossary tbody td > span {
  font-size: 0.16rem;
}

.main .layout .container .search .glossary tbody td > div a,
.main .layout .container .search .glossary tbody td > span a {
  color: darkblue;
  text-decoration: underline dotted blue;
}

.main .layout .container .result .title {
  font-size: 0.32rem;
  text-align: center;
  color: #006f4f;
  margin: 0.24rem 0;
}

.main .layout .container .result .glossary .glossary-item > div {
  font-size: 0.18rem;
  padding-left: 0.32rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #333;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.main .layout .container .result .glossary .glossary-item > div:first-child {
  background-color: #006f4f;
  color: #fff;
}

.main .layout .container .result .glossary .glossary-item > div:nth-child(2) {
  background-color: rgba(0, 111, 79, 0.1);
}

.main .layout .container .result .glossary .glossary-item > div:last-child {
  background-color: #fff;
}

.main .layout .container .result .glossary .glossary-item:last-child > div:last-child {
  border-bottom: 1px solid #ddd;
}

.main .layout .container .result .glossary .content {
  font-size: 0.16rem;
  line-height: 2;
}
