<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*sidetool*/


.tool-content {
    position: fixed;
    right: 10px;
    bottom: 300px;
    z-index: 4000;
}

    .tool-content li {
        height: 40px;
        width: 40px;
        background-color: #212121;
        position: relative;
        cursor: pointer;
    }

        .tool-content li img {
            width: 40px;
            padding: 10px;
        }

        .tool-content li:hover,
        .tool-content li.active {
            background-color: #ff7800;
        }

.tool-code {
    background-color: #ff7800;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 50px;
    top: 0;
    padding: 10px;
    /*display:none;*/
}

.tool-code-atricle {
    background-color: #ff7800;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    position: absolute;
    right: -3px;
    top: 15px;
    width: 10px;
    height: 10px;
}

.tool-content li img.tool-code-img {
    padding: 0;
    width: 100px;
}

/*意见反馈*/
.ml-feedback-content-table {
    width: 100%;
}

    .ml-feedback-content-table td {
        vertical-align: top;
        padding-bottom: 30px;
    }


    .ml-feedback-content-table tr td:first-child {
        font-size: 16px;
        color: #333333;
        width: 120px;
        text-align: center;
    }

.ml-feedback-edit {
    border: 1px solid #e0e0e0;
    width: 90%;
    height: 160px;
    padding: 20px 30px;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    resize: none;
    outline: none;
}

.ml-feedback-input {
    width: 300px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 15px;
    color: #666666;
    font-size: 14px;
    outline: 0 none;
}

.ml-feedback-btn {
    color: #fff;
    background-color: #ff7901;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    cursor: pointer;
}


.tool-tel {
    background-color: #ff7800;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 50px;
    top: 0;
    padding: 10px;
    width: 205px;
    /*display:none;*/
}

.tool-tel-atricle {
    background-color: #ff7800;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    position: absolute;
    right: -3px;
    top: 15px;
    width: 10px;
    height: 10px;
}

.createCustomerPhone {
    width: 220px;
}

    .createCustomerPhone input {
        width: 120px;
        height: 24px;
        line-height: 24px;
        border: 0 none;
        vertical-align: middle;
        background-color: #fff;
        padding: 0 5px;
    }

    .createCustomerPhone button {
        width: 60px;
        height: 24px;
        line-height: 24px;
        border: 0 none;
        background-color: #fff;
        vertical-align: middle;
        text-align: center;
    }

/*看过的车*/

.tool-logs {
    width: 426px;
    height: 485px;
    background-color: #e6e6e6;
    position: absolute;
    right: 50px;
    top: -190px;
    z-index: 9;
    /*display:none;*/
}

.tool-logs-colse {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
}

.tool-logs-atricle {
    background-color: #e6e6e6;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    position: absolute;
    right: -3px;
    top: 205px;
    width: 10px;
    height: 10px;
    z-index: 10;
}

.tool-logs-title {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
}

.tool-logs-content {
    height: 430px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 10px;
    border-bottom: 10px solid #e6e6e6;
    font-size: 0;
}

.tool-logs-content-list {
    height: 200px;
    width: 190px;
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
    margin-left:15px;
}

    .tool-logs-content-list:hover {
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

.tool-logs-content-list-img {
    height: 114px;
    width: 190px;
    overflow: hidden;
}

    .tool-logs-content-list-img img {
        width: 190px !important;
        padding: 0 !important;
    }

.tool-logs-content-list-name {
    font-size: 14px;
    color: #212121;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tool-logs-content-list-date {
    font-size: 12px;
    color: #797979;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
}

.tool-logs-content-list-price {
    color: #ff7901;
    font-size:16px;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
}

    .tool-logs-content-list-price del {
        color: #8b8b8b;
        font-size: 12px;
        margin-left: 20px;
    }

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

.tool-logs-content::-webkit-scrollbar {
    width: 10px;
    height: 16px;
    background-color: #fff;
    overflow: hidden;
}

/*定义滚动条轨道 内阴影+圆角*/

.tool-logs-content::-webkit-scrollbar-track {
    background-color: transparent;
}

/*定义滑块 内阴影+圆角*/

.tool-logs-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #d8d8d8;
}

.tool-pane {
    display: none;
}

#qrcode img {
    width: 180px !important;
    padding:0 !important;
}
</pre></body></html>