.flx {
    flex-wrap: wrap;
}
.szs {
    width: 100%;
}
.pb-fir input {
    width: 95%;
}
.pb-fir .cyyx {
    width: 95%;
}
.pb-fir textarea {
    width: 95%;
}
.product-page_top_left #swiper1 {
    height: auto;
}
.product-page_top_right p:first-child {
    font-size: 20px;
    text-align: center;
}
.product-page_top_right p:nth-child(2) {
    padding: 0 5%;
}
.ctt {
    margin: 10px auto 60px;
}
.pb-fir div {
    font-size: 16px;
}
.pb-fir input[type="submit"] {
    width: 30%;
    height: 40px;
    font-size: 14px;
}
.pb-fir input[type="button"] {
    width: 30%;
    height: 40px;
    font-size: 14px;
}

.pb-fir table span {
         font-size: 12px !important;
     display: block;
    width: initial;
    height: initial;
    background-color: initial;
    margin-right: initial;
    word-break: break-all;
}
.pb-fir table {
      width: 100%;
    display: block;
}
.pb-fir tbody {
      width: 100%;
    display: block;
}
.pb-fir tbody tr {
  width: 100%;
    display: flex;
    height: auto !important;

}
.pb-fir tbody tr td {
      display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
text-align:center;
   border: 1px solid black;
}
.a-product-page-bottom-left img {
       height:auto !important;
}