body {background-color: #F6F6F6;}
a{position:relative;} 
a:hover:before {position:absolute;bottom: 20px;color:#000000;border:1px solid #242424;background-color:#E5E5E5;word-break:keep-all;
  white-space:nowrap;}
  p{color:#f97447;font-size:13px;margin:0}
  .am-nav-pills>li{width:22.5%}
 .fixed-btn-box {
  position: fixed;
  right: 0;
  top: 3.84rem;
  z-index: 2;
}
 .fixed-btn-box {
  position: fixed;
  right: 0;
  top: 4.82666667rem;
  z-index: 2;
}
 .fixed-btn {
  display: block;
  font-weight: bold;
  line-height: 1.28rem;
  border-radius: 1.28rem 0 0 1.28rem;
  padding: 0 0.256rem 0 0.42666667rem;
  margin-bottom: 0.512rem;
}
.copyright{
  position: fixed;  
  bottom: 0;  
  width: 100%; 
  background-color: #f6f6f6;  
  text-align: center;  
}
.inputkey{width: 100%;
    font-size: 15px;
    border-radius: 10px;
    height: 46px;
    padding-left: 20px;
    padding-right: 50px;
    outline: none;
    border: 1px solid #ddd;
    transition: all .3s ease;}
    .submintsearch{
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 60px;
    right: 15px;
    top: 3px;
    z-index: 2;
    outline: none;
    border: none;
    cursor: pointer;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff url(/static/images/search.png) no-repeat 20px;
    background-size: 20px 20px;
    }
    .searchcheck{
    color: #fa541c;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    right: -2px;
    top: -2px;
    margin-left: 10px;
    padding-top: 10px;
    white-space: nowrap;
    }
    .nav-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    list-style: none;
}
.am-nav>li>a{padding: .4em .1em;}
.files{font-size:12px}
.search-button {
    display: inline-block;
    position: absolute;
    padding: .4em;
    width: 5rem;
    right: 2rem;
    top: .5rem;
    z-index: 2;
    outline: none;
    border: none;
    cursor: pointer;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
    background: #fff url(/static/images/search.png) no-repeat 20px;
    background-size: 2rem 2rem;
}