body{
	line-height: 1.4;overflow: hidden;width: 100%;height: 100%;font-size: 14px;
}
#complexProduct-nav-bar{
	box-sizing: border-box; position: fixed; left: 0; top: 0; background: white; height: 44px; width: 100%; margin: 0; z-index: 500; backface-visibility: hidden; transform: translate3d(0, 0, 0);
}
#complexProduct-nav-bar .subDiv{
	box-sizing: border-box; position: fixed; left: 0; top: 0; width:100%;  padding: 0 8px; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center;
}

#complexProduct-nav-bar .right a:first-child{
	margin-right: 15px;
}
#complexProduct-nav-bar .right a:last-child{
	margin-right: 7px;
}
#complexPdCartCount{
	background-color: #DD0000;font-size: 11px;color: white;border-radius: 9px;height: 18px;width:18px;text-align: center;display: block;line-height: 18px;vertical-align: middle; position: absolute;top:6px;margin-left: 18px;
}
.imgBack {
    width: 30px;
    height: 30px;
    padding-top: 5px;
}

.imgOnlineChat {
    width: 30px;
    height: 30px;
    padding-top: 5px !important;
}

.productChips {
    /*padding: 0px 15px 0 15px;*/
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    padding: 0 0px 0 7px;
}

/*.productChipItem_sd {*/
    /*height: 18px;*/
    /*font-size: 10px;*/
    /*color: #4A4A4A;*/
    /*line-height: 18px;*/
    /*font-weight: 400;*/
    /*border: 1px solid #FBF9D2;*/
    /*border-radius: 18px;*/
    /*box-sizing: border-box;*/
    /*vertical-align: middle;*/
    /*display: inline-block;*/
    /*align-items: center;*/
    /*margin-right: 3px;*/
    /*max-width: 100%;*/
    /*background-color: #FBF9D2;*/
/*}*/
.productChipItem_sd {
    height: 14px;
    font-size: 10px;
    color: #4A4A4A;
    /*line-height: 12px;*/
    font-weight: 400;
    /* border-radius: 18px; */
    vertical-align: middle;
    display: inline-block;
    align-items: center;
    margin-left: 5px;
    margin-left: 3px;
    max-width: 100%;
    background-color: #FFCC00;
    margin-bottom: 5px;
    border:1px solid #FFCC00;
    box-sizing: border-box;
}
.product-chip-label {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 3px;
    text-overflow: ellipsis;
    position: relative;
    -webkit-box-flex: 1;
    flex-shrink: 1;
    min-width: 0;
    /*line-height: 18px;*/
}

/*.productChipItem {*/
    /*height: 18px;*/
    /*font-size: 10px;*/
    /*color: #FF8B46;*/
    /*line-height: 18px;*/
    /*font-weight: 400;*/
    /*border: 1px solid #FF8B46;*/
    /*border-radius: 18px;*/
    /*box-sizing: border-box;*/
    /*vertical-align: middle;*/
    /*display: inline-block;*/
    /*align-items: center;*/
    /*margin-right: 3px;*/
    /*max-width: 100%;*/
/*}*/
.productChipItem {
    height: 14px;
    font-size: 10px !important;
    color: #E52F2C;
    line-height: 12px;
    font-weight: 400;
    border: 1px solid #E52F2C;
    /* border-radius: 18px; */
    background-color: #FFF4F4;
    vertical-align: middle;
    display: inline-block;
    align-items: center;
    margin-right: 3px;
    max-width: 100%;
    margin-bottom: 5px;
    margin-left: 3px;
    box-sizing: border-box;
}
/*.productChipItem_one {*/
    /*margin: 2px;*/
    /*font-size: 10px;*/
    /*color: #4A4A4A;*/
    /*background-color:#F3F3F3;*/
    /*font-weight: 500;*/
    /*border-radius: 50px;*/
    /*display: inline-block;*/
    /*height: 18px;*/
    /*line-height: 18px;*/
    /*text-align: center;*/
/*}*/
.productChipItem_one {
    height: 14px;
    font-size: 10px;
    color: #003399;
    line-height: 12px;
    font-weight: 400;
    background-color: #EEF4FC;
    /* border-radius: 18px; */
    vertical-align: middle;
    display: inline-block;
    align-items: center;
    margin-right: 3px;
    max-width: 100%;
    margin-bottom: 5px;
    margin-left: 3px;
    border: 1px solid #003399;
    font-family: PingFangSC-Regular, PingFang SC;
    box-sizing: border-box;
}
.productChipItemGray {
    height: 18px;
    font-size: 10px;
    color: #666666;
    line-height: 18px;
    font-weight: 400;
    border-radius: 8px;
    background-color: #F5F5F5;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    align-items: center;
    margin-right: 6px;
    max-width: 100%;
}

.flexslider{
	margin:0 0 0;border: 0;border-radius:unset;box-shadow:unset;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 1rem;
	text-align: center;
	z-index: 100;
}

.flex-control-paging li a {
	/*width: 0.6rem;*/
	/*height: 0.6rem;*/
    width: 5px;
    height: 5px;
	display: block;
	/*background: rgba(0, 0, 0, 0.6);*/
    background: #bbcdd1;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
	-o-border-radius: 2.5rem;
	border-radius: 2.5rem;
	-webkit-box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a.flex-active {
	/*background: #ffffff;*/
    background: #25393a;
	cursor: default;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.row.no-gutter .col-100 {
    width: 100%;
}

.row.no-gutter .col-50 {
    width: 50%;
}


.row > [class*="col-"] {
    box-sizing: border-box;
}

.subComplexLineDiv {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 0.5px solid #EEEEEE;
   /*  height: 40px; */
    line-height: 40px;
}

.subComplexLineDiv .subComplexLineSpanTitle {
    color: #000000;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    align-items: center;
}

.row.no-gutter .col-40 {
    width: 40%;
}

.row.no-gutter .col-33 {
    width: 33.333333333333336%;
}

.row.no-gutter .col-35 {
    width: 35%;
}

.row.no-gutter .col-60 {
    width: 60%;
}

.row.no-gutter .col-65 {
    width: 65%;
}

.row.no-gutter .col-5 {
    width: 5%;
}

.row.no-gutter .col-90 {
    width: 90%;
}

.page {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pageTitle {
    border-bottom: 0.5px solid #bfbfbf;
    box-sizing: border-box;
    left: 0;
    top: 0;
    background-color: white;
    height: 44px;
    width: 100%;
    margin: 0;
    z-index: 500;
    backface-visibility: hidden;
}

.div_btn_group {
    text-align: center;
    display: -webkit-inline-box;
}

.btn_selectGroup {
    background-color: #0069C5;
    color: #FFFFFF;
}

.btn_unSelectGroup {
    background-color: #FFFFFF;
    color: #000000;
}

.btn_unSelectGroup {
    background-color: #FFFFFF;
    color: #000000;
}

.choosePartNumDetail {
    width: 85px;
    border-radius: 5px 0 0 5px;
    border: 0.5px solid #0069C5;
    padding: 5px 0;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.8;
}

.chooseAlterationDetail {
    width: 85px;
    border: 0.5px solid #0069C5;
    padding: 5px 0;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.8;
}

.chooseCharacteristicDetail {
    width: 85px;
    border-radius: 0 5px 5px 0;
    border: 0.5px solid #0069C5;
    padding: 5px 0;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.8;
}

#complexSelectTabs .selectTopSpan {
    margin-top: 6px;
    height: 30px;
    line-height: 30px;
    background-color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 0 15px 5px;
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    margin-left: 5px;
}

#complexSelectTabs .noSelectTopSpan {
    height: 20px;
    line-height: 20px;
    background-color: #fbf9d2;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 15px 5px;
    border-radius: 5px 5px 0 0;
    opacity: 0.7;
    display: -webkit-box;
    margin: 13px 5px 5px 0;
    margin-left: 5px;
    z-index: 1;
    position: relative;
}

#complexProductChoosePartNumDiv .complex_main_filter_unselect .complext_filterTitle_unselect {
    height: 20px;
    padding: 5px 0;
    display: -webkit-inline-box;
    margin-right: 30px;
    width: 80%;
}

#complexProductChoosePartNumDiv .complex_main_filter_unselect .complext_filterTitle_unselect img {
    width: 16px;
}

#complexProductChoosePartNumDiv .complex_main_filter_unselect .complext_filterTitle_unselect span {
    color: #000000;
    padding-left: 8px;
    display: block;
    font-weight: 600;
}

#complexProductChoosePartNumDiv .subfilter_unselect {
    border: 1px solid #f4f4f4;
    margin-right: 15px;
    padding: 5px 8px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#complexProductChoosePartNumDiv .complex_main_filter_unselect {
    padding-left: 15px;
    padding-top: 10px;
}

#complexProductChoosePartNumDiv .complex_main_filter_select {
    padding-left: 15px;
    padding-top: 10px;
}

#complexProductChoosePartNumDiv .complex_main_filter_select .complext_filterTitle_select {
    height: 20px;
    padding: 5px 0;
    display: -webkit-inline-box;
    margin-right: 100px;
    min-width: 50%;
}

#complexProductChoosePartNumDiv .complex_main_filter_select .complext_filterTitle_select img {
    width: 16px;
}

#complexProductChoosePartNumDiv .complex_main_filter_select .complext_filterTitle_select span {
    color: #000000;
    padding-left: 8px;
    display: block;
    font-weight: 600;
}

#complexProductChoosePartNumDiv .subfilter_select {
    border: 1px solid #003399;
    margin-right: 15px;
    padding: 5px 8px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
}

#complexProductChoosePartNumDiv .subfilter_select .selectImg {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 20px;
}

.wysiwyg_area {
    overflow-x: auto;
}

.complext_filterTitle_select a {
    text-decoration: none;
    color: #000;
}

.btn_sureChoose {
/*     width: 75px; */
    height: 40px;
    text-align: center;
/*     display: block; */
    line-height: 40px;
    color: #000000;
    background-color: #FFCC00;
    font-size: 13px;
    border-radius: 0 18px 18px 0;
    width: 100%;
    border-radius: 0 20px 20px 0;
    border-left: 2px solid #E5E5E5;
    display: none;
}

.complexPartNumberCopyBtn {
    line-height: 18px;
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 2px;
    height: 18px;
    border-radius: 15px;
    color: white;
    background-color: #003399;
    position: relative;
}

.mSlider-inner {
	border-radius: 10px 10px 0 0;
}

.data-table table {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    text-align: left;
}

#tb_complex_partNumber_list table th {
    padding: 2px 5px;
    height: 30px;
    text-align: center;
    border-right: 0.5px solid #c8c7cc;
    background-color: #F5F5F5;
}

#tb_complex_partNumber_list table td {
    padding: 2px 5px;
    height: 30px;
    border-right: 0.5px solid #c8c7cc;
}

.data-table th, .data-table td {
    padding: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    height: 44px;
}

.data-table table {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    text-align: left;
}

.data-table tbody td:before {
	transform: scaleY(0.33);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #c8c7cc;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#alterationSpecListFilterDiv .complex_main_filter_unselect {
    padding-left: 15px;
    padding-top: 10px;
}

#alterationSpecListFilterDiv .complex_main_filter_unselect .complext_filterTitle_unselect {
    height: 20px;
    padding: 5px 0;
    display: -webkit-inline-box;
    margin-right: 30px;
    width: 80%;
}

#alterationSpecListFilterDiv .complex_main_filter_unselect .complext_filterTitle_unselect img {
    width: 16px;
}

#alterationSpecListFilterDiv .complex_main_filter_unselect .complext_filterTitle_unselect span {
    color: #000000;
    padding-left: 8px;
    display: block;
    font-weight: 600;
}

#alterationSpecListFilterDiv .subfilter_unselect {
    border: 1px solid #f4f4f4;
    margin-right: 15px;
    padding: 5px 8px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#alterationSpecListFilterDiv .input_complex {
    width: 40%;
    height: 22px;
    border: 1px solid #0069C5;
    padding-left: 10px;
}

#alterationSpecListFilterDiv .complex_main_filter_select .complext_filterTitle_select img {
    width: 16px;
}

#alterationSpecListFilterDiv .complex_main_filter_select {
    padding-left: 15px;
    padding-top: 10px;
}

#alterationSpecListFilterDiv .complex_main_filter_select .complext_filterTitle_select span {
    color: #000000;
    padding-left: 8px;
    display: block;
    font-weight: 600;
}

#alterationSpecListFilterDiv .complex_main_filter_select .complext_filterTitle_select {
    /* height: 20px; */
    padding: 5px 0;
    display: -webkit-inline-box;
    margin-right: 100px;
    min-width: 50%;
}

#alterationSpecListFilterDiv .subfilter_select {
    border: 1px solid #003399;
    margin-right: 15px;
    padding: 5px 8px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#alterationSpecListFilterDiv .subfilter_select .selectImg {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 20px;
}

#complexProductChoosePartNumDiv .input_complex {
    width: 40%;
    height: 22px;
    border: 1px solid #0069C5;
    padding-left: 10px;
}

.data-table {
    overflow-x: auto;
}

#popup_complex_view_disCountList table th {
    padding: 2px 5px;
    height: 30px;
    text-align: center;
    border-right: 0.5px solid #c8c7cc;
    background-color: #F5F5F5;
    color: #8e8e93;
}

#popup_complex_view_disCountList table td {
    padding: 2px 5px;
    height: 30px;
    border-right: 0.5px solid #c8c7cc;
    text-align: center;
}

.data-table tbody td:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #c8c7cc;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
#complexProductDivContent{
	padding: 44px 0 50px;
}
#complextopChipsView{
	display: flex; background-color: white;
}
.content-block{
	margin: 0 0 0; padding: 0;
	color: #000;
    box-sizing: border-box;
}

.picImgList{
	width: 100%; background-color: white; display: block;border-bottom: 0.5px solid #bfbfbf;padding-bottom: 15px;
}
.picImgSubList{
	width: 50%; padding-left: 25%; height: 210px;
}
#flexslideritemComplex{
	border: none; margin: 0; box-shadow:inherit; -webkit-box-shadow
}
#complexproductGrayChips{
	padding-bottom: 10px;background-color: white;display: none;
}

#complexInfoDetailDiv{
	background-color: white;
}
.complexProductNameDiv{
	margin: 0 0 0 15px;padding-right: 15px;padding-top: 12px;padding-bottom: 12px;
}
#complexProductName{
	font-size: 16px; color: #333333;font-weight: bold;margin:0;
}
#complexInfoDetailPartNumberOvalButton{
	width: 100%;background-color: #FBF9D2;min-height: 40px;position: relative;
}
#div_complexProduct_unselectPartNum{
	margin-left: 15px;margin-right: 15px;
}
.alreadySelectShowSpan{
	color: #000000;white-space: unset;text-overflow: unset;overflow: unset;
}

.alreadySelectShowSpan div{
	padding: 10px 5px 10px 0;
}
.alreadySelectShowSpan #complexDetailPartNumCount{
	color: #003399;
}
.changeZindex{
	color: #4A4A4A;float: right;background-color: #FFCC00;height:26px;margin: 8px 0;line-height: 26px;padding: 0 12px;display: flex;align-items: center;border-radius:13px ;font-size: 13px;position: absolute;top: 0;right: 15px;z-index: 200;
}
.changeZindex img{
	width: 17px;
}
#complexDetailSelectPartNum,#complexDetailUnConfirmPartNum{
	color: #003399;word-break: break-all;
}

#div_complexProduct_unConfirmPartNum{
	margin-left: 15px;margin-right: 15px;
}
#img_complexInfoDetailPartNumberOvalButton{
	display: none; width: 30px;position: absolute;0px;bottom: -30px;right:45px;z-index: 1061;
}

#selectComplexPartViewDiv{
	height: 40px;background-color: #EEF4FC;border-bottom: 10px solid #EEEEEE;
}
#selectComplexPartViewDiv .col-40{
	text-align: center;font-weight: 600;color: #003399;line-height: 40px;
} 
#selectComplexPartViewDiv_3dView{
	position: relative; display: flex;align-items: center;justify-content: center;text-align: center;font-weight: 600;color: #003399;line-height: 40px;background-color: #EEF4FC;
}
#selectComplexPartViewDiv_3dView .viewIcon{
	width: 22px;padding-right: 5px;
}
#img_selectComplexPartViewDiv_3dView{
	display: none; width: 30px;position: absolute;0px;bottom: -30px;right:45px;z-index: 1061;
}
#btn_complexShared{
	display: flex;align-items: center;justify-content: center;text-align: center;font-weight: 600;color: #003399;line-height: 40px;
}

#btn_complexShared img{
	width: 21px;vertical-align: middle;padding-right: 5px;
}
#div_alreadySelectInfo{
	font-size: 15px;border-bottom: 10px solid #EEEEEE;
}


.subComplexLineSpanTitle span{
	color: #000000;font-weight: normal;
}
.subComplexLineSpanTitle #img_viewDiscountOne{
	width: 20px;margin-left: 10px;
}
#complexInfoDaysToShip{
	color: #000000;font-weight: normal;
}
#div_complexBasicInfo{
	font-size: 15px;border-bottom: 10px solid #EEEEEE;
}
#complexProduct_basic_info_div .no-gutter{
	height: 40px;line-height: 40px;border-bottom: 0.5px solid #EEEEEE;
}
#div_complex_figure_list{
	text-align: center;border-right: 0.5px solid #EEEEEE;
}
#div_complex_spec_list{
	text-align: center;
}
#complex_figure_list,#complex_spec_list{
	width: 90%;overflow: auto;padding-left: 5%;padding-right: 5%;margin-top: 10px;display:table;
}
#complexProduct_mainGuide1{
	width: 100%;background-color: #000000;position: absolute;top: 0px;left: 0;display: none;z-index: 1000;opacity: 0.7;height: 100%;
}
.priceDivFloat{
	position: fixed;bottom: 47px;width: 100%;z-index: 200;
}
#selectComplexPartChooseCountDivScroll{
	line-height:30px;background-color: #FFF5CC;width: 100%;z-index: 500;
}
.selectComplexPartChooseCountDivScrollSpan{
	margin-left: 20px;font-size: 13px;display: flex;align-items: center;color:#000;flex-wrap:wrap;
}
#img_viewDiscountTwo{
	width: 15px;
    height: 15px;
}
#selectComplexPartChooseCountDiv{
	height: auto;background-color: #FFF5CC;width: 100%;z-index: 500;display: flex;
}
#selectComplexPartChooseCountDiv .countDiv{
	display: flex;font-size: 13px;margin-left: 20px;font-weight: 500;line-height: 40px;
}
#selectComplexPartChooseCountDiv input{
	width: 55px;text-align: center;height: 22px;border: none;background-color: #FFFFFF;border-radius:0;line-height:22px;-webkit-box-sizing:border-box;
}
#selectComplexPartChooseCountDiv_price{
	float: right;margin-right: 10px;margin-top: 10px;width: 50%;color:#000;
}
#complexStandarUnitPriceRed{
	font-size: 17px;color: #DD0000;
}
#complexStandarUnitPriceBlack{
	font-size: 12px;color: #333333;margin-left: 2px;
}

#complexUnfitMsg{
	padding: 7px 15px;background-color: #F2DCDC;color: #DD0000;font-size:13px ;display: none;
}
#complexProductBottomDiv{
	position: fixed;bottom: 0;z-index: 999; width: 100%;border-top: 0.5px solid #E5E5E5;background: #FFFFFF;
}
#complexProductBottomDiv .col-40 .tac img{
	width: 24px;margin-top: 4px;
}
#complexProductBottomDiv .col-40 .tac div{
	font-size: 10px;color: #333333;
}
#complexInfoDetailPartNumberOvalButtonBottom{
	width: 100%;height:40px ;line-height:40px; margin-top: 4px;background: #FFCC00;color: #4A4A4A;border-radius: 20px;font-size: 15px;    display: flex;    align-items: center;justify-content: center;
} 
#complexInfoDetailPartNumberOvalButtonBottom img{
	width: 16px !important;
}
#btn_ComplexaddToCart{
	width: 100%;height:40px ;line-height:40px; margin-top: 4px;text-align: center;color: #FFFFFF;display: none;
}
#btn_addCompelxeToCart{
	width: 100%;
    background-color: #FFCC00;
    height: 40px;
    border-radius:20px ;
    color: #4A4A4A;
	font-size: 14px;
    font-weight: 600;
}
#btn_addCompelxeToCart .addCartDiv{
	display: flex;align-items: center;justify-content: center;
}
#btn_addCompelxeToCart .addCartDiv img{
	width: 17px;
}
.whiteBackground{
	background: white;height: 100%;
}
.holdDiv{
	width: 100%;height: 100%;
}
.popCloseDiv{
	width: 100%;float: right;text-align: right;padding-top: 15px;padding-right: 15px;position: absolute;background-color: white;z-index: 300;
}
.popCloseDiv img{
	width: 20px;height: 20px;margin-right: 15px;
}
.popup_complex_view_disCountListParent{
	overflow: auto;height: 100%;
}
#popup_complex_view_disCountList{
	padding-bottom: 20px;padding-top: 50px;    width: 96%;margin-left: 2%;
}
#popup_complex_view_disCountList table{
	table-layout: fixed;border: 0.5px solid #c8c7cc;
}
#popup_complex_view_disCountList table th{
	width:33%;
}
#popup_complex_view_disCountList table th:last-child{
	width:34%;
}
#priceDifferencesMsg{
	width: 90%;margin-left: 5%;
}
#complex_productBaseInfoScroll{
	overflow: auto;height: 100%;
}
#complex_productBaseInfoLines{
	padding-bottom: 20px;padding-top: 50px;
}
#complexProductChoosePartNum{
	display: none;background: #fff;
}
#complexChoosePartNumberBack{
	width: 30px;height: 30px;border-radius: 50%;position: absolute;top: 6px;left: 8px;z-index: 56;
}
#complexChoosePartNumberBack img{
	width: 30px;margin-top: 5px;    margin-left: 7px;
}
#view_product_changeSize{
	position: absolute;top: 85px;right: 15px;z-index: 50;
}
#view_product_changeSize div:first-child{
	display: grid;
}
#view_product_changeSize div:last-child{
	margin-top: 1px;
}

#view_product_changeSize img{
	width:32px;
}

#img_view_product_changeSize{
	display: none; width: 30px;position: absolute;0px;top: 100px;right:60px;z-index: 61;
}
#view_product_catalogue{
	border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 8px;
    z-index: 56;
}

#view_product_catalogue img{
	width: 30px;margin-top: 5px;margin-right: 7px;
}

#view_product_detail{
	text-align: center;position: absolute;top: 15px;width: 100%;z-index: 50;
}
#testBody {
	position: absolute;
	top: 0;
	height: 100%;
	visibility: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#Tab_wysiwyg_area_0_contents{
	transform-origin: left;display:table;
/* 	margin-left: 5%;margin-right: 5%; */
}
#testBodyDiv{
	position: absolute;height: 250px;z-index: 55; border-bottom: 8px solid #E5E5E5;width: 100%;top: 0;background-color: #FFFFFF;opacity: 0;
}
#complexSelectTabs{
	height: 40px;line-height: 40px;position: relative;background-color: #E6E4EA;
}
.complexSelectTabsSub{
	position: absolute;left: 5px;height: 35px;display: -webkit-box;
}
#span_complex_set_alter{
	margin-left: 5px;z-index: 66;position: relative;
}

#guidChooseSpec{
	display: none; width: 30px;position: absolute;left: 120px;bottom: -35px;z-index: 61;
}

#selectComplexPartNumDiv{
	width: 100%;position: relative;
}
#complexProductChoosePartNumDiv,#alterationSpecListFilterDiv{
	width: 100%;background-color: #FFFFFF;border-radius:0 10px 10px 10px;
}
.complexSpecChooseDivBootom{
	height: 30px; background: #FBF9D2;width: 100%;
}
#complex_product_tab2{
	margin: 0 5px
}
#selectAlterPartNumDiv{
	width: 100%;position: relative;overflow: hidden;
}

#complexPartNumberUnfitMsg{
	position:absolute ;bottom: 60px;width: 100%;background-color: #FFFFFF;opacity: 0.9;
	z-index: 60;
}
.complexPartNumberUnfitMsg{
	color:red;padding: 5px 15px;font-size: 12px;
}

.chooseSpecBottomDiv{
	height: 60px;position: absolute;bottom: 0;width: 100%;background-color: #FFFFFF;
	z-index: 60;
}
.chooseFilterProcessDiv{
	width: 100%;background-color:#E5E5E5 ;height: 6px;
}
#chooseFilterProcess{
	height: 6px;background-color: #003399;
}
#img_viewComplex_Guide{
	display:none;width: 30px;position: absolute;bottom: 50px;z-index: 61;left: 90px;
}
#complexProductChoosePartNumMainGuide2{
	width: 100%;background-color: #000000;position: absolute;top: 0px;left: 0;display: none;z-index: 60;opacity: 0.7;height: 100%;
}
.chooseSpecBottomMainInfoDiv{
	margin: auto 15px;
}
.chooseSpecBottomMainInfosubDiv{
	display: -webkit-inline-box;width: 70%;
}
.chooseSpecBottomMainInfosubDiv .partNumberDiv{
	margin:7px 0;height: 40px;width: 100%;display: flex;
}
#btn_pl_showPartNum_list{
	background-color: #FBF9D2;border-radius: 20px 0 0 20px;width:100%;height: 40px;display: flex;align-items: center;color: #4A4A4A;
}
#btn_pl_showPartNum_list img{
	width:20px;padding-left: 15px;
}
#pxcanChoosePartNumCount{
	color: #4A4A4A;
}
#btn_viewSelectPartNum{
	background-color: #FBF9D2;border-radius: 20px 0 0 20px;width: 100%;height: 40px;display: flex;align-items: center;color: #4A4A4A;
}
#btn_viewSelectPartNum img{
	width:20px;padding-left: 15px;
}
#div_viewSelectPartNum_child{
	display: flex;align-items: center;
}
#div_viewSelectPartNum{
	color: #4A4A4A;text-overflow: ellipsis;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:  break-all;
}
.complexChooseSpecRight{
	float: right;width: 30%;display: -webkit-inline-box;margin-top: 7px;
}
#btn_noConfirmPartNumber{
	width: 100%;border-radius: 0 20px 20px 0;border-left: 2px solid #E5E5E5;background-color: #CCCCCC;text-align: center;height: 40px;
}
#btn_noConfirmPartNumber div:first-child{
	font-size: 14px;color: #FFFFFF;line-height: 24px;
}
#btn_noConfirmPartNumber div:last-child{
	font-size: 12px;color: #FFFFFF;line-height: 16px;
}


#btn_sure_complex_number{
	width: 100%;border-radius: 0 20px 20px 0;border-left: 2px solid #E5E5E5;display: none;
}
#popup_complex_partNumDetail_content{
	background: white;height: 100%;border-radius: 10px 10px 0 0;
}

.complexPartNumberCopyBtnParent{
	width: 100%;padding-top: 10px;padding-left: 15px;font-size:16px ;color: gray;display: inline-flex;
}
#popup_complex_partNumDetail_partNumber{
	font-size: 18px;word-break: break-all;padding: 10px 15px;line-height: 21px;max-height: 200px;overflow: auto;
}
#popup_complex_partNumDetail_unSelectPartNum_waring{
	color: #000000;font: 10px;margin-left: 10px;margin-top: 5px;
}
#btn_viewPopup{
	margin-top: 10px;margin-bottom: 10px;
}
#btn_setPartNumber,#btn_surePartNumber{
	width: 90%;background-color: #FFCC00;color: #000000;font-size: 15px;height: 36px;line-height: 36px;border-radius: 20px;display: inline-block;
}
.alterationDiv{
	width: 90%;background-color: #003399;color: #FFFFFF;font-size: 15px;height: 36px;line-height: 36px;border-radius: 20px;display: inline-block;
}
#popup_complex_partNumDetail_view{
	padding:  5px 10px;font-size: 13px;
}
#close_popup_complex_partNumDetail{
	width: 100%;height: 30px;position: absolute;bottom: 0;text-align: center;background-color: white;opacity: 0.9;
}
#close_popup_complex_partNumDetail img{
	width: 20px;padding-top: 4px;
}
#popup_complex_partNumList_content{
	background: white;height: 100%;border-radius: 10px 10px 0 0;position: relative;
}
#popPartNumCount{
	color: #0069C5;
}
#tb_complex_partNumber_list{
	padding:  5px 10px;
}
#tb_complex_partNumber_list table{
	table-layout:fixed;border: 0.5px solid #c8c7cc;margin-bottom: 30px;
}
#close_popup_complex_partNumList{
	width: 100%;height: 30px;position: absolute;bottom: 0;text-align: center;background-color: white;opacity: 0.9;
}
#close_popup_complex_partNumList img{
	width: 20px;padding-top: 8px;
}
.popPartNumCountDiv{
	width: 100%;    text-align: center;padding-top: 10px;
}

.Crumbs{
	border-top: 0.5px solid #eeeeee;
	background-color:#F8F8F8;
	color:#c4c4c4;
	width:100%;
	 padding-bottom: 1px;
}
.Crumbs div{
	width: 90%;
    margin: 15px 5%;
}
.Crumbs a,.Crumbs span{
	color:#c4c4c4;
	font-size:13px;
	line-height:20px;
}

#div_complexProduct_selectPartNum{
	margin-left: 15px;margin-right: 15px;
}




#complexChoosePartNumberTitle{
	border-bottom: none;
}
.complexChoosePartNumberTitleDiv{
	box-sizing: border-box; position: fixed; left: 0; top: 0; width:100%; padding: 0 8px; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center;
}
.complexChoosePartNumberTitleDiv .center{
	width: 70%; text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

#complexChoosePartNumberTitleProductName{
	color: #333333; line-height: 30px; font-size: 18px;
}

.complexChoosePartNumberTitleDiv .right{
	visibility: hidden;
}

.productDiscount {
/*    height: 18px;*/
/*    font-size: 10px;*/
/*    color: #003399;*/
/*    line-height: 18px;*/
/*    font-weight: 500;*/
/*    border: 1px solid #003399;*/
/*    border-radius: 18px;*/
/*    box-sizing: border-box;*/
/*    vertical-align: middle;*/
/*    display: inline-block;*/
/*    align-items: center;*/
/*    margin-right: 3px;*/
/*    max-width: 100%;*/
    height: 14px;
    font-size: 10px !important;
    color: #E52F2C;
    line-height: 12px;
    font-weight: 400;
    border: 1px solid #E52F2C;
    /* border-radius: 18px; */
    background-color: #FFF4F4;
    vertical-align: middle;
    display: inline-block;
    align-items: center;
    margin-right: 3px;
    max-width: 100%;
    margin-bottom: 5px;
    margin-left: 3px;
    box-sizing: border-box;
}



.dnim{
	display:none !important;
}

.tag_c_value_detail {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icon/ic_jingji.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.likeSeriesListLineItem {
    background-color: white;
    border-radius: 5px;
    padding-top: 5px;
    width: 100%;
    text-align: -webkit-center;
    height: 100%;
}

.subComplexLineDiv .spanbox{
	color: #999999;
    font-weight: normal;
    background: #eef4fc;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right:10px;
}
#selectComplexPartChooseCountDiv .countDiv .spanplusbox{
	background-color: #fff;
    margin-left: 2px;
    height: 22px;
    line-height: 22px;
    margin-top:9px;
    padding: 0 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#selectComplexPartChooseCountDiv .countDiv .spanminusbox{
	background-color: #fff;
    margin-right: 2px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top:9px;
}
#selectComplexPartChooseCountDiv .spanplusbox img,#selectComplexPartChooseCountDiv .spanminusbox img{
	width: 8px;
	vertical-align: top;
	margin-top: 7px;
}
#complexInfoDetailpiecesDiscount,#complexInfoDetailpiecesDiscountScrollSpan{
	color: #ff8b46;
	border: 1px solid #ff8b46;
	border-radius: 20px;
	padding: 0 5px;
	font-size: 12px;
	margin-left: 5px;
	display: inline-block;
	line-height: 18px;
	padding-left: 10px;
	font-weight: 300;
}
.none{
	display:none!important;
}
/*381-skye*/

#complexProduct-nav-bar .center{
	width: 145px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.complexProduct_basic_info_tab {
	overflow-x: scroll;
}

.complexProduct_basic_info_tab::-webkit-scrollbar {
	display: none;
}

.complexProduct_basic_info_tab.scrolltop0 {
	position: fixed;
	z-index: 1000;
	background-color: #fff;
	top: 40px;
	width: 100%;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

#complexProduct_basic_info_div .no-gutter {
	height: 40px;
	line-height: 40px;
	border-bottom: 0.5px solid #EEEEEE;
	flex-wrap: nowrap;
	justify-content: left;
}

#complexProductDivContent{
	-webkit-overflow-scrolling: touch;
}

.div_complex_tab_list {
	text-align: center;
	border-right: 0.5px solid #EEEEEE;
}

.div_complex_tab_list .notSelectSpan {
	font-size: 14px;
	padding-bottom: 8px;
	color: #666666;
	font-weight: 300;
}

.div_complex_tab_list .selectSpan {
	font-size: 15px;
	border-bottom: 3px solid #ffcc00;
	padding-bottom: 8px;
	color: #4a4a4a;
	font-weight: 600;
}


/*.borderBottom{
	border-top: 3px solid #ffcc00;
    bottom: 0;
    position: absolute;
    width: 90%;
    left: 5%;
}����*/

.div_complex_tab_content {
	width: 90%;
	overflow: auto;
	padding:0 5%;
	margin-top: 10px;
	color: #4A4A4A;
}
.div_complex_tab_content img{
    max-width: 100%;
    /*max-width:373px;*/

}
.div_complex_tab_content .faqtitle{
	font-size: 18px;
    font-weight: 600;
    margin:0 0 10px 0;
}

.div_complex_tab_content .faq_question{
	font-weight: 600;
    margin-bottom: 10px;
}

.div_complex_tab_content .faq_answer{
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CDCDCD;
}

.div_complex_tab_content a,.div_complex_tab_content a:link{
	color: #004bb1;
	text-decoration: underline;
}

.price-desc-titles{
	font-size: 14px;
    letter-spacing: normal;
    color: #4A4A4A;
    font-weight: bold;
    margin: 20px 0 10px 0;
    height: 14px;
    line-height: 14px;
    padding: 0px 0px;
}

.price-desc-con {
    font-size: 14px;
    letter-spacing: normal;
    color: #4A4A4A;
    padding: 0px 0px;
}

#complexProduct_basic_info_div .target-fix{
	position: relative;
    top: -70px;
    display: block;
    height: 0;
    overflow: hidden;
}
/*381-skye-end*/

#flexslideritemComplex .flex-control-nav {
    width: 100%;
    position: flex;
    bottom: 0;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

#topPullDrawComplexBg {
	z-index: 50;
	background: rgba(0, 0, 0, 0.5);
	height: 71px;
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
}

#drawComplexDetailBarImg {
	display: none;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 55;
	width: 100%;
}

#drawComplexDetailBarImg img{
	height: 32px;width: auto;margin-top: -1px;
}

.lift-nav-bg {
	z-index: 51;
	background: rgba(0, 0, 0, 0.7);
	position: relative;
	padding: 5px 5px 5px 0;
	display: block;
}

.lift-nav-box {
	z-index: 53;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 75px;
	width: 75px;
}

.lift-trigger {
	position: absolute;
	right: -19px;
	top: 50%;
	width: 20px;
	transform: translate(0, -50%);
}

.lift-trigger img {
	width: 100%;
}

.lift-filter-li {
	padding: 6px 5px !important;
	border-bottom: 1px solid #333333;
	background-color: #FFFFFF;
}

.lift-filter-li[scstatus="1"] {
	padding: 6px 5px !important;
	border-bottom: 1px solid #333333;
	background-color: #FBF9D2;
}

.lift-filter-desc {
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	text-align: center;
}

.lift-filter-value {
	font-size: 12px;
	line-height: 15px;
	color: #003399;
	text-align: center;
}

#complex_tab1_selectParam::-webkit-scrollbar {
	display: none;
}

#complex_product_tab1{
	display: inline-flex;
}

#complexProductChoosePartNumMain ul, #complexProductChoosePartNumMain li {
    padding: 0;
    margin: 0;
}

#btn_clearComplexChoose {
    position: absolute;
    font-size: 14px;
    background-color: #EEF4FC;
    border-radius: 15px;
    width: fit-content;
    max-width: 100%;
    padding: 0 10px;
    line-height: 29px;
    right: 10px;
    top: 5px;
}

#btn_clearComplexChoose img {
    position: absolute;
    width: 16px;
    margin-top: -8px;
    top: 50%;
    right: 10px;
}

.layer-dimens:has(> .mSlider-inner) {
	border-radius: 0 !important;
}

#testBodyDraw {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #FFFFFF;
}

.layer-dimens{
	width: 100%;
	height: 100%;
}

#popup_complex_dimens_drawbox{
	width: 100%;
	height: 100%;
}

#sizePageDescComplexDraw {
    background-color: #FFFFFF;
    height: 87%;
    width: 100%;
    position: absolute;
    top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sizePageDescComplexDrawClose {
    position: absolute;
    top: 87%;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.sizePageDescComplexDrawBg span {
    color: #CCCCCC;
    font-size: 17px;
}

#draw_wysiwyg_area_0_contents{
	transform-origin: left;
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
}

#draw_wysiwyg_area_0_contents .wysiwyg_area{
    height: 100%;
    overflow-x: auto;
}

.collectComplex{
	text-align: center;font-weight: 600;color: #003399;line-height: 40px;
}
.collectComplex img{
	width: 21px;vertical-align: middle;padding-right: 5px;
}

#simpleCoverPanel{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:999;
	background: rgba(0, 0, 0, 0.4);
	opacity:1;
	display:none;
}
#popSimple:before{
	content: ' ';background-color:#000;width:26px;height:26px;top:-7px;right:9px;transform: rotate(45deg);    position: absolute;
}
#popSimple{
	display:none;
	position: absolute;width:150px;height:101.5px;background-color:#000;right:5px;opacity:0.7;border-radius:8px;z-index:9999;top:44px;
}

#popSimple .subDiv{
	width: 120px;height: 50px; position: relative; margin: 0 15px; border-bottom: 0.5px solid white;
	display:block;
}
#popSimple .subDiv:last-child{
	border-bottom:none;
}
#popSimple .subDiv .imgDiv{
	position: absolute; top: 50%; margin-top: -9px; height: 17px; width: 17px;
}
#popSimple .subDiv .imgDiv img{
	height: 17px; width: 17px;
}
#popSimple .subDiv span{
	margin-left: 27px; line-height: 50px; font-size: 14px; color: white;
}

#complexInfoOriginalCostScrollSpan{
	font-size: 12px;color: #999999;font-weight: normal;text-decoration:line-through;
}

#span_selectComplexPartChooseCountDivScroll{
	font-size: 13px;margin-right: 4px;
}
#selectComplexPartChooseCountDiv .zaiku {
	margin-left: 60px;
    margin-bottom: 0px;
	
    /* position: absolute;
    bottom: 4px;
    left: 60px; */
    font-size: 12px;
    color: #333333;
}

#complexMinPricePerPiece {
	color: #999;
    font-size: 12px;
    padding-left: 10px;
    font-weight: 300;
}

.oneLineClamp {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.subComplexLineDiv.originalCost{
	border-bottom: none;
    height: 20px;
    padding-top: 10px;
    line-height: 20px;
}

#complexInfoDetailpiecesDiscount{
	color: #ff8b46;
    border: 1px solid #ff8b46;
    border-radius: 20px;
    padding: 0 5px;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
    line-height: 18px;
}

.twoLineClamp {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
}

.none{
	display: none !important;
}
.slides li{
     height:210px;position: relative;
 }
.slides li img{
    max-width: 150px;max-height: 150px;width: auto;height: auto;position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);
}