/*
 * @description: Details page response style
 * @author: tynanfs
 * @date: 2020-08-12 11:18:06
 * @version v1.0.0 
*/

/* --- mobile adaptation --- */

@media screen and (max-width: 768px) {
  /* nav */
  .menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }


  /* top swiper */
  .top-swiper {
    margin-top: 0 !important;
  }

  .swiper-text {
    transform: scale(.4) translateY(-50%);
    transform-origin: top left;
    top: 40%;
    left: 7%;
  }

  .swiper-text h2 {
    
    width: 150%;
    margin-bottom: 0;
    
  }

  .swiper-icon-wrap {
    margin-top: 40px;
  }
  

  .handle {
    width: 30px;
  }
.swiper-text1{
  	top: 50%;
  }

  /* graphic */
  .graphic {
    flex-direction: column;
  }

  .wrapper-img {
    width: 100%;
  }

  .wrapper-text {
    width: 100%;
  }

  .graphic-text-list {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 20px 10px;
  }

  .graphic-text-list h2 {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 20px;
  }

  .graphic-text-list li {
    line-height: 20px;
    font-size: 14px;
  }

  .graphic-slide span {
    bottom: 13px;
    left: 13px;
    transform: scale(.6);
    transform-origin: left bottom;
  }
 
  /*fenlei*/
.fl{
	width: 100%;
	background: #f7f8f9;
	padding: 2% 1% 1% 1;
	box-sizing: border-box;
	margin-top: 1%;
	height: 57rem;
}
.flt{
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
}
.flt h2{
	line-height: 50px;
	font-weight: normal;
}
.flt p{
	line-height: 50px;
	overflow: hidden;
}
.flb{
	display: none;
}
.flb-x{
	display: flex;
	width: 100%;
	height: 43rem;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flb-div{
	width: 49%;
	height: 30%;
	
}
.flb-x .flb-div img{
	display: block;
	width: 100%;
}
.flb-x .flb .flb-div p{
	text-align: center;
	line-height: 30px;
}
  
  
  

  /* thumbnail */
  .thumbnail {
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 0 !important;
  }

  .thumbnail-item {
    width: calc(100% / 5 - 5px);
  }


  /* banner */
  .banner-content {
    transform: scale(.4) translateY(-50%);
    transform-origin: left top;
  }

  .banner-content .logo {
    margin-bottom: 20%;
  }
.banner1{
	top: 58%;
}

  /* icons */
  .icons {
    margin: 40px 0;
  }


  /* information */
  .information {
    margin: 40px 0;
  }

  .information h2 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .table {
    flex-direction: column;
  }

  .info-list li {
    line-height: 23px;
    font-size: 12px;
  }

  /* material */
  .material{
    flex-direction: column;
    padding: 0;
    margin-top: 3rem;
    
  }
.material-p1{
	left: 30%;
}
.material-p2{
	left: 20%;
}
  .comparison-img {
    width: 100%;
  }

  .comparison-text {
    width: 100%;
  }

  .comparison-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    transform: translate(0, 0);
    width: 100%;
  }
  
  .comparison-content h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .comparison-content p {
    font-size: 14px;
    line-height: 20px;
  }


  /* installation */
  .installation {
    margin-top: 30px;
    height: 15rem;
  }

  .installation h2 {
    margin-bottom: 40px;
    font-size: 20px;
  }


  /* exhibition */
  .exhibition-title {
    padding: 10px 40px 10px 20px;
    font-size: 20px;
  }

  .exhibition-wrapper {
    margin-top: 0px;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .exhibition-item {
    width: calc(100% / 2 - 5px);
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  /* nav */
  .menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  /* top swiper */
  .top-swiper {
    margin-top: 0 !important;
  }

  .swiper-text {
    transform: scale(.6) translateY(-50%);
    transform-origin: left top;
  }

  /* graphic */
  .graphic-text-list {
    width: 100%;
    transform: scale(.6) translate(-50%, -50%);
    transform-origin: left top;
  }

  /* banner */
  .banner-content {
    transform: scale(.6) translateY(-50%);
    transform-origin: left top;
  }

  .banner-content .logo {
    margin-bottom: 30%;
  }

  /* information */
  .table {
    flex-direction: column;
  }

  /* material */
  .comparison-content {
    width: 100%;
    transform: scale(.6) translate(-50%, -50%);
    transform-origin: left top;
  }

}

@media screen and (min-width: 998px) {
  /* nav */
  .menu {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  /* top swiper */
  .top-swiper {
    margin-top: 20px !important;
  }

  .swiper-text {
    transform: scale(.8) translateY(-50%);
    transform-origin: left top;
  }

  /* graphic */
  .graphic-text-list {
    width: 100%;
    transform: scale(.8) translate(-50%, -50%);
    transform-origin: left top;
  }

  /* banner */
  .banner-content {
    transform: scale(.8) translateY(-50%);
    transform-origin: left top;
  }

  .banner-content .logo {
    margin-bottom: 40%;
  }

  /* information */
  .table {
    flex-direction: column;
  }

  /* material */
  .comparison-content {
    transform: scale(.8) translate(-50%, -50%);
    transform-origin: left top;
  }

  /* exhibition */
  .exhibition-item {
    width: calc(100% / 5 - 20px);
    margin-top: 20px;
  }

}

@media screen and (min-width: 1200px) {
  /* top swiper */
  .top-swiper {
    margin-top: 20px !important;
  }

  .swiper-text {
    transform: translateY(-50%);
  }

  /* graphic */
  .graphic-text-list {
    width: 76%;
    transform: translate(-50%, -50%);
  }

  /* banner */
  .banner-content {
    transform: translateY(-50%);
  }

  .banner-content .logo {
    margin-bottom: 25%;
  }

  /* information */
  .table {
    flex-direction: row;
  }

  .comparison-content {
    width: 70%;
    transform: translate(-50%, -50%);
  }
}