/* 首页css */

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
body{
	/* min-width: 1400px !important; */
}
.header-wrap-clone {
  display: none;
}
.fp-watermark{
  display: none !important;
}
/* .fp-auto-height .fp-tableCell{
  height: 200px !important;
} */
#header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  z-index: 299;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: height 0.2s ease 0s, background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: left, top, transform;
}

.red-logo {
  display: none;
}
#logo {
  float: left;
}

#logo img {
  display: block;
  height: 40px !important;
  line-height: 80px;
  float: left;
}

#header-wrap {
  width: 100%;
  height: 80px;
  padding: 0 10%;
  background-image: url(../images/header_bg.png);
  background-size: 100% 100%;
}
.menu-container {
  margin-left: 23%;
}

.menu-container .menu-item {
  padding: 0 25px;
  height: 64px;
}
.menu-container .menu-item a {
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 18px;
}
.sticky-header #header-wrap {
    background: none;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.sticky-header .standard-logo {
  display: none;
  visibility: hidden;
}
.sticky-header .red-logo {
  display: block;
}
.sticky-header .menu-container .menu-item a {
  color: #babfc7;
}
.sticky-header .menu-container .menu-item a:hover {
  color: #333;
}
.sticky-header .menu-container .active a {
  color: #333;
}
/* Swiper Slider
-----------------------------------------------------------------*/
.swiper-container {
  width: 100%;
  height: 958px;
}

.swiper_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider-element {
  height: 958px;
}
.slider-element-brand{
  height: 540px;
}
.banner_title {
  line-height: 100vh;
  letter-spacing: 13px;
}
.full-screen .swiper_wrapper {
  height: auto;
}

.swiper_wrapper .swiper-container {
  position: absolute;
  width: 100%;
  margin: 0;
}

.swiper_wrapper .swiper-slide {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.swiper-slide-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-slide [data-caption-animate] {
  -webkit-backface-visibility: hidden;
}

.slider-element .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player,
.swiper-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.yt-bg-player .inlinePlayButton,
.yt-bg-player .loading {
  display: none !important;
}

.slider-element .container,
.slider-element .container-fuild {
  position: relative;
  height: 100%;
}

.slider-element.canvas-slider .swiper-slide img {
  width: 100%;
}

.slider-element.canvas-slider a {
  display: block;
  height: 100%;
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 20px !important;
  text-align: center;
  line-height: 1;
}

.swiper-pagination span {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.content_banner{
  height: 650px;
}
.brand_title{
  text-align: left;
}
.banner_font{
  padding: 15% 10%;
  margin-left: 30px;
}
.banner_font h2{
  font-weight: 900;
  line-height: 72px;
  letter-spacing: 9px;
}
.banner_font h3{
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 6px;
}
/* Runing Car
-----------------------------------------------------------------*/
.contentInfo {
position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/one.png);
  background-size: 100% 100%;
  background-position:0 80px;
}
.serverUser{
  width: 100%;
  height: 100%;
  background-image: url(../images/five.png);
  background-size: 100% 100%;
  background-position:0 80px;
  text-align: center;
}
.serverUser img{
  width: 58%;
  margin-top: 250px;
}
.running-car {
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: 50%; */
  float: right;
}
.running-car img {
  width: 100%;
  float: right;
}
.contentInfo .content {
  max-width: 45%;
  /* float: right; */
 padding-top: 18%;
  margin-left: 20%;
}
.contentInfo .content h3 {
  /* font-weight: bold; */
}
.contentInfo .content p {
  font-weight: 300;
  line-height: 32px;
  margin: 4% 0 6%;
}

img.car,
img.rear_wheel,
img.front_wheel {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
  margin-left: -660px;
}
img.front_wheel {
    position: absolute;
    right: 47.3%;
    bottom: 0;
    z-index: 1;
  }
img.rear_wheel {
    position: absolute;
    right: 23%;
    bottom: 0;
    z-index: 1;
}

.running-car.in-view img.car {
  -webkit-transform: translate(600px, 0px) rotate(0deg);
  -moz-transform: translate(600px, 0px) rotate(0deg);
  transform: translate(600px, 0px) rotate(0deg);
}
.running-car.in-view img.front_wheel {
  -webkit-transform: translate(600px, 0px) rotate(600deg);
  -moz-transform: translate(600px, 0px) rotate(600deg);
  transform: translate(600px, 0px) rotate(600deg);
}
.running-car.in-view img.rear_wheel {
    -webkit-transform: translate(600px, 0px) rotate(600deg);
    -moz-transform: translate(600px, 0px) rotate(600deg);
    transform: translate(600px, 0px) rotate(600deg);
  }
.device-sm .running-car.in-view img.car {
  -webkit-transform: translate(500px, 0px) rotate(0deg);
  -moz-transform: translate(500px, 0px) rotate(0deg);
  transform: translate(500px, 0px) rotate(0deg);
}
.device-sm .running-car.in-view img.front_wheel {
  -webkit-transform: translate(500px, 0px) rotate(600deg);
  -moz-transform: translate(500px, 0px) rotate(600deg);
  transform: translate(500px, 0px) rotate(600deg);
}
.device-sm .running-car.in-view img.rear_wheel {
  -webkit-transform: translate(500px, 0px) rotate(600deg);
  -moz-transform: translate(500px, 0px) rotate(600deg);
  transform: translate(500px, 0px) rotate(600deg);
}
.device-xs .running-car.in-view img.car {
  -webkit-transform: translate(350px, 0px) rotate(0deg);
  -moz-transform: translate(350px, 0px) rotate(0deg);
  transform: translate(350px, 0px) rotate(0deg);
}
.device-xs .running-car.in-view img.front_wheel {
  -webkit-transform: translate(350px, 0px) rotate(600deg);
  -moz-transform: translate(350px, 0px) rotate(600deg);
  transform: translate(350px, 0px) rotate(600deg);
}
.device-xs .running-car.in-view img.rear_wheel {
  -webkit-transform: translate(350px, 0px) rotate(600deg);
  -moz-transform: translate(350px, 0px) rotate(600deg);
  transform: translate(350px, 0px) rotate(600deg);
}



/* 车后产品 */
.ecology{
  width: 100%;
  height: 100%;
  background-image: url(../images/two.png);
  background-size: 100% 100%;
  background-position:0 80px;
  padding: 0 255px;
}
.ecology .row .col-lg-12{
  margin-top: 277px;
  background: #fff;
}
.car_product .product_title {
  position: absolute;
  top: 0;
  right: 0;
  background: #b01d38;
  min-height: 63%;
  padding: 5% 4% 0;
  opacity: 0.79;
}
.car_product .pro-bg {
  float: left;
  height: 270px;
  /* min-height: 50%; */
  padding: 0;
  transform: 2s;
}
.car_product .icon-white {
  display: none;
}
.car_product .pro-bg:hover {
  background-color: #7B82A2;
  opacity: 0.8;
}
.car_product .pro-bg:hover h3, .car_product .pro-bg:hover p{
  color: #fff;
}
.car_product .pro-bg:hover .icon-white{
  display: block;
}
.car_product .pro-bg:hover .icon-black{
  display: none;
}
.car_product .product_title h3 {
  /* font-weight: bold; */
  color: #ffffff;
  line-height: 60px;
}
.car_product .product_title p {
  font-weight: 300;
  color: #ffffff;
  line-height: 32px;
}
.car_product .product_con {
  margin: 9% 30px 0 30px;
  min-height: 50%;
}
.car_product .product_con img {
  width: 46px;
  float: left;
}
.car_product .product_con h3 {
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  margin: 5px 0 8px;
}
.car_product .product_con p {
  color: #333333;
  line-height: 32px;
}

.solution {
  margin: 5% 0 5%;
  position: relative;
}
.solution .col-lg-4 {
  overflow: hidden;
  padding: 0;
  overflow: hidden;
}
.solution .col-pc{
  max-width: 32%;
  margin-right: 15px;
}
.solution .col-lg-4 .solution_desc {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  /* margin-left: -7px; */
  margin-top: 40%;
}
.solution .proImg:hover {
    transition: 0.2s;
    transition-duration:2s;
    transform:scale(1.1);
    transition-timing-function: linear;
}
.solution .col-lg-4 .solution_desc h3 {
  /* font-weight: bold; */
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 30%;
}
.solution .col-lg-4 .solution_desc .desc_img {
  height: 120px;
  line-height: 120px;
}
.solution .col-lg-4 .solution_desc .desc_img img {
  width: 120px;
  height: 120px;
}
/* 货主方案 */
.planContent{
  width: 100%;
  height: 100%;
  background-image: url(../images/three.png);
  background-size: 100% 100%;
  background-position:0 80px;
  padding: 0 16%;
  text-align: center;
}
.planContent .tab_menu{
  height: 100%;
  width: 100%;
}
.planContent .tab_menu ul{
  width: 100%;
  margin-top: 170px;
  margin-bottom: 20px;
  margin-left: 25%;
}
.planContent li{
  width: 200px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #7B82A2;
  text-align: center;
  margin-left: 15px;
}
.planContent li a{
  font-weight: 300;
  color: #333333;
}
.planContent .selected{
  background: #7B82A2;
  border: none;
}
.planContent .selected a{
  color: #fff!important;
}
.planContent .hide{
  display: none;
}
.planContent .tab_box{
  padding-top: 100px;
  /* margin-bottom: 20px; */
}
.planContent .tab_box .companyTitle{
  padding: 0 50px;
}
.planContent .tab_box .shipper-title{
  font-weight: bold;
  color: #333333;
  line-height: 48px;
}
.planContent .tab_box .shipper-logo{
  height: 45px;
  margin: 20px 0;
}
.planContent .tab_box .shipper-desc{
  font-weight: 300;
  color: #333333;
  line-height: 32px;
}
.planContent .tab_box .shipper-detail{
  margin: 40px 0;
}
.planContent .tab_box .shipper-detail img{
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
.planContent .tab_box .shipper-detail p{
  text-align: left;
}
.planContent .tab_box .shipper-detail h5{
  /* font-weight: bold; */
  line-height: 36px;
  margin-bottom: 30px;
}
.planContent .tab_box .shipper-detail .title{
  font-weight: bold;
  line-height: 32px;
}
.planContent .tab_box .shipper-detail .plan{
  padding: 0 30px;
  margin: 50px 0;
}

/* 司机接单 */
.driver{
  width: 100%;
  height: 100%;
  background-image: url(../images/four1.png);
  background-size: 100% 100%;
  background-position:0 80px;
  padding: 0 16%;
  text-align: center;
}
.driver img{
  width: 100%;
  margin-top: 150px;
}
.user img{
  width: 800px;
  height: 400px;
  margin-top: 310px;
}
/* 底部 */
.footer {
  padding: 60px 10% 40px;
  background: #f1f2f3;
}
.footer .footer_logo{
    width: 150px;
    float: left;
}
.footer .footer_yunshun{
    float: left;
    width: 65px;
    margin-left: 8%;
    /* margin: 0 10%; */
}
.footer .footer_contact{
    float: left;
    margin-left: 8%;
    
}
.footer .footer_img{
    width: 10%;
    float: left;
    margin-left: 8%;
}
.footer .row p {
  font-size: 12px;
  font-weight: 300;
  color: #7b82a2;
  line-height: 18px;
  text-align: justify;
}
.footer .footer_title :nth-child(1){
    font-size: 12px;
    font-weight: 300;
    color: #7B82A2;
    line-height: 18px;
    margin-bottom: 30px;
}
.footer .footer_title a{
    font-weight: 300;
    color: #333333;
    line-height: 50px;
}
.footer .footer_title .phone{
    font-size: 12px;
    font-weight: 300;
    color: #7B82A2;
    line-height: 18px;
    margin-bottom: 0;
}
.footer .footer_title h5{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
}
.footer .copyright {
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #7b82a2;
  line-height: 18px;
  margin-top: 20px;
}

.part5 .middle-img{width:330px;height: 330px;background:center center no-repeat; background-size: cover;position: absolute;top:60%;left:50%; margin: -206px 0 0 -206px; border-radius: 50%;}
.part5 .number-img{width:100%;height: 100%;background:center center no-repeat; background-size: contain;position: absolute; left: 0; top: 0;}


/* footer */
.phAdress{
  display: none;
}
.footer .footer_img img {
  width: 100%;
}
.navbar-toggle,.solutionPH,.planTitle,.newMainPH,.planContentPH .tab_menu_ph,.productContentph,.banner_font_ph,.visionContentPh, .banner_title_PH, .phoneBanner,.contentInfo .content h5,.platformContent .content h5,.swiper-slide-bg-ph{
  display: none;
}
.navbar{
  padding: 0;
}
.brandContent .brand-desc .desc-text{
  text-align: center;
}
.product_img_pc{
  margin-top: -50px;
}
.product_img_pc img{
  width: 100%;
  padding: 0 30px;
}
.honorPC{
  height: 760px;
}
.honorPC .newText{
  height: 280px;
  margin-top: 13%;
}
.honorPC .newText img{
  height: 100%;
}
.newsContent .newMain{
  padding: 20px 0px 100px 25px;
}
@media screen and (max-width: 1230px) {
  .shipper{
    display: none;
  }
  .newMain .newText {
    margin-top: 5%;
    max-width: 23%;
    padding: 0;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .disBody{
    overflow: hidden;
  }
  .menu-container{
    margin-left: 0;
  }
  .banner_title_PH{
    display: block;
    margin-top: 40%;
  }
  .clickOk .header-top, .sticky-header .header-top{
    width: 100%;
    height: 60px;
    background: none;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .clickOk .phone-menu-container{
    height: 100vh;
    width: 100%;
  }
  .clickOk #header-wrap .navbar{
    background-color: #fff;
  }
  .clickOk .standard-logo .navbar {
    display: none;
  }
  .clickOk  .header-wrap{
    background: none;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  #header-wrap .sticky-header .menu-container .menu-item a, .clickOk .menu-container .menu-item a{
    color: #babfc7;
  }
  #header-wrap .sticky-header .menu-container .menu-item a:hover {
    color: #333;
  }
  #header-wrap .sticky-header .menu-container .active a, .clickOk .menu-container .active a{
    color: #333;
  }
  #header-wrap .sticky-header .navbar{
    background-color: #fff;
  }
  .clickOk  .standard-logo {
    display: none;
  }
  .sticky-header .standard-logo {
    display: none;
  }
  .sticky-header .red-logo {
    display: block;
  }
  .clickOk .red-logo{
    display: block;
  }

  #logo {
    float: left;
    margin-top: 12px;
  }
  .main-nav {
    list-style-type: none;
    display:none;
  }
  .main-nav li {
    text-align:center;
    width: 100%;
  }
  .open{
    display: block;
  }
  .open_black{
    display: none;
  }
  .close{
    display: none;
  }
  .sticky-header .open {
    display: none;
  }
  .sticky-header .open_black {
    display: block;
  }
  .clickOk .sticky-header .open_black{
    display: none;
  }
  .clickOk .close{
    display: block;
  }
  .clickOk .open{
    display: none;
  }
  .clickOk .open_black{
    display: none;
  }
  .nav-links, 
  .logo {
    text-decoration:none;
    color:rgba(255,255,255,0.7);
  }
  .logo {
    display:inline-block;
    font-size: 22px;
    margin-top:10px;
    margin-left:20px;
  }
  .navbar-toggle {
    display: block;
    position:absolute;
    top:10px;
    right:20px;
    cursor:pointer;
    color:rgba(255,255,255,0.8);
    font-size:24px;
  }
  #logo img {
    display: block;
    height: 30px !important;
    float: left;
    margin-left: 20px
  }
  .navbar-toggle img{
    width: 32px;
    height: 32px;
  }
  .active {
    display:block;
  }
  #header-wrap {
    padding: 0;
  }
  .banner_title{
    line-height: 10vh;
    font-size: 36px;
  }
  #bannervideoID{
    display: none;
  }
  .slider-element-banner {
    height: 630px;
  }
  .swiper-container {
    width: 100%;
    height: 630px;
  }
  .phoneBanner{
    width: 100%;
    display: block;
    height: 100%;
  }
  .contentInfo .content h3{
    display: none;
  }
  .contentInfo .content h5{
    display: block;
    text-align: center;
  } 
  .platformContent .content {
    text-align: center;
    margin-top: 35px;
  }
  .platformContent .content h3{
    display: none;
  }
  .platformContent .content h5{
    display: block;
    text-align: center;
    line-height: 48px;
  }
  .running-car{
    display: none;
  }
  .contentInfo {
    padding: 5% 15px;
    overflow: hidden;
  }
  .contentInfo .content {
    max-width: 100%;
    margin-top: 0;
  }
  .lookDetail{
    width: 100%;
    text-align: center;

  }
  .platformContent {
    padding: 0;
  }
  .platformContent .row{
    width: 100%;
    margin: 0;
  }
  .platformContent .transport{
    display: block;
    width: 100%;
    height: 300px;
  }
  .platformContent .lookDetail{
    display: none;
  }

  .platformContent .license p {
    display: none;
  }
  .platformContent .videoDiv{
    display: none;
  } 
  .platformContent .video{
    display: none;
  }  
  .platformContent .paddNo{
    display: none;
  }
  .dataPC{
    display: none;
  }
  .dataPH{
    display: block;
    overflow: hidden;
  }

  .dataPH .col{
    width: 50%;
    float: left;
    height: 110px;
    padding: 10px 0;
  }
  .dataPH .title{
    background: #B01D38;
    color: #fff;
    text-align: center;
    height: 104px;
    padding: 0;
  }  
  .dataPH .title h5{
    line-height: 104px;
  }
  .dataPH .con{
    padding: 24px 15px ;
    background: #F8F8FB;
  }
  .dataPH .con .data_num img{
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 2px;
  }
  .dataPH .con .data_num .carDec{
    font-size: 16px;
    font-weight: 300;
    padding-top: 6px;
  }  
  .dataPH .con .data_num .numText{
    font-size: 14px;
    font-weight: 300;
    padding-top: 6px;
  }  
  .dataPH .con .data_num span{
    font-size: 16px;
    font-weight: bold;
  }
  .car_product{
    display: none;
  }
  .car_product_ph{
    display: block;
  }
  .car_product_ph .title{
    text-align: center;
    height: 160px;
    background-image: url(../images/index-car.png);
    background-size: 100% 100%;
    color: #FFFFFF;
  }
  .car_product_ph .title h5{
    font-weight: bold;
    line-height: 160px;
    letter-spacing: 4px;
  }  
  .solution .col-lg-4 .solution_desc .desc_img img{
    width: 80px;
    height: 80px;
  }
  .car_product_ph .product_list{
    padding: 20px 0 40px;
    overflow: hidden;
  }  
  .car_product_ph .product_list .product_con{
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top: 30px;
  }
  .car_product_ph .product_list .product_con img{
    width: 32px;
    height: 32px;
  } 
  .car_product_ph .product_list .product_con a{
    color: #333333;
  }
  .car_product_ph .product_list .product_con a h3{
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
  }
  .solution {
    margin: 0 0 5%;
    position: relative;
  }

  .solution .col-pc{
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .solution .col-lg-4 .solution_desc {
    margin-top: 20%;
  }
  .footer {
    padding: 40px 15px 40px;
  }
  .footer .footer_title a {
    width: 100%;
    display: block;
  }
  .footer .footer_contact {
    margin-left: 0;
    width: 100%;
  }
  .footer .footer_logo{
    display: none;
  }
  .footer .footer_yunshun {
    float: left;
    width: 50%;
    margin-left: 0;
  }
  .phAdress{
    display: block;
  }
  .pcAdress{
    display: none;
  }
  .footer .footer_img {
    margin-left: 0;
    width: 50%;
  }
  .footer .footer_img img {
    width: 80%;
  }
  .footer .footer_img p {
    margin-top: 30px;
  }
  .main-nav {
    list-style-type: none;
    display:none;
  }
  .nav-links, 
  .logo {
    text-decoration:none;
    color:rgba(255,255,255,0.7);
  }
  .logo {
    display:inline-block;
    font-size: 22px;
    margin-top:10px;
    margin-left:20px;
  }
  .navbar-toggle {
    position:absolute;
    top:10px;
    right:20px;
    cursor:pointer;
    color:rgba(255,255,255,0.8);
    font-size:24px;
  }
  .active {
    display:block;
  }
  .newMainPC{
    display: none;
  }
  .newMainPH{
    display: block;
    padding: 50px 15px;
  }
  .newMainPH .newlogo{
    width: 223px;
    height: 60px;
  } 
  .newMainPH .newTitle{
    font-weight: bold;
    color: #7B82A2;
    margin: 40px 0;
  }
  .newMainPH .swiper-slide{
    width: 290px !important;
    /* margin-right: 20px; */
  }
  .newMainPH .swiper-slide1{
    margin-left: -38px;
  }
  .newMainPH .newTextph .newCon {
    padding: 25px 20px 30px;
    background-color: #fff;
  }
  .newMainPH .newTextph .newCon .article {
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .newMainPH .newTextph .newCon span {
    font-weight: 300;
    color: #333333;
    line-height: 24px;
  }
  .newMainPH .newTextph .newCon p {
    font-weight: 300;
    color: #7b82a2;
    line-height: 16px;
  }
  .slider-element-new{
    height: 385px;
  } 
  .slider-element-honor{
    height: 240px;
  }
  .swiper-slide-bg{
    display: none;
  } 
  .swiper-slide-bg-ph{
    display: block;
  }
  .slider-element-bg {
    height: 540px;
  }
  .swiper-slide-bg-index{
    display: block;
  }
 
}

.ct {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 100%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  perspective-origin: center 30vh;
  perspective: 1000px;
  overflow: hidden;
}

.ct .item {
  font-size: 0;
  position: absolute;
  transform-origin: center;
  width: 300px;
  transform: translateZ(-10000px);
  background-color: rgba(176, 44, 47, 0.2);
  border: 8px solid #fff;
  opacity: 0;
  /* opacity: 1; */
  transition: opacity .1s linear;
  cursor: pointer;
}

.ct .item img {
  font-size: 0;
  width: 100%;
  height: 100%;
}

