input[type=text]:focus {
    outline: none;
}
/** mobile **/
.mobile {
    margin-top: 60px;
    padding: 30px 20px 30px 20px;
    background-color: #f5f6f7;
}


.mobile .top-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.mobile .top-con .main-title {
    font-size: 30px;
    font-family: 'Lato-Bold';
}
.mobile .top-con .link {
    padding: 12px 12px;
    background-color: #1e88ec;
    color: #fff;
    font-family: Lato-Regular;
    font-size: 16px;
}
.mobile .search-con {
    background-color: #fff ;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}
.mobile .search-title-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    height: 50px;
    padding: 0 14px;
}
.mobile .search-title-con .title {
    color: #999;
    font-size: 18px;
    font-family: 'Lato-Regular';
}
.mobile .search-title-con .icon {
    width: 20px;
}
.mobile .search-content-con {
    height: 0;
    transition: height 400ms ease-in-out 0ms, -webkit-transform 400ms ease-in-out 0ms, transform 400ms ease-in-out 0ms;
    transform-origin: 50% 50% 0;
    overflow: hidden;
}
.mobile .search-content {
    border-top: 1px solid #ccc;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.mobile .search-input-con .search-input {
    height: 50px;
    font-size: 16px;
}
.mobile .search-input-con .search-input .el-input__wrapper {
    background-color: #e7e7e7;
}
.mobile .search-input-con .search-input .el-input__wrapper:hover {
    box-shadow: unset;
}
.mobile .search-content .search-input .el-input-group__append{
    border: unset;
    background-color: #e7e7e7;
}
.mobile .search-content .search-category {
    padding: 14px 10px;
    font-family: 'Lato-Regular';
    flex-grow: 1;
}
.mobile .search-content .search-category.active{
    color: #1d89ec;
}
.mobile .ticket-list {
    margin: 20px 0 20px;
    background-color: #fff;
    padding: 20px 20px 0 20px;

}
.mobile .ticket-list .ticket-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 36px;
    width: 100%;
}
.mobile .ticket-list .ticket-item .ticket-number {
    font-family: Lato-Bold;
    font-size: 20px;
    color: #000;
}

.mobile .ticket-list .ticket-item .ticket-number span {
    color: #409eff;
}

.mobile .ticket-list .ticket-item .ticket-subject {
    margin: 10px 0;
    font-family: Lato-Regular;
    font-size: 16px;
    color: #000;
}

.mobile .ticket-list .ticket-item .ticket-content {
    margin: 10px 0;
    font-family: Lato-Regular;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-width: 100%;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.mobile .ticket-list .ticket-item .ticket-info {
    display: flex;
    flex-direction: row;
    font-family: Lato-Regular;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
}
.mobile .ticket-list .ticket-item .ticket-info .ticket-status .el-link__inner {
    color: #1f88ec;
}
.mobile .ticket-list-empty {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 20px;
    background-color: #fff;
}
.mobile .ticket-list-empty .empty-tip {
    margin: 40px 0 10px 0;
    color: #999;
    font-family: Lato-Regular;
    font-size: 18px;
}
.mobile .ticket-page {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile .ticket-page .page-number {
    margin: 0 10px;
    font-family: Lato-Regular;
    color:#999;
}
.mobile .ticket-page .el-button {
    padding: 8px;
}

/** pc **/
.pc .el-table th .cell {
    font-weight: bold;
    color: #000;
}
.pc .el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #cccccc;
}
.pc .el-table .el-table__body-wrapper  td.el-table__cell {
    border-bottom: unset;
}
.pc .top-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}
.pc .top-con .main-title {
    font-size: 32px;
    font-family: 'Lato-Bold';
}
.pc .top-con .link {
    padding: 12px 30px;
    background-color: #1e88ec;
    color: #fff;
}
.pc .ticket-list-con {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.pc .ticket-filter-con {
    width: 20%;
    border-right: 1px solid #cbd5e0;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}
.pc .ticket-filter-con .filter-content {
    position: relative;
}
.pc .ticket-filter-con .search-input  {
    background-color: #f5f5f5;
    height: 36px;
    border: none !important;
    padding-left: 10px;
    display: block;
    width: 100%;
    font-family: Lato-Regular;
}
.pc .ticket-filter-con .search-icon  {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #989898;
}
.pc .ticket-filter-con .filter-title {
    display: flex;
    align-items: center;
    color: #4a4a4a;
    padding: 16px 0;
    border-bottom: 1px solid #cbd5e0;
    font-family: Lato-Regular;
}
.pc .ticket-filter-con .filter-title .title {
    margin-left: 5px;
    font-size: 18px;
}
.pc .ticket-filter-con .filter-status {
    padding: 20px 0;
    font-family: Lato-Regular;
    cursor: pointer;
}
.pc .ticket-filter-con .filter-status.active {
    color: #0d84ff;
}
.pc .ticket-list-con .ticket-list {
    margin-left: 30px;
    flex-grow: 1;
    width: 78%;
}
.pc .ticket-list-con .ticket-list .el-table th .cell {
    font-family: Lato-Bold;
}
.pc .ticket-list-con .ticket-list .el-table td.el-table__cell div {
    font-family: Lato-Regular;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.pc .el-table .el-table__body-wrapper  td.el-table__cell.ticket-subject  .el-tooltip {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space:unset;
}

.pc .el-table .el-table__body-wrapper  td.el-table__cell.ticket-desc  div {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.pc .ticket-list-con .ticket-list .header-icon {
    width: 20px;
    height: 20px;
}
.pc .ticket-list-con .ticket-list .empty-con {
    display: flex;
    height: 100%;
    width: 100%;
    place-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pc .ticket-list-con .ticket-list .empty-con .empty-tip {
    color: #999;
    font-size: 18px;
    font-family: Lato-Regular;
    margin-bottom: 6px;
}
.pc .page-con  {
    border-top: 1px solid #cbd5e0;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pc .page-con .el-btn {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.pc .page-con .per-page-con .el-btn.active{
    background-color: #1f8eec;
    color: #fff;
}
.pc .page-con .per-page-con .tip {
    margin-left: 10px;
    color: #999;
}
.pc .page-con .page-info-con  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pc .page-con .page-info-con .page-number {
    margin: 0 10px;
    color: #444;
    font-size: 16px;
}