/* 测试系统tab切换内容 */

.systems-content {
    background-color: #fff;
    box-sizing: border-box;
}

.systems-content-box {
    display: none;
    padding: 20px 30px 30px;
}

.systems-content-box .flex {
    display: flex;
}

.systems-content-box img {
    width: 219px;
    height: 124px;
    margin-right: 28px;
}

.systems-content-box p {
    width: 436px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #313336;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
}


/* 测试工具 */

.test-tools {
    margin-top: 20px;
}

.test-tools .tools-title {
    line-height: 54px;
    padding: 0 30px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #071C2F;
    text-align: justify;
    font-weight: 500;
}

.test-tools .tools-list {
    padding: 0 30px;
    margin-bottom: 20px;
}

.test-tools .tools-list li a {
    line-height: 64px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #313336;
    letter-spacing: 0.22px;
    text-align: justify;
    font-weight: 400;
    display: block;
}

.test-tools .tools-list li:last-child a {
    border: none;
}

.test-tools .tools-list li a:hover,
.test-tools .tools-list li a:active {
    color: #4820DA;
}