@charset "utf-8";
/* CSS Document */
html{width: 100%;}
@font-face{
    font-family:"Albertus";
    src:url(Albertus.TTF);
}
body{font-family: "微软雅黑";}
a{cursor: pointer}
div{
    box-sizing: border-box;
}
ul{
    list-style: none;
}
*{
    margin: 0;
    padding: 0;
}
.warp{
    width: 100%;
    // display: flex;
    // flex-wrap: wrap;
    // justify-content: center;
    background-color: #fff;
   
}

.section{
    width: 100%;
    display: flex;
    justify-content: center;
}
// .tabbar{
//     width: 1200px;
//     // height: 100px;
//     display: flex;
//     // border: solid 1px;
//     margin: 0 auto;
// }
// .tabbar li{
//     margin-right: 80px;
//     margin-top: 50px;
//     height: 50px;
//     font-size: 24px;
//     font-weight: 400;
//     cursor: pointer;
// }
// .activebar{
//     color: #fd6a0e;
//     border-bottom: 4px solid #fd6a0e;
//     box-sizing: border-box;
// }
.active{
    background: #427af4 !important;
    /* transition: all .5s ease .1s; */
    color: #fff;
}
.highlight{
    color: #fd6a0e;
}
.banner{
    width: 100%;
    height: 200px;
    background: url(../images/index/bcImg.jpg)  no-repeat; 
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
}
.banner_content{
    width: 1200px;
    height: 146px;
    position: absolute;
    bottom: 0px;
}
.banner_type{
    position:absolute;
    bottom: 0;
    display: flex;
}
.banner_type li{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width:120px;
    height: 52px;
    padding: 0px 15px;
    color: #fff;
    // opacity: 0.5;
    font-size: 18px;
    margin-right: 4px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-weight: 600;
    cursor: pointer;
}
.tabActive{
    background: #fff !important;
    color: #546aba !important;
}
.tabBc{
    background-color: rgba(128,167,227,0.5);
}
.banner_tilte{
    font-size: 40px;
    text-align: center;
    
    padding-top: 6px;
    color: #fff;
    display: flex;
    align-items: baseline;
    // background: url(../images/index/tag.png)  no-repeat; 
}
.section_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
#matters_list tr:hover,#matters_list2 tr:hover,#matters_list4 tr:hover{
    background: #fff;
}
.fwzm_content{
    width: 1240px !important;
    padding: 0 20px;
    // height: 336px;
    margin-bottom: 20px;
    overflow-y: hidden;
}
.section_title{
    width: 100%;
    
    font-size: 22px;
    color: #000;
}
.section_title1{
    display: flex;
    align-items: center;
}
.section_title1 img{
    width: 20px;
    height: 20px;
}

.fwzm_type{
    width: 100%;
    display: flex;
    // justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0px;
}
.fwzm_type_item{
    width:276px;
    height:100px;
    margin-bottom: 30px;
    margin-right: 30px;
    box-shadow: #ebebeb 0px 0px 20px;
    display: flex;
    align-items: center;
}
.fwzm_type_icon{
    margin: 0px 30px;
    min-width: 60px;
    width:60px;
    height: 60px;
}
.fwzm_type_item p{
    // font-weight: 600;
    font-size: 18px;
}
.fwzm_type_item p:hover{
    color: #fd6a0e;
}
.fwzm_type a:nth-child(4n) .fwzm_type_item{
    margin-right: 0px !important;
}
.yqyz_type{
    width: 100%;
    display: flex;
    // justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}
.yqyz_type_item{
    // width: 280px;
    //     height: 100px;

    margin-bottom: 20px;
    margin-right: 26px;
    box-shadow: #ebebeb 0px 0px 20px;
    position: relative;
    overflow: hidden;
}
.yqyz_type_item_box1{
    display: block;
}
.yqyz_type_item_box2{
    display: none;
}
.yqyz_type_item_content{
    width: 280px;
    height: 100px;
    display: flex;
    align-items: center;
}
.wyb_item_icon{
    margin: 0px 30px;
    width:60px;
    height: 60px;
    position: relative;
}
.yqyz_type .yqyz_type_item:nth-child(4n){
    margin-right: 0px !important;
}
.yqyz_type .yqyz_type_item_content :nth-child(4n) div:last-child{
    margin-right: 0px !important;
}
.yqyz_type_item p{
    // font-weight: 600;
    font-size: 18px;
}
.yqyz_type_item p:hover{
    color: #fd6a0e;
}
.yqyz_type_icon{
    width: 40px;
    height: 40px;
    margin-left: 40px;
    margin-right: 50px;
}
.matters{
    width: 100%;
    // border: solid 1px lightgray;
}
.matters_type{
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.search_select{
    display: flex;
    align-items: center;
}
#matters_theme{
    width: 240px;
    height: 30px;
    margin-right: 16px;
    border-radius: 6px;
    border: solid 1px lightgray;
    outline-color: #fd6a0e;
    outline-width: thin;
}
#matters_dep{
    width: 215px;
    display: flex;
    align-items: center;
    border: solid 1px #ddd;
    background-color: #fff;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    color: #a6a6a6;
    padding: 0 10px;
    margin-left: 20px;
    appearance: none; /* 隐藏原生箭头 */
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    background: none; /* 移除默认背景 */
}
.select-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px; /* 根据需要调整 */
    background-image: url('../images/index/rightIcon2.png'); /* 使用图标 */
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none; /* 防止点击图标触发下拉 */
    left: 320px;
    transform: rotate(90deg);
}
.bid{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.bid div{
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: #fd6a0e;
    margin-right: 10px;
}
.doSearch{
    width: 400px;
    display: flex;
    align-items: center;
    border: solid 1px #ddd;
    background-color: #fff;
    border-radius: 5px;
    height:40px;
}
.inputSearch{
    width: 370px;
    height:34px ;
    line-height: 34px;
    box-sizing: border-box;
    border: 3px #fff solid;
    text-indent: 10px;
    outline-style: none;
    vertical-align: top;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.inputSearch::placeholder {
    font-size: 15px!important;
    color: #a6a6a6!important;
    font-weight: 100!important;
}
.doSearchimg{
    height: 30px;
    display: flex;
    padding-right: 10px;
    align-items: center;
    color: #FFF;
    background: #fff;
    cursor:pointer;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.doSearchimg img{
    width: 16px;
}
#matters_list tr,#matters_list2 tr,#matters_list4 tr{
    background: #fafafa;
    height: 58px;
}
#matters_list td,#matters_list2 td,#matters_list4 td{
    padding-left: 20px;
    border-bottom: solid 1px #ebebeb;
    // font-weight: 600;
}
.sceneName:hover{
    color: #f9751e;
    cursor: pointer;
}
.btn{
    padding-left: 0px !important;
    text-align: right;
    padding-right: 0px;
}
.bindBtn{
    width:76px;
    margin-right: 16px;
    background: #fbf8f6;
    padding: 6px;
    border: solid 1px #f9751e;
    border-radius: 4px;
    color: #f9751e;
    cursor: pointer;
}
.orderBtn,.blbtn{
    /* width:66px; */
    background: #fff;
    border: solid 1px #fd5e10;
    border-radius: 4px;
    color: #fd5e10;
    cursor: pointer;

}
.orderBtn:hover,.bindBtn:hover,.blbtn:hover{
    border: solid 1px #fd5e10 !important;
    background: #fd5e10;
    color: #fdebd7;
}
.guideBtn:hover{
    background-color: #3161dd;
    color: #fff;
}
.guideBtn{
    background: #fff;
    border: solid 1px #3161dd;
    border-radius: 4px;
    color: #3161dd;
    cursor: pointer;

}

.imgUl{
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0px;
    display: flex;
    flex-wrap: wrap;
    // border: solid 1px lightgray;
    position: relative;
    box-shadow: #ebebeb 0px 0px 20px;
}
.imgUl li{
    width: 280px;
    margin: 10px;
    text-align: center;
}
.imgUl img{
    width: 100%;
    height: 186px;
}
.move{
    position: relative;
}
.moveUl{
    width: 280px;
    height: 186px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #f9751e;
    opacity: 0.8;

}
.moveUl p{
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
}
.moveUl p:hover{
    background: #d65300;
    opacity: 0.9;
}
a{
    cursor: pointer;
    text-decoration:none;
    color: #000000; 
}
.zt{
    margin-top: 30px;
}
.zt_title{
    width: 1200px;
    margin: 0 auto;
}
.yqyzSortNameTip{
    font-size: 12px;
    color: #585858;
}
.outer{
    width:60px;
    height: 60px;
    position: absolute;
    color: #f39938;
    font-size: 50px !important;
    top: 4px;
    left: 0px;
    z-index: 2;
}
.inner{
    width:60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fdebd7;
    font-size: 50px !important;
    z-index: 1;
}

.seeMore{
    width: 100%;
    text-align: center;
    padding: 20px;
}
.seeMore_btn{
    display: block;
    margin: 0 auto;
    width: 120px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    border-radius: 50px;
    cursor: pointer;
    border: 1px lightgray solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.seeMore_btn i{
    margin-left: 10px;
}
.seeMore_btn:hover{
    border: 1px #f9751e solid;
    background: #f9751e;
    color: #fbf8f6;
}
.seeMore_btn:hover i{
    color: #fbf8f6;
}

.pageData{
    margin: 55px auto 30px;
    text-align: center;
}
.layui-laypage-em{
    background-color: #f9751e !important;
} 
.fwzm_type_item em{
    display: inline-block;
    // width: 31px;
    // height: 25px;
    // margin: 20px 20px 14px;
    background: url(../images/index/css_sprites2.png) no-repeat;
}
.AmatterIcon005{background-position: -576px 4px !important;}
.AmatterIcon010{background-position: -514px 2px !important;}
.AmatterIcon015{background-position: -910px 4px !important;}
.AmatterIcon020{background-position: -56px 2px !important;}
.AmatterIcon025{background-position: -576px -118px !important;}
.AmatterIcon030{background-position: -514px -118px !important;}
.AmatterIcon035{background-position: -910px -118px !important;}
.AmatterIcon040{background-position: -56px -118px !important;}
.AmatterIcon045{background-position: -576px -236px !important;}
.AmatterIcon050{background-position: -514px -236px !important;}
.AmatterIcon055{background-position: -910px -236px !important;}
.AmatterIcon060{background-position: -56px -236px !important;}
.AmatterIcon065{background-position: -576px -358px !important;}
.AmatterIcon070{background-position: -514px -358px !important;}
.AmatterIcon075{background-position: -910px -358px !important;}
.AmatterIcon085{background-position: -56px -358px !important;}
.AmatterIcon090{background-position: -576px -476px !important;}
.AmatterIcon095{background-position: -514px -476px !important;}
.AmatterIcon100{background-position: -910px -476px !important;}
.AmatterIcon105{background-position: -56px -476px !important;}
.AmatterIcon110{background-position: -224px 4px !important;}
.AmatterIcon115{background-position: -716px 4px !important;}
.AmatterIcon120{background-position: -338px 4px !important;}
.AmatterIcon125{background-position: 0px 0px !important;}
.AmatterIcon130{background-position: -710px -118px !important;}
.AmatterIcon135{background-position: -224px -118px !important;}
.AmatterIcon150{background-position: -338px -118px !important;}
.AmatterIcon140{background-position: -158px -118px !important;}
.AmatterIcon145{background-position: -224px -236px !important;}
.AmatterIcon155{background-position: -710px -236px !important;}
.AmatterIcon160{background-position: -338px -236px !important;}
.AmatterIcon165{background-position: -158px -236px !important;}
.AmatterIcon170{background-position: -224px -358px !important;}
.AmatterIcon998{background-position: -710px -358px !important;}
.AmatterIcon999{background-position: -338px -358px !important;}
.BmatterIcon005{background-position: -846px 4px !important;}
.BmatterIcon025{background-position: -846px -118px !important;}
.BmatterIcon045{background-position: -846px -238px !important;}
.BmatterIcon065{background-position: -846px -358px !important;}
.BmatterIcon090{background-position: -846px -478px !important;}
.BmatterIcon010{background-position: -458px 2px !important;}
.BmatterIcon030{background-position: -458px -118px !important;}
.BmatterIcon050{background-position: -458px -238px !important;}
.BmatterIcon070{background-position: -458px -358px !important;}
.BmatterIcon095{background-position: -458px -478px !important;}
.BmatterIcon015{background-position: -772px 6px !important;}
.BmatterIcon035{background-position: -772px -114px !important;}
.BmatterIcon055{background-position: -772px -234px !important;}
.BmatterIcon075{background-position: -772px -354px !important;}
.BmatterIcon100{background-position: -772px -474px !important;}
.BmatterIcon020{background-position: -390px 2px !important;}
.BmatterIcon040{background-position: -390px -118px !important;}
.BmatterIcon060{background-position: -390px -238px !important;}
.BmatterIcon085{background-position: -390px -358px !important;}
.BmatterIcon105{background-position: -390px -478px !important;}
.BmatterIcon110{background-position: -282px 4px !important;}
.BmatterIcon130{background-position: -282px -118px !important;}
.BmatterIcon150{background-position: -282px -238px !important;}
.BmatterIcon115{background-position: -648px 4px !important;}
.BmatterIcon135{background-position: -648px -118px !important;}
.BmatterIcon155{background-position: -648px -238px !important;}
.BmatterIcon120{background-position: -114px 4px !important;}
.BmatterIcon140{background-position: -114px -118px !important;}
.BmatterIcon998{background-position: -114px -238px !important;}
.BmatterIcon125{background-position: -2px 4px !important;}
.BmatterIcon145{background-position: -2px -118px !important;}
.BmatterIcon999{background-position: -2px -238px !important;}

.section_content_dep{
    width: 1200px;
    margin: 0 auto;
}
.section_content_dep_title{
    padding: 46px 0 12px;
    color: #585858;
}
.depList{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.onethingmatter{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.onethingmatterapply {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.onethingmatterlook {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.depList li{
    width: 165px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    background: #f8fafd;
    text-align: center;
    
}

.depList li:hover,.onethingmatterapply li:hover, onethingmatterlook li:hover{
    cursor: pointer;
    background: #427af4 !important;
    color: #fff;
    transition: all .5s ease .1s;
}
.onethingmatterapply li{
    padding: 16px 28px;
    margin-right: 16px;
    font-size: 18px;
    font-weight: 600;
    background: #eaeaea;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.onethingmatterlook li {
    padding: 16px 28px;
    margin-right: 16px;
    font-size: 18px;
    font-weight: 600;
    background: #eaeaea;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.section{
    /* background: #fafafa; */
    margin-top: 40px;
}
.section1{
    background: #fff;
}
.sub-conts{
    width: 100%;
}
.sub-con{
    width: 100%;
    height: 212px;
    border: 1px solid #d9d9d9;
    margin-top: 18px;
    box-shadow: 0 7px 7px 0 #efefef;
    /* background: url(../newimages/new-bg1.png) right no-repeat; */
    display: flex;
   }
   .sub-con:last-child{
    margin-bottom: 78px;
   }
   .left-title{
      width: 55px;
      font-size: 17px;
      color: #000;
      text-align: center;
      padding: 24px 20px;
      display: flex;
      align-items: center;
      
   }
   .bold{
    font-weight: bold;
    min-width: 40px;
   }
   .sub-con-block1{
    width: 405px;
    height: 163px;
    border: 1px solid #d7d6d6;
    margin-top: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
   }
   .sub-con-block2{
    width: 518px;
    height: 163px;
    border: 1px solid #d7d6d6;
    margin-top: 24px;
    margin-left: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  
   }
   .block-list{
    width: 100%;
    height: 118px;
    background: #fbfbfb;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 28px;
    font-size: 14px;
    color: #585858;
    padding-left: 30px;
    padding-top: 10px;
   }
   .block-list li{
    list-style-type: decimal;
   }
   .block-list::-webkit-scrollbar{
    width: 8px;
   }
   .block-top{
    width: 100%;
    height: 128px;
    border-bottom: 1px solid #d7d6d6;
    box-sizing: border-box;
    display: flex;
    overflow-y: auto;
    background: #fbfbfb;
    
   }
   .block-bottom{
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
   }
   .block-bottom span,.block-bottom a{
    font-size: 14px;
    color: #585858;
    padding-right: 8px;
   }
   a{
    cursor: pointer;
   }
   .block-bottom a:hover,.sub-con-block3-1 a:hover{
    color: #fd6a0e;
   }
   .colr1{
    color: #c7b374!important;
    font-weight: 600;
   }
   .top-left span:first-child{
    font-size: 14px;
    color: #000;
   }
  
   .top-left span:first-child em{
    color: #fd6a0d;
    font-style: normal;
   }
   .top-left span:last-child{
    font-size: 18px;
    color: #000;
   }
   .block-item{
    width: 172px;
    height: 100%;
    border-right: 1px solid #d7d6d6;
   }
   .block-item-sub{
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto;
   }
   .process{
    width: 150px;
    margin: auto;
    margin-top: 25px
   }
   .process-bar{
    width: 100%;
    height: 6px;
    background: #d7d6d6;
    margin-bottom: 5px;
   }
   .process-orange{
    display: flex;
    align-items: end;
   }
   .bar-width{
  
    width: 42px;
    background: #fd6a0d;
   }
   .process span{
    font-size: 14px;
    padding-left: 5px;
   }
   .no-border-right{
    border-right: none;
   }
   .color-black{
    color: #000;
   }
   .block-bottom .bottom-right em{
    width: 11px;
    height: 11px;
    background: #fd6a0d;
    display: inline-block;
    margin-right: 5px;
   }
   .block-bottom .bottom-right em:first-child{
    background: #fd6a0d;
   }
   .block-bottom .bottom-right em:last-of-type{
    background: #c0c0c0;
    margin-left: 13px;
   }
   .bottom-right{
    margin-right: 10px;
   }
   .bottom-flex{
    display: flex;
    justify-content: space-between;
   }
  
   .sub-con-block3{
    width: 156px;
    margin-left: 20px;
    height: 163px;
    margin-top: 24px;
   }
//    .sub-con-block3-2{
//     width: 156px;
//     height: 36px;
//     border:1px solid #dcdcdc;
//     display: flex;
//     align-items: center;
//     justify-content: center;
//    }
//    .sub-con-block3-1 a:nth-child(2) {
//     margin-top: 15px;
//     width: 20px;
//       height: 20px;
//       background: #fd6a0d;
//       border-radius: 100px;
//       overflow: hidden;
//       display: flex;
//       align-items: center;
//       justify-content: center;
//    }
   .sub-con-block3-1, .sub-con-block3-2{
    width: 156px;
    height: 44px;
    background-color: #fff3ec;
    border: 1px solid #fd6a0d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
   }
   .sub-con-block3-1{
    margin: 32px 0px 12px 0px;
   }
   .sub-con-block3-1 a, .sub-con-block3-2 a{
    font-size: 18px;
    color: #fd6a0d;
  }
  .sub-con-block3-1:hover a, .sub-con-block3-2:hover a{
    color: #fff;
  }
  .sub-con-block3-1:hover, .sub-con-block3-2:hover{
    background-color: #fd6a0d;
    color: #fff;
    transition: all .3s ease-in-out
  }
   .top-banner{
      background: url(../newimages/banner.jpg);
      width: 100%;
      height: 233px;
      position: relative;
    }
    .banner-div{
      width: 1200px;
      height: 54px;
      margin: 0 auto;
      padding-top: 95px;
    }
    .banner-search{
      width: 545px;
      height: 100%;
      background-color: #fff;
      border-radius: 10px;
    }
    .banner-search input{
      width: 470px;
      line-height: 52px;
      height: 52px;
      text-indent: 20px;
      font-size: 20px;
      color: #fd6a0d;
      vertical-align: top;
      border: none;
      margin-left: 20px;
      outline: none;
    }
    .banner-search a{
      display: inline-block;
      width: 32px;
      height: 33px;
      background: url(../newimages/second.png) no-repeat ;
      background-position: left -139px;
      vertical-align: middle;
      margin-right: 12px;
      margin-top: 10px;
      cursor: pointer;
    }
    .smart {
      position: absolute;
      background-color: #FFF;
      top: 149px;
      width: 545px;
      left: 113px;
      border: 1px #dcdcdc solid;
      box-sizing: border-box;
      z-index: 100;
      padding: 10px;
      line-height: 24px;
      font-size: 14px;
      display: none;
      border-radius: 5px;
  }
  
  .smart li {
      line-height: 24px;
      font-size: 14px;
      cursor: pointer;
      transition: all .3s;
      -webkit-transition: all .3s;
    list-style: none;
  }
  .noData{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .onethingmatter .active{
    position: relative;
  }
  .onethingmatterapply .active {
    position: relative;
  }
  .onethingmatterlook .active {
    position: relative;
  }

  .yljgyjs {
    margin: 15px 0;
    margin-top: 0;
  }
  .yljgyjs span {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    background-color: #eaeaea;
    cursor: pointer;
  }
  .yljgyjs span:hover {
    background-color: #00c0e8;
    color: #fff;
  }
  .yljgyjs span + .yljgyjs span {
    margin-left: 10px;
  }

  /* .smallHorn{
    width: 20px;
    height: 20px;
    transform:rotate(315deg) translate(-50%);
    background: #fd6a0e;
    position: absolute;
    bottom: 0px;
    left: 50%;
  } */

  .jiantou {
    transition: all .5s ease .1s;
    transform: translate(-50%);
    /* background: #fd6a0e; */
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 20px;
    height: 20px;
  }
  
  .depList .active{
    position: relative;
  }
  .noDataWarp{
    width: 1200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fd6a0e;
  }
  .cardType{
    padding: 0px 16px;
    margin-bottom: 6px;
    border-right: solid 1px lightgray;
    font-size: 16px;
  }
  .cardType:hover{
    color: #fd6a0e;
}
.other999 div,.other130 div,.other060 div,.natura060 div,.natura130 div,.natura999 div{
    border-right: solid 1px #fff;
}
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 4px solid transparent;
}
::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-corner {
    background: transparent;
}