.main {
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.pro_view {
  overflow: hidden;
}

.pro_img {
  float: left;
  width: 460px;
}

.pro_img .view {
  width: 100%;
  border: 1px solid #E5E8EA;
  box-sizing: border-box;
  position: relative;
}

.pro_img .view .swiper-container {
  width: 100%;
  overflow: hidden;
}

.pro_img .view .swiper-container img {
  width: 100%;
  display: block;
}

.pro_img .view .arrow-left,
.pro_img .view .arrow-right {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 50px;
  z-index: 10;
  text-align: center;
}

.pro_img .view .arrow-left {
  left: 0;
}

.pro_img .view .arrow-right {
  right: 0;
}

.pro_img .view .arrow-left i,
.pro_img .view .arrow-right i {
  color: #fff;
  font-size: 15px;
  line-height: 50px;
}

.pro_img .preview {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.pro_img .preview .swiper-container {
  width: 100%;
  text-align: center;
}

.pro_img .preview .swiper-wrapper {
  justify-content: center;
}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  width: 55px;
  padding: 10px 0;
  margin: 0 2px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: var(--color-primary);
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.pro_img .preview .swiper-slide img {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 2px;
  box-sizing: border-box;
}

.pro_img .preview .active-nav img {
  border: 1px solid var(--color-primary);
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.pro_view_inner {
  margin-left: 500px;
}

.pro_view_inner h1 {
  color: #111;
  font-size: 24px;
  margin: 10px 0 20px;
}

.pro_view_inner hr {
  border: none;
  height: 4px;
  background: url(../images/line.png) repeat-x;
  margin: 15px 0;
}
.swiper-slide img {
  width: 100%;
}
.pro_view_inner p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 10px
}

.pro_view_inner .pro_para {
  margin-bottom: 20px;
}

.pro_view_inner .pro_para table {
  width: 100%;
  border: 1px solid #dddddd;
}

.pro_view_inner .pro_para table tr>td {
  padding: 6px 8px;
  line-height: 1.42857143;
  font-size: 15px;
  vertical-align: middle;
  border: 1px solid #dddddd;
}

.pro_view_inner .pro_para table tr>td:first-child {
  /*width: 20px;*/
}

.pro_view_inner .pro_btn {
  margin-bottom: 20px;
}

.pro_view_inner .pro_btn .book {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: var(--color-primary);
  border-radius: 25px;
}

.pro_view_inner .pro_btn .pdf {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #FF6550;
  margin-left: 20px;
}

.pro_view_inner .pro-share {
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #fff;
}

.pro_view_inner .pro-share .addthis_inline_share_toolbox_ysau {
  clear: none !important;
}

.pro_text {
  margin: 30px 0 0;
  position: relative;
}

.pro_text .tit {
  height: 54px;
  background: #F3F3F3;
  padding: 12px 0 0;
  box-sizing: border-box;
}

.pro_text .tit h5 {
  border-left: 3px solid var(--color-primary);
  padding: 0 0 0 15px;
  color: #111;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
}

.pro_text {
  margin: 20px 0 0;
}

.pro_text .tit {
  height: 45px;
  padding: 10px 0 0;
}

.pro_text .tit h5 {
  border-left: 2px solid #0160BC;
  padding: 0 0 0 13px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}

.pro-content {
  padding: 20px 15px 10px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
}

.pro-content p {
  margin-bottom: 15px;
}

.pro-content .row {
  margin-bottom: 15px;
}

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

.pro-content table {
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  border: 1px solid #dddddd;
  color: #333;
}

.pro-content table tr>th {
  padding: 10px 15px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #dddddd;
  background: #F3F3F3;
  color: #333;
}

.pro-content table tr>td {
  padding: 10px 15px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #dddddd;
}

.pro-content table tr>td p {
  margin: 0;
}

.pro-inquiry .tit {
  height: 60px;
  background: #F3F3F3;
  padding: 14px 0 0;
  box-sizing: border-box;
}

.pro-inquiry .tit h5 {
  border-left: 3px solid var(--color-primary);
  padding: 0 0 0 15px;
  color: #333;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
}

.pro-inquiry {
  margin: 30px 0 0;
}

.pro-inquiry .inquirbox {
  border: 2px solid #F3F3F3;
  border-top: none;
  padding: 20px 15px 5px;
}

.inquirbox {}

.inquirbox h5 {
  background: #F0B323;
}

.inquirbox .row {
  margin-bottom: 15px;
}

.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

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

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px #999;
  background: #fafafa;
  border-color: #999;
  outline: 0
}

.inquirbox .red {
  color: #f00;
  font-weight: bold;
}

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

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

.inquirbox input.submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
   background: var(--btn-bg);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  border-radius: 25px;
}

.inquirbox input.submit:hover {
  background: var(--btn-bg);
}



@media screen and (max-width:1330px) {

  .goods-right {
    margin-left: 290px;
  }
}

@media screen and (max-width:1280px) {

  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .goods-right {
    margin-left: 0;
  }

  .pro_img {
    float: none;
    margin: 0 auto;
    width: 400px;
  }

  .pro_view_inner {
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }

  .pro_view_inner .pro_btn .book {
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .pro_view_inner .pro_btn .pdf {
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-left: 15px;
  }

  .pro-content {
    padding: 15px 15px;
    line-height: 22px;
    font-size: 14px;
  }

  .pro-content table tr>th {
    padding: 8px 10px;
  }

  .pro-content table tr>td {
    padding: 8px 10px;
  }

  .pro-content table tr>td p {
    margin: 0;
  }

  .pro-inquiry .tit,
  .related-pro .tit {
    height: 45px;
    padding: 10px 0 0;
  }

  .pro-inquiry .tit h5,
  .related-pro .tit h5 {
    border-left: 2px solid #0160BC;
    padding: 0 0 0 13px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
  }

  .pro-inquiry {
    margin: 10px 0 0;
  }

  .pro-inquiry .inquirbox {
    padding: 15px 15px 5px;
  }

  .inquirbox .row {
    margin-bottom: 0;
  }

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

  .inquirbox input.submit {
    width: 130px;
    line-height: 34px;
    font-size: 15px;
  }
}

@media screen and (max-width:480px) {

  .pro_img {
    width: 100%;
  }

  .pro_img .preview .swiper-slide {
    width: 45px;
  }

  .pro_view_inner .pro_tip p {
    font-size: 15px;
  }

  .pro_view_inner h1 {
    font-size: 18px;
  }
}





body{
  overflow-x: hidden;
}

@media screen and (max-width:768px){

  .richtext-detail{

    width: 100% !important;
  }
  #detail_decorate_root{

    width:100% !important;
  }
  #detail_decorate_root [class*="magic-"]{width:100% !important;height:100% !important;}
}
.ife-detail-decorate-table{
  overflow-x: auto;
  
  }
