.bsznnewTab{
    width:100%;
    display: flex;
    background:#f7f7f7;
    height:50px;
    line-height: 50px;
    margin-top:80px;
}
.bsznnewTab li{
    flex:1;
    font-size:18px;
    text-align: center;
    position:relative;
}
.bsznnewTab li:not(:last-child):not(.active):after{
    content:'';
    display: inline-block;
    width:1px;
    height:18px;
    background:#e5e5e5 ;
    position: absolute;
    top:18px;
    right:0;
}
.bsznnewTab li.active{
    background:#cbb486;
}
.bsznnewTab li.active a{
    color:#fff;
    font-weight: bold;
}
.bsznnewTab li.active:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #cbb486;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom:-20px;
    left: 50%;
    margin-left:-10px;
}
.bsznnewTab li.active a:hover{
    color:#fff!important;
    text-decoration: none;
}
.bsznnewTab li a:hover{
    text-decoration: none;
}
.bsznnewTab li a{
    display: inline-block;
    width:100%;
}
.tab-content>div{
    display: none;
}
.tab-content>div.active {
    display: block !important;
}
.tab-content{
    margin-bottom:80px;
}
.mytable{
    width:100%;
    border-top:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
    background: #fff;
}
.widthBg{
    background: #f7f7f7;
}
.mytable td{
    padding:15px;
    line-height: 30px;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.mytable tr td[rowspan="3"]{
    text-align: center;
}
.table.table-bordered thead tr th{
    vertical-align: middle;
}
.lookflowChart, .lookflowChart:link, .lookflowChart:visited, .lookflowChart:hover, .lookflowChart:active{
    text-decoration: none;
}
.myModalBox{
    display:none;
}
.myModalBox.active{
    display:block;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
    padding:80px 20%;
    z-index:10000011;
}
.mymodal-open{
    overflow: hidden;
}
.myModalTitle{
    height:60px;
    background:#fff;
    font-size:18px;
    line-height: 60px;
    padding:0 26px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.myModalBox .mytable{
    margin-top:0;
}
.myModalContent{
    padding:26px;
    background:#fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.myModalTitle{
    border-bottom:1px solid #f0f0f0;
}
.myModalTitle .myclose{
    font-size: 30px;
    cursor: pointer;
}
.openmyModal{
    color:#cbb486;
    text-decoration: underline;
}