
/* banner图 */
.g-wrap .bannerWord1{
    background:url(../imgs/banner/banner_01.jpg) no-repeat;
    background-size: cover;
    position:relative;
}
.g-wrap .bannerWord2{
    background:url(../imgs/banner/banner_02.jpg) no-repeat;
    background-size: cover;
    position:relative;
}
.g-wrap .bannerWord3{
    background:url(../imgs/banner/banner_03.jpg) no-repeat;
    background-size: cover;
    position:relative;
}
.g-wrap .bannerWord4{
    background:url(../imgs/banner/banner_04.jpg) no-repeat;
    background-size: cover;
    position:relative;
}
.g-wrap .bannerWord5{
  background:url(../imgs/banner/banner_05.png) no-repeat;
  background-size: cover;
  position:relative;
}
.g-wrap .swiper-pagination{
    text-align: center;
}
.g-wrap .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
}
.swiper-container {
  width: 100vw;
  min-width: 1200px;
  height: calc(100vw / 2);
  min-height: calc(1200px / 2);
  overflow: hidden;
  cursor: pointer;
}
.banner-container {
  width: 100vw;
  min-width: 1200px;
  height: calc(100vw / 2);
  min-height: calc(1200px / 2);
  margin: 0 auto;
  background: #08172b;
}

.content {
  margin-top: 10px;
}

.poster {
  width: 100%;
  height: calc(100% / 2.32);
  margin-bottom: 10px;
  cursor: pointer;
}

/* 轮播 */
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
    left:0;
    background: url(../imgs/index/prev.png) no-repeat;
    z-index:999;
}

.ft-carousel .carousel-next-btn {
    right:0;
    background: url(../imgs/index/next.png) no-repeat;
    z-index:999;
    
}
 
/* 售后服务 */
.help{
    width: 144px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 60%;
    background: #00aef3;
    border-radius: 5px;
    z-index: 122;
  }
  .help .line1{
    display: flex;
    height: 32px;
   margin-top: 2px;
  }
  .help .line1>div:nth-child(1){
    margin: 6px 0 0 13px ;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px #333;
  }
  .help .line1>div:nth-child(2){
    width: 32px;
    height: 32px;
    background: url("../imgs/index/help.png") no-repeat;
    
  }
  .help .line2{
    font-size: 10px;
    color: #E0E0E0;
    text-shadow: 2px 2px 2px #333;
    padding:  1px 0 0 13px;
  }
