/***** 首页 start ****/
.news-item-box{
    width: 100%;
    display: block;
    padding: .16rem;
}
.news-info-right{
    width: 100%;
}
.news_info{
    padding: .16rem;
    font-size: .11rem;
}
.news_info > h1{
    font-size: .15rem;
}
.news_cont p{
    font-size: .11rem;
}
.topics-layout{
    margin-bottom: .24rem;
}
.topic-top-banner{
    height: 0.8rem;
}
.topic-content-list{
    padding: .12rem .08rem;
}

.tools-nav-bar{
    margin: .08rem 0 0 0;
}
.tools-nav-bar span{
    font-size: .12rem;
    padding: 0 .08rem;
}
.tools-card-grid{
    margin-bottom: .2rem
}
.block-title-bar a{
    position: absolute;
    right: 0;
    top: 0;
}
.tool-single-card{
    padding: .16rem .12rem;
}
.side-block-card{
    padding: .12rem;
}
/***** 首页 end ****/


/***** 产品 start ****/
/* Swiper轮播图移动端适配 */
.product_swiper{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product_swiper .swiper-slide{
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_swiper .swiper-slide img{
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 3rem;
}

.product_banner{
    padding: .32rem .12rem .24rem !important;
    height: auto;
}
.product_banner_title{
    font-size: .26rem;
}
.product_banner a.btn-g{
    padding: 10px 24px;
}
.product_list{
    margin-top: .24rem !important;
}
.product_item.on{
    margin-top: 40px;
}
.domain-reg-table{
    width: calc(100% - .24rem);
    overflow: auto;
    margin: .16rem .12rem 0;
}
.domain-reg-table table{
    font-size: .11rem;
    min-width: 580px;
}
.domain-reg-table table .font-14{
    font-size: .11rem !important;
}
.registration-process{
    display: block;
}
.img-bg{
    background-size: cover;
}
.step-arrow{
    width: 100%;
    text-align: center;
    margin: .24rem 0;
}
.dengbao_01{
    background: none;
    display: block;
}
.dengbao_04{
    width: 100%;
    overflow: auto;
    padding: .24rem .12rem !important;
}
.dengbao_05{
    width: 260px;
}
.help_nav_title:before{
    left: -.12rem;
}
/***** 产品 end ****/
