﻿
.disabledClass {
    /* 视觉禁用样式 */
    background: #eae9e9 !important;
    border: 1px dashed #dfe6f0 !important;
    cursor: no-drop !important;
    /* 禁止所有指针事件 */
    pointer-events: none !important;
    /* 禁止文本选择 */
    user-select: none !important;
    -webkit-user-select: none !important; /* Safari 兼容 */
    -moz-user-select: none !important; /* Firefox 兼容 */
    -ms-user-select: none !important; /* IE/Edge 兼容 */
}

.normal {
    font-weight: 400;
}

.pull-left {
    float: left !important;
}

#btnSubmitOK:hover {
    background: #19a35f;
    color: #fff;
    border: 1px solid #0f6d3e;
    cursor: pointer;
}

@media screen and (max-width: 1300px) {

    .cost-details-list .ww {
        width: 22.759%;
    }
}

.layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    margin-top: -8px;
    border-right-style: solid;
    border-bottom-color: #c3c9d2;
}

#_easyui_textbox_input7 {
    outline: none;
    border: 1px solid #dfe6f0;
    width: 40px;
    height: 27px;
    padding: 0 5px;
}

#divAddressNew {
    margin: 10px;
}

    #divAddressNew table {
        width: 100%;
    }

        #divAddressNew table th {
            line-height: 3;
            background: #f8f8f8;
        }

        #divAddressNew table td {
            line-height: 3;
        }

.layui-layer-tips .layui-layer-content img {
    max-width: 100%;
}

#TGType1 table, #TGType2 table, #TGType3 table, #TGTypegp table {
    width: 100%;
    line-height: 2;
    text-align: center;
}

    #TGType1 table th, #TGType2 table th, #TGType3 table th, #TGTypegp table th {
        text-align: center;
        color: green;
    }

/**上传框按钮*/
.uploadfiles {
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
    color: #262626;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

    .uploadfiles input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .uploadfiles:hover {
        background: #00719d;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

#divUpFile a {
    background-color: #505050;
    background-image: -o-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -moz-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -webkit-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -ms-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#505050),color-stop(1,#707070));
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial,Helvetica,sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    width: 74px;
    height: 30px;
    line-height: 26px;
}

.loding_gif {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(50%,50%);
    z-index: 2147483647;
}

.loding_images {
    width: 50px;
    height: 50px;
}


.requirements-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.requirements-title i {
    margin-right: 5px;
    color: #3498db;
}

.requirements-list {
    list-style-type: none;
    padding-left: 10px;
}

    .requirements-list li {
        padding: 8px 0;
        display: flex;
        align-items: flex-start;
        font-size: 15px;
        line-height: 1.5;
        color: #555;
        border-bottom: 1px dashed #eee;
    }

        .requirements-list li:last-child {
            border-bottom: none;
        }

        .requirements-list li i {
            color: #27ae60;
            margin-right: 5px;
            margin-top: 5px;
            font-size: 14px;
        }

.important-note {
    background: #fef6e6;
    border-left: 4px solid #f39c12;
    padding: 5px;
    border-radius: 0 6px 6px 0;
    display: flex;
}

    .important-note i {
        color: #f39c12;
        font-size: 20px;
        margin-right: 12px;
        flex-shrink: 0;
    }

.note-content {
    color: #7d5a28;
}

    .note-content strong {
        color: #d35400;
    }

#countList label.selected {
    background-color: #e6f7ff;
    border-color: #1890ff;
}

#countList input[type="radio"] {
    margin-right: 5px;
}

.price-display {
    color: #ff5722;
    font-weight: bold;
    font-size: 18px;
}

.info-icon {
    color: #1E9FFF;
    cursor: pointer;
    margin-left: 5px;
}

.error-tip {
    color: #ff5722;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.update-qcshaoshu {
    color: red;
    font-size: 14px;
    display: none;
}
