﻿@charset "UTF-8";
@import url(./wappublic.css);
@import url(./wapfooter.css);
@import url(./wapHeader.css);
html{
    overflow-x: hidden;
}
.main{
    width: 100%;
    height: 100%;
    padding-bottom:2rem;
}
::-webkit-scrollbar {
    display: none;  
    width: 0 !important;  
    height: 0 !important;  
    -webkit-appearance: none;  
    background: transparent;  
    overflow-x: hidden;
}
.header01 {
    width: 100%;
    height: 0.85rem;
    line-height: 0.85rem;
    background: #fff;
    padding-left: 0.3rem;
    font-size: 0.35rem;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
    /* position: fixed;
    top: 0;
    z-index: 9; 
    margin-top: 2.32rem;*/
}
.header01 img{
    width: 0.34rem;
    height: 0.34rem;
}
.lubt{
    width: 100%;
    background: #f4f4f4;
    padding: 0.2rem;
    display: flex;
    /* margin-top: 0.85rem; */
}
.lubt_banner{
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
}
.lubt_banner .swiper-slide{
    width: 100%;
}
.lubt_banner .swiper-slide img{
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
}
.lubt_banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0 !important;
}
.lubt_banner .swiper-pagination-bullet{
    width: 0.11rem !important;
    height: 0.11rem !important;
    background: #FFFFFF !important;
    opacity: 1 !important;
}
.lubt_banner .swiper-pagination-bullet-active{
    width: 0.11rem !important;
    height: 0.11rem !important;
    background: #0B3482 !important;;
}
.tab{
    width: 100%;
    padding-top: 0.3rem;
}
.tab_list{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
}
.tab_list ul{
    width: 200%;
    display: flex;
    align-items: center;
}
.tab_list ul li{
    display: block;
    float: left;
    padding-bottom: 0.1rem;
    font-size: 0.28rem;
    color: #000;
    margin-right: 0.45rem;
    white-space: nowrap;
}
.current{
    border-bottom: 0.02rem solid #0B3482;
    color: #0B3482 !important;
    font-weight: 600;
}
.tab_con{
    width: 100%;
}
.item{
    width: 100%;
    display: none;
}
.tab_info{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 0.3rem;
}
.tabin_item{
    width: 100%;
    border-bottom: 1px dashed #ecebeb;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}

.tabin_item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabin_item_left{
    width: 75%;
    display: flex;
    flex-direction: column;
    padding-right: 5%;
}
.tabin_item_left .tabin_itemlet_title{
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.15rem;
    line-height: 0.4rem;
}
.tabin_itemlet_data{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabin_itemlet_data span{
    font-size: 0.22rem;
    color: #999;
}
.tabin_itemlet_data span:nth-child(2){
    margin: 0 0.2rem;
}
.tabin_item_right{
    height: 1.7rem;
    display: flex;
}
.tabin_item_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.35rem;
}
.page_list div{
    font-size: 0.25rem;
    color: #333;
    margin: 0 0.15rem 0 0;
}
.page_list a{
    font-size: 0.25rem;
    white-space: nowrap;
    margin-left: -0.35rem;
}