body {
  background-image: ;
  background-color:#fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  width: 100vw;
  overflow-x: hidden; }
  
  .text-line {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text-line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

[class*="am-u-"] [class*="am-u-"]:last-child {
    float: left;
}

@keyframes swimming {
  0% {
    transform: scale(1) translatey(0px); }
  25% {
    transform: scale(1.2) translatey(-20px);
    transform-origin: left center; }
  75% {
    transform: scale(1.2) translatey(20px);
    transform-origin: left center; }
  100% {
    transform: scale(1) translatey(0px); } }

@keyframes swimming-mirror {
  0% {
    transform: scale(1) translatey(0px); }
  25% {
    transform: scale(1.2) translatey(-20px);
    transform-origin: right center; }
  75% {
    transform: scale(1.2) translatey(20px);
    transform-origin: right center; }
  100% {
    transform: scale(1) translatey(0px); } }
  body::before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 30%;
    background-image: ;
    width: 40.6rem;
    height: 51.7rem;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    animation: swimming infinite 20s linear; }
  body::after {
    content: ' ';
    position: absolute;
    right: 0px;
    bottom: 22rem;
    background-image: ;
    width: 46.7rem;
    height: 46.7rem;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    animation: swimming-mirror infinite 8s linear; }	
	
	.container,.tabs-panel{
    clear: both;
    overflow: hidden;
}
.main-box {
    width: 132rem;
    margin: 0 auto;
}
.tabs-panel .tabs-header {
    font-size: 2rem;
    overflow: hidden;
    background: #ecf1f7;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
}

footer{
	margin-top:0rem;
}

@media only screen and (max-width: 641px) {
  body::before, body::after {
    display: none; } }

.knowledge-header .header-tools {
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: #fff solid 1px;
  padding: 1rem 0px;   
  }
  .knowledge-header .header-tools .tools{
		font-size:14px;
}
  .knowledge-header .header-tools .logo {
    height: 6.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;	
    gap: 1rem; }
    .knowledge-header .header-tools .logo img {
      max-height: 100%; }
	  .knowledge-header .header-tools .logo div {
      color: #cd0702;
    font-size: 30px;
    margin: 0px;
    font-weight: bold;}
  .knowledge-header .header-tools .tools {
    gap: 1rem;
    color: #363a44; }
    .knowledge-header .header-tools .tools a, .knowledge-header .header-tools .tools i {
      color: #363a44; }
    .knowledge-header .header-tools .tools .btn {
      background: #dfab2c;
      border-radius: 8px;
      color: #fff;
      padding: .3rem 1rem; }
      .knowledge-header .header-tools .tools .btn a, .knowledge-header .header-tools .tools .btn i {
        color: #fff; }

.knowledge-header .header-search {
  text-align: center; }
  .knowledge-header .header-search .title {
    font-weight: bold;
    font-size: 4.2rem;
    color: #242948;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.29);
    margin: 5rem auto; }
  .knowledge-header .header-search .bar {
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 5rem; }
    .knowledge-header .header-search .bar .am-form-field {
      border-radius: 10px 0px 0px 10px; }
    .knowledge-header .header-search .bar .am-btn {
      border-radius: 0px 10px 10px 0px;
      background-color: #0059ff;
      border: none;
	  }

@media only screen and (max-width: 641px) {
  .knowledge-header .header-search .title {
    font-size: 3rem; }
  .knowledge-header .header-search .bar {
    width: 90%; } }

.latest-panel {
  margin-bottom: 3rem; }
  .latest-panel-title {
    font-weight: bold;
    font-size: 2.4rem;
    color: #363a44;
    line-height: 4.8rem;
    background-image: ;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 6rem;
    margin-bottom: 3rem; }
  .latest-panel-content .item {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: #f5f5f5 solid 1px;
line-height: 5.4rem;
    flex: 1;
    height: 100%;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
	}
    .latest-panel-content .item .title {
      background: #f7faff;
      padding: 0rem 1.5rem;
      font-size: 2rem;
      color: #363a44;
      border-bottom: #eee solid 1px;
      display: inline-block;
      width: 100%;
	  }
    .latest-panel-content .item .content {
      padding: 1.5rem;
      font-size: 1.6rem;
      color: #535c6a;
      line-height: 2.4rem; 
	  margin:0px;}
    .latest-panel-content .item .tags {
      gap: 1rem;
      padding: 1.5rem 1rem 3rem;
	  color: #7e8891;}
      .latest-panel-content .item .tags > div {
        line-height: 3.2rem;
        padding: 0px .75rem;
        cursor: pointer; }

.knowledge-tabs .tabs-header {
  background-color: transparent;
  gap: 1rem;
  margin-bottom: 1.5rem; 
  padding: 4px 0px;
  border:none;
  }
  .knowledge-tabs .tabs-header .item {
    background: #f0f5ff;
    border-radius: 8px;
    align-items: center;
    width:100%;
	padding-bottom: 0;
    line-height: 5.4rem;
	text-align:center;
	}
	.knowledge-tabs .tabs-header .item a{
    color: #333; }
    .knowledge-tabs .tabs-header .item img {
      height: 4rem; }
    .knowledge-tabs .tabs-header .item.active, .knowledge-tabs .tabs-header .item:hover {
      box-shadow: none;
      background-image: ;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      color: #fff; 
	  border-bottom: none;
	  }
	.knowledge-tabs .tabs-header .item.active a, .knowledge-tabs .tabs-header .item:hover a{
    color: #fff; }
.knowledge-tabs .tabs-header .item:after{
	display:none;
}
.knowledge-tabs .tabs-list .item {
  border-radius: 4px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border: #eee solid 1px;
  padding: 0 1.5rem; 
      background-image: ;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
	min-height: 286px;
  }
  .knowledge-tabs .tabs-list .item .title {
    line-height: 5.6rem;
    padding-left: .5rem;
    font-size: 2rem;
    color: #363a44;
    border-bottom: #eee solid 1px;
     width: 100%;
    display: inline-block;
	}
  .knowledge-tabs .tabs-list .item .content {
    padding: 1.5rem .5rem;
    font-size: 1.6rem;
    color: #535c6a;    
	margin:0px;	
	}
	
    .knowledge-tabs .tabs-list .item .content .info {
      line-height: 4rem;
      text-indent: 2.2em;
      position: relative; 
      -webkit-line-clamp: 3;
      	  
	  }
      .knowledge-tabs .tabs-list .item .content .info:before {
        content: ' ';
        top: 0px;
        left: 0px;
        width: 28px;
        height: 28px;
        position: absolute;
        background-image: ;
        background-position: center;
        background-repeat: no-repeat; }
		.knowledge-tabs .tabs-list .item .content a,.latest-panel-content .item .content a {
       color: #535c6a; }
    .knowledge-tabs .tabs-list .item .content a:hover,.latest-panel-content .item .content a:hover {
      color: #2b58a8; }
  .knowledge-tabs .tabs-list .item .source {
    line-height: 3.2rem;
    padding: 0px .75rem;
    margin-bottom: 3rem;
    color: #999; }
.knowledge-tabs .tabs-list .am-u-lg-6:nth-child(2n-1){
padding-left:0px;
padding-right: 0.75rem;
}
.knowledge-tabs .tabs-list .am-u-lg-6:nth-child(2n){
padding-right:0px;
    padding-left: 0.75rem;
}
@media only screen and (max-width: 641px) {
	body::before,body::after{
	display:none;
	}
  .knowledge-tabs .tabs-header img {
    display: none; } 
	}

.pagination {
  background: #f7faff;
  border-radius: 8px;
  padding: 0.25rem 0; }

.detail {
  background: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(69, 78, 108, 0.2);
  border-radius: 8px;
  border: 1px solid #e9edf;
  padding: 3rem;
  margin-bottom: 10rem;
  min-height: 50vh; }
  .detail-title {
    font-weight: bold;
    font-size: 2.4rem;
    color: #363a44;
    line-height: 4.8rem;
    background-image: ;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 6rem;
    margin-bottom: 3rem; }
  .detail-content {
    background: #f2f8ff;
    border-radius: 8px;
    padding: 3rem; }
    .detail-content .question {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 1rem;
      margin-bottom: 3rem; }
      .detail-content .question .icon {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        color: #fff;
        background: linear-gradient(270deg, #f7c134 0%, #f38e0a 100%);
        border-radius: 50%;
        border: 1px solid #ffa632;
        flex: 0 0 4rem;		}
      .detail-content .question .text {
        line-height: 3rem;
        padding: 0 1.5rem;
        background: #d3ebff;
        border-radius: 8px;
        font-weight: bold;
		}
		
    .detail-content .answer {
      display: flex;
      flex-direction: row;
      gap: 1rem; }
      .detail-content .answer .icon {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        color: #fff;
        background: linear-gradient(90deg, #2667fd 0%, #2c95ff 100%);
        border-radius: 50%;
        border: 1px solid #417dff;
        margin-top: 4.8rem; }
      .detail-content .answer .info {
        font-size: 1.4rem;
        color: #999;
        flex-wrap: wrap;
        text-align: left;
        padding: 1rem .5rem; }
      .detail-content .answer .text {
        line-height: 3rem;
        padding: 1.5rem;
        background: #fff;
        border-radius: 8px;
        color: #666; }
		.detail-content .answer .text p,.detail-content .answer .text p span{
        font-size: 16px !important;
		font-family: "microsoft yahei" !important;
		}
		@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.knowledge-tabs .tabs-header>div:nth-child(2){
margin:0px 10px;
}
.tags>div:nth-child(1){
	margin-right:10px;
}
}