/*---------------404页面-----------------*/
.NotFound {
  width: 100%;
  height: 800px;
  text-align: center;
  padding: 150px calc(50% - 382px);
  box-sizing: border-box;
}

.NotFound h1 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: normal;
}

.banner {
}
.explain {
  color: #FF5866;
    line-height: 20px;
}
.search{
    margin-top: 30px;
}
.search>input{
    width: 624px;
    height: 38px;
    border:1px solid rgba(192,192,192,1);
    padding-left: 20px;
}
.search_btn {
    width:116px;
    height:40px;
    background:rgba(59,109,173,1);
    border-radius:1px;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    vertical-align: bottom;
    margin-left: -4px;
    cursor: pointer;
}
.search-error{
    display: inline-block;
    height: 19px;
    width: 19px;
    background: url("../images/banner/search-404.png");
    vertical-align: bottom;
}
.hotWord{
    margin-top: 40px;
}
.hotWord>div{
    font-size: 13px;
    color: #FF5866;
    text-align: left;
}
.hotWord>ul{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.hotWord>ul>li{
    height:18px;
    padding: 7px 16px;
    background:rgba(246,246,246,1);
    border-radius:1px;
    font-size: 13px;
    color: #666666;
    margin-right: 16px;
    cursor: pointer;
}
.hotWord>ul>li:hover{
    color: #ffffff;
    background-color: #3B6DAD;
}
.handle{
    margin-top: 120px;
}
.handle>button{
    width:101px;
    height:32px;
    background:rgba(255,255,255,1);
    border-radius:1px;
    border:1px solid rgba(204,204,204,1);
    color: #666666;
    margin-right: 20px;
    cursor: pointer;
 }
.handle>button:hover{
    color: #4389FF;
}



