html,
body {
    min-width: 1240px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #EFF2F6;
}

* {
    margin: 0;
    padding: 0;
}


input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}


.layui-layer-msg {
    z-index: 99999999999999999999999999999999999 !important;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    padding: 20px 0;
    position: relative;
    z-index: 99999;
}

.header .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header.header2 {
    background-color: #fff;
}

.header .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.header .logo .address {
    font-size: 14px;
    color: #333;
    position: relative;
}

.header .logo .address .city_list {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    transform-origin: center top;
    width: 572px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    padding: 12px 16px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.header .logo .address:hover .city_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
    transform: translateX(-50%) scale(1);
}

.header .logo .address .city_list .p1 {
    color: #3677f6;
    font-size: 14px;
    font-weight: 400;
}

.header .logo .address .city_list .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}

.header .logo .address .city_list .p2>.item {
    font-size: 14px;
    color: #333;
}

.header .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* gap: 20px; */
}

.header .menu .list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
}

.header .menu .list .link {
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.header .menu .list .link:hover,
.header .menu .list .link.hover {
    color: #2A66F9;
    font-weight: bold;
}

.header .menu .list .link.zcgj {
    cursor: pointer;
}

.header .menu .list .link.zcgj>.tcbox {
    position: absolute;
    width: 210px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
    padding: 15px 17px;
    box-sizing: border-box;
    display: none;
}

.header .menu .list .link.zcgj>.tcbox::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-image: url('../images/sanjiao.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header .menu .list .link.zcgj>.tcbox>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #333;
    margin-bottom: 18px;
    white-space: nowrap;
    font-weight: normal;
}

.header .menu .list .link.zcgj>.tcbox>.item:last-child {
    margin-bottom: 0;
}

.header .menu .list .link.zcgj>.tcbox>.item:hover {
    color: #2A66F9;
    font-weight: bold;
}

.header .menu .login {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.header .menu .dlzc {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.header .menu .userdata {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.header .menu .userdata .p1 {
    font-size: 14px;
    color: #333;
    width: 4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 14px;
    position: relative;
}

.header .menu .userdata .p1::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../images/down.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: none;
}

.footer {
    width: 100%;
    background-color: #1B2A50;
    padding-top: 33px;
    padding-bottom: 22px;
}

.footer .main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.footer .up {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .up .l {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 33px;
}

.footer .up .l .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
}

.footer .up .l .p1 {
    font-size: 12px;
    color: #5B698A;
}

.footer .up .r {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 24px;
}

.footer .up .r .p1 {
    font-size: 12px;
    color: #5B698A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .up .r .p1 .linklist {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.footer .up .r .p1 .link {
    color: inherit;
}

.footer .up .r .p1 .link:hover {
    color: #fff;
}

.footer .up .r .p2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.footer .up .r .p2 .item {
    width: 83px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    font-size: 12px;
    color: #5B698A;
}

.footer .down {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #5B698A;
    line-height: 25px;
}

.banner {
    width: 100%;
    padding-top: 125px;
    /* padding-bottom: 24px; */
    background-color: #EFF2F6;
    margin-top: -80px;
    background-position: top center;
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-image: url("../images/banner.jpg");
}

.banner .row1 {
    width: 100%;
    margin-bottom: 35px;
}

.banner .row1 .p1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    margin-bottom: 15px;
}

.banner .row1 .p1 .a1 {
    font-size: 40px;
    color: #333;
}

.banner .row1 .p1 .a2 {
    width: 90px;
    height: 40px;
    border-radius: 3px;
    background: linear-gradient(11.99deg, rgba(255, 67, 67, 1) -26.74%, rgba(245, 143, 143, 1) 112.62%);
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .row1 .p2 {
    font-size: 20px;
    color: #666;
}

.banner .row2 {
    width: 100%;
    margin-bottom: 45px;
}

.banner .row2 .p1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.banner .row2 .p1 .item {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.banner .row2 .p1 .item:has(> input[type=radio]:checked) {
    color: #2563EB;
}

.banner .row2 .p1 .item:has(> input[type=radio]:checked)::after {
    content: '';
    width: 20px;
    height: 2px;
    border-radius: 6px;
    background-color: #2563EB;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
}

.banner .row2 .p2 {
    width: 740px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
    border: 1px solid #2563EB;
    border-radius: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.banner .row2 .p2 .input {
    width: 100%;
    border: 0;
}

.banner .row2 .p2 .sub {
    width: 80px;
    height: 40px;
    border-radius: 6px;
    background: linear-gradient(3.17deg, rgba(42, 102, 249, 1) -52.4%, rgba(108, 157, 236, 1) 129.48%);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.banner .row2 .p3 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.banner .row2 .p3 span {
    color: #f00;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.banner .row3 {
    width: 100%;
    /*height: 210px;*/
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 24px;
}

.banner .row3 .title {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    /* border-bottom: 1px solid #EBEDF0; */
}

.banner .row3 .title .p1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.banner .row3 .con {
    width: 100%;
    /* height: 160px; */
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.banner .row3 .con .block {
    width: calc(100% / 3);
    /* height: 100%; */
    box-sizing: border-box;
    border-right: 1px solid #EBEDF0;
    padding: 20px;
}

.banner .row3 .con .block:last-child {
    border-right: 0;
}

.banner .row3 .con .block .p1 {
    width: 100%;
    margin-bottom: 19px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.banner .row3 .con .block .p2 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 45px;
    font-size: 15px;
    color: #333;
}

.banner .row3 .con .block .p2 .link {
    display: flex;
    min-width: 4em;
    font-size: 16px;
    color: #333;
}

.banner .row3 .con2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.banner .row3 .con2>.item {
    width: 25%;
    height: 78px;
    box-sizing: border-box;
    border-top: 1px solid #EBEDF0;
    border-right: 1px solid #EBEDF0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 20px;
    font-size: 16px;
    color: #333;
}

.banner .row3 .con2>.item:nth-child(4n+4) {
    border-right: 0;
}

.banner .row3 .con2>.item .info {
    display: flex;
    flex-direction: column;
    line-height: 21px;
}

.banner .row3 .con2>.item .info .p1 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.banner .row3 .con2>.item .info .p2 {
    font-size: 12px;
    color: #B7B7B7;
}

.banner .row4 {
    width: 100%;
}

.banner .row4 .pic {
    width: 100%;
    border-radius: 6px;
}

.qgzcsj {
    width: 100%;
    background-color: #DAE3EF;
    padding-top: 23px;
    padding-bottom: 40px;
}

.qgzcsj .title {
    width: 100%;
    font-size: 25px;
    color: #333;
    font-weight: 500;
    margin-bottom: 23px;
}

.qgzcsj .box1 {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(243, 248, 255, 1) -1.6%, rgba(255, 255, 255, 1) 28.5%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.qgzcsj .box1 .list {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.qgzcsj .box1 .list:first-child {
    border-right: 1px solid #F0F3F8;
}

.qgzcsj .box1 .list>.item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.qgzcsj .box1 .list>.item .p1 {
    font-size: 20px;
    color: #2A66F9;
    font-weight: bold;
}

.qgzcsj .box1 .list>.item .p2 {
    font-size: 14px;
    color: #333;
}

.qgzcsj .box2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
}

.qgzcsj .box2 .block1 {
    width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.qgzcsj .box2 .block1 .row1 {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.qgzcsj .box2 .block1 .row1 .sel {
    border: 0;
    background-color: unset;
}

.qgzcsj .box2 .block1 .row2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.qgzcsj .box2 .block1 .row2>.item {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.qgzcsj .box2 .block1 .row2>.item .p1 {
    width: 165px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: #101010;
}

.qgzcsj .box2 .block1 .row2>.item .p1 .pic {
    width: 30px;
}

.qgzcsj .box2 .block1 .row2>.item .p2 {
    font-size: 16px;
    color: #2BC273;
    font-weight: bold;
}

.qgzcsj .box2 .block2 {
    width: calc(100% - 16px - 280px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.qgzcsj .box2 .block2 .row1 {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.qgzcsj .box2 .block2 .row1 .item {
    width: 80px;
    height: 30px;
    border-radius: 32px;
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.qgzcsj .box2 .block2 .row1 .item:has(> input[type=radio]:checked) {
    background-color: #fff;
    color: #2A66F9;
}

.qgzcsj .box2 .block2 .row2 {
    width: 100%;
    height: 212px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.qgzcsj .box2 .block2 .row2 .l {
    width: calc(100% - 212px);
    height: 100%;
    background-color: #fff;
    border-radius: 6px 0 0 6px;
    box-sizing: border-box;
    padding: 0 18px 0 15px;
}

.qgzcsj .box2 .block2 .row2 .l>.item {
    width: 100%;
    height: calc(100% / 5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEDF0;
}

.qgzcsj .box2 .block2 .row2 .l>.item:last-child {
    border-bottom: 0;
}

.qgzcsj .box2 .block2 .row2 .l>.item .p1 {
    width: calc(100% - 100px);
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qgzcsj .box2 .block2 .row2 .l>.item:hover .p1 {
    color: #2A66F9;
}

.qgzcsj .box2 .block2 .row2 .l>.item .p2 {
    width: 100px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #2A66F9;
    background-color: #EEF3FB;
}

.qgzcsj .box2 .block2 .row2 .r {
    width: 212px;
}

.qgzcsj .box2 .block2 .row2 .r .pic {
    width: 100%;
    border-radius: 0px 6px 6px 0px;
}

.zhengce {
    width: 100%;
    background-color: #EFF2F6;
    padding: 24px 0;
}

.zhengce .title {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 16px;
    margin-bottom: 16px;
}

.zhengce .title .p1 {
    font-size: 25px;
    color: #333;
    font-weight: 500;
}

.zhengce .block1 {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 24px 20px 30px 20px;
    margin-bottom: 16px;
}

.zhengce .block1 .row1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.zhengce .block1 .row1>.item {
    position: relative;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.zhengce .block1 .row1>.item.item:has(> input[type=radio]:checked) {
    color: #2563EB;
    font-weight: 500;
}

.zhengce .block1 .row1>.item.item:has(> input[type=radio]:checked)::after {
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 6px;
    background-color: #2563EB;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.zhengce .block1 .row2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.zhengce .block1 .row2>.item {
    width: 100%;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    border-top: 1px solid #EBEDF0;
}

.zhengce .block1 .row2>.item:first-child {
    border-top: 0;
}

.zhengce .block1 .row2>.item .p1 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.zhengce .block1 .row2>.item .p2 {
    width: 100%;
    min-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zhengce .block1 .row2>.item .p2 .a1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.zhengce .block1 .row2>.item .p2 .a1>.item {
    min-width: 60px;
    height: 20px;
    background-color: #E3EEFE;
    font-size: 12px;
    color: #2A66F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhengce .block1 .row2>.item .p2 .a1>.item.item1 {
    background-color: #FEEAEA;
    color: #f00;
}

.zhengce .block1 .row2>.item .p2 .a1>.item.item2 {
    background-color: #FEF5E4;
    color: #FF7A00;
}

.zhengce .block1 .row2>.item .p2 .a1>.item.item3 {
    background-color: #E4FEF5;
    color: #2BC273;
}

.zhengce .block1 .row2>.item .p2 .a2 {
    width: 80px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: linear-gradient(3.17deg, rgba(42, 102, 249, 1) -52.4%, rgba(108, 157, 236, 1) 129.48%);
    font-size: 12px;
    color: #F7FAFF;
}

.zhengce .block1 .row2>.item .p3 {
    font-size: 12px;
    color: #B7B7B7;
}

.zhengce .block1 .row2 .more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    color: #2A66F9;
    font-weight: bold;
}

.zhengce .block2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
}

.zhengce .block2 .l {
    width: 820px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px 20px;
}

.zhengce .block2 .l .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.zhengce .block2 .l .list>.item {
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    border-bottom: 1px solid #EBEDF0;
}

.zhengce .block2 .l .list>.item:last-child {
    border: 0;
}

.zhengce .block2 .l .list>.item .p1 {
    width: 160px;
    height: 90px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.zhengce .block2 .l .list>.item .p2 {
    width: calc(100% - 160px - 9px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.zhengce .block2 .l .list>.item .p2 .a1 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}

.zhengce .block2 .l .list>.item .p2 .a2 {
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.zhengce .block2 .l .list>.item .p2 .a3 {
    width: 100%;
    font-size: 12px;
    color: #B7B7B7;
}

.zhengce .block2 .l .more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    color: #2A66F9;
    font-weight: bold;
}

.zhengce .block2 .r {
    width: calc(100% - 820px - 25px);
}

.zhengce .block2 .r .yjpp {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.zhengce .block2 .r .yjpp .pic {
    width: 100%;
    border-radius: 6px;
}

.zhengce .block2 .r .bttj {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 16px 15px;
    border-radius: 6px;
}

.zhengce .block2 .r .bttj .row1 {
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}

.zhengce .block2 .r .bttj .row2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.zhengce .block2 .r .bttj .row2>.item {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 7px;
    background-color: #F3F8FF;
}

.zhengce .block2 .r .bttj .row2>.item .p1 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.zhengce .block2 .r .bttj .row2>.item .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.zhengce .block2 .r .bttj .row2>.item .p2>.item {
    min-width: 60px;
    height: 20px;
    background-color: #E3EBFE;
    font-size: 12px;
    color: #7266EE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhengce .block2 .r .bttj .row2>.item .p3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: #758EC7;
}

.zhengce .block2 .r .bttj .row2>.item .p3 .pic {
    width: 10px;
}

.breadCrumb {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #333;
}

.breadCrumb a {
    color: inherit;
}

.breadCrumb .local {
    font-weight: 500;
}

.zcSearch {
    width: 100%;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 6px;
}

.zcSearch .title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #EBEDF0;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.zcSearch .con {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.zcSearch .con>.item {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #F9F9F9;
}

.zcSearch .con>.item .p1 {
    width: 80px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    flex-shrink: 0;
}

.zcSearch .con>.item .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 10px;
}

.zcSearch .con>.item .p2>.item {
    min-width: 60px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

.zcSearch .con>.item .p2>.item.hover {
    background-color: #2A66F9;
    color: #fff;
}

.zcSearch .con>.item2 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 21px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.zcSearch .con>.item2 .p1 {
    width: 80px;
    font-size: 14px;
    color: #2A66F9;
    line-height: 25px;
    flex-shrink: 0;
    font-weight: bold;
}

.zcSearch .con>.item2 .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 10px;
    gap: 10px;
}

.zcSearch .con>.item2 .p2>.item {
    min-width: 60px;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #2A66F9;
}

.zcSearch .con>.item2 .p2>.item span {
    font-size: 14px;
    color: #2A66F9;
}

.zcSearch .con>.item2 .p2>.item .pic {
    width: 16px;
}

.zcCon {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 24px;
}

.zcCon:has(+.pub_right) {
    width: calc(100% - 24px - 356px);
}

.zcCon .title {
    width: 100%;
    height: 51px;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEDF0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zcCon .title .p1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.zcCon .title .p1 span {
    color: #2A66F9;
}

.zcCon .title .p2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.zcCon .title .p2 .sel {
    border: 0;
}

.zcConList {
    width: 100%;
}

.zcConList>.item {
    width: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #EBEDF0;
}

.zcConList>.item .p1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zcConList>.item .p1 .a1 {
    width: calc(100% - 80px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}

.zcConList>.item .p1 .but {
    width: 80px;
    height: 25px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.zcConList>.item .p1 .but.but1 {
    background: linear-gradient(3.17deg, rgba(42, 102, 249, 1) -52.4%, rgba(108, 157, 236, 1) 129.48%);
    color: #F7FAFF;
}

.zcConList>.item .p1 .but.but2 {
    background: linear-gradient(3.17deg, rgba(240, 242, 245, 1) -52.4%, rgba(183, 183, 183, 1) 129.48%);
    color: #666;
}

.zcConList>.item .p1 .but.but3 {
    background: linear-gradient(-18.29deg, rgba(36, 179, 133, 1) -39.34%, rgba(44, 211, 114, 1) 163.76%, rgba(45, 214, 113, 1) 172.59%);
    color: #F7FAFF;
}

.zcConList>.item .p1 .but.but4 {
    background: linear-gradient(3.17deg, rgba(240, 242, 245, 1) -52.4%, rgba(183, 183, 183, 1) 129.48%);
    color: #666;
}

.zcConList>.item .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.zcConList>.item .p2>.item {
    min-width: 60px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #2A66F9;
    padding: 0 10px;
    box-sizing: border-box;
}

.zcConList>.item .p2>.item.item1 {
    background-color: #FEEAEA;
    color: #f00;
}

.zcConList>.item .p2>.item.item2 {
    background-color: #FEF5E4;
    color: #FF7A00;
}

.zcConList>.item .p2>.item.item3 {
    background-color: #E4FEF5;
    color: #2BC273;
}

.zcConList>.item .p3 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.zcConList>.item .p4 {
    width: 100%;
    font-size: 12px;
    color: #B7B7B7;
}

.zcConList.zcConList2>.item .p4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zcConList.zcConList2>.item .p4 .btn {
    color: #2A66F9;
}

.page {
    width: 100%;
    text-align: center;
    padding: 30px 0;

}

.page .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.page .pagination li {
    min-width: 27px;
    height: 32px;
    padding: 0 3px;
    background-color: #E5EEFB;
    border-radius: 2px;
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page .pagination li.disabled {
    cursor: not-allowed;
}

.page .pagination li.active {
    background-color: #035CF2;
}

.page .pagination li span,
.page .pagination li a {
    font-size: 12px;
    color: #333;
}

.page .pagination li.active span,
.page .pagination li.active a {
    color: #fff;
}


.zcView {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 24px;
}

.zcView .zcinfo {
    width: calc(100% - 356px - 24px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.zcView .zcinfo .row1 {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
}

.zcView .zcinfo .row1 .p1 {
    width: 100%;
    font-size: 20px;
    color: #333;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 10px;
}

.zcView .zcinfo .row1 .p2 {
    width: 100%;
    font-size: 12px;
    color: #333;
    margin-bottom: 14px;
}

.zcView .zcinfo .row1 .p2 span {
    color: #FF7A00;
    font-weight: bold;
}

.zcView .zcinfo .row1 .p3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zcView .zcinfo .row1 .p3 .a1 {
    padding: 0 10px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F3F8FF;
    font-size: 12px;
    color: #2A66F9;
}

.zcView .zcinfo .row1 .p3 .a2 {
    width: 80px;
    height: 25px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 5px;
}

.zcView .zcinfo .row1 .p3 .a3 {
    width: 80px;
    height: 25px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 5px;
    background: linear-gradient(3.17deg, rgba(42, 102, 249, 1) -52.4%, rgba(108, 157, 236, 1) 129.48%);
    color: #F7FAFF;
}

.zcView .zcinfo .row1 .p3 .a3::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/nosc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.zcView .zcinfo .row1 .p3 .space {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.zcView .zcinfo .row1 .p3 .a3.hover {
    background: #DEECFF;
    color: #2A66F9;
}

.zcView .zcinfo .row1 .p3 .a3.hover::before {
    background-image: url(../images/sc.png);
}

.zcView .zcinfo .row1 .p3 .a2.but1 {
    background: linear-gradient(3.17deg, rgba(42, 102, 249, 1) -52.4%, rgba(108, 157, 236, 1) 129.48%);
    color: #F7FAFF;
}

.zcView .zcinfo .row1 .p3 .a2.but2 {
    background: linear-gradient(3.17deg, rgba(240, 242, 245, 1) -52.4%, rgba(183, 183, 183, 1) 129.48%);
    color: #666;
}

.zcView .zcinfo .row1 .p3 .a2.but3 {
    background: linear-gradient(-18.29deg, rgba(36, 179, 133, 1) -39.34%, rgba(44, 211, 114, 1) 163.76%, rgba(45, 214, 113, 1) 172.59%);
    color: #F7FAFF;
}

.zcView .zcinfo .row1 .p3 .a2.but4 {
    background: linear-gradient(3.17deg, rgba(240, 242, 245, 1) -52.4%, rgba(183, 183, 183, 1) 129.48%);
    color: #666;
}

.zcView .zcinfo .row2 {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    box-sizing: border-box;
}

.zcView .zcinfo .row2 img,
.zcView .zcinfo .row2 video {
    max-width: 100%;
}

.viewRight {
    width: 356px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
}

.viewRight .block {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 6px;
}

.viewRight .block .title {
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.viewRight .block .rmzcbd {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.viewRight .block .rmzcbd>.item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.viewRight .block .rmzcbd>.item .tag {
    width: 19px;
    height: 19px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bd4.png);
}

.viewRight .block .rmzcbd>.item:nth-child(1) .tag {
    background-image: url(../images/bd1.png);
}

.viewRight .block .rmzcbd>.item:nth-child(2) .tag {
    background-image: url(../images/bd2.png);
}

.viewRight .block .rmzcbd>.item:nth-child(3) .tag {
    background-image: url(../images/bd3.png);
}

.viewRight .block .rmzcbd>.item .p1 {
    width: calc(100% - 19px - 8px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.viewRight .block .sbtj {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 6px;
}

.viewRight .block .sbtj .row2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.viewRight .block .sbtj .row2>.item {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 7px;
    background-color: #F3F8FF;
}

.viewRight .block .sbtj .row2>.item .p1 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.viewRight .block .sbtj .row2>.item .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.viewRight .block .sbtj .row2>.item .p2>.item {
    min-width: 60px;
    height: 20px;
    background-color: #E3EBFE;
    font-size: 12px;
    color: #7266EE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewRight .block .sbtj .row2>.item .p3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: #758EC7;
}

.viewRight .block .sbtj .row2>.item .p3 .pic {
    width: 10px;
}

.shenbao {
    width: 600px;
    height: 420px;
    background-color: #fff;
    border-radius: 6px;
}

.shenbao .p1 {
    width: 100%;
    height: 80px;
    background-image: url(../images/shenbao.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
}

.shenbao .p1 .cha {
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
}

.shenbao .p1 .cha .pic {
    width: 100%;
}

.shenbao .p2 {
    width: 100%;
    height: 340px;
    box-sizing: border-box;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.shenbao .p2>.item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shenbao .p2>.item .a1 {
    width: calc(100% - 450px);
    font-size: 14px;
    color: #333;
}

.shenbao .p2>.item .a1 span {
    color: #f00;
}

.shenbao .p2>.item .a2 {
    width: 450px;
    height: 40px;
}

.shenbao .p2>.item .a2 .input {
    width: 100%;
    height: 100%;
    background-color: #F3F8FF;
    border: 0;
    box-sizing: border-box;
    padding-left: 10px;
}

.shenbao .p2>.item .a2 .input::placeholder {
    color: #BFCEF3;
}

.shenbao .p2>.but {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #F7FAFF;
    background-color: #2A66F9;
    border-radius: 3px;
}

.PipeiForm {
    width: 100%;
    height: 206px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/qyzcpp.jpg);
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 6px;
    margin-bottom: 40px;
}

.PipeiForm .p1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}

.PipeiForm .p1 .a1 {
    font-size: 25px;
    color: #2A66F9;
    font-weight: bold;
}

.PipeiForm .p1 .a2 {
    font-size: 14px;
    color: #1B4099;
}

.PipeiForm .p2 {
    width: 740px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #2563EB;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
    padding: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.PipeiForm .p2 .input {
    width: 100%;
    height: 100%;
    border: 0;
    box-sizing: border-box;
    padding-left: 10px;
}

.PipeiForm .p2 .input::placeholder {
    color: #B7B7B7;
}

.PipeiForm .p2 .sub {
    width: 80px;
    height: 40px;
    border-radius: 6px;
    background: linear-gradient(3.17deg, rgba(42, 102, 249, 1) -52.4%, rgba(108, 157, 236, 1) 129.48%);
    border: 0;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
}

.guanjia {
    width: fit-content;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.guanjia div {
    font-size: 25px;
    color: #333;
    position: relative;
    z-index: 99;
}

.guanjia div span {
    color: #2A66F9;
}

.guanjia::before {
    content: '';
    width: 61px;
    height: 58px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/pp1.png);
    position: absolute;
    bottom: -8px;
    left: -25px;
}

.guanjia::after {
    content: '';
    width: 57px;
    height: 55px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/pp2.png);
    position: absolute;
    top: 4px;
    right: -20px;
}

.pp_head {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(218.68deg, rgba(227, 238, 254, 1) -28.54%, rgba(255, 255, 255, 1) 11.21%);
    border-radius: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}

.pp_head .l {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.pp_head .l .p1 {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.pp_head .l .p2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.pp_head .l .p2 .a1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.pp_head .l .p2 .a1 .b1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.pp_head .l .p2 .a1 .b2 {
    width: 140px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    color: #51420D;
    background: linear-gradient(-17.65deg, rgba(242, 202, 126, 1) -27.56%, rgba(255, 238, 175, 1) 80.14%, rgba(249, 217, 159, 1) 164.34%);
    border-radius: 3px;
}

.pp_head .l .p2 .a2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.pp_head .l .p2 .a2>.item {
    min-width: 90px;
    padding: 0 5px;
    height: 20px;
    background-color: #E3EEFE;
    border-radius: 2px;
    font-size: 12px;
    color: #2A66F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp_head .l .p2 .a3 {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.pp_head .l .p2 .a3 span {
    color: #a2a2a2;
}

.pp_head .r {
    width: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
}

.pp_head .r .p1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.pp_head .r .p1 span {
    font-size: 40px;
    color: #7266EE;
    min-width: 50px;
    display: inline-block;
    text-align: center;
}

.pp_head .r .p2 {
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pp_con {
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 24px;
}

.pp_con .title {
    width: 100%;
    box-sizing: border-box;
    height: 51px;
    padding: 0 20px;
    border-bottom: 1px solid #EBEDF0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pp_con .title .p1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.pp_con .title .p1 span {
    color: #2A66F9;
}

.pp_con .title .p2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.pp_con .title .p2 .sel {
    font-size: 14px;
    color: #333;
    border: 0;
}

.pp_con .list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

.pp_con .list>.item {
    width: 100%;
    padding: 16px 0;
    padding-right: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #EBEDF0;
}

.pp_con .list>.item:last-child {
    border-bottom: 0;
}

.pp_con .list>.item .l {
    width: 100%;
    box-sizing: border-box;
    padding-right: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.pp_con .list>.item .l .p1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pp_con .list>.item .l .p1 .a1 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.pp_con .list>.item .l .p1 .a2 {
    width: 100px;
    height: 25px;
    border-radius: 3px;
    background: linear-gradient(-17.65deg, rgba(242, 202, 126, 1) -27.56%, rgba(255, 238, 175, 1) 80.14%, rgba(249, 217, 159, 1) 164.34%);
    font-size: 12px;
    color: #51420D;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.pp_con .list>.item .l .p2 {
    width: 100%;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pp_con .list>.item .l .p3 {
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 95px;
    background-color: #E3EEFE;
}

.pp_con .list>.item .l .p3 .a1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.pp_con .list>.item .l .p3 .a1 .b1 {
    font-size: 12px;
    color: #2A66F9;
    font-weight: bold;
}

.pp_con .list>.item .l .p3 .a1 .b2 {
    font-size: 12px;
    color: #333;
}

.pp_con .list>.item .l .p3 .a1 .b2 span {
    color: #FF7A00;
}

.pp_con .list>.item .l .p3 .a2 {
    font-size: 12px;
    color: #1A2D5C;
}

.pp_con .list>.item .l .p4 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pp_con .list>.item .l .p4>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pp_con .list>.item .l .p4>.item .a1 {
    font-size: 12px;
    color: #A2A2A2;
}

.pp_con .list>.item .l .p4>.item .a2 {
    font-size: 12px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}

.pp_con .list>.item .r {
    width: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-left: 26px;
    box-sizing: border-box;
    border-left: 1px solid #EBEDF0;
    flex-shrink: 0;
}

.pp_con .list>.item .r .p1 {
    font-size: 14px;
    color: #333;
}

.pp_con .list>.item .r .p2 {
    font-size: 25px;
    color: #7266EE;
    line-height: 25px;
}

.pp_con .list>.item .r .p3 {
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.pp_con .list>.item .r .p4 {
    width: 80px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: linear-gradient(3.17deg, rgba(42, 102, 249, 1) -52.4%, rgba(108, 157, 236, 1) 129.48%);
    font-size: 12px;
    color: #F7FAFF;
}

.ppView {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 24px;
}

.ppView .ppinfo {
    width: calc(100% - 356px - 24px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.ppView .ppinfo .pptitle {
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.ppView .ppinfo .pptitle .p1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 10px;
}

.ppView .ppinfo .pptitle .p1 .a1 {
    width: calc(100% - 20px - 196px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
}

.ppView .ppinfo .pptitle .p1 .a1 .b1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.ppView .ppinfo .pptitle .p1 .a1 .b2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #aaa;
}

.ppView .ppinfo .pptitle .p1 .a2 {
    width: 196px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
}

.ppView .ppinfo .pptitle .p1 .a2 .b1 {
    width: 100px;
    height: 25px;
    border-radius: 3px;
    background: linear-gradient(-17.65deg, rgba(242, 202, 126, 1) -27.56%, rgba(255, 238, 175, 1) 80.14%, rgba(249, 217, 159, 1) 164.34%);
    color: #51420D;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.ppView .ppinfo .pptitle .p1 .a2 .b2 {
    width: 80px;
    height: 25px;
    background: linear-gradient(3.17deg, rgba(42, 102, 249, 1) -52.4%, rgba(108, 157, 236, 1) 129.48%);
    font-size: 12px;
    color: #F7FAFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ppView .ppinfo .pptitle .p2 {
    width: 100%;
    font-size: 12px;
    color: #333;
    margin-bottom: 14px;
}

.ppView .ppinfo .pptitle .p2 span {
    color: #FF7A00;
    font-weight: bold;
}

.ppView .ppinfo .pptitle .p3 {
    width: fit-content;
    padding: 0 10px;
    height: 25px;
    background-color: #F3F8FF;
    font-size: 12px;
    color: #2A66F9;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ppView .pubBlock {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
}

.ppView .pubBlock .title {
    width: 100%;
    height: 51px;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEDF0;
    font-size: 16px;
    color: #2A66F9;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}

.ppView .pubBlock .con {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 20px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.ppView .pubBlock .con a {
    color: inherit;
}

.ppView .pubBlock .con .sblist {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 48px;
}

.ppView .pubBlock .con .sblist>.item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.ppView .pubBlock .con .sblist>.item .p1 {
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

.ppView .pubBlock .con .sblist>.item .p2 {
    width: 100%;
    position: relative;
}

.ppView .pubBlock .con .sblist>.item .p2::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dashed #2A66F9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 34px;
}

.ppView .pubBlock .con .sblist>.item:last-child .p2::after {
    display: none;
}

.ppView .pubBlock .con .sblist>.item .p2 span {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #2A66F9;
}

.ppView .pubBlock .con .sblist>.item .p3 {
    font-size: 12px;
    color: #333;
    line-height: 25px;
}


.pingfen {
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    padding: 18px 20px;
    box-sizing: border-box;
    font-size: 12px;
}

.pingfen .title {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #EBEDF0;
}

.pingfen .title.title_btw {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pingfen .title .daochu {
    width: 100px;
    height: 25px;
    background: linear-gradient(-17.65deg, rgba(242, 202, 126, 1) -27.56%, rgba(255, 238, 175, 1) 80.14%, rgba(249, 217, 159, 1) 164.34%);
    color: #51420D;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 3px;
}

.pingfen .title .daochu .pic {
    width: 27px;
}

.pingfen .title2 {
    width: 100%;
    height: 30px;
    background-color: #F3F8FF;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.pingfen .title2 .p1 {
    font-size: 14px;
    color: #2A66F9;
    font-weight: bold;
}

.pingfen .input_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px 40px;
    margin-bottom: 24px;
}

.pingfen .input_list>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.pingfen .input_list>.item>.p1 {
    color: #333;
}

.pingfen .input_list>.item>.p2 {
    width: 240px;
    height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #F3F8FF;
}

.pingfen .input_list>.item>.p2 .input,
.pingfen .input_list>.item>.p2 .sel {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background-color: inherit;
    font-size: 12px;
}

.pingfen .input_list>.item>.p2 .input::placeholder {
    color: #BFCEF3;
}

.pingfen .input_list>.item>.p2 .dw {
    flex-shrink: 0;
    color: #BFCEF3;
}

.pingfen .qa {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 24px;
}

.pingfen .qa .q {
    width: 100%;
    font-size: 12px;
    color: #333;
}

.pingfen .qa .a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 45px;
}

.pingfen .qa .a .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

.pingfen .qa .a .item2 {
    width: 6em;
    flex-shrink: 0;
}

.pingfen .qa .a .space {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 45px;
}

.pingfen .table {
    width: 100%;
    border: 1px solid #EBEDF0;
    margin-bottom: 24px;
}

.pingfen .table td {
    font-size: 12px;
    color: #333;
    height: 45px;
    padding: 0 15px;
}

.pingfen .table tr:first-child td,
.pingfen .table tr td:first-child {
    background-color: #F3F8FF;
    font-weight: bold;
}

.pingfen .table td .input {
    border: 0;
    background-color: inherit;
    width: 100%;
    height: 100%;
}

.pingfen .sub {
    width: 80px;
    height: 25px;
    border-radius: 3px;
    background: linear-gradient(3.17deg, rgba(42, 102, 249, 1) -52.4%, rgba(108, 157, 236, 1) 129.48%);
    color: #F7FAFF;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}



/* 进度条容器：适配你的1160px页面宽度 */
.score-container {
    width: 372px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 186px;
    /* 给进度条预留显示高度 */
    padding-bottom: 56px;
}

.score-container .status {
    width: fit-content;
    min-width: 100px;
    height: 25px;
    border-radius: 15px;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #F3F8FF;
    color: #2A66F9;
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 核心：jQuery Knob 样式调整（匹配截图） */
.score-container .score-knob {
    width: min-content !important;
    height: fit-content !important;
    font-size: 60px !important;
    /* 得分数字大小 */
    font-weight: bold !important;
    color: #101010 !important;
    /* 得分数字颜色 */
    border: none !important;
    /* 清除默认边框 */
    padding: 0;
    margin: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

/* 综合得分标签 + 状态文字 */
.score-container .score-label {
    font-size: 14px;
    color: #101010;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
}

.score-container .score-status {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #1677ff;
}

/* 0/100刻度（匹配截图布局） */
.score-container .scale {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #a2a2a2;
    width: 100%;
}

.score-container .scale>span:first-child {
    position: absolute;
    left: -40px;
}

.score-container .scale>span:last-child {
    position: absolute;
    right: -40px;
}

.score-container .legend {
    width: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -465px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
}

.score-container .legend>.item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #101010;
    text-align: left;
}

.score-container .legend>.item::before {
    content: '';
    width: 3px;
    height: 10px;
    background-color: #2A66F9;
    border-radius: 3px;
}

.company_info {
    width: 100%;
    height: 100px;
    background-color: #F5F9FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 16px;
    margin-bottom: 24px;
}

.company_info .p1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.company_info .p1 .a1 {
    width: 58px;
    flex-shrink: 0;
}

.company_info .p1 .a1 .pic {
    width: 100%;
}

.company_info .p1 .a2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    gap: 10px;
}

.company_info .p1 .a2 .b1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #101010;
}

.company_info .p1 .a2 .b1 .pic {
    width: 20px;
}

.company_info .p1 .a2 .b2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.company_info .p1 .a2 .b2>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
}

.company_info .p1 .a2 .b2>.item .c1 {
    color: #A2A2A2;
}

.company_info .p1 .a2 .b2>.item .c2 {
    color: #333;
}

.company_info .p2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}

.company_info .p2 .a1 {
    font-size: 28px;
    color: #7266EE;
    font-weight: bold;
}

.company_info .p2 .a2 {
    font-size: 12px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_info .p2 .a2 .pic {
    width: 16px;
}

.zdfx {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 24px;
}

.zdfx .p1 {
    width: 684px;
    height: 300px;
}

.zdfx .p2 {
    width: calc(100% - 684px - 10px);
}

.zdyj {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-bottom: 14px;
}

.zdjg {
    width: 100%;
    border: 1px solid #EBEDF0;
    /* margin-bottom: 24px; */
}

.zdjg td {
    padding: 15px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.zdjg tr:first-child td {
    background-color: #F3F8FF;
    height: 45px;
    padding: 0 15px;
}

.lr24 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.pub_right {
    width: 356px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.zxzx {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px;
}

.zxzx .info {
    width: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.zxzx .info .p1 {
    width: 100%;
}

.zxzx .info .p2 {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    background-color: #2A66F9;
}

.zxzx .info .p2:hover {
    background-color: rgb(64, 128, 255);
}

.zxzx .info .p2 .a1 {
    width: 16px;
}

.zxzx .info .p2 .a2 {
    font-size: 14px;
    color: #fff;
}

.other_info {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fff;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
}

.other_info>.item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.other_info>.item .p1 {
    width: 100%;
    font-size: 14px;
    color: #2A66F9;
}

.other_info>.item .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
    column-gap: 25px;
    flex-wrap: wrap;
}

.other_info>.item .p2>.item {
    font-size: 14px;
    color: #9B9B9B;
}

.other_info>.item .p2>.item.item2 {
    width: 100%;
}


.login_box {
    width: 400px;
    min-height: 450px;
    background-color: #fff;
    border-radius: 6px;
    background-image: url('../images/loginbj.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
    padding: 50px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999;
    display: none;
}

.login_box .tab {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 44px;
}

.login_box .tab>.item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #101010;
    cursor: pointer;
}

.login_box .tab>.item.hover::after {
    content: '';
    width: 20px;
    height: 4px;
    border-radius: 4px;
    background-color: #3165E9;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.login_box .form {
    width: 100%;
    display: none;
}

.login_box .form.hover {
    display: block;
}

.login_box .form .input {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #333;
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
}

.login_box .form .input.last {
    margin-bottom: 15px;
}

.login_box .form .input .pic {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.login_box .form .input .p1 {
    width: 100%;
    height: calc(100% - 2px);
    border: 0;
    font-size: 14px;
}

.login_box .form .input .yzm {
    flex-shrink: 0;
}

.login_box .form .input .fasong {
    flex-shrink: 0;
    color: #3165E9;
    font-size: 14px;
}

.login_box .form .input .fasong.hover {
    color: #999;
    pointer-events: none;
}

.login_box .form .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.login_box .form .info .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #101010;
}

.login_box .form .info .item.wangji {
    color: #B7B7B7;
}

.login_box .form .info .item .p1 {
    margin-right: 5px;
}

.login_box .form .info .item .p2 a {
    color: #3165E9;
}

.login_box .form .sub {
    width: 100%;
    margin-bottom: 40px;
}

.login_box .form .sub .btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #F7FAFF;
    background-color: #2A66F9;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.login_box .zhuce {
    width: 100%;
    font-size: 14px;
    color: #101010;
}

.login_box .zhuce a {
    color: #3165E9;
}

.login_box .cha {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -34px;
    right: 0;
    cursor: pointer;
}

#zhezhao {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999998;
    display: none;
}

.layui-layer-shade {
    z-index: 999999999 !important;
}

.layui-layer-loading {
    z-index: 9999999999 !important;
}

.layui-layer-page{
    z-index: 9999999999!important;
}

.userinfo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 27px;
}

.userinfo .l {
    width: 260px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.userinfo .l .p1 {
    width: 100%;
    height: 100px;
    background-image: url(../images/userbj.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    padding: 18px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.userinfo .l .p1 .a1 {
    width: 64px;
    flex-shrink: 0;
    border-radius: 50%;
}

.userinfo .l .p1 .a2 {
    width: calc(100% - 64px - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.userinfo .l .p1 .a2 .b1 {
    font-size: 18px;
    color: #333;
}

.userinfo .l .p1 .a2 .b2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}

.userinfo .l .p1 .a2 .b2 .pic {
    width: 20px;
}

.userinfo .l .p1 .a2 .b2 .c1 {
    font-size: 12px;
    color: #333;
}

.userinfo .l .p2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.userinfo .l .p2>.item {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
}

.userinfo .l .p2>.item .a2 {
    font-size: 14px;
    color: #333;
}

.userinfo .l .p2>.item.hover .a2 {
    color: #2A66F9;
}

.userinfo .l .p2>.item.i1::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../images/userpic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.userinfo .l .p2>.item.i1.hover::before {
    background-image: url(../images/userpic1_h.png);
}

.userinfo .l .p2>.item.i2::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../images/userpic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.userinfo .l .p2>.item.i2.hover::before {
    background-image: url(../images/userpic2_h.png);
}

.userinfo .l .p2>.item.i3::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../images/userpic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.userinfo .l .p2>.item.i3.hover::before {
    background-image: url(../images/userpic3_h.png);
}

.userinfo .l .p2>.item.i4::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../images/userpic4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.userinfo .l .p2>.item.i5::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../images/userpic5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.userinfo .l .p2>.item.i5.hover::before {
    background-image: url(../images/userpic5_h.png);
}

.userinfo .r {
    width: calc(100% - 260px - 27px);
    min-height: 630px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

.userinfo .r>.p1 {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEDF0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    background-image: url(../images/userbj2.png);
    background-size: auto 44px;
    background-position: right center;
    background-repeat: no-repeat;
}

.userinfo .r>.p1 .a1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.userinfo .r .con {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.grxx {
    width: 365px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.grxx>.item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.grxx>.item>.a1 {
    width: 4em;
    text-align: right;
    font-size: 14px;
    color: #333;
    flex-shrink: 0;
}

.grxx>.item>.a2 {
    width: calc(100% - 15px - 4em);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.grxx>.item>.a2 .upload {
    width: 50px;
    height: 50px;
    background-color: #eee;
    box-sizing: border-box;
    border: 1px dashed #000;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.grxx>.item>.a2 .upload::after {
    content: '+';
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grxx>.item>.a2 .upload:has(>input[type="hidden"]:not([value=""]))::after {
    display: none;
}

.grxx>.item>.a2 .input {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #aaa;
}

.grxx>.item>.a2 .input[disabled] {
    border: 0;
}

.grxx>.item>.a2 .btn {
    width: 130px;
    height: 35px;
    background-color: #3165E9;
    border: 0;
    font-size: 14px;
    color: #fff;
}

.dingdan_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.dingdan_table td {
    height: 40px;
    border: 1px solid #ddd;
    padding: 5px;
    box-sizing: border-box;
}

.dingdan_table tr:first-child {
    background-color: #e4eeff;
}


.kthy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 20px;
}

.kthy .p1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.kthy .p1 .a1 {
    font-size: 28px;
    color: #101010;
    font-weight: bold;
}

.kthy .p1 .a2 {
    font-size: 28px;
    color: #366af9;
    font-weight: bold;
}


.kthy .p3 {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
    width: 100%;
}

.kthy .p3>.item {
    width: calc((100% - 60px) / 3);
    aspect-ratio: 280 / 298;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding-top: 54px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.kthy .p3>.item .a1 {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.kthy .p3>.item .a2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.kthy .p3>.item .a3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.kthy .p3>.item .a3 .num {
    font-size: 28px;
    font-weight: bold;
}

.kthy .p3>.item .a4 {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.kthy .p3>.item .a4.disabled {
    cursor: no-drop;
    filter: grayscale(100%);
    /* pointer-events: none; */
}

.kthy .p3>.item.i1 .a4 {
    border-radius: 5px;
    background-color: rgba(162, 205, 248, 1);
}

.kthy .p3>.item.i2 .a4 {
    border-radius: 5px;
    background-color: rgba(97, 184, 255, 1);
}

.kthy .p3>.item.i3 .a4 {
    border-radius: 5px;
    background-color: rgba(248, 173, 39, 1);
}

.kthy .p4 {
    width: 100%;
    overflow-x: auto;
}
