html {
    font-size: 10px;
    font-family: PingFangSC-Medium, PingFang SC;

    /*filter: grayscale(100%);*/
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 1200px;
    background-color: #F3F3F3;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #000;
    outline: none;
}

a, li, input, button, textarea {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    resize: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (min-width: 1920px) {
    /* html {
        width: 1920px!important;
    } */
}

.van-image {
    width: 100%;
}

.elevator_scroll {
    display: flex;
    justify-content: flex-end;
}

.elevator-button svg {
    display: none !important;
    background-image: url('../img/scrollup.png');
}

.elevator-button {
    width: 48px;
    height: 48px;
}

.scrollUp {
    position: fixed;
    background: #CB383A;
    color: #eee;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    bottom: 20px;
    right: 1rem;
    overflow: hidden;
    width: 33px;
    height: 33px;
    border: none;
    opacity: .8;
    background-size: 33px;
    background-repeat: no-repeat;
    /* border: 1px solid #ffffffcc; */
    background-image: url(../img/scrollup.png);
    z-index: 999999;
    cursor: pointer;
}

#scrollUp:hover {
    background-color: #333
}

/* error-icon */
.van-icon.van-image__error-icon{
    width: 100%;
    height: 100%;
}
.van-icon.van-image__error-icon img{
    width: 100%;
    height: 100%;
}


/*breadcrumb*/
.breadcrumb{
    background-color: transparent;
    height: 0;
    padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}