/********¿¨Æ¬×é**********/
.comp-tabBtns{
    color:#fff;
}
.comp-tabBtns .section-title h2,
.comp-tabBtns .section-title p {
    color: #fff!important;
}
.comp-tabBtns .tab-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.comp-tabBtns .tab-btns li {
    display: block;
    margin-right: 40px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    line-height: 1;
    padding: 10px 20px;
}
.comp-tabBtns .tab-btns li.on {
    color: #ff613a;
    border: 1px solid #fff;
    background: #fff;
}
.comp-tabBtns .tab-btns li:last-child {
    margin-right: 0;
}

/*tab¿¨ÄÚÈÝ*/
.comp-tabBtns .tab-body {    
    padding-top:40px;
}

.comp-tabBtns .tab-pane {
    display: none; 
}

.comp-tabBtns .tab-pane.on {
    display: block;
} 

.comp-tabBtns .tab-pane .info{
    display:flex;
    flex-direction:column; 
    align-items:center;
}
.comp-tabBtns .tab-pane .info p {
    width: 900px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #fff;
}
.comp-tabBtns .tab-pane .info img {
    max-width: 1100px;
}
