body {
    background: white !important;
    font-size: 14px;
}

#loadingPage {
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
}
#loadingPage img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.l-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    color: #333333;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-size: 14px;
    box-sizing: border-box;
}
.tool-content {
    margin: 16px auto;
    background-color: white;
    box-sizing: border-box;
    
    
}
.quick-selection {
    display: flex;
    align-items: center;
    height: 56px;
    background-color: #F3F5FF;
    padding-left: 16px;
}
.quick-title {
    width: 100px;
    margin-right: 10px;
    font-weight: 500;
}
#step-1 .step-1-img {
    margin-bottom: 16px;
}
#step-1 .step-1-img img {
    width: 1200px;
}
#step-1 .step-1-content {
    /* 四周阴影 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.struct-selection {
    /* margin: 24px 18px 60px 20px; */
}
#step-2 { 
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 4px;
    display: none;
    min-height: calc(100vh - 580px);
}
#struct-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 39999;
    display: none;
}
#struct-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 890px;
    height: 500px;
    background-color: white;
    box-shadow: 0 4px 30px rgba(27, 25, 86, 0.1);
    z-index: 40000;
}
#struct-modal .struct-mode-header {
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
#struct-modal .modal-title {
    font-size: 16px;
    font-weight: 500;
}
#struct-modal .modal-sub-title {
    margin-left: 20px;
    font-size: 14px;
    color: #E52F2C;
}
#struct-modal .modal-close { 
    cursor: pointer;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
#struct-modal .struct-mode-body {
    padding: 40px;
    /* 适应滚动条 */
    padding-right: 18px;
    width: 100%;
    height: 435px;
    overflow-y: auto;
    box-sizing: border-box;
}

.struct-mode-title {
    background-image: url(/vcommon/theme/selection/img/linear/gradient_bg.png);
    background-size: cover;
    /* background: linear-gradient( 90deg, #606266 0%, #6D6F73 33%, #7A7D81 68%, #8F9196 89%, #B5B6BC 99%); */
    color: white;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-left: 2px solid #FFCC00;
    padding-left: 20px;
    margin-bottom: 20px;
}
.struct-mode-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.struct-mode-group-list {
    font-size: 16px;
}
.struct-mode-group-item {
    display: flex;
    flex-direction: row;
}
/* 第二个struct-mode-group-item */
.struct-mode-group-item:nth-child(2) {
    margin-top: 40px;
}
.struct-mode-group-name {
    /* 竖排文字 */
    writing-mode: vertical-lr;
    /* 英文竖排 */
    text-orientation: upright;
    /* 字间距 */
    letter-spacing: 8px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #F3F3F3;
    margin-right: 40px;
}
#struct-modal .struct-mode-group-item:nth-child(2) .struct-mode-group-name {
    text-align: start;
    padding-top: 40px;
}
.struct-mode-item-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 40px;
}

.struct-mode-item {
    width: 214px;
    height: 214px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0; /* 防止缩小 */
}
.install-type-item:hover,
.struct-mode-item:hover {
    border: 1px solid #003399;
}
.install-type-list .selected::after {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/choose.png);
    background-size: cover;
    position: absolute;
    right: -0.5px;
    bottom: -0.5px;
    width: 15px;
    height: 15px;
}
.struct-mode-group-list .selected::after {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/choose.png);
    background-size: cover;
    position: absolute;
    right: -0.5px;
    bottom: -0.5px;
    width: 24px;
    height: 24px;
}
.encode-type-list .selected::after,
.change-forign-list .selected::after,
.control-type-content .selected::after {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/choose.png);
    background-size: cover;
    position: absolute;
    right: -0.5px;
    bottom: -0.5px;
    width: 12px;
    height: 12px;
}
.product-line-struct.selected::after {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/choose.png);
    background-size: cover;
    position: absolute;
    right: -0.5px;
    bottom: -0.5px;
    width: 15px;
    height: 15px;
}
.struct-mode-img {
    max-width: 204px;
    max-height: 156px;
    /* 图片不缩放填充 */
    object-fit: cover;

}
.struct-mode-item-name {
    width: 100%;
    height: 46px;
    background-color: #F3F5FF;
    line-height: 46px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.struct-mode-item-more {
    width: 212px;
    height: 212px;
    border: 1px solid #E8E8E8;
    text-align: center;
    margin-right: 40px;
    line-height: 24px;
    font-size: 20px;
    background-color: #F3F5FF;
    color: #003399;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.struct-mode-item-more img {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}
.red-tip {
    color: #E52F2C;
    font-size: 14px;
    line-height: 22px;
    margin: 14px 0 24px 0;
}
.redColor {
    color: #E52F2C;
}
.cad_dl_button {
    position: relative;
}

/* 非第一个.struct-item的padding-top 为 24px */
.struct-item:not(:first-child) {
    margin-top: 26px;
}
.struct-type-img {

}
.struct-type-select {
    display: flex !important;
    align-items: self-start !important;
}

.struct-item-header {
    display: flex;
    height: 54px;
    line-height: 22px;
    background-image: url(/vcommon/theme/selection/img/linear/gradient_bg.png);
    background-size: cover;
    /* background: linear-gradient( 90deg, #606266 0%, #6D6F73 33%, #7A7D81 68%, #8F9196 89%, #B5B6BC 99%); */
    color: white;
    align-items: center;
}
.struct-num {
    width: 30px;
    height: 54px;
    margin-left: 10px;
    text-align: center;
    color: #333333;
    line-height: 54px;
    background-image: url(/vcommon/theme/selection/img/linear/list_num.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.struct-item-header-item {
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.struct-item-content-item {
    padding: 0 12px;
}
.input_box.error .error_msg,
.input_box.spec_error .spec_error_msg {
    display: block;
}
.input_box input {
    background-color: white;
}
.axis-y-clear-msg {
    color: #E52F2C;
    font-size: 12px;
    padding-left: 12px;
    display: none;
}

.axis-y-flash {
    
    animation: flash 0.6s 4 alternate;
}
@keyframes flash {
    0% {
        background-color: white;
    }
    100% {
        background-color: #FFF4F4;
    }
}
.input_label {
    display: flex;
    align-items: center;
}
.clearable,
.righticon {
    position: relative;
}
.clearbtn {
    display: none;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-image: url(/vcommon/theme/selection/img/linear/gray_clear.png);
    background-size: contain;
}

.clearable .clearbtn {
    display: block;
}
.righticon::after {
    content: ''; 
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/icon_arrow_up.png);
    background-size: cover;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}
.error_msg,
.spec_error_msg {
    color: #E52F2C;
    font-size: 10px;
    display: none;
}
.custom-select.error .error_msg {
    display: block;
}
.type-column {
    width: 116px;
    margin-left: -8px;
}
.type-column .custom-select {
    width: 128px;
}
.axis-column {
    width: 96px;
}
.weight-column {
    width: 162px;
}
.distance-column {
    width: 168px;
}
.speed-time-column {
    width: 199px;
}
.speed-time-column .select-type {
    background-color: white;
    font-size: 12px;
    padding: 2px;
    width: 54px;
    /* display: flex;
    align-items: center; */
    cursor: pointer;
    margin-left: 8px;
    border-radius: 2px;
}
.type-time .speed-text {
    display: none;
}
.type-speed .time-text {
    display: none;
}
.speed-time-column .speed,
.speed-time-column .time { 
    text-align: center;
    border-radius: 2px;
}
.type-speed .speed {
    background-color: #003399;
    color: white;
}
.type-speed .time {
    background-color: white;
    color: #003399;
}
.type-time .speed {
    background-color: white;
    color: #003399;
}
.type-time .time {
    background-color: #003399;
    color: white;
}


.drive-mode-column {
    width: 156px;
}
.struct-drive-item .custom-select {
    width: 180px;
}
.options-column {
    width: 104px;
    padding-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 26px;
}
.options-column .struct-del {
    width: 54px;
    height: 26px;
    box-sizing: border-box;
    /* border: 1px solid white; */
    font-size: 12px;
    position: relative;
    text-align: right;
    padding: 0 6px;
    cursor: pointer;
    line-height: 22px;
    /* border-radius: 2px; */
}
.options-column .struct-del::before {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/white-del.png);
    background-size: cover;
    position: absolute;
    left: 4px;
    top: 5px;
    width: 14px;
    height: 14px;
}
.struct-item-content {
    display: flex;
    margin: 10px;
    padding-left: 26px;
}
.c-by-speed .struct-axis-list .struct-time { 
    display: none;
}
.c-by-time .struct-axis-list .struct-speed { 
    display: none;
}
/* 第一个.struct-item-content  */
.struct-item-content:first-child { 
    margin-left: 20px;
}
.struct-item-content .struct-mode-item {
    width: 120px;
    height: 120px;
    margin-right: 0;
    box-sizing: border-box;
}
.struct-item-content .struct-mode-img {
    max-width: 120px;
    max-height: 94px;
}
.struct-item-content .struct-mode-item-name {
    height: 26px;
    font-size: 16px;
    line-height: 26px;
}
.struct-axis-line {
    width: 1000px;
}
.struct-axis-line .struct-drive-item {
    width: 186px !important;
}
.struct-axis-line-box {
    display: flex;
    align-items: flex-start;
    padding: 7px 0 7px 0;
}
.struct-axis-line:first-child .struct-axis-line-box {
    padding-top: 0;
}

/* .axis-name {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    width: 50px;
    line-height: 22px;
    padding: 4px 11px;
} */
.struct-axis-line input {
    width: 72px;
    margin-right: 2px;
    line-height: 22px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    appearance: none;
    padding: 4px 12px;
    font-size: 14px;
    box-sizing: border-box;
}
.info-content input {
    width: 100%;
    line-height: 22px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    appearance: none;
    padding: 4px 12px;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
}
.custom-select.disabled .select-label,
.tool-content input.disabled,
.info-content input.disabled {
    background-color: #F3F3F3;
    cursor: not-allowed;
}
.custom-select.spec-disabled .select-label {
    color: #999999;
    cursor: not-allowed;

}

.error input {
    border: 1px solid #E52F2C;
}
.error input:focus {
    border: 1px solid #E52F2C;
}

input:focus {
    border: 1px solid #003399;
    outline: none; /* 移除默认的焦点轮廓 */
}
/* 针对Chrome, Safari, Edge等基于WebKit的浏览器 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 针对Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.struct-axis-line input[name="struct-weight"] { 
    
}
.custom-select {
    position: relative;
    width: 248px;
    height: 32px;
}
.custom-select .select-label {
    padding: 4px 11px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
}

.custom-select:not(.spec-disabled):not(.righticon)::after {
    content: ''; 
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/arrow-bottom.png);
    background-size: cover;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 10px;
    height: 10px;
}

.custom-select.open:not(.righticon)::after {
    background-image: url(/vcommon/theme/selection/img/linear/arrow-top.png);
}
.custom-select.open.righticon::after {
    background-image: url(/vcommon/theme/selection/img/linear/icon_arrow_down.png);
}
.little .custom-select::after {
    background-image: url(/vcommon/theme/selection/img/linear/lit-arrow-bottom.png);
    width: 12px;
    height: 12px;
}
.little .custom-select.open::after {
    background-image: url(/vcommon/theme/selection/img/linear/lit-arrow-top.png);
}
.custom-select .custom-options { 
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    display: none;
    z-index: 1000;
}
.custom-option {
    padding: 5px 10px;
    cursor: pointer;
}
.custom-option:hover {
    background-color: #DFEEFF;
}


.axis-clear {
    width: 39px;
    height: 32px;
    font-size: 12px;
    color: #003399;
    position: relative;
    text-align: right;
    padding: 0 6px;
    cursor: pointer;
    line-height: 32px;
    border-radius: 2px;
}
.axis-clear::before {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/blue-clear.png);
    background-size: cover;
    position: absolute;
    left: 6px;
    top: 10px;
    width: 13px;
    height: 13px;
}
.axis-content-list {
    margin: 0 10px;
}
.axis-content {
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    overflow: hidden;
}
.axis-content-header {
    display: flex;
    height: 38px;
    line-height: 22px;
    background-color: #E8E8E8;
    align-items: center;
    /* border-radius: 4px 4px 0 0; */
}
.p-h14 {
    padding: 0 14px;
}
.p-l14 {
    padding-left: 14px;
}
.p-r10 {
    padding-right: 10px;
}
.axis-content-name {
    width: 52px;
    text-align: center;
}
.sub-product-item .axis-content-name {
    width: 20px !important;
    padding-left: 18px;
    padding-right: 10px;
}
.product-img-item {
    width: 71px;
}
.product-name-item {
    width: 98px;
}
.product-pn-item {
    width: 239px;
}
.sub-product-item .product-img-item {
    width: 65px !important;
}
.product-weight-item {
    width: 46px;
}
.product-brand-item {
    width: 57px;
}
.product-count-item {
    width: 105px;
}
.product-ship-item {
    width: 48px;
}
.product-price-item {
    width: 122px;
}
.product-total-price-item {
    width: 118px;
}
.product-cad-item {
    width: 85px;
}
.sub-product-item .product-cad-item {
    width: 80px !important;
}
.product-name .prodcut-error-msg {
    display: none;
    color: #E52F2C;
    font-size: 12px;
    position: absolute;
    padding-top: 7px;
}
.axis-content.pro-error .prodcut-error-msg {
    display: block;
}
.product-item {
    display: flex;
    height: 72px;
    align-items: center;
    background-color: white;
}

.sub-product-list {
    background-color: #F8F8F8;
    display: none;
}
.sub-product-item {
    height: 64px;
    margin: 0 6px;
    border-radius: 4px;
}
.sub-product-item:not(:first-child)  {
    margin-top: 4px;
}
.product-checkbox-item {
    display: flex;
    justify-content: center;
}
.checkbox {
    cursor: pointer;
    position: relative;
    background-image: url(/vcommon/theme/selection/img/linear/ic_checkbox_normal_9.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: contain;
    margin: 0;
}
.checkbox.disabled {
    background-image: url(/vcommon/theme/selection/img/linear/ic_checkbox_disabled.png);

}
.checkbox.checked {
    background-image: url(/vcommon/theme/selection/img/linear/ic_checkbox_checked.png);
}

.checkbox .checked.check-error {
    background-image: url(/vcommon/theme/selection/img/linear/ic_checkbox_checked_error.png);
}

.product-img {
    text-align: center;
    display: flex;
    /* padding: 0 13px; */
}
.product-img img {
    width: 46px;
    height: 46px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}
.pn {
    color: #003399;
    text-decoration: underline;
    cursor: pointer;
    max-width: 141px;
    word-wrap: break-word;
    word-break: break-all;
}
.show-info {
    width: 60px;
}
.show-preview {
    width: 36px;
}
.lit-btn {
    background-color: #003399;
    color: white;
    cursor: pointer;
    height: 22px;
    margin-left: 4px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    line-height: 22px;
}
.product-count {
    display: flex;
}
.product-pn {
    display: flex;
    align-items: center;
}
.pt-price-num {
    position: relative;
    display: flex;
    align-items: center;
}

/* .pt-price-num::after {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/gray_ques.png);
    background-size: cover;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
} */
.product-count-input {
    width: 47px;
    border-top: 1px solid #DCDFE6;
    border-bottom: 1px solid #DCDFE6;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 14px;
}
.theoryLoadRate-input {
    border: 1px solid #DCDFE6;
    background-color: #F3F3F3;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    text-align: center;
    font-size: 14px;
    margin: 0 !important;
    
}
.loadRate-minus,
.count-minus {
    background: url(/vcommon/theme/selection/img/linear/minus.png) no-repeat;
}
.loadRate-plus,
.count-plus {
    background: url(/vcommon/theme/selection/img/linear/plus.png) no-repeat;
}
.loadRate-minus, .loadRate-plus {
    width: 58px;
    height: 32px;
    background-color: #F3F3F3;
    text-align: center;
    border: 1px solid #DCDFE6;
    cursor: pointer;
    background-size: 25%;
    background-position: center;
    box-sizing: border-box;
}
.loadRate-minus {
    position: absolute;
    left: 0;
    top: 0;
}
.loadRate-plus {
    position: absolute;
    right: 0;
    top: 0;
}
.count-minus, .count-plus {
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid #DCDFE6;
    cursor: pointer;
    background-size: 50%;
    background-position: center;
}
.count-minus.disabled, .count-plus.disabled {
    background-color: #F5F7FA;
    cursor: not-allowed;
}
.product-total-price {
    color: #E52F2C;
    font-weight: 500;
}
.product-cad {
    cursor: pointer;
    color: #003399;
    font-weight: 500;
    /* padding-right: 12px; */
    display: flex;
    align-items: center;
}
.product-cad img {
    width: 14px;
    height: 14px;
}
.buy-together {
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #F8F8F8;
    padding-left: 26px;
    /* border-radius: 0 0 4px 4px; */
}
.buy-together .checkbox {
    margin-left: 0;
}
.buy-together .together-text {
    margin-left: 5px;
}
.package-price {
    width: 100%;
    height: 48px;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #F8F8F8;
    display: none;
}
.package-price-text {
    color: #666666;
    margin-right: 20px;
}
.package-price-num {
    color: #E52F2C;
    font-weight: 500;
    margin-right: 30px;
    font-size: 20px;
}



/* 按钮 */
.option-groups {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 18px 14px;
}
.add-product {
    width: 188px;
    height: 40px;
    background-color: #003399;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
}
.add-product .content {
    position: relative;
    padding-left: 20px;
    /* margin-left: 41px; */
}
.add-product .content::before {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/add-product.png);
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
}
.batch-import {
    width: 116px;
    height: 40px;
    color: #003399;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #003399;
    box-sizing: border-box;
    background-color: white;
    cursor: pointer;
}
.batch-import .content {
    position: relative;
    margin-left: 41px;
}
.batch-import .content::before {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/batch-import.png);
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 3px;
    width: 16px;
    height: 16px;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10101;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 30px 0 rgba(27, 25, 86, 0.1);
    display: none;
}
.pro-info-header {
    width: 100%;
    position: fixed;
    top: calc(100vh - 80px - 46px);
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10202;
    display: none;
}
.pro-info-content {
    width: 100%;
    position: fixed;
    top: calc(100vh - 80px - 46px + 47px);
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    display: none;
}

.transparent-bg {
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: 115px;
    position: fixed;
    z-index: 10010;
    top: 0;
    left: 0;
    display: none;
}
.info-button-bg {
    /* box-shadow: 0 -4px 30px 0 rgba(27, 25, 86, 0.1); */
    position: relative;
    width: 130px;
    height: 47px;
    /* background-color: transparent; */

}
.info-button-bg .info-button {
    color: #003399;
    font-size: 16px;
    line-height: 22px;
    width: 272px;
    height: 100%;
    background: url(/vcommon/theme/selection/img/linear/shadow_bg.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    /* box-shadow: 0 4px 30px 0 rgba(27, 25, 86, 0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}
.info-button-bg .info-button .ic_more {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.pro-info-header.open .info-button .i_up {
    display: none;
}
.info-button .i_down {
    display: none;
}
.pro-info-header.open .info-button .i_down {
    display: block;
}
.info-content-header {
    /* 上边阴影 */
   box-shadow: 0 -30px 30px 0 rgba(27, 25, 86, 0.1);
   width: 100%;
   height: 17px;
   background-color: white;
}
.pro-info-content .info-content {
    width: 100%;
    background-color: white;
    height: calc(100vh - 80px - 46px -115px);
    /* display: none; */
    
}
   
.bottom-bar .bottom-content {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    z-index: 10003;
}
.bottom-bar .bottom-content-main {
    height: 80px;
    width: 1200px;
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hidden {
    display: none !important;
}
.bottom-bar .button-groups {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bottom-bar .big-button {
    width: 148px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #FFCC00;
    box-sizing: border-box;
    background-color: white;
    margin-right: 10px;
    cursor: pointer;
}
.bottom-bar .big-button .content {
    position: relative;
    margin-left: 41px;
}
.bottom-bar .big-button .content::before {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/batch-import.png);
    background-size: cover;
    position: absolute;
    left: -22px;
    top: 3px;
    width: 16px;
    height: 16px;
}

.bottom-bar .export-bom .content { 
    margin-left: 47px;
}
.bottom-bar .export-bom .content::before {
    background-image: url(/vcommon/theme/selection/img/linear/export-bom.png);
}

.bottom-bar .global-down-cad {
    background-color: #FFCC00;
}
.bottom-bar .global-down-cad .content {
    margin-left: 55px;
}
.bottom-bar .global-down-cad .content::before {
    background-image: url(/vcommon/theme/selection/img/linear/global-dl-cad.png);
}
.bottom-bar .down-file .content {
    margin-left: 56px;
}
.bottom-bar .down-file .content::before {
    background-image: url(/vcommon/theme/selection/img/linear/download_file.png);
}
.bottom-bar .save-btn .content {
    margin-left: 63px;
}
.bottom-bar .save-btn .content::before {
    background-image: url(/vcommon/theme/selection/img/linear/save_file.png);
}
.bottom-bar .bottom-price {
    display: flex;
    position: relative;
}
.bottom-bar .price-text {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: right;
}
.bottom-bar .all_price {
    font-size: 28px;
    font-weight: 500;
    color: #E52F2C;
    line-height: 22px;
    text-align: right;
    margin-left: 20px;
}
.bottom-bar .price-check-tip {
    position: absolute;
    color: #E52F2C;
    font-size: 12px;
    bottom: -22px;
    right: 0;
    width: 350px;
    text-align: right;
}

.params-details {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.detail-tabs {
    display: flex;
    height: 46px;
    align-items: center;
    
}
.detail-tab {
    width: 205px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #F7F9FA;
    display: none;
}
.detail-tab.has-model {
    display: flex !important;
}
.detail-tab.choosed-tab { 
    border-left: 1px solid #BED3FF;
    border-top: 1px solid #BED3FF;
    border-right: 1px solid #BED3FF;
    border-radius: 4px 4px 0 0;
    background-color: white;
}
.detail-tab-num {
    width: 24px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background-image: url(/vcommon/theme/selection/img/linear/list_num.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.detail-tab-title {
    margin-left: 3px;
    font-size: 16px;
    color: #666666;
}
.choosed-tab .detail-tab-title {
    color: #003399;
}
.detail-content {
    height: calc(100vh - 80px - 46px - 17px - 115px - 46px); 
    display: none;
    position: relative;
}
.detail-content.has-model.current-detail {
    display: block;
}
.detail-content-in {
    height: calc(100vh - 80px - 46px - 17px - 115px - 46px);
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.detail-content-in::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.detail-intro {
    display: flex;
    border: 1px solid #BED3FF;
    border-radius: 0 0 4px 4px;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.detail-intro-info {
    width: 100%;
    margin-right: 10px;
}
.detail-intro .struct-mode-item {
    width: 160px;
    height: 160px;
    margin-right: 30px;
}

.detail-intro .struct-mode-img {
    max-width: 150px;
    max-height: 115px;
}
.detail-intro .struct-mode-item-name {
    font-size: 12px;
    height: 35px;
    line-height: 35px;

}
.detail-intro-info-title {
    display: flex;
    margin-bottom: 10px;

}
.detail-intro-info-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    margin-right: 15px;
}
.detail-rechoose-struct {
    border: 1px solid #003399;
    box-sizing: border-box;
    width: 174px;
    height: 34px;
    border-radius: 4px;
    color: #003399;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.rechoose-struct-img {
    margin-left: 10px;
    width: 16px;
    height: 16px;
}
.detail-intro-msg-list {
    overflow-y: scroll;
    height: 120px;
    background-color: #f3f3f3;
    border-radius: 6px;
}
.detail-intro-msg {
    line-height: 16px;
    padding: 3px 10px;
    padding-left: 34px;
    font-size: 12px;
}
.detail-intro-msg-title {
    color: #666666;
    line-height: 16px;
    position: relative;
}
.motor-message-title {
    line-height: 16px;
    padding: 8px 10px 3px 16px;
    font-size: 12px;
}

.motor-message-install .detail-intro-msg:last-child {
    padding-bottom: 8px;
}

.detail-intro-msg-title::before {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/yellow_warning.png);
    background-size: cover;
    position: absolute;
    left: -22px;
    top: 1px;
    width: 14px;
    height: 14px;
}
/* 轴参数 */
.detail-axis-info {

}
.detail-axis-info-title {
    width: 100%;
    height: 54px;
    background-image: url(/vcommon/theme/selection/img/linear/gradient_bg.png);
    background-size: cover;
    /* background: linear-gradient( 90deg, #606266 0%, #6D6F73 33%, #7A7D81 68%, #8F9196 89%, #B5B6BC 99%); */
    border-left: 3px solid #FFCC00;
    color: white;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.detail-axis-info-title.sticky {
    position: sticky;
    top: 0;
    z-index: 1002;
}
/* .detail-axis-info-title-holder {
    width: 100%;
    height: 0;
} */

.detail-axis-name {
    margin-left: 17px;
}
.detail-axis-alias {
    margin-left: 17px;
    width: 248px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 2px;
    position: relative;
}
.detail-axis-alias input {
    width: 220px;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 5px 12px;
    line-height: 20px;
}
.edit-axis-alias {
    margin-left: 16px;
    cursor: pointer;
    background-image: url(/vcommon/theme/selection/img/linear/icon_editor.png);
    background-size: cover;
    width: 14px;
    height: 14px;
}
.detail-axis-info-reset {
    background-color: transparent;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    width: 132px;
    height: 34px;
    line-height: 34px;
    margin-left: 16px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: 1px solid white;
    box-sizing: border-box;
}
.table-cell-list {
    padding-left: 20px;
}
.table-cell {
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}
.cell-title {
    width: 142px;
    text-align: right;
    line-height: 22px;
    margin: 5px 0;
    height: 22px;
}
.ques_icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    cursor: pointer;
}

.cell-icon {
    width: 16px;
    height: 16px;
    margin: 8px;
    cursor: pointer;
}
.cell-content { 
    margin-left: 2px;
    display: flex;
    position: relative;
}
.install-type-list {
    display: flex;
}
.install-type-item {
    width: 140px;
    height: 140px;
    border: 1px solid #E8E8E8;
    margin-right: 22px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.install-type-img {
    width: 138px;
    height: 110px;
}
.install-type-name {
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    background-color: #F3F5FF;
}
.cell-main-select {
    width: 248px;
    height: 32px;
}
.row-weight-cell,
.one-way-distance-cell,
.max-speed-cell,
.max-time-cell {
    background-color: #F3F5FF;
    width: 574px;
}
.change-forign-item {
    width: 60px;
    height: 32px;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.change-forign-item:first-child {
    margin-right: 40px;
}
.encode-type-item.selected,
.control-type-item.selected,
.change-forign-item.selected {
    color: #003399;
}

.cell-main-input input  {
    width: 248px;
    box-sizing: border-box;
}
.cell-dir-input input {
    width: 101px;
    box-sizing: border-box;
}
.ecc-direction {
    display: flex;
    margin-right: 4px;
}
.row-ecc-distance .disabled .select-label {
    cursor: pointer !important;
}
.direction-title {
    margin-right: 40px;
    line-height: 32px;
}

.group-title {
    border-left: 3px solid #003399;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 17px;
}
.condition-btns {
    display: flex;
    margin-bottom: 20px;
}
.condition-btn { 
    width: 142px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 30px;
    border-radius: 2px;
}
.condition-btn.choosed {
    border: 1px solid #003399;
    color: white;
    background-color: #003399;
}
.condition-btn .img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-image: url(/vcommon/theme/selection/img/linear/transfer_black.png);
    background-size: cover;
}
.condition-btn.choosed .img {
    background-image: url(/vcommon/theme/selection/img/linear/transfer_blue.png);
}
.compute-table {
    width: 100%;
    margin-top: 20px;
}
.compute-table-title {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F3F3;
    font-size: 16px;
    font-weight: 500;
}
.compute-table-body {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    background-color: #FDFDFD;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 2px;
}
.compute-table-result .table-cell {
    margin-top: 0;
}
.compute-table-legend {
    margin-right: 24px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
}
.chart-title {
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
}
.chart-title span {
    line-height: 16px;
    margin-right: 8px;
}
.chart-title .cell-icon {
    margin: 0;
}
  
/* .detail-axis-info:not(:first-child) .electrical-group .encode-type-item,
.detail-axis-info:not(:first-child) .electrical-group .control-type-item {
    display: none;
}
.detail-axis-info:not(:first-child) .electrical-group .selected {
    display: flex !important;
}
.detail-axis-info:not(:first-child) .electrical-group .electrical-driver .custom-select:not(.spec-disabled)::after {
    background-image: none;
} */

  
.electrical-group {
padding-bottom: 30px;
}
.electrical-content {
    display: flex;
    justify-content: space-between;
}
.electrical-driver {
    margin-top: 5px;
    display: flex;
    align-items: flex-start;
}
.driver-title,
.control-title {
    text-align: right;
    margin-right: 34px;
    width: 142px;
    line-height: 32px;
}
.electrical-driver-value {

}
.what-is-driver {
    color: #003399;
    cursor: pointer;
    line-height: 22px;
    position: relative;
    margin-left: 24px;
}
.what-is-driver::before {
    content: '';
    display: inline-block;
    background-image: url(/vcommon/theme/selection/img/linear/blue_play.png);
    background-size: cover;
    position: absolute;
    left: -24px;
    top: 3px;
    width: 16px;
    height: 16px;
}
.control-type {
    width: 574px;
    height: 46px;
    background-color: #F3F5FF;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.control-type-content {
    display: flex;
}
.encode-type-item,
.control-type-item {
    width: 134px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CDCDCD;
    margin-right: 40px;
    cursor: pointer;
    background-color: white;
    box-sizing: border-box;
    border-radius: 2px;
}
.selected {
    border: 1px solid #003399;
    position: relative;
}

.line-length {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.line-title {
    text-align: right;
    width: 142px;
    line-height: 32px;
}
.electrical-info {
    width: 506px;
    font-size: 12px;
}
.electrical-info-title {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 14px;
}
.ele-info-item {
    display: flex;
    align-items: center;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}
.ele-info-item:last-child {
    border-bottom: 1px solid #E8E8E8;
}
.ele-info-item-title {
    width: 160px;
    text-align: center;
    line-height: 30px;
    background-color: #F7F9FA;
    border-right: 1px solid #e8e8e8;
}
.ele-info-item-value {
    padding-left: 24px;
    line-height: 30px;
    width: 320px;
}
.together-goods-title {
    padding: 0 20px;
    background-color: #F3F3F3;
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.together-goods {
    margin-bottom: 20px;
}
.together-goods-item {
    /* width: 560px; */
    display: flex;
    justify-content: space-between;
}
.together-goods-info {
    display: flex;
    align-items: flex-start;
    background-color: #F7F9FA;
    padding: 36px 40px;
    width: 408px;
    margin: 10px 0;
}
.together-goods-img {
    width: 100px;
    /* height: 160px; */
    
    margin-right: 24px;
}
.together-goods-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100px;
    height: 100px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}
.together-goods-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.tg-table {
    background-color: #F7F9FA;
    /* padding: 12px 10px; */
    font-size: 12px;
    /* width: 380px; */
    /* margin-top: 10px; */
}
.tg-table-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tg-table-row:last-child {
    margin-bottom: 0;
}

.tg-colum-title {
    width: 54px;
    height: 18px;
    margin-right: 10px;
    text-align: left;
    color: #666666;
}
.tg-colum-value {

}
.tg-partnumber {
    color: #003399;
    text-decoration: underline;
    cursor: pointer;
}
.together-goods-specs {
    margin-right: 30px;
}


.together-goods-specs-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.tg-specs-title {
    width: 166px;
    text-align: right;
    line-height: 32px;
    margin-right: 10px;
}
.tg-specs-value {
    display: flex;
}
.flex {
    display: flex;
}
.select-range {
    line-height: 32px;
    margin-left: 4px;
}
.tg-line {
    height: 1px;
    width: 100%;
    align-self: stretch;
    background-color: #F3F3F3;

}
.right-sidebar {
    position: fixed;
    z-index: 19000;
    height: 100%;
    top: 0;
    right: 10px;
    box-shadow: 0 4px 10px 0 rgba(27, 25, 86, 0.1);
    
}
.right-siderbar-list {
    transform: translateY(-50%);
    top: 30%;
    position: absolute;
    right: 0;
    z-index: -1;
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    background-color: white;
}
.right-sidebar-item {
    width: 56px;
    height: 64px;
    font-size: 12px;
    left: 0;
    position: relative;
    /* margin-bottom: 2px; */
    cursor: pointer;
}
.right-sidebar-title {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.right-sidebar-item .li-sep {
    width: 22px;
    height: 1px;
    background-color: #E8E8E8;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0);
}
.rsb-my-favorite .right-sidebar-title {
    background-image: url(/vcommon/theme/selection/img/linear/folder.png);
}
.rsb-cad-list .right-sidebar-title {
    background-image: url(/vcommon/theme/selection/img/linear/cad_history.png);
}
.rsb-CS .right-sidebar-title {
    background-image: url(/vcommon/theme/selection/img/linear/call-help.png);
}
.rsb-CS .CS-QR-content {
    position: absolute;
    left: -196px;
    top: 0;
    background-color: transparent;
    width: 196px;
    height: 242px;
    background-image: url(/vcommon/theme/selection/img/linear/icon_alert_bg.png);
    background-size: cover;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.1);
    padding: 8px 16px;
    box-sizing: border-box;
    display: none;
}
.rsb-CS .CS-QR-content .qr-img {
    width: 156px;
    height: 156px;
}
.rsb-CS .CS-QR-content .CS-QR-text {
    text-align: center;
    width: 100%;
    margin-top: 18px;
    line-height: 22px;
}
.rsb-CS .CS-QR-content .CS-QR-text-title {
    font-size: 16px;
}
.rsb-CS .CS-QR-content .CS-QR-text-content {
    font-size: 12px;
    margin: 6px 0 2px 0;
}
.highlight .right-siderbar-list {
    background-color: #003399;
}
.highlight .li-sep {
    background-color: white;
}
.highlight .rsb-my-favorite .right-sidebar-title {
    background-image: url(/vcommon/theme/selection/img/linear/folder_hover.png);
}
.highlight .rsb-cad-list .right-sidebar-title {
    background-image: url(/vcommon/theme/selection/img/linear/cad_history_hover.png);
}
.highlight .rsb-CS .right-sidebar-title {
    background-image: url(/vcommon/theme/selection/img/linear/call-help_hover.png);
}
.quick-nav {
    position: absolute;
    z-index: 19000;
    bottom: 20%;
    transform: translate(0, -50%);
    right: 0;
    box-shadow: 0 4px 10px 0 rgba(27, 25, 86, 0.1);
    display: none;
}
.quick-nav ul {
    background-color: #CDCDCD;
    border-radius: 4px;
    padding: 2px;
}
.quick-nav ul li { 
    text-align: center;
    /* padding: 0 12px; */
    height: 32px;
    font-size: 14px;
    background-image: url(/vcommon/theme/selection/img/linear/icon_target_normal.png);
    background-size: cover;
    min-width: 142px;
    margin: 1px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-radius: 2px;
    cursor: pointer;
}
.quick-nav ul li.noAddGoods {
    background-image: url(/vcommon/theme/selection/img/linear/icon_target_only_normal.png);
}
.quick-nav ul li.on.noAddGoods {
    background-image: url(/vcommon/theme/selection/img/linear/icon_target_only_selected.png);
    background-size: cover;
}
.quick-nav ul li.on:hover,
.quick-nav ul li:hover {
    background-image: url(/vcommon/theme/selection/img/linear/icon_target_hover.png);
    background-size: cover;
    color: white;
}
.quick-nav ul li.on.noAddGoods:hover,
.quick-nav ul li.noAddGoods:hover {
    background-image: url(/vcommon/theme/selection/img/linear/icon_target_only_hover.png);
}
.quick-nav ul li.on {
    background-image: url(/vcommon/theme/selection/img/linear/icon_target_selected.png);
    background-size: cover;
}

.quick-nav ul li .li-axis {
    background-color: transparent;
    color: white;
    /* border-left: 1px solid #FFCC00; */
    height: 32px;
    line-height: 32px;
    padding-left: 8px;
    width: 83px;
    text-align: left;
    cursor: pointer;
}
.quick-nav ul li .li-axis.cover {
    width: 100%
}
.quick-nav ul li.on .li-axis {
    color: #333333;
}
.quick-nav ul li.on:hover .li-axis,
.quick-nav ul li:hover .li-axis {
    color: white;
}
.quick-nav ul li .li-pro {
    background-color: transparent;
    color: #666666;
    height: 14px;
    line-height: 14px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    padding-right: 4px;
}
/* .quick-nav ul li .li-pro::before {
    content: '';
    position: absolute;
    left: -11px;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-top: 14px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 11px solid white;
} */


/* 重选弹窗 */

.modal {
    display: none;
    position: fixed;
    z-index: 14001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    font-style: normal;
}
.modal-content {
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 276px;
    position: relative;
}

.modal-content .close {
    cursor: pointer;
    color: #aaa;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-content .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.modal-content .paragraph_1 {
    margin-top: 30px;
    width: 224px;
    height: 40px;
    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
 }
.modal-content .confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: rgba(255, 204, 0, 1);
    height: 36px;
    width: 120px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 36px;
 }
.modal-content .cancel {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 20px;
    align-content: center;
    background-color: rgba(255, 255, 255, 1);
    height: 36px;
    border: 1px solid rgba(255, 204, 0, 1);
    width: 120px;
    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 36px;
 }
.alert-modal .alert-title {
    height: 26px;
    padding: 20px 50px 10px 20px;
    font-size: 16px;
    font-weight: bold;
}
.alert-modal .close {
    right: 20px;
    top: 25px;
 }
.alert-large-modal .modal-content {
    width: 960px;
    height: auto;
}
.alert-medium-modal .modal-content {
    width: 720px;
    height: auto;
}
.alert-modal .content-info {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    max-height: 442px;
    overflow: auto;
}
.alert-modal .subtitle {
    padding: 30px 20px 10px 20px;
    font-size: 14px;
}
.alert-modal .source-content { 
    padding: 0 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.alert-modal .source-content .hor-flex {
    display: flex;

}
.alert-large-modal .product-more-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-large-modal .source-content img { 
    max-width: 720px;
}
.alert-medium-modal .source-content img { 
    max-width: 680px;
    width: 50%;
}
#modal-ecc-info .source-content img {
    width: 40% !important;
}
#modal-theoryLife-info .source-content img,
#modal-theoryload-info .source-content img {
    width: 100%;
}
.alert-modal .bottom-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 40px;
}
.alert-modal .cancel {
    margin-left: 0;
}
.ques_tip_box {
    position: relative;
}
.ques_tip_box .ques_tip {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff7d6;
    color: #333;
    width: 310px;
    height: auto;
    padding: 4px 0;
    left: -145px;
    bottom: 24px;
    border: 1px #e8e8e8;
    border-radius: 2px;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.ques_tip_box .ques_tip::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 150px;
    border-width: 9px 7px 0 7px;
    border-style: solid;
    border-color: #fff7d6 transparent transparent transparent;
}
.ques_tip_box .ques_tip .tipsFont {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
}
.ques_tip_box .ques_icon:hover+.ques_tip {
    display: flex;
}

.weight-column .ques_tip_box .ques_tip {
    left: -157px;
    bottom: 22px;
    width: 340px;
}
.weight-column .ques_tip_box .ques_tip::before {
    top: 22px;
    left: 163px;
    border-width: 9px 7px 0 7px;
    border-color: #fff7d6 transparent transparent transparent;
}
.weight-column .input_box {
    overflow: visible;
    white-space: nowrap;
    position: relative;
}
.weight-column .input_box.spec_error .spec_error_msg {
    position: absolute;
    z-index: 10;
    top: 32px;
    background-color: white;
}

/* CAD全部下载弹窗css - start */
#modal-cad-dl .modal-content {
    width: 720px !important;
    /* height: 600px !important; */
    max-height: 600px;
}
#modal-cad-dl .cad-dl-group-list {
    margin: 6px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#modal-cad-dl .cad-dl-group {
    margin-top: 24px;
}

#modal-cad-dl .cad-dl-group-title {
    display: flex;
    align-items: center;
    height: 37px;
}
#modal-cad-dl .cad-dl-group-id {
    height: 37px;
    line-height: 37px;
    width: 24px;
    text-align: center;
    background-color: #FFCC00;
    position: relative;
}
#modal-cad-dl .cad-dl-group-id::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    background-color: #ffcc00;
    /* border-radius: 50%; */
    /* margin-left: 5px; */
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0px 12px 8px 12px;
    border-style: solid;
    border-color: transparent transparent #FFffff transparent;
}
#modal-cad-dl .cad-dl-group-name {
    margin-left: 13px;
    line-height: 37px;
    font-weight: bold;
    font-size: 16px;
}
#modal-cad-dl .cad-dl-group-header {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    height: 54px;
    background-color: #F3F3F3;
    margin-top: 16px;
}
#modal-cad-dl .cad-dl-gh-img {
    margin-left: 16px;
    width: 127px;
}
#modal-cad-dl .cad-dl-gh-name {
    width: 164px;
}
#modal-cad-dl .cad-dl-gh-pn {
    width: 222px;
}
#modal-cad-dl .cad-dl-gh-cad {
    width: 151px;
}

#modal-cad-dl .cad-dl-pro-list {

}
#modal-cad-dl .cad-dl-pro-item {
    display: flex;
    height: 68px;
    align-items: center;
    border: 1px solid #f3f3f3;
    border-top: none;
    box-sizing: border-box;
}
#modal-cad-dl .cad-dl-pro-item:hover {
    background-color: #f3f3f3;
}
#modal-cad-dl .cad-dl-pro-img-box {
    width: 111px;
    margin-right: 16px;
    padding-left: 13px;
}
#modal-cad-dl .cad-dl-pro-img {
    width: 46px;
    height: 46px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}
#modal-cad-dl .cad-dl-pro-name {
    width: 164px;
}
#modal-cad-dl .cad-dl-pro-code {
    width: 206px;
    margin-right: 16px;
}
#modal-cad-dl .cad-dl-pro-code a {
    color: #003399;
    text-decoration: underline;
    cursor: pointer;
}
#modal-cad-dl .content-info {
    padding-bottom: 30px;
}
#modal-cad-dl .cad-dl-pro-cad-dl {

}
/* CAD全部下载弹窗css - end */

/* 资料下载css - start */
#modal-file-dl .modal-content {
    width: 560px !important;
    max-height: 500px;
}
#modal-file-dl .file-dl-content {
    padding: 20px;
}
#modal-file-dl .file-dl-all {
    height: 54px;
    display: flex;
    align-items: center;
    background-color: #f3f3f3;
    padding: 0 16px;
}
#modal-file-dl .file-dl-checkbox,
#modal-file-dl .file-dl-item-checkbox {
    margin-right: 16px;
}
#modal-file-dl .file-dl-text {

}
#modal-file-dl .file-download-list {

}
#modal-file-dl .file-dl-item {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background-color: white;
    border: 1px solid #f3f3f3;
    border-top: none;
}
#modal-file-dl .file-dl-name {

}
#modal-file-dl .file-dl-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px 0;
}
#modal-file-dl .file-dl-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 32px;
    background-color: #ffcc00;
    border-radius: 2px;
    cursor: pointer;
}

/* 资料下载css - end */

/* 表格 start */
.product-more-img {
    margin-top: 20px;
}
.model-table td, .model-table th  {
    text-align: center;
    vertical-align: middle;
    height: 44px;
    background-color: #D6EFFF;
    border: 1px solid #333333;
}
.model-table .mark-td {
    background-color: white;
    color: #EB6E00;
}
.model-table .dark-bg td, .model-table .dark-bg th{
    background-color: #cccccc !important;
    color: #333333;
}
.model-table-title {
    line-height: 26px;
    margin-top: 20px; 
    margin-bottom: 10px;
    font-weight: 500;
    font-family: MicrosoftYaHei-Bold;
}
#modal-part-info .subtitle,
#modal-chain-info .subtitle,
#modal-rail-info .subtitle {
    display: none !important;
}
.model-table-ontology {
    margin-top: 0px !important; 
    margin-bottom: 0px !important;
}
.model-main-table .dark-bg {
    height: 72px;
}
.model-main-table th, .model-main-table th {
    width: 69px;
}
.model-table .t-m-th {
    width: 205px;
}
.model-attach-table td, .model-attach-table th {
    width: 160px;
}

.model-per-table td, .model-per-table th { 
    width: 236px;
}
.model-per-table .t-m-th {
    background-color: #cccccc !important;
    color: #333333;
}
.model-drive-table td, .model-drive-table th { 
    width: 478px;
}
.model-drive-table .t-m-th {
    background-color: #cccccc !important;
    color: #333333;
}

.product-more-model-tbl {
    display: flex;

}
/* 表格 end */
.detail-error-tip {
    color: white;
    background-color: #E52F2C;
    width: 200px;
    line-height: 22px;
    padding: 5px 4px;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    display: none;
}