/* common */
.show-more-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 150px;
}
.banner {
  width: 100%;
  background-color: #23B1EC;
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.banner .content .subtitle,
.banner .content .title {
  color: #fff;
  font-weight: bold;
}
.banner .content .subtitle {
  font-size: 25px;
}
.banner .content .title {
  font-size: 35px;
}

/* profile */
.smm-profile {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.smm-profile .profile-right {
  width: 712px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smm-profile .smm-download {
  margin-top: 30px;
}
.smm-profile .smm-download .btn{
  display: inline-block;
  background-color: #e64278;
  height: 37px;
  line-height: 37px;
  border-radius: 18.5px;
  padding: 0 19px;
  font-weight: bold;
  color: #fff;
}

/* visual effect */
.visual-effect {
  margin-top: 95px;
}
.visual-effect .caption .title {
  font-size: 30px;
  font-weight: bold;
}
.visual-effect .caption .subtitle {
  margin-top: 26px;
}
.visual-effect .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.visual-effect .content > video {
  width: 700px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16) ;
} 
.visual-effect .items > li {
  padding-left: 33px;
  position: relative;
}
.visual-effect .items > li:before {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 2px;
  background: url('/img/extensions/img/showMeMore/tick.png') no-repeat;
}
.visual-effect .items > li + li {
  margin-top: 27px;
}

/* carousel */
.carousel{
  margin-top: 80px;
  overflow: hidden;
}
.carousel .carousel-box {
  width: 100%;
  
}
.carousel .slider-box .action-img{
  margin-left: 110px;
  margin-right: 110px;
  padding: 23px 0;
  position: relative;
  
}
.carousel .slider-box .action-img:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 689px;
  background-color: #f5f5f5;
  top: 0;
  left: -50%;
  /* margin-left: 610px; */
  z-index:-1;
}
.carousel .slider-box .action-img > img{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 643px;
}
.carousel .slider-box .chart-list{
  height: 235px;
  display: flex;
  justify-content: space-around;
  margin-top: 46px;
  align-items: center;
}
.carousel .slider-box .chart-list li {
  flex-shrink: 1;
  width: 18%;
}
.carousel .slider-box .chart-list li > img{
  width: 100%;
}
.carousel .layui-carousel > [carousel-item] {
  border-radius: 8px;
  overflow:visible;
}
.carousel .layui-carousel .layui-carousel-arrow{
  top: 35%;
}
.layui-carousel-arrow {
  width: 48px !important;
  height: 48px !important;
  background-color:transparent !important;
  cursor: pointer;
  font-size: 0 !important;
  
}
.layui-carousel-arrow[lay-type=sub]{
  background: url('/img/extensions/img/carousel_btn_left.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
} 
.layui-carousel-arrow[lay-type=sub]:hover{
  background: url('/img/extensions/img/carousel_btn_left_hover.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}

.layui-carousel-arrow[lay-type=add]{
  background: url('/img/extensions/img/carousel_btn_right.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
} 
.layui-carousel-arrow[lay-type=add]:hover{
  background: url('/img/extensions/img/carousel_btn_right_hover.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}

.layui-carousel,
.layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}


/* new */
.new {
  margin-top: 210px;
}
.new .caption {
  text-align: center;
}
.new .caption > img{
  display: inline-block;
  vertical-align: top;
}
.new .caption .title{
  margin-top: 30px;
  font-size: 35px;
}
.new .content {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.new .content > video {
  width: 1000px;
}

/* security */
.security {
  margin-top: 100px;
}
.security .caption .title {
  font-size: 30px;
  font-weight: bold;
}
.security .content {
  margin-top: 26px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.security .description {
  width: 707px;
}
.security .contact-us {
  margin-top: 30px;
}
.security .contact-us .btn{
  display: inline-block;
  background-color: #e64278;
  height: 37px;
  line-height: 37px;
  border-radius: 18.5px;
  padding: 0 19px;
  font-weight: bold;
  color: #fff;
}
.security .items > li {
  padding-left: 33px;
  position: relative;
}
.security .items > li:before {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 2px;
  background: url('/img/extensions/img/showMeMore/tick.png') no-repeat;
}
.security .items > li + li {
  margin-top: 19px;
}


