/*顶部搜索栏*/
.top-title-bar {
    width: 1200px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    /* margin: 200px auto 20px auto; */
    margin: 125px auto 20px auto;
}

.top-title-bar img {
    width: 120px;
    height: 120px;
    margin-right: 40px;
    overflow: hidden;
}
.top-all-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top-all-title .top-title {
    font-family: Douyin Sans, Douyin Sans;
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    font-style: normal;
    text-transform: none;
}
.top-all-title .top-title-en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 23px;
    color: #000000;
    font-style: normal;
    text-transform: none;
}

.xjip_body_search {
    width: 1200px;
    height: 60px;
    line-height: 50px;
    /* margin: 20px auto; */
    margin: 0 auto;
}

.search-main {
    width: 800px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-icon{
    width: 20px;
    height: 20px;
    margin-left: 16px;
}

.search-input {
    border: none; /* 移除边框 */
    outline: none; /* 移除点击时的轮廓 */
    width: 600px;
    margin: 10px;
    padding-left: 3px;
    color: rgba(0, 0, 0, 0.20);
    font-size: 16px;
    flex:1
}

.search-btn {
    color: white;
    border: none;
    width: 100px;
    height: 50px;
    margin:5px 2px;
    border-radius: 10px;
    background: #106FFF ;
    font-size: 16px;
    cursor: pointer;
}

.group_20 {
    width: 100%;
    height: 80px;
    background: #106FFF;
}

.group-title {
    width: 1200px;
    height: 80px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.title-name {
    width: 150px;
    line-height: 80px;
    text-align: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;

    position: relative; /* 用于下划线定位 */
    opacity: 0.7; /* 未选中时透明度降低 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
}

/* 选中状态样式 */
.title-name.active {
    opacity: 1; /* 选中时完全不透明 */
    font-weight: bold;
}

/* 选中时下划线效果 */
.title-name.active::after {
    content: "";
    position: absolute;
    bottom: 10px;
    /* 关键：通过left和transform实现居中 */
    left: 50%; /* 相对于父元素左移50% */
    transform: translateX(-50%); /* 向左偏移自身宽度的50%，实现整体居中 */
    width: 50%; /* 下划线宽度为父元素的70% */
    height: 3px; /* 下划线高度 */
    background-color: #FFFFFF; /* 下划线颜色（与文字同色） */
    border-radius: 2px;
}

/* 选中状态样式 */
.title-name:hover {
    opacity: 1; /* 选中时完全不透明 */
    font-weight: bold;
}

/*专利事务*/
.group_72_1 {
    width: 100%;
    height: 66px;
    margin: 30px 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #9f9f9f;
}

.text-wrapper_248_1 {
    height: 46px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   justify-content: center;
    margin-bottom: 10px;
}

.text_290_0 {
    height: 24px;
    line-height: 46px;
    text-align: center;
    width: 4px;
    background: #047ED7;
    margin-right: 10px;
}

.text_290_1 {
    /*width: 196px;*/
    height: 46px;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 32px;
    font-weight: 500;
    font-family: Source Han Sans SC, Source Han Sans SC;
    text-align: left;
    white-space: nowrap;
    line-height: 46px;
    margin-right: 10px;
}

.text_290_2 {
    /*width: 182px;*/
    height: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #41474B;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.servicer-guide {
    border-radius: 4px;
    width: 1200px;
    margin: 10px auto;
    padding: 10px;
}

.card-box1 {
    width: 100%;
    height: 340px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 2px 15px 0 rgba(11,36,55,0.08);
}

.card-box2 {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 2px 15px 0 rgba(11,36,55,0.08);
    margin: 20px 0;
}

.title_71 {
    background: linear-gradient( 180deg, #0868FF 20%, rgba(53,145,255,0) 100%);
    width: 240px;
    height: 100%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 8px 0 0 8px;
}

.title_71 .zlsw{
    width: 240px;
    height: 340px;
}

.title_72 {
    background: linear-gradient( 180deg, #0868FF 20%, rgba(53,145,255,0) 100%);
    border-radius: 8px 0 0 8px;
    width: 240px;
    height: 200px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
}

.title_72 .tsfw{
    width: 240px;
    height: 200px;
}

.text_248 {
   margin:20px;
}

.text_348 {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
}

.text_348_en {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
}

/*服务指南*/
.end-icon {
    width: 100%;
    height: 100px;
}
.end-icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 1200px;
    margin: 0 auto;
}
.end-icon-item .icon {
    width: 60px;
    height: 60px;
    margin: 10px 20px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color:#fff;
    background: #106FFF;
    border-radius: 50%;
    font-size: 20px;

}
.end-icon-item .icon.active{
    background: #fff !important;
    color:#106FFF !important;
}
/*新闻动态*/
.news-box {
    width: 100%;
    background: #FFFFFF;
}
.left-news {
    width: 580px;
    height: 100%;
    /*background: #a993c5;*/
    background-image: url(../img/news-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.right-news {
    width: 580px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
