/*table { */
/*width: 100%; */
/*border-collapse: collapse; */
/*overflow-x: auto; */
/*display: block; */
/*white-space: nowrap;*/
/*}*/
/*th, td { */
/*white-space: nowrap; */
/* padding: 8px;*/
/* text-align: left;*/
/*}*/

.kelin-goods-read.main {
  padding-top: 80px;
  padding-bottom: 60px;
}

.kelin-goods-read .main-right {
  margin-left: 340px;
}

.kelin-goods-read .main-left {
  float: left;
  width: 260px;
}

.kelin-goods-read .main-left h3 {
  display: none;
  font-size: 20px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  background: var(--color-primary);
  position: relative;
}

.kelin-goods-read .main-left h3::after {
  display: block;
  font-family: "qico";
  content: "\e727";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  transition: transform .3s ease;
}

.kelin-goods-read .main-left h3.active::after {
  transform: rotate(45deg) scale(1.08);
}

.kelin-goods-read .sidemenu {
  margin: 0 0 20px;
}

.kelin-goods-read .sidemenu > ul > li {
  border-bottom: 1px solid #e2e2e2;
}

.kelin-goods-read .sidemenu > ul > li h5 {
  line-height: 22px;
  display: block;
  padding: 12px 0 12px 13px;
  font-size: 15px;
  color: #212121;
  cursor: pointer;
  position: relative;
}

.kelin-goods-read .sidemenu > ul > li h5 a {
  display: block;
  margin-right: 40px;
  box-sizing: border-box;
}

.kelin-goods-read .sidemenu > ul > li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.kelin-goods-read .sidemenu > ul > li h5 span {
  position: absolute;
  right: 0;
  top: 0;
  background: url("./pics/i4.png") no-repeat center;
  width: 40px;
  height: 45px;
  display: block;
}

.kelin-goods-read .sidemenu > ul > li ul {
  display: none;
}

.kelin-goods-read .sidemenu > ul > li ul li {
  line-height: 18px;
  border-bottom: 1px dashed #DCDCDC;
  background: #fff;
  padding: 8px 13px;
}

.kelin-goods-read .sidemenu > ul > li ul li:last-child {
  border-bottom: none;
}

.kelin-goods-read .sidemenu > ul > li ul li a {
  padding-left: 15px;
  font-size: 13px;
  color: #484848;
  display: block;
}

.kelin-goods-read .sidemenu > ul > li ul li.active a,
.kelin-goods-read .sidemenu > ul > li ul li a:hover {
  color: var(--color-primary);
  background: url("./pics/dot3.png") no-repeat left center;
}

.kelin-goods-read .sidemenu > ul > li.active h5 {
  color: var(--color-primary);
  border-bottom: 1px solid #e2e2e2;
}

.kelin-goods-read .sidemenu > ul > li.active span {
  background: url("./pics/i4-1.png") no-repeat center;
}

.kelin-goods-read .tit .swiper-button-prev::after,
.tit .swiper-button-next::after {
  content: none;
}

.kelin-goods-read .pro_view {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kelin-goods-read .pro_img {
  width: 435px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kelin-goods-read .pro_img .swiper-slide i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.kelin-goods-read .pro_img .view .swiper-slide i:hover {
  opacity: 1;
}

.kelin-goods-read .pro_img .view .swiper-slide i {
  font-size: 100px;
}

.kelin-goods-read .pro_img .previews .swiper-slide i {
  font-size: 30px;
}

.kelin-goods-read .pro_img .view {
  width: 343px;
  position: relative;
}

.kelin-goods-read .pro_img .view .swiper {
  width: 100%;
}

.kelin-goods-read .pro_img .view .swiper img {
  width: 100%;
  display: block;
}

.kelin-goods-read .pro_img .preview {
  width: 80px;
  height: 343px;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.kelin-goods-read .pro_img .preview .swiper {
  width: 100%;
  height: 100%;
  text-align: center;
}

.kelin-goods-read .pro_img .preview .swiper-wrapper {
  height: 100%;
  flex-direction: column;
}

.kelin-goods-read .pro_img .preview .swiper-slide {
  cursor: pointer;
  width: 80px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.kelin-goods-read .pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  background: color-mix(in srgb, #4a0d3d 50%, transparent);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.kelin-goods-read .pro_img .preview .swiper-slide img {
  width: 100%;
  box-sizing: border-box;
}

.kelin-goods-read .pro_img .preview .swiper-slide.active-nav::after {
  display: block;
}

.kelin-goods-read .pro_img .preview .arrow-left,
.kelin-goods-read .pro_img .preview .arrow-right {
  background: color-mix(in srgb, var(--color-primary) 75%, transparent);
  position: absolute;
  left: 0;
  right: 0;
  width: 80px;
  height: 15px;
  line-height: 15px;
  z-index: 10;
  text-align: center;
}

.kelin-goods-read .pro_img .preview .arrow-left {
  top: 0;
}

.kelin-goods-read .pro_img .preview .arrow-right {
  bottom: 0;
}

.kelin-goods-read .pro_img .preview .arrow-left i,
.kelin-goods-read .pro_img .preview .arrow-right i {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.kelin-goods-read .pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 35px;
}

.kelin-goods-read .pro_view_inner h1 {
  color: #212121;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.kelin-goods-read .pro_view_inner hr {
  height: 1px;
  background: #EFEFEF;
  margin: 40px 0 0;
}

.kelin-goods-read .pro_view_inner .pro-share {
  margin: 40px 0 0;
}

.kelin-goods-read .pro_view_inner a.book {
  width: 155px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  background: var(--color-primary);
  margin: 40px 0 0;
  border-radius: var(--button-radius);
}

.kelin-goods-read .pro_tab_box {
  height: 60px;
  margin-top: 30px;
}

.kelin-goods-read .pro_tab {
  height: 60px;
  width: 66%;
  box-sizing: border-box;
  z-index: 99;
  background: var(--color-primary);
}

.kelin-goods-read .pro_tab.scroll-top {
  position: fixed;
  top: 57px;
  left: 27%;
  /* width: 56%; */
  z-index: 100;
}
@media screen and (max-width: 1500px) {
  .kelin-goods-read .pro_tab.scroll-top {
  top: 57px;
  left: 31%;
}
}
.kelin-goods-read .pro_tab ul {
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.kelin-goods-read .pro_tab ul li {
  padding: 0 5px;
  box-sizing: border-box;
  height: 40px;
  line-height: 20px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: auto;
  flex: auto;
}

.kelin-goods-read .pro_tab ul li:not(:last-child)::after {
  content: '';
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
}

.kelin-goods-read .pro_tab ul li.active {
  text-decoration: underline;
}

.kelin-goods-read .pro_text {
  margin: 35px 0 0;
  position: relative;
}

.kelin-goods-read .pro_text .pro-scroll {
  padding: 18px 0 25px;
  border-top: 1px solid #EFEFEF;
}

.kelin-goods-read .pro_text .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kelin-goods-read .pro_text .tit h5 {
  width: 217px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  text-transform: uppercase;
}

.kelin-goods-read .pro-content {
  padding: 25px 0 0;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.kelin-goods-read .pro-content video{
  width:100%;
}
.kelin-goods-read .pro-content p~p {
  margin-top: 10px;
}

.kelin-goods-read .pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.kelin-goods-read .pro-content table {
  width: 100%;
  font-size: 14px;
  color: #212121;
  border-collapse: collapse;
}

.kelin-goods-read .pro-content table th {
  padding: 10px 20px;
  border: 1px solid #E4EAF2;
  background-color: #F8FAFC;
}

.kelin-goods-read .pro-content table td {
  padding: 10px 20px;
  border: 1px solid #E4EAF2;
  background-color: #ffffff;
}

.kelin-goods-read .pro-content table tr td:nth-child(2n+1) {
  background-color: #F8FAFC;
}

.kelin-goods-read .pro-video a.v {
  width: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.kelin-goods-read .pro-video a.v::after {
  content: '';
  background: url("./pics/v2.png") no-repeat right 40px bottom 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.kelin-goods-read .pro-video a.v img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}

.kelin-goods-read .pro-video a.v:hover img {
  transform: scale(1.04);
}

.kelin-goods-read .pro-video a.v:hover::after {
  background-color: rgba(0,0,0,0.28);
}

.kelin-goods-read .pro-choose em {
  color: var(--color-primary);
  margin-right: 8px;
}

.kelin-goods-read .pro-choose p {
  font-size: 16px;
}

.kelin-goods-read .pro-quality-page .swiper-button-prev,
.kelin-goods-read .pro-quality-page .swiper-button-next {
  position: static;
  display: inline-block;
  width: 39px;
  height: 39px;
  background: var(--color-second);
  border-radius: 50%;
  margin: 0;
  text-align: center;
}

.kelin-goods-read .pro-quality-page .swiper-button-prev,
.kelin-goods-read .pro-quality-page .swiper-container-rtl .swiper-button-next {
  margin-left: 12px;
}

.kelin-goods-read .pro-quality-page .swiper-button-prev i,
.kelin-goods-read .pro-quality-page .swiper-button-next i {
  color: #fff;
  font-size: 23px;
  line-height: 39px;
}

.kelin-goods-read .pro-quality-page .swiper-button-prev:hover,
.kelin-goods-read .pro-quality-page .swiper-button-next:hover {
  background: var(--color-primary);
}

.kelin-goods-read .pro-quality .list {
  position: relative;
}

.kelin-goods-read .pro-quality .swiper-slide {
  position: relative;
  overflow: hidden;
}

.kelin-goods-read .pro-quality .swiper-slide img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.kelin-goods-read .pro-quality .swiper-slide .t {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background: color-mix(in srgb, var(--color-primary) 75%, transparent);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-align: center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.kelin-goods-read .pro-quality .swiper-slide .t h5 {
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.kelin-goods-read .pro-quality .swiper-slide .t p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  margin: 20px 0 0;
  display: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.kelin-goods-read .pro-quality .swiper-slide:hover .t {
  height: 100%;
}

.kelin-goods-read .pro-quality .swiper-slide:hover .t p {
  display: block;
}

.kelin-goods-read .pro-quality .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.kelin-goods-read .pro-quality .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: #ccc;
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box;
}

.kelin-goods-read .pro-quality .swiper-pagination-bullet-active {
  width: 12px;
  background: var(--color-primary);
}

.kelin-goods-read .pro-certificate-page .swiper-button-prev,
.kelin-goods-read .pro-certificate-page .swiper-button-next {
  position: static;
  display: inline-block;
  width: 39px;
  height: 39px;
  background: var(--color-second);
  border-radius: 50%;
  margin: 0;
  text-align: center;
}

.kelin-goods-read .pro-certificate-page .swiper-button-prev,
.kelin-goods-read .pro-certificate-page .swiper-container-rtl .swiper-button-next {
  margin-left: 12px;
}

.kelin-goods-read .pro-certificate-page .swiper-button-prev i,
.kelin-goods-read .pro-certificate-page .swiper-button-next i {
  color: #fff;
  font-size: 23px;
  line-height: 39px;
}

.kelin-goods-read .pro-certificate-page .swiper-button-prev:hover,
.kelin-goods-read .pro-certificate-page .swiper-button-next:hover {
  background: var(--color-primary);
}

.kelin-goods-read .pro-certificate .list {
  position: relative;
}

.kelin-goods-read .pro-certificate .swiper-slide {
  position: relative;
  overflow: hidden;
}

.kelin-goods-read .pro-certificate .swiper-slide img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.kelin-goods-read .pro-certificate .swiper-slide .t {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background: color-mix(in srgb, var(--color-primary) 75%, transparent);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-align: center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.kelin-goods-read .pro-certificate .swiper-slide .t h5 {
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.kelin-goods-read .pro-certificate .swiper-slide .t p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  margin: 20px 0 0;
  display: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.kelin-goods-read .pro-certificate .swiper-slide:hover .t {
  height: 100%;
}

.kelin-goods-read .pro-certificate .swiper-slide:hover .t p {
  display: block;
}

.kelin-goods-read .pro-certificate .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.kelin-goods-read .pro-certificate .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: #ccc;
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box;
}

.kelin-goods-read .pro-certificate .swiper-pagination-bullet-active {
  width: 12px;
  background: var(--color-primary);
}

.kelin-goods-read .pro-other-page .swiper-button-prev,
.kelin-goods-read .pro-other-page .swiper-button-next {
  position: static;
  display: inline-block;
  width: 39px;
  height: 39px;
  background: #4a0d3d;
  border-radius: 50%;
  margin: 0;
  text-align: center;
}

.kelin-goods-read .pro-other-page .swiper-button-prev,
.kelin-goods-read .pro-other-page .swiper-container-rtl .swiper-button-next {
  margin-left: 12px;
}

.kelin-goods-read .pro-other-page .swiper-button-prev i,
.kelin-goods-read .pro-other-page .swiper-button-next i {
  color: #fff;
  font-size: 23px;
  line-height: 39px;
}

.kelin-goods-read .pro-other-page .swiper-button-prev:hover,
.kelin-goods-read .pro-other-page .swiper-button-next:hover {
  background: var(--color-primary);
}

.kelin-goods-read .pro-other .list {
  position: relative;
}

.kelin-goods-read .pro-other .swiper-slide {
  position: relative;
  overflow: hidden;
}

.kelin-goods-read .pro-other .swiper-slide img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.kelin-goods-read .pro-other .swiper-slide p {
  color: #212121;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kelin-goods-read .pro-other .swiper-slide:hover .t {
  height: 100%;
}

.kelin-goods-read .pro-other .swiper-slide:hover .t p {
  display: block;
}

.kelin-goods-read .pro-other .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.kelin-goods-read .pro-other .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: #ccc;
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box;
}

.kelin-goods-read .pro-other .swiper-pagination-bullet-active {
  width: 12px;
  background: var(--color-primary);
}

.kelin-goods-read .pro-inquiry {
  margin: 20px 0 0;
  border-radius: 10px;
  padding: 40px 80px 10px;
  box-shadow: 0 0 68px 0 rgba(222,222,229,0.75);
}

.kelin-goods-read .pro-inquiry h4 {
  font-size: 24px;
  color: #212121;
  text-align: center;
  margin-bottom: 25px;
}

.kelin-goods-read .pro-inquiry .inquirbox input[type="text"],
.kelin-goods-read .pro-inquiry .inquirbox textarea {
  padding: 10px 0;
  border-bottom: 2px solid color-mix(in srgb, var(--color-second) 50%, transparent);
}

.kelin-goods-read .pro-inquiry p {
  text-align: center;
}

.kelin-goods-read .pro-inquiry .inquirbox input[type="text"]:focus,
.kelin-goods-read .pro-inquiry .inquirbox textarea:focus {
  border-bottom: 2px solid var(--color-primary);
}

.kelin-goods-read .pro-inquiry .inquirbox input.submit {
  width: 145px;
  line-height: 36px;
  margin: 0 auto;
}

.kelin-goods-read .inquirbox .row {
  margin-bottom: 20px;
}

.kelin-goods-read .inquirbox input[type="text"],
.kelin-goods-read .inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: none;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #333;
  box-sizing: border-box;
}

.kelin-goods-read .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.kelin-goods-read .inquirbox input[type="text"]:focus,
.kelin-goods-read .inquirbox textarea:focus {
  outline: 0;
}

.kelin-goods-read .inquirbox .red {
  color: #f00;
}

.kelin-goods-read .inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.kelin-goods-read .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.kelin-goods-read .inquirbox input.submit {
  display: block;
  color: #fff;
  font-size: 15px;
  width: 220px;
  height: 48px;
  line-height: 48px;
  letter-spacing: 1px;
  background: var(--color-primary);
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .kelin-goods-read.main {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  
  .kelin-goods-read .main-right {
    margin-left: 0;
  }

  .kelin-goods-read .main-left {
    float: none;
    width: 100%;
  }

  .kelin-goods-read .main-left h3 {
    display: block;
  }

  .kelin-goods-read .sidemenu > ul {
    display: none;
  }

  .kelin-goods-read .pro_view {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .kelin-goods-read .pro_img {
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .kelin-goods-read .pro_img .view {
    width: 343px;
    position: relative;
    margin: 0 auto;
  }

  .kelin-goods-read .pro_img .view .swiper {
    width: 100%;
  }

  .kelin-goods-read .pro_img .view .swiper img {
    width: 100%;
    display: block;
  }

  .kelin-goods-read .pro_img .preview {
    min-height: 100px;
    width: 343px;
    height: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px auto 0;
  }

  .kelin-goods-read .pro_img .preview .swiper {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .kelin-goods-read .pro_img .preview .swiper-wrapper {
    height: 100%;
    flex-direction: row;
  }

  .kelin-goods-read .pro_img .preview .swiper-slide {
    cursor: pointer;
    width: 50px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
  }

  .kelin-goods-read .pro_img .preview .swiper-slide::after {
    display: none;
    content: '';
    background: color-mix(in srgb, #4a0d3d 50%, transparent)
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .kelin-goods-read .pro_img .preview .swiper-slide img {
    width: 100%;
    box-sizing: border-box;
  }

  .kelin-goods-read .pro_img .preview .swiper-slide.active-nav::after {
    display: block;
  }

  .kelin-goods-read .pro_img .preview .arrow-left,
  .kelin-goods-read .pro_img .preview .arrow-right {
    background: color-mix(in srgb, var(--color-primary) 75%, transparent);
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 10;
    text-align: center;
  }

  .kelin-goods-read .pro_img .preview .arrow-left {
    top: calc(50% - 15px);
  }

  .kelin-goods-read .pro_img .preview .arrow-right {
    bottom: auto;
    top: calc(50% - 15px);
    left: auto;
    right: 0;
  }

  .kelin-goods-read .pro_img .preview .arrow-left i,
  .kelin-goods-read .pro_img .preview .arrow-right i {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    transform: rotate(-90deg);
  }

  .kelin-goods-read .pro_view_inner {
    margin: 25px 0 0;
  }

  .kelin-goods-read .pro_view_inner h1 {
    text-align: center;
  }

  .kelin-goods-read .pro_view_inner hr {
    margin: 20px 0 0;
  }

  .kelin-goods-read .pro_view_inner .pro-share {
    margin: 20px 0 0;
    text-align: center;
  }

  .kelin-goods-read .pro_view_inner a.book {
    margin: 20px auto 0;
  }

  .kelin-goods-read .pro_tab_box {
    display: none;
  }

  .kelin-goods-read .pro_text {
    margin: 30px 0 0;
  }

  .kelin-goods-read .pro_text .pro-scroll {
    padding: 0 0 20px;
  }

  .kelin-goods-read .pro_text .tit {
    -webkit-align-items: center;
    align-items: center;
  }

  .kelin-goods-read .pro_text .tit h5 {
    width: auto;
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }

  .kelin-goods-read .pro-content {
    line-height: 24px;
    font-size: 14px;
    padding: 15px 0 0;
  }

  .kelin-goods-read .pro-content table {
    font-size: 14px;
  }

  .kelin-goods-read .pro-content table th {
    padding: 7px 10px;
  }

  .kelin-goods-read .pro-content table td {
    padding: 7px 10px;
  }

  .kelin-goods-read .pro-quality-page .swiper-button-prev,
  .kelin-goods-read .pro-quality-page .swiper-button-next {
    width: 24px;
    height: 24px;
  }

  .kelin-goods-read .pro-quality-page .swiper-button-prev,
  .kelin-goods-read .pro-quality-page .swiper-container-rtl .swiper-button-next {
    margin-left: 5px;
  }

  .kelin-goods-read .pro-quality-page .swiper-button-prev i,
  .kelin-goods-read .pro-quality-page .swiper-button-next i {
    font-size: 18px;
    line-height: 24px;
  }

  .kelin-goods-read .pro-quality .swiper-slide .t {
    position: static;
    padding: 0 10px;
  }

  .kelin-goods-read .pro-quality .swiper-slide .t h5 {
    line-height: 40px;
    font-size: 15px;
  }

  .kelin-goods-read .pro-quality .swiper-slide .t p {
    display: none;
  }

  .kelin-goods-read .pro-quality .swiper-slide:hover .t {
    height: 100%;
  }

  .kelin-goods-read .pro-quality .swiper-slide:hover .t p {
    display: none;
  }

  .kelin-goods-read .pro-quality .swiper-pagination {
    display: block;
  }

  .kelin-goods-read .pro-other-page .swiper-button-prev,
  .kelin-goods-read .pro-other-page .swiper-button-next {
    display: none;
  }

  .kelin-goods-read .pro-other .swiper-pagination {
    display: block;
  }

  .kelin-goods-read .pro-inquiry {
    padding: 20px 15px 10px;
    box-shadow: 0 0 15px 0 rgba(222,222,229,0.75);
  }

  .kelin-goods-read .pro-inquiry h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .kelin-goods-read .inquirbox .row {
    margin-bottom: 0;
  }

  .kelin-goods-read .inquirbox .row > div {
    margin-bottom: 10px;
  }

  .kelin-goods-read .inquirbox input.submit {
    font-size: 15px;
    width: 160px;
    height: 40px !important;
    line-height: 40px;
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  .kelin-goods-read .pro_img .view,
  .pro_img .preview {
    width: 100%;
  }
}
