/* 钢之家右侧在线客服浮层 */
#myright123 {
    z-index: 9999;
    width: 196px !important;
    font-family: "Microsoft YaHei", "PingFang SC", SimSun, sans-serif;
    font-size: 12px;
    color: #1e293b;
    background: #fff !important;
    border: 1px solid #e8ecf1;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    box-shadow: -4px 6px 24px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    box-sizing: border-box;
}
#myright123.is-collapsed {
    width: 36px !important;
    border-radius: 8px 0 0 8px;
    background: #C62E02 !important;
    border-color: #C62E02;
    box-shadow: -2px 4px 12px rgba(198, 46, 2, 0.28);
}
#myright123 * {
    box-sizing: border-box;
}
#myright123 table {
    width: 100%;
    border-collapse: collapse;
}
#myright123 .float-qq-panel {
    position: relative;
    background: #fff;
}
#myright123.is-collapsed .float-qq-panel {
    background: transparent;
}
#myright123 .float-qq-toggle {
    display: none;
    width: 100%;
    margin: 0;
    padding: 12px 4px 14px;
    border: 0;
    background: #C62E02;
    color: #fff !important;
    cursor: pointer;
    font-family: inherit;
}
#myright123.is-collapsed .float-qq-toggle {
    display: block;
}
#myright123 .float-qq-toggle-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto 8px;
    background: #fff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.2 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}
#myright123 .float-qq-toggle-text {
    display: block;
    width: 1.2em;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 2px;
    color: #fff !important;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
}
#myright123 .float-qq-toggle:hover {
    background: #A62502;
}
#myright123 .float-qq-toggle:hover .float-qq-toggle-text {
    color: #fff !important;
}
#myright123 .float-qq-body {
    display: block;
}
#myright123.is-collapsed .float-qq-body {
    display: none;
}
#myright123 .float-qq-close {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
    color: #64748b;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}
#myright123 .float-qq-close:hover {
    background: #fff;
    color: #C62E02;
}
#myright123 .float-qq-hd {
    position: relative;
    padding: 10px 22px 8px 10px;
    background: linear-gradient(135deg, #fff7f4 0%, #fff 60%);
    border-bottom: 1px solid #f0d0c4;
}
#myright123 .float-qq-hd-title {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.5px;
    line-height: 1.35;
}
#myright123 .float-qq-hd-title em {
    display: block;
    margin-top: 2px;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    color: #C62E02;
}
#myright123 .float-qq-hotline {
    margin: 0;
    padding: 8px 8px 8px;
    background: #f8fafc;
    border-bottom: 1px solid #eef1f5;
}
#myright123 .float-qq-hotline-label {
    display: block;
    margin: 0 0 3px;
    font-size: 13px;
    font-weight: 700;
    color: #C62E02;
}
#myright123 .float-qq-hotline-label:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    vertical-align: 1px;
    background: #C62E02;
    border-radius: 50%;
}
#myright123 .float-qq-hotline-num {
    display: block;
    font-size: 12px !important;
    font-weight: 600;
    color: #334155;
    line-height: 1.4;
    white-space: nowrap;
}
#myright123 .float-qq-hotline-num a {
    font-size: 12px !important;
    font-weight: 600;
    color: #334155 !important;
    text-decoration: none !important;
    background: transparent !important;
    white-space: nowrap;
}
#myright123 .float-qq-hotline-num a:hover {
    color: #C62E02 !important;
}
#myright123 #kf_qq_content,
#myright123 .float-qq-list {
    padding: 6px 6px 4px;
    background: #fff;
}
#myright123 #kftencent {
    width: 100% !important;
}
#myright123 #kftencent,
#myright123 #kftencent tbody,
#myright123 #kftencent tr,
#myright123 #kftencent td {
    display: block;
    width: 100% !important;
    float: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    border: 0 !important;
}
#myright123 #kftencent tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin: 0 0 4px !important;
    padding: 6px 6px !important;
    background: #f8fafc;
    border: 1px solid #eef1f5 !important;
    border-radius: 4px;
    transition: background 0.15s ease, border-color 0.15s ease;
}
#myright123 #kftencent tr:hover {
    background: #fff7f4;
    border-color: #f0d0c4 !important;
}
#myright123 #kftencent td {
    width: auto !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#myright123 #kftencent td:nth-child(2),
#myright123 #kftencent td:nth-child(5) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}
#myright123 #kftencent td:nth-child(3),
#myright123 #kftencent td:empty {
    display: none !important;
}
#myright123 #kftencent img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    margin-top: 0;
    border: 0;
}
#myright123 #kftencent a {
    display: block;
    color: #1e293b !important;
    font-size: 12px;
    line-height: 1.35;
    text-decoration: none !important;
    background: transparent !important;
    white-space: nowrap;
    word-break: keep-all;
}
#myright123 #kftencent a:hover {
    color: #C62E02 !important;
}
#myright123 .float-qq-name,
#myright123 .float-qq-mobile {
    display: inline;
    font-weight: 600;
    color: #1e293b;
    vertical-align: middle;
}
#myright123 .float-qq-mobile {
    margin-left: 2px;
    font-weight: 500;
    color: #475569;
}
#myright123 #kftencent a:hover .float-qq-name,
#myright123 #kftencent a:hover .float-qq-mobile {
    color: #C62E02;
}
#myright123 .float-qq-supervise {
    display: block;
    margin: 2px 6px 8px;
    padding: 7px 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #C62E02 !important;
    text-decoration: none !important;
    background: linear-gradient(180deg, #fffaf8 0%, #fff 100%) !important;
    border: 1px solid #f0d0c4;
    border-radius: 4px;
    transition: background 0.15s ease, color 0.15s ease;
}
#myright123 .float-qq-supervise:hover {
    color: #A62502 !important;
    background: #fff7f4 !important;
    text-decoration: none !important;
}
#myright123 .float-qq-hd-trigger {
    display: block;
    cursor: pointer;
    text-decoration: none !important;
    color: inherit !important;
    background: transparent !important;
}
#myright123 .float-qq-hd-trigger:hover .float-qq-hd-title em {
    color: #A62502;
}
