@import 'styles.css';

.main-content {
    width: 100vw;
}

.header-img {
    width: 100%;
    height: calc(506/1920*100vw);
    position: relative;
}

.header-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-img .btn {
    width: calc(254/1920*100vw);
    height: calc(60/254*(254/1920*100vw));
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: calc(90/1920*100vw);
    bottom: calc(124/1920*100vw);
}

.patent-content {
    width: 100vw;
    padding: 60px 0 70px;
    background-color: #f0f3fa;
}

.patent-content .pc-tit {
    font-size: 50px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.patent-content .pc-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 100px;
    padding-top: 20px;
}

.patent-content .pc-box .pc-list {
    width: 550px;
    display: flex;
    flex-direction: column;
    gap: 36px 0;
}

.patent-content .pc-box .pc-list .pc-item .pc-item-tit {
    position: relative;
}

.patent-content .pc-box .pc-list .pc-item .pc-item-tit::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #DEEBFE;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -10px;
    z-index: 1;
}

.patent-content .pc-box .pc-list .pc-item .pc-item-tit span {
    font-size: 22px;
    font-weight: bold;
    background: -webkit-linear-gradient(#4E9AFC, #135EF2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
}

.patent-content .pc-box .pc-list .pc-item .pc-item-con {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    line-height: 30px;
}

.patent-content .pc-box .pc-list .pc-item .pc-item-content p {
    font-size: 20px;
    color: #404666;
    padding: 12px 0;
}

.patent-content .pc-box .pc-img {
    width: 509px;
    height: 440px;
    overflow: hidden;
    border-radius: 10px;
    flex: 0 0 auto;
}

.patent-content .pc-box .pc-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.patent-content .pc-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 70px;
    padding-top: 48px;
}

.patent-content .pc-block .pc-block-item {
    width: 338px;
    padding: 48px 20px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.patent-content .pc-block .pc-block-item .icon {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
}

.patent-content .pc-block .pc-block-item .icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.patent-content .pc-block .pc-block-item .tit {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.patent-content .pc-block .pc-block-item .lab {
    font-size: 16px;
    color: #5E6584;
    margin-top: 5px;
    white-space: nowrap;
}

.patent-content .pc-block .pc-block-item .btn {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.patent-content .pc-block .pc-block-item .btn div {
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 36px 8px;
    cursor: pointer;
}

.patent-content .pc-block .pc-block-item .btn div.hollow {
    border: 1px solid #3F7EF9;
    color: #3668F6;
    background-color: #fff;
}

.patent-content .pc-block .pc-block-item .btn div.hollow a {
    color: #3668F6;
}

.patent-content .pc-block .pc-block-item .btn div.solid {
    border: 1px solid #3F7EF9;
    color: #fff;
    background: linear-gradient(180deg, #4998FC, #3769F6);
}

.patent-content .pc-block .pc-block-item .btn div.solid a {
    color: #fff;
}

.service-view {
    width: 100vw;
    background-color: #fff;
    padding: 105px 0;
}

.service-view .sv-tit {
    font-size: 50px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.service-view .sv-tit>span {
    position: relative;
}

.service-view .sv-tit>span::before {
    content: "";
    width: 96px;
    height: 42px;
    background-color: #d8d8d8;
    clip-path: polygon(0 47%, 78% 47%, 98% 0, 100% 4%, 80% 50%, 100% 95%, 98% 100%, 78% 52%, 0 52%);
    position: absolute;
    top: 16px;
    left: -144px;
}

.service-view .sv-tit>span::after {
    content: "";
    width: 96px;
    height: 42px;
    background-color: #d8d8d8;
    clip-path: polygon(0 47%, 78% 47%, 98% 0, 100% 4%, 80% 50%, 100% 95%, 98% 100%, 78% 52%, 0 52%);
    position: absolute;
    top: 16px;
    right: -144px;
    transform: rotate(180deg);
}

.service-view .sv-tit>span>em {
    color: #3769F6;
    text-decoration: none;
    font-style: normal;
}

.service-view .sv-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 80px;
    margin-top: 60px;
}

.service-view .sv-list .sv-list-item {
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service-view .sv-list .sv-list-item .icon {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    overflow: hidden;
}

.service-view .sv-list .sv-list-item .icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-view .sv-list .sv-list-item .tit {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.service-view .sv-list .sv-list-item .lab {
    font-size: 20px;
    font-weight: bold;
    color: #777;
    text-align: center;
    margin-top: 20px;
}

.patent-apply-view {
    width: 100vw;
    background-color: #f0f3fa;
    padding: 80px 0;
}

.patent-apply-view .pav-box {
    width: 1200px;
    margin: 0 auto;
}

.patent-apply-view .pav-box .pav-tit {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.patent-apply-view .pav-box .pav-btn {
    --mleft: 0;
    --mtop: 0;
    --mw: 208px;
    --mh: 48px;
    width: 624px;
    height: 48px;
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 45px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}

.patent-apply-view .pav-box .pav-btn .btn,
.patent-apply-view .pav-box .pav-btn-s .btn {
    width: 208px;
    height: 48px;
    font-size: 20px;
    color: #010101;
    text-align: center;
    line-height: 48px;
    border-radius: 24px;
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 2;
}

.patent-apply-view .pav-box .pav-btn .btn.active,
.patent-apply-view .pav-box .pav-btn-s .btn.active {
    color: #fff;
    transition: all 0.5s linear;
}

.patent-apply-view .pav-box .pav-btn::after,
.patent-apply-view .pav-box .pav-btn-s::after {
    content: "";
    width: var(--mw);
    height: var(--mh);
    background-color: #1472FF;
    border-radius: 24px;
    position: absolute;
    top: var(--mtop);
    left: var(--mleft);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
    transition: all 0.3s cubic-bezier(.55, .05, .67, .18);
}

.patent-apply-view .pav-box .pav-btn-s {
    --mleft: 0;
    --mtop: 0;
    --mw: 208px;
    --mh: 48px;
    width: 416px;
    height: 48px;
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 45px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}

.patent-apply-view .pav-box .pav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 6px;
    background-color: #f5f8fc;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.patent-apply-view .pav-box .pav-content .pav-img {
    width: 584px;
    height: 514px;
    border-radius: 6px;
    overflow: hidden;
}

.patent-apply-view .pav-box .pav-content .pav-img img {
    width: auto;
    height: 100%;
}

.patent-apply-view .pav-box .pav-content .pav-con {
    padding: 0 60px;
}

.patent-apply-view .pav-box .pav-content .pav-con .pav-con-tit {
    font-size: 30px;
    font-weight: bold;
    color: #010101;
}

.patent-apply-view .pav-box .pav-content .pav-con .pav-con-lab {
    font-size: 24px;
    font-weight: bold;
    background: -webkit-linear-gradient(#4E9AFC, #145FF2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    margin-top: 12px;
}

.patent-apply-view .pav-box .pav-content .pav-con ul {
    margin-top: 26px;
}

.patent-apply-view .pav-box .pav-content .pav-con ul li {
    font-size: 16px;
    color: #010101;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
    padding: 12px 0;
}

.patent-apply-view .pav-box .pav-content .pav-con ul li::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/icons/weixin1.png") center center / cover no-repeat;
    display: block;
}

.pav-con .btn {
    width: 146px;
    height: 49px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 49px;
    background-color: #1472FF;
    border-radius: 6px;
    margin-top: 30px;
    cursor: pointer;
}

.patent-culture {
    width: 100%;
}

.patent-culture .culture-item {
    width: 1200px;
    margin: 60px auto 0;
}

.patent-culture .culture-item .pci-tit {
    font-size: 42px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.patent-culture .culture-item .idea-content,
.patent-culture .culture-item .pci-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    margin-top: 60px;
}

.patent-culture .culture-item .pci-content .pci-item {
    width: 410px;
    padding: 20px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 8px 6px rgba(119, 119, 119, 0.10);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.patent-culture .culture-item .pci-content .pci-item .pi-lab {
    font-size: 20px;
    color: #777;
}

.patent-culture .culture-item .pci-content .pci-item .pi-txt {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.patent-culture .culture-item .idea-content {
    padding-bottom: 188px;
}

.patent-culture .culture-item .idea-content .idea-item {
    width: 410px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    gap: 0 10px;
}

.patent-culture .culture-item .idea-content .idea-item .icon {
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
    margin-bottom: 10px;
}

.patent-culture .culture-item .idea-content .idea-item .i-box .ib-lab {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.patent-culture .culture-item .idea-content .idea-item .i-box .ib-txt {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.apply-pop-box {
    max-height: 100vh;
    display: none;
}

.apply-pop-view {
    width: 755px;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 46px 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    scrollbar-width: 0;
    scrollbar-color: transparent transparent;
}

.apply-pop-view::-webkit-scrollbar {
    display: none;
}

.apply-pop-view .tit {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.apply-pop-view .form-view {
    width: 460px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin: 40px auto;
}

.apply-pop-view .form-view .form-item {
    width: 100%;
}

.apply-pop-view .form-view .form-item .label {
    font-size: 18px;
    font-weight: bold;
    color: #303133;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.apply-pop-view .form-view .form-item .label span::after {
    content: '*';
    font-size: 12px;
    color: #F56C6C;
    margin-left: 5px;
}

.apply-pop-view .form-view .form-item .label.nor span::after {
    display: none;
}

.apply-pop-view .form-view .form-item .input {
    width: 100%;
    margin-top: 5px;
}

.apply-pop-view .form-view .form-item .input input {
    width: 100%;
    border: 1px solid #DCDFE6;
    background-color: #fff;
    border-radius: 4px;
    padding: 12px;
    font-size: 18px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.apply-pop-view .form-view .form-item .input textarea::placeholder,
.apply-pop-view .form-view .form-item .input input::placeholder {
    color: #A8ABB2;
}

.apply-pop-view .form-view .form-item .input textarea:focus,
.apply-pop-view .form-view .form-item .input input:focus {
    border-color: #DCDFE6;
}

.apply-pop-view .form-view .form-item textarea {
    width: 100%;
    height: 147px;
    font-size: 18px;
    color: #333;
    border: 1px solid #DCDFE6;
    resize: none;
    box-sizing: border-box;
    padding: 12px;
    outline: none;
    box-sizing: border-box;
}

.apply-pop-view .form-view .form-item .check-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    margin-top: 8px;
}

.apply-pop-view .form-view .form-item .check-list .item {
    font-size: 18px;
    color: #A8ABB2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 5px;
    cursor: pointer;
}

.apply-pop-view .form-view .form-item .check-list .item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
}

.apply-pop-view .form-view .form-item .check-list .item span {
    user-select: none;
}

.apply-pop-view .form-view .form-item .check-list .item.active span {
    color: #0075ff;
}

.apply-pop-view .btn {
    width: 270px;
    height: 68px;
    font-size: 20px;
    color: #fff;
    background-color: #409EFF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.apply-pop-view .closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.apply-pop-view .closeBtn i {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #333;
    clip-path: polygon(20% 15%, 15% 20%, 45% 50%, 15% 80%, 20% 85%, 50% 55%, 80% 85%, 85% 80%, 55% 50%, 85% 20%, 80% 15%, 50% 45%);
}

.apply-pop-view-mask {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.success-view {
    width: 990px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0 0 40px;
    border-radius: 14px 14px 0 0;
    z-index: 1000;
}

.success-view .sv-tit {
    width: 100%;
    height: 198px;
    text-indent: -2000px;
    overflow: hidden;
    background: url("../img/successtit.png") top center/ cover no-repeat;
}

.success-view .sv-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0 0;
}

.success-view .sv-content p {
    font-size: 25px;
    font-weight: bold;
    color: #333;
}

.success-view .sv-content p.tit {
    padding-bottom: 40px;
}

.success-view .sv-btn {
    width: 300px;
    height: 46px;
    font-size: 20px;
    font-weight: bold;
    color: #3A72FF;
    border: 1px solid #3A72FF;
    border-radius: 25px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    cursor: pointer;
}

.patent-litigation-view {
    width: 100%;
    background: url("../img/bssk7mtz94000001.png") top center/ cover no-repeat;
    padding: 80px 0;
}

.patent-litigation-view .litigation-tit {
    font-size: 42px;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.patent-litigation-view .litigation-tit>span {
    position: relative;
}

.patent-litigation-view .litigation-tit>span::before,
.patent-litigation-view .litigation-tit>span::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #4974F5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.patent-litigation-view .litigation-tit>span::before {
    left: -70px;
}

.patent-litigation-view .litigation-tit>span::after {
    right: -70px;
}

.patent-litigation-view .litigation-tit>span>span::before,
.patent-litigation-view .litigation-tit>span>span::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #D5D5D5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.patent-litigation-view .litigation-tit>span>span::before {
    left: -60px;
}

.patent-litigation-view .litigation-tit>span>span::after {
    right: -60px;
}

.patent-litigation-view .litigation-box {
    width: 1228px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    gap: 80px;
}

.patent-litigation-view .litigation-box .litigation-item {
    width: 245px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(131, 131, 131, 0.25);
}

.patent-litigation-view .litigation-box .litigation-item:last-child {
    margin-right: auto;
}

.patent-litigation-view .litigation-box .litigation-item .l-item-img {
    width: 205px;
    height: 134px;
    border-radius: 4px 4px 28px 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.patent-litigation-view .litigation-box .litigation-item .l-item-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.patent-litigation-view .litigation-box .litigation-item .l-item-tit {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 14px;
}

.patent-litigation-view .litigation-box .litigation-item .l-item-lab {
    font-size: 12px;
    color: #676767;
    text-align: center;
    margin-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D5D5;
}

.patent-litigation-view .litigation-box .litigation-item .l-item-btn {
    width: 100%;
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    color: #4976F5;
    text-align: center;
    background-color: #EAEFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 18px;
}

.bg-linear {
    background: linear-gradient(180deg, #e6e7ec 0%, #f3f4f9 10%, #f9faff 100%);
    padding: 0 0 80px;
}

.info-view-html {
    width: 1200px;
    padding: 30px;
    margin: 0 auto;
}

.info-view-html p {
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
}

.info-view-html p img {
    margin: 10px auto;
}