.banner {
    background-image: url(../images/product_banner.png);
}

/* Taber section */
.taber {
    padding-bottom: 60px;
}

.taber .tab {
    margin: 30px 0 50px;
}

.taber .tab .item {
    width: 18%;
    line-height: 50px;
    text-align: center;
    background: #F0F0F0;
    color: #6D6D6D;
    font-size: 24px;
    border-radius: 4px;
    cursor: pointer;
}

.taber .tab .item.active {
    background: #147C66;
    color: #fff;
}

.taber .product_tab_info .icon {
    width: 55%;
    margin-top: 10px;
    overflow: hidden;
}

.taber .product_tab_info .icon1 {
    display: none;
}

.taber .product_tab_info:hover .icon .image {
    transform: scale(1.02);
    transition: 0.3s ease;
}

.taber .product_tab_info .icon .image {
    transition: 0.3s ease;
}

.taber .product_tab_info .info {
    width: 45%;
    padding-left: 46px;
    box-sizing: border-box;
}

.taber .product_tab_info .info .tit {
    font-size: 32px;
}

.taber .product_tab_info .info .tit .image {
    width: 63px;
    height: 63px;
}

.taber .product_tab_info .info .desc {
    margin-top: 15px;
    line-height: 30px;
}

.taber .product_tab_info .info .line {
    width: 36px;
    height: 5px;
    background: #147C66;
    border-radius: 2px;
    margin-top: 20px;
}

.taber .product_tab_info .info .btns {
    display: flex;
}

.taber .product_tab_info .info .btns .btn {
    margin-right: 20px;
}

.taber .product_tab_info .info .btn {
    margin-top: 20px;
}

.taber .product_tab_info .info.info2 {
    padding-left: 0;
    padding-right: 46px;
}

/*改1*/
.taber .product_tab_info1 {
    background: linear-gradient(268deg, rgba(255, 255, 255, 0) 0%, #edf8f6 100%);
}

.taber .product_tab_info1 .icon {
    text-align: center;
    padding: 30px 0;
}

.taber .product_tab_info1 .icon .image {
    width: 380px;
}

.box .title2.link {
    text-decoration: underline;
    color: #147C66;
    margin: 10px auto;
    cursor: pointer;
}

/* 弹窗 */
.openMask{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,.5);
    z-index:100;
    display: none;
}
.openVideo {
    width: 200px;
    background: #fff;
    padding: 0 50px 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -2;
    text-align: center;
    box-shadow: 0px 4px 13px 0px rgba(221, 224, 236, 0.41);
    transition: 0.3s ease;
    box-sizing: border-box;
    color: #333;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.openVideo .tit {
    margin-top: 30px;
}

.openVideo .close {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 10px;
}

.openVideo.active {
    width: 360px;
    opacity: 1;
    z-index: 101;
    padding: 15px;
}

/* PrjHeight class */
.prjHeight {
    width: 100%;
    height: 10000px;
    display: none;
}

.prjHeight.active {
    display: block;
}

/* Spot section */
.spot {
    height: 780px;
    background-image: url(../images/product_spot_bg.png);
    background-size: cover;
}

.spot .spt_con {
    position: relative;
}

.spot .spt_con .spt_bg {
    width: 540px;
    height: 540px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -270px;
    z-index: -1;
    /* transition: 1s ease; - Removed as it's commented out */
}

.spot .spt_con .spt_ul {
    padding-top: 150px;
}

.spot .spt_con .spt_ul li {
    width: 34%;
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(227, 227, 227, 0.5);
    border-radius: 20px;
    padding: 30px 25px;
    margin-bottom: 40px;
    transition: 0.3s ease;
}

.spot .spt_con .spt_ul li span {
    color: #147C66;
}

.spot .spt_con .spt_ul li .desc {
    margin-top: 14px;
}

.spot .spt_con .spt_ul li:hover {
    transform: scale(1.03);
    transition: 0.3s ease;
}

/* Hover effect for .spot */
.spot:hover .spt_con .spt_bg {
    transform: rotate(360deg);
    transition: 0.5s ease;
}

/* Core section */
.core {
    background: #fff;
    padding-bottom: 220px;
}

.core .core_con {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.core .core_con .core_bg {
    width: 930px;
    margin: auto;
}

.core .core_con .core_ul li {
    width: 280px;
    position: absolute;
    line-height: 26px;
}

.core .core_con .core_ul li .image {
    width: 80px;
}

.core .core_con .core_ul li .tit {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.core .core_con .core_ul li .desc {
    font-size: 18px;
}

.core .core_con .core_ul li:nth-child(1) {
    top: 125px;
    left: 0;
    animation: amt 5s infinite;
}

.core .core_con .core_ul li:nth-child(1):hover {
    animation: amt 1.5s infinite;
}

.core .core_con .core_ul li:nth-child(2) {
    top: 295px;
    left: 200px;
    animation: amt2 5s infinite;
}

.core .core_con .core_ul li:nth-child(2):hover {
    animation: amt2 1.5s infinite;
}

.core .core_con .core_ul li:nth-child(3) {
    top: 335px;
    left: 500px;
    animation: amt3 5s infinite;
}

.core .core_con .core_ul li:nth-child(3):hover {
    animation: amt3 1.5s infinite;
}

.core .core_con .core_ul li:nth-child(4) {
    top: 295px;
    right: 180px;
    animation: amt2 5s infinite;
}

.core .core_con .core_ul li:nth-child(4):hover {
    animation: amt2 1.5s infinite;
}

.core .core_con .core_ul li:nth-child(5) {
    top: 125px;
    right: 0;
    animation: amt 5s infinite;
}

.core .core_con .core_ul li:nth-child(5):hover {
    animation: amt 1.5s infinite;
}

/* Keyframes for animations */
@keyframes amt {
    0% {
        top: 125px;
    }

    50% {
        top: 100px;
    }

    100% {
        top: 125px;
    }
}

@keyframes amt2 {
    0% {
        top: 295px;
    }

    50% {
        top: 270px;
    }

    100% {
        top: 295px;
    }
}

@keyframes amt3 {
    0% {
        top: 335px;
    }

    50% {
        top: 310px;
    }

    100% {
        top: 335px;
    }
}

/* 为您提供优质的全链路保障 */
.safeguard .safeguard_ul {
    background-image: url(../images/danjingcai_safeguard_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 120px;
    margin-top: 30px;
}

.safeguard .safeguard_ul li {
    width: 21%;
    text-align: center;
    margin: 40px 0;
    transition: 0.3s ease;
}

.safeguard .safeguard_ul li .icon {
    width: 60%;
    margin: 20px auto;
}

.safeguard .safeguard_ul li .desc {
    font-size: 18px;
}

.safeguard .safeguard_ul2 {
    display: none;
}

.safeguard .safeguard_ul li:hover {
    transform: scale(1.02);
    transition: 0.3s ease;
}

/* 从线索到成单 */
.thread .thread_ul {
    margin-top: 60px;
}

.thread .thread_ul li {
    width: 24%;
    padding: 40px 30px;
    background: #FFFFFF;
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.thread .thread_ul li .img {
    height: 230px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.thread .thread_ul li .img img {
    width: 100%;
}

.thread .thread_ul li .tit {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.thread .thread_ul li .desc {
    font-size: 16px;
    margin-top: 14px;
    color: #262626;
}

.thread .thread_ul li:hover {
    box-shadow: 0px 2px 25px 0px rgba(228, 228, 228, 0.8);
    transition: 0.3s;
}

.thread .thread_ul li:hover .img {
    transform: scale(1.02);
    transition: 0.3s;
}

/* 更多协同功能，让客户管理更高效 */
.synergy {
    height: 500px;
    margin-top: 40px;
}

.synergy_ul {
    margin-top: 20px;
}

.synergy_ul li {
    width: 20%;
    margin-top: 50px;
    font-weight: bold;
    text-align: center;
}

.synergy_ul li img {
    width: 80px;
    transition: 0.3s;
}

.synergy_ul li p {
    margin-top: 20px;
}

.synergy_ul li:hover img {
    transform: scale(1.2);
    transition: 0.3s;
}

/* 助力业绩强劲增长 */
.assis {
    margin-top: 50px;
}

.assis .assis_con {}

.assis .assis_left {
    width: 40%;
    padding: 160px 20px 0;
}

.assis .assis_left .tit {
    font-size: 36px;
    margin-bottom: 20px;
}

.assis .assis_ul {
    width: 55%;
    margin-top: 60px;
    padding: 20px 0;
}

.assis .assis_ul li {
    width: 45%;
    margin-bottom: 50px;
    border-left: 1px solid #212121;
    padding-left: 50px;
}

.assis .assis_ul li:hover .num {
    transform: scale(1.04);
    transition: 0.3s ease;
}

.assis .assis_ul li .num {
    color: #147C66;
    transition: 0.3s ease;
}

.assis .assis_ul li span {
    font-size: 80px;
    font-weight: bold;
    margin-right: 15px;
}

.assis .icon {
    width: 400px;
    position: absolute;
    right: 0;
    top: 0;
}

/* 让货运无难题 */
.puzzle .puzzle_ul {
    margin-top: 20px;
}

.puzzle .puzzle_ul li {
    width: 48%;
    display: flex;
    margin-bottom: 25px;
    box-shadow: 0px 0px 13px 0px rgba(221, 224, 236, 0.41);
}

.puzzle .puzzle_ul li:hover .img img {
    transform: scale(1.02);
    transition: 0.3s ease;
}

.puzzle .puzzle_ul li .img img {
    transition: 0.3s ease;
}

.puzzle .puzzle_ul li .img {
    width: 40%;
    overflow: hidden;
}

.puzzle .puzzle_ul li .con {
    width: 60%;
    padding-left: 28px;
    margin-top: 30px;
}

.puzzle .puzzle_ul li .con .tit {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.puzzle .puzzle_ul li .con .desc {
    font-size: 16px;
    margin-top: 14px;
    color: #262626;
}

/* Technique section */
.technique {
    margin-bottom: 50px;
}

.technique .technique_ul {
    margin-top: 30px;
    background: #FBFBFB;
}

.technique .technique_ul li {
    width: 32%;
    padding: 30px;
    transition: 0.3s ease;
}

.technique .technique_ul li:hover {
    transform: scale(1.02);
    transition: 0.3s ease;
}

.technique .technique_ul li .img {
    width: 90px;
}

.technique .technique_ul li .tit {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.technique .technique_ul li .desc {
    font-size: 16px;
    margin-top: 30px;
    color: #262626;
}

/* Equity section */
.equity {
    background: #FBFBFB;
    position: relative;
    padding-bottom: 50px;
    margin-top: 30px;
}

.equity .equity_ul {
    margin-top: 30px;
    background: url(../images/daolinke_equity_bg.png);
    background-size: 100% 100%;
    color: #fff;
    z-index: 1;
    position: relative;
}

.equity .equity_ul li {
    width: 32%;
    padding: 30px;
    text-align: center;
    transition: 0.3s ease;
}

.equity .equity_ul li:hover {
    transform: scale(1.02);
    transition: 0.3s ease;
}

.equity .equity_ul li .img {
    width: 90px;
    margin: auto;
}

.equity .equity_ul li .img2 {
    display: none;
}

.equity .equity_ul li .tit {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.equity .equity_ul li .desc {
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
}

.equity .lat,
.equity .lar {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    font-size: 150px;
    background: #147C66;
    color: rgba(255, 255, 255, 0.15);
    text-align: center;
    display: flex;
    align-items: center;
}

.equity .lar {
    right: 0;
}

/* 解决痛点，变成特点 */
.pain {
    margin-bottom: 70px;
}

.pain .pain_ul {
    margin-top: 60px;
}

.pain .pain_ul li {
    width: 49%;
    background: #FFFFFF;
    margin-bottom: 30px;
    transition: 0.3s;

}

.pain .pain_ul li .line {
    height: 14px;
    background: linear-gradient(90deg, #2DB39F 0%, #147C66 100%);
}

.pain .pain_ul li .info {
    padding: 20px 10px;
}

.pain .pain_ul li .info .img {
    width: 74px;
    height: 74px;
    margin-top: 20px;
    transition: 0.3s;
}

.pain .pain_ul li .info .img img {
    width: 100%;
}

.pain .pain_ul li .info .con {
    width: calc(100% - 74px);
    padding-left: 20px;
}

.pain .pain_ul li .info .con .tit {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.pain .pain_ul li .info .con .desc {
    font-size: 16px;
    margin-top: 14px;
    color: #262626;
}

.pain .pain_ul li .info .con .tag {
    width: 50px;
    background: #D91E1E;
    font-size: 14px;
    color: #fff;
    border-radius: 14px;
    text-align: center;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.pain .pain_ul li .info .con .txt {
    font-size: 16px;
    padding: 15px 15px 15px 25px;
    background: #f5f5f5;
    color: #262626;
    margin-top: -10px;
    border-radius: 8px;
}

.pain .pain_ul li:hover {
    box-shadow: 0px 2px 25px 0px rgba(228, 228, 228, 0.8);
    transition: 0.3s;
}

.pain .pain_ul li:hover .img {
    transform: scale(1.02);
    transition: 0.3s;
}

/*提升与帮助*/
.assistance {
    margin-bottom: 120px;
}

.assistance .assistance_ul {
    margin-top: 60px;
    background: url(../images/slanet_assistance_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 3% 30px 6%;
    position: relative;
}

.assistance .assistance_ul li {
    margin-bottom: 30px;
}

.assistance .assistance_ul li.list {
    padding: 30px 13.5% 0;
}

.assistance .assistance_ul li .head {
    width: 26%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.assistance .assistance_ul li .head_left {
    background: url(../images/slanet_assistance_head.png) no-repeat;
    background-size: 100% 100%;
    color: #147C66;
}

.assistance .assistance_ul li .head_right {
    background: url(../images/slanet_assistance_head2.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-top: -30px;
}

.assistance .assistance_ul li .item {
    width: 40%;
    color: #147C66;
    text-align: center;
}

.assistance .assistance_ul li .item1 {
    margin-top: -20px;
}

.assistance .assistance_ul li .item.col {
    width: 50%;
    color: #fff;
}

.assistance .assistance_ul li .item .desc {
    font-size: 16px;
    margin-top: 10px;
}

.assistance .assistance_ul .assistance_pk {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -100px;
}

/* 核心特点 */
.trait {
    margin-bottom: 70px;
}

.trait .trait_ul {
    margin-top: 60px;
}

.trait .trait_ul li {
    width: 49%;
    background: #FFFFFF;
    margin-bottom: 50px;
    transition: 0.3s;

}

.trait .trait_ul li .line {
    width: 14px;
    background: linear-gradient(127deg, #2DB39F 0%, #147C66 100%);
}

.trait .trait_ul li .info {
    width: calc(100% - 14px);
    padding: 25px 20px;
}

.trait .trait_ul li .info .img {
    width: 74px;
    height: 74px;
    margin-top: 10px;
    transition: 0.3s;
}

.trait .trait_ul li .info .img img {
    width: 100%;
}

.trait .trait_ul li .info .con {
    width: calc(100% - 74px);
    padding-left: 20px;
}

.trait .trait_ul li .info .con .tit {
    font-size: 20px;
    font-weight: bold;
}

.trait .trait_ul li .info .con .desc {
    font-size: 16px;
    margin-top: 14px;
    color: #262626;
}

.trait .trait_ul li:hover {
    box-shadow: 0px 2px 25px 0px rgba(228, 228, 228, 0.8);
    transition: 0.3s;
}

.trait .trait_ul li:hover .img {
    transform: scale(1.02);
    transition: 0.3s;
}


/*与传统对比*/
.tradition {
    margin-bottom: 120px;
}

.tradition_wrap {
    margin-top: 36px;
}

.tradition_ul_left {
    width: 16%;
    background: #F2F2F2;
    border-radius: 20px 0px 0px 20px;
    padding: 0 25px;
    margin-top: 100px;
    margin-bottom: 20px;
}

.tradition_ul_left .list {
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    color: #147C66;
    border-radius: 30px;
    text-align: center;
    margin: 35px 0;
}

.tradition_ul {
    width: 41%;
    background: #F2F2F2;
    background: linear-gradient(180deg, #2DB39F 0%, #147C66 100%);
    border-radius: 20px;
    padding-bottom: 20px;
}

.tradition_ul .head {
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    color: #147C66;
    border-radius: 32px;
    text-align: center;
    font-size: 28px;
    margin: 30px auto 0;
}

.tradition_ul .list {
    width: 74%;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    padding: 15px 0;
    color: #fff;
    text-align: center;
}

.tradition_ul .list .desc {
    margin-top: 6px;
    font-size: 18px;
}

.tradition_ul .list:last-child {
    border: none;
}

.tradition_ul_right {
    width: 43%;
    background: #E7F6F3;
    border-radius: 0px 20px 20px 0px;
    margin-top: 30px;
    margin-bottom: 14px;
    z-index: -1;
}

.tradition_ul_right .head {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    border: 1px solid #147C66;
    margin-top: 15px;
}

.tradition_ul_right .list {
    color: #6D6D6D;
    border-bottom: 1px solid #A3DFD2;
}


/*高效称重操作流程*/
.efficient {
    margin-bottom: 70px;
}

.efficient .efficient_wrap {
    margin-top: 50px;
}

.efficient .efficient_img {
    width: 48%;
}

.efficient .efficient_ul {
    width: 48%;
}

.efficient .efficient_ul li {
    margin: 45px 0;
}

.efficient .efficient_ul li .img {
    width: 25px;
    height: 35px;
}

.efficient .efficient_ul li .img img {
    height: 100%;
}

.efficient .efficient_ul li .info {
    width: calc(100% - 25px);
    padding-left: 20px;
}

.efficient .efficient_ul li .info .desc {
    margin-top: 10px;
    font-size: 16px;
}

@media (max-width: 1425px) {
    .openVideo.active {
        width: 360px;
        opacity: 1;
        z-index: 11;
        padding: 10px;
    }
}

@media (max-width: 1024px) {

    .spot {
        height: 680px;
    }

    .spot .spt_con .spt_bg {
        width: 420px;
        height: 420px;
        margin-left: -210px;
    }

    .spot .spt_con .spt_ul {
        padding-top: 110px;
    }

    .core .core_con .core_bg {
        width: 900px;
    }

    .core .core_con .core_ul li:nth-child(1) {
        top: 80px;
        left: 0;
    }

    .core .core_con .core_ul li:nth-child(2) {
        left: 100px;
        top: 300px;
    }

    .core .core_con .core_ul li:nth-child(3) {
        left: 360px;
        top: 400px;
    }

    .core .core_con .core_ul li:nth-child(4) {
        right: 100px;
        top: 300px;
    }

    .core .core_con .core_ul li:nth-child(5) {
        top: 80px;
        right: 0;
    }

    .thread .thread_ul li {
        padding: 20px;
    }

    .thread .thread_ul li .img {
        height: 180px;
    }

    .safeguard .safeguard_ul {
        padding: 50px 60px;
    }

    .taber .tab .item {
        width: 21%;
    }

    .taber .product_tab_info1 .icon .image {
        width: 300px;
    }

    .efficient .efficient_ul li {
        margin: 30px 0;
    }
}

@media (max-width: 769px) {

    .taber .tab .item {
        width: 24%;
    }

    .taber .product_tab_info .icon {
        width: 40%;
        margin-top: 70px;
    }

    .taber .product_tab_info .info {
        width: 60%;
        padding-left: 20px;
    }

    .taber .product_tab_info1 .icon .image {
        width: 200px;
    }

    .spot {
        height: 640px;
    }

    .spot .spt_con .spt_bg {
        width: 400px;
        height: 400px;
        margin-left: -200px;
    }

    .spot .spt_con .spt_ul {
        padding-top: 100px;
    }

    .spot .spt_con .spt_ul li {
        padding: 20px 10px;
    }

    .core .core_con .core_bg {
        width: 700px;
        margin-top: 100px;
    }

    .core .core_con .core_ul li {
        width: 230px;
    }

    .core .core_con .core_ul li:nth-child(1) {
        top: 20px;
        left: 0;
    }

    .core .core_con .core_ul li:nth-child(2) {
        left: 0;
        top: 300px;
    }

    .core .core_con .core_ul li:nth-child(3) {
        left: 250px;
        top: 350px;
    }

    .core .core_con .core_ul li:nth-child(4) {
        right: 0px;
        top: 300px;
    }

    .core .core_con .core_ul li:nth-child(5) {
        top: 20px;
        right: 0;
    }

    .thread .thread_ul {
        margin-top: 40px;
    }

    .thread .thread_ul li {
        padding: 10px;
    }

    .thread .thread_ul li .img {
        height: 140px;
    }

    .assis .assis_left {
        padding: 100px 0 0;
    }

    .assis .assis_left .tit {
        font-size: 20px;
    }

    .assis .assis_ul li {
        padding-left: 20px;
    }

    .assis .assis_ul li span {
        font-size: 48px;
    }

    .assis .icon {
        width: 300px;
    }

    .puzzle .puzzle_ul li .con {
        margin-top: 0;
    }

    .puzzle .puzzle_ul li .con .tit {
        margin-top: 0;
    }

    .technique .technique_ul li {
        padding: 10px;
    }

    .equity {
        padding-bottom: 0;
    }

    .equity .equity_ul li {
        padding: 20px 10px;
    }

    .equity .lat {
        display: none;
    }

    .safeguard .safeguard_ul {
        padding: 50px 60px;
    }

    .safeguard .safeguard_ul li {
        width: 25%;
    }

    .assistance .assistance_ul {
        padding: 0 3% 30px;
    }

    .efficient .efficient_wrap {
        margin-top: 0;
    }

    .efficient .efficient_img {
        margin-top: 50px;
    }

    .efficient .efficient_ul li {
        margin: 10px 0;
    }

    .tradition_ul_left {
        padding: 0 5px;
    }

    .tradition_ul .list {
        width: 90%;
    }

    .tradition_ul .head {
        width: 250px;
        /* margin-top: 0; */
    }

    .tradition .tradition_ul li {
        margin-bottom: 10px;
    }

    .tradition_ul_right {
        width: 43%;
        margin-left: 0;
    }
}


@media (max-width: 431px) {
    .taber {
        padding-bottom: 30px;
    }

    .taber .tab {
        margin: 20px 0 30px;
    }

    .taber .tab .item {
        width: 24%;
        font-size: 16px;
        line-height: 20px;
        padding: 4px 0;
    }

    .taber .product_tab_info {
        display: block;
    }

    .taber .product_tab_info .icon {
        width: 96%;
        margin: 14px auto 0;
        display: none
    }

    .taber .product_tab_info .icon1 {
        display: block;
    }

    .taber .product_tab_info .info {
        width: 100%;
        padding: 0 5px;
    }

    .taber .product_tab_info .info .desc {
        line-height: 24px;
    }

    .taber .product_tab_info .info .tit {
        margin-top: 10px;
        font-size: 20px;
    }

    .taber .product_tab_info .info .tit .image {
        width: 40px;
        height: 40px;
    }

    .taber .product_tab_info .info.info2 {
        padding-right: 5px;
    }

    .taber .product_tab_info .info .line {
        display: none;
    }

    .taber .product_tab_info .info .btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin: 15px auto 0;
    }

    .openVideo.active {
        width: 90%;
        opacity: 1;
        z-index: 11;
    }

    .spot {
        height: 450px;
    }

    .spot .spt_con .spt_bg {
        width: 300px;
        height: 300px;
        margin-left: -150px;
        top: 30px;
    }

    .spot .spt_con .spt_ul {
        padding-top: 50px;
    }

    .spot .spt_con .spt_ul li {
        width: 48%;
        padding: 10px;
        border-radius: 5px;
    }

    .core {
        padding-bottom: 0;
    }

    .core .core_con .core_bg {
        display: none;
    }

    .core .core_con {
        margin-top: 30px;
    }

    .core .core_con .core_ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .core .core_con .core_ul li {
        width: 48%;
        height: 230px;
        position: unset;
        margin-bottom: 20px;
        background: #F5F5F5;
        padding: 20px 10px;
    }

    .core .core_con .core_ul li .tit {
        font-size: 15px;
        margin: 10px 0;
    }

    .core .core_con .core_ul li .desc {
        line-height: 20px;
        font-size: 14px;
    }

    .core .core_con .core_ul li .image {
        width: 60px;
    }

    .safeguard .safeguard_ul {
        background-image: url(../images/danjingcai_safeguard_bg2.png);
        background-size: 50% 90%;
        background-position: 40% 20%;
        padding: 0;
        display: none;
    }

    .safeguard .safeguard_ul li {
        width: 49%;
        text-align: center;
        margin: 10px 0;
    }

    .safeguard .safeguard_ul li .icon {
        width: 40%;
        margin: 20px auto;
    }

    .safeguard .safeguard_ul2 {
        display: block;
        position: relative;
        margin-top: 30px;
    }

    .safeguard .safeguard_ul2 li {
        width: 100%;
        align-items: center;
        /* margin-top: 10px; */
    }

    .safeguard .safeguard_ul2 li .icon {
        width: 52%;
        height: 100px;

        .image {
            height: 100%;
            margin-top: -15px;
        }
    }

    .safeguard .safeguard_ul2 li:first-child .icon .image {
        margin-top: 0;

    }

    .safeguard .safeguard_ul2 li .info {
        width: 48%;
        color: #147C66;
        border-radius: 50px;
        background: #FBFBFB;
        padding: 20px 10px;
        text-align: center;
        /* margin-top: -15px; */
    }

    .safeguard .safeguard_ul2 li:nth-child(4) .info {
        padding: 12px 10px;
    }

    .safeguard .safeguard_ul2 li .info .tit {
        font-size: 16px;
    }

    .safeguard .safeguard_ul2 li .info .desc {
        font-size: 12px;
    }

    .safeguard .safeguard_ul2 .line {
        width: 116px;
        height: 800px;
        position: absolute;
        top: -15px;
        left: 50%;
        display: none;
        margin-left: -60px;

        .image {
            height: 100%;
        }
    }


    .thread .title {
        width: 94%;
        margin: auto;
        padding-top: 0;
    }

    .thread .thread_ul {
        margin-top: 40px;
    }

    .thread .thread_ul li {
        width: 48%;
        padding: 10px;
    }

    .thread .thread_ul li .img {
        width: 86%;
        height: 140px;
        margin: auto;
    }

    .thread .thread_ul li .tit {
        font-size: 18px;
    }

    .synergy {
        height: auto;
    }

    .synergy .synergy_ul li {
        width: 24%;
    }

    .synergy .synergy_ul::after {
        content: "";
        width: 48%;
    }

    .synergy .synergy_ul li img {
        width: 60px;
    }

    .synergy .synergy_ul li p {
        font-size: 16px;
    }

    .assis .assis_con {
        display: block;
        text-align: center;
    }

    .assis .assis_left {
        width: 100%;
        padding: 30px 0 20px;
    }

    .assis .assis_left .tit {
        display: none;
    }

    .assis .assis_ul {
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
    }

    .assis .assis_ul li {
        width: 50%;
        border: none;
    }

    .assis .assis_ul li span {
        font-size: 40px;
    }

    .assis .icon {
        width: 170px;
        top: 50px;
        opacity: 1;
    }

    .puzzle .title {
        padding-top: 0;
    }

    .puzzle .puzzle_ul {
        display: block;
        padding-bottom: 30px;
    }

    .puzzle .puzzle_ul li {
        width: 90%;
        margin: 0 auto 15px;
        border-radius: 8px;
    }

    .puzzle .puzzle_ul li .con {
        margin-top: 10px;
        padding-left: 10px;
    }

    .puzzle .puzzle_ul li .con .tit {
        font-size: 16px;
    }

    .puzzle .puzzle_ul li .con .desc {
        font-size: 14px;
    }

    .technique {
        background: #fbfbfb;
        margin-bottom: 30px;
    }

    .technique .technique_ul {
        display: block;
        margin-top: 10px;
        padding: 0 15px;
    }

    .technique .technique_ul li {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
        border-bottom: 1px solid #f5f5f5;
    }

    .technique .technique_ul li:last-child {
        border: none;
    }

    .technique .technique_ul li .img {
        width: 50px;
        margin: auto;
    }

    .technique .technique_ul li .tit {
        margin-top: 10px;
    }

    .technique .technique_ul li .desc {
        margin-top: 15px;
    }

    .equity {
        margin-top: 0;
    }

    .equity .equity_ul {
        display: block;
        background: initial;
        color: #333;
    }

    .equity .equity_ul li {
        width: 100%;
        display: flex;
        text-align: left;
        background: #F8F8F8;
        margin-bottom: 15px;
        border-radius: 8px;
    }

    .equity .equity_ul li .img {
        width: 60px;
        display: none;
    }

    .equity .equity_ul li .img2 {
        display: block;
    }

    .equity .equity_ul li .con {
        width: calc(100% - 80px);
        padding-left: 15px;
    }

    .equity .equity_ul li .tit {
        margin-top: 10px;
        color: #333;
    }

    .equity .equity_ul li .desc {
        margin-top: 10px;
        color: #333;
    }

    .pain {
        margin-bottom: 50px;
    }

    .pain .pain_ul {
        margin-top: 30px;
    }

    .pain .pain_ul li .line {
        height: 8px;
    }

    .pain .pain_ul li .info {
        display: block;
        padding: 10px;
    }

    .pain .pain_ul li .info .img {
        width: 50px;
        height: 50px;
        margin: 10px auto;
    }

    .pain .pain_ul li .info .con {
        width: 100%;
        padding-left: 0;
    }

    .pain .pain_ul li .info .con .tit {
        margin-top: 20px;
        font-size: 15px;
    }

    .pain .pain_ul li .info .con .desc {
        font-size: 14px;
    }

    .pain .pain_ul li .info .con .tag {
        font-size: 12px;
    }

    .pain .pain_ul li .info .con .txt {
        font-size: 14px;
        padding: 10px 10px 10px 15px;
    }

    .assistance {
        margin-bottom: 50px;
    }

    .assistance .assistance_ul {
        margin-top: 30px;
    }

    .assistance .assistance_ul li {
        margin-bottom: 20px;
    }

    .assistance .assistance_ul li.list {
        padding: 30px 5% 0;
    }

    .assistance .assistance_ul li .head {
        width: 40%;
        height: 30px;
        line-height: 30px;
    }

    .assistance .assistance_ul li .item1 {
        margin-top: -10px;
    }

    .assistance .assistance_ul li .item .desc {
        font-size: 14px;
    }

    .assistance .assistance_ul li .head_right {
        margin-top: -30px;
    }

    .assistance .assistance_ul .assistance_pk {
        width: 60px;
        height: 60px;
        margin-left: -45px;
    }

    .trait {
        margin-bottom: 50px;
    }

    .trait .trait_ul {
        margin-top: 30px;
    }

    .trait .trait_ul li {
        margin-bottom: 20px;
    }

    .trait .trait_ul li .line {
        width: 8px;
    }

    .trait .trait_ul li .info {
        display: block;
        padding: 15px 10px;
    }

    .trait .trait_ul li .info .img {
        width: 50px;
        height: 50px;
        margin: 0 auto 10px;
    }

    .trait .trait_ul li .info .con {
        width: 100%;
        padding-left: 0;
    }

    .trait .trait_ul li .info .con .tit {
        font-size: 15px;
    }

    .trait .trait_ul li .info .con .desc {
        font-size: 14px;
    }

    .efficient {
        margin-bottom: 50px;
    }

    .efficient .efficient_img {
        width: 100%;
        margin-top: 0px;
    }

    .efficient .warp {
        display: block;
    }

    .efficient .efficient_ul {
        width: 100%;
        margin-top: 30px;
    }

    .efficient .efficient_ul li .img {
        width: 20px;
        height: 30px;
    }

    .efficient .efficient_ul li .info .desc {
        margin-top: 5px;
    }

    .tradition_ul .head {
        width: 150px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
    }

    .tradition_ul_left {
        width: 12%;
        border-radius:  10px 0 0 10px;
        margin-top: 40px;
    }

    .tradition_ul_left .list {
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        
    }
    .tradition_ul{
        width: 44%;
        border-radius: 14px;
        padding-bottom: 10px;
    }
        .tradition_ul .list .tit{
        font-size: 15px;
      }
      .tradition_ul .list .desc{
        font-size: 14px;
      }
    .tradition_ul_right {
        margin-top: 15px;
        border-radius: 0 14px 14px 0;
    }
    .tradition_ul_right .head {
        width: 130px;
        font-size: 14px;
    }

}

@media (max-width: 390px) {
    .puzzle .puzzle_ul li .con .desc {
        font-size: 12px;
    }

    .assis .icon {
        width: 148px;
    }
}