﻿.yfpt-detail{
    background: #fff;
    margin-top: -387px;
}
/* .yfpt-detail h2{
    height: 40px;
} */
.detail_h4{
    position: relative;
}
.detail_h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0173ee;
    height: 3px;
    width: 100%;
}
.fblue{
    color: #0173ee;
}
.detail_item p{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 16px;
    /*text-indent: 2rem;*/
}
.pic-list img{
    height: 133.64px;
}
.nav .nav-link.active, .nav .show > .nav-link {
    color: #000;
    background-color: #fff;
}
.nav .nav-link.active .fyellow, .nav .show > .nav-link .fyellow {
    color: red;
}
.nav .nav-link:hover{
    color: #fff;
}
.nav-link:hover, .nav-link:focus{
    color: #fff;
}
.nav .nav-link.active:hover{
    color: #000;
}
.fyellow{
    color:#ffff00;
}
.fred{
    color: #ff3300;
}
.tab-pane p{
    line-height: 2;
    margin-bottom: 16px;
    text-indent: 2rem;
}
.tab-pane .must-login{
    position: relative;
    
}
.tab-pane .must-login .zl-table{ 
    filter: blur(5px);
    cursor: pointer;
}
.tab-pane .must-login::after{
    content: '登陆后可查看';
    color: #ed5e5e;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 8px 16px;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    z-index: 100;
    filter: blur(0);
}
.tab-pane .must-login::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eee;
}
.zl-table .zl-table-header{
    padding: 16px;
    background: #F8FAFC;
    color: #333333;
    width: 15%;
    text-align: center;
}
.zl-table .zl-table-header.grey-head{
    background: #f8fafc;
    color: #000;
    border-right: 1px solid #bed0f3;
}
.modal .zl-table .zl-table-header{
    padding: 16px;
    background: #6a82b1;
    color: #333;
    width: 20%;
    text-align: center;
}
.zl-table .zl-table-item{
    width: 35%;
    padding: 16px;
}
.zl-table .zl-table-item-line{
    width: 85%;
    padding: 16px;
}
.modal .zl-table .zl-table-item-line{
    width: 80%;
    padding: 16px;
}
.zl-table .zl-table-header,.zl-table .zl-table-item,.zl-table .zl-table-item-line{
    border-bottom: 1px solid #bed0f3;
}

.zl-table .zl-table-header:nth-last-child(-n+2),.zl-table .zl-table-item:nth-last-child(-n+2),.zl-table .zl-table-item-line:nth-last-child(-n+1){
    border-bottom: none;
}
.zl-table .border-bottom{
    border-bottom: 1px solid #bed0f3;
}
.border-line{
    border: 1px solid #bed0f3;
}
.must{
    position: relative;
}
.must::after{
    content: '*';
    position: absolute;
    top:18px;
    color: #ffff00;
    right: 20px;
}
.order-btn{
    position: absolute;
    width: 50px;
    width: 150px;
    background: #ff713f;
    color: #fff;
    bottom: 50px;
    right: 50px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    transition: 0.2s;
}
.order-btn:hover{
    background: rgba(255, 113, 63, 0.8);
}
.fs100{
    width: 100px;
}
.ptjj-detail{
    height: 440px;
    line-height: 2;
    font-size: 16px;
    overflow-y: auto;
}
.ptjj-detail p{
    margin-bottom: 24px;
    text-indent: 2rem;
}
