.downcover {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.53;
  z-index: 1004;
  display: none;
}
.downdialog .private .email{
  display:none;
}
.downdialog .private .password{
  display:none;
}
.downdialog .private .checkpassword{
  display:none;
}
.downdialog {
  box-sizing: border-box;
  padding: 3vw 4vw;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42vw;
  height: 32vw;
  z-index: 1005;
  background: #FFFFFF;
  margin: auto;
  box-sizing: border-box;
  font-size: 14px;
  display: none;
}
.downdialog .private{
 display:flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
flex-direction: column;
}
.downdialog p{
text-align: center;
font-size: 18px;
margin-bottom: 32px;
}
.downdialog input[type="text"], .downdialog input[type="password"]{
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  width: 100%;
  padding-left: 10px;
  width: 100%;
}
.downdialog .inputBox{
  padding-bottom:20px;
}
.downdialog input[type="button"]{
  text-align: center;
  background-color: black;
  color: white;
  height: 38px;
  width: 16vw;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 20px;
}
.downdialog form a{
  background-color: var(--themeColor);
  display: block;
  color: white;
  height: 38px;
  line-height: 38px;
  width: 16vw;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.downdialog .btnArea{
  display: flex;
   justify-content: flex-start;
}
.bossgoo-productsB9 {
  font-size: 16px;
  line-height: 1.5;
}

.bossgoo-productsB9 .pro9-attribute {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bossgoo-productsB9 .pro9-attrBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB9 .pro9-attrLe {
  width: calc(100% - 640px);
  padding-right: 50px;
}

.bossgoo-productsB9 .pro9-attrRi {
  width: 640px;
}

.bossgoo-productsB9 .pro9-attrRi-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bossgoo-productsB9 .pro9-attrBtn {
  width: 50px;
  display: flex;
  align-items: center;
}

.bossgoo-productsB9 .pro9-attrB {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #dcdcdc;
  color: #fff;
  cursor: pointer;
  font-size: 36px;
}

.bossgoo-productsB9 .pro9-attrB:hover {
  background-color: var(--themeColor);
}

.bossgoo-productsB9 .pro9-attrImg {
  width: calc(100% - 100px);
  padding: 0 20px;
}

.bossgoo-productsB9 .proImg9-products {
  width: 100%;
  height: 100%;
}

.bossgoo-productsB9 .proImg9-products img,
.bossgoo-productsB9 .pro9-attrItem img,
.bossgoo-productsB9 .pro9-attrItem video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB9 .pro9-attrItem{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.bossgoo-productsB9 .pro9-attrIt{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-productsB9 .pro9-title {
  font-size: 26px;
  line-height: 1;
  color: #333;
  font-weight: initial;
}

.bossgoo-productsB9 .proImg9-pagation {
  width: 100%;
  text-align: center;
  display: none;
  padding-top: 5px;
}

.bossgoo-productsB9 .proImg9-pagation .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.bossgoo-productsB9 .proImg9-pagation .swiper-pagination-bullet-active {
  background-color: var(--themeColor);
}

.bossgoo-productsB9 .pro9-switch {
  width: 100%;
  border-top: 1px solid #f4f4f4;
  padding-top: 25px;
}

.bossgoo-productsB9 .pro9-swBox {
  width: 100%;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
}

.bossgoo-productsB9 .pro9-swBox span {
  font-size: 20px;
  color: #999;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  margin-right: 20px;
  cursor: pointer;
}

.bossgoo-productsB9 .pro9-swBox .pro9-swActive {
  color: #333;
  border-bottom: 2px solid var(--themeColor);
}

.bossgoo-productsB9 .pro9-swBox::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}

.bossgoo-productsB9 .pro9-swBox::-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-productsB9 .pro9-swBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: rgba(0, 0, 0, 0.2);
}

.bossgoo-productsB9 .pro9-con {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f4f4;
}

.bossgoo-productsB9 .pro9-swiper-con {
  width: 100%;
}

.bossgoo-productsB9 .pro9-swiper-con .swiper-slide {
  background-color: #fff;
}

.bossgoo-productsB9 .pro9-table1 {
  width: 100%;
  padding: 65px 20px 30px 20px;
  position: relative;
}

.bossgoo-productsB9 .pro9-tabTi {
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom-right-radius: 30px;
  background-color: var(--themeColor);
  position: absolute;
  left: 0;
  top: 0;
}

.bossgoo-productsB9 .pro9-chartCon {
  max-height: 150px;
  overflow: hidden;
}

.bossgoo-productsB9 .swiper-slide-active .pro9-chartCon {
  max-height: initial;
}

.bossgoo-productsB9 .pro9-tabBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB9 .pro9-tabBox .detail_infos{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB9 .pro9-tabBox p {
  width: 25%;
  display: flex;
  align-items: flex-start;
  padding-right: 10px;
  margin-bottom: 5px;
}

.bossgoo-productsB9 .pro9-tabBox .attr_title {
  max-width: 30%;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bossgoo-productsB9 .pro9-tabBox .attr_content {
  max-width: 68%;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  padding-left: 5px;
  color: #999;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bossgoo-productsB9 .pro8-imgList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB9 .pro8-imgList li {
  width: 33%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
}

.bossgoo-productsB9 .pro8-imgList li:nth-child(3n) {
  margin-right: 0;
}

.bossgoo-productsB9 .pro8-imgItem {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.bossgoo-productsB9 .pro8-imgIt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-productsB9 .pro8-imgIt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bossgoo-productsB9 .desc8-tableTab th,
.bossgoo-productsB9 .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-productsB9 .desc8-tableTabText {
  padding-top: 5px;
}

.bossgoo-productsB9 .pro9-padd {
  padding-top: 50px;
}

.bossgoo-productsB9 .pro9-download {
  width: 100%;
}

.bossgoo-productsB9 .pro9-downTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bossgoo-productsB9 .pro9-downTi {
  padding-left: 25px;
  padding-right: 40px;
  line-height: 46px;
  background-color: var(--themeColor);
  border-bottom-right-radius: 30px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
}

.bossgoo-productsB9 .pro9-downMore {
  font-size: 16px;
  font-weight: bold;
  color: var(--themeColor);
}

.bossgoo-productsB9 .pro9-downBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.bossgoo-productsB9 .pro9-downItem {
  width: 23.5%;
  padding: 36px;
  background-color: #fff;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bossgoo-productsB9 .pro9-downItem img {
  width: 120px;
  height: 129px;
  object-fit: contain;
}

.bossgoo-productsB9 .pro9-downItem:nth-child(4n) {
  margin-right: 0;
}

.bossgoo-productsB9 .pro9-downTe {
  color: #333;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: left;
  height: 48px;
}

.bossgoo-productsB9 .pro9-downLink {
  display: inline-block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #7d7d7d;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.bossgoo-productsB9 .pro9-downLink:hover {
  background-color: var(--themeColor);
}

.bossgoo-productsB9 .pro9-videoBox {
  width: 100%;
}

.bossgoo-productsB9 .pro9-video {
  width: 100%;
  height: 650px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-productsB9 .pro9-videoItem {
  width: 10%;
  height: 100%;
  border-right: 1px solid #dedede;
  cursor: pointer;
}

.bossgoo-productsB9 .pro9-videoItem:last-child {
  border-right: none;
}

.bossgoo-productsB9 .pro9-viNum {
  width: 100%;
  height: 100%;
  background-color: #5e5751;
  position: relative;
  transition: all 0.5s;
}

.bossgoo-productsB9 .pro9-viNu {
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.bossgoo-productsB9 .pro9-viBox {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  transition: all 0.5s;
}

.bossgoo-productsB9 .pro9-viBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-productsB9 .pro9-viPlay {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 80px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bossgoo-productsB9 .pro9-viBer {
  display: inline-block;
  width: 100px;
  font-size: 35px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 40px;
  color: #fff;
  font-weight: bold;
}

.bossgoo-productsB9 .pro9-videoActive {
  width: 70%;
}

.bossgoo-productsB9 .pro9-videoActive .pro9-viNum {
  display: none;
}

.bossgoo-productsB9 .pro9-videoActive .pro9-viBox {
  display: block;
}

.bossgoo-productsB9 .pro9-videoPh {
  width: 100%;
  display: none;
}

.bossgoo-productsB9 .pro9-viItem {
  width: 100%;
}

.bossgoo-productsB9 .pro9-viImgBox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.bossgoo-productsB9 .pro9-viImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-productsB9 .pro9-viImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB9 .pro9-viPlayPh {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bossgoo-productsB9 .pro9-viText {
  width: 100%;
  padding-top: 15px;
}

.bossgoo-productsB9 .pro9-touch {
  width: 100%;
}

.bossgoo-productsB9 .pro9-touchBox {
  width: 100%;
  padding: 70px 60px;
  background-color: #fff;
}

.bossgoo-productsB9 .pro9-touchTi {
  font-size: 44px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.bossgoo-productsB9 .pro9-touchTe {
  width: 80%;
  margin: 0 auto;
  padding-top: 35px;
  color: #666;
  text-align: center;
}

.bossgoo-productsB9 .form9 {
  width: 100%;
  padding-top: 50px;
}

.bossgoo-productsB9 .form9 input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  padding-right: 15px;
  border: 1px solid #d2d2d2;
  color: #666;
}

.bossgoo-productsB9 .form9 textarea {
  width: 100%;
  height: 150px;
  padding: 15px 15px 15px 30px;
  border: 1px solid #d2d2d2;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: #666;
}

.bossgoo-productsB9 .form9 ::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

.bossgoo-productsB9 .form9 ::-moz-placeholder {
  font-size: 16px;
  color: #999;
}

.bossgoo-productsB9 .form9 :-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

.bossgoo-productsB9 .form9-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.bossgoo-productsB9 .form9-itBox {
  width: 30%;
  margin-right: 5%;
  padding-bottom: 25px;
  position: relative;
}

.bossgoo-productsB9 .form9-itBox:nth-child(3n) {
  margin-right: 0;
}

.bossgoo-productsB9 .form9-error {
  display: none;
  position: absolute;
  bottom: 4px;
  left: 0;
  font-size: 12px;
  color: red;
}

.bossgoo-productsB9 .form9-xing {
  font-size: 16px;
  color: red;
  position: absolute;
  top: 13px;
  left: 10px;
}

.bossgoo-productsB9 .form9-itBox2 {
  width: 100%;
  padding-bottom: 25px;
  position: relative;
}

.bossgoo-productsB9 .form9-itBox3 {
  width: 100%;
  text-align: center;
}

.bossgoo-productsB9 .form9-submit {
  width: 320px !important;
  height: 50px !important;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--btnTextColor) !important;
  padding: 0 !important;
  background-color: var(--btnBgColor) !important;
  cursor: pointer;
}

.bossgoo-productsB9 .pro9-hot {
  width: 100%;
}

.bossgoo-productsB9 .pro9-hotTitle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}

.bossgoo-productsB9 .pro9-hotTi {
  width: 100%;
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
}

.bossgoo-productsB9 .pro9-hotBox {
  width: 100%;
  padding-top: 35px;
}

.bossgoo-productsB9 .hot9-products,
.bossgoo-productsB9 .hot9-item {
  width: 100%;
}

.bossgoo-productsB9 .hot9-imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

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

.bossgoo-productsB9 .hot9-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-productsB9 .hot9-textBox {
  width: 100%;
  padding-top: 20px;
}

.bossgoo-productsB9 .hot9-textLink {
  width: 100%;
}

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

.bossgoo-productsB9 .moneyList li {
  max-width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  position: relative;
}

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

.bossgoo-productsB9 .moneyList li:first-child {
  padding-left: 0;
}

.bossgoo-productsB9 .moneyList li:last-child::before {
  display: none;
}

.bossgoo-productsB9 .moneyList .money {
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: var(--themeColor);
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.bossgoo-productsB9 .moneyList2 .money {
  font-size: 22px;
  color: var(--themeColor);
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bossgoo-productsB9 .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-productsB9 .parameter tr.pro7-noprice .pro7-noprice-contact {
  width: 100%;
  box-sizing: border-box;
}

.bossgoo-productsB9 .parameter tr.pro7-noprice .pro7-noprice-con {
  width: 100%;
  line-height: 40px;
  background-color: var(--themeColor);
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.bossgoo-productsB9 .parameter.two {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

.bossgoo-productsB9 .pro7-shareLe {
  width: 100px;
  color: #989898;
}

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

.bossgoo-productsB9 .pro7-shareRi a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #b8b8b8;
  margin-right: 10px;
  color: #b8b8b8;
}

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

.bossgoo-productsB9 .pro9-list {
  width: 100%;
  padding-top: 20px;
}

.bossgoo-productsB9 .pro9-list li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
}

.bossgoo-productsB9 .pro9-list li:last-child {
  padding-bottom: 0;
}

.bossgoo-productsB9 .pro9-list .pro9-liTi {
  color: #333;
  font-weight: bold;
  max-width: 35%;
}

.bossgoo-productsB9 .pro9-list .pro9-liTe {
  max-width: 65%;
  padding-left: 10px;
}

.bossgoo-productsB9 .pro9-share2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 20px;
}

/* .bossgoo-productsB9 .pro9-share2 a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #b8b8b8;
  margin-right: 10px;
  color: #b8b8b8;
} */

.bossgoo-productsB9 .pro9-share2 a:hover {
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
}

.bossgoo-productsB9 .pro9-contact {
  width: 100%;
  padding-top: 20px;
}

.bossgoo-productsB9 .pro9-conUs {
  display: inline-block;
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}

.bossgoo-productsB9 .pro9-conUs:hover {
  color: var(--themeColor);
}

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

.videoBox8 .wrap {
  /* width: 1440px; */
  width: 56vw;
  position: absolute;
  top: 50%;
  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-productsB9 .pro9-attribute,
  .bossgoo-productsB9 .pro9-switch,
  .bossgoo-productsB9 .pro9-con {
    padding-left: 20px;
    padding-right: 20px;
  }
  .videoBox8 .wrap {
    /* width: 100%; */
    width: 60vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bossgoo-productsB9 .pro9-tabBox p{
    width: 33.33%;
  }
}

@media only screen and (max-width: 1240px) {
  .bossgoo-productsB9 .pro9-attrBox {
    align-items: center;
    flex-direction: column-reverse;
  }
  .bossgoo-productsB9 .pro9-attrLe {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
  .bossgoo-productsB9 .pro9-downItem {
    padding: 20px;
  }
  .bossgoo-productsB9 .pro9-downTe {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1040px) {
  .downdialog {
    box-sizing: border-box;
    padding: 3vw 4vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 60vw;
    z-index: 100000;
    background: #FFFFFF;
    margin: auto;
    box-sizing: border-box;
    font-size: 0.28rem;
    display: none;
  }
.downdialog p {
    text-align: center;
    font-size: 0.48rem;
    margin-bottom: 0.64rem;
  }
.downdialog .inputBox {
    padding-bottom: 0.4rem;
  }
.downdialog input[type="text"],
.downdialog input[type="password"] {
    height: 1rem;
    line-height: 1rem;
    border: 0.01rem solid #e6e6e6;
    background-color: #fff;
    border-radius: 0.04rem;
    display: block;
    width: 100%;
    padding-left: 0.2rem;
    width: 100%;
    font-size: 0.36rem;
  }
.downdialog input[type="button"] {
    text-align: center;
    background-color: black;
    color: white;
    height: 1rem;
    width: 18vw;
    border-radius: 0.05rem;
    margin-right: 0.4rem;
    cursor: pointer;
    margin-top: 0.4rem;
  }
.downdialog .public,
.downdialog .private {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
.downdialog .btnArea {
    display: flex;
    justify-content: flex-start;
  }
.downdialog form {
    width: 100%;
  }
.downdialog form a {
    background-color: var(--themeColor);
    display: block;
    color: white;
    height: 1rem;
    line-height: 1rem;
    width: 30vw;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.36rem;
    margin-top: 0.4rem;
  }
  .bossgoo-productsB9 .pro9-attribute,
  .bossgoo-productsB9 .pro9-switch,
  .bossgoo-productsB9 .pro9-con {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .bossgoo-productsB9 .pro9-padd {
    padding-top: 0.6rem;
  }
  .bossgoo-productsB9 .pro9-tabBox p {
    width: 50%;
  }
  .bossgoo-productsB9 .pro9-video {
    display: none;
  }
  .bossgoo-productsB9 .pro9-videoPh {
    display: block;
  }
  .bossgoo-productsB9 .pro9-downItem {
    width: 49%;
    margin-bottom: 0.2rem;
  }
  .bossgoo-productsB9 .pro9-downItem:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-productsB9 .pro9-touchBox {
    padding: 0.8rem 0.6rem;
  }
  .bossgoo-productsB9 .pro9-touchTe {
    width: 100%;
    padding-top: 0.4rem;
  }
  .bossgoo-productsB9 .pro9-touchTi {
    font-size: 0.6rem;
  }
  .bossgoo-productsB9 .form9 {
    padding-top: 0.6rem;
  }
  .bossgoo-productsB9 .form9-itBox {
    width: 100%;
    margin-right: 0;
  }
  .videoBox8 .wrap {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    width: 80vw;
  }
}

@media only screen and (max-width: 767px) {
  .downdialog {
    box-sizing: border-box;
    padding: 3vw 4vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 100vw;
    z-index: 100000;
    background: #FFFFFF;
    margin: auto;
    box-sizing: border-box;
    font-size: 0.28rem;
    display: none;
  }
 .downdialog p {
    text-align: center;
    font-size: 0.32rem;
    margin-bottom: 0.64rem;
  }
 .downdialog .inputBox {
    padding-bottom: 0.4rem;
  }
 .downdialog input[type="text"],
 .downdialog input[type="password"] {
    height: 0.76rem;
    line-height: 0.76rem;
    border: 0.01rem solid #e6e6e6;
    background-color: #fff;
    border-radius: 0.04rem;
    display: block;
    width: 100%;
    padding-left: 0.2rem;
    width: 100%;
    font-size: 0.24rem;
  }
 .downdialog input[type="submit"] {
    text-align: center;
    background-color: black;
    color: white;
    height: 0.76rem;
    width: 20vw;
    border-radius: 0.1rem;
    margin-right: 0.4rem;
    cursor: pointer;
    margin-top: 0.4rem;
    font-size: 0.24rem;
  }
 .downdialog input[type="button"] {
    text-align: center;
    background-color: black;
    color: white;
    height: 0.76rem;
    width: 20vw;
    border-radius: 0.1rem;
    margin-right: 0.4rem;
    cursor: pointer;
    margin-top: 0.4rem;
    font-size: 0.24rem;
  }
 .downdialog .public,
 .downdialog .private {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
 .downdialog .btnArea {
    display: flex;
    justify-content: flex-start;
  }
 .downdialog form {
    width: 100%;
  }
 .downdialog form a {
    background-color: var(--themeColor);
    display: block;
    color: white;
    height: 0.76rem;
    line-height: 0.76rem;
    width: 46vw;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.32rem;
    margin-top: 0.4rem;
  }
  .bossgoo-productsB9 {
    font-size: 0.28rem;
  }
  .bossgoo-productsB9 .pro9-attribute {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .bossgoo-productsB9 .pro9-attrRi {
    width: 100%;
  }
  .bossgoo-productsB9 .pro9-attrBtn {
    width: 0.8rem;
  }
  .bossgoo-productsB9 .pro9-attrB {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.6rem;
  }
  .bossgoo-productsB9 .pro9-attrImg {
    width: calc(100% - 1.6rem);
    padding: 0 0.3rem;
  }
  .bossgoo-productsB9 .pro9-title,
  .bossgoo-productsB9 .pro9-touchTi {
    font-size: 0.4rem;
    line-height: 1.2;
  }
  .bossgoo-productsB9 .pro9-switch {
    padding-top: 0.3rem;
  }
  .bossgoo-productsB9 .pro9-swBox span {
    font-size: 0.28rem;
    margin-right: 0.3rem;
    border-bottom: 1px solid transparent;
  }
  .bossgoo-productsB9 .pro9-swBox .pro9-swActive {
    border-bottom: 1px solid var(--themeColor);
  }
  .bossgoo-productsB9 .pro9-con {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bossgoo-productsB9 .pro8-imgList li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1.5%;
  }
  .bossgoo-productsB9 .pro8-imgList li:nth-child(3n) {
    margin-right: 2%;
  }
  .bossgoo-productsB9 .pro8-imgList li:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-productsB9 .pro9-tabTi {
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.28rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .bossgoo-productsB9 .pro9-table1 {
    padding: 1rem 0.4rem 0.4rem 0.4rem;
  }
  .bossgoo-productsB9 .desc8-table1 tr.desc8-tr td {
    width: 100%;
    padding-left: 0;
    padding-top: 0.1rem;
  }
  .bossgoo-productsB9 .desc8-table1 .desc8-tableTab tr {
    align-items: initial;
  }
  .bossgoo-productsB9 .desc8-table1 .desc8-tableTab th,
  .bossgoo-productsB9 .desc8-table1 .desc8-tableTab td {
    padding-top: 0.16rem !important;
    width: 25% !important;
    white-space: normal;
  }
  .bossgoo-productsB9 .desc8-table1 .desc8-tableTab tr td {
    padding-left: 0.16rem;
  }
  .bossgoo-productsB9 .pro9-downTi {
    padding-left: 0.3rem;
    padding-right: 0.4rem;
    line-height: 0.8rem;
    border-bottom-right-radius: 0.3rem;
    font-size: 0.32rem;
  }
  .bossgoo-productsB9 .pro9-downMore {
    font-size: 0.28rem;
  }
  .bossgoo-productsB9 .pro9-downBox {
    padding-top: 0.4rem;
  }
  .bossgoo-productsB9 .pro9-downItem img {
    width: 1.6rem;
    height: 1.72rem;
  }
  .bossgoo-productsB9 .pro9-downTe {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    height: 0.84rem;
  }
  .bossgoo-productsB9 .pro9-downLink {
    width: 2.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
  .bossgoo-productsB9 .pro9-touchTe,
  .bossgoo-productsB9 .form9 {
    padding-top: 0.3rem;
  }
  .bossgoo-productsB9 .pro9-touchBox {
    padding: 0.4rem;
  }
  .bossgoo-productsB9 .form9 ::-webkit-input-placeholder {
    font-size: 0.28rem;
  }
  .bossgoo-productsB9 .form9 ::-moz-placeholder {
    font-size: 0.28rem;
  }
  .bossgoo-productsB9 .form9 :-ms-input-placeholder {
    font-size: 0.28rem;
  }
  .bossgoo-productsB9 .form9-submit {
    width: 100% !important;
    font-size: 0.32rem;
  }
  .bossgoo-productsB9 .pro9-hotTitle {
    padding-bottom: 0.3rem;
  }
  .bossgoo-productsB9 .pro9-hotTi {
    font-size: 0.4rem;
  }
  .bossgoo-productsB9 .pro9-hotBox {
    padding-top: 0.5rem;
  }
  .bossgoo-productsB9 .hot9-textBox {
    padding-top: 0.2rem;
  }
  /* .bossgoo-productsB9 .pro9-tabBox .attr_title,
  .bossgoo-productsB9 .pro9-tabBox .attr_content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  } */
  .bossgoo-productsB9 .model,
  .bossgoo-productsB9 .moneyList,
  .bossgoo-productsB9 .moneyList2,
  .bossgoo-productsB9 .parameter,
  .bossgoo-productsB9 .pro7-share {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .bossgoo-productsB9 .moneyList li {
    max-width: 50%;
  }
  .bossgoo-productsB9 .moneyList .money {
    font-size: 0.32rem;
  }
  .bossgoo-productsB9 .moneyList2 .money {
    font-size: 0.32rem;
  }
  .bossgoo-productsB9 .moneyList2 span {
    font-size: 0.24rem;
  }
  .bossgoo-productsB9 .parameter tr {
    margin-bottom: 0.2rem;
  }
  .bossgoo-productsB9 .parameter td:nth-child(1) {
    width: 1.2rem;
  }
  .bossgoo-productsB9 .parameter tr.pro7-noprice .pro7-noprice-con {
    width: 100%;
    font-size: 0.32rem;
  }
  .bossgoo-productsB9 .parameter tr.sku_attr_val_item_noprice {
    padding-top: 0;
  }
  .bossgoo-productsB9 .parameter.two {
    padding: 0.2rem 0;
    font-size: 0.28rem;
  }
  .bossgoo-productsB9 .parameter.two table tbody tr td:nth-child(2) div {
    margin: 0 0.12rem;
  }
  .bossgoo-productsB9 .pro7-shareLe {
    width: 1.2rem;
  }
  .bossgoo-productsB9 .pro7-shareRi {
    width: calc(100% - 1.2rem);
  }
  .bossgoo-productsB9 .pro7-shareRi a {
    font-size: 0.36rem;
  }
  .videoBox8 .video8-btn {
    font-size: 0.32rem;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }

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

@media only screen and (max-width: 480px) {
  .bossgoo-productsB9 .pro9-attrBtn {
    display: none;
  }
  .bossgoo-productsB9 .pro9-attrImg {
    width: 100%;
    padding: 0;
  }
  .bossgoo-productsB9 .pro9-tabBox .attr_title,
  .bossgoo-productsB9 .pro9-tabBox .attr_content {
    -webkit-line-clamp: initial;
    line-clamp: initial;
  }
  .bossgoo-productsB9 .proImg9-pagation {
    display: block;
  }
  .bossgoo-productsB9 .pro7-shareRi a,
  .bossgoo-productsB9 .pro9-share2 a {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    margin-right: 0.12rem;
  }
  .bossgoo-productsB9 .pro9-list li {
    padding-bottom: 0.1rem;
  }
  .bossgoo-productsB9 .pro9-share2,
  .bossgoo-productsB9 .pro9-contact {
    padding-top: 0.2rem;
  }
  .bossgoo-productsB9 .pro9-tabBox p {
    width: 100%;
    padding-right: 0;
  }
  .bossgoo-productsB9 .pro9-downItem {
    padding: 0.3rem;
  }
  .bossgoo-productsB9 .pro9-downItem img {
    width: 1.2rem;
    height: 1.29rem;
  }
  .bossgoo-productsB9 .moneyList li {
    width: 50%;
    padding: 0 0.2rem;
    margin-bottom: 5px;
  }
  .bossgoo-productsB9 .moneyList li:first-child {
    padding: 0 0.3rem;
  }
  .bossgoo-productsB9 .moneyList li:nth-child(2n)::before {
    display: none;
  }
  .bossgoo-productsB9 .moneyList .money,
  .bossgoo-productsB9 .moneyList .num {
    text-align: center;
  }
}

.bossgoo-breadbrumb1 {
  width: 100%;
  padding: 20px 0;
  background-color: var(--themeColor) !important;
}

.bossgoo-breadbrumb1 .wrap {
  padding: 0 !important;
  color: #fff !important;
  margin: 0 auto !important;
}

.bossgoo-breadbrumb1 .wrap a {
  color: #fff !important;
}

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

.bossgoo-breadbrumb1 .wrap span {
  color: #fff !important;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-breadbrumb1 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .bossgoo-breadbrumb1 i,
  .bossgoo-breadbrumb1 span,
  .bossgoo-breadbrumb1 a {
    font-size: 0.24rem;
  }
  .bossgoo-breadbrumb4 .wrap{
    padding: .3rem 0 !important;
  }
}

.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: 500px;
  height: 500px;
  overflow: hidden;
  position: absolute;
  left: 500px;
  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: 0.6;
}

.pro9-share2 .at-icon-wrapper {
  display: none !important;
}

/* download start */
.bossgoo-search-download .dialog {
  box-sizing: border-box;
  padding: 3vw 4vw;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42vw;
  height: 32vw;
  z-index: 100000;
  background: #ffffff;
  margin: auto;
  box-sizing: border-box;
  font-size: 14px;
  display: none;
}

.bossgoo-search-download .dialog p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 32px;
}

.bossgoo-search-download .dialog .inputBox {
  padding-bottom: 20px;
}

.bossgoo-search-download .dialog input[type="text"],
.bossgoo-search-download .dialog input[type="password"] {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  width: 100%;
  padding-left: 10px;
  width: 100%;
}

.bossgoo-search-download .dialog input[type="submit"] {
  text-align: center;
  background-color: black;
  color: white;
  height: 38px;
  width: 16vw;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 20px;
}
.bossgoo-search-download .dialog input[type="button"] {
  text-align: center;
  background-color: black;
  color: white;
  height: 38px;
  width: 16vw;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 20px;
}

.bossgoo-search-download .dialog .public,
.bossgoo-search-download .dialog .private {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bossgoo-search-download .dialog .btnArea {
  display: flex;
  justify-content: flex-start;
}

.bossgoo-search-download .dialog form {
  width: 100%;
}

.bossgoo-search-download .dialog form a {
  background-color: var(--themeColor);
  display: block;
  color: white;
  height: 38px;
  line-height: 38px;
  width: 16vw;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.bossgoo-search-download .dialog .public.show,
.bossgoo-search-download .dialog .private.show {
  display: flex;
}

.bossgoo-search-download .cover {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.53;
  z-index: 1004;
  display: none;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-search-download .dialog {
    box-sizing: border-box;
    padding: 3vw 4vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 60vw;
    z-index: 100000;
    background: #ffffff;
    margin: auto;
    box-sizing: border-box;
    font-size: 0.28rem;
    display: none;
  }
  .bossgoo-search-download .dialog p {
    text-align: center;
    font-size: 0.48rem;
    margin-bottom: 0.64rem;
  }
  .bossgoo-search-download .dialog .inputBox {
    padding-bottom: 0.4rem;
  }
  .bossgoo-search-download .dialog input[type="text"],
  .bossgoo-search-download .dialog input[type="password"] {
    height: 1rem;
    line-height: 1rem;
    border: 0.01rem solid #e6e6e6;
    background-color: #fff;
    border-radius: 0.04rem;
    display: block;
    width: 100%;
    padding-left: 0.2rem;
    width: 100%;
    font-size: 0.36rem;
  }
  .bossgoo-search-download .dialog input[type="submit"] {
    text-align: center;
    background-color: black;
    color: white;
    height: 1rem;
    width: 18vw;
    border-radius: 0.05rem;
    margin-right: 0.4rem;
    cursor: pointer;
    margin-top: 0.4rem;
  }
  .bossgoo-search-download .dialog .public,
  .bossgoo-search-download .dialog .private {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .bossgoo-search-download .dialog .btnArea {
    display: flex;
    justify-content: flex-start;
  }
  .bossgoo-search-download .dialog form {
    width: 100%;
  }
  .bossgoo-search-download .dialog form a {
    background-color: var(--themeColor);
    display: block;
    color: white;
    height: 1rem;
    line-height: 1rem;
    width: 30vw;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.36rem;
    margin-top: 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-search-download .dialog {
    box-sizing: border-box;
    padding: 3vw 4vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 100vw;
    z-index: 100000;
    background: #ffffff;
    margin: auto;
    box-sizing: border-box;
    font-size: 0.28rem;
    display: none;
  }
  .bossgoo-search-download .dialog p {
    text-align: center;
    font-size: 0.32rem;
    margin-bottom: 0.64rem;
  }
  .bossgoo-search-download .dialog .inputBox {
    padding-bottom: 0.4rem;
  }
  .bossgoo-search-download .dialog input[type="text"],
  .bossgoo-search-download .dialog input[type="password"] {
    height: 0.76rem;
    line-height: 0.76rem;
    border: 0.01rem solid #e6e6e6;
    background-color: #fff;
    border-radius: 0.04rem;
    display: block;
    width: 100%;
    padding-left: 0.2rem;
    width: 100%;
    font-size: 0.24rem;
  }
  .bossgoo-search-download .dialog input[type="submit"] {
    text-align: center;
    background-color: black;
    color: white;
    height: 0.76rem;
    width: 20vw;
    border-radius: 0.1rem;
    margin-right: 0.4rem;
    cursor: pointer;
    margin-top: 0.4rem;
    font-size: 0.24rem;
  }
  .bossgoo-search-download .dialog input[type="button"] {
    text-align: center;
    background-color: black;
    color: white;
    height: 0.76rem;
    width: 20vw;
    border-radius: 0.1rem;
    margin-right: 0.4rem;
    cursor: pointer;
    margin-top: 0.4rem;
    font-size: 0.24rem;
  }
  .bossgoo-search-download .dialog .public,
  .bossgoo-search-download .dialog .private {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .bossgoo-search-download .dialog .btnArea {
    display: flex;
    justify-content: flex-start;
  }
  .bossgoo-search-download .dialog form {
    width: 100%;
  }
  .bossgoo-search-download .dialog form a {
    background-color: var(--themeColor);
    display: block;
    color: white;
    height: 0.76rem;
    line-height: 0.76rem;
    width: 46vw;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.32rem;
    margin-top: 0.4rem;
  }
}
/* download end */

.pro9-breakAll{
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

.bossgoo-productsB9 .pro9-download{
  background-color: #f4f4f4;
  padding-top: 50px;
}
.bossgoo-productsB9 .pro9-download .iconfont{
  text-decoration: underline;
}
.bossgoo-productsB9 .pro9-downTi .iconfont{
  font-size: 20px;
  font-weight: bold;
}
.bossgoo-productsB9 .pro9-swiper-con .swiper-slide{
  height: 0;
}
.bossgoo-productsB9 .pro9-swiper-con .swiper-slide-active{
  height: auto;
}