*,::after,::before {
    box-sizing:border-box
}
body,div,html,span {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:0 0
}
body {
    line-height:1
}
.container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    width: 35%;
}
@media (max-width:767.98px) {
    .container {
        padding:0 15px
    }
}@media (min-width:576px) {
    .container {
        max-width:540px
    }
}@media (min-width:768px) {
    .container {
        max-width:720px
    }
}@media (min-width:992px) {
    .container {
        max-width:960px
    }
}@media (min-width:1200px) {
    .container {
        max-width:1080px
    }
}.d-none {
     display:none!important
 }
@media (min-width:768px) {
    .d-md-none {
        display:none!important
    }
    .d-md-block {
        display:block!important
    }
}body {
     background:white;
 }
.not-found__content-tip {
    margin-top:145px;
    margin-bottom:60px;
    font-size:32px;
    font-weight:300;
    color:#212121;
    line-height:45px;
    text-align:center
}
@media (max-width:767.98px) {
    .not-found__content-tip {
        margin-top:105px
    }
}.not-found__content-tip-1 {
     font-size:28px;
     font-weight:300;
     color:#212121;
     line-height:34px
 }
.not-found__content-tip-2 {
    white-space:nowrap;
    font-size:18px
}
.el-input__inner{
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    line-height: 32px;
    position: relative;
    font-size: 12px;
    color: rgb(84 84 84);
}
