#main *,
#main:after,
#main:before {
  -webkit-box-sizing: content-box;
}

#main {
  background: #FAFCFF;
}

.pc {
  display: block;
}

.mob {
  display: none;
}

#main .sec1 {
  position: relative;
  z-index: 0;
}

#main .sec1 .sec1_banner .sec1_img {
  position: relative;
  width: 100%;
  height: 100%;
}

#main .sec1 .sec1_banner .sec1_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#main .sec1 .sec1_banner .sec1_txt {
  position: absolute;
  top: 4.6875vw;
  left: 14.0625vw;
}

#main .sec1 .sec1_banner .sec1_txt .sec1_img {
  width: 38.02083vw;
  height: 6.45833vw;
}

#main .sec1 .sec1_banner .sec1_txt .top_title {
  font-size: 2.8125vw;
  font-weight: bold;
  color: #000000;
  line-height: 1.25;
}

#main .sec1 .sec1_banner .sec1_txt .sub_title {
  font-size: 1.66vw;
  margin-bottom: 1.66vw;
  color: #595959;
  line-height: 1;
}

#main .sec1 .sec1_banner .sec1_txt .time_title {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

#main .sec1 .sec1_banner .sec1_txt .time_title p {
  font-size: 1.041vw;
  color: #595959;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

#main .sec1 .sec1_banner .sec1_txt .time_title p:nth-child(2) {
  margin-top: 0;
  margin-left: 0.83vw;
}

#main .sec1 .sec1_banner .sec1_txt .time_title img {
  width: 1.041vw;
  height: 1.041vw;
  margin-right: 0.4166vw;
  vertical-align: middle;
}

#main .sec1 .sec1_btn {
  width: fit-content;
  border-radius: 50vw;
  color: #FFFFFF;
  font-size: 0.729vw;
  margin: 1.66vw 0;
  cursor: pointer;
  border: 1px solid #000000;
  color: #191919;
}



#main .sec1 .sec1_btn p {
  padding: 0.677vw 2.083vw;
}


#main .sec2 {
  position: relative;
  /* background: linear-gradient( 180deg, #FAFCFF 0%, #FFFFFF 100%); */
}

#main .sec2 .sec2_bg {
  background-size: cover;
}

#main .sec2 .sec3_title {
  position: relative;
  width: 16.77vw;
  height: 5.37vw;
  margin: 0 auto;
  /* margin-top: 3.125vw; */
}

#main .sec2 .sec3_title .font_col {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);
  z-index: 2;
}

#main .sec2 .sec3_title .bg_font {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 3.43vw;
  font-family: Huawei Sans-Bold, Huawei Sans;
  font-weight: 700;
  color: transparent;
  line-height: 1.5;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
  z-index: 1;
  opacity: 0.3;
}

#main .sec2 .sec3_title .font {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 2.083vw;
  font-family: Huawei Sans-Bold, Huawei Sans;
  font-weight: 700;
  color: #000000;
  line-height: 1.25;
  text-align: center;
  z-index: 99;
}

#main .sec1 .sec1_txt .sub_title {
  padding: 0.833vw 0 0 0;
  font-size: 1.71vw;
  font-family: Huawei Sans-Regular, Huawei Sans;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}

#main .sec2 .sec2_border_bg {
  padding-top: 0;
  padding-bottom: 4vw;
  opacity: 1;
}

#main .sec2 .sec2_border_bg .sec2_txt {
  position: relative;
  width: 72.92%;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 0.52vw 1.35vw 0px rgba(0, 0, 0, 0.025);
  border-radius: 0.8333vw;
  padding-top: 2.208vw;
  padding-bottom: 3.438vw;
}

#main .sec2 .sec2_border_bg .sec2_txt .first_p {
  padding: 0 8.22vw;
  font-size: 0.833vw;
  font-family: Huawei Sans-Regular, Huawei Sans;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  padding-top: 1.77vw;
  margin-bottom: 0.82vw;
}

#main .sec2 .sec2_border_bg .sec2_txt .secd_p {
  font-size: 0.833vw;
  font-family: Huawei Sans-Regular, Huawei Sans;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  padding: 0 8.22vw;
  padding-bottom: 0.5vw;
}

#main .sec2 .sec2_border_bg .sec2_txt .thir_p {
  font-size: 0.833vw;
  font-family: Huawei Sans-Regular, Huawei Sans;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  padding: 0 8.22vw;
  padding-bottom: 0.3vw;
  margin-top: 1.5vw;
}

#main .sec2 .sec2_border_bg .sec2_txt .sec2_bgicon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49vw;
  /* height: 3.64vw; */
}

#main .sec2 .sec2_border_bg .sec2_txt .sec2_bgicon img {
  width: 100%;
  vertical-align: bottom;
}

#main .sec_title {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-content: center;
  text-align: center;
  padding-top: 3.125vw;
}
#main .sec_title .fd{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    font-size: 3.43vw;
    font-family: Huawei Sans-Bold, Huawei Sans;
    font-weight: 700;
    color: transparent;
    line-height: 1.5;
    -webkit-text-stroke: 1px #000000;
    text-stroke: 1px #000000;
    z-index: 1;
    opacity: 0.3;
}
   #main .sec_title .fd::before{
     content:"";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);
   }

#main .sec_title p span {
  font-size: 0.833vw;
  z-index: 9;
  color: #595959;
  font-weight: normal;
  font-family: 'HuaweiSans-Regular';
  padding-top: 1.042vw;
}

#main .sec_title p a {
  font-size: 0.833vw;
  z-index: 9;
  color: #000;
  font-weight: normal;
  font-family: 'HuaweiSans-Regular';
  opacity: 0.8;
  padding-top: 0.781vw;
  transform: translateX(0.4vw);
}
#main .sec_title p a span{
  color: #000;
}
#main .sec_title p a .por-icon{
  font-size: 0.933vw;
  -webkit-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
  }


#main .sec_title p::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.0833vw;
  height: 30%;
  background: linear-gradient(180deg, rgba(243, 245, 249, 0.5) 0%, rgba(243, 245, 249, 1) 100%);
  visibility: hidden;
}

#main .sec_title p {
  font-family: Huawei Sans-Bold, Huawei sans-serif;
  font-size: 1.667vw;
  position: relative;
  width: auto;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #191919;
  font-weight: bold;
  line-height: 1.25;
  padding-bottom: 1.667vw;
  text-align: center;
  position: relative;
  z-index: 2;
}
#main .font_bold{
  font-weight: bold;
}
#main .section{
    padding-bottom: 3.125vw;
}
#main .con{
    width: 72.92%;
    margin: 0 auto;
}
#main .sec3_swiper_box{
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: -2.198vw;
    box-sizing: border-box;
    /* padding: 0 1vw; */
}
#main .sec3_swiper_box .content{
    width: 11.146vw;
    height: 18.667vw;
    border-radius: 1.042vw;
    box-sizing: border-box;
    padding: 0 0.365vw;
    padding-top: 1.458vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 0.998vw;
    background-size: cover;
    background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/about/minisite/2024benelux/img/bg1.png);
    margin-bottom: 1.198vw;
}
#main .sec3_swiper_box .content:nth-child(6n){
  margin-right:0;
}
#main .sec3_swiper_box .content:last-child{
  margin-right:0;
}
#main .sec3_swiper_box .content .img_box{
    width: 7.292vw;
    height: 7.292vw;
    border-radius: 50%;
    margin-bottom: 1.042vw;
}
#main .sec3_swiper_box .content .img_box img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#main .sec3_swiper_box .content .text_box{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
#main .sec3_swiper_box .content .text_box .tit{
    width: 100%;
    height: 1.823vw;
    background: linear-gradient( 270deg, #FAAFB5 0%, #ABDFF5 100%);
    border-radius: 8.646vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.521vw;
    font-size: 0.838vw;
    color: #FFFFFF;
}
#main .sec3_swiper_box .content .text_box .txt{
    font-size: 0.729vw;
    color: #595959;
    line-height: 1.094vw;
    padding: 0 0.469vw;
    font-family: Huawei Sans-Bold, Huawei sans-serif;
}
#main .pc_show{}
#main .wap_show{
  display: none;
}

#main .free-trial {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 3.125vw;
}

#main .free-trial .tit {
  font-weight: 700;
  font-size: 2.500vw;
  color: #191919;
  line-height: 2.917vw;
  margin-bottom: 0.833vw;
}

#main .free-trial .tit span {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-size: center center;
  background-size: cover;
  color: #fff;
  display: inline-block;
}

#main .free-trial .more {
  padding-top: 0.833vw;
}

#main .free-trial .more .por-btn-large {width: 8.125vw;height: 2.500vw;background: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-radius: 2.500vw;border: 0.052vw solid #191919;display: flex;align-items: center;justify-content: center;color: #191919;font-size: 0.729vw;}

#main .sec3_table{
    width: 100%;
}
#main .sec3_table .table_left{
    width: 9.115vw;
    margin-left: 4.167vw;
}
#main .sec3_table .table_left p{}
#main .sec3_table .table_tight{
    width: 30.438vw;
    margin-left: 1.250vw;
}
#main .sec3_table .table_tight p{}
#main .sec3_table .table_center{
    width: 48.69vw;
    flex: 1;
    margin-left: 1.823vw;
}
#main .sec3_table .table_center p{
}
#main .sec3_table .table_title{
    width: 100%;
    border-radius: 1.042vw 1.042vw 0 0;
    display: flex;
    align-items: center;
    height: 3.646vw;
    background: linear-gradient( 270deg, #FAAFB5 0%, #ABDFF5 100%);
}
#main .sec3_table .table_title .table_left{}
#main .sec3_table .table_title .table_left p{
    font-weight: 700;
    font-size: 0.938vw;
    color: #fff;
    position: relative;
}
#main .sec3_table .table_title p{
    position: relative;
}
#main .sec3_table .table_title p img{
    position: absolute;
    width: 1.094vw;
    left: -1.563vw;
    top: 50%;
    transform: translateY(-50%);
}
#main .sec3_table .table_title .table_tight{}
#main .sec3_table .table_title .table_tight p{
    font-weight: 700;
    font-size: 0.938vw;
    color: #fff;
}
#main .sec3_table .table_title .table_tight p img{}
#main .sec3_table .table_title .table_center{}
#main .sec3_table .table_title .table_center p{
    font-weight: 700;
    font-size: 0.938vw;
    color: #fff;
}
#main .sec3_table .table_title .table_center p img{}
#main .sec3_table .table_cover{
    width: 100%;
    margin-top: 0.521vw;
}
#main .sec3_table .table_cover:last-child{
    margin-bottom: 0;
}
#main .sec3_table .table_cover .table_group{
    width: 100%;
    display: flex;
    align-items: flex-start;
    min-height: 3.333vw;
    background: #fff;
    box-shadow: 0.000vw 0.521vw 2.083vw 0.000vw rgba(0,0,0,0.05);
    box-sizing: border-box;
    padding-top: 1.042vw;
}
#main .sec3_table .table_cover .table_group.active{
    align-items: center;
}
#main .sec3_table .table_cover .table_group .table_left{}
#main .sec3_table .table_cover .table_group .table_left p{
    font-size: 0.833vw;
    color: #191919;
    line-height: 2;
}
#main .sec3_table .table_cover .table_group .table_right{
    flex: 1;
    width: 0;
}
#main .sec3_table .table_cover .table_group .table_right .li{
    padding-bottom: 1.042vw;
    margin-bottom: 1.042vw;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: flex-start;
}
#main .sec3_table .table_cover .table_group .table_right .li.active{
    align-items: center;
}
#main .sec3_table .table_cover .table_group .table_right .li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
#main .sec3_table .table_cover .table_group .table_tight{}
#main .sec3_table .table_cover .table_group .table_tight p{
    font-size: 0.833vw;
    color: #191919;
    line-height: 2;
}
#main .sec3_table .table_cover .table_group .table_center{}
#main .sec3_table .table_cover .table_group .table_center p{
    font-size: 0.833vw;
    color: #595959;
    line-height: 2;
    margin-bottom: 1.042vw;
}
#main .sec3_table .table_cover .table_group .table_center p:last-child{
    margin-bottom: 0;
}
#main .sec3_table .table_cover .table_group .table_center p strong{
    color: #191919;
}
@media (min-width: 900px){
  #main .sec1 .sec1_btn:hover {
    border: 1px solid rgba(0, 0, 0, 0.6);
  }
  #main .sec_title p a:hover .por-icon{
    -webkit-transform: translate(4px);
    transform: translate(4px);
  }
  #main .sec_title p a:hover span{
    
  text-decoration: underline;
  }
  #main .free-trial .more .por-btn-large:hover{
    border-color:#999;
  }
  #main .sec3_swiper_box .content:hover{
    background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/about/minisite/2024benelux/img/bg2.png);
  }
  #main .sec3_table .table_cover .table_group:hover{
    background: #F7FBFF;
    font-weight: bold;
  }
  #main .sec3_table .table_cover .table_group:hover .table_center p{
    font-weight:normal;
  }
  #main .sec3_table .table_cover .table_group:hover .table_center p strong{
    font-weight:bold;
  }
}
@media (max-width: 600px),
(max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  #main {
    position: relative;
    font-family: "Huawei Sans-Bold";
  }
  #main .sec3_table{

}
#main .sec3_table .table_left{width: 23.6vw;margin-left: 8.667vw;margin-right: 3.733vw;}
#main .sec3_table .table_left p{}
#main .sec3_table .table_tight{

}
#main .sec3_table .table_tight p{}
#main .sec3_table .table_center{

}
#main .sec3_table .table_center p{
}
#main .sec3_table .table_title{
   height: 16.400vw;
   box-sizing: border-box;
   padding-top: 4.400vw;
   align-items: flex-start;
}
#main .sec3_table .table_title .table_left{
    box-sizing: border-box;
    padding-right: 3vw;
}
#main .sec3_table .table_title .table_left p{
    font-size: 3.200vw;
    line-height: 3.733vw;
    font-weight: normal;
}
#main .sec3_table .table_title p{
  
}
#main .sec3_table .table_title p img{
 width: 4.267vw;
 left: -5.5vw;
 top: 0;
 transform: translateY(0);
}
#main .sec3_table .table_title .table_tight{
    flex: 1;
    width: 0;
}
#main .sec3_table .table_title .table_tight p{
   font-size: 3.200vw;
   line-height: 3.733vw;
   font-weight: normal;
}
#main .sec3_table .table_title .table_tight p img{}
#main .sec3_table .table_title .table_center{
    display: none;
}
#main .sec3_table .table_title .table_center p{

}
#main .sec3_table .table_title .table_center p img{}
#main .sec3_table .table_cover{
   margin-top: 1.333vw;
}
#main .sec3_table .table_cover:last-child{
 
}
#main .sec3_table .table_cover .table_group{
   min-height: 21.067vw;
   padding-top: 4.267vw;
}
#main .sec3_table .table_cover .table_group.active{align-items: flex-start;}
#main .sec3_table .table_cover .table_group .table_left{}
#main .sec3_table .table_cover .table_group .table_left p{
    font-weight: bold;
    font-size: 3.467vw;
    color: #191919;
    line-height: 1.5;
}
#main .sec3_table .table_cover .table_group .table_right{
   
}
#main .sec3_table .table_cover .table_group .table_right .li{
 padding-bottom: 4.267vw;
 margin-bottom: 4.267vw;
 flex-direction: column;
 padding-right: 3.733vw;
}
#main .sec3_table .table_cover .table_group .table_right .li.active{
 align-items: flex-start;
}
#main .sec3_table .table_cover .table_group .table_right .li:last-child{
    
}
#main .sec3_table .table_cover .table_group .table_tight{
    width: 100%;
    margin-left: 0;
}
#main .sec3_table .table_cover .table_group .table_tight p{
 font-weight: bold;
 font-size: 3.467vw;
 color: #191919;
 line-height: 4.800vw;
}
#main .sec3_table .table_cover .table_group .table_center{
    margin-left: 0;
}
#main .sec3_table .table_cover .table_group .table_center p{
 padding-top: 2.133vw;
 font-size: 3.200vw;
 color: #595959;
 line-height: 4.800vw;
 margin-bottom: 0;
}
#main .sec3_table .table_cover .table_group .table_center p:last-child{
   
}
#main .sec3_table .table_cover .table_group .table_center p strong{
   color: #191919;
}
  #main .free-trial {
    
}

#main .free-trial .tit {
  
}

#main .free-trial .more {
    
}
  #main .pc_show{
    display: none;
  }
#main .wap_show{
  display: inline;
}
  #main .section{
    padding-bottom: 11.7vw;
}
  #main .con{
    width: 89.3%;
}
  #main .sec3_swiper_box{
    flex-flow: wrap;
    margin-bottom: -5.600vw;
    padding: 0;
    justify-content: space-between;
}
  #main .sec3_swiper_box .content{
    width: 42.133vw;
    margin-right: 2.667vw;
    height: 70.8vw;
    padding: 0 1.333vw;
    padding-top: 5.733vw;
    margin-bottom: 5.600vw;
}
  #main .sec3_swiper_box .content:nth-child(2n){
    margin-right: 0;
}
  #main .sec3_swiper_box .content .img_box{
    width: 28.267vw;
    height: 28.267vw;
    margin-bottom: 4.133vw;
}
  #main .sec3_swiper_box .content .img_box img{}
  #main .sec3_swiper_box .content .text_box{}
  #main .sec3_swiper_box .content .text_box .tit{
    height: 7.067vw;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 3.433vw;
}
  #main .sec3_swiper_box .content .text_box .txt{
    padding: 2.000vw 1.867vw;
    font-size: 2.933vw;
    line-height: 4.400vw;
}
  #main .sec_title{
    padding-top: 3vw;
    position: relative;
}
  #main .sec_title .fd{
    font-size:8.8vw;
    top:-2.5vw;
}
     #main .sec_title .fd::before{
     background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);
   }
  #main .sec_title p span {
    font-size: 3.2vw;
    padding-top: 2.4vw;
    transform: scale(0.85);
}
 #main .sec_title p a {
    font-size: 3.2vw;
    padding-top: 2.4vw;
    transform: scale(0.85);
    position: relative;
    left: 2vw;
}
#main .sec_title p a .por-icon{font-size: 3.2vw;}
#main .sec_title p {
    font-size: 5.33vw;
    padding-bottom: 5.333vw;
    position: relative;
    z-index: 2;
}
#main .sec_title p::before {
    bottom: 5.3333vw;
    height: 26%;
}

  #main .sec1 .sec1_txt .sub_title {
    /* padding: 0.2vw 0 1.61vw 0; */
    /* font-size: 2.29vw; */
    padding: 4.266vw 0 2.66vw 0;
    font-size: 5.333vw;
    padding-bottom: 0;
  }

  .pc {
    display: none;
  }

  .mob {
    display: block;
  }

  #main .sec2_mobbg {
    display: block;
  }

  #main .sec1 {
    position: relative;
    z-index: 0;
  }

  #main .sec1 .sec1_banner .sec1_img {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #main .sec1 .sec1_banner .sec1_img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }

  #main .sec1 .sec1_banner .sec1_txt {
    position: absolute;
    top: 6.4vw;
    left: 6.4vw;
    transform: translate(0);
  }

  #main .sec1 .sec1_banner .sec1_txt .sec1_img {
    width: 73.73333vw;
    height: 12.53333vw;
  }

  #main .sec1 .sec1_banner .sec1_txt .top_title {
    font-size: 6.4vw;
    font-weight: bold;
    margin-top: 0;
    color: #191919;
    line-height: 1.5;
  }

  #main .sec1 .sec1_banner .sec1_txt .sub_title {
    font-size: 4.8vw;
    margin-bottom: 4.266vw;
    color: #191919;
  }

  #main .sec1 .sec1_banner .sec1_txt .time_title {
    font-size: 3.73333vw;
    color: #191919;
  }

  #main .sec1 .sec1_banner .sec1_txt .time_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  #main .sec1 .sec1_banner .sec1_txt .time_title p {
    font-size: 3.73vw;
    color: #595959;
    vertical-align: middle;
  }

  #main .sec1 .sec1_banner .sec1_txt .time_title img {
    width: 3.73vw;
    height: 3.73vw;
    margin-right: 2.13vw;
    vertical-align: middle;
  }

  #main .sec1 .sec1_banner .sec1_txt .time_title p:nth-child(2) {
    margin-left: 0;
    margin-top: 2.133vw;
  }

  #main .sec1 .sec1_btn {
    width: fit-content;
    border-radius: 50vw;
    font-size: 3.733vw;
    margin: 4.266vw 0;
  }

  #main .sec1 .sec1_btn p {
    padding: 1.86vw 6.4vw;
  }

  #main .sec2 .sec2_border_bg .sec2_txt .first_p {
    padding: 5.33vw 5.86vw 0 5.86vw;
    font-size: 3.46vw;
    margin-bottom: 7vw;
  }

  #main .sec2 .sec2_border_bg .sec2_txt .secd_p {
    padding-left: 5.86vw;
    padding-bottom: 2.13vw;
    font-size: 3.466vw;
  }

  #main .sec2 .sec2_border_bg .sec2_txt .thir_p {
    padding-left: 5.86vw;
    padding-bottom: 2.13vw;
    font-size: 3.466vw;
    margin-top: 7vw;
  }

  #main .sec2 .sec2_border_bg .sec2_txt .sec2_bgicon {
    right: 0;
    bottom: 0;
    width: 56vw;
    /* height: 8.13vw; */
  }

  #main .sec2 .sec2_bg {
    background: none;
  }

  #main .sec2 .sec2_mobbg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #main .sec2 .sec2_border_bg .sec2_txt {
    width: 89.3%;
    padding-bottom: 24vw;
    padding-top: 8.53vw;
  }

  #main .sec2 .sec2_border_bg {
    padding-top: 8vw;
    padding-bottom: 11.7vw;
  }

  #main .sec2 .sec3_title .bg_font {
    font-size: 8.8vw;
    text-align: center;
    opacity: 0.3;
  }

  #main .sec2 .sec3_title {
    width: 49.6vw;
    height: 11.2vw;
  }

  #main .sec2 .sec3_title .font {
    bottom: -1.13vw;
    font-size: 5.33vw;
  }

  #main .sec2 .sec3_title .font_col {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);
  }

  #main .sec2 .sec2_mobbg {
    top: -17vw;
  }

  .sec2_mobbg>img:nth-child(1) {
    width: 100%;
  }
}
#main .por-carousel-slide-current1{
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
@media (max-width: 900px) {
  #main .sec3_swiper_box.por-carousel-slide-current{
    display: none;
  }
  #main .por-carousel-slide-current1{
    width: 100%;
    position: relative;
    z-index: 1;
    visibility: visible;
    padding-bottom: 60px;
  }
  #main .por-carousel-slide-current1 .swiper-pagination {
  bottom: 0;
  }

  #main .por-carousel-slide-current1 .swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      margin: 0 12px;
      transition: all 0.2s ease 0s;
      opacity: 0.2;
      background: #191919;
  }

  #main .por-carousel-slide-current1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 48px;
      opacity: 1;
  }
}
@media (max-width: 740px) {
  #main .por-carousel-slide-current1{
    padding-bottom: 30px;
  }
  #main .por-carousel-slide-current1 .swiper-pagination {
  }

  #main .por-carousel-slide-current1 .swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0 6px;
      transition: all 0.2s ease 0s;
      opacity: 0.2;
      background: #191919;
      overflow: hidden;
  }

  #main .por-carousel-slide-current1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 24px;
      opacity: 1;
  }
}