h2{
    font-weight: 100;

    font-family: Arial, sans-serif;

}

.banner-title{
    font-size: 26px;
}
.ud-btn{
    padding: 7px 20px;
    font-size: 12px;
}
.listing-style1{
    border: none;
}
.index-auto-s{
    background: #ffffff;
    margin-top: -8%;
    padding-top: 3%;
}
.row-coont h3{
    color: #575757;
    font-weight: 500;
}

.row-coont a{
    color:  #56595d;
    border: 1px #82898f solid;
}
.home2-cta-img, .home6-cta-img, .home10-cta-img {
    border-radius: 0;
}
.title-two{
    font-weight: 500;
    font-size: 26px;
}

.ud-btn-index-on{
    border-radius: 4px;
    display: inline-block;
    font-family: var(--title-font-family);
    font-weight: 700;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0em;
    padding: 13px 35px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.shubiao:hover{
    color: rgba(26, 26, 26, 0.94);
}
.shubiao2:hover{
    color: rgba(255, 255, 255, 0.94);
}

.hero-home2{
    height:auto;
    /*height: auto;*/
}


/*色卡css*/

/*卡片通用css*/
.color_div_v{
    background-size: cover;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
    height: 107px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
/*测试卡片 按分类批量颜色*/


#pills-class-j-1 .color_div_v{
    background-color: rgb(228, 224, 211);
}
#pills-class-j-2 .color_div_v{
    background-color: rgb(183, 165, 93);
}
#pills-class-j-3 .color_div_v{
    background-color: rgb(72, 67, 50);
}
#pills-class-j-4 .color_div_v{
    background-color: rgb(227, 128, 128);
}
#pills-class-j-6 .color_div_v{
    background-color: rgb(19, 238, 62);
}
#pills-class-j-5 .color_div_v{
    background-color: rgb(0, 69, 255);
}
#pills-class-j-7 .color_div_v{
    background-color: rgb(255, 190, 0);
}








.listing-style1 .list-content {
    padding: 5px 8px;
    position: relative;
}

.navpill-style2 .nav-link {
    border: 1px solid transparent;
    border-radius: 2px;
    color: #979797;
}