html {
    background: #F3F4F7 !important;
    color: #666;
    position: relative;
}

@font-face {
    font-family: 'ali-font';
    src: url('/font/iconfont.ttf') format('truetype');
}

.ali-font {
    font-family: "ali-font";
}

img {
    max-width: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: rgb(255, 190, 88);
}

body {
    position: relative;
    z-index: -100;
    width: 100%;
}

input {
    outline: none;
}
#nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 10px;
    background-color: white;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

#nav img.logo {
    max-width: 80%;
    max-height: 80%;
}

#nav div {
    color: orange;
    line-height: 80px;
    font-size: 20px;
}

.image-error {
    background: #f2f2f2 !important;
    background-image: none !important;
    position: relative;
    overflow: hidden;
}

.image-error::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    background: url('/image/img-load-failed.svg') no-repeat center;
    background-size: contain;
    opacity: 0.55;
    z-index: 3;
    pointer-events: none;
}

.image-error::before {
    display: none !important;
}
