
/* CAD CSS start */

.c-balloonBoxWrap--cadDL {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    font-size: 12px;
    transform: translate(-50%, -50%);
}

.c-balloonBoxWrap--cadDL:before {
    border-bottom-color: #e8e8e8 !important;
    display: none !important;
}

.c-balloonBoxWrap--cadDL:after {
    top: -16px !important;
    border-bottom-color: #FFFFFF !important;
    display: none !important;
}

.c-balloonBoxWrap--cadDL:after,
.c-balloonBoxWrap--cadDL:before {
    left: 115px;
    right: 96px;
    top: -17px;
    content: " ";
    border: solid transparent;
    border-width: 10px;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
}

.c-balloonBox--cadDL {
    min-width: 370px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
    max-width: 900px;
    max-height: 390px;
    overflow-y: auto;
}

.c-balloonBoxInner--cadDL {
    padding: 10px;
}
/* CAD使用规则 start */
.c-balloonBoxWrap--cadDL:after,
.c-balloonBoxWrap--cadDL:before {
    right: 94px;
    left: auto;
}
.positionr {
    position: relative;
}

.new_cadDl .m-h3 {
    background: none;
    border-left: 0;
    padding: 0;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.new_cadDl .m-unit {
    margin-top: 10px;
}

.new_cadDl .c-selectFileType__select .m-btn--dataGenerate.is-disabled {
    background: #F3F3F3 !important;
    color: #CDCDCD !important;
    cursor: default;
}

.new_cadDl .c-selectFileType__select .m-btn--dataGenerate {
    width: 86px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    background: #FDD300!important;
    color: #4a4a4a!important;
    font-size: 12px;
    font-weight: 400;
    border: none;
    box-shadow: none;
}

.new_cadDl .c-balloonBoxInner--cadDL p {
    color: #9b9b9b;
}

.m-linkList--CADData {
    max-height: 350px;
    overflow-y: auto;
    width: 440px;
    display: flex;
    flex-wrap: wrap;
}

.new_cadDl .m-linkList--CADData li {
    line-height: 15px;
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.new_cadDl .m-linkList>li,
.new_cadDl .m-linkList--CADData li {
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
}

.new_cadDl .m-linkList>li>a,
.new_cadDl .m-linkList--CADData li a {
    padding: 0;
    background: none;
    color: #003399 !important;
}

.new_cadDl .m-linkList--CADData li {
    line-height: 15px;
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.new_cadDl .m-linkList--CADData li:nth-child(2n) {
    padding-right: 0;
}

.new_cadDl .c-selectFileType__ttl {
    width: auto;
    min-width: 53px;
    max-width: 59px;
    color: #4a4a4a;
    font-weight: 400;
    padding-right: 5px;
    text-align: right;
    box-sizing: border-box;
}

.new_cadDl .c-selectFileType__select {
    display: flex;
    align-items: center;
    position: relative;
}

.new_cadDl .c-selectFileType__select>.m-select {
    width: 220px;
    margin-right: 10px;
    border-color: #CDCDCD;
    color: #4A4A4A;
    font-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    /*CN_NT-367*/
    cursor: pointer;
}

.new_cadDl .c-selectFileType__select>.m-select::-ms-expand {
    display: none;
}

.new_cadDl #cadGenerateArea {
    border: 1px solid #CDCDCD;
    padding: 10px;
    margin: 20px 0 20px 0;
}

.new_cadDl #cadGenerateArea .m-h4--cadDL {
    margin: 0;
    line-height: 20px;
    padding: 0;
    margin-bottom: 5px;
    color: #4A4A4A;
    border: none;
}

.new_cadDl #cadGenerateArea .m-h4--cadDL+p {
    margin-bottom: 10px;
    color: #4A4A4A;
}

.new_cadDl #cadGenerateArea .m-unit {
    margin-top: 5px;
}

.new_cadDl #cadGenerateArea .m-unit a {
    color: #003399;
    background: none;
    padding: 0;
}

.new_cadDl #cadGenerateArea>p>strong {
    font-weight: 400;
}

#cadGenerateArea {
    border: 1px solid #CDCDCD;
    margin: 20px 20px 0 20px;
    padding: 10px;
}

.new_cadDl #dlGenerateProgress {
    margin: 20px 0 10px;
    background-image: url(/vcommon/theme/detail/img/detailimg.png);
    height: 20px;
    background-position: -10px -2079px;
    background-size: unset;
}

.new_cadDl #dlGenerateProgress.mc-step2 {
    background-position: -10px -2101px;
}

.new_cadDl #dlGenerateProgress.mc-step3 {
    background-position: -10px -2123px;
}

.new_cadDl #dlGenerateProgress.mc-step4 {
    background-position: -10px -2145px;
}

.new_cadDl #dlGenerateProgress.mc-step5 {
    background-position: -10px -2167px;
}

.new_cadDl .m-btn--cadDL2D3DPreview {
    background-image: url(/vcommon/theme/detail/img/newCADdownLoad-y.png);
    background-size: 16px 16px;
    background-position-x: 10px;
    display: inline-block;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF !important;
    background-color: #003399 !important;
    padding: 0 10px 0 31px;
    line-height: 36px;
    border-radius: inherit;
    text-align: left;
    margin: 0 0 10px;
    box-shadow: none;
}

.new_cadDl #CAD_configurator:hover {
    color: #CDCDCD !important;
}

.new_cadDl #CAD_MoldExpress {
    background-image: url(/vcommon/theme/detail/img/newCADdownLoad-y.png);
    background-color: #003399 !important;
    color: #fff !important;
}

.r-goodsName:first-child+.icons {
    margin-right: 4px;
}

.new-l-headerWrap {
    z-index: 9001;
}

.new_cadDl .m-info-text{
    padding-bottom: 20px;
    line-height: 16px;
}
.new_cadDl .c-balloonBoxInner--cadDL .new_alter--strong{
    line-height: 16px;
    margin-bottom: 20px;
    padding-top: 5px;
}

.new_cadDl .detail-sprites.downgreyicon {
    width: 16px;
    height: 16px;
    background-position: -36px -12px;
    position: absolute;
    left: 194px;
    top: 8px;
    pointer-events: none;
}

.new_cadDl .c-balloonBoxInner--cadDL .m-alert:not(.new-m-alert), 
.new_cadDl .c-balloonBoxInner--cadDL .m-alert--strong:not(.new_alter--strong) {
    display: flex;
    align-items: center;
}

/* CAD数据使用规则 */

#CAD_agree,
#CAD_disagree {
    width: 92px !important;
    height: 34px;
    line-height: 34px;
    background: none;
    background-color: #FFCC00 !important;
    border: none;
    padding: 0;
    font-size: 14px;
    color: #333333 !important;
    font-weight: normal;
    border-radius: inherit;
    box-shadow: none;
    box-sizing: border-box;
}

#CAD_disagree {
    background-color: #fff !important;
    border: 1px solid #CDCDCD;
}

.new_cadDl .u-center .m-checkbox__txt {
    background-position: left center;
    line-height: 16px;
    padding: 0;
    padding-left: 21px;
    color: #999999;
    background: url(/vcommon/theme/detail/img/newCADdown.png) no-repeat;
    background-size: 16px 16px;
}

.new_cadDl .m-checkbox input[type="checkbox"]:checked+.m-checkbox__txt {
    background-image: url(/vcommon/theme/detail/img/newCADdown-y.png);
}

.m-checkbox.u-center {
    text-align: left!important;
    margin-top: 10px;
    margin-left: 10px;
}

.c-termsBox {
    margin: 0;
    max-width: 350px;
    max-height: 226px;
    padding: 5px;
    border: none;
    scrollbar-width: none;
}

.c-termsBox::-webkit-scrollbar {
    display: none;
}

.m-checkbox+.m-btnList--center {
    margin: 20px auto 20px auto;
}

.c-balloonBoxWrap--cadDL:after {
    top: -16px;
}

.floatPricebox {
    color: #666;
}

.new_cadDl .m-h3 .m-link--help span {
    width: 16px;
    height: 16px;
    background: url(/vcommon/theme/detail/img/detailimg.png) no-repeat;
    background-position: -36px -114px;
}

.new_cadDl .c-balloonBoxInner--cadDL .m-alert:not(.new-m-alert),
.new_cadDl .c-balloonBoxInner--cadDL .m-alert.new-m-alert li,
.new_cadDl .c-balloonBoxInner--cadDL .m-alert--strong.new_alter--strong {
    color: #E52F2C !important;
}

.new_cadDl .c-balloonBoxInner--cadDL .m-alert--strong {
    color: #E52F2C;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
}

.new_cadDl .c-balloonBoxInner--cadDL .m-alert--strong.new_alter--strong {
    /* background-position: left center; */
    display: flex;
}

.new_cadDl .m-alert--strong strong {
    font-weight: 400;
}

.new_cadDl .c-balloonBoxInner--cadDL .m-alert--strong+p {
    margin-bottom: 20px;
}

.new_cadDl .c-balloonBoxInner--cadDL .m-alert--strong+p a,
.new_cadDl .c-balloonBoxInner--cadDL .m-alert--strong+p a:link {
    color: #003399;
}

.new_cadDl .c-balloonBoxInner--cadDL p {
    color: #9b9b9b;
}

.new_cadDl .m-info {
    margin-top: 0;
    line-height: 19px;
    height: 19px;
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 14px;
}


.new_cadDl .m-info:before {
    background: url(/vcommon/theme/detail/img/detailimg.png) no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    padding: 0;
    margin-right: 5px;
    background-position: -10px -962px;
    margin-top: 2px;
}

.new_cadDl .m-info strong {
    color: #003399;
    font-weight: 400;
}

.spec-partnumber-title a:link {
    color: #003399;
}
.c-balloonBoxWrap--cadDL {
    z-index: 42100;
}
.detail-sprites {
    background: url(/vcommon/theme/detail/img/detailimg.png?v=20240802) no-repeat;
}
/* CAD css end */