.hmain {
    min-height: 100vh;
}

.after-load.hidden {
    display: none;
}

img {
    transition: opacity 200ms;
}

img[src=""] {
    opacity: 0;
    overflow: hidden;
}

.ser-li-his, .ser-li-recom {
    float: right;
    margin-right: 10px;
    margin-top: 11px;
}

#risk-tip {
    background-color: #FFFFCC;
    color: #333;
    font-size: 12px;
    text-align: center;
    padding: 2px;
    position: relative;
    border-bottom: #FE7D19 1px solid;
}

#risk-tip:not(.visible) {
    display: none;
}

#risk-tip i {
    display: inline-block;
    background: url('/imgs/u28626.png') no-repeat center;
    height: 16px;
    width: 16px;
    margin: 0px 2px -3px;
}

#risk-tip a {
    color: inherit;
    text-decoration: none;
}

#risk-tip a:hover {
    color: #1482f0;
}

#risk-tip button {
    border: currentColor 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FE7D19;
    margin: 0.2em 1.5em;
    padding: 3px 1em;
    background-color: transparent;
    font-size: 12px;
    font-family: inherit;
    cursor: pointer;
}

#risk-tip button:hover {
    background-color: #fd8d37;
    color: white;
}

#root {
    z-index: 1000;
    position: absolute;
}
