.tac-box{
    max-width:880px!important;
    margin:40px auto 20px!important;
    font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
    box-sizing:border-box!important;
    background:#333!important;
    padding:15px!important;
    border-radius:8px!important;
    box-shadow:0 2px 10px rgba(0,0,0,.1)!important;
    position:relative!important
}
.tac-box *{
    box-sizing:border-box!important;
    margin:0!important;
    padding:0!important
}
.tac-header{
    background:#333!important;
    padding:40px 30px 0!important;
    text-align:center!important;
    border-radius:6px 6px 0 0!important
}
.tac-badge{
    display:inline-block!important;
    background:#BF2F58!important;
    color:#fff!important;
    padding:10px 28px!important;
    border-radius:25px!important;
    font-size:18px!important;
    font-weight:bold!important;
    position:absolute!important;
    top:-18px!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    z-index:10!important
}
.tac-badge::after{
    content:''!important;
    position:absolute!important;
    bottom:-12px!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    border:8px solid transparent!important;
    border-top-color:#BF2F58!important
}
.tac-subtitle,.tac-title{
    color:#fff!important;
    font-size:28px!important;
    font-weight:bold!important
}
.tac-title{
    margin-bottom:25px!important
}
.tac-tabs{
    display:flex!important;
    padding:0 20px!important
}
.tac-tab{
    flex:1!important;
    padding:13px 0 7px!important;
    text-align:center!important;
    font-size:14px!important;
    font-weight:bold!important;
    cursor:pointer!important;
    background:#fff!important;
    color:#BF2F58!important;
    border:2px solid #BF2F58!important;
    border-bottom:none!important;
    margin:0 3px!important;
    border-radius:10px 10px 0 0!important;
    transition:all .2s!important;
    position:relative!important;
    top:0!important
}
.tac-tab.active{
    background:#BF2F58!important;
    color:#fff!important;
    border-color:#BF2F58!important
}
.tac-tab:hover:not(.active){
    background:#e6faf6!important
}
.tac-content{
    display:none!important;
    background:#fff!important;
    border-top:2px solid #BF2F58!important
}
.tac-content.active{
    display:block!important
}
.tac-thead{
    display:flex!important;
    background:#f5f5f5!important;
    border-bottom:1px solid #ddd!important;
    padding:12px 0!important
}
.tac-th{
    font-size:12px!important;
    color:#666!important;
    text-align:center!important;
    font-weight:normal!important;
    line-height:1.4!important
}
.tac-th1{
    width:28%!important;
    border-right:1px solid #ddd!important;
    padding:0 10px!important
}
.tac-th2{
    width:52%!important;
    border-right:1px solid #ddd!important;
    padding:0 10px!important
}
.tac-th3{
    width:20%!important;
    padding:0 10px!important
}
.tac-row{
    display:flex!important;
    align-items:center!important;
    background:#fff!important;
    border-bottom:1px solid #eee!important;
    padding:0!important
}
.tac-agent{
    width:28%!important;
    text-align:center!important;
    padding:25px 10px!important;
    border-right:1px solid #eee!important
}
.tac-logo{
    font-weight:bold!important;
    font-size:16px!important;
    color:#333!important;
    margin-bottom:5px!important;
    line-height:1.3!important
}
.tac-name{
    color:#00c9a7!important;
    font-size:12px!important;
    text-decoration:underline!important;
    display:block!important;
    margin-bottom:8px!important;
    font-weight:normal!important
}
.tac-name:hover{
    color:#009b82!important
}
.tac-rating{
    color:#f5a623!important;
    font-size:15px!important;
    font-weight:bold!important
}
.tac-point{
    width:52%!important;
    padding:25px 20px!important;
    font-size:14px!important;
    line-height:1.8!important;
    color:#333!important;
    text-align:left!important;
    border-right:1px solid #eee!important
}
.tac-hl{
    color:#BF2F58!important;
    font-weight:bold!important
}
.tac-link{
    padding:25px 10px!important
}
.tac-btn{
    display:block;
    width:125px;
    margin:0 auto;
    height:40px;
    box-sizing:border-box;
    text-align:center;
    color:#FFF!important;
    font-size:15px;
    font-weight:600;
    line-height:40px;
    text-decoration:none!important;
    white-space:pre;
    background:linear-gradient(180deg,#BF2F58 0%,#BF2F58 100%);
    border-radius:4.747px;
    box-shadow:0px 3px 0px 0px #BF2F58
}
.tac-date{
    text-align:center!important;
    font-size:12px!important;
    color:#888!important;
    padding:15px!important;
    background:#fff!important
}
/* 响应式适配 */
@media(max-width:768px){
    .tac-tabs{
        flex-wrap:wrap!important;
        padding:0 10px!important
    }
    .tac-tab{
        flex:1 1 45%!important;
        margin:3px!important;
        font-size:12px!important;
        padding:10px 5px!important
    }
    .tac-row{
        flex-wrap:wrap!important
    }
    .tac-agent,.tac-point,.tac-link{
        width:100%!important;
        border-right:none!important
    }
    .tac-agent{
        border-bottom:1px solid #eee!important
    }
    .tac-th1,.tac-th2,.tac-th3{
        border-right:none!important
    }
}
a.tac-btn:hover{
    opacity:1
}