
a {
    text-decoration: none;
    /* 去除默认的下划线 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
}

@media screen and (max-width: 992px) {
    .pl-item:nth-child(4) {
        margin-right: 50px !important;
    }

    .pl-item2 {
        margin-left: 0 !important;
    }

    .review-item {
        width: 50% !important;
    }

    .pro-list {
        justify-content: space-evenly !important;
    }
}

@media screen and (max-width: 590px) {
    .pl-item2 {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .pro-list {
        justify-content: space-evenly !important;
    }

    .pl-item {
        margin: 0 0 50px 0 !important;
    }
}

@media screen and (max-width: 1070px) {
    .pro-list-box {
        width: 50% !important;
        display: flex;
        justify-content: center;
    }

}

@media screen and (max-width: 550px) {
    .pro-list-box {
        width: 100% !important;
    }

    .pro-list-box:nth-last-child(1) {
        /* width: 100% !important;
         */
        margin-bottom: 90px !important;
    }

    .pl-item:nth-child(4) {
        margin-right: 0 !important;
    }

    .pl-item2 {
        width: 100% !important;
        margin: 0 !important;
        height: 86px !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        padding: 0 16px;
        box-shadow: none !important;
        /* display: none !important; */
    }

    .pl-item2title {
        margin: 0px 0 0px 20px !important;
        color: #7F858F !important;
        font-weight: 400 !important;
        font-size: 16px !important;
    }

    .hml-img {
        width: 30px !important;
        height: 30px !important;
    }

    .hm-left span {
        font-size: 16px !important;
    }

    .classification-box span {
        font-size: 13px !important;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 600 !important;
    }

    .classification-box img {
        width: 16px !important;
    }


    .list-btn:hover>.list-btn-erweima {
        display: none !important;
    }

    .pl-item:hover {
        box-shadow: none !important;
    }

    .pl-item img {
        margin: 0 !important;
    }

    .pl-item img {
        width: 50px !important;
        height: 50px !important;
    }

    .list-desc-title {
        font-size: 16px !important;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500 !important;
        color: #161F2D !important;
    }

    .pl-item {
        width: 100% !important;
        margin: 0 !important;
        height: 86px !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        padding: 0 16px;
        box-shadow: none !important;
    }

    .list-btn {
        width: 72px !important;
        height: 30px !important;

    }

    .list-btn-title {
        display: none !important;

    }

    .list-btn-title2 {
        /* font-size: 13px !important;
      font-family: PingFang SC-Medium, PingFang SC !important;
      font-weight: 500 !important; */
        /* color: #0E74FF !important; */
        /* line-height: 28px !important; */
        display: block !important;
        text-align: center;

    }

    .list-desc {
        height: auto !important;
        margin: 4px 0 0 !important;
        text-align: start !important;
        font-size: 12px !important;
        font-family: PingFang SC-Regular, PingFang SC !important;
        font-weight: 400 !important;
        color: #A5A7AB !important;
    }

    .pl-item-box {
        align-items: flex-start !important;
        width: 190px !important;
        flex: 1;
        /* padding: 0 .6875rem 0 .875rem; */
        padding: 0 11px 0 14px;
        font-size: 16px !important;
    }

    .aaaaa {
        flex-direction: row !important;
    }

    .list-btn-title>a {
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    .list-btn-title2>a {
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #0E74FF !important;
    }

    .list-btn-title2>a>div {
        height: 100%;
        line-height: 28px;
    }

    .list-btn:active {
        background-color: #0e74ff;
        color: white !important;
    }

    /* .list-btn:hover {
        background-color: unset !important;
    } */
    .list-btn:active span {
        color: white !important;
    }
}

@media (any-hover: hover) {

    .pl-item:hover {
        box-shadow: 0 2px 16px 0 rgb(44 95 170 / 40%);
        cursor: pointer;
    }

    .list-btn:hover {
        background-color: #0e74ff;
        color: white !important;
    }

    .list-btn:hover span {
        color: white !important;
    }

    .list-btn:hover>.list-btn-erweima {
        display: block;
    }
}


/* main */
main {
    display: flex;
    flex-direction: column;
    /* margin-top: 56px; */
}


.btn-erweima {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-70px);
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px hsl(0deg 4% 68% / 70%);
    border-radius: 10px;
}

.btn-erweima::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: 60px;
}

.btn-erweima>img {
    width: 120px;
    height: 120px;
}




.pro-list {
    width: 100%;
    max-width: 1200px;
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
}

/* .pro-list ::after {
    content: '';
    width: 262px;
    height: 322px;
  } */
.pl-item {
    /* margin-right: 50px; */
    width: 262px;
    height: 322px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgb(44 95 170 / 10%);
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.aaaaa {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .pl-item:nth-child(4) {
  margin-right: 0;
} */

.pl-item2 {
    /* margin-left: 50px; */
    width: 262px;
    height: 322px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgb(44 95 170 / 10%);
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.pl-item2title {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 36px 0 10px;
}


/* .pl-item:hover {
    box-shadow: 0 2px 16px 0 rgb(44 95 170 / 40%);
    cursor: pointer;
  } */
.pl-item img {
    width: 52px;
    height: 52px;
    margin: 34px 0 18px 0;
}

.pl-item p {
    font: 400 20px/26px "Microsoft YaHei";
    text-align: center;
    color: #272d36;
}

.pl-item-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.list-desc-title {
    font-size: 20px;
}

.list-desc-title a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.list-desc {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7F858F;
    height: 44px;
    text-align: center;
    margin: 15px 20px 20px 20px;
}

.list-btn {
    width: 194px;
    height: 46px;
    border: 1px solid #0e74ff;
    border-radius: 4px;
    position: relative;
    color: #0e74ff;
    /* box-sizing: border-box; */
}

/* .list-btn:hover {
    background-color: #0e74ff;
    color: white !important;
  }
  .list-btn:hover span{
    color: white !important;
  }
  .list-btn:hover > .list-btn-erweima {
    display: block;
  } */
/* .list-btn:active > .list-btn-erweima {
    display: block;
  } */
.list-btn-title {
    height: 100%;
    font: 400 18px/24px "Microsoft YaHei";
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-btn-title2 {
    height: 100%;
    /* font: 400 18px/24px "Microsoft YaHei"; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    display: none;
}

.list-btn-title>a {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #0E74FF;
    line-height: 21px;
    -webkit-text-stroke: 0px #0E74FF;

    width: 100%;
    height: 100%;
    /* margin-top: 21px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-btn-title2>a {
    /* font-size: 13px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #0E74FF;
    line-height: 30px;
    -webkit-text-stroke: 0px #0E74FF; */
}

.list-btn-erweima {
    display: none;
    position: absolute;
    top: 47px;
    left: 50%;
    padding: 10px;
    transform: translateX(-60px);
    background-color: #fff;
    box-shadow: 0 0 10px hsl(0deg 4% 68% / 70%);
    border-radius: 10px;
}

.list-btn-erweima::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: 50px;
}

.list-btn-erweima>img {
    margin: 0;
    width: 100px;
    height: 100px;
}




.classification-box span {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    color: #0A1524;
    margin-left: 10px;
}


.talk-box {
    width: 100%;
    display: grid;
    gap: 57px 30px;
    grid-template-columns: repeat(auto-fill, 378px);
    justify-content: center;
}

.talk-item {
    width: 378px;
    height: auto;
    display: flex;
    flex-direction: column;

}

.talk-bottom {
    display: flex;
    margin-left: 20px;
}

.talk-imgbox {
    width: 100%;
    position: relative;
}

.talk-imgtxt {
    position: absolute;
    top: 64px;
    left: 49px;
    width: calc(100% - 95px);
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0A1524;
}

.talk-imgbox .talkimg {
    width: 100%;
    height: 204px;
}

.talk-top {
    position: relative;
}

.talk-txt {
    position: absolute;
}

.item-top {
    height: 78px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ebebeb;
}

.top-name {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 15px;
}

.item-bottom {
    font: 400 18px/1.7 "Microsoft YaHei";
    color: #272d36;
    padding-top: 22px;
}


.topbox-txt {
    display: flex;
    align-items: center;
}

.topbox-txt img {
    width: 16px;
    height: 17px;
    margin-right: 7px;
}

.topbox-title {
    font-size: 16px;
    color: #dbdbdb;
    margin-bottom: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    line-height: 19px;
    margin-top: 10px;
}

.txt-phone {
    color: #dbdbdb;
    font-size: 14px;
}


.pl-item2text {
    color: #7F858F;
}

.pro-list-box {
    width: 25%;
}

