body {
    min-height: 100vh;
    position: relative;
}
*{
 -webkit-text-size-adjust: none;
}
body p {
    margin: 0;
}
body a{
    color:#333;
}
/*滚动条样式*/
.scroll_bar::-webkit-scrollbar {
    width: 0px;
}
.scroll_bar {
  scrollbar-width: 0px;
}
.scale_img{
    transition: .5s;
}
.scale_img:hover{
    transform: scale(1.03);
    transition: .5s;
}

.no_data{
    text-align: center;
}
.no_data img{
    width: 3rem;
    height: 3rem;
}
.no_data p{
    text-align: center;
    font-size: .175rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999; 
    text-align: center;
}
.app_header{
    width:100%;
    background-color: #fff;
    position: fixed;
    top:0;
    left:0;
    z-index:1001;
  }
  
.no-data{
    width:2.8rem;
    height:3.0625rem;
    
}
.no-data-tip{
    font-size: .175rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: .275rem;
    margin-top:.2rem;
}

#swipe{
    margin-top:1.25rem;
}
.create_time{
    padding-right:0rem;
    padding-left:.1875rem;
}
.pl-2{
    padding:0 0 0 .325rem;
}
.main_w {
    width: 18rem;
    margin: 0 auto;
}
@media screen and (max-width:961px) {
    .main_w{
        width: 92%;
    }
}
@media screen and (max-width:768px) {
    .navbar-nav li.nav-item{
        padding:0 .1rem!important;
    }
    .navbar-nav .nav_link{
        transform: scale(.8);
    }
}
@media (max-width:640px){
    /*测试的老人机不适配*/
    .navbar-nav li.nav-item{
        padding:0rem!important;
    }
    .navbar-nav .nav_link{
        transform: scale(.7);
    }
    .navbar{
        width: 100%!important;
    }
   
   
}
@media screen and (max-width:768px){
    .boutique{
        margin-top: 4rem!important;
    }
    .history .time_desc{
        min-height: 2.8rem!important;
    }
    .navbar-nav li.nav-item{
        font-size: .2rem!important;
    }
    /*.news .news_body .news_top_left,.news .news_body .news_left{*/
    /*    width: 8rem!important;*/
    /*}*/
}
@media screen and (max-width:640px){
    .history .time_desc{
        min-height: 3.6rem!important;
    }
    .history{
        margin-bottom: 5rem!important;
    }
    /*.news .news_body .news_top_left,.news .news_body .news_left{*/
    /*    width: 8rem!important;*/
    /*}*/
    .news .news_body .news_right .news_nav .news_nav_item{
        font-size: .2rem!important;
        padding:0!important;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
    }
    .navbar-nav li.nav-item{
        font-size: .2rem!important;
    }
     .navbar-nav li.nav-item{
        width: 31px!important;
        height: 1.25rem!important;
    }
   
}

.category_title {
    padding: .125rem 0;
    border-bottom: 0.0125rem solid #999999;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.category_title .more {
    font-size: .225rem;
    line-height: .3375rem;
    color: #999999;
    position: absolute;
    right: 0;
}

.category_title .more_icon {
    width: .25rem;
    height: .25rem;
    vertical-align: middle;
    margin-bottom: .025rem;
}

.category_text {
    font-size: .375rem;
    line-height: 1;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #1961ac;
    position: relative;
    vertical-align: bottom;
}

.category_text::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -0.145rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1961ac;
}

.news_title {
    font-size: .2rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    margin: .25rem 0 .175rem;

}

.news_desc {
    font-size: .175rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 1.5;
    margin-top: .125rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* max-height: 72px; */
}

.zt_title_list {
    margin-top: .25rem;
}

.zt_title_list .zt_title_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: .275rem;
    cursor: pointer;
    font-family: SourceHanSansCN, SourceHanSansCN-Normal;
    height: .875rem;
    border-bottom: 0.0125rem dashed #999999;
}

.zt_title_list .zt_title_item .zt_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    margin-right: 20px;
}

.zt_title_list .zt_title_item .zt_time {
    width: 3.125rem;
}

/* 列表页左侧菜单 */
.zt_list_body {
    padding: 0 0 1.875rem;
    display: flex;
    flex-direction: row;
}
.zt_list_body a{
    text-decoration: none;
}

.zt_list_body .zt_navbar {
    /* height: 11.075rem; */
    overflow-y: auto;
    width: 3.125rem;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: .625rem 0 1.875rem;
    padding-top: .625rem;
    cursor: pointer;
}

.zt_list_body .zt_navbar li {
    text-indent: 1em;
    width: 100%;
    list-style-type: none;
    font-size: .275rem;
    line-height: .875rem;
    color: #0862C3;
    /*UPDATE*/
    border-top: .0125rem dashed #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
/* UPDATE */
.zt_list_body .zt_navbar>li:first-of-type{
  border-top:0;
}
.zt_list_body .zt_navbar>li:last-of-type{
  border-bottom:0.0125rem dashed #999;
}
.zt_list_body .zt_navbar .zt_nav_item:hover{
     color: #fff;
    background: #0862C3;
}
.zt_list_body .zt_navbar .zt_sub_menu_title:hover{
    color: #fff;
    background:#0862C3;
}
.zt_list_body .zt_navbar .zt_nav_item:hover a{
    color:#fff;
}
.zt_list_body .zt_navbar li.active,
.zt_list_body .zt_navbar .zt_sub_menu_title.active {
    color: #fff;
    background: #0862C3;
    position: relative;
}
.zt_sub_menu .zt_nav_item a{
    position: relative;
}

.zt_sub_menu .zt_nav_item a.point{
    
}

.zt_list_body .zt_navbar li.active a::before,
.zt_list_body .zt_navbar .zt_sub_menu_title.active::before {
    content: ">";
    font-size: .3rem;
    color: #fff;
    margin-right: .1rem;
}
.zt_list_body .zt_sub_menu .zt_nav_item .point{
    width: .0625rem;
    height: .0625rem;
    background-color: #0862C3;
    border-radius: 50%;
    display: inline-block;
     margin-bottom:.0625rem;
     margin-right: .1rem;
}
.zt_list_body .zt_sub_menu .zt_nav_item.active .point{
    display: none;
}

.zt_sub_menu {
    padding-left: 0;
    height: 0;
    overflow: hidden;
}
  .zt_list_body .zt_navbar li.active a{
    color:#fff;
  }
.zt_list_body_right {
    flex: 1;
    width: calc(100% - 3.125rem);
    padding-left:  .625rem;
    display: flex;
    flex-direction: column;
}

.zt_navbar .zt_sub_menu .zt_nav_item {
    padding: 0;
    text-indent: 2em;
}

/* .zt_navbar .zt_sub_menu .zt_nav_item:last-child {
    border-bottom: none;
} */

.zt_navbar a{
    color:#1f64ae;
    text-decoration: none;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}
.zt_list_body .zt_navbar li.active a{
    color:#fff;
}
/* 激活菜单去除虚线边框 */

.zt_sub_menu.show {
    height: auto;
    overflow: visible;
}
.zt_sub_menu .zt_nav_item:last-of-type{
    border-bottom: 0;
}
.zt_sub_menu .zt_nav_item:first-of-type{
    border-top:.0.0125rem dashed #999;
}
/* .zt_list_body .zt_navbar li.active{
    border-width: 0;
  }
.zt_sub_menu .zt_nav_item:first-of-type{
    border-top:1px dashed #999;
} */

.breadcrumb {
    background-color: #fff;
    margin: 0;
    padding-left: 0;
    padding:.5rem 0 .25rem 0;
}

.breadcrumb .breadcrumb-item a {
    color: #666;
    font-size: .2rem;
}
.breadcrumb-item + .breadcrumb-item{
    padding-left: .125rem;
}
.breadcrumb-item{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before{
    padding-right:.125rem;
    content: ">";
    font-size:.25rem;
}

/* 列表页样式 */
.zt_content {
    margin-top:.125rem;
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
    color: #333;
    overflow-x: auto;
}
.zt_content p:not(:last-child){
    margin-bottom:.5rem;
}
.zt_content p,.zt_content p span{
    font-size: .3rem!important;
  }
.zt_content p{
 margin-bottom:.25rem !important;   
 line-height: 2;
}
.zt_content img{
    max-width: 100%;
}
.zt_list {
    color: #333;
    width: 100%;
}

.zt_list_item:hover {
    text-decoration: none;
}

.zt_list_item {
    display: block;
    color: #333;
    width: 100%;
    font-size: .325rem;
    padding:.25rem 0;
    border-bottom: 0.0125rem dashed #999;
    cursor: pointer;
}

.zt_ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

/* 分页器 */
.zt_pagination {
    margin-top: 3rem;
    cursor: pointer;
}

.zt_pagination .page-item .page-link {
    border: 1px solid #999;
    color: #606060;
}

.zt_pagination .page-item.active .page-link {
    background: #196abd;
    border-color: #196abd;
    color: #fff;
    border-radius: 2px;
}

.zt_pagination .page-item:not(:first-child) {
    margin-left: 1rem;
}
#lj_list .zt_list .zt_list_item .row{
    margin-right:0;
}

.zt_img_list .zt_img_item {
    display: block;
    margin-bottom:.4rem;
}

.zt_img_list .zt_img_item img {
    width: 100%;
}
.zt_img_list .zt_img_item .img_item_img{
    width: 100%;
    height: 3rem;
}
.zt_img_list .zt_img_item .img_item_img img{
    width: 100%;
    height: 100%;
}

.zt_img_list .zt_img_item .img_item_title {
    font-size: .175rem;
    font-family: SourceHanSansCN, SourceHanSansCN-Normal;
    font-weight: Normal;
    text-align: center;
    color: #333333;
    line-height: .2625rem;
    cursor: pointer;
    margin-top: .125rem;
}

/* 图文列表样式 */
.img_text_item {
    border-bottom: 0.0125rem dashed #c7c7c7;
    padding-bottom:.375rem;
}
.img_text_item:not(:first-of-type){
    padding-top:.375rem;
}
.img_text_item img{
    width:100%;
    vertical-align: baseline;
}

.img_text_item .img_text_title {
    width:100%;
    color: #333333;
    font-size: .325rem;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.img_text_item .img_text_desc {
    color: #999999;
    font-size: .225rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.img_text_item .img_text_time {
    font-size: .2rem;
    color: #333333;
}

.img_text_item .img_text_visit {
    font-size: .2rem;
    color: #333333;
    margin-left: .625rem;
}
.img_text_item .img_wrapper{
    height: 2.5rem;
}
.img_text_item img{
    width:100%;
    height: 100%;
}
/* 搜索框 */
.zt_search_label{
    color:#fff;
    font-size: .3rem;
    margin-bottom:.125rem;
}

.zt_search_content{
    height: 3.75rem;
    background: #f5f6f8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:.875rem;
    position: relative;
    margin-top:1.25rem;
}
.zt_search_all{
    left:0;
    margin-left:50%;
    transform: translateX(-50%);
    position: absolute;
    bottom:0;
    color: #1f64ae;
    font-size: .35rem;
}
.zt_search_all span{
    padding-bottom:.2125rem;
    display: inline-block;
    position: relative;
}
.zt_search_all span::after{
    content: "";
    display: inline-block;
    width:100%;
    height: 2px;
    background-color: #0862C3;
    position: absolute;
    bottom:0;
    left: 0;
}
.zt_search_all .rank-time{
    cursor: pointer;
    float: right;
}
.zt_search_all .rank-time img{
    width:.1rem;
    height: .2rem;
    transform: rotate(90deg);
}
.zt_search_all .rank-time::after{
    content:none;
}
.zt_search_all .rank-time.asc img{
    transform: rotate(270deg);
}
.zt_layout{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0,0,0,.3);
    z-index:100;
}
.zt_layout .zt_layout_content{
    height: 3.8625rem;
    position: fixed;
    left:0;
    right:0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.zt_search_form{
    width:11.375rem;
    font-size:.3rem;
}
.zt_search_form .zt_search_input{
    width: 9.3375rem;
    height: .85rem;
    outline: none;
    border:none;
    border-radius: 0;
    padding-left:.525rem;
    font-size:.275rem;
}
.zt_search_form .zt_search_btn,.zt_search_form .zt_search_btn1{
    float: right;
    height: .85rem;
    border:none;
    background: #2366ae;
    width: 2.0375rem;
    font-size:.3rem;
    color:#fff;
}
.zt_search_form .zt_search_btn a,.zt_search_form .zt_search_btn1 a{
    color:#fff;
    width:100%;
    height: .85rem;
    line-height: .85rem;
}
.carousel-item{
    width: 100%;
    height: 7.5rem;
    overflow: hidden;
  }
  
  
/*返回顶部*/

.gotop{
    position:fixed;
    bottom:.25rem;
    right:.25rem;
    width:1.3rem;
    height:.5rem;
    /*background: #f7f7f7;*/
    text-align:center;
    line-height:.5rem;
    font-size:.225rem;
    font-weight:600;
    /*opacity: 0;*/
    text-align: center;
    width:.6rem;
    height: .6rem;
    border-radius: 50%;
    cursor: pointer;
    
}
.gotop img{
    width:.6rem;
    height:.6rem;
}


/*表格样式*/
table.table_bg th p,table.table_bg td p{
    display: inline;
    margin-bottom:0!important;
    font-size: .3rem!important;
}
table.table_bg th p strong{
    text-indent: 0;
}
table.table_bg{
    text-align: center;
}
table.table_bg th{
    text-align: center;
}
table.table_bg th p{
    text-align: center;
    text-indent: 0;
}
table.table_bg td{
    text-align: center;
}
table.table_bg td p{
    text-align: center;
    text-indent: 0;
}
table.table_bg{
    font-size:.3rem!important;
    color:#333;
    border-width: .0125rem;
    border-color: #666666;
    border-collapse: collapse;
}
table.table_bg th {
    font-size: .3rem!important;
    border-width: .0125rem;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    text-indent: 0;
}
table.table_bg td {
    font-size: .3rem!important;
    border-width: .0125rem;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
    text-indent: 0;
}

.navbar-toggler{
  width: 1.25rem;
  height: 1rem;
  line-height: 0;
  padding:0;
}
.navbar-toggler .navbar-toggler-icon{
  width: 1rem;
  height: .9rem;
}

/*轮播*/
.carousel-indicators li{
    width: .25rem;
    height: .1rem;
    border-radius: .05rem;
    margin-left: .15rem;
    margin-right: .15rem;
}
.carousel-indicators li.active{
    background-color: #1961ac;
    width:.6rem;
     border-radius: .05rem;
}
.carousel-indicators{
    margin-bottom: .5rem;
}

.carousel-control-next, .carousel-control-prev{
    width: 7%;
    opacity: .8;
}

.carousel-control-prev-icon,.carousel-control-next-icon{
    width:.8rem;
    height: .8rem;
}
.carousel-control-prev-icon{
    background-image: url("/static/index/t2/imgs/arrowLeft.png");
}
.carousel-control-next-icon{
     background-image: url("/static/index/t2/imgs/arrowRight.png");
}




