body, html {
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei;
    margin: 0;
    font-size: 14px;
}
.www{
    width: 1200px; margin: auto;
}
.wwww{width: 1400px; margin:auto;}

.Public-goBtn{
    border-radius: 30px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    border: 2px solid;
    border-color: var(--theme-bg-color);
    background: #fff;
    transition: all 0.3s;
    padding-left: 6px;
    cursor: pointer;
}
.Public-goBtn i {
    display: block;
    background: var(--theme-bg-color) url(/tpl/ali/mobile/img/right-fff.png) no-repeat center / 24px;
    width: 34px;
    height: calc(100% - 4px);
    border-radius: 20px;
    margin-right: 3px;
}
.Public-goBtn b {
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 0 20px;
    transition: all 0.3s;
    margin: 0 30px;
}

.Public-goBtn:hover {
    background: var(--theme-bg-color);
    color: #fff;
}
.Public-goBtn:hover b {
    margin: 0 40px;
}
.Public-goBtn.fill{
    background: var(--theme-bg-color);
    color: #fff;
    text-decoration: none;
}
.Public-goBtn.fill:hover{
    background: #fff;
    color: var(--theme-bg-color);
}
.Public-goBtn.fill:hover b{
    font-weight: 600;
}
/****/
.B_Title1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 10px 0;
}
.B_Title1 b{
    font-weight: 600;
    font-size: 34px;
    position: relative;
    top: -2px;
}
.B_Title1 i {
    display: block;
    width: 10px;
    height: 36px;
    background: var(--theme-bg-color);
    margin: 0 31px;
}
/***/
.iDesc caption,.iDesc table,.iDesc tbody,.iDesc td,.iDesc tfoot,.iDesc th,.iDesc thead,.iDesc tr {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
.iDesc caption, .iDesc td, .iDesc th {
    font-weight: 400;
    float: none !important;
}
.iDesc table {
    border-collapse: collapse;
}
.iDesc td,.iDesc th {
    border: #d3d3d3 1px solid;
}
.www{
    width: 1200px; margin: auto;
}

.www1920 {
    max-width: 1920px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.wwwP{display: flex; align-items: center; justify-content: center;}

.Module-1920{
    width: 1920px;
    margin: auto;
}


#iFootBtm{
    height: 120px;
    background-color: #c7c7c7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bigCenterTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.bigCenterTitle span{
    display: block;
    font-size: 22px;
    padding: 0 10px;
}
.bigCenterTitle .dot{
    display: block;
    background-color: #f3670c;
    width: 11px;
    height: 11px;
    margin: 0 6px;
}
.bigCenterTitle .line{
    display: block;
    width: 90px;
    height: 1px;
    background-color: #dbdbdb;
}


/**快速询价单**/
#addInquiryBox {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}
#addInquiryBoxW {
    background: #fff;
    border-radius: 0 0 20px 20px;
    /* border: 1px solid #ccc; */
    border-top: none;
    box-shadow: #000 0px 0px 3px 0px;
    padding: 10px 20px;
    position: relative;
    top: -2px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
#addInquiryBox .item{margin-right: 20px; position: relative;}
#addInquiryBox .item .imgP {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    box-shadow: #000 0 0 2px;
}
#addInquiryBox .item img {
    width: 50px;
    height: 50px;
    transition: all 0.4s;
}
#addInquiryBox .item:hover img{
    transform: scale(1.3);
}

#addInquiryBox .delete {
    position: absolute;
    top: -5px;
    right: -7px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}
#addInquiryBox #items {
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    padding-top: 4px;
}
#goInquryList {
    background-color: #ff6a00;
    border: none;
    height: 35px;
    padding: 0 24px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 10px;
    display: block;
    line-height: 36px;
    text-decoration: none;
}
body#Home #addInquiryBox {
    position: absolute;
    width: 100%;
}
body#Home #addInquiryBoxW {
    background: rgb(255 255 255 / 67%);
}


/*Product Details*/
.ProDtl #bigImg {
    max-width: 430px;
    max-height: 430px;
}
.ProDtl .magnifier-lens{border-radius: 8px}
.ProDtl #bigImgP {
    position: relative;
    width: 430px;
    height: 430px;
    display: flex;
    align-content: center;
    justify-content: center;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #888;
}

.ProDtl #smallImgs img {
    max-width: 70px;
    max-height: 70px;
    /* border-radius: 10px; */
}

.ProDtl #smallImgs {
    display: flex;
    padding: 10px 0;
}

.ProDtl #smallImgs .smallImg {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    /* box-shadow: #000 0 0 3px; */
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProDtl #smallImgs .smallImg.active {
    border-color: #ff6a00;
    box-shadow: #ff6a00 0 0 0px 1px;
}

.ProDtl .proTop {
    display: flex;
    justify-content: space-between;
}

.ProDtl .topRight {
    width: calc(100% - 460px);
}

.ProDtl #proName {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ProDtl #addInquiry {
    border: 1px solid transparent;
    height: 30px;
    border-radius: 14px;
    margin-top: 10px;
    background: #ff8800;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
    padding: 0 30px;
}
.inquireForm {
    width: 80%;
    margin: 20px auto;

    background: #fff;
    border: 1px solid #888;
    border-radius:0 0 6px 6px;
    border-top: 3px solid #ff6a00;
}
.inquireForm .main{padding: 20px;}
.inquireForm .title {
    font-weight: bold;
    text-align: center;
    /* padding-bottom: 20px; */
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe7d5;
}
.inquireForm .topInfo{
    display: flex;
}
.inquireForm .topInfo>div{
    margin-right: 20px;
}
.inquireForm input{ height: 30px; border: 1px solid #333; border-radius: 5px; padding: 0 5px; width: 100%; box-sizing: border-box;}
.inquireForm .submitP{
    text-align: center;
    display: flex;
    padding-top: 10px;
}
.inquireForm #submit{
    background-color: #ff6a00;
    border: none;
    height: 30px;
    padding: 0 30px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}
.inquireForm textarea{ font-size: 14px; box-sizing: border-box; width: 100%!important;
    min-height: 60px; border: 1px solid #333; border-radius: 5px; padding: 10px;}
.inquireForm textarea,.inquireForm input{
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei;;
}

.inquireForm .authCodeP {
    display: flex;
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 30px;
}
.inquireForm #authCode {
    border: none;
    /* border-radius: 0; */
    outline: none;
    font-size: 14px;
}

.inquireForm img#safeCode {
    border-left: 1px solid;
    cursor: pointer;
}
button[disabled]{opacity: 0.4; cursor: default!important;}


#InquireProductList table {border-collapse: collapse; width: 100%;}
#InquireProductList table td,#InquireProductList table th {border: 1px solid #ccc; padding: 6px; text-align: left;}
#InquireProductList table th{background: #eee;}
#InquireProductList table img{width: 60px; height: 60px; border-radius: 6px;}
#InquireProductList table .proName a{color: #1a75dc
}
#InquireProductList table input.quantity{width: 90px; }
#InquireProductList table .delete {
    border: none;
    border-radius: 3px;
    background: #efefef;
    cursor: pointer;
    padding: 4px 8px;
    border: 1px solid #ccc;
}

/****Product-Group**/
.productList{min-height: 387px}
body{background: #f9f9f9;}
.ProGroup .htmlInsertBlock{
    border: 1px solid #ccc;
}
#Crumb {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    background: #def0fe;
    border-top: 3px solid #2e92fa;
    margin-bottom: 16px;
}
.ProGroup .noFoundResult{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 18px;
    color: #b3b3b3;
}
.CrumbItem {
    text-decoration: none;
    color: #000;
    padding: 0 20px 0 8px;
    background: url(/tpl/ali/mobile/img/right.png) no-repeat right center;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    height: 30px;
}
.CrumbItem:hover{
    color: #ff8800;
    background-position: right 3px center;
}
.mainWrap{
    margin-top: 20px; display: flex; justify-content: space-between;
}
.Main{
    width: calc(100% - 240px);
}
.leftBarBlockTitle {
    font-size: 17px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background: #def0fe;
    color: #004098;
    border-bottom: 1px solid #87b3c9;
}
.leftBarBlockBody{
    min-height: 80px;
    max-height: 440px;
    overflow: auto;
}
.leftBarBlock {
    border: 1px solid #2e92fa;
    border-top-width: 3px;
    border-radius:0 0 10px 10px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}
.leftBar{width: 220px}
#productGroupTree{
    padding: 20px 0;
}
#productGroupTree .item a{
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: flex;
}
#productGroupTree>.item>a{
    font-weight: bold;
    padding: 12px 14px;
}
#productGroupTree .subItems a{
    padding: 6px 14px;
}
#productGroupTree .item a:hover,#productGroupTree .item.active> a{
    background: rgb(247 171 0 / 19%);
}
#productGroupTree>.item a{
    padding-left: 20px;
}
#productGroupTree>.item>.subItems a{
    padding-left: 33px;
}
#productGroupTree>.item>.subItems>.item>.subItems a{
    padding-left: 60px;
}
#productGroupTree>.item>.subItems>.item>.subItems>.item>.subItems a{
    padding-left: 80px;
}
#productGroupBlock .leftBarBlockTitle{
    background: #def0fe url(/www-cds/img/icon-list.png) no-repeat left 9px center;
    padding-left: 40px;
}

#productHistoryBlock .leftBarBlockTitle{
    background: #def0fe url(/www-cds/img/icon-foot.png) no-repeat left 9px center;
    padding-left: 36px;
}
#HotProductBlock .leftBarBlockTitle{
    background: #def0fe url(/www-cds/img/icon-hot.png) no-repeat left 9px center;
    padding-left: 36px;
}

.ProGroup .productList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ProGroup .productList .item {
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 10px;
    margin: 20px 10px;
    /* border: 1px solid #888; */
    box-sizing: border-box;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 30%) 0 0 4px;
}
.ProGroup .productList .item .imgP {
    width: 200px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;

    display: flex;
    align-content: center;
    justify-content: center;
}
.ProGroup .productList .item img {
    max-width: 200px;
    max-height: 200px;
    transition: all 0.4s;
}

.ProGroup .productList .desc {
    word-break: break-word;
    color: #676767;
    height: 51px;
    overflow: hidden;
}

.ProGroup .productList .desc >p{
    margin: 0;
}

.ProGroup .productList .addInquiry {
    border: 1px solid transparent;
    height: 30px;
    border-radius: 14px;
    margin-top: 10px;
    background: #ff8800;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
}
.ProGroup .productList .item.isExistInquiryList .addInquiry {
    background: rgb(24 157 53);
}

.ProGroup .productList .title {
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
}

.ProGroup .productList .addInquiry:hover {
    border-color: red;
    box-shadow: #000 0 0 2px;
    background: #ff4900;
}

.ProGroup .productList .item:hover {
    box-shadow: rgb(0 0 0 / 29%) 0 0 10px;
}
.ProGroup .productList .item:hover img {
    transform: scale(1.2);
}
.sideProList .item .imgP {
    overflow: hidden;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sideProList .item:hover img {
    transform: scale(1.2);
}
.sideProList .item .imgP {
    overflow: hidden;
    width: 70px;
    height: 70px;
}
.sideProList a.item {
    height: 70px;
    display: flex;
    margin: 10px;
    text-decoration: none;
    color: #000;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s;
    box-shadow: rgb(0 0 0 / 44%) 0 0 2px;
}
.sideProList a.item:hover {
    box-shadow: rgb(0 0 0 / 44%) 0 0 6px;
}
.sideProList .item img {
    width: 70px;
    transition: all 0.4s;
}

.sideProList .name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 60px;
    overflow: hidden;
    width: calc(100% - 70px);
    box-sizing: border-box;
}

.ProGroup .pages>* {
    display: flex;
    /* width: 30px; */
    height: 30px;
    border-radius: 5px;
    /* box-shadow: #000 0 0 1px; */
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    padding: 0 12px;
    margin-right: 7px;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s;
}

.ProGroup .pages {
    display: flex;
    padding-left: 10px;
    padding-bottom: 20px;
}

.ProGroup .pages .current {
    background: #ff6a00;
    color: #fff;
    border-color: transparent;
}
.ProGroup .pages a:hover {
    background: #ff8800;
    border-color: transparent;
}

.ProGroup #searchClose {
    position: absolute;
    top: -7px;
    right: -7px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
}

.ProGroup .searchKeywordTip {
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: bold;
}



.ProGroup #addInquiryBox .item {
    position: relative;
    width: 80px;
    height: 80px;
}