.common-problem-box {
    height: auto;
    /* background-color: red; */
}

.common-problem-nav {
    height: 65px;
    line-height: 65px;
}

.common-problem-content-box {
    height: auto;
}

.common-problem-title {
    height: 75px;
    line-height: 75px;
}

.common-problem-title input {
    width: 300px;
    height: 37px;
    border: 1px rgb(204, 204, 204) solid;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 14px;
    margin-right: 13px;
}

.common-problem-title .font-bar::after{
    top: 69px;
}

.common-problem-title .search-ico {
    width: 100px;
    height: 37px;
}

.common-problem-title .search-ico button {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px;
    background-color: rgb(53, 113, 255);
    cursor: pointer;
}

.common-problem-title .search-ico i {
    line-height: 37px;
    font-size: 18px;
    color: white;
    margin-right: 5px;
}

.common-problem-title .search-ico span {
    line-height: 37px;
    font-size: 14px;
    color: white;
}

.common-problem-content {
    width: 1140px;
    height: auto;
}

.common-problem-content li {
    height: 50px;
    line-height: 50px;
}

.common-problem-content li a {
    width: 800px;
}

.common-problem-content .layui-laypage a:hover {
    color: #3b82ff;
}

.common-problem-content .layui-laypage button{
    border-color: rgb(53, 113, 255);
    color: rgb(53, 113, 255);
}

.direct-connection{
    border-bottom: 2px rgb(243, 243, 243) solid;
}