/* 知识产权前台页（源自静态页 知识产权.htm） */
.ip-page .layout-default-banner {
    display: none !important;
}

.ip-banner-self {
    width: 100%;
    height: 235px;
    background: url(/Images/ip/top_banner.png) no-repeat top center;
}

.ip-banner-self .ip-banner-inner {
    width: 1200px;
    margin: auto;
    padding-top: 40px;
    text-align: center;
}

.ip-page .top_banner_h1 {
    margin: 0 auto 18px;
    width: 220px;
    height: 30px;
    color: #FFF;
    line-height: 30px;
    border-radius: 52px;
    border: 1px solid #FFF;
    text-align: center;
}

.ip-page .top_banner_h2 {
    color: #FFF;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 18px;
}

.ip-page .anchor_box {
    width: 500px;
    margin: auto;
    justify-content: space-between;
}

.ip-page .anchor_box a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    border-radius: 52px;
    border: 1px solid #FFF;
    text-align: center;
    display: block;
    text-decoration: none;
}

.ip-page .anchor_box a:hover {
    color: #FFF;
    background: rgba(255, 255, 255, 0.15);
}

.ip-page .y_content_big {
    width: 1200px;
    border: 1px solid #e8e8e8;
    border-top: 1px solid #bb0a0a;
    box-sizing: border-box;
    margin: 20px auto 0;
}

.ip-page .y_content_big .y_content_big_tit {
    background: url(/images/tit_bg_03.jpg) left center no-repeat;
    height: 43px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 15px;
}

.ip-page .y_content_big .y_content_big_tit span {
    display: block;
    background: url(/images/tit_bg_list_03.jpg) left center no-repeat;
    height: 43px;
    line-height: 43px;
    padding-left: 20px;
    color: #bb0a0a;
    font-family: "微软雅黑";
    font-size: 16px;
}

.ip-page .y_content_txt {
    padding: 0 5px 15px;
}

.ip-page .y_content_txt ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ip-page .y_content_txt a {
    margin-top: 15px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}

.ip-page .y_content_txt_long a {
    width: 372px;
    margin-left: 18px;
    border-radius: 6px;
}

.ip-page .y_content_txt_small a {
    width: 180px;
    margin-left: 15px;
}

.ip-page .y_content_txt_long .img_long {
    width: 100%;
    height: 160px;
    border-radius: 6px 6px 0 0;
    object-fit: contain;
    display: block;
}

.ip-page .y_content_txt_small .img_small {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.ip-page .u-line-1 {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ip-page .u-line-2 {
    height: 36px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ip-page .li_content {
    background: #fff;
    padding: 8px 12px;
    border-radius: 0 0 6px 6px;
}

.ip-page .u-font-14 { font-size: 14px; }
.ip-page .u-font-16 { font-size: 16px; }
.ip-page .u-main-color { color: #333; }
.ip-page .u-content-color { color: #666; }
.ip-page .u-tips-color { color: #999; }
.ip-page .u-text-right { text-align: right; }
.ip-page .u-text-center { text-align: center; }

.ip-page .subscript {
    position: absolute;
    width: 54px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.31);
    top: 10px;
    left: 10px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.ip-page .play_button {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    text-align: center;
    line-height: 48px;
    transition: background .15s ease;
    z-index: 2;
}

.ip-page .play_button img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    pointer-events: none;
}

.ip-page .play_button:hover {
    background: rgba(193, 10, 10, 0.85);
}

.ip-page .li_search_box {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ip-page .li_search_box li {
    margin-right: 15px;
    min-width: 55px;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #C10A0A;
    background: linear-gradient(180deg, #FEFEFE 0%, #F8D5D5 100%);
    font-size: 14px;
    cursor: pointer;
}

.ip-page .li_search_box li.select_sty
{
    background: #C10A0A;
    color: #fff!important;
    background-image:none!important;
}
.ip-page .li_search_box li.select_sty a:hover {
    color: #fff!important;
}
.ip-page .li_search_box li a {
    color: inherit;
    text-decoration: none;
    border: 0;
    margin: 0;
    display: block;
}

.ip-page .ip-list-search {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.ip-page .ip-list-search label {
    color: #333;
    font-size: 14px;
    margin: 0 8px 0 18px;
}

.ip-page .ip-list-search select {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    color: #333;
    box-sizing: border-box;
}

.ip-page .ip-list-search input[type="text"] {
    width: 380px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding: 0 8px;
    box-sizing: border-box;
    outline: none;
}

.ip-page .ip-list-search button {
    width: 118px;
    height: 32px;
    border: 0;
    border-radius: 4px;
    margin-left: 10px;
    background: #C10A0A;
    color: #fff;
    cursor: pointer;
}

.ip-page .ip-list-search .ip-btn-publish {
    background: #fff;
    color: #C10A0A;
    border: 1px solid #C10A0A;
}

.ip-page .ip-list-search .ip-btn-publish:hover {
    background: #C10A0A;
    color: #fff;
}

.ip-page .red_color { color: #C10A0A; }
.ip-page .ip-more-link { color: #C10A0A; font-size: 14px; text-decoration: none; white-space: nowrap; }
.ip-page .ip-more-link:hover { text-decoration: underline; }

.ip-page .bottom_property_placeholder {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ip-page .bottom_property_right {
    width: 100%;
    height: 100px;
    background: url(/Images/ip/bottom_property_right.png) no-repeat center;
    margin: 20px 0 0;
    position: relative;
    bottom: -14px;
    z-index: 900;
}

.ip-page .bottom_property_right.is-floating {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

/* 回到文档流原位时与页脚紧贴，无下间距（对齐静态页 知识产权.htm） */
.ip-page .bottom_property_right + .y_footer {
    margin-top: 0 !important;
}

.ip-page .property_right_box {
    width: 1200px;
    margin: auto;
    text-align: center;
    padding-top: 14px;
}

.ip-page .ip-empty-tip {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.ip-page .ip-list-page .y_content_txt_long a {
    margin-bottom: 0;
}

/* 详情页（对齐协会动态 infoContent 结构） */
.ip-page .y_right_big .y_right_big_txt > span {
    display: block;
    font-family: "微软雅黑";
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 2em;
    font-weight: bold;
}

.ip-page .ip-detail-video {
    text-align: center;
    margin: 15px 0 20px;
}

.ip-page .ip-detail-video video {
    max-width: 100%;
    width: 800px;
    background: #000;
}

.ip-page .y_right_big .y_right_big_txt .ip-article-turn {
    width: 1000px;
    max-width: 100%;
    margin: 24px auto 36px;
    padding-top: 20px;
    border-top: 1px solid #e6e5ea;
    font-size: 14px;
    text-align: left;
}

.ip-page .ip-article-turn-row {
    display: block;
    text-align: left;
    line-height: 2.2em;
    margin: 0;
    padding: 2px 0;
}

.ip-page .ip-turn-label {
    display: inline;
    color: #4c4b4b;
    font-weight: 600;
    font-size: 14px;
}

.ip-page .ip-turn-body {
    display: inline;
    text-align: left;
    word-break: break-all;
}

.ip-page .ip-turn-body a {
    color: #646161;
    font-size: 15px;
    text-decoration: none;text-decoration: none;
}

.ip-page .ip-turn-body a:hover {
    color: #9a0808;
    text-decoration: underline;
}

.ip-page .ip-turn-body .ip-none {
    color: #8d8686;
    font-style: normal;
    font-size: 14px;
}

/* 产权产品卡片：固定高度，文字单行省略 */
.ip-page .y_content_txt_small li.ip-product-card,
.ip-page .ip-list-page .y_content_txt_small li.ip-product-card,
.ip-page .y_content_txt_small a.ip-product-card {
    width: 180px;
    height: 229px;
    margin: 15px 0 0 15px;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    flex-shrink: 0;
    overflow: hidden;
}

.ip-page .y_content_txt_small li.ip-product-card > a,
.ip-page .ip-list-page .y_content_txt_small li.ip-product-card > a {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    overflow: hidden;
}

.ip-page .y_content_txt_small li.ip-product-card .img_small,
.ip-page .ip-list-page .y_content_txt_small li.ip-product-card .img_small,
.ip-page .y_content_txt_small a.ip-product-card .img_small {
    width: 100%;
    height: 180px;
    flex-shrink: 0;
}

.ip-page .y_content_txt_small li.ip-product-card .li_content,
.ip-page .ip-list-page .y_content_txt_small li.ip-product-card .li_content,
.ip-page .y_content_txt_small a.ip-product-card .li_content {
    height: 49px;
    min-height: 49px;
    max-height: 49px;
    padding: 6px 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.ip-page .y_content_txt_small li.ip-product-card .ip-product-name,
.ip-page .ip-list-page .y_content_txt_small li.ip-product-card .ip-product-name,
.ip-page .y_content_txt_small a.ip-product-card .ip-product-name {
    margin: 0 0 4px;
    line-height: 18px;
    height: 18px;
}

.ip-page .y_content_txt_small li.ip-product-card .ip-product-person,
.ip-page .ip-list-page .y_content_txt_small li.ip-product-card .ip-product-person,
.ip-page .y_content_txt_small a.ip-product-card .ip-product-person {
    margin: 0;
    line-height: 16px;
    height: 16px;
}


/* 底部业务帮扶 / 检验检测 */
.bottom_property_right {
    width: 100%;
    margin: 30px 0 0;
    background: url(/Images/ip/bottom_property_right.png) no-repeat top center;
    background-size: cover;
}

.bottom_property_right .property_right_box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.bottom_property_right img {
    cursor: pointer;
    vertical-align: middle;
}

.u-cursor {
    cursor: pointer;
}

/* 业务帮扶 / 检验检测 弹窗 */
.ip-form-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.ip-form-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    max-width: 92%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.ip-form-head {
    padding: 18px 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.ip-form-close {
    color: #999;
    font-size: 22px;
    text-decoration: none;
    line-height: 1;
}

.ip-form-close:hover {
    color: #333;
}

.ip-form-body {
    padding: 20px 24px 8px;
}

.ip-form-row {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
}

.ip-form-row label {
    width: 110px;
    padding: 8px 10px 0 0;
    text-align: right;
    color: #333;
    font-size: 14px;
}

.ip-form-row label .red_color {
    color: #d72843;
    margin-right: 4px;
}

.ip-form-row input[type=text],
.ip-form-row input[type=date],
.ip-form-row select,
.ip-form-row textarea {
    flex: 1;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.ip-form-row textarea {
    height: 96px;
    line-height: 22px;
    padding: 8px 10px;
    resize: vertical;
}

.ip-form-actions {
    padding: 8px 0 18px 110px;
}

.ip-btn {
    width: 110px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #5f5f5f;
    margin-right: 12px;
    cursor: pointer;
    font-size: 14px;
}

.ip-btn-primary {
    background: #d72843;
    border-color: #d72843;
    color: #fff;
}

.ip-btn-primary:hover {
    opacity: 0.92;
}

/* 视频弹层 */
.ip-video-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.ip-video-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 880px;
    max-width: 92%;
    transform: translate(-50%, -50%);
    background: #1c1c1c;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.ip-video-head {
    height: 44px;
    padding: 0 18px;
    background: #2a2a2a;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ip-video-head span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 12px;
}

.ip-video-close {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    line-height: 1;
}

.ip-video-close:hover {
    color: #fff;
    opacity: 0.85;
}

.ip-video-body {
    background: #000;
    text-align: center;
}

.ip-page .y_right_big .y_right_big_txt .ip-forum-contact {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #e5e5e5;
	color: #666;
	font-size: 14px;
	line-height: 28px;
}

.ip-page .y_right_big .y_right_big_txt .ip-forum-contact p {
	margin: 0;
}

.ip-page .y_right_big .y_right_big_txt .ip-forum-contact-label {
	color: #333;
	font-weight: 700;
}
