.con {
    padding-top:30px;
    padding-bottom: 40px;
}

.info-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px
}

.info-item {
    display: flex;
    flex: 0 0 50%;
    margin-bottom: 1px;
}

.info-tit {
    flex: 0 0 40.27%;
    background-color: #dcdddd;
    line-height: 1.5;
    padding:20px 6.5%;
    color: #000;
    font-weight: 600;
}

.info-name {
    flex: 1;
    line-height: 1.5;
    background-color: #f6f7f7;
    padding: 20px 6.5%;
    color: #333;
}

.info-item:last-child,
.info-item:nth-last-child(2) {
    flex: 0 0 100%;
}

.info-item:last-child .info-tit,
.info-item:nth-last-child(2) .info-tit {
    flex: 0 0 20.135%;
    padding: 20px 3.25%;
}

.info-item:last-child .info-name,
.info-item:nth-last-child(2) .info-name {
    padding: 20px 3.25%;
}

/*.stock {
    margin-bottom: 2.6vw;
}*/

.sec3 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url('/static/cn/img/qimg/stock_bj.jpg') no-repeat center center/cover;
}

.sec3 .sec3-btm {
    width: 1100px;
    background-color: rgba(255, 255, 255, .16);
    border: 1px solid #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    position: relative;
    margin: 40px auto 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sec3 .sec3-txt {
    margin-left: 6.9%;
    width: 48%;
}

.sec3 .sec3-tit {
    color: #333;
    line-height: 1.5;
    margin-bottom:40px;
}

.sec3 .sec3-txt li {
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #333;
    padding-left: 40px;
    position: relative;
    line-height: 1.5;
    margin-bottom:20px;
}

.sec3 .sec3-txt li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #f11222;
    border-radius: 50%;
    transform: translateY(-50%);
}

.sec3 .sec3-txt li span {
    color: #f11222;
}

.sec3 .sec3-notice {
    position: absolute;
    right: 14.72%;
    width: 27.18%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .1);
}

.sec3 .sec3-notice img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stock_zy {
    line-height: 30px;
    text-align: right;
    color: #666;
    margin-top: 10px;
}

.stk-data {
    padding-top: 40px;
    padding-bottom: 40px;
}


@media screen and (max-width:1600px) {
    .sec3 .sec3-btm {
        width: 80%;
    }
}

@media screen and (max-width:1200px) {
    .sec3 .sec3-btm {
        width: 90%;
    }

    .sec3 .sec3-notice {
        right: 8%;
    }

}

@media screen and (max-width:768px) {
    .info-item {
        flex: 0 0 100%;
    }

    .info-item:nth-child(n) .info-tit {
        flex: 0 0 32%;
        padding: 10px 3.25%;
        display: flex;
        align-items: center;
    }

    .info-item:nth-child(n) .info-name {
        padding: 10px 3.25%;
    }
.kke_menus_tab_edage{
    margin-top: 20px;
}
    .con {
        padding: 20px 0 40px 0;
    }

    .info-list {
        margin-top: 20px;
    }

    .stk-data {
        padding-top:20px;
        padding-bottom: 20px;
    }
.sec3{
    padding: 40px 0;
}
    .sec3 .sec3-notice {
        position: static;
        transform: none;
        width: 40%;
        max-width: 200px;
        margin: 15px auto;
    }

    .sec3 .sec3-txt {
        margin-left: 8%;
        width: 84%;
    }
    .sec3 .sec3-btm{
        margin-top: 20px;
    }
}
