* {
  border: 1px solid black;
}
a {
  text-decoration: none;
}
/*设置页面的总体最小宽度*/
.min-content {
  width: 1200px;
  margin: 0 auto;
}
.bj {
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(192, 204, 218, 0.5);
  border-radius: 4px;
}
.row {
  margin: 0;
  padding: 0;
}

.btn-more {
  width: 50px;
  height: 25px;

  font-size: 16px;
  color: #3c763d;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  margin-left: -21px;
  /*margin-top:20px;*/
  float: left;
}
.btn-more:hover {
  background: #3c763d;
  color: #fff;
}

.btn-search {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #3c763d;
  font-size: 16px;
  color: #3c763d;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-left: -21px;
  /*margin-top:20px;*/
  float: left;
}
.btn-search:hover {
  background: #3c763d;
  color: #fff;
}

.btn-export {
  width: 100%;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #3c763d;
  /*font-size: 16px;*/
  color: #3c763d;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  margin-right: 15px;
  /*margin-top:20px;*/
  float: left;
}
.btn-export:hover {
  background: #3c763d;
  color: #fff;
}
#getAllHeight {
  width: 100%;
  padding: 0;
}

.mg {
  text-align: left;
  margin: 10px 0;
}
.btn-group {
  position: relative;
}

.search-tb {
  /*display: flex;*/
  /*justify-content : space-between;*/
  padding: 5px 0;
  position: absolute;
  top: 39px;
  left: 0;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 9999;
}
.dropdown-menu {
  min-width: 100%;
}
.search-tb .padd-div {
  width: 100%;
  float: left;
  /*padding: 10px;*/
}
.help-div {
  float: left;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(211, 220, 230, 1);
  font-size: 16px;
  color: #2b2c37;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  /*margin-left: 53px;*/
}
#choseName li {
  list-style: none;
  height: 38px;
  line-height: 38px;
  text-align: left;
  padding-left: 20px;
  color: #1f2d3d;
  font-size: 18px;
  cursor: pointer;
  border-left: 2px solid #fff;
  font-family: PingFangSC-Regular;
  /*font-family: ;*/
}
/*#choseName li:hover{*/
/*    background:rgba(247,252,255,1);*/
/*    box-shadow:0px 0px 0px 0px rgba(211,220,230,1);*/
/*    color: #20A0FF;*/
/*    border-left: 2px solid #20A0FF;*/
/*}*/
.li-hove {
  background: rgba(247, 252, 255, 1);
  box-shadow: 0px 0px 0px 0px rgba(211, 220, 230, 1);
  border-left: 2px solid #20a0ff !important;
  color: #20a0ff !important;
}
#choseName li:hover a {
  color: #20a0ff;
}
#choseName li a {
  display: block;
  width: 100%;
  color: #1f2d3d;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.introduce {
  padding-top: 12px;
  background: #fff;
  background: #fff;
  min-height: 300px;
}
.introduce div {
  font-size: 18px;
  text-align: left;
  color: #2b2c37;
  line-height: 35px;
}
.introduce .row {
  margin-bottom: 12px;
}
.introduce div span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: rgba(24, 144, 255, 1);
  border-radius: 50%;
  /*margin-left: 45px;*/
  margin-right: 10px;
}
.help-div a {
  text-decoration: none;
}
.help-div a:hover {
  text-decoration: none;
  color: #2b2c37;
}
.padd-div div {
  background: rgba(255, 255, 255, 1);
  padding: 5px 20px;
  color: #333;
  /*box-shadow:0px 2px 15px 0px rgba(0,0,0,0.08);*/
  /*border-radius:5px;*/
  /*height: 180px;*/
  /*padding-top: 24px;*/
  /*border-bottom: 1px solid ;*/
  cursor: pointer;
}
.padd-div div:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.padd-div p {
  font-size: 14px;
  text-align: left;
  padding: 0 24px;
  line-height: 20px;
  color: #2b2c37;
  display: block;
  height: 100px;
  overflow: hidden;
}
.span-title {
  font-size: 16px;
  color: #333;
  margin: 0;
  text-align: center;
  width: 100%;
}
.span-bar {
  width: 40px;
  height: 4px;
  background: rgba(216, 216, 216, 1);
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  margin: 12px auto;
}
.ui-body {
  width: 100%;
  /* margin: auto 0; */
  text-align: center;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(192, 204, 218, 0.5);
}

.ui-pic-search {
  position: relative;
  top: 8px;
  margin-right: 5px;
}

.ui-pic-search + span {
  padding-right: 3px;
}

.ui-title {
  /*  display: inline-block;
    width: 120px;
    height: 33px;
    color: #005BAB;
    font-size: 24px ; */
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #5e6d82;
  letter-spacing: 0;
  line-height: 24px;
}

.serach-tb div {
  /* float: left; */
  /* display: inline-block; */
  margin-right: 4px;
  height: 36px;
  /* width: 19%; */
  /* font-size: 14px;
    color: #475669; */
  padding: 11px;
  background: #ffffff;
  border: 1px solid #c0ccda;
  /* text-decoration: none; */
  /* font-family: PingFangSC-Regular; */
  /* letter-spacing: 0; */
  line-height: 12px;
  min-width: 106px;
  /* margin-bottom: 12px; */
}

.serach-tb div a {
  font-size: 14px;
  color: #475669;
  text-decoration: none;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}

.serach-tb div a:active {
  color: #fff;
  background: #4791ff;
}

.search-minw {
  min-width: 126px !important;
}

.search-help {
  min-width: 144px;
  position: absolute;
  top: 0;
  right: -40px;
}

@media (min-width: 1380px) {
  .serach-tb div {
    min-width: 126px;
    width: 18%;
    margin-right: 7px;
  }
  .search-help {
    top: 0;
    right: 0;
  }
}

#toggle1,
#toggle2 {
  display: inline-block;
  padding: 11px;
  height: 36px;
  width: 74px;
  background: #ffffff;
  border: 1px solid #c0ccda;
  border-radius: 4px;
}

#warning {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 400px;
  display: none;
  z-index: 999;
}
#warning_home {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 400px;
  display: none;
  z-index: 99999;
}

iframe {
  width: 100%;
  /* height: 700px; */
  /* margin-bottom: 20px; */
  /* border: 1px solid red; */
}

.input {
  /* margin-left: 176px; */
  padding: 0 10px;
  width: 100%;
  height: 40px;
  /*margin-left: 1%;*/
  /* margin: 0 10px; */
  color: #99a9bf;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c0ccda;
  border-radius: 4px;
}

.input[value] {
  padding-left: 10px;
}

ui-botton {
  margin-right: 176px;
  margin-bottom: 12px;
  height: 40px;
  width: 186px;
  background: #ffffff;
  border: 1px solid #c0ccda;
  /* border-radius: 4px; */
}

.btn {
  /*height: 50px;*/
  /*min-width: 160px;*/
  /*padding: 0 30px;*/
}
#top-part {
  background: #f7f7f7;
}

.top-part {
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  /* background: #DDDDDD ; */
  width: 1200px;
  padding-bottom: 58px;
  background: #f7f7f7;
  /* padding-top: 58px; */
}

.impor {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #002b14;
  line-height: 25px;
}

#div {
  width: 100px;
  height: 100px;
  background: #ccc;
  border: 1px solid#000;
}

#elem {
  display: none;
  position: relative;
  /* top: 15px; */
}

/* ########## */

#tab-ul {
  margin-bottom: 20px;
}

#tab-table {
  /* margin: auto; */
  margin-bottom: 20px;
  /* width: 800px; */
  text-align: center;
  border: #e0e6ed 1px solid;
}

#tab-table tr td {
  text-align: center;
}

.tr-1:nth-child(1) {
  /* font-size: 18px;
    background: #555;
    color: #fff; */
}

.tr-1 td {
  background: #e0e6ed;
}

#tab-ul2 {
  /* margin: auto;
    width: 800px; */
  text-align: center;
}

.content {
  width: 100%;
  padding: 20px;
  /*margin-left: 10%;*/
  /*margin-top: 20px;*/
  /* border: 1px solid#000; */
}

.content2 {
  margin: 0 20px;
}

.content-table {
  margin-top: -2.2px;
  padding: 10px;
  /* min-height: 200px; */
  background: #fff;
  /* border-top: 1px solid #ccc; */
  /* border: 1px solid red; */
}

/* ###### language*/

.table th,
.table td {
  /* border-bottom: 1px #666 dashed; */
  /* border: 0; */
}

.part-group {
  margin: 20px 10px;
  width: 80%;
  margin-left: 10%;
}

.statistics-group {
  border: 1px #d3dce6 dashed;
  padding: 5px;
  margin: 10px;
}

.content-part {
  margin: 5px 20px;
  padding: 5px;
  padding-bottom: 1px;
  /* border-bottom: 1px solid #C0CCDA; */
  /* border-bottom: 1px solid #aaa; */
}
.cont2 {
  float: left;
  width: 14%;
}
.cont4 {
  float: left;
  width: 16%;
}
.cont6 {
  float: left;
  width: 70%;
}
.content-part div:nth-child(1) {
  min-width: 100px;
  display: inline-block;
  background: #20a0ff;
  padding: 0 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  height: 32px;
  line-height: 32px;
}

.content-part .pull-right {
  /* padding: 5px; */
  height: 32px;
  line-height: 32px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #8492a6;
  letter-spacing: 0;
  cursor: pointer;
}

.content-part .pull-right span {
  color: #8492a6;
  height: 32px;
  line-height: 32px;
  margin-top: 8px;
}

.content-part span {
  /* padding: 5px 10px;
    background: #2268ae;
    color: #fff;
    font-size: 18px; */
}

.content-part a {
  font-size: 15px;
  color: #666;
}

.content-part table {
  /* border-top: 1px solid #aaa; */
}

.part-type {
  font-family: HelveticaNeue-Bold;
  font-size: 26px;
  color: #4791ff;
}

.part-type + p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #5e6d82;
  margin: 5px;
}

/* .fixed-table-header>.table.table-hover{
    display: none;
} */

.fixed-table-header > table {
  display: none;
}

.fixed-table-container {
  border: 0;
  border: #fff solid 1px;
}

.table.table-hover tbody tr td {
  border: 0;
}

.table.table-hover tbody tr {
  border-bottom: #aaa 1px dotted;
}

/* #########搭配对比 */

.part-banners {
  height: 44px;
  /* background: #fff; */
}

.banner-title {
  height: 44px;
  line-height: 44px;
  /* max-width: 300px; */
  /* margin: 10px; */
  text-align: center;
  /* padding: 10px; */
  color: #fff;
}

.l {
  background: #4791ff;
}

.r {
  background: #f7ba2a;
}

.l-active {
  text-align: center;
  color: #4791ff !important;
}

.l-active2 {
  padding-right: 58px;
  text-align: right;
  color: #4791ff;
}

.progress-tb.l-active2 table tbody tr td {
  text-align: right;
  padding-right: 24px;
}

.progress-tb.l-active2 table tbody tr:nth-child(1) {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #8492a6;
}

.r-active2 {
  padding-left: 58px;
  text-align: left;
  color: #f7ba2a;
}

.progress-tb.r-active2 table tbody tr td {
  text-align: right;
  padding-right: 24px;
}

.progress-tb.r-active2 table tbody tr:nth-child(1) {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #8492a6;
}

.l-hover {
  /*width: calc( 100% + 2px);*/
  /*margin-left: -2px;*/
  border-left: 2px solid #20a0ff !important;
  background: rgba(247, 252, 255, 1);
  color: #20a0ff !important;
}

.r-hover {
  /*width: calc( 100% + 2px);*/
  /* margin-left: -2px; */
  /*border: solid 2px #F7BA2A;*/
  /*width: calc( 100% + 2px);*/
  /*margin-left: -2px;*/
  border-left: 2px solid #20a0ff !important;
  background: rgba(247, 252, 255, 1);
  color: #20a0ff !important;
}

/* .l-active::before{
    content:"";
    background: #4791FF;
    display: block;
    position:absolute;
    left:0;
    top:-75px;
    width:200px;
    height:200px;
    opacity:0;
    border-radius:50%;
    transition: all 0.8s
} */

/*.l-active::after {*/
/*    content: "";*/
/*    !* background: #90EE90; *!*/
/*    display: block;*/
/*    position: relative;*/
/*    margin-left: 100%;*/
/*    top: -37.5px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 12.5px solid transparent;*/
/*    border-left: 12.5px solid #4791FF;*/
/*    border-bottom: 12.5px solid transparent;*/
/*}*/

.r-active {
  text-align: center;
  color: #4791ff !important;
}

/*.r-active::after {*/
/*    content: "";*/
/*    !* background: #90EE90; *!*/
/*    display: block;*/
/*    position: relative;*/
/*    margin-left: -12.5px;*/
/*    top: -37.5px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 12.5px solid transparent;*/
/*    border-right: 12.5px solid #F7BA2A;*/
/*    border-bottom: 12.5px solid transparent;*/
/*}*/

.banner-body {
  text-align: center;
}

.banner-body div {
  border-bottom: 1px solid #666;
}

.banner-body ul {
  /*border: 1px solid #C0CCDA;*/
  /*height: 687px;*/
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 4px 0px rgba(192, 204, 218, 0.5);
  border-radius: 4px;
}

.banner-body ul li {
  /* max-width: 300px; */
  height: 43px;
  line-height: 41px;
  /* margin: 10px; */
  text-align: center;
  /* padding: 10px; */
  /* background:#fff; */
  border-left: 2px solid #fff;
  list-style: none;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #1f2d3d;
  letter-spacing: 0;
}
.banner-body ul li a {
  color: #1f2d3d;
}
.banner-body ul li a:hover {
  text-decoration: none;
}

.test {
  min-height: 400px;
  /* border: 1px solid #C0CCDA; */
}

.nextPage {
  /* float: right; */
  /* margin: 0 5px; */
  padding: 15px;
  font-weight: bolder;
  color: black;
  cursor: pointer;
}

.nextPage-w {
  /* float: right; */
  /* margin: 0 5px; */
  padding: 15px;
  font-weight: bolder;
  color: #d3dce6;
  cursor: not-allowed;
}

#tab-table-div1,
#tab-table-div2,
#tab-table-div3,
#tab-table-div-t {
  position: relative;
}

#tab-table1,
#tab-table2,
#tab-table3 {
  position: relative;
}

.div-td {
  float: left;
  height: 30px;
  line-height: 30px;
  /* border: 1px black solid; */
  /* padding: 10px; */
  background: #ededed;
  text-align: center;
  /* border: 1px red solid; */
  height: 35px;
  line-height: 35px;
}

.div-td2 {
  float: left;
  height: 30px;
  line-height: 30px;
  /* border: 1px black solid; */
  /* padding: 10px; */
  color: #4791ff;
  background: #fff;
  text-align: center;
  /* border: 1px blue solid; */
  height: 35px;
  line-height: 35px;
}

.div-td3 {
  float: left;
  height: 30px;
  line-height: 30px;
  /* border: 1px black solid; */
  /* padding: 10px; */
  color: #f7ba2a;
  background: #fff;
  text-align: center;
  /* border: 1px green solid; */
  height: 35px;
  line-height: 35px;
}

/* #####词序辨析 */

.orderTitle {
  margin: 10px 10%;
  width: 80%;
  text-align: center;
  background: #f9fafc;
  border: 1px solid #c0ccda;
  border-radius: 8px;
  height: 80px;
  padding: 12px;
}

.orderTitle button {
  margin: 10px;
  height: 35px;
  color: #fff;
  /* border: #aaa 1px solid; */
  background: #4791ff;
  border-radius: 4px;
}

.orderTitle button:hover {
  color: #fff;
}

.orderTitle button:active {
  color: #fff;
}

.orderTitle button:checked {
  color: #fff;
}

.orderTitle input {
  margin: 0 28px;
  height: 36px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #c0ccda;
  width: 180px;
}

.orderTitle span {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #4791ff;
  letter-spacing: 0;
  line-height: 14px;
}

.orderBody {
  margin: 10px 10%;
  width: 80%;
  text-align: center;
  /* background: #ededed; */
  border: 1px red;
}

.orderTitleBody-title1 {
  height: 40px;
  line-height: 40px;
  /* min-width: 200px; */
  width: 180px;
  color: #fff;
  /* margin: auto; */
  margin-left: auto;
  font-size: 18px;
  font-weight: bolder;
}
.orderTitleBody-title2 {
  height: 40px;
  line-height: 40px;
  /* min-width: 200px; */
  width: 180px;
  color: #fff;
  /* margin: auto; */
  font-size: 18px;
  font-weight: bolder;
  margin-right: auto;
}

/* .orderTitleBody-title::before{
    content: "";
    display: block;
    position: relative;
    background: #4791FF;
    width: 0;
    height: 0;
    border-top: 12.5px solid transparent;
    border-left: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
} */

#progress {
  /* margin: 10px 0; */
  margin: 10px 12.5%;
  width: 75%;
}

#progress > .l {
  float: left;
  width: 50%;
  height: 12px;
  /* line-height: 20px; */
  color: #fff;
}

#progress .r {
  float: left;
  width: 50%;
  height: 12px;
  line-height: 20px;
  color: #fff;
}

.pTitle {
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  font-size: 30px;
}

.progress-tb {
  margin: 24px 0;
  width: 90%;
  background: #f9fafc;
  padding: 24px 0;
}

.progress-tb tr td {
  padding: 10px;
}
.tabulation_left {
  width: 50%;
  float: left;
}
.tabulation_right {
  width: 50%;
  float: right;
}
.fieldset {
  margin: 24px 0;
  width: 96%;
  /* border: 1px solid #9e9e9e; */
  background: #ffffff;
  border: 1px solid #c0ccda;
}

.fieldset .table tbody tr td:nth-child(1) {
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #1f2d3d;
  padding-left: 24px;
}

.fieldset .table tbody tr td:nth-child(2) {
  text-align: right;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #8492a6;
  padding-right: 24px;
}

/* .fieldset table tr td{
    width: 50%;
} */

legend {
  background: #fff;
  margin: 10px;
  /* padding: 5px; */
  height: 20px;
  border: 1px solid #fff;
  line-height: 20px;
  width: calc(100% - 20px);
  position: relative;
  top: -20px;
  padding: 0 15px;
}

legend span {
  float: left;
  font-weight: bolder;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #1f2d3d;
}

legend a {
  float: right;
  /* font-size: 15px; */
  /* color: #9E9E9E; */
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #475669;
}

legend + table tr td {
  padding: 10px;
}

#orderContent {
  /* display: none; */
}

/* .btn.btn-default.dropdown-toggle {
    background: #fff;
    min-width: 50px;
    padding: 5px;
    height: 30px;
} */

.content > .nav.nav-tabs.nav-justified > li > a {
  border: 0;
  border-bottom: #d3dce6 0.33pt solid;
  color: #8492a6;
}

.content > .nav.nav-tabs.nav-justified > .active > a {
  border: #d3dce6 1px solid;
  border-bottom: #fff 1px solid;
  color: #20a0ff;
}

.caret {
  color: #d3dce6;
}

.btn .caret {
  margin-right: 1px;
  /* float: right; */
  margin-left: 5px;
}

label {
  font-weight: normal;
}

/*#table tbody tr td:nth-child(1),*/
/*#table tbody tr td:nth-child(3) {*/
/*  border-bottom: 1px #fff dotted;*/
/*}*/

/*#table tbody tr td:nth-child(2) {*/
/*  !* border: 1px solid #979797; *!*/
/*  border-bottom: 1px #979797 dotted;*/
/*}*/

#table {
  table-layout: fixed;
}

#table tbody tr td {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #363636;
  /*line-height: 30px;*/
  /* height: 54px; */
  /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

#tabl3 tbody tr td:nth-child(1),
#tabl3 tbody tr td:nth-child(3) {
  border-bottom: 1px #fff dotted;
}

#tabl3 tbody tr td:nth-child(2) {
  /* border: 1px solid #979797; */
  border-bottom: 1px #979797 dotted;
}

#tabl3 {
  table-layout: fixed;
}

#tabl3 tbody tr td {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #363636;
  height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xh {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #363636;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xh2 {
  text-align: center;
  padding: 10px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #363636;
}

.fz {
  float: right;
  margin-right: 10px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #4791ff;
  text-decoration: none;
  cursor: pointer;
}

.fz_ {
  /* float: right; */
  margin-right: 10px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #4791ff;
  text-decoration: none;
  cursor: pointer;
}

.fz:hover {
  text-decoration: none;
}

.thumbnail {
  padding: 0;
}

#chartitle {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #99a9bf;
  letter-spacing: 0;
}

.tabxh {
  width: 60%;
  height: 54px;
  line-height: 54px;
}

.tabxh + td a {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #4791ff;
}

.cc {
  /*width: 80%;*/
  /*margin-left: 10%;*/
  /*padding: 10px;*/
  padding: 20px;
}

.footer {
  margin-top: 10px;
}

.red-font {
  color: red;
}

.border {
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* border: solid 1px black; */
}

.part-2 {
  display: block;
}

.part-3 {
  display: block;
}

.part-4 {
  display: block;
}

#noInfo {
  text-align: center;
  display: none;
}

#Pietitle {
  display: block;
  text-align: center;
  margin: 20px;
}

ul.p_page {
  display: inline-block;
  padding-top: 35px;
  padding: 0;
  margin: 0;
}

ul.p_page li {
  display: inline;
}

ul.p_page li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

ul.p_page li a.active {
  background-color: #08c;
  color: white;
}

ul.p_page li a:hover:not(.active) {
  background-color: #ddd;
}

#p_page {
  position: relative;
  top: -40px;
}

.more {
  display: none;
}

.getLess {
  display: none;
}

thead {
  display: none !important;
}

.c_li {
  background: #ffffff;
  border: 1px solid #d3dce6;
  border-radius: 8px;
  margin-right: 10px;
}

.c_li a {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #99a9bf;
}

.active.c_li {
  background: #4791ff;
  border-radius: 8px;
  /* border-radius: 8px; */
  margin-right: 10px;
}
.active.c_li a {
  background: #4791ff;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #ffffff;
  border: 1px transparent solid;
}
.footer {
  position: fixed;
}
.h5_title {
  text-align: center;
  margin: 10px;
}
.h5_title > .h5_right {
  color: #4791ff;
  margin: 5px;
}
.h5_title > .h5_left {
  color: #f7ba2a;
  margin: 5px;
}
.h5_title > .h5_word {
  /* color: #aaa; */
  font-weight: bolder;
  margin: 5px;
}
.fixed-table-pagination {
  margin-top: 20px;
}

.fixed-table-pagination > .pull-left.pagination-detail {
}

.fixed-table-pagination > .pull-right.pagination {
}
