* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover,
a:visited,
a:link,
a:active {}

.flexrc {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #666;
    font-size: 14px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
    padding: 24px 0px;
    margin-top: 4px;
    margin-bottom: 11px;
}

.cop-name {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 38px;
    margin-left: 16px;
}


.drop-content {
    width: 132px;
    position: absolute;
    top: 38px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
    display: none;
}

.drop-item {
    width: 100%;
    padding: 9px 12px;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
}

.drop-item:hover {
    background-color: #DDEAFF;
}

.drop-item>img {
    width: 16px;
    height: 16px;
}

.drop-item>span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-left: 15px;
}

.no-login-wrap {}


.ni-bottom {
    width: calc(100% - 16px);
    display: block;
    height: 3px;
    background: transparent;
    border-radius: 2px;
    position: absolute;
    bottom: 0px;
}

.ni-bottom-active {
    background: #0029E1;
}

.banner {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
    height: 340px;
    padding: 0px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.banner>img {
    width: 514px;
}

.user-info {
    width: 350px;
    padding: 27px;
    box-sizing: border-box;
    height: 194px;
    background-color: #fff;
    border-radius: 2px;
}

.user-info-top {
    border-bottom: 1px dashed #E0EAFF;
    ;
    padding-bottom: 12px;
}

.user-info-top>img {
    width: 32px;
    height: 32px;
}

.user-info-top>span {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2655B7;
    margin-left: 16px;
}

.user-info-top>a {
    margin-left: auto;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.user-info-bottom {
    padding-top: 12px;
}

.user-info-bottom>p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.uib-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.uib-wrap>div {
    width: calc((100% - 24px) / 2);
    margin-right: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2655B7;
    margin-top: 14px;

}

.uib-wrap>div:nth-of-type(2n) {
    margin-right: 0px;
}

.uib-wrap>div>a {
    width: 100%;
    color: #2655B7;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.uib-wrap>div .c {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2655B7;
    margin-right: 4px;
}

.uib-wrap>div .desc {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block {
    width: 100%;
    height: 60px;
    background-color: #F6F9FF;
}

.base-title {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.base-title>span {
    display: block;
    width: 6px;
    height: 20px;
    background: #0029E1;
    margin-right: 15px;
}

.section {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
}

.news-container {
    padding: 18px 0px 40px 0px;
}

.base-tabs-warp {
    width: 100%;
    margin-top: 24px;
}

.base-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #E7E7E7;
    height: 28px;
}

.base-tabs>.tabs-item {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-left: 10px;
    margin-right: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.more-bgn {
    margin-left: auto;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
}

.more-bgn>img {
    width: 16px;
    height: 16px;
}

.base-tabs>.tabs-item>span {
    display: block;
    width: 100%;
    height: 4px;
    background: transparent;
    border-radius: 3px;
}

.tabs-item-active>p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.tabs-item-active>span {
    background: #0029E1 !important;
}

.base-tabs>.tabs-item:hover p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.base-tabs>.tabs-item:hover span {
    background: #0029E1 !important;
}

.base-tabs-content {
    padding: 12px 0px;

}

.base-tabs-content-item {
    display: none;
}

.base-tabs-content-item-active {
    display: block;
}

.tabs-content-item {
    width: 100%;
    padding: 20px 0px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    display: flex;
    flex-direction: row;
    border-bottom: 1px dashed #C4DEFF !important;
    cursor: pointer;
    transition: all .3s;

}

.tabs-content-item:hover {
    color: #0029E1;
}

.base-tabs-content>.tabs-content-item:last-child {
    border-bottom: 1px dashed transparent;
}

.tci-type {}

.tci-title {
    max-width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tci-time {
    margin-left: auto;
}

.dex-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px;
}

.dw-item {
    width: 268px;
    /* height: 288px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
}

.dw-item>.img {
    width: 268px;
    height: 160px;
    overflow: hidden;
}

.dw-item>.img img {
    width: 268px;
    height: 160px;
}

.dw-item>p {
    height: 40px;
    width: 100%;
    padding: 0px 12px;
    margin: 12px 0px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dw-item>span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0029E1;
}

.dw-item>a {
    display: block;
    width: 112px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #0029E1;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0029E1;
    line-height: 30px;
    text-align: center;
    margin: 12px 0px;
    position: relative;
}

.ex-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 24px;
}

.ex-list {
    width: calc(100% - 934px);
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* overflow: hidden; */

}

.ex-list-item {
    width: 100%;
    height: 88px;
    line-height: 88px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    padding: 0px 12px;
    box-sizing: border-box;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all .3s;
}

.ex-list-item>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ex-list-item:hover {
    background-color: #70AEFF;
    border-left: 4px solid #3887ED;
    color: #fff;
}

.ex-list-item-active {
    background-color: #70AEFF;
    border-left: 4px solid #3887ED;
    color: #fff;
}

.ex-content {
    width: 916px;
    height: 400px;
    margin-left: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    position: relative;
}

.ex-content-item {
    width: 916px;
    height: 400px;
    padding: 6px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
}

.ex-content-item-show {
    display: flex;
}

.ex-content-item>img {
    width: 100%;
    height: 256px;
}

.exci-bottom {
    flex: 1;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.exci-bottom>p {
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.default-btn {
    width: 102px;
    height: 34px;
    background: #4E9BFF;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
}

.footer {
    width: 100%;
    background-color: #464C57;
}

.footer-info {
    width: 100%;
    background-color: #464C57;
}

.footer-bottom {
    background-color: #464C57;
    height: 88px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
}

.footer-info-content {
    padding: 30px 0px;
}

.footer-info-content .uib-wrap .desc {
    color: #fff !important;
}

.fic-item {
    width: 300px;
    height: 160px;
    overflow: hidden;
    /* background: #FDFDFD; */
    padding: 14px 20px 0px 20px;
    box-sizing: border-box;
    margin-right: 40px;
    /* box-shadow: 0px 0px 8px 0px #414958; */
    border-radius: 2px;
    border: 1px solid #525861;
}

.simple-header-wrap {
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(176, 176, 176, 0.11);
}

.simple-header {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
    height: 80px;
}

.simple-header h1 {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}

.simple-header img {
    width: 38px;
    height: 38px;
    margin-right: 16px;
}

.simple-header .no-login-wrap {
    margin-left: auto;
}

.simple-header .no-login-wrap>a {

    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0029E1;
}

.user-center {
    margin-top: 50px;
    padding-bottom: 50px;
    flex: 1;
    background-color: #fff;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}

.ex-wrap2 {}

.ex-list2 {
    height: 50px;
    display: flex;
    border-right: 1px solid #DBDBDB;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

.ex-list-item2 {
    position: relative;
    line-height: 50px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    border-left: 2px solid transparent;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
}

.ex-list-item2>p {
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}


.ex-list-item-active2 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0029E1;
}

.eex-list-item-active2 {}

.ex-list-item-active2::after {
    position: absolute;
    content: '';
    display: block;
    margin-top: -9px;
    width: 100%;
    height: 3px;
    background: #0958D9;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.ex-content2 {
    flex: 1;
    margin-top: 18px;
    height: 441px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 33px 26px 61px 25px;
    box-sizing: border-box;
    position: relative;
}

.ex-content-item2 {
    width: 100%;
    display: none;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
}

.ex-content-item2 p {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1D2129;
}


.changebtn {
    width: 100px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #0029E1;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0029E1;
    text-align: center;
    line-height: 32px;
}

.ex-content-item-show2 {
    display: flex;
}

.d-line {
    height: 1px;
    background-color: #DBDBDB;
    margin: 24px 0px;
}


.pagination-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 0px;
}

.pagination-wrap .pre-page,
.pagination-wrap .next-page,
.pagination-wrap .page-item {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: 8px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    transition: all .3s;
}

.page-item-active {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.pre-page:hover {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.page-item:hover {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.page-item-more {
    border: 1px solid transparent !important;
}

.page-item-more:hover {
    cursor: default;
    border: 1px solid transparent !important;
}

.next-page:hover {
    border: 1px solid #1890FF !important;
    color: #1890FF !important;
}

.page-items {
    display: flex;
    flex-direction: row;
}

.header-wrap2>#header {
    background-color: #fff;
    border-bottom: none;
}

#nav2 {
    height: 118px;
    width: 1200px;
    margin: 0px auto;
    /* height: 38px; */
    height: 56px;
}

.nav2-wrap {
    background-color: #F6F9FF !important;
}

.nav-item2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 30px;
    height: 100%;
    transition: all .3s;
}

.nav-item2:hover>.nav-item-name2 {
    font-weight: 500;
    color: #333;
}

.nav-item2:hover>.ni-bottom2 {
    /* background: #2E5FBE; */
}

.nav-item-name2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
}

.nav-item-name-active2 {
    font-weight: 500;
    color: #333;
}

.ni-bottom2 {
    width: 100%;
    display: block;
    height: 4px;
    background: transparent;
    border-radius: 2px;
}

.nav2-item-active {
    background-color: #0029E1;
}

.nav2-item-active .nav-item-name2 {
    color: #fff;
}

.ni-bottom-active2 {
    font-weight: 500;
    background-color: #0029E1;
}

.flex-1-content {
    flex: 1;
}

.header2-banner {
    height: 200px;
    width: 100%;
}

.header2-banner>.section>h1 {
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 80px;
}

.header2-banner>.section>p {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: 80px;
}

.category-wrap {
    padding: 28px 0px 16px 0px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    display: flex;
    flex-direction: row;
}

.category-items {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.category-item {
    margin-right: 14px;
    cursor: pointer;
    height: 28px;
    padding: 0px 10px;
    background: #fff;
    text-align: center;
    line-height: 28px;
    color: #666666;
    transition: all .3s;
    margin-bottom: 12px;
    border: 1px solid transparent;
}

.category-item:hover {
    background: #0029E1;
    color: #fff;
}

.category-item-active {
    background: #0029E1;
    color: #fff;
}

.span1 {
    height: 28px;
    line-height: 28px;
    width: 64px;
    color: #666;
}

.search-content {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-content>input {
    width: 290px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DCDCDC;
    padding: 0px 12px;
    color: #333;
    outline: none;
}

.search-content>button {
    width: 70px;
    height: 34px;
    background: #0029E1;
    border-radius: 2px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all .3s;
    margin-left: 6px;
}

.search-content>button:hover {
    background: #2d79db;
}

.search-params {
    margin-left: auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.search-params .span-active {
    color: #0029E1;
}

.filter-items>span {
    padding: 0px 12px;
    cursor: pointer;
}

.filter-items>span:hover {
    color: #0029E1;
}

.dex-wrap2 {
    justify-content: flex-start;
}

.dex-wrap2>.dw-item {
    margin-bottom: 24px;
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
}

.dex-wrap2>.dw-item:nth-of-type(4n) {
    margin-right: 0px;
}

.pagination-wrap-center {
    justify-content: center;
    padding: 24px 0px 48px 0px;
}

.block a {
    color: #666;
}

.page-btn-disable {
    color: rgba(0, 0, 0, 0.15) !important;
}

.page-btn-disable:hover {
    cursor: no-drop;
    color: rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.no-data-block {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-data-block>img {
    width: 128px;
    height: 128px;
}

.no-data-block>p {
    /* margin-top: 24px; */
    font-size: 14px;
    color: #bbb9b9;
    text-align: center;
}

.loading-data-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .2);
}

.loading-data-block>img {
    width: 50px;
    height: 50px;
    animation: rotating 1.5s infinite;
}

@keyframes rotating {
    100% {
        transform: rotate(360deg);
    }
}

.download-file-item {
    width: 100%;
    padding: 24px 0px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    display: flex;
    flex-direction: row;
    border-bottom: 1px dashed #C4DEFF;
}

.download-file-item>img {
    width: 160px;
    height: 110px;
    margin-right: 20px;
}

.download-file-item .title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.download-file-item .desc {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 6px;
}

.dfi-right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.download-file-item .dfir-bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
    align-items: end;
}

.download-file-item .dfir-bottom>span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.download-btn {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0029E1;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #0029E1;
    height: 30px;
    width: 80px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.header-wrap2 .login-name {
    color: #666666 !important;
}

.base-top,
.base-follwer {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 2px;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 120px;
    /* right: 50px; */
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    cursor: pointer;
}

.base-top>img {
    width: 24px;
    height: 24px;
}

.base-follwer>img {
    width: 24px;
    height: 24px;
}

.base-follwer {
    bottom: 184px;
    display: flex;
}

.nav-wrap {
    width: 100%;
    background-color: #0029E1;
    height: 56px;
}

.dw-item-hover-context {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 11%);
    border-radius: 2px;
    width: 294px;
    height: 140px;
    top: -140px;
    margin-left: calc((100% - 294px) / 2);
    /* opacity: 0; */
    transition: all .3s;
    display: none;

}

.dw-item {
    cursor: pointer;
}

.dw-item>.img>img {
    transition: all .3s;
}

.dw-item:hover {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 21%);
}

.dw-item:hover>.img>img {
    transform: scale(1.2);
}

.dw-item>a:hover {
    background-color: #0029E1;
    color: #fff;
}

.dw-item>a:hover .dw-item-hover-context {
    /* opacity: 1; */
    display: block;
}

.dwihc-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #EAEAEA;
    font-weight: 500;
    color: #333333;
    font-size: 14px;
}

.dwihc-block {
    display: block;
    width: 4px;
    height: 16px;
    background: #0029E1;
    margin: 0px 12px;
}

.dwihc-phone {
    margin-top: 8px;
}

.dwihc-phone,
.dwihc-qq {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-top: 10px; */
}

.dwihc-phone>span {
    display: block;
    width: 110px;
}

.dwihc-qq>span {
    display: block;
    width: 110px;
}

.dwihc-qq {
    /* margin-top: 10px; */
}

.dw-item-hover-context::after {
    content: "";
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: -12px;
    margin-left: -6px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 11%);
}

.section-links {
    height: 60px;
    background-color: #E9EFFB;
}

.section-links-content {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.section-links-content>span {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-right: 35px;
}

.section-links-content>a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-right: 30px;
}


.fun-contents {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 12px;
}

.fun-item-content {
    width: 577px;
    height: 150px;
    margin-top: 18px;
    display: flex;
    flex-direction: row;
    margin-right: 41px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
    overflow: hidden;
    border-left: 6px solid #0029E1;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
/* 
i {
    display: block;
    width: 248px;
    height: 187px;
    position: absolute;
    top: 0px;
    left: 600px;
    -webkit-transform: skewX(-49deg);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    -webkit-transition: 0s;
} */

.fun-bg {
    transition: all .3s;
    transform: scale(1);
}

.fun-item-content:hover .fun-bg {
    transform: scale(1.2);
}

.fun-item-content:hover i {
    top: 0;
    left: -365px;
    -webkit-transition: 0.5s;
}

.fun-go {
    width: 54px !important;
    height: 150px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.fun-item-content>img {
    width: 400px;
    height: 150px;
}

.fun-item-c-left {
    width: 177px;
    display: flex;
    flex-direction: column;
    padding: 40px 0px 40px 30px;
    justify-content: space-between;
}

.fun-item-content:nth-of-type(2n) {
    margin-right: 0px;
}

.fun-item-border {
    width: 22px;
    height: 3px;
    background: #0029E1;
    border-radius: 2px;
}

.fun-item-c-left>p {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;

}

.fun-item-c-left>span {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
}

.fun-container {
    margin-top: 40px;
    margin-bottom: 40px;
}


.fse-from-select-value {
    width: 70%
}

.fse-from-select {
    width: 100%;
    position: absolute;
    top: 32px;
    left: 0px;
    background-color: #fff;
    /* display: flex; */
    flex-direction: column;
    border: 1px solid #E5E5E5;
    display: none;
}

.fse-from-input {
    position: relative;
}

.from-select-item {
    display: block;
    height: 34px;
    width: 100%;
    line-height: 34px;
    font-size: 14px;
    color: #666667;
    padding: 0px 12px;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
}

.from-select-item:hover {
    background-color: #90D5FF;
    color: #333333;
}

.fse-from-append {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 32px;
    top: 0px;
}

.fse-from-zk {
    position: absolute;
    right: 12px;
    width: 20px;
    top: 8px;
}

.fse-from-input-select {
    cursor: pointer;
}

.fse-from-input-select:hover {
    border: 1px solid #90D5FF;
}

.fse-from-select-value {
    color: #999999;
    font-size: 14px;
}

.fse-from-select-value-2 {
    width: 100% !important;
}

.fse-from-select-2 {
    display: none;
    flex-direction: row;
    z-index: 999;
}

.fse-from-select-2>div {
    flex: 1;
    height: 204px;
    overflow-y: scroll;
}


.fse-from-select-2>div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.fse-from-select-2>div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(122, 122, 122, 0.288);
    background: rgba(122, 122, 122, 0.288);
}

.fse-from-select-2>div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: #f5f5f5;
}

.from-select-item-2-active {
    background-color: #90D5FF;
    color: #333333;
}

.confirm-address-choose {
    position: absolute;
    background-color: #90D5FF;
    color: #fff;
    bottom: -233px;
    right: 0px;
    padding: 3px 5px;
    cursor: pointer;
    font-size: 14px;
    display: none;
}

.err-msg {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -38px;
    font-size: 14px;
    left: 0px;
    color: rgb(223, 94, 94);
}


.success-btn1 {
    width: 166px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #979797;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-right: 12px;
}

.success-btn2 {
    width: 166px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #4E9BFF;
    background-color: #4E9BFF;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.from-submit-success {
    margin-bottom: 40px;
    display: none;
    background-color: #fff;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fsm-header {
    width: 100%;
    height: 44px;
    background: #E8F2FF;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 22px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.fsm-header>div {
    width: 165px;
    min-width: 165px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #E8F2FF;
    height: 44px;
    line-height: 44px;
}

.fsm-table-content {
    width: 100%;
}

.fsm-table-row {
    height: 58px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px dashed #C4DEFF;
}

.fsm-table-row>div {
    width: 150px;
    min-width: 150px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.copy-btn {
    width: 60px !important;
    color: #1890FF !important;
    margin-left: auto !important;
}

.navigator-block span {
    font-size: 14px;
    font-weight: 400;
    color: #888686;
    padding: 0px 6px;
}

.navigator-block>a {
    font-size: 14px;
    font-weight: 400;
    color: #888686;
}

.navigator-block>a:fast-child {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.tool {
    background: #FFFFFF;
    padding: 22px 17px 0 12px;
    box-sizing: border-box;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tool .top {
    width: 1171px;
    height: 57px;
    background: #DDE9FF;
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2E5FBE;
    text-align: center;
    line-height: 57px;
}

.parameter {
    height: 978px;
    background: #FFFFFF;
    padding: 20px 33px 46px 27px;
    box-sizing: border-box;
    margin-bottom: 20px;

}

.patent {
    height: 660px;
    background-image: url('../image/zhuanhua_shujudiceng.png');
    padding: 35px 0;
    box-sizing: border-box;
}

.patent .patent_box {
    height: 588px;
    background: #0B2864;
    border-radius: 12px;
    opacity: 0.72;
    border: 3px solid #5271F9;
    padding: 18px 32px 27px 32px;
    box-sizing: border-box;
}

.patent_box .title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}


.patent_box ul li {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #6C6A6A;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.patent_box ul li:first-child {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.patent_box ul li:last-child {
    border: none;
}

.cultivate {
    height: 628px;
    background: #FFFFFF;
    margin-bottom: 26px;
    margin-top: 26px;
}

.cultivate .top {
    height: 96px;
    padding: 22px 0 0 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #ECECF4;
}

.cultivate .top .title {
    height: 58px;
    border-left: 4px solid #0029E1;
    padding-left: 14px;
    box-sizing: border-box;
    line-height: 32px;
}

.cultivate .top .title h1 {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D2129;
}

.cultivate .top .title p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #4E5969;
}

.cultivate_box {
    height: 452px;
    padding: 19px 38px 34px 38px;
}

.cultivate_box .cultivate_list {
    width: 1124px;
    height: 102px;
    background: #FFFFFF;
    /* box-shadow: 0px 2px 7px 0px rgba(97, 107, 137, 0.28); */
    /* border-left: 6px solid #CCD5FF; */
    padding: 14px 18px 12px 16px;
    box-sizing: border-box;
    margin-bottom: 12px;
    border-bottom: 1px solid #ECECF4;
}

.cultivate_box .cultivate_list>.title {
    display: flex;
    align-items: center;
}

.cultivate_box .cultivate_list>.title .data {
    border-right: 3px solid #0029E1;
    margin-right: 22px;
}


.cultivate_box .cultivate_list>.title .data>p {
    font-size: 26px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0029E1;
    margin-right: 28px;
    width: 44px;
}

.cultivate_box .cultivate_list>.title .content>h2 {
    margin-bottom: 10px;
}

.cultivate_box .cultivate_list>.title .content>p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4E5969;
}


.cultivate_box .cultivate_list>.title h2 {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D2129;
}

.cultivate_box .cultivate_list>.title span {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4E5969;
}

/* .cultivate_box .cultivate_list p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4E5969;
    margin-top: 10px;
} */

.information_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.information_list {
    width: 588px;
    height: 184px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(148, 148, 148, 0.11);
    border-radius: 4px;
    margin-bottom: 18px;
    padding: 26px 20px;
    box-sizing: border-box;
    display: flex;

}

.information_list .left-box {
    width: 132px;
    height: 132px;
    background: #E1E5E6;
    border-radius: 4px;
    margin-right: 16px;

}

.information_list .information {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.information_list .information>p {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4E5969;

}

.search_box {
    background: #FFFFFF;
    padding: 22px 42px 15px 38px;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.search_box .search_tab {
    display: flex;
    margin-bottom: 23px;
}

.search_box .search_tab div {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0029E1;
    line-height: 38px;
    text-align: center;
}


.search_box .search_tab .tab1 {
    width: 128px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #0029E1;
    cursor: pointer;
}

.search_box .search_tab .tab2 {
    width: 128px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #0029E1;
    cursor: pointer;
}

.search_box .search_tab .tag_active {
    width: 128px;
    height: 38px;
    background: #0029E1;
    color: #FFFFFF;
}

.search_box .simple_search {
    display: none;
}

.search_box .senior_search {
    display: none;
}

.search_box .show_search {
    display: block;
}


.search_box .simple_search input {
    width: 1120px;
    height: 62px;
    background: #EDEEF3;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    padding: 15px 0;
    box-sizing: border-box;
    padding-left: 74px;
}

.search_box .simple_search {
    position: relative;
    width: 1120px;
}

.search_box .simple_search .search_icon {
    position: absolute;
    top: 15px;
    left: 0;
    width: 59px;
    height: 29px;
    border-right: 1px solid #9BA1C0;

}

.search_box .simple_search .go_search {
    position: absolute;
    display: block;
    width: 166px;
    height: 62px;
    background: #0029E1;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 4px;
}

.search_box .simple_search p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 9px;
}

.search_box .senior_search .input_list {
    display: flex;
    margin-bottom: 20px;
}

.search_box .senior_search .input_list span {
    display: block;
    width: 82px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-top: 20px;
    text-align: end;
}

.search_box .senior_search .input_list .search_select {
    margin-left: 26px;
    margin-right: 26px;
    width: 352px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
}

.search_box .senior_search .input_list .search_input {
    width: 555px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
}

.search_box .senior_search .input_list .jia {
    width: 19px;
    height: 19px;
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
    ;
    text-align: center;
    line-height: 19px;
    margin-left: 26px;
    margin-top: 18px;
}

.search_box .senior_search .input_list .search_data {
    width: 130px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    margin-left: 0;
    margin-right: 16px;
}

.search_box .senior_search .search_btn {
    display: flex;
    margin-left: 108px;
}

.search_box .senior_search .btn_item {
    width: 96px;
    height: 41px;
    border-radius: 2px;
    border: 1px solid #CFCDCD;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.search_box .senior_search .btn_active {
    background: #0029E1;
    color: #FFFFFF;
    cursor: pointer;

}

section .list {
    background-color: #fff;
    box-sizing: border-box;
    padding: 16px 18px 14px 20px;
    display: flex;
    margin-bottom: 16px;
}

section .list .list-left {
    width: 196px;
    height: 196px;
    border: 1px solid #EAEAEA;
    margin-right: 43px;
}

section .list .list-left img {
    width: 196px;
    height: 196px;
}

section .list .list-right {
    display: flex;
    flex-direction: column;
    flex: 1;
}

section .list .list-right .right-top {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

section .list .list-right .right-top .bg {
    width: 40px;
    height: 22px;
    background: #13BD05;
    border-radius: 2px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;

}

section .list .list-right .right-top span {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
    margin-right: 10px;
}

section .list .list-right .right-category {
    display: flex;
    flex-wrap: wrap;
}

section .list .list-right .right-category .category {
    width: 33.3%;
    margin-bottom: 13px;
}

section .list .list-right .right-category .category span {
    color: #666666;
    font-size: 14px;
}

section .list .list-right .list-bottom {
    display: flex;
    font-size: 14px;
}

section .list .list-right .list-bottom span {
    color: #86909C;
}

section .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
}

section .pagination .left-arrow {
    margin-right: 16px;
    display: flex;
    align-items: center;
}

section .pagination .left-arrow i {
    border: 3px solid black;
    /* ä¸Šã€å³ã€ä¸‹ã€å·¦  å››ä¸ªè¾¹æ¡†çš„å®½åº¦ */
    border-width: 0px 1px 1px 0px;
    display: inline-block;
    /* paddingå€¼æŽ§åˆ¶ç®­å¤´å¤§å° */
    padding: 3px;
}

section .pagination .left-arrow .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

section .pagination .left-arrow .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

section .pagination .page button {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px solid #DCDCDC;
    background-color: #fff;
}

section .pagination .page button:nth-child(1) {
    background-color: #0052D9;
    color: #fff;
}

section .pagination .right-arrow {
    margin-left: 16px;
    display: flex;
    align-items: center;
}

section .pagination .right-arrow i {
    border: 3px solid black;
    /* ä¸Šã€å³ã€ä¸‹ã€å·¦  å››ä¸ªè¾¹æ¡†çš„å®½åº¦ */
    border-width: 0px 1px 1px 0px;
    display: inline-block;
    /* paddingå€¼æŽ§åˆ¶ç®­å¤´å¤§å° */
    padding: 3px;
}

section .pagination .right-arrow .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

section .pagination .right-arrow .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}