body.pro {
  background: #f1f3f7;
}

.main {
  padding-top: 50px;
  padding-bottom: 80px;
}
.main-right {
  margin: 0 0 0 500px;
}

.rtit {
  text-align: center;
  margin-bottom: 40px;
}
.rtit h1 {
  font-size: 50px;
  color: var(--color-primary);
  line-height: 1;
  font-family: var(--font-family1);
}
.rtit h1::after {
  content: "";
  width: 40px;
  height: 4px;
  background: var(--color-primary);
  margin: 15px auto 0;
  display: block;
}

.pro_view {
   direction: ltr;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}

.pro_img {
  width: 500px;
}
.pro_img .view {
  width: 100%;
  position: relative;
}
.pro_img .view .swiper-container {
  width: 100%;
}
.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%;
  margin-top: 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.pro_img .preview .swiper-container {
  width: 100%;
  text-align: center;
}
.pro_img .preview .swiper-wrapper {
  justify-content: left;
}
.pro_img .preview .swiper-slide {
  cursor: pointer;
  width: 120px;
  padding: 10px 0 0;
  margin: 0 3px;
  display: inline-block;
  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 transparent;
  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 {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 40px;
}
.pro_view_inner h1 {
  color: var(--color-primary);
  font-size: 36px;
  line-height: 1.25;
  font-family: var(--font-family1);
  text-transform: capitalize;
}
.pro_view_inner hr {
  height: 4px;
  background: url(../images/line2.png) repeat-x;
  margin: 20px 0;
}
.pro_view_inner .pro_para {
  margin: 15px 0 0;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.pro_view_inner .pro_para p.download {
  margin-top: 15px;
}
.pro_view_inner .pro_para p.download a:hover {
  font-weight: bold;
  color: var(--color-primary);
}
.pro_view_inner .pro_para p.download i {
  font-size: 24px;
  margin: 0 10px;
}

.pro_view_inner .btn-box {
  font-size: 0;
  margin: 50px 0 0;
}
.pro_view_inner .btn-box a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-family: var(--font-family1);
  margin-right: 20px;
}
.pro_view_inner .btn-box a i {
  font-size: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
.pro_view_inner .book {
  background: var(--color-primary);
  border-radius: 35px;
}
.pro_view_inner .book:hover {
  background: var(--btn-bg-hover);
}

.pro_view_inner .pdf {
  background: var(--btn-bg2);
  margin-left: 30px;
}
.pro_view_inner .pdf:hover {
  background: var(--btn-bg2-hover);
}

.pro_view_inner .pro-share {
  margin: 20px 0 0;
}

.pro_tab_box {
  height: 60px;
}
.pro_tab {
  height: 60px;
  width: 100%;
  position: relative;
  z-index: 99;
  background: #fff;
}
.pro_tab.scroll-top {
  position: fixed;
  top: 0;
  width: 1100px;
  background: #fff;
  z-index: 99;
}

.pro_tab ul {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.pro_tab ul li {
  padding: 0 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  text-transform: capitalize;
}
.pro_tab ul li::after {
  content: "";
  width: 30px;
  height: 4px;
  background: var(--color-primary);
  position: absolute;
  left: calc(50% - 15px);
  bottom: 0;
  opacity: 0;
}
.pro_tab ul li.active {
  color: var(--color-primary);
}
.pro_tab ul li.active::after {
  opacity: 1;
}

.pro_text {
   direction: ltr;
  margin: 40px 0 0;
  position: relative;
}
.pro_text .tit {
  text-align: center;
}
.pro_text .tit h5 {
  color: var(--color-primary);
  line-height: 1;
  font-size: 24px;
  font-family: var(--font-family1);
}
.pro_text .tit h5::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 15px auto 0;
  display: block;
}

.pro-content {
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0 0;
  color: #333;
  overflow-x: auto;
}
.pro-content h5 {
  font-size: 18px;
  color: #333;
  font-family: var(--font-family1);
  margin-bottom: 10px;
}
.pro-content p {
 /*     word-break: break-word;*/
  margin: 0 0 10px;
}
.pro-content img {
}
.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.pro-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  color: #333;
  text-transform: capitalize;
  
}
.pro-content table tr > th {
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  font-family: var(--font-family1);
}
.pro-content table tr > td {
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
}
.pro-content table tr.firstRow > td {
  font-weight: bold;
}
.pro-content table tr > td * {
  margin: 0;
  padding: 0;
}
.pro-content table tr > td p {
  margin: 0;
}

.pro-content dl {
}
.pro-content dl dd {
  background: url(../images/dot1.png) no-repeat left 8px;
  color: #333;
  line-height: 22px;
  padding: 0 0 0 15px;
  font-size: 16px;
}
.pro-content dl dd ~ dd {
  margin-top: 10px;
}

.rela-pro {
  padding: 75px 0;
}
.rela-pro h3 {
  font-size: 50px;
  color: var(--color-primary);
  line-height: 1;
  font-family: var(--font-family1);
  text-align: center;
}
.rela-pro h3::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 15px auto 0;
  display: block;
}

.rela-pro .list {
  margin: 50px 0 0;
  position: relative;
}
.rela-pro .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rela-pro .swiper-slide .pic > img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.rela-pro .swiper-slide .txt {
  margin-top: 20px;
  text-align: center;
}
.rela-pro .swiper-slide .txt h6 {
  font-size: 17px;
  color: #222;
}
.rela-pro .swiper-slide .txt h6 a {
  display: block;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.rela-pro .swiper-slide .txt h6 a:hover {
  color: var(--color-primary);
}

.rela-pro .swiper-slide:hover .pic > img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.rela-pro .swiper-slide:hover .txt h6 a {
  color: var(--color-primary);
}

.rela-pro .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 30px;
}
.rela-pro .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background: #b5b5b5;
  border-radius: 50%;
  opacity: 1;
}
.rela-pro .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

@media screen and (max-width: 1500px) {
  .main-right {
    margin: 0 0 0 350px;
  }

  .rtit h1 {
    font-size: 48px;
  }

  .pro_view_inner h1 {
    font-size: 32px;
  }
  .pro_view_inner .btn-box a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .rela-pro h3 {
    font-size: 48px;
  }
  .pro_img {
    width: 360px;
  }
}

@media screen and (max-width: 1367px) {
  .rtit h1 {
    font-size: 44px;
  }

  .pro_view_inner h1 {
    font-size: 30px;
  }
  .pro_view_inner .pro_para {
    font-size: 17px;
    line-height: 28px;
  }

  .rela-pro h3 {
    font-size: 44px;
  }
}


@media screen and (max-width: 992px) {
  .main-right {
    margin: 0;
  }

  .rtit h1 {
    font-size: 32px;
  }

  .rela-pro h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .rtit {
    margin-bottom: 25px;
  }
  .rtit h1 {
    font-size: 28px;
  }

  .pro_view {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .pro_view_inner {
    margin: 25px 0 0;
  }
  .pro_view_inner h1 {
    text-align: center;
    font-size: 26px;
  }
  .pro_view_inner .t {
    margin: 20px 0 0 0;
  }
  .pro_view_inner .t h5 {
    float: left;
    color: #333;
    font-size: 16px;
  }
  .pro_view_inner .t span {
    float: right;
    color: #666;
    font-size: 16px;
  }

  .pro_view_inner .btn-box {
    margin: 20px 0 0;
    text-align: center;
  }
  .pro_view_inner .btn-box a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .pro_view_inner .btn-box a i {
    font-size: 20px;
    margin-right: 6px;
  }
  .pro_view_inner .pro-share {
    text-align: center;
  }

  .pro_tab_box {
    display: none;
  }

  .pro_text {
    margin: 25px 0 0;
  }
  .pro_text .tit h5 {
    font-size: 22px;
  }
  .pro_text .tit h5::after {
    height: 2px;
  }

  .pro-content img {
    width: 100%;
    height: auto;
  }
  .pro-content {
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0 0;
  }

  .rela-pro h3 {
    font-size: 28px;
  }
  .rela-pro {
    padding: 30px 0;
  }
  .rela-pro .list {
    margin: 25px 0 0;
  }
  .rela-pro .swiper-slide .txt {
    margin-top: 15px;
  }
  .rela-pro .swiper-slide .txt h6 {
    font-size: 16px;
  }
  .rela-pro .swiper-slide .txt h6 a {
    height: auto;
  }

  .pro_img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .rtit h1 {
    font-size: 26px;
  }

  .pro_view_inner h1 {
    font-size: 24px;
  }
  .rela-pro h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .rtit h1 {
    font-size: 24px;
  }

  .pro_view_inner h1 {
    font-size: 22px;
  }
  .rela-pro h3 {
    font-size: 24px;
  }

  .pro_img {
    width: 100%;
  }
  .pro_img .preview .swiper-slide {
    width: 50px;
    margin: 0 2px;
  }
}
@media screen and (max-width:768px) {
  .magic-1{
    width: 100% !important;
    height: 100% !important;
  }
  .flex-layout-h{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-0{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root{
    width: 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;
  }
.magic-22{
  width: 100% !important;
  height: 100% !important;
}

.magic-21{
  width: 100% !important;
  height: 100% !important;
}
.magic-20{
  width: 100% !important;
  height: 100% !important;
}
.magic-19{
  width: 100% !important;padding:0 !important;
  height: 100% !important;
}
.magic-18{
  width: 100% !important;
  height: 100% !important;padding:0 !important;
}

.magic-17{
  width: 100% !important;
  height: 100% !important;padding:0 !important;
}
.magic-16{
  width: 100% !important;
  height: 100% !important;
  padding:0 !important;
}
.magic-15{
  width: 100% !important;
  padding:0 !important; height: 100% !important;
}
.magic-14{
  width: 100% !important;
  height: 100% !important;
  padding:0 !important;
}

.magic-13{
  width: 100% !important;
  height: 100% !important;
  padding:0 !important;
}
.magic-12{
  width: 100% !important;
  height: 100% !important;
  padding:0 !important;
}
.magic-11{
  width: 100% !important;
  height: 100% !important;
  padding:0 !important;
}
.magic-10{
  width: 100% !important;
  height: 100% !important;
  padding:0 !important;
}
.magic-9{
  width: 100% !important;
  height: 100% !important;
}
.magic-8{
  width: 100% !important;
  height: 100% !important;
}

.magic-7{
  width: 100% !important;
  height: 100% !important;
}
.magic-6{
  width: 100% !important;
  height: 100% !important;
}
.magic-5{
  width: 100% !important;
  height: 100% !important;
}
.magic-4{
  width: 100% !important;
  height: 100% !important;
}

.magic-3{
  width: 100% !important;
  height: 100% !important;
}
.magic-2{
  width: 100% !important;
  height: 100% !important;
}
.magic-1{
  width: 100% !important;
  height: 100% !important;
  
}

.magic-0{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-99{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-98{
  width: 100% !important;
  height: 100% !important;
}

#detail_decorate_root .magic-97{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-96{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-95{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-94{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-93{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-92{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-91{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-90{
  width: 100% !important;
  height: 100% !important;
}

#detail_decorate_root .magic-89{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-87{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-86{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-85{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-84{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-83{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-82{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-81{
  width: 100% !important;
  height: 100% !important;
}

#detail_decorate_root .magic-80{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-79{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-78{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-77{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-76{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-74{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-75{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-73{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-72{
  width: 100% !important;
  height: 100% !important;
}
#detail_decorate_root .magic-71{
  width: 100% !important;
  height: 100% !important;
}

 #detail_decorate_root .magic-70{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-69{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-68{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-67{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-66{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-65{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-64{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-63{
    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-58{
    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;
  }
  .pro-content table td {
    padding: 10px 0 !important;
    box-sizing: border-box !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-44{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-0{
    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-0{
    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-12{
    width: 100% !important;
    height: 100% !important;
  }
  #detail_decorate_root .magic-11{
    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;
  }
}
