body{
    background-color:#FFFFFF;
}
.nav-top{
    position: fixed;
}
.left_top{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.modal-footer{
    justify-content: center !important;
}

.chaxun{
    text-align: center;
}
.chaxun button {
 font-size: 17px;
 padding: 0.5em 2em;
 border: transparent;
 box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
 background: dodgerblue;
 color: Black;
 border-radius: 4px;
}

.chaxun button:hover {
 background: rgb(2,0,36);
 background: linear-gradient(90deg, rgba(30,144,255,1) 0%, rgba(0,212,255,1) 100%);
}

.chaxun button:active {
 transform: translate(0em, 0.2em);
}