* {
    margin: 0;
    padding: 0;
}

html,
body,
p,
ul,
ol,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 label,
.cdd_certified_bid label {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 0.2rem;
}

*,
body,
html {
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
    cursor: default;
    color: inherit;
}

.topPop {
    display: none;
    min-width: 1.76rem;
    background: #fff;
    position: absolute;
    top: 0.9rem;
    right: 0.2rem;
    border-radius: 0.05rem;
    z-index: 501;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%), 0 2px 3px 0 rgb(0 0 0 / 14%);
}

.popItem {
    display: block;
    height: 0.82rem;
    line-height: 0.82rem;
    font-size: 0.254rem;
    color: #555;
    text-align: left;
    padding-left: 0.2172rem;
}

.iconS {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.15rem;
    font-size: 0.32rem;
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    color: #555;
    vertical-align: middle;
}

.iconT {
    vertical-align: middle;
}

.topPop.block {}

.activeHs {
    transform: translateY(-0.18rem);
    transition: all .3s ease;
    opacity: 0;
}