* {
    margin: 0;
    padding: 0;
    font-family: 等线, Source Han Sans CN;
    color: #333333;
    font-size: 0.19rem;
}

html {
    background-color: #f3f3f3;
}

html::-webkit-scrollbar {
    display: none;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

input {
    outline: none;
    border: none;
}

.app_body {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* 蒙层 */
.popup {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.36); */
    z-index: 999;
}

.popup::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
}

.popup_cont {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* 顶部导航栏 */
.app_nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    height: 0.6rem;
    background-color: #fff;
    padding: 0 0.19rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

.app_nav_left {
    width: 0.24rem;
    height: 0.24rem;
    background: url(../image/back.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.app_nav_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 0.24rem;
    color: #000000;
}

.ui__alert .ui__alert_content .ui__content_body .ui__title {
    margin-bottom: 14px !important;
}

.ui__alert .ui__alert_content .ui__content_foot a {
    color: #666666 !important;
}

.ui__alert .ui__alert_content .ui__content_foot a:first-child {
    color: #B10005 !important;
}

.mobileSelect .content {
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
}

.mobileSelect .content .btnBar .ensure {
    color: #B10005;
}

/* 确认收货 */
.confirm_img {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.08rem;
}

.confirm_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
}

.viewer-title {
    margin-bottom: 20px;
    opacity: 1;
    font-size: 0.18rem;
    color: #FFFFFF;
}
