#myTabContent{
    border: none !important;
}
.map-txt-1 {
    line-height: 2.5rem;
    font-size: 1.5rem;
    color: #041429;
    letter-spacing: 0.09rem;
    font-weight: bold;
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1rem;
}
.map-txt-2 {
    line-height: 2rem;
    font-size: 1.2rem;
    color: #041429;
    letter-spacing: 0.09rem;
    /* font-weight: bold; */
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1rem;
}
.dj-time {
    line-height: 2.06rem;
    font-size: 1rem;
    color: #989898;
    letter-spacing: 0.06rem;
    margin-top:0.5rem;
    text-align: center;
}

.zp-div-all{
    padding:1rem;
    background: rgba(230,2,19,0.04);
    box-shadow: 0 0.13rem 0.5rem 0 rgba(0,0,0,0.50);
}
.zp-div-title{
    border-bottom: 0.06rem dashed #979797;
    padding-bottom: 0.63rem;
    font-weight: bold;
    font-size: 1.25rem;
    line-height:3.13rem ;
    color: #041429;
    letter-spacing: 0.09rem;
}
.zp-div-rq{
    padding: 0.5rem 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #3A3E43;
    letter-spacing: 0.06rem;
}
.zp-div-gw{
    line-height: 1.06rem;
    font-size: 1rem;
    color: #041429;
    letter-spacing: 0.06rem;
    font-weight: bold;
}
.zp-div-detail-all{
    padding-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.06rem;
    color: #041429;
    letter-spacing: 0.06rem;
}
pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 1rem;
    overflow: hidden;
    font-family: frutigernext,"Microsoft YaHei",Arial,Helvetica,sans-serif,Arial,"宋体";
    line-height: 1.5rem;
}
.talent-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 12.25rem);
    display: inline-block;
}
.talent-rq{
    display: inline;
    float: right;
    font-size: 1rem;
    color: #3A3E43;
    letter-spacing: 0.06rem;
    font-weight: normal;
}