.f-box{
    background-color: #fff;
    border:1px dashed #d2e5fc;
    color:#222;
    display: none;
}
.show{
    display: block;
}
.tab-list li{
    float:left;
    height:40px;
    line-height:40px;
    border-bottom:1px solid #fff;
}
.tl{
    width:150px;
    background-color: #d2e5fc;
    text-align: center;
    overflow: inherit;
}
.tr{
    background-color: #fcfcfc;
    text-align: left;
    padding-left: 10px;
}
.btn1{
    border:none;
    width:80px;
    height:30px;
    background-color: #3ca100;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
    margin-left:150px;
    margin-top:20px;
}
.jt{
    color:#00349a;
    cursor: pointer;
}
.btns{
    cursor: pointer;
}