.bossgoo-productsB11 {
  font-size: 16px;
  line-height: 1.5;
}

.bossgoo-productsB11 .pro11-crumbs {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}

.bossgoo-productsB11 .pro11-crumbs .wrap {
  display: flex;
}

.bossgoo-productsB11 .pro11-crumbsLe, .bossgoo-productsB11 .pro11-crumbsRi {
  width: 50%;
}

.bossgoo-productsB11 .pro11-crumbsLe {
  padding-right: 15px;
}

.bossgoo-productsB11 .pro11-crumbsRi {
  padding-left: 15px;
}

.bossgoo-productsB11 .pro11-cruBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.bossgoo-productsB11 .bossgoo-breadbrumb1 .wrap {
  padding: 0;
  justify-content: flex-end;
}

.bossgoo-productsB11 .bossgoo-breadbrumb1 .brumbIcon10 {
  color: var(--themeColor);
  margin-right: 8px;
}

.bossgoo-productsB11 .pro11-content {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bossgoo-productsB11 .pro11-contentBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB11 .pro11-con-left {
  width: 350px;
  padding-right: 50px;
}

.bossgoo-productsB11 .pro11-con-right {
  width: calc(100% - 350px);
}

.bossgoo-productsB11 .pro11-classification {
  width: 100%;
  margin-bottom: 40px;
}

.bossgoo-productsB11 .pro11-classTi {
  width: 100%;
  font-size: 30px;
  line-height: 1.1;
  color: var(--themeColor);
  position: relative;
  padding-bottom: 15px;
}

.bossgoo-productsB11 .pro11-classTi::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 5px;
  background-color: var(--themeColor);
  position: absolute;
  bottom: 0;
  left: 0;
}

.bossgoo-productsB11 .pro11-classCon {
  width: 100%;
  padding-top: 25px;
}

.bossgoo-productsB11 .pro11-classItem {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

.bossgoo-productsB11 .pro11-classItem:first-child {
  border-top: 1px solid #e9e9e9;
}

.bossgoo-productsB11 .pro11-list1 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  background-color: #fff;
}

.bossgoo-productsB11 .pro11-list1:hover {
  background-color: #f1f1f1;
}

.bossgoo-productsB11 .pro11-list1 .iconfont {
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
}

.bossgoo-productsB11 .pro11-list1-link {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.bossgoo-productsB11 .pro11-list2Box {
  width: 100%;
  padding: 15px 10px;
  border-top: 1px solid var(--themeColor);
  display: none;
}

.bossgoo-productsB11 .pro11-list2 {
  width: 100%;
}

.bossgoo-productsB11 .pro11-list2 li {
  margin-bottom: 5px;
}

.bossgoo-productsB11 .pro11-list2 li:last-child {
  margin-bottom: 0;
}

.bossgoo-productsB11 .pro11-list2 a {
  font-size: 14px;
}

.bossgoo-productsB11 .pro11-list2 a:hover {
  color: var(--themeColor);
}

.bossgoo-productsB11 .pro11-classActive .pro11-list1 .iconfont {
  transform: rotate(180deg);
}

.bossgoo-productsB11 .pro11-classActive .pro11-list1 {
  background-color: #f1f1f1;
}

.bossgoo-productsB11 .pro11-hot {
  width: 100%;
  margin-bottom: 40px;
}

.bossgoo-productsB11 .pro11-hotTi {
  font-size: 24px;
  color: var(--themeColor);
}

.bossgoo-productsB11 .pro11-hotCon {
  width: 100%;
  margin-top: 25px;
  padding: 30px;
  background-color: #f1f1f1;
}

.bossgoo-productsB11 .pro11-hotItem {
  width: 100%;
  margin-bottom: 20px;
}

.bossgoo-productsB11 .pro11-hotItem:last-child {
  margin-bottom: 0;
}

.bossgoo-productsB11 .pro11-hot-imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bossgoo-productsB11 .pro11-hot-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bossgoo-productsB11 .pro11-hot-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB11 .pro11-hot-shadow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 100%;
  transition: all .5s;
}

.bossgoo-productsB11 .pro11-hot-textBox {
  padding-top: 10px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
}

.bossgoo-productsB11 .pro11-hot-textBox::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--themeColor);
  position: absolute;
  left: 0;
  top: 17px;
}

.bossgoo-productsB11 .pro11-hot-textLink {
  color: #333;
  font-size: 14px;
}

.bossgoo-productsB11 .pro11-hot-textLink:hover {
  color: var(--themeColor);
}

.bossgoo-productsB11 .pro11-hot-imgBox:hover .pro11-hot-shadow {
  top: 0;
}

.bossgoo-productsB11 .pro11-inquiry {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}

.bossgoo-productsB11 .pro11-inqTop {
  color: #333;
  padding: 15px;
  background-color: #ededed;
}

.bossgoo-productsB11 .pro11-inqBot {
  padding: 25px 15px;
}

.bossgoo-productsB11 .pro11-form1 {
  width: 100%;
}

.bossgoo-productsB11 .pro11-fo1Item1, .bossgoo-productsB11 .pro11-fo1Item2 {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

.bossgoo-productsB11 .pro11-fo1Item1 input, .bossgoo-productsB11 .pro11-fo1Item1 textarea, .bossgoo-productsB11 .pro11-fo1Item2 input, .bossgoo-productsB11 .pro11-fo1Item2 textarea {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
  border: 1px solid #dcdcdc;
}

.bossgoo-productsB11 .pro11-fo1Item1 .pro11-fo1Error, .bossgoo-productsB11 .pro11-fo1Item2 .pro11-fo1Error {
  display: none;
  color: #ff0808;
  position: absolute;
  left: 0;
  bottom: 4px;
  font-size: 12px;
  line-height: 1;
}

.bossgoo-productsB11 .pro11-fo1Item2 input, .bossgoo-productsB11 .pro11-fo1Item2 textarea {
  padding-left: 30px;
}

.bossgoo-productsB11 .pro11-fo1Item2 textarea {
  height: 150px;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 13px;
  padding-bottom: 10px;
  display: block;
}

.bossgoo-productsB11 .pro11-fo1Item2 em {
  font-size: 20px;
  color: #ff0808;
  position: absolute;
  left: 14px;
  top: 14px;
}

.bossgoo-productsB11 .pro11-fo1Item3 {
  width: 100%;
  text-align: center;
}

.bossgoo-productsB11 .pro11-fo1Item3 .pro11-fo1Sub {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  background-color: #555;
  color: #fff;
  cursor: pointer;
}

.bossgoo-productsB11 .pro11-large {
  width: 100%;
  padding: 30px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB11 .pro11-larLe {
  width: 440px;
}

.bossgoo-productsB11 .pro11-larRi {
  width: calc(100% - 440px);
  padding-left: 40px;
  padding-top: 20px;
}

.bossgoo-productsB11 .pro11-larImg {
  width: 100%;
  height: 440px;
  position: relative;
}

.bossgoo-productsB11 .pro11-larSwiper {
  width: 100%;
  padding-top: 10px;
}

.bossgoo-productsB11 .pro11-imgItem {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bossgoo-productsB11 .pro11-imgItem-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-productsB11 .pro11-imgItem-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB11 .pro11-imgItem-img video {
  width: 100%;
  height: 100%;
}

.bossgoo-productsB11 .pro11-itemPlay {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.bossgoo-productsB11 .pro11-videoPhone {
  display: none;
}

.bossgoo-productsB11 .pro11-title {
  font-size: 24px;
  color: #333;
  line-height: 1.1;
}

.bossgoo-productsB11 .proImg8-list {
  width: 100%;
  padding-top: 20px;
}

.bossgoo-productsB11 .proImg8-list li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 5px;
}

.bossgoo-productsB11 .proImg8-list li:last-child {
  padding-bottom: 0;
}

.bossgoo-productsB11 .proImg8-list .proImg8-liTi {
  color: #666;
  max-width: 35%;
}

.bossgoo-productsB11 .proImg8-list .proImg8-liTe {
  max-width: 65%;
  padding-left: 10px;
  color: #999;
}

.bossgoo-productsB11 .proImg8-share {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.bossgoo-productsB11 .proImg8-share a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid var(--themeColor);
  margin-right: 10px;
  color: var(--themeColor);
}

.bossgoo-productsB11 .proImg8-contact {
  width: 100%;
  padding-top: 20px;
}

.bossgoo-productsB11 .proImg8-conUs {
  display: inline-block;
  width: 200px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--btnBgColor);
  color: var(--btnTextColor);
}

.bossgoo-productsB11 .pro11-padding1 {
  padding-top: 40px;
}

.bossgoo-productsB11 .pro11-padding2 {
  padding-top: 20px;
}

.bossgoo-productsB11 .pro11-company {
  width: 100%;
}

.bossgoo-productsB11 .pro11-comTop {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.bossgoo-productsB11 .pro11-comBot {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB11 .pro11-comLe {
  width: 66.5%;
}

.bossgoo-productsB11 .pro11-comRi {
  width: 33.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bossgoo-productsB11 .pro11-comItem1 {
  width: 100%;
}

.bossgoo-productsB11 .pro11-comItem2 {
  width: 96%;
  margin-left: 4%;
}

.bossgoo-productsB11 .pro11-comItem2 .pro11-comText {
  padding: 10px;
  background: transparent;
}

.bossgoo-productsB11 .pro11-comItem2 .pro11-comTeLe {
  display: none;
}

.bossgoo-productsB11 .pro11-comImgBox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.bossgoo-productsB11 .pro11-comImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-productsB11 .pro11-descText img{
  width: auto;
  height: auto;
  display: inline-block;
}

.bossgoo-productsB11 .pro11-comImg img, .bossgoo-productsB11 .pro11-comImg video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB11 .pro11-comText {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px;
  color: #fff;
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bossgoo-productsB11 .pro11-comTeLe {
  width: calc(100% - 100px);
}

.bossgoo-productsB11 .pro11-comTeRi {
  width: 100px;
  text-align: right;
}

.bossgoo-productsB11 .pro11-comTeRi span {
  font-size: 12px;
  padding: 6px 12px;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 15px;
  display: inline-block;
  background-color: #000;
}

.bossgoo-productsB11 .pro11-desc {
  width: 100%;
}

.bossgoo-productsB11 .pro11-descCon {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #ededed;
  overflow: hidden;
}

.bossgoo-productsB11 .pro11-description {
  padding: 20px 25px;
  background-color: #ededed;
  color: #333;
}

.bossgoo-productsB11 .pro11-description span {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
  color: var(--themeColor);
  font-size: 20px;
  font-weight: bold;
}

.bossgoo-productsB11 .pro11-description span:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: var(--themeColor);
  position: absolute;
  left: 0;
  bottom: 0;
}

.bossgoo-productsB11 .pro11-descBox {
  width: 100%;
  padding: 40px 25px;
}

.bossgoo-productsB11 .pro11-descTitle {
  width: 100%;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding-top: 40px;
}

.bossgoo-productsB11 .pro11-descTitle:first-child {
  padding-top: 0;
}

.bossgoo-productsB11 .pro11-descText {
  width: 100%;
  padding-top: 20px;
}

.bossgoo-productsB11 .detail_infos {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB11 .detail_infos p {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}

.bossgoo-productsB11 .detail_infos p:nth-child(3n) {
  margin-right: 0;
}

.bossgoo-productsB11 .detail_infos .attr_title {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bossgoo-productsB11 .detail_infos .attr_content {
  min-width: 0;
  flex: 1;
  padding-right: 20px;
  color: #999;
  padding-left: 5px;
  box-sizing: border-box;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bossgoo-productsB11 .pro11-desc-imgBox {
  /* width: 100%; */
  height: 0;
  /* padding-top: 43.8%; */
  position: relative;
  width: 49%;
  padding-bottom: 21.5%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.bossgoo-productsB11 .pro11-desc-imgBox:nth-child(2n){
  margin-right: 0;
}

.bossgoo-productsB11 .pro11-desc-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-productsB11 .pro11-desc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB11 .pro11-desc-text {
  width: 100%;
}

.bossgoo-productsB11 .desc8-table1 {
  width: 100%;
}

.bossgoo-productsB11 .desc8-table1 tbody {
  width: 100%;
}

.bossgoo-productsB11 .desc8-table1 tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 5px;
}

.bossgoo-productsB11 .desc8-table1 th {
  width: 170px;
  text-align: left;
  font-weight: initial;
}

.bossgoo-productsB11 .desc8-table1 td {
  width: calc(100% - 170px);
  padding-left: 10px;
  color: #999;
}

.bossgoo-productsB11 .desc8-table2Te {
  width: 100%;
}

.bossgoo-productsB11 .desc8-table2Img {
  width: 100%;
  padding-top: 5px;
}

.bossgoo-productsB11 .desc8-tableImg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}

.bossgoo-productsB11 .desc8-tableImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB11 .desc8-tableTab {
  width: 100%;
  background-color: #f6f6f6;
  table-layout: fixed;
  overflow: hidden;
}

.bossgoo-productsB11 .desc8-tableTab tbody {
  width: 100%;
}

.bossgoo-productsB11 .desc8-tableTab tr {
  width: 100%;
  display: flex;
  padding-bottom: 0;
}

.bossgoo-productsB11 .desc8-tableTab th, .bossgoo-productsB11 .desc8-tableTab td {
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  width: 25%;
}

.bossgoo-productsB11 .desc8-tableTabText {
  padding-top: 5px;
}

.bossgoo-productsB11 .pro11-contact {
  width: 100%;
}

.bossgoo-productsB11 .pro11-tactTitle {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.bossgoo-productsB11 .pro11-tactBox {
  width: 100%;
  padding-top: 20px;
}

.bossgoo-productsB11 .pro11-form2 {
  width: 100%;
  padding: 40px 25px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB11 .pro11-fo2-item1 {
  width: 49%;
  margin-right: 2%;
  padding-bottom: 20px;
  position: relative;
}

.bossgoo-productsB11 .pro11-fo2-item1 input {
  width: 100%;
  height: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 10px;
  box-sizing: border-box;
}

.bossgoo-productsB11 .pro11-fo2-item1 span {
  font-size: 12px;
  color: #ff0808;
  position: absolute;
  bottom: 5px;
  left: 0;
  line-height: 1;
  display: none;
  width: 100%;
}

.bossgoo-productsB11 .pro11-fo2-item1 em {
  color: #ff0808;
  position: absolute;
  left: 12px;
  top: 16px;
}

.bossgoo-productsB11 .pro11-fo2-item1:nth-child(2n) {
  margin-right: 0;
}

.bossgoo-productsB11 .pro11-fo2-item2 {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

.bossgoo-productsB11 .pro11-fo2-item2 textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px 10px 20px 25px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

.bossgoo-productsB11 .pro11-fo2-item2 span {
  font-size: 12px;
  color: #ff0808;
  position: absolute;
  bottom: 5px;
  left: 0;
  line-height: 1;
  display: none;
  width: 100%;
}

.bossgoo-productsB11 .pro11-fo2-item2 em {
  color: #ff0808;
  position: absolute;
  left: 12px;
  top: 22px;
}

.bossgoo-productsB11 .pro11-fo2-item3 {
  width: 100%;
  text-align: center;
}

.bossgoo-productsB11 .pro11-fo2-item3 .pro11-fo2-submit {
  display: inline-block;
  width: 150px;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: #1e9fff;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.bossgoo-productsB11 .pro11-view, .bossgoo-productsB11 .pro11-viewBot {
  width: 100%;
}

.bossgoo-productsB11 .pro11-viewTop {
  width: 100%;
}

.bossgoo-productsB11 .pro11-viewTop span {
  color: #333;
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #ededed;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 18px;
}

.bossgoo-productsB11 .pro11-view-item {
  width: 100%;
}

.bossgoo-productsB11 .pro11-view-imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bossgoo-productsB11 .pro11-view-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-productsB11 .pro11-view-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB11 .pro11-view-textBox {
  width: 100%;
  padding-top: 15px;
}

.bossgoo-productsB11 .pro11-view-textBox a {
  color: #333;
  line-height: 1.2;
}

.bossgoo-productsB11 .pro11-navList {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.bossgoo-productsB11 .pro11-navTop {
  width: 100%;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.bossgoo-productsB11 .pro11-navTop span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.bossgoo-productsB11 .pro11-navTop .pro11-navLi {
  color: #c0c0c0;
  font-size: 32px;
}

.bossgoo-productsB11 .pro11-navTop .pro11-navXia {
  color: #666;
  transition: all .5s;
  font-size: 18px;
}

.bossgoo-productsB11 .pro11-navText {
  width: calc(100% - 72px);
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--themeColor);
  font-weight: bold;
}

.bossgoo-productsB11 .pro11-navTop-active .pro11-navXia {
  transform: rotate(180deg);
}

.bossgoo-productsB11 .pro11-navBot {
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 500px;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 2;
}

.bossgoo-productsB11 .pro11-navBot::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}

.bossgoo-productsB11 .pro11-navBot::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.5);
}

.bossgoo-productsB11 .pro11-navBot::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}

.bossgoo-productsB11 .pro11-navOne {
  width: 100%;
}

.bossgoo-productsB11 .pro11-navOne li {
  border-bottom: 1px solid #dedede;
}

.bossgoo-productsB11 .pro11-navOne a:hover {
  color: var(--themeColor);
}

.bossgoo-productsB11 .pro11-navDown {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bossgoo-productsB11 .pro11-navDown a {
  color: #333;
  max-width: 96%;
  font-weight: bold;
}

.bossgoo-productsB11 .pro11-navDown .iconfont {
  display: inline-block;
  width: 24px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  transition: all .5s;
  color: var(--themeColor);
}

.bossgoo-productsB11 .pro11-navTwo {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dedede;
  display: none;
}

.bossgoo-productsB11 .pro11-navTwo li {
  padding: 2px 10px;
  border-bottom: none;
}

.bossgoo-productsB11 .pro11-navTwo a {
  max-width: 100%;
  font-weight: initial;
  color: #666;
}

.bossgoo-productsB11 .moneyList {
  width: 100%;
  /*display: flex;*/
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}

.bossgoo-productsB11 .moneyList li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  /*position: relative;*/
}

.bossgoo-productsB11 .moneyList li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #cbd0dc;
  position: absolute;
  top: 12%;
  right: 0;
}

.bossgoo-productsB11 .moneyList li:nth-child(2n-1) {
  padding-left: 0;
}

.bossgoo-productsB11 .moneyList li:nth-child(2n)::before {
  display: none;
}

.bossgoo-productsB11 .moneyList .money {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #c91a1a;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bossgoo-productsB11 .moneyList .num {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.bossgoo-productsB11 .moneyList2 {
  width: 100%;
  padding-top: 20px;
}

.bossgoo-productsB11 .moneyList2 .s_price_style {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bossgoo-productsB11 .moneyList2 .money {
  font-size: 22px;
  color: #c91a1a;
  font-weight: bold;
}

.bossgoo-productsB11 .moneyList2 span {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-left: 8px;
}

.bossgoo-productsB11 .parameter {
  width: 100%;
  padding-top: 20px;
}

.bossgoo-productsB11 .parameter table {
  width: 100%;
  table-layout: fixed;
}

.bossgoo-productsB11 .parameter tbody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB11 .parameter tr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
}

.bossgoo-productsB11 .parameter td:nth-child(1) {
  width: 80px;
  color: #989898;
  flex-shrink: 0;
}

.bossgoo-productsB11 .parameter .tagBox {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.bossgoo-productsB11 .parameter .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  max-width: 90px;
  min-height: 30px;
  max-height: 40px;
  background-color: #eee;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  margin-right: 8px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.bossgoo-productsB11 .parameter .tag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB11 .parameter .tag.active {
  border-radius: 4px;
  border: solid 2px var(--themeColor);
  box-sizing: border-box;
}

.bossgoo-productsB11 .parameter tr.color .tag {
  width: 20px;
  height: 20px;
  min-width: initial;
  min-height: initial;
  border-radius: 50%;
  margin-right: 10px;
}

.bossgoo-productsB11 .parameter tr.size .tag.active {
  color: #fff;
  background-color: var(--themeColor);
}

.bossgoo-productsB11 .parameter tr.sku_attr_val_item_noprice {
  align-items: initial;
  box-sizing: border-box;
  margin: 0;
  padding-top: 10px;
}

.bossgoo-productsB11 .parameter tr.pro7-noprice td.all_sku {
  width: 150px;
  padding-right: 0;
  max-width: initial;
  border: 1px solid #dedede;
}

.bossgoo-productsB11 .parameter tr.pro7-noprice .amount {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 40px;
}

.bossgoo-productsB11 .parameter tr.pro7-noprice .current, .bossgoo-productsB11 .parameter tr.pro7-noprice .plus {
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  cursor: pointer;
}

.bossgoo-productsB11 .parameter tr.pro7-noprice input {
  width: 60px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.bossgoo-productsB11 .parameter tr.pro7-noprice .pro7-noprice-contact {
  width: 100%;
  box-sizing: border-box;
}

.bossgoo-productsB11 .parameter tr.pro7-noprice .pro7-noprice-con {
  width: 220px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: var(--btnTextColor);
  background-color: var(--btnBgColor);
}

.bossgoo-productsB11 .parameter.two {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.bossgoo-productsB11 .parameter.two table tbody tr:nth-child(1), .bossgoo-productsB11 .parameter.two table tbody tr:nth-child(2) {
  width: 100%;
}

.bossgoo-productsB11 .parameter.two table tbody tr {
  line-height: 1.5;
  align-items: initial;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.bossgoo-productsB11 .parameter.two table tbody tr td {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB11 .parameter.two table tbody tr td:nth-child(1) {
  color: #989898;
  font-weight: normal;
}

.bossgoo-productsB11 .parameter.two table tbody tr td:nth-child(2) div {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.bossgoo-productsB11 .parameter.two table tbody tr td:nth-child(2) div img {
  margin-right: 8px;
}

.bossgoo-productsB11 .parameter.two table tbody tr td:nth-child(2) div a:hover {
  color: var(--themeColor);
  text-decoration: underline;
}

.bossgoo-productsB11 .parameter.two table tbody tr td:nth-child(2) .buy .icon-skype1 {
  color: var(--themeColor);
}

.bossgoo-productsB11 .parameter.two table tbody tr td:nth-child(2) .skype .icon-skype1 {
  color: #00aff0;
  font-size: 18px;
}

.bossgoo-productsB11 .parameter.two table tbody tr td:nth-child(2) img {
  margin-left: 5px;
}

.bossgoo-productsB11 .pro7-share {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bossgoo-productsB11 .pro7-shareLe {
  width: 80px;
  color: #989898;
}

.bossgoo-productsB11 .pro7-shareRi {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
}

/* .bossgoo-productsB11 .pro7-shareRi a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  border: 1px solid #666;
  margin-right: 10px;
  color: #666;
  opacity: .5;
} */

.bossgoo-productsB11 .pro7-shareRi a:hover {
  opacity: 1;
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
}

.videoBox8 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.videoBox8 .wrap {
  /* width: 1440px; */
  width: 56vw;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoBox8 .video8 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #fff;
}

.videoBox8 .video8-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoBox8 .video8-controls {
  width: 100%;
  height: 100%;
}

.videoBox8 .video8-btn {
  color: #fff;
  position: absolute;
  font-size: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-productsB11 .pro11-crumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bossgoo-productsB11 .pro11-crumbsLe {
    display: none;
  }
  .bossgoo-productsB11 .pro11-crumbsRi {
    width: 100%;
    padding-left: 0;
  }
  .bossgoo-productsB11 .bossgoo-breadbrumb1 .wrap {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .bossgoo-productsB11 .pro11-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bossgoo-productsB11 .pro11-con-left {
    width: 330px;
    padding-right: 30px;
  }
  .bossgoo-productsB11 .pro11-con-right {
    width: calc(100% - 330px);
  }
  .videoBox8 .wrap {
    /* width: 100%; */
    width: 60vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1360px) {
  .bossgoo-productsB11 .pro11-larLe {
    width: 100%;
  }
  .bossgoo-productsB11 .pro11-larRi {
    width: 100%;
    padding-left: 0;
  }
  .bossgoo-productsB11 .detail_infos p {
    width: 49%;
  }
  .bossgoo-productsB11 .detail_infos p:nth-child(3n) {
    margin-right: 2%;
  }
  .bossgoo-productsB11 .detail_infos p:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-productsB11 .pro11-crumbs {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bossgoo-productsB11 .pro11-padding1 {
    padding-top: .6rem;
  }
  .bossgoo-productsB11 .pro11-tactBox {
    padding-top: .3rem;
  }
  .bossgoo-productsB11 .pro11-content {
    padding: .6rem .2rem;
  }
  .bossgoo-productsB11 .pro11-con-left {
    display: none;
  }
  .bossgoo-productsB11 .pro11-con-right {
    width: 100%;
  }
  .bossgoo-productsB11 .pro11-large {
    padding: .4rem;
  }
  .bossgoo-productsB11 .pro11-descBox {
    padding: .6rem .4rem;
  }
  .bossgoo-productsB11 .pro11-descTitle {
    padding-top: .4rem;
  }
  .bossgoo-productsB11 .pro11-descText {
    padding-top: .3rem;
  }
  .bossgoo-productsB11 .pro11-form2 {
    padding: .6rem .4rem;
  }
  .videoBox8 .wrap {
    width: 80vw;
    top: 50%;
    padding-left: .2rem;
    padding-right: .2rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-productsB11 {
    font-size: .28rem;
  }
  .bossgoo-productsB11 .pro11-content {
    padding: .4rem .2rem;
  }
  .bossgoo-productsB11 .pro11-large {
    padding: 0;
    border: none;
  }
  .bossgoo-productsB11 .pro11-title {
    font-size: .36rem;
    line-height: 1.2;
    font-weight: bold;
  }
  .bossgoo-productsB11 .pro11-padding1 {
    padding-top: .4rem;
  }
  .bossgoo-productsB11 .pro11-padding2, .bossgoo-productsB11 .pro11-descText {
    padding-top: .2rem;
  }
  .bossgoo-productsB11 .pro11-comTop {
    font-size: .36rem;
  }
  .bossgoo-productsB11 .pro11-comText, .bossgoo-productsB11 .pro11-description {
    padding: .2rem;
  }
  .bossgoo-productsB11 .pro11-comTeRi {
    width: 1.4rem;
  }
  .bossgoo-productsB11 .pro11-comTeRi span {
    padding: .12rem .2rem;
  }
  .bossgoo-productsB11 .pro11-comTeLe {
    width: calc(100% - 1.4rem);
  }
  .bossgoo-productsB11 .pro11-comItem2 .pro11-comText {
    padding: .1rem;
  }
  .bossgoo-productsB11 .pro11-descCon {
    border-top-right-radius: .08rem;
    border-top-left-radius: .08rem;
  }
  .bossgoo-productsB11 .pro11-description span {
    font-size: .36rem;
    padding-bottom: 0;
  }
  .bossgoo-productsB11 .pro11-description span:before {
    display: none;
  }
  .bossgoo-productsB11 .pro11-descBox {
    padding: .4rem .2rem;
  }
  .bossgoo-productsB11 .pro11-descTitle {
    font-size: .32rem;
  }
  .bossgoo-productsB11 .detail_infos p {
    width: 100%;
    margin-right: 0;
    margin-bottom: .1rem;
  }
  .bossgoo-productsB11 .detail_infos .attr_title, .bossgoo-productsB11 .detail_infos .attr_content {
    -webkit-line-clamp: initial;
    line-clamp: initial;
  }
  .bossgoo-productsB11 .pro11-tactTitle {
    font-size: .36rem;
  }
  .bossgoo-productsB11 .pro11-form2 {
    padding: .4rem .2rem;
  }
  .bossgoo-productsB11 .pro11-fo2-item1 {
    width: 100%;
    margin-right: 0;
  }
  .bossgoo-productsB11 .pro11-fo2-item1 input {
    height: .8rem;
    padding-left: .4rem;
  }
  .bossgoo-productsB11 .pro11-fo2-item1 em {
    line-height: 1;
  }
  .bossgoo-productsB11 ::-webkit-input-placeholder {
    font-size: .28rem;
  }
  .bossgoo-productsB11 ::-moz-placeholder {
    font-size: .28rem;
  }
  .bossgoo-productsB11 :-ms-input-placeholder {
    font-size: .28rem;
  }
  .bossgoo-productsB11 .pro11-fo2-item3 .pro11-fo2-submit {
    height: .8rem;
    line-height: .8rem;
    font-size: .32rem;
  }
  .bossgoo-productsB11 .pro11-viewTop span {
    font-size: .32rem;
    padding: .2rem .4rem;
    border-top-right-radius: .08rem;
    border-top-left-radius: .08rem;
  }
  .bossgoo-productsB11 .pro11-view-textBox {
    padding-top: .2rem;
  }
  .bossgoo-productsB11 .pro11-comLe {
    width: 100%;
  }
  .bossgoo-productsB11 .pro11-comRi {
    width: 100%;
    padding-top: .2rem;
    flex-direction: row;
  }
  .bossgoo-productsB11 .pro11-comItem2 {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .bossgoo-productsB11 .pro11-comItem2:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-productsB11 .pro11-navTop {
    padding: .08rem;
  }
  .bossgoo-productsB11 .pro11-navTop span {
    width: .52rem;
    height: .6rem;
    line-height: .6rem;
  }
  .bossgoo-productsB11 .pro11-navTop .pro11-navLi {
    font-size: .48rem;
  }
  .bossgoo-productsB11 .pro11-navTop .pro11-navXia {
    font-size: .32rem;
  }
  .bossgoo-productsB11 .pro11-navText {
    width: calc(100% - 1.04rem);
    height: .6rem;
    line-height: .6rem;
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bossgoo-productsB11 .pro11-navDown a {
    max-width: 94%;
  }
  .bossgoo-productsB11 .proImg8-list, .bossgoo-productsB11 .proImg8-contact, .bossgoo-productsB11 .proImg8-share {
    padding-top: .2rem;
  }
  .bossgoo-productsB11 .proImg8-share a {
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .32rem;
  }
  .bossgoo-productsB11 .proImg8-conUs {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    border-radius: .08rem;
  }
  .bossgoo-productsB11 .desc8-table1 tr.desc8-tr td {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
  }
  .bossgoo-productsB11 .desc8-table1 .desc8-tableTab th, .bossgoo-productsB11 .desc8-table1 .desc8-tableTab td {
    padding-top: 8px !important;
    width: 25% !important;
  }
  .bossgoo-productsB11 .model, .bossgoo-productsB11 .moneyList, .bossgoo-productsB11 .moneyList2, .bossgoo-productsB11 .parameter, .bossgoo-productsB11 .pro7-share {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
  .bossgoo-productsB11 .moneyList li {
    max-width: 50%;
  }
  .bossgoo-productsB11 .moneyList .money {
    font-size: .32rem;
  }
  .bossgoo-productsB11 .moneyList2 .money {
    font-size: .32rem;
  }
  .bossgoo-productsB11 .moneyList2 span {
    font-size: .24rem;
  }
  .bossgoo-productsB11 .parameter tr {
    margin-bottom: .2rem;
  }
  .bossgoo-productsB11 .parameter td:nth-child(1) {
    width: 1.2rem;
  }
  .bossgoo-productsB11 .parameter tr.pro7-noprice .pro7-noprice-con {
    width: 100%;
    font-size: .32rem;
  }
  .bossgoo-productsB11 .parameter tr.sku_attr_val_item_noprice {
    padding-top: 0;
  }
  .bossgoo-productsB11 .parameter.two {
    padding: .2rem 0;
    font-size: .28rem;
  }
  .bossgoo-productsB11 .parameter.two table tbody tr td:nth-child(2) div {
    margin: 0 .12rem;
  }
  .bossgoo-productsB11 .pro7-shareLe {
    width: 1.2rem;
  }
  .bossgoo-productsB11 .pro7-shareRi {
    width: calc(100% - 1.2rem);
  }
  .bossgoo-productsB11 .pro7-shareRi a {
    font-size: .32rem;
  }
  .videoBox8 .video8-btn {
    font-size: .32rem;
    top: .1rem;
    right: .1rem;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
  }

  .videoBox8 .wrap{
    width: 100%;
  }
}

@media only screen and (max-width: 520px) {
  .bossgoo-productsB11 .desc8-table1 th {
    width: 2.7rem;
  }
  .bossgoo-productsB11 .desc8-table1 td {
    width: calc(100% - 2.7rem);
  }
  .bossgoo-productsB11 .desc8-tableTab {
    font-size: .24rem;
  }
  .bossgoo-productsB11 .desc8-tableTab tr {
    align-items: initial;
  }
  .bossgoo-productsB11 .desc8-tableTab th, .bossgoo-productsB11 .desc8-tableTab td {
    white-space: normal;
  }
}

@media only screen and (max-width: 480px) {
  .bossgoo-productsB11 .pro11-larImg {
    height: 8rem;
  }
  .bossgoo-productsB11 .pro11-comItem2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: .2rem;
  }
  .bossgoo-productsB11 .pro11-comItem2 .pro11-comText {
    padding: .2rem;
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
  }
  .bossgoo-productsB11 .pro11-comItem2 .pro11-comTeLe {
    display: block;
  }
  .bossgoo-productsB11 .pro11-comItem2:last-child {
    margin-bottom: 0;
  }
  .bossgoo-productsB11 .pro11-comRi {
    flex-direction: column;
  }
  .bossgoo-productsB11 .pro11-fo2-item3 .pro11-fo2-submit {
    font-size: .28rem;
    width: 2.4rem;
    height: .72rem;
    line-height: .72rem;
  }
  .bossgoo-productsB11 .pro11-navBot {
    padding-top: .2rem;
    padding-bottom: .2rem;
    max-height: 8rem;
  }
  .bossgoo-productsB11 .pro11-navTop .pro11-navXia {
    font-size: .28rem;
  }
  .bossgoo-productsB11 .pro11-navDown a {
    max-width: 92%;
  }
  .bossgoo-productsB11 .moneyList li {
    width: 50%;
    padding: 0 .2rem;
    margin-bottom: 5px;
  }
  .bossgoo-productsB11 .moneyList li:first-child {
    padding: 0 .3rem;
  }
  .bossgoo-productsB11 .moneyList li:nth-child(2n)::before {
    display: none;
  }
  .bossgoo-productsB11 .moneyList .money, .bossgoo-productsB11 .moneyList .num {
    text-align: center;
  }
}

.bossgoo-breadbrumb1 .wrap {
  padding: 24px 0;
  color: #999;
}

.bossgoo-breadbrumb1 .wrap a {
  color: #999;
}

.bossgoo-breadbrumb1 .wrap i {
  margin: 0 10px;
}

.bossgoo-breadbrumb1 .wrap span {
  color: #666666;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-breadbrumb1 i,
  .bossgoo-breadbrumb1 span,
  .bossgoo-breadbrumb1 a {
    font-size: .24rem;
  }
}

.bigPic {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: flex;
  align-content: center;
  justify-content: center;
}

.bigPic img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bigPic .icon-fangdajing {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.bigPic video {
  width: 100%;
  height: 100%;
}

.bigBox {
  display: none;
  width: 440px;
  height: 440px;
  overflow: hidden;
  position: absolute;
  left: 440px;
  z-index: 99;
  top: 0px;
}

.bigBox img {
  width: 1000px !important;
  max-width: none;
}

.bigBox #bigImg {
  position: absolute;
}

.mask {
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 0, 0);
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: move;
  display: none;
}

.pictures_eyes_in img {
  display: inline-block;
}

.picshade {
  opacity: .6;
}

.pro7-share .at-icon-wrapper {
  display: none !important;
}

.bossgoo-productsB11 .pro11-crumbsRi .bossgoo-breadbrumb1{
  background-color: transparent;
}