.detail-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.detail-left {
    width: 878px;
    margin-right: 20px;
    border: 1px solid #d1d1d1;
}

.detail-left-top {
    display: flex;
    margin-bottom: 10px;
}

.msg-left {
    width: 370px;
    margin-right: 30px;
}

.view-pic {
    width: 100%;
    height: 370px;
    margin-bottom: 10px;
}

.smail-pic {
    width: 100%;
    height: 60px;
    display: flex;

    margin-left: 10px;
    overflow: hidden;
}

.smail-pic-box {
    width: 100%;
    height: 60px;
    display: flex;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: auto;
    overflow-y: hidden;
}

.smail-pic-box img {
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    margin-right: 10px;
    border: 2px solid transparent;
    transition: all .1s linear;
}

.smail-pic-box .active-bor {
    border-color: #FF9D00;
}

.smail-pic-box::-webkit-scrollbar {
    display: none;
}

.msg-right {
    width: calc(100% - 400px);
    max-height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
}

.detail-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.detail-title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.detail-param {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
}

.param-item {
    font-size: 14px;
    color: #666;
}

.param-item .item-btn {
    cursor: pointer;
    color: #ff9d00;
}

.detail-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    padding: 10px 15px 15px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.contact-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-title span:nth-of-type(1) {
    margin-right: 10px;
}

.qqjt {
    width: 90px;
    height: 22px;
    display: inline-block;
    background: #b3e6fe;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    line-height: 22px;
}

.qqjt span:nth-of-type(1) {
    margin-right: 2px;
}

.tel-box {
    margin-right: 10px;
}

.pro-detail {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 15px 0;
    margin-bottom: 20px;
}

.pro-detail p {
    width: max-content;
    font-size: 20px;
    color: #ff9d00;
    padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 3px solid #ff9d00;
}

.pro-content {
    padding: 0 15px 15px 15px;
}

.detail-right {
    width: 300px;
}

.detail-right-left {
    width: 100%;
    border: 2px solid #d1d1d1;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.left-title {
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 3px solid #660099;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.filter-tree {
    padding: 10px 0;
    width: 100%;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.detail-right-img {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

.detail-right-img img {
    width: 100%;
    height: 100%;
}

.detail-right-bottom {
    border: 1px solid #d1d1d1;
    border-top: 2px solid #660099;
    padding: 10px 20px;
    box-sizing: border-box;
}

.detail-right-bottom .right-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.detail-right-bottom .right-title span:nth-of-type(1) {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.detail-right-bottom .right-title a {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.right-box li {
    width: 100%;
    margin-bottom: 15px;
}

.right-box li a {
    color: #666;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.top-red {
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 3px;
    background: #ff9d00;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.b-lue {
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 3px;
    background: #99cde5;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.right-box li a:nth-last-child(1) {
    margin-bottom: 0;
}

.right-box li a span {
    display: block;
}

.right-box li a span:nth-of-type(2) {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-box li a span:nth-of-type(2):hover {
    color: #ff6652;
}
