body {
    width: 100vw;
    min-height: 100vh;
	overflow-x: hidden;
    font-family: sans-serif, system-ui, Arial;
}
*, ::after, ::before {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
*, ::after, ::before, a, img {
    -webkit-touch-callout: none;
}
@supports (padding-top:env(safe-area-inset-top)) {
    html {
        --safe-area-inset-top: env(safe-area-inset-top);
        --safe-area-inset-bottom: env(safe-area-inset-bottom);
    }
}
h1, h2 {
	margin: 0;
	font: inherit
}
a {
	color: inherit;
	text-decoration: none;
	outline: none
}
button {
	background-color: transparent;
	border: none;
	padding: 0
}
html, body {
	-webkit-overflow-scrolling: touch;
    user-select: none;
	margin: 0;
    padding: 0;
}
html {
    box-sizing: border-box;
    height: 100vh;
    scroll-behavior: smooth;
    --safe-area-inset-top-with-title-bar: calc(var(--safe-area-inset-top) + 44px);
}
.notaobao_bg_wrap {
    -webkit-overflow-scrolling: touch;
    background-color: #f23425;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: var(--offsetY, 0);
    width: 100%;
    z-index: 999;
}
.notaobao_content {
    height: 53.15rem;
	left: 50%;
    position: relative;
    top: var(--safe-area-inset-top, 0);
    transform: translateX(-50%);
    width: 24.568rem;
}
.notaobao_content img{
    width: 100%;
    height: auto;
    display: block;
}
img {
    -webkit-touch-callout: none!important;
    pointer-events: none !important;
    -moz-user-select: none!important;
    user-select: none !important;
    -webkit-user-select: none !important;
}
img {
    display: block;
    vertical-align: middle;
}
.notaobao_pull_tb_button {
    animation: breath 1.5s ease-in-out infinite;
}
.notaobao_low_version_button {
    background: #ffd808;
    border-radius: .5rem;
    bottom: 9.17rem;
    color: #000;
    font-size: 1.38rem;
    font-weight: 600;
    height: 3.88rem;
    left: 50%;
    line-height: 2.7;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 20.63rem;
}
@-webkit-keyframes breath { 
0% {
    transform: translateX(-50%) scale(.95);
}
50% {
    transform: translateX(-50%) scale(1);
}
100% {
    transform: translateX(-50%) scale(.95);
}
}
.notaobao_navBack {
    margin-top: .8rem;
    top: var(--safe-area-inset-top, 0);
}
.h5-nav-back-pro {
    background-color: rgba(0, 0, 0, .3);
    border-radius: .3rem;
    /* height: 1.167rem; */
    left: .8rem;
    position: absolute;
    /* width: 1.167rem; */
    width: 2rem;
    height: 2rem;
}
.rac, .rcc, .rjc {
    display: flex;
    flex-direction: row;
}
.rcc, .rjc {
    justify-content: center;
}
.rcc {
    align-items: center;
}
.h5-nav-back-pro-icon {
    width: 1.1rem;
    height: auto;
}