@charset "utf-8";

* {
    font-size: .24rem
}

* {
    margin: 0;
    padding: 0;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

button,
img,
input,
select,
textarea {
    vertical-align: middle;
    outline: 0;
    border: 0
}

body,
html {
    min-height: 100%
}
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*, :after, :before {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
    background-color: #FFFFFF !important;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
}
a {
    text-decoration: none;
    color: #999999;
}

em,
i {
    font-style: normal;
    font-weight: 500
}

li,
ol,
ul {
    list-style: none
}

img {
    font-size: 0;
    line-height: 0;
    border: 0;
    vertical-align: middle
}

* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

input[type=button] {
    -webkit-appearance: none
}

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

.main {
    margin: 0 auto;
    max-width: 7.5rem;
    width: 100%;
}
.head_nav{
    height: 0.88rem;
    line-height: 0.88rem;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
}
.head_nav a, .head_nav div {flex: 0 0 33.3333%;}
.header_nav_fixed {
    position: fixed;
    max-width: 7.5rem;
    width: 100%;
    z-index: 3;
    top: 0;
    padding-top: 0;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

.head_nav img{
    margin-left: 0.24rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.02rem;
}
.head_title{
    width: 86.6%;
    font-size: 0.34rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.head_right {text-align: right;}
.head_right a{padding-right: 0.24rem;}
.footer_nav {
    display: flex;
    width: 7.5rem;
    position: fixed;
    bottom: 0;
    height: 1.42rem;
    background-image: url(./images/tab_layout_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 999;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}
.footer_nav_fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    height: 0;
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-bottom);
    z-index: 999;
}
.nav_item{
    flex: 0 0 20%;
    height: 1.42rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.nav_item img{
    width: 0.4rem;
    height: 0.4rem;
}
.nav_title{
    margin-top: 0.08rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
}
.list_end_container {display: flex;flex-direction: row;justify-content: center; align-items: center;font-size: 0.2rem; color: #666666;text-align: center;}
.list_end_container img{width: 0.9rem;padding: 0 0.1rem;}
.overflow{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.no_data{display: flex;align-items: center;justify-items: center;height: 60vh;}
.no_data_container{flex: 0 0 100%;display: flex;align-items: center;justify-items: center; flex-direction: row; flex-wrap: wrap; text-align: center;}
.no_data_container div{flex: 0 0 100%;}
.no_data_container img{width: 3.75rem;}
.no_data_container .no_data_txt{font-size: 0.26rem;line-height: 300%;color: #666666;}

.webclip_setup_warp {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
}
.webclip_setup_warp .webclip_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.webclip_setup_warp .webclip_ctx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #FFFFFF;
    padding: 0 0.5rem;
}
.webclip_setup_warp .webclip_ctx div{flex: 0 0 100%;}
.webclip_setup_warp .webclip_title {
    font-size: 0.42rem;
    font-weight: 700;
    padding-bottom: 0.3rem;
}
.webclip_setup_warp .webclip_des {
    font-size: 0.28rem;
    padding-bottom: 0.3rem;
    text-align: center;
}
.webclip_setup_warp .webclip_btn{
    text-align: center;
}
.webclip_setup_warp button {
    background-image: -webkit-gradient(linear,left top,right top,from(#14b9c5),to(#98e5bf));
    background-image: -webkit-linear-gradient(left,#14b9c5,#98e5bf);
    background-image: linear-gradient(90deg,#14b9c5,#98e5bf);
    -webkit-border-radius: .16rem;
    border-radius: .16rem;
    width: 2.6rem;
    height: .888933rem;
    color: #fff;
    font-size: .333333rem;
    border: none;
}
.turn {
    animation:turn 1s linear infinite;
}
@keyframes turn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}