/* PC端样式 */
.banner{
  width: 100%;
  height:900px;
  background-image: url('/web/images/group-banner.jpg');
  background-repeat: no-repeat;
  background-size:100% 100%;
  display: none;
}
.sort_header{
  width: 100%;
  display:flex;
  justify-content:center;
  align-items: center;
  margin-top: 100px;
}
.flow_box{
  width: 100%;
  background-image: url('/web/images/group-banner2.jpg');
  background-repeat: no-repeat;
  background-size:100% 100%;
  height: 752px;
  margin-top: 80px;
  display:flex;
  align-items: center;
  justify-content:center;
}
.flow_box .flow_img{
  width: 1200px;
	height: 615px;
  display:block;
}
.flow_box .flow_img_phone{
  display:none;
}

.rule_item{
  width: 100%;
	height: 850px;
  display:flex;
  align-items: center;
  justify-content:center;
}
.rule_item1{
  margin-top: 80px;
  background-image: url('/web/images/group-rebate-banner3.jpg');
  background-repeat: no-repeat;
  background-size:100% 100%;
}
.rule_item .rule_content{
  display:flex;
  align-items: center;
  justify-content: center;
}
.rule_item .rule_content .img{
  width: 350px;
	height: 710px;
}
.rule_item .rule_content .content{
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}
.rule_item .rule_content .content .title_box{
  width: 460px;
  display:flex;
  align-items: center;
}
.rule_item .rule_content .content .title_box .num{
  font-size: 90px;
	color: #ffffff;
	opacity: 0.5;
}
.rule_item .rule_content .content .title_box  .title_content{
  display: flex;
  flex-direction: column;
  justify-content:center;
  padding-left: 30px;
  box-sizing: border-box;
}
.rule_item .rule_content .content .title_box  .title_content .title{
  font-size: 32px;
	color: #ffffff;
}
.rule_item .rule_content .content .title_box  .title_content .english{
  font-size: 20px;
	color: #ffffff;
  margin-top: 10px;
}
.rule_item .rule_content .content .desc{
  width: 460px;
  font-size: 20px;
	color: #ffffff;
  margin-top: 55px;
  line-height: 35px;
}
.rule_item1 .rule_content .content{
  padding-left: 160px;
  box-sizing: border-box;
}
.rule_item3{
  margin-top: 0;
}
.rule_item2{
  height:980px;
}

.rule_item2 .rule_content .content .title_box .num{
	color: #2c70e2;
}
.rule_item2 .rule_content .content .title_box  .title_content .title{
	color: #2c70e2;
}
.rule_item2 .rule_content .content .title_box  .title_content .english{
	color: #2b6fe2;
}
.rule_item2 .rule_content .content .desc{
	color: #666666;
}
.rule_item2 .rule_content  .img_box{
  order:2;
  display: flex;
  justify-content:center;
  width: 690px;
  height:800px;
  background-image: url('/web/images/group-img4.png');
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  background-size:100% 645px;
}

.rule_item4 .rule_content .img_box{
  width: 645px;
  height:700px;
  background-image: url('/web/images/group-img7.png');
}
.rule_item4 .rule_content .content .title_box {
  position:relative;
}
.rule_item4 .rule_content .content .title_box .decorate{
  position:absolute;
  right: 90px;
  top: -140px;
  width: 136px;
	height: 136px;
	background-image: linear-gradient(-90deg, #498eef 0%, #f8fff6 100%);
	opacity: 0.4;
  border-radius: 50%;
}

.page_show_box{
  width: 100%;
	height: 1000px;
  background-image: url('/web/images/group-banner5.jpg');
  background-repeat: no-repeat;
  background-size:100% 100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
}
.page_show_box .title_box{
  width: 1121px;
	height: 76px;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.page_show_box .title_box .title{
  font-size: 48px;
	color: #ffffff;
}
.page_show_box .title_box .icon{
  opacity: 0.5;
}
.page_show_box .title_box .icon1{
  width: 57px;
	height: 44px;
}
.page_show_box .title_box .icon2{
  width: 66px;
	height: 76px;
}
.page_show_box .title_box .icon3{
  width: 56px;
	height: 56px;
}
.page_show_box .title_box .icon4{
  width: 44px;
	height: 52px;
}
.show_box{
  width: 1200px;
  height:720px;
  position:relative;
  margin-top: 70px;
}
.show_box .img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.show_box .img1{
  width: 266px;
	height: 576px;
  z-index: 1;
  left: 0;
}
.show_box .img2{
  width: 289px;
	height: 625px;
  z-index: 2;
  left: 180px;
}
.show_box .img3{
  width: 360px;
	height: 723px;
  z-index: 4;
  left: 50%;
  transform: translate(-50%,-50%);
}
.show_box .img4{
  width: 289px;
	height: 625px;
  z-index: 2;
  right: 180px;
}
.show_box .img5{
  width: 266px;
	height: 576px;
  z-index: 1;
  right: 0;
}

.contact_info{
  width: 100%;
	height: 500px;
	background-image: url('/web/images/group-banner6.jpg');
  background-repeat: no-repeat;
  background-size:100% 100%;
  display:flex;
  align-items: center;
  flex-direction: column;
  justify-content:center;
}
.contact_info .title{
  font-size: 40px;
	font-weight: bold;
	color: #ffffff;
  line-height: 70px;
}
.contact_info .phone{
  width: 400px;
	height: 90px;
	background-image: linear-gradient(90deg, 
		#2f4ad2 2%, 
		#e952c2 100%);
	border-radius: 45px;
  text-align: center;
  line-height: 90px;
  font-size: 40px;
	font-weight: bold;
	color: #ffffff;
  margin-top: 50px;
}
.contact_info .desc{
  font-size: 24px;
	font-weight: bold;
	color: #ffffff;
  margin-top: 20px;
}
.mobile_title_english{
  display:none
}
.mobile_title{
  display:none
}










.swiper_content_box{
  position: absolute;
  width: 1200px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  padding: 120px 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper_content_box .gift_title{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 32px;
	letter-spacing: 3px;
  color: #ffffff;
  margin-top: 40px;
}
.swiper_content_box .gift_title .gift_img{
  width: 245px;
	height: 54px;
}
.swiper_content_box .gift_title .text{
  margin-left: 30px;
}
.swiper_content_box .gift_list_box{
  width: 100%;
  display: flex;
  height: 140px;
  margin-top: 80px;
}
.swiper_content_box .gift_list{
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 16px;
	line-height: 38px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 2px;
}
.swiper_content_box .gift_list:first-child{
  border-right: 2px solid #ffffff;
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
  justify-content: flex-end;
}
.swiper_content_box h1{
  font-size: 58px;
  color: #ffffff;
  letter-spacing: 6px;
  line-height: 90px;
}
.swiper_content_box h2{
	font-size: 52px;
	line-height: 88px;
	letter-spacing: 5px;
	color: #ffffff;
}
.swiper_content_box .interval_img_box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:70px;
}
.swiper_content_box .interval_img_box .interval_img{
  width: 36px;
  height: 40px;
  margin:0 20px;
  display: block;
}
.swiper_content_box .interval_img_box .line{
  width: 343px;
	height: 1px;
	background-color: #ffffff;
}
.swiper_content_box p{
  font-size: 30px;
	line-height: 66px;
  color: #e6e6e6;
  margin-top: 70px;
  text-align: center;
  letter-spacing: 6px;
}
.swiper_content_box .contact_list{
  display: flex;
  justify-content: space-around;
}
.swiper-slide .masking{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.swiper-slide .masking2{
  background: rgba(0, 0, 0, 0.6);
}
.swiper_content_box .contact_btn{
  width: 220px;
	height: 60px;
	background-color: #ffffff;
  border-radius: 6px;
  font-size: 24px;
	line-height: 60px;
  color: #333333;
  text-align: center;
  margin-top: 110px;
  cursor: pointer;
  display: block;
}
.swiper_content_box2{
  align-items: flex-start;
}
.swiper_content_box2 p{
  text-align: left;
}
.index_first_banner{
  flex-direction: row;
  justify-content:space-between;
  align-items:flex-end;
  padding-top: 146px;
  box-sizing: border-box;
  padding:0 50px 0 80px;
  box-sizing: border-box;
}
.index_first_banner .group_phone{
  width: 400px;
	height:685px;
}
.index_first_banner .content_box{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  width: 749px;
}
.index_first_banner .content_box h1{
  font-size: 52px;
  margin-top: 30px;
}
.index_first_banner .content_box h2{
  font-size: 32px;
  margin-left: -20px;
  line-height: 50px;
}
.index_first_banner .content_box p{
  line-height: 40px;
  font-size: 18px;
  text-align: left;
  margin-top: 90px;
}

.index_first_banner .content_box .contact_btn{
  margin-top: 60px;
  margin-bottom: 160px;
}
.index_banner{
  width:auto;
  min-width: 1200px;
  max-width:100%;
  height: 920px;
  display:block;
}
.index_banner .swiper-wrapper{
  width:auto;
  min-width: 1200px;
  max-width:100%;
  height: 920px;
}
.index_banner .swiper-slide{
  width:auto;
  height:100%;
  min-width: 1200px;
  max-width:100%;
  height:100%;
}
.index_banner .img{
  width:auto;
  min-width: 1200px;
  max-width:100%;
  height:100%;
}
.opreate_btn_box{
  width: 100%;
  height: 6.55%;
  position: absolute;
  bottom: 5.4%;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 5;
}
.opreate_btn_box2{
  justify-content: flex-end;
  bottom: 25%;
  padding-right: 13%;
  box-sizing: border-box;
}
.opreate_btn_box .opreate_btn{
  border-radius: 6px;
  width: 12%;
  height: 100%;
  background: #ffffff;
  margin-right: 9%;
  color: #dc2a3a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opreate_btn_box .opreate_btn .icon{
  width: 12px;
  height: 12px;
  margin-left: 5%;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 20% !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 20% !important;
}

.swiper_auto{
  width: 50%;
  height: 60%;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  position: absolute;
  z-index: 3;
}







