* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*隐藏所有的滚动条*/
    scrollbar-width: none;
    -webkit-scrollbar-width: none;
    -o-scrollbar-width: none;
}

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

div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-size: 10px;
}

body {
    font-size: 1.2rem;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* 标准语法 */
}
::-webkit-scrollbar {
    display: none;
}
.page_body {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -ms-overflow-style: none;  /* IE, Edge */
    scrollbar-width: none;  /* Firefox */
    padding-top: 60px;
}

/*侧滑面板-开始*/
.navigator_panel {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat:  no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #D4E7FF;
    position: fixed;
    z-index: 10000;
    left: 110%;
    top: 0;
    /* IE, Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
}

/*侧滑面板-结束*/

/*顶部标题栏-开始*/
.navigator_title {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 5px;
    position: fixed;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.navigator_back {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    width: auto;
    height: 30px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0px 5px;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
}

.navigator_back:hover, .navigator_back:active {
    background-color: rgba(255, 255, 255, 0.5);
}

.navigator_back .icon_back {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background:url("/ui/images/icons/icon_back.png") no-repeat left top;
    background-size: 100%;
}

.navigator_back .text {
    display: block;
    width: auto;
    height: 22px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.navigator_title .title {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.navigator_title .right_search {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60px;
    height: 30px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0px 5px;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
}

.right_search .icon {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url("/ui/images/icons/icon_search.png") no-repeat left top;
    background-size: 100%;
}

.right_search .text {
    display: block;
    width: auto;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #0068FF;
}

.right_search:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/*顶部标题栏-结束*/

/*无数据-开始*/
.not_result {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px;
}

.not_result .image {
    display: block;
    clear: both;
    width: 150px;
    overflow: hidden;
    margin: 10px auto;
}

.not_result .image img {
    display: block;
    width: 60px;
    margin: 10px auto;
}

.not_result p {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color: gray;
    text-align: center;
}

/*无数据-结束*/

.page_footer {
    clear: both;
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
}
.footer_scroll_box {
    display: block;
    clear: both;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

/*样式改造-开始*/
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color: red;
}
.weui-search-bar_outlined {
    background-color: transparent;
}
.weui-search-bar_outlined .weui-search-bar__form::before {
    background-color: #ffffff;
}
/*样式改造-结束*/

/*主搜索条-开始*/
.btn_home_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.btn_home_search img {
    display: block;
    width: 18px;
    height: auto;
}
.weui-search-bar_outlined .weui-search-bar__form::before{
    border-color: red;
}
/*主搜索条-结束*/

/*列表页样式-开始*/
.news_list {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}
.news_list a {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 12px;
    padding-left: 16px;
}
.news_list a h3 {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #000000;
}
.news_list a p {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 1.3rem;
    color: gray;
}
.news_list a:active, .news_list a:hover {
    background-color: #eeeeee;
}
.image_list {
    display: flex;
    clear: both;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 5px;
}
.image_list .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.image_list .img img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-height: 120%;
}
.news_list a.one_image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}
.one_image .image {
    flex-shrink: 0;
    width: 130px;
    height: 90px;
    overflow: hidden;
    border-radius: 15px;
}
.one_image .image img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-height: 120%;
}
.title_box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*列表页样式-结束*/