.prodetail {  padding: 50px 0 30px;}
.details {  padding: 60px 0;}

.richtext-detail {width: 750px !important;}
  #detail_decorate_root{width: 100% !important;}
.details .detail_left {  position: relative;  box-sizing: border-box;  width: 500px;}
.details .detail_left > .h {  overflow: hidden;  position: relative;}
.details .detail_left > .rtp_small_img .hisList1 { position: relative; overflow: hidden; box-sizing: border-box;}
.details .detail_left > .rtp_small_img .hisList1 .swiper-slide {
  overflow: hidden;
  text-align: center;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 15px;
  position: relative;
}
.details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
  box-sizing: border-box;
  max-height: 500px;
}
.details .detail_left > .rtp_small_img .swiper-slide i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--text-color-active);
  opacity: 0.7;
  cursor: pointer;
}
.details .detail_left > .rtp_small_img .swiper-slide i:hover {
  opacity: 1;
}
.details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
  font-size: 100px;
}
.details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
  font-size: 30px;
}
.details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
  object-fit: cover;
  width: 100% !important;
  height: 468px;
}
.details .detail_left > .rtp_small_img .hisList2 {
  overflow: hidden;
  margin-top: 30px;
}
.details .detail_left > .rtp_small_img .hisList2 .swiper-slide {
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0.7;
  margin: 0;
  border: 1px solid #f5f5f5;
  padding: 10px;
  position: relative;
  border-radius: 5px;
}
.details .detail_left > .rtp_small_img .hisList2 .swiper-slide img {
  width: 100%;
}
.details .detail_left > .rtp_small_img .hisList2 .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--color-primary);
}
.details .detail_left .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--btn-bg);
  cursor: pointer;
  outline: none;
  float: left;
  color: #fbfcfd;
  z-index: 2;
  display: inline-flex;
  opacity: 0.7
}
.details .detail_left .btn:hover {
  opacity: 1;
}
.details .detail_left .btn > i {
  font-size: 24px;
}
.details .detail_left .btn.btn-prev {
  left: 0;
}
.details .detail_left .btn.btn-next {
  right: 0;
}

.richtext.is-magic img{
//max-width:750px !important;
}
.details .detail_left .swiper-pagination {
  position: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 2;
  padding: 15px 0;
}

.details .detail_right {
  overflow: hidden;
  box-sizing: border-box;
  margin-left: 60px;
}
.details .detail_right > h1 {
  font-size: 23px;
  font-weight: bold;
  margin: 30px 0 15px;
  color: #333;
  position: relative;
}
.details .detail_right > p {
  font-size: 15px;
  line-height: 2;
  font-family: sans-serif, Arial
}
.details .detail_right > .imglist {
  font-size: 14px;
  color: #666666;
  margin-top: 60px;
}
.details .detail_right > .imglist a {
  display: inline-flex;
  align-items: center;
  background: var(--btn-bg);
  border-radius: 60px;
  color: #fff;
  transition: all 0.35s;
  padding: 15px 60px;
  margin-right: 30px;
}
.details .detail_right > .imglist a i {
  font-size: 14px;
  padding: 0 5px;
  color: #fff;
}
.details .detail_right > .imglist a:hover {
  transform: translateY(-5px)
}

.details .xgeffect {
  overflow: hidden;
  margin-top: 30px;
}
.details .xgeffect .detailtop {
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}
.details .xgeffect .detailtop h2 {
  background: var(--bg-color);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 12px 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.details .xgeffect .detalist {
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2;
  font-family: sans-serif, Arial;
}
/*
.details .xgeffect .detalist table {
  width: 100%;
  box-sizing: border-box;
}
.details .xgeffect .detalist table tbody {
  box-sizing: border-box;
}
.details .xgeffect .detalist table tr {
  border: 1px solid #333;
  border-bottom: 0;
  width: 100%;
  display: flex;
  height: auto !important;
  box-sizing: border-box;
}
.details .xgeffect .detalist table tr td {
  border: 0;
  padding: 0 7px;
  margin: 0;
  flex: 1.5;
  box-sizing: border-box;
  font-size: 16px;
  font-family: sans-serif, Arial;
}
.details .xgeffect .detalist table tr td:first-child {
  flex: 1;
  border-right: 1px solid #333;
  font-size: 16px;
  font-family: sans-serif, Arial;
}
.details .xgeffect .detalist table tr:last-child {
  border-bottom: 1px solid #333;
}
*/
.module_detail .ft {
  overflow: hidden;
  position: sticky;
  top: 100px;
  z-index: 2;
  margin-top: 30px;
  padding-left: 60px;
  box-sizing: border-box;
}
.module_detail .ft ul li {
  display: flex;
  align-items: center;
  padding: 22px;
  line-height: 1;
  font-size: 18px;
  border-right: 2px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.module_detail .ft ul li.active {
  background: #f8f8f8;
  color: var(--text-color-active);
  border-color: var(--color-primary);
}
.module_detail .ft .item {
  background: #f8f8f8;
  overflow: hidden;
  margin-top: 30px;
}
.module_detail .ft .item img {
  width: 100%
}
.module_detail .ft .item .txt {
  overflow: hidden;
  padding: 30px;
}
.module_detail .ft .item .txt p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px
}
.module_detail .ft .item .txt .nr {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.module_detail .ft .item .txt .nr i {
  display: block;
  width: 16px;
  margin-right: 10px;
}
.module_detail .ft .item .txt .nr span {
  font-size: 14px;
  color: #333;
}
.module_detail .ft .item .txt .nr span a {
  color: #333;
}
.module_detail .ft .item .txt .but {
  display: flex;
  margin-top: 30px;
  height: 44px;
  background-color: var(--btn-bg);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  cursor: pointer;
}

/* 相关产品推荐 */
.relatedProducts {
  margin-top: 40px;
}
.relatedProducts .ipto {
  overflow: hidden;
  width: calc((100% - 45px) / 4);
  float: left;
  margin-right: 15px;
}
.relatedProducts .ipto .ipti {
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.relatedProducts .ipto .ipti img {
  width: 100%;
  transition: all 0.35s ease;
}
.relatedProducts .ipto .iptz {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.relatedProducts .ipto .iptz h3 {
  font-size: 16px;
}
.relatedProducts .ipto:hover .ipti img {
  transform: scale(1.1)
}

/* 询盘表单 */
.Inquiry {
  overflow: hidden;
}
.Inquiry h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #262626;
}
.Inquiry p {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6em;
  color: #939393;
}
.onlineInquiry {
  overflow: hidden;
  margin-top: 20px;
}
.onlineInquiry .input {
  overflow: hidden;
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 25px;
}
.onlineInquiry .input label {
  display: block;
  font-size: 15px;
  line-height: 2;
}
.onlineInquiry .input label font {
  color: var(--text-color-active);
}
.onlineInquiry .input.textarea {
  align-items: stretch;
}
.onlineInquiry .input > input {
  width: 100%;
  background: none;
  box-sizing: border-box;
  padding: 15px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.onlineInquiry .input > textarea {
  width: 100%;
  background: none;
  outline: none;
  padding: 15px 12px;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.onlineInquiry .button {
  overflow: hidden;
  width: 100%;
  float: left;
}
.onlineInquiry .button > button {
  border: 0;
  width: auto;
  padding: 10px 40px;
  position: relative;
  font-size: 17px;
  display: inline-block;
  transition: all 0.35s;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  outline: none;
  overflow: hidden;
  background: var(--btn-bg);
  border-radius: 40px;
}
.onlineInquiry .crmFormVali-error {
  top: inherit;
  bottom: 10px;
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%;
}

.barrier {
  overflow: hidden;
  background-color: var(--bg-color);
}
.barrier .txt {
  padding: 15px 0;
}
.barrier .txt p {
  font-size: 16px;
  color: #fff;
}
.barrier .txt a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  width: 180px;
  color: var(--text-color-active);
  transition: all 0.3s linear;
  font-size: 16px;
  height: 50px;
  border: 1px solid #fff;
}


@media(max-width: 1600px) {
  html {
    font-size: 85px;
  }
  .details {
    padding: 51px 0;
  }
  .details .detail_left {
    width: 425px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
    max-height: 425px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
    font-size: 85px;
  }
  .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
    font-size: 26px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
    height: 398px;
  }
  .details .detail_left .btn {
    width: 36px;
    height: 36px;
  }
  .details .detail_left .btn > i {
    font-size: 20px;
  }

  .details .detail_right {
    margin-left: 51px;
  }
  .details .detail_right > h1 {
    margin: 26px 0 13px;
  }
  .details .detail_right > .imglist {
    margin-top: 51px;
  }
  .details .detail_right > .imglist a {
    padding: 13px 51px;
    margin-right: 26px;
  }

  .details .xgeffect .detailtop h2 {
    padding: 10px 27px;
  }

  .module_detail .ft {
    /* top: 85px; */
    padding-left: 51px;
  }
  .module_detail .ft ul li {
    padding: 19px;
  }
  .module_detail .ft .item .txt {
    padding: 26px;
  }

  .relatedProducts {
    margin-top: 34px;
  }

  .onlineInquiry .button > button {
    padding: 10px 34px;
    border-radius: 34px;
  }
}

@media(max-width: 1440px) {
  html {
    font-size: 70px;
  }
  .details {
    padding: 42px 0;
  }
  .details .detail_left {
    width: 350px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
    max-height: 350px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
    font-size: 70px;
  }
  .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
    font-size: 21px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
    height: 328px;
  }
  .details .detail_left .btn {
    width: 29px;
    height: 29px;
  }
  .details .detail_left .btn > i {
    font-size: 17px;
  }

  .details .detail_right {
    margin-left: 42px;
  }
  .details .detail_right > h1 {
    margin: 21px 0 11px;
  }
  .details .detail_right > .imglist {
    margin-top: 42px;
  }
  .details .detail_right > .imglist a {
    padding: 11px 42px;
    margin-right: 21px;
  }

  .details .xgeffect .detailtop h2 {
    padding: 8px 22px;
  }
  .details .xgeffect .detalist {
    padding: 10px 0;
  }

  .module_detail .ft {
    top: 80px;
    padding-left: 42px;
  }
  .module_detail .ft ul li {
    padding: 15px;
  }
  .module_detail .ft .item .txt {
    padding: 21px;
  }

  .relatedProducts {
    margin-top: 28px;
  }
  .relatedProducts .ipto .iptz {
    margin-top: 14px;
  }

  .onlineInquiry .button > button {
    padding: 10px 28px;
    border-radius: 28px;
  }
}

@media(max-width: 1220px) {
  html {
    font-size: 65px;
  }
  .details {
    padding: 39px 0;
  }
  .details .detail_left {
    width: 325px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
    max-height: 325px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
    font-size: 65px;
  }
  .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
    font-size: 20px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
    object-fit: cover;
    width: 100% !important;
    height: 304px;
  }
  .details .detail_left .btn {
    width: 27px;
    height: 27px;
  }
  .details .detail_left .btn > i {
    font-size: 16px;
  }
  .details .detail_right {
    margin-left: 39px;
  }
  .details .detail_right > h1 {
    margin: 20px 0 10px;
  }
  .details .detail_right > .imglist {
    margin-top: 39px;
  }
  .details .detail_right > .imglist a {
    padding: 10px 39px;
    margin-right: 20px;
  }

  .module_detail .ft {
    top: 72px;
    padding-left: 39px;
  }

  .relatedProducts {
    margin-top: 26px;
  }

  .onlineInquiry .button > button {
    padding: 10px 26px;
    border-radius: 26px;
  }
}

@media(min-width: 992px) {
  .details .conthtml {
    display: flex;
    justify-content: space-between;
  }
  .details .detail_left {
    margin: 0;
  }
  /* .details .detail_right {
    width: 55%;
    margin-left: 60px;
  } */

  .module_detail {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .module_detail .lt {
    width: 75%;
  }
  .module_detail .ft {
    width: 25%;
    min-width: 300px;
  }

  .relatedProducts .ipto:nth-child(4n) {
    margin-right: 0;
  }
  .relatedProducts .ipto:hover .ipti img {
    transform: scale(1.1)
  }

  .onlineInquiry .input.w33 {
    width: calc(33.33% - 17px);
    margin-right: 25px;
  }
  .onlineInquiry .input.w50 {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .onlineInquiry .input.fl {
    float: left;
  }
  .onlineInquiry .input.fr {
    float: right;
  }
  .onlineInquiry .input.end {
    margin-right: 0
  }
  .onlineInquiry .input.w67 {
    width: calc(66.67% - 10px);
    float: left;
  }

  .barrier .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media(max-width: 991px) {
  .details {
    margin-top: 13px;
  }
  .details .detail_left {
    width: auto;
    float: none;
    overflow: hidden;
  }
  .details .detail_right {
    width: auto;
    float: none;
    overflow: hidden;
    margin: 1vw 0 0;
    padding: 2vw;
  }
  .details .detail_right > h1 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .details .left_nav {
    display: none;
  }
  .details .detail_right > .imglist a {
    padding: 8px 30px;
  }

  .details .xgeffect {
    margin-top: 2vw;
  }
  .details .xgeffect .detailtop h2 {
    width: auto;
    font-size: 14px;
    padding: 10px 20px;
  }
  .details .xgeffect .detailtop.hidden-xs {
    display: none;
  }
  .details .xgeffect .detalist {
    font-size: 14px;
  }
  .details .xgeffect .detalist table {
    overflow-x: auto;
  }

  .module_detail .ft {
    background: #fff;
    margin: 0 -25px;
    padding: 0;
    top: 58px;
  }
  .module_detail .ft ul {
    display: flex;
    background: #fff;
  }
  .module_detail .ft ul li {
    flex: 1;
    justify-content: center;
    border-right: 0;
    border-bottom: 2px solid transparent;
    font-size: 13px;
  }
  .module_detail .ft .item {
    display: none;
  }

  .relatedProducts .ipto {
    overflow: hidden;
    width: calc((100% - 15px) / 2);
  }
  .relatedProducts .ipto:nth-child(2n) {
    margin-right: 0;
  }

  .Inquiry {
    padding: 20px 0;
  }
  .Inquiry h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .Inquiry p {
    font-size: 12px;
    line-height: 1.6
  }
  .onlineInquiry .input {
    margin-bottom: 10px;
  }
  .onlineInquiry .input.fl,
  .onlineInquiry .input.fr {
    float: none;
  }
  .onlineInquiry .input > label {
    font-size: 14px;
    padding-right: 5px;
    display: flex;
  }
  .onlineInquiry .input p {
    font-size: 12px;
    line-height: 18px;
  }
  .onlineInquiry .button > button {
    line-height: 20px;
    padding: 7px 26px;
  }

  .barrier .txt p {
    margin-bottom: 15px;
  }
  .barrier .txt a {
    height: 40px;
  }
}

@media(max-width: 767px) {
  .table-responsive {
    overflow-y: hidden;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

@media(max-width: 639px) {
  html {
    font-size: 60px;
  }
  .details {
    padding: 36px 0;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
    max-height: 300px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
    font-size: 60px;
  }
  .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
    font-size: 18px;
  }
  .details .detail_left > .rtp_small_img .hisList1 .swiper-slide iframe {
    object-fit: cover;
    width: 100% !important;
    height: 280px;
  }
  .details .detail_left .btn {
    width: 25px;
    height: 25px;
  }
  .details .detail_left .btn > i {
    font-size: 14px;
  }
  .details .detail_right > h1 {
    font-size: 18px;
  }
  .details .detail_right > .imglist {
    margin-top: 36px;
  }

  .module_detail .ft {
    top: 53px;
  }

  .relatedProducts {
    margin-top: 24px;
  }

  .onlineInquiry .button > button {
    padding: 7px 24px;
    border-radius: 24px;
  }
}

.ife-detail-decorate-table{
 overflow-x: auto;
}

@media screen and (max-width:1280px) {
  .flex-layout-v{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-58{
    width: 100% !important;
    height: 100% !important;
  }
#detail_decorate_root .magic-62{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-61{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-60{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-59{
    width: 100% !important;
    height: 100% !important;
  }
#detail_decorate_root .magic-57{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-56{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-55{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-54{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-53{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-52{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-51{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-50{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-49{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-48{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-47{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-46{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-45{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-16{
    margin-top: 0 !important;
    margin-left: 0 !important;
}
  #detail_decorate_root .magic-44{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-43{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-42{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-41{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-40{
    width: 100% !important;
    height: 100% !important;
  }#detail_decorate_root .magic-39{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-38{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-37{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-36{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-35{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-34{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-33{
    width: 100% !important;
    height: 100% !important;
  }

  #detail_decorate_root .magic-32{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-31{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-30{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-29{
    width: 100% !important;
    height: 100% !important;
  }

  #detail_decorate_root .magic-28{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-27{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-26{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-25{
    width: 100% !important;
    height: 100% !important;
  }

  #detail_decorate_root .magic-24{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-23{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-22{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-21{
    width: 100% !important;
    height: 100% !important;
  }

  #detail_decorate_root .magic-20{
    width: 100% !important;
    height: 100% !important;
  }

  #detail_decorate_root .magic-19{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-18{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-17{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-16{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-15{
    width: 100% !important;
    height: 100% !important;
  }

  #detail_decorate_root .magic-14{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-13{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-11{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-12{
    width: 100% !important;
    height: 100% !important;
  }

  #detail_decorate_root .magic-10{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-9{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-8{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-7{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-6{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-5{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-4{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-3{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-2{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-1{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-0{
    width: 100% !important;
    height: 100% !important;
  }
  table{
    white-space: nowrap;
  }
} 
 #detail_decorate_root .magic-11{
   white-space:initial !important;
}

#detail_decorate_root .magic-44{
 white-space:initial !important;
}
#detail_decorate_root .magic-3{
 white-space:initial !important;
}
#detail_decorate_root .magic-43{
/*width:32.33% !important;*/
}
#detail_decorate_root .magic-23{
/*width:32.33% !important;*/
}
#detail_decorate_root .magic-24
{
 white-space:initial !important;
}
#detail_decorate_root .magic-4
{
 white-space:initial !important;
}
body{
  overflow-x: hidden;
}


/*
 .magic-1 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-2 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-3 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-4 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-5 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-6 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-7 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-8 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-9 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-10 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-11 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-12 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-13 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-14 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-15 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-16 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-17 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-18 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-19 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-20 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-21 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-22 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-23 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-24 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-25 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-26 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-27 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-28 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-29 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-30 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-31 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-32 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-33 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-34 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-35 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-36 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-37 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-38 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-39 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-40 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-41 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-42 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-43 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-44 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-45 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-46 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-47 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-48 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-49 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-50 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-51 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-52 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-53 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-54 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-55 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-56 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-57 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-58 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-59 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-60 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-61 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-62 {
			    width: 100% !important;
			    height: 100% !important;
			} .magic-63 {
			    width:00% !important;
			    height: 100% !important;
			} .magic-64 {
			    width: 100% !important;
			    height: 100% !important;
			}
.magic-0 {
			    width: 100% !important;
			    height: 100% !important;

  
.richtext table td {
  padding: 5px 10px ! important 
}
 */
