﻿body,
html {
    height: 100%;
    /*-webkit-tap-highlight-color: transparent;*/
}

body {
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif
}

ul {
    list-style: none
}

body {
    background-color: var(--weui-BG-0)
}


.icon {
    width: 1.8em;
    height: 1.8em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.svgtop {
    width: 1.8em;
    height: 1.8em;
    vertical-align: -0.15em;
    fill: #ffffff;
    overflow: hidden;
    color: #ffffff;
}


.weui-media-box__thumb {
    border-radius: 6px 6px;
}

.imgbox {
    height: 70px;
    width:100%;
    position: relative;
    overflow: hidden;
    /*padding-bottom: 100%;*/ /*重要属性*/
    border-radius: 6px 6px;
}

    .imgbox img {
        width: 100%;
        position: absolute;
        width: 100%;
        /*height: auto;*/
        height: 70px;
        align-content: center;
        border-radius: 6px 6px;
    }


