header{
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    background-color: #4ac34a;
    background-color: #fff;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

header .logo{
    width: 270px;
    text-align: center;
    position: absolute;
    left:0;
    top: 0;
    line-height: 80px;
}
header .logo img{
    max-width: 150px;
    vertical-align: middle;
}
header .login_box{
    width: 300px;
    position:absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 80px;
}
header .login_btn_box{
    padding:7px 10px;
    border:1px #333 solid;
    color: #000;
    border-radius: 50px;
   display: inline;
}
header .login_btn{
    color: #000;
    margin:0 10px;
}
header .login_btn:hover{
    text-decoration: underline;
}
footer{
    background-color: #4ac35f;
    padding: 30px 0;
    font-size: 14px;
}
footer .info_item{
    color: #fff;
    margin-bottom: 10px;
}
footer .s_title{
    display: inline-block;
    min-width: 90px;
}
footer .qr_code{
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}
footer .qr_code_box{
    margin-left: 20px;
    color: #fff;
    text-align: center;
}
footer .qr_code img{
    max-width: 100%;
}
.content{
    min-height: calc(100vh - 259px);
}
.contain{
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.min_contain{
    max-width: 1100px;
}
.nav_item{
    float: left;
    position: relative;
    overflow: hidden;

}
.nav_item a{
    color: #333;
    font-size: 16px;
    padding: 0 20px;
    display: block;
    line-height: 80px;

}
.nav_item::after{
    content: '';
    display: block;
    /* width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #4ac34a; */
    /* position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -8px; */
    width: 30px;
    height: 3px;
    margin-left: -15px; 
    background-color: #4ac34a;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
    opacity: 0;
}
.nav_item.current::after,.nav_item:hover::after{
    bottom: 0;
    opacity: 1;
}
.nav_list:hover .nav_item.current::after{
    opacity: 0;
    bottom: -30px;
}
.nav_list:hover .nav_item.current:hover::after{
    bottom: 0;
    opacity: 1;
}
.content{
    /* padding-top: 80px; */
}
/* 首页 */
.banner{
    padding-top: 80px;
}
.banner .contain{
    position: relative;
}
.banner_item{
    /* padding-top: 31.25%; */
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .swiper-button{
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    color: #fff;
}
.banner_item .banner_text{
    position: absolute;
}
.banner_item .banner1_text{
    width: 598px;
    height: 241px;
    top: 222px;
    left: 42px;
}
.banner_item .banner2_text{
    width: 397px;
    height: 241px;
    top: 233px;
    left: 42px;
}
.banner_item .banner3_text{
    width: 349px;
    height: 276px;
    top: 196px;
    left: 42px;
}
.banner_item .banner4_text{
    width: 379px;
    height: 241px;
    top: 233px;
    left: 42px;
}
.swiper-container{
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
  }
  .banner .swiper-pagination-bullet{
      transition: all 0.3s;
  }
  .banner .swiper-pagination-bullet-active{
      width: 15px;
      border-radius: 10px;
      background-color: #fff;
  }

  .index_cont{
      padding: 70px 0;
  }
  .first_title{
      font-size: 28px;
      text-align: center;
  }
  .second_title{
      font-size: 15px;
      color: #666;
      text-align: center;
      margin-top: 15px;
      line-height: 1.7;
  }
  .index_cont .pro_list{
    margin-top: 20px;
    flex-wrap:wrap
  }
  .index_cont .pro_item{
    width: 19%;
    margin-top: 30px;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s;

  }
  .index_cont .pro_img img{
      width: 100%;
  }
  .index_cont .pro_title{
      padding: 15px;
      text-align: center;
      background-color: #fff;
      transform: scale(1);
  }
  .index_cont .pro_first_title{
      font-size: 18px;
  }
  .index_cont .pro_second_title{
      font-size: 14px;
      color: #666;
      margin-top: 10px;
      line-height: 1.7;
      text-align: left;
  }
  .index_cont .pro_item:hover{
    transform: scaleY(1.05);
  } 
  .index_cont .agent_list{
      margin-top: 40px;
  }
  .index_cont .agent_item{
      width: 23.5%;
      background-color: #fff;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      padding-bottom: 12%;
  }
  .index_cont .agent_img{
      padding-top: 62.75%;
      background-size: cover;
      background-position: 0 0;
      background-repeat: no-repeat;
      transition: all 0.3s;
  }
  .index_cont .agent_title_bg{
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    top: 55%;
    height: 100%;
  }
  .index_cont .agent_title{
      background-color: #fff;
      padding: 15px 15px 20px;
  }
  .index_cont .agent_first_title{
      font-size: 18px;
  }
  .index_cont .agent_second_title{
      font-size: 14px;
      color: #666;
      text-indent: 2em;
      margin-top: 15px;
      line-height: 1.5;
      overflow:hidden; 
      text-overflow:ellipsis;
      display:-webkit-box; 
      -webkit-box-orient:vertical;
       -webkit-line-clamp:3; 

  }
  .index_cont .agent_item:hover .agent_title_bg{
     top: 0;

  }
  .index_cont .agent_item:hover .agent_second_title{
     -webkit-line-clamp:unset;
  }
  .index_cont .company_item{
      text-align: center;
      width: 7%;
      margin-top: 20px;
      margin: 1.5%;
      border-radius: 5px;
      overflow: hidden;
      -webkit-filter: grayscale(100%);   
    -moz-filter: grayscale(100%);  
   -ms-filter: grayscale(100%);   
   -o-filter: grayscale(100%);     
     filter: grayscale(100%); 	     
    filter: gray; 
  }
  .index_cont .company_item img{
      width: 100%;
  }
  .index_cont .company_item:hover{
    -webkit-filter: grayscale(0%);   
    -moz-filter: grayscale(0%);  
   -ms-filter: grayscale(0%);   
   -o-filter: grayscale(0%);     
     filter: grayscale(0%); 	     
    filter: none; 
  }
/*  */
.s_banner{
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_introduce{
    background-color: #4069ff;
    background-image: linear-gradient(45deg, #4069ff, #11bdfd);
}
.banner_express{
    height: 500px;
    background-color: #4069ff;
    background-image: linear-gradient(45deg, #4069ff, #11bdfd);
}
.banner_buy{
    background-image: url(../img/banner_buy.jpg);
    height: 600px;
}
.banner_about{
    background-image: url(../img/banner_about.jpg);
    height: 440px;
    background-attachment: fixed;
    background-size: auto;
    background-position: center 0;
}
.banner_introduce .intro_banner_text{
    width: 474px;
    height: 147px;
    position: absolute;
    left: 14px;
    top: 160px;
}
.banner_buy .buy_banner_text{
    width: 940px;
    height: 168px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 145px;
    display: block;
}
.banner_express .contain{
    padding-top: 100px;
    padding-left:50px;
    padding-right:50px
}
.banner_express .express_banner_text{
    width: 239px;
    height: 138px;
    margin-bottom: 30px;
    display: block;
}
.banner_express .express_banner_img{
    width: 474px;
    height: 368px;
    background-image: url(../img/express_banner_img.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_express .btn_kaitong{
    position: relative;
    left: 0;
    top: 30px;
}
.btn_kaitong{
    position: absolute;
    left: 13px;
    top: 370px;
}
.s_banner .viedo{
    width: 532px;
    float: right;
    position: relative;
    top: 132px;
}
.banner_introduce .prism-player {
    background-color: transparent!important;
}    
.intro_cont .tab_cont{
    margin-top: 60px;
}
.intro_cont .tab_menu{
    text-align: center;

}
.intro_cont .tab_menu li{
    display: inline;
    padding: 0 80px 15px;
    font-size: 18px;
    border-bottom:2px #eee solid;
    margin: 0 -5px;
    position: relative;
}
.intro_cont .tab_menu li::after{
    content: '';
    border-radius: 10px;
    display: block;
    width: 50%;
    background-color: #5d93f5;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 25%;
    transform: scaleX(0);
    transition: all 0.3s;
}
.intro_cont .tab_menu li.current{
    color:#5d93f5;
}
.intro_cont .tab_menu li.current::after{
    transform: scaleX(1);
}
.intro_cont .tab_box{
    margin-top: 90px;
}
.intro_cont .tab_item{
    min-height: 520px;
}
.intro_cont .tab_item_intro .text{
    width: 35%;
}
.intro_cont .tab_item .tab_title{
    font-size: 24px;
}
.intro_cont .tab_item .tab_desc{
    font-size: 16px;
    color: #666;
    margin-top: 30px;
    line-height: 1.8;
}
.intro_cont .tab_intro_img{
    max-width: 700px;
}
.intro_cont img{
    max-width: 100%;
}
.intro_cont .style_item{
    width: 18.5%;
    border-radius: 5px;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.intro_cont .style_img{
    padding-top: 86%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro_cont .code_list{
    padding-top: 60px;
    max-width: 1000px;
    margin: auto;
}
.intro_cont .code_item{
    width: 25%;
    text-align: center;
}
.intro_cont .code_img{
    max-width: 200px;
    margin: auto;
    margin: 20px auto 10px;
    padding: 5px;
    border:1px #eee solid
}
.intro_cont2 .intro_title{
    font-size: 28px;
    margin-bottom: 40px;
}
.intro_cont2 .intro_desc{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    max-width: 450px;
    line-height: 1.7;
}
.intro_cont2 .intro_list{

}
.intro_cont2 .intro_item_text{
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
}
.intro_cont2 .intro_item_text::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #508fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 11px;
}
.intro_cont2 .text{
    width: 60%;
}
.intro_cont2 .intro_img{
    max-width: 600px;
    font-size: 0;
}
.intro_cont2 img{
    max-width: 100%;
}
/* help */
.help_cont{
    flex: 1;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}
.help_cont .title{
    font-size: 24px;
    margin-bottom: 30px;
}
.help_cont p{
    color: #666;
    margin-bottom: 10px;
    line-height: 2;
}
.help_cont img{
    max-width: 1000px;
    margin: 10px auto 20px;
    width: 100%;
    display: block;
}
.help_cont p a{
    color: #3b74d9;
}
.help_cont p a:hover{
    text-decoration: underline;
}
.help_cont .video{
    width: 100%;
    /* height: 600px; */
}
.buy_cont{
    min-height: 600px;
    margin-top: -200px;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.buy_cont .vip_type{
    padding:20px 0 100px;
    width: 23.5%;
    border-radius: 5px;
    border:1px #ddd solid;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.buy_cont .title{
    font-size: 28px;
    font-weight: bold;
    color: #f79321;
    letter-spacing: 2px;
}
.buy_cont .vip_type .tips{
    position: absolute;
    left: -45px;
    top: 22px;
    background-color: #ff5d00;
    padding: 7px 50px;
    transform: rotate(-45deg);
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(45deg, #fead13, transparent);
}
.buy_cont .vip_type .intro_desc{
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}
.buy_cont .vip_type .spec_desc{
    color: #666;
    font-size: 14px;
}
.buy_cont .vip_type .spec_desc .mobile{
    font-size: 18px;
    color: #f79321; 
}
.buy_cont .vip_type .s_title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #f79321;
    letter-spacing: 2px;
}
.buy_cont .vip_type .list{
    margin-top: 20px;
}
.buy_cont .vip_type .list .item{
    text-align: center;
    /* line-height: 45px; */
    padding: 10px;
    font-size: 15px;
    color: #666;
}
.buy_cont .vip_type .list .item:nth-child(odd){
    background-color: #fffaef;
    background-color: #f9f9f9;
}
.buy_cont .price_cont{
    flex-direction: column;
    min-height: 100px;
}
.buy_cont .vip_type .sale{
    /* margin-top: 15px; */
    font-size: 28px;
    color: #f96f2e;
}
.buy_cont .vip_type .sale small{
    font-size: 14px;
    color: #666;
}
.buy_cont .vip_type .price{
    font-size: 14px;
    color: #999;
    margin-top: 10px;

}
.buy_cont .vip_type .price span{
    text-decoration: line-through;
}
.buy_cont .vip_type .btn_box{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
}
.buy_cont .vip_type .open_btn{
    border-radius: 50px;
    padding:12px 35px;
    background-color: #f96f2e;
    background-image: linear-gradient(to right,#ffb213,#fa6517);
}
.buy_pro_cont{
    margin-top: 60px;
    /* padding: 30px; */
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0 ,0,0,0.1);
}
.buy_pro_cont .title{
    font-size: 22px;
}
.buy_pro_cont .icon{
    color: #ff7a00;
    font-size: 22px;
    margin-right: 10px;
}
.buy_pro_cont .list{
    margin-top: -30px;
    padding: 15px 0;
}
.buy_pro_cont .s_title{
    display: inline-block;
    width: 200px;
    font-size: 18px;
}
.buy_pro_cont .s_desc{
    color: #666;
    font-size: 18px;
}
.buy_pro_cont .item{
    margin-top: 35px;
    padding-left: 15px;
    position: relative;
}
.buy_pro_cont .item::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #439be6;
    position: absolute;
    left: 0;
    top: 9px;
    transform: rotate(45deg);
}
.buy_pro_cont .info{
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    border-left: 1px #ddd solid;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 10px;
}
.buy_pro_cont .xcx_code{
    text-align: center;
    font-size: 14px;
    color: #999;
}
.buy_pro_cont .xcx_code img{
    max-width: 120px;
    margin-bottom: 5px;
}
.buy_pro_cont .info_text{
    font-size: 14px;
    color: #666;
}
.buy_pro_cont .info_desc{
    margin-top: 20px;
}
.buy_pro_cont .price{
    font-size: 22px;
}
.buy_pro_cont .desc_item{
    margin-top: 5px;
    color: #666;

}
.buy_pro_cont .pay_text{
    font-size: 18px;
    color: #333;
}
.banner_about .about_text{
    height: 100%;
}
.banner_about .about_text .about_text_img{
    width: 586px;
    height: 113px;
    position: relative;
    top: 30px;
}
.about_cont .title{
    font-size: 36px;
    position: relative;
    padding-left: 30px;
    color: #333;
}
.about_cont .title::before{
    content: '';
    display: block;
    width: 6px;
    height:80%;
    background-color: #508fff;
    position: absolute;
    left: 0;
    top: 14%;
}
.about_cont .aboutus_list{
    
}
.about_cont .aboutus_list .item{

}
.about_cont .aboutus_list .s_title{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 20px 0;
    flex-direction: column;
}
.about_cont .aboutus_list .text{
    padding: 5px 30px;
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}
.about_cont .aboutus_list .icon{
    margin-bottom: 15px;
    font-size: 30px;
    color: #4688ff;
}
.about_cont .about_history_list{
    margin-top: 40px;
    position: relative;
    padding: 30px ;
}
.about_cont .about_history_list .item_box{
    margin-top: 20px;
}
.about_cont .about_history_list .item{
    display: flex;
    width: 45%;
    position: relative;
}
.about_history_list .item .date{
    background-color: #666;
    color: #fff;
    text-align: center;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 60px;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
}
.about_history_list .item .years{
    font-size: 20px;
}
.about_history_list .item .days{
    font-size: 12px;
    margin-top: 3px;
}
.about_history_list .item .text{
    display: flex;
    align-items: center;
    padding: 10px;
    flex:1;
    color: #333;
    font-size: 18px;
    background-color: #f5f5f5;
    border-radius: 5px;
    transition: all 0.3s;
}
.about_history_list .item_box:nth-child(2n) .item{
    float: right;
}
.about_history_list .item_box:nth-child(2n+1) .item{
    flex-direction:row-reverse
}
.about_history_list .item_box:nth-child(2n) .date{
    float: left;
}
.about_history_list .item_box:nth-child(2n+1) .date{
    float: right;
}
.about_history_list .item .date::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    transition: all 0.3s;
}
.about_history_list .item_box:nth-child(2n) .date::before{
    border-right: 8px solid #666;
    left: -7px;
}
.about_history_list .item_box:nth-child(2n+1) .date::before{
    border-left: 8px solid #666;
    right: -7px;
}
.about_history_list .item_box:nth-child(2n+1) .text{
    justify-content: flex-end;
    border-radius: 5px 0  0 5px;
}
.about_history_list .item_box:nth-child(2n) .text{
    justify-content: flex-start;
    border-radius: 0 5px 5px 0;
}
.about_history_list .item::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    background-color: #508fff;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    transition: opacity 0.3s;
}
.about_history_list::before{
    content: '';
    height: 100%;
    width: 6px;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -3px;
    border-radius: 8px;
}
.about_history_list .item_box:nth-child(2n) .item::before{
    left: -12.2%;

}
.about_history_list .item_box:nth-child(2n+1) .item::before{
    right: -12.2%;

}
.about_history_list .item_box:hover .date{
    background-color: #508fff;
    color: #fff;
}
.about_history_list .item_box:nth-child(2n):hover .date::before{
    border-right-color: #508fff;
}
.about_history_list .item_box:nth-child(2n+1):hover .date::before{
    border-left-color: #508fff;

}
.about_history_list .item_box:hover .item::before{
    opacity: 1;
}
.about_history_list .item_box:hover .text{
    color: #5d93f5;
}
.about_pro_list{
    margin-top: 40px;
    /* margin-left: -5%; */
}
.about_pro_list .item{
    width: 45%;
    max-width: 45%;
    padding:30px 20px;
    border-radius: 7px;
    background-color: #f5f5f5;
    flex: 1;
    transition: all 0.5s;
}
.about_pro_list .img_box{
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #5d93f5;
    overflow: hidden;
    border:5px #fff solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.about_pro_list .img_box img{
    max-width: 110%;
}
.about_pro_list .intro{
    padding-left: 20px;
}
.about_pro_list .s_title{
    font-size: 28px;
    position: relative;
}
.about_pro_list .text{
    font-size: 16px;
    color:#666;
    line-height: 1.7;
    margin-top: 20px;
}

.about_pro_list .item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.about_pro_list .item a{
    color: #439be6;
}
.about_pro_list .item a:hover{
    text-decoration: underline;
}
.about_contact_list{
    margin-top: 40px;
}
.about_contact_list .item{
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.about_contact_list .item .s_title{
    width: 100px;
    text-align: justify;
    color: #666;
    font-size: 20px;
    margin-right: 30px;
    height: 28px;
    flex-shrink: 0;
    position: relative;
}
.about_contact_list .item .s_title::after {
    content: " ";
    display: inline-block;
    width: 100%;
}
.about_contact_list .item .s_title span::after{
    content: ':';
    position: absolute;
    right: -10px;
    top: 0;
}
.about_contact_list .item .text{
    font-size: 22px;
}
.index_cont .express_company_list .company_item{
    width: 8%;
    margin:1%;
    border:1px #ddd solid;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    box-sizing: border-box;
}
.index_cont .express_company_list .company_item span{
    display: flex;
    align-items: center;
}
.help_cont .prism-player{
    margin-left: auto;
    margin-right: auto;
}
.express_cont .cont{
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    text-indent: 2em;
}
.express_cont .cont p{
    margin-top: 10px;
}
.express_cont .s_title{
    font-size: 28px;
    /* font-weight: bold; */
}
.form_cont{

}
.form_item{
    margin-top: 30px;
    min-width: 560px;
}
.form_item .label{
    display: inline-block;
    text-align: right;
    min-width: 110px;
    color: #666;
    font-size: 16px;
    line-height: 42px;
    /* float: left; */
    margin-right: 10px;
}
.form_item .input_cont{
    margin-left: 120px;
}
.form_item .input{
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #dddddd;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    transition: all 0.3s;
    width: 100%;
    max-width: 400px;
}
.form_item .input:focus{
    color: #495057;
    background-color: #fff;
    border-color: #92c7ff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.2);
}
.form_cont .btn{
    position: relative;
    left: 0;
    top: 0;
    border: none;
    cursor: pointer;
}
.form_cont .btn:hover,.form_cont .btn:active,.form_cont .btn:visited{
    outline: 0;
}