
header{
    background: linear-gradient( to bottom,#108FDA,#56B0E5,#FFFFFF );
    height: 2.9rem;
    padding: 0 0.3rem;
}
header .img_name_search{
    padding-top: 0.66rem;
}
header .logo_img{
    width: 0.66rem;
    height: 0.49rem;
    margin-right: 0.1rem;
}
header .title_name{
    font-size: 0.36rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.52rem;
}
header .search_icon{
    width: 0.39rem;
    height: 0.39rem;
}
.banner{
    width: 7.11rem;
    height: 4rem;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0.10rem;
    margin-top: -1.2rem;
    position: relative;
    background: none;

}
.banner .img_list{
    /* margin-left: -7.14rem; */
    transition: all 0.25s ease-in 0s;
}
.banner img{
    width: 7.14rem;
    height: 4rem;
}
.banner .img_list li:last-child {
    position: absolute;
    bottom: 0.2rem; 
    left: 50%;
    margin-left: -0.7rem;
}
.banner .img_list li a{
    position: relative;
}
.banner .option_list{
    /* width: 1.6rem; */
}
.banner .option{
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background: #bdb9b4;
    margin: 0 0.1rem;
}

.tools_list{
    padding: 0.3rem 0;
    background: #FFFFFF;
}
.tools{
    padding: 0 0.2rem;
    background: #FFFFFF;
}
.tools .tool_item{
    margin: 0.2rem 0;
    width: 20%;
    text-align: center;
}

.tool_img{
    width: 1rem;
    height: 1rem;
}
.tool_name{
    font-size: 0.26rem;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin-top: 0.1rem;
}
.container{
    background: #fafafa;
}
.sb_trait{
    background: #FFFFFF;
    /* padding-top: 0.1rem;
    padding-bottom: 0.1rem; */
    /* padding: 0 0.2rem; */
    /* overflow: auto; */
}

.sb_head .num{
    font-size: 0.48rem;
    line-height: 0.36rem;
    color: #108FDA;
}
.sb_trait{
    overflow: hidden;
}
.sb_trait .sb_trait_list {
    padding: 0.2rem 0;
    /* overflow: hidden; */
    overflow: auto;

}
.sb_trait_list::-webkit-scrollbar { height: 0 !important }
.sb_trait .sb_trait_list li{
    padding: 0.2rem 0.2rem 0.2rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;  
    margin-right: 0.3rem;
}
.sb_trait .sb_trait_list li:last-child{
    margin-right: 0;
}
.sb_trait .sb_trait_list li a{
    display: flex;  
    align-items: center;
}
.sb_trait .left_img{    
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3rem;
} 
.sb_trait .content .name{
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.53rem;
}
.sb_trait .content .text{
    font-size: 0.24rem;
    font-weight: 500;
    color: #999999;
    line-height: 0.30rem;
    width: 4rem;
}

/* dian_info_lsit */
.dian_info_list{
    padding: 0.3rem 0.2rem ;
}
.dian_info_list li{
    display: flex;
    align-items: center;
}
.dian_info_list li::before{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #108FDA;
    margin: 0.2rem 0.1rem;
}
.dian_info_list li a{
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.62rem;
}
.info_detail{
    background: #FFFFFF;
    padding: 0.3rem 0;

}
.info_box{
    /* width: 11rem; */
    overflow: auto;
    padding-bottom: 0.2rem;
    
}
.info_box::-webkit-scrollbar { height: 0 !important }
.info_box_sy .info_detail_op_list{
    width: 8.3rem;
    padding: 0 0.2rem;
    border-bottom: 1px solid #F3F3F3; 
    overflow: auto;
}
.info_box_dt .info_detail_op_list{
    width: max-content;
    padding: 0 0.2rem ;
    border-bottom: 1px solid #F3F3F3; 
    overflow: auto;
}
.info_detail_op_list li{
    font-size: 0.28rem;
    font-weight: 500;
    color: #333;    
    line-height: 0.88rem;
    margin-right: 0.5rem;
    display: flex;
}
.info_detail_op_list li:last-child{
    margin-right: 0;
}
.info_detail_op_list .select{
    color: #108FDA;
    position: relative;
}
.select:after{
    content: "";
    display: block;
    width: 0.63rem;
    height: 0.04rem;
    background: #108FDA;
    border-radius: 0.02rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.315rem;
}
.detail_text{
    padding: 0 0.2rem;
    background: #FFFFFF;
}
/* .detail_text li{
    display: none;
} */
.detail_text .name{
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.88rem;
}
.detail_text .text{
    font-size: 0.28rem;
    font-weight: 500;
    color: #666666;
    line-height: 0.40rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.detail_text .read_more{
    color: #108FDA;
}
.detail_text .content{
    padding: 0rem 0 0.2rem 0.3rem; 
}
.region_list_title{
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.88rem;
    padding: 0 0.2rem;
}
.region_name{
    font-size: 0.24rem;
    font-weight: 500;
    color: #108FDA;
    line-height: 0.4rem;
}
.city_name a{
    font-size: 0.24rem;
    font-weight: 500;
    color: #666666;
    line-height: 0.4rem;
}
.region_list .city{
    padding: 0rem 0.3rem 0 0.5rem; 
}
.city_list li{
    margin-right: 0.2rem;

}

/* 社保计算器 */
.sb_calculator{
    background: #FFFFFF;
    padding: 0.3rem 0.2rem;
}
.sb_calculator_head{
    border-bottom: 1px solid #ECECEC;
    padding-bottom  : 0.3rem ;
}
.sb_calculator .title_name{
    font-size: 0.30rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;   
    text-align: center; 
}
.sb_calculator_list li:nth-child(3n-1){
    margin: 0 0.5rem;
}
.sb_calculator_item {
    width: 25%;
    margin: 0.2rem 0;
    text-align: center ;
}
.sb_calculator_item .item_img{
    width: 0.68rem;
    height: 0.68rem;
}
.sb_calculator_item .item_name{
    font-size: 0.24rem;
    font-weight: 500;
    color: #666666;
    /* line-height: 0.6rem; */
    margin-top: 0.1rem;
}
.sb_calculator_item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rlzy_shbz{
    background: #fff;
    width: 100%;
    height: 4.2rem;
    overflow-y: hidden;
}

.rlzy_shbz ul{
    /* width: 100%;
    height: 4.12rem; */
    /* border: 1px solid red; */
    padding:  0.2rem 0.2rem 0 0.2rem;
    /* box-sizing: border-box; */
}
.rlzy_shbz ul li{
    /* margin: 0.12rem 0; */
    width: 33%;
    margin-bottom: 0.3rem;
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 0.2rem; */
}

.rlzy_shbz ul li a{
    display: block;
    width: 2.14rem;
    height: 0.68rem;
    border: 2px solid #E6E6E6;
    border-radius: 0.34rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.68rem;
    text-align: center;
}
.rlzy_shbz ul .more_btn a{
    color: #108FDA;
}
.sb_sear_tools_lsit{
    /* z-index: 10; */
}
.sb_sear_tools_lsit li{
    width: 25%;
    margin: 0.2rem 0;
    border-right: 1px solid #CCCCCC;
    text-align: center;
    box-sizing: border-box;
}
.sb_sear_tools_lsit li:nth-child(4n)
{
    border-right:none;
}
.banner .on{
    background: #FFFFFF;
}

.rlzy_shbz ul .hide{
    display: none;
}


