a:hover{
    color: #009688;
}
.instructions-content img{
    width: 80%;
}
.tool-container-left{
    margin: 20px 20px 10px 20px;
    padding: 0px 5px;
    min-height: 300px;
}

.tool-container-right{
    margin: 20px 20px 10px 20px;
    height: auto;
    padding: 0px 5px;
    border-left:1px solid transparent;
}

.tool-body-ptitle{
    line-height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #E6EDF3;
    margin-bottom: 15px;
}


.tool-page-card-head{
    display: flex;
    flex-direction: column;
    height: auto;
    line-height: 35px;
}

.tool-page-card-head .tool-page-card-head-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tool-page-card-head .tool-page-card-head-item .tool-title{
    font-weight: bold;
    line-height: 60px;
    font-size: 2rem;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    max-width: 70%;
}
.tool-page-card-head .tool-page-card-head-item .tool-desc{
    font-size: 12px;
    color: #25314C;
    background: #E6EDF3;
    border-radius: 5px;
    width: 100%;
    padding: 5px 10px;
    line-height: 18px;
    height: 18px;
    margin-bottom: 10px;
}

.tool-instructions{
    font-size: 15px;
    color: #25314C;
}
.tool-instructions:hover{
    font-size: 15px;
    color: #009688;
}

.tool-page-card-foot{
    border-top: 1px solid #E6EDF3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
}
.tool-like{
    font-size: 15px;
    color: #16181b;
}
.tool-work-to{
    font-size: 15px;
    color: #009688;
}
.recommend-tools-list{
    display: flex;
    flex-direction: column;
}
.recommend-tools-list .recommend-tools-item{
    display: flex;
    flex-direction: row;
    justify-content: start;
    line-height: 35px;
    height: 35px;
    background: #E6EDF3;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
}

.recommend-tools-item-icon{
    width: 30px;
    height: 30px;
    margin: 2px 5px;
}
.recommend-tools-item-title{
    font-size: 15px;
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
}
.opinion-box{
    background: #ffffff;
    border-radius: 8px;
    padding: 10px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.opinion-link{
    font-size: 12px;
    background: #009688;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.opinion-link:hover{
    color: #ffffff;
}
.opinion-tips{
    font-size: 12px;
    background: #E6EDF3;
    padding: 5px 10px;
    border-radius: 5px;
}
.tool-table-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.tool-table-container table {
    width: 100%;
    table-layout: fixed;
}

.tool-table-container td:first-child {
    width: 20%;
    font-weight: bold;
}

.tool-table-container td:nth-child(2) {
    width: 80%;
    word-wrap: break-word;
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 990px){
    .tool-container-left{
        margin: 15px 0px;
        min-height: 300px;
    }

    .tool-container-right{
        margin: 15px 0px;
        border-left:1px solid transparent;
    }

    .tool-page-card-head .tool-page-card-head-item .tool-title{
        font-weight: bold;
        line-height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 735px) {
    .opinion-box{
        flex-direction: column;
    }
    .opinion-link{
        margin-top: 10px;
    }
}
