/* section 每个版块的高度 */
.sectionitem {
    padding: 8rem 0 6rem;
}

@media screen and (max-width: 768px) {
    .sectionitem {
        padding: 5.6rem 2.9rem 4.8rem;
    }
}

/* 每个版块的标题 */
.sectiontit_1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 5.6rem;
}

.sectiontit_1 .tit {
    font-size: 3.58rem;
    text-align: center;
}

.sectiontit_1 .img {
    width: 0.3rem;
    height: 0.3rem;
}

.sectiontit_1 .img img {
    width: 100%;
}

.sectiontit_1 .tip {
    font-size: 1.79rem;
    font-weight: 400;
    color: #999999;
    line-height: 4.98rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .sectiontit_1 {
        margin-bottom: 0rem;
    }

    .sectiontit_1 .tit {
        font-size: 39px;
        font-weight: 500;
        color: #333333;
        text-align: center;
        line-height: 4.3rem;

        margin-bottom: 2rem;
    }

    .sectiontit_1 .img {
        display: none;
    }

    .sectiontit_1 .tip {
        font-family: PingFang-SC-Medium;
        color: #aaaaaa;
        text-align: center;
        font-size: 16px;
        line-height: 3.6rem;
    }

    .jztit {
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 30px;
        color: #313131;

    }
}

/* 产品的功能特点 */
.cardboxlist_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cardboxlist_1 .listitem {
    width: calc((100% - 11.2rem) / 3);
    background: white;

    margin-bottom: 4.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cardboxlist_1 .flex-item:nth-child(n + 4) {
    margin-bottom: 0;
}

.cardboxlist_1 .listitem .iconimg {
    width: 5.28rem;
    height: 5.28rem;

    margin-right: 3.01rem;
    align-self: start;

    flex: 0.2;
}

.cardboxlist_1 .listitem .iconimg img {
    width: 100%;
}

.cardboxlist_1 .listitem .mainbody {
    flex: 0.75;
}

.cardboxlist_1 .listitem .tit {
    font-size: 1.79rem;
    color: #333333;
    font-weight: 500;
    margin: 0;

    margin-bottom: 2.4rem;
}

.cardboxlist_1 .listitem .main {
    font-size: 1.5rem;
    color: #999999;
    line-height: 2.59rem;
}

@media screen and (max-width: 768px) {
    .cardboxlist_1 .listitem {
        width: calc((100%) / 1);
        margin-bottom: 3.2rem;
        display: flex;
        /* padding: 1.9rem 0.8rem; */
        justify-content: space-between;
        text-align: center;
        /* align-items: center; */
        border-radius: 20px;
    }

    .cardboxlist_1 .flex-item:nth-child(n + 2) {
        margin-bottom: 0;
    }

    .cardboxlist_1 .listitem .iconimg {
        display: flex;
        align-items: center;
        width: 10rem;
        height: 10rem;
        margin: 0 auto;
        align-self: center;
    }


    .cardboxlist_1 .listitem .iconimg img {
        width: 80px;
        height: 60px;

    }

    .cardboxlist_1 .listitem .tit {
        text-align: left;
        /* width: 121px; */
        height: 29px;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 30px;
        color: #313131;
        line-height: 50px;

        /* margin: 20px; */
    }

    .cardboxlist_1 .listitem .main {
        font-size: 16px;
        line-height: 3rem;
        font-family: PingFang-SC-Medium;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: left;
        overflow: hidden;
    }
}

/* 推荐购买 */
.cardboxlist_2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cardboxlist_2 .listitem {
    width: calc((100% - 5.76rem) / 3);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

    padding: 3.01rem;

    border-radius: 2rem;
    box-shadow: 0rem 0rem 1.6rem 0rem rgba(75, 75, 75, 0.08);
    background: #ffffff;
}

.cardboxlist_2 .listitem.hover {
    box-shadow: 0rem 0rem 3.2rem 0rem rgba(75, 75, 75, 0.2);
}

.cardboxlist_2 .listitem .tit {
    font-size: 1.79rem;
    color: #333333;
    margin: 0 auto 2.1rem;
    font-weight: 500;
}

.cardboxlist_2 .listitem .tip {
    font-size: 1.41rem;
    color: #999999;
    line-height: 2.4rem;
}

.cardboxlist_2 ul.main {
    margin: 3.2rem auto;
}

.cardboxlist_2 ul.main li {
    font-size: 1.41rem;
    line-height: 2.4rem;
    color: #666666;

    margin-bottom: 2.88rem;
    display: flex;
    align-items: center;
}

.cardboxlist_2 ul.main li:last-child {
    margin-bottom: 0;
}

.cardboxlist_2 ul.main li span {
    line-height: 50%;
    margin-right: 1.2rem;
}

.cardboxlist_2 ul.main li span img {
    width: 100%;
}

.cardboxlist_2 .price {
    color: #f70707;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 2.8rem;
}

.cardboxlist_2 .price span {
    font-size: 1.81rem;
    font-weight: 400;
}

.cardboxlist_2 .listitem .btnlist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cardboxlist_2 .listitem .btnlist button {
    border: #333333 solid 0.1rem;
    border-radius: 1.9rem;
    font-size: 1.6rem;
    text-align: center;

    width: 14.99rem;
    height: 3.82rem;
}

.cardboxlist_2 .listitem .btnlist a:nth-child(1) button {
    background-color: white;
}

.cardboxlist_2 .listitem .btnlist a:nth-child(2) button {
    background-color: black;
    color: white;
}

@media screen and (max-width: 768px) {
    .cardboxlist_2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .cardboxlist_2 .listitem {
        width: calc((100%) / 1);

        margin-bottom: 3.01rem;
    }

    .cardboxlist_2 .listitem:last-child {
        margin-bottom: 0;
    }

    .cardboxlist_2 .listitem .tit {
        font-size: 3.01rem;
        text-align: left;
    }

    .cardboxlist_2 .listitem .tip {
        font-size: 2.4rem;
        /* line-height: 3.13rem; */
    }

    .cardboxlist_2 .listitem .main {
        font-size: 2.37rem;
    }

    .cardboxlist_2 .listitem ul.main li {
        font-size: 2.4rem;
    }

    .cardboxlist_2 .price {
        font-size: 4.3rem;
        /* margin-bottom: 1.81rem; */
    }

    .cardboxlist_2 .price span {
        font-size: 2.8rem;
    }

    .cardboxlist_2 .listitem .btnlist {
        display: flex;
        flex-direction: row;
        justify-content: start;
    }

    .cardboxlist_2 .listitem .btnlist button {
        font-size: 3.01rem;

        width: 20rem;
        height: 5.81rem;
        line-height: 5.81rem;
    }

    .cardboxlist_2 .listitem .btnlist a:nth-child(1) button {
        margin-right: 3.1rem;
    }
}

/* 技术特点和优势 */
.cardboxlist_3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cardboxlist_3 .listitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    width: calc((100% - 8.11rem) / 4);
    padding: 3.9rem 2.8rem;
    margin-bottom: 3.01rem;

    border-radius: 2rem;
    background: white;
    box-sizing: border-box;

    /* 没加高度padding */
    transition: all 0.15s linear;
    height: 30rem;
}

.cardboxlist_3 .listitem:hover {
    box-shadow: 0rem 0rem 1.6rem 0rem rgba(75, 75, 75, 0.08);
}

.cardboxlist_3 .listitem:nth-last-child(-n + 4) {
    margin-bottom: 0;
}

.cardboxlist_3 .listitem .iconimg {
    width: 6.8rem;
    height: 6.8rem;
}

.cardboxlist_3 .listitem .tit {
    font-size: 1.79rem;
    color: #333333;
}

.cardboxlist_3 .listitem .main {
    font-size: 1.5rem;
    color: #999999;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .cardboxlist_3 .listitem {
        width: calc((100% - 2.01rem) / 2);
        padding: 3.01rem 2.01rem;
        margin-bottom: 3.01rem;
    }

    .cardboxlist_3 .listitem .iconimg {
        width: 8rem;
        height: 8rem;
    }

    .cardboxlist_3 .listitem .tit {
        font-size: 20px;
        color: #313131;
        font-weight: Medium;
        font-family: PingFang-SC-Medium;
    }

    .cardboxlist_3 .listitem .main {
        font-size: 16px;
        color: #999999;
        text-align: center;
    }

    /* 修改最后 */
    .cardboxlist_3 .listitem:nth-last-child(-n + 3) {
        margin-bottom: 4rem;
    }

    .cardboxlist_3 .listitem:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}

/*  */
/* 适用场景 */
.cardboxlist_4 {}

.cardboxlist_4 .listitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 没加高度padding */
}

.cardboxlist_4 .listitem .iconimg {
    width: 13.01rem;
    height: 13.01rem;
}

.cardboxlist_4 .listitem .iconimg img {
    width: 100%;
    height: 100%;
}

.cardboxlist_4 .listitem .tit {
    font-size: 1.81rem;
    color: #333333;
}

.cardboxlist_4 .listitem .main {
    font-size: 1.6rem;
    color: #999999;
}

/* 常见问题，有类似新闻的列表 */
/* 可以整体去掉 cardboxlist_5,只用一个新闻的盒子样式*/
.cardboxlist_5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cardboxlist_5 .listitem.itemnews {
    width: calc((100% - 4rem) / 2);
}

.cardboxlist_5 .itemnews .head {
    background: #0071ef;
    padding: 2.56rem 5.1rem;
    border-radius: 3.01rem 3.01rem 0 0;
    color: white;
}

.cardboxlist_5 .itemnews .head .tit {
    font-size: 2.8rem;
    margin-bottom: 2.08rem;
}

.cardboxlist_5 .itemnews .head .tip {
    font-size: 1.81rem;
}

.cardboxlist_5 .itemnews .main {
    background: #f5f7fa;
    font-size: 2rem;
    color: #333333;
    border-radius: 0 0 3.01rem 3.01rem;
    padding: 4.48rem;
}

/* 没啥用好像 */
.cardboxlist_5 .itemnews .main>div {
    height: 5.92rem;
    line-height: 6rem;
}

.cardboxlist_5 .itemnews .main>div a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cardboxlist_5 .itemnews .main>div .arricon {
    float: right;
}

@media screen and (max-width: 768px) {
    .cardboxlist_5 {
        display: flex;
        flex-direction: column;
    }

    .cardboxlist_5 .listitem.itemnews {
        width: 100%;
    }

    .cardboxlist_5 .listitem.itemnews:nth-child(1) {
        margin-bottom: 4rem;
    }

    .cardboxlist_5 .itemnews .head {
        color: white;
    }

    .cardboxlist_5 .itemnews .head .tit {
        font-size: 3.6rem;
        color: white;
        text-align: left;
    }

    .cardboxlist_5 .itemnews .head .tip {
        font-size: 3.01rem;
    }

    .cardboxlist_5 .itemnews .main {
        font-size: 2.77rem;
        padding: 4rem 4.7rem;
        background: white;
    }

    .cardboxlist_5 .itemnews .main>div {
        line-height: 6.51rem;
        height: 6.51rem;
    }
}

/* 适用场景 */
.cardboxlist_6 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cardboxlist_6 .listitem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: start;
    align-items: center;

    width: calc((100% - 11.2rem) / 3);
    margin-bottom: 7.9rem;
}

.cardboxlist_6 .listitem .iconimg {
    width: 12.99rem;
    height: 12.99rem;
}

.cardboxlist_6 .listitem .iconimg img {
    width: 100%;
}

.cardboxlist_6 .listitem .tit {
    font-size: 1.79rem;
    color: #333333;
    margin: 0;
    margin: 1.82rem auto 2.9rem;
}

.cardboxlist_6 .listitem .main {
    font-size: 1.6rem;
    color: #999999;
}

.cardboxlist_6 .listitem:nth-last-child(-n + 4) {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .cardboxlist_6 .listitem {
        width: calc((100% - 7.1rem) / 2);
        margin-bottom: 4rem;
    }

    .cardboxlist_6 .listitem .iconimg {
        width: 10rem;
        height: 10rem;
    }

    .cardboxlist_6 .listitem .tit {
        font-size: 3.01rem;
        margin: 3.01rem auto;
        font-weight: 500;
    }

    .cardboxlist_6 .listitem .main {
        font-size: 2.4rem;
        line-height: 3.6rem;
        text-align: center;
    }
}

/* 企业合作伙伴 */
/* .img暂时代替了listitem */
.cardboxlist_7 {
    background: white;
    box-shadow: 0rem 1.6rem 3.2rem 0rem rgba(44, 44, 44, 0.05);
    border-radius: 3.01rem;
    padding: 4rem;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cardboxlist_7 .img {
    display: block;

    width: calc((100% - 16.32rem) / 4);

    border-radius: 1.01rem;
    border: 0.1rem solid rgba(153, 153, 153, 0.15);

    margin-bottom: 3.81rem;
}

.cardboxlist_7 .img:nth-last-child(-n + 4) {
    margin-bottom: 0;
}

.cardboxlist_7 .img img {
    width: 100%;
    height: auto;
    height: 100%;
}

.cardboxlist_7_bgbox {
    position: relative;
    margin: 12.8rem 0;
}

.cardboxlist_7_bg {
    position: absolute;
    background: rgba(247, 247, 247, 1);
    width: 100%;
    height: 100%;
    top: -50%;
    z-index: -10;
}

@media screen and (max-width: 768px) {
    .cardboxlist_7 {
        padding: 2.88rem 4rem;
    }

    .cardboxlist_7 .img {
        width: calc((100% - 6.4rem) / 3);

        margin-bottom: 2.61rem;
    }

    .cardboxlist_7 .img:nth-last-child(-n + 4) {
        margin-bottom: 2.61rem;
    }

    .cardboxlist_7 .img:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }
}

/* 常见问题 */
.lineboxlist_1 .listitem {
    display: flex;
    flex-direction: column;

    border-radius: 2rem;
    padding: 2.4rem 2.88rem;
    background: white;
    animation: lineboxlist_1_color_reverse 0.5s ease forwards;
}

.lineboxlist_1 .listitem.active {
    animation: lineboxlist_1_color 0.5s ease forwards;
}

@keyframes lineboxlist_1_color {
    from {
        background-color: white;
    }

    to {
        background-color: #f2f6fb;
    }
}

@keyframes lineboxlist_1_color_reverse {
    from {
        background-color: #f2f6fb;
    }

    to {
        background-color: white;
    }
}

.lineboxlist_1 .listitem .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lineboxlist_1 .listitem.active .tip {
    color: #415982;
    font-size: 1.6rem;
}

.lineboxlist_1 .listitem .tit {
    color: #333333;
    font-size: 2rem;
}

.lineboxlist_1 .listitem .iconimg {
    width: 1.92rem;
    height: 1.92rem;
}

.lineboxlist_1 .listitem.actvie .iconimg {}

.lineboxlist_1 .listitem .iconimg img {
    width: 100%;
}

.lineboxlist_2;

/* 联系我们 */
.specbox_1 {
    background: white;
    border-radius: 3.01rem;
    box-shadow: 0rem 0rem 3.2rem 0rem rgba(75, 75, 75, 0.08);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* 这里不知道为啥写两个才有用--------------------------------------- */
.specbox_1 {
    background: white;
    border-radius: 3.01rem;
    box-shadow: 0rem 0rem 3.2rem 0rem rgba(75, 75, 75, 0.08);
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 3.84rem;
}

/* 主动设置p的margin距离,可能受其他因素影响 */
.specbox_1 p {
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.specbox_1 .left {
    width: 48rem;
}

.specbox_1 .tit {
    font-size: 2rem;
    color: #333333;
    font-weight: 500;
}

.specbox_1 .phonetip {
    display: flex;
    flex-direction: row;
}

.specbox_1 .phonetip>div:nth-child(1) {
    margin-right: 4.8rem;
}

.specbox_1 .tip {
    font-size: 1.6rem;
    color: #666666;
}

.specbox_1 .main {
    color: #485eff;
    font-size: 2.4rem;
}

.specbox_1 .othertip {
    color: #666666;
    font-size: 1.41rem;
    line-height: 2.61rem;
}

.specbox_1 .phoneinput {
    font-size: 1.5rem;
    color: black;
    background-color: #fafafa;
    padding: 1.81rem 2rem;
    display: block;
    border: none;
}

.specbox_1 .phoneinput::placeholder {
    font-size: 1.5rem;
    color: #999999;
}

.specbox_1 .phonebtn {
    font-size: 1.81rem;
    color: white;
    background: #485eff;
    border-radius: 0.8rem;
    padding: 1.6rem 3.41rem;

    border: none;
}

.specbox_1 .centerline {
    width: 0.1rem;
    height: auto;
    background: #f1f1f1;
}

.specbox_1 .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.specbox_1 .right .tit {
    margin: 0;
}

@media screen and (max-width: 768px) {

    /* 主动清除p */
    .specbox_1 p {
        margin: 0;
    }

    .specbox_1 {
        display: flex;
        flex-direction: column;
    }

    .specbox_1 .tit {
        font-size: 3.01rem;
        color: #333333;
        text-align: left;
    }

    .specbox_1 .phonetip {
        margin: 3.84rem auto;
    }

    .specbox_1 .tip {
        font-size: 2.4rem;
        margin-bottom: 3.01rem;
    }

    .specbox_1 .main {
        font-size: 3.6rem;
    }

    .specbox_1 .othertip {
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .specbox_1 .phoneinput {
        font-size: 2.5rem;
        margin-bottom: 3.2rem;
    }

    .specbox_1 .phoneinput::placeholder {
        font-size: 2.5rem;
    }

    .specbox_1 .left {
        width: calc(100%);
    }

    .specbox_1 .centerline {
        display: none;
    }

    .specbox_1 .right {
        width: calc(100%);
    }

    .specbox_1 .right {
        border-top: #f1f1f1 0.1rem solid;
        margin-top: 4rem;
        padding-top: 4rem;
        height: 32.56rem;
        box-sizing: border-box;
    }

    .specbox_1 .right .phonebtn {
        width: 16rem;
        height: 6rem;
        line-height: 6rem;
        background: #485eff;
        border-radius: 1.01rem;
        font-size: 2.61rem;
        padding: 0;
    }
}

/* 横线的样式 合作流程*/
.specbox_2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.specbox_2 .listitem .titbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.specbox_2 .listitem .titbox .tit {
    color: #485eff;
    font-size: 4.8rem;
}

.specbox_2 .listitem .titbox .tit_s {
    font-size: 2.4rem;
    color: #333333;

    margin: 2.4rem auto;
}

.specbox_2 .listitem .tip {
    color: #999999;
    font-size: 1.81rem;
    width: 22.4rem;
    text-align: center;
    line-height: 3.2rem;
}

.specbox_2 .splitline {
    width: 21.41rem;
    height: 0.1rem;
    border-bottom: 0.1rem #d0d0d0 dashed;
}

.specbox_2 .splitline .tipbox {}

/* .agreement .about .word a:last-child{
    margin-left:8.00rem;
    margin-;
    } */
@media screen and (max-width: 768px) {
    .specbox_2 {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .specbox_2 .listitem .titbox {
        display: flex;
        flex-direction: row;

        margin-bottom: 2.4rem;
    }

    .specbox_2 .listitem .titbox .tit {
        font-size: 3.01rem;
    }

    .specbox_2 .listitem .titbox .tit_s {
        font-size: 3.01rem;
        margin: 0;
        margin-left: 1.6rem;
    }

    .specbox_2 .listitem .tip {
        font-size: 2.8rem;
        line-height: 4.82rem;
        width: auto;
        text-align: left;
    }

    .specbox_2 .listitem {
        font-size: 2.8rem;
        color: #999999;
    }

    .specbox_2 .splitline {
        width: 0.21rem;
        height: 8rem;
        border-right: #999999 dashed 0.21rem;
        border-bottom: none;
        margin: 1.6rem 1.6rem 0 1.6rem;
    }
}

/* 底部小型box */
.specbox_s_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 2.88rem 0;
    align-items: center;
}

.specbox_s_1 .tit {
    font-size: 2.4rem;
    color: #333333;
    margin-bottom: 2rem;
}

.specbox_s_1 .tip {
    font-size: 1.6rem;
    color: #666666;
}

.specbox_s_1 .btn {
    color: white;
    background: #485eff;
    padding: 1.3rem 1.01rem;
    text-align: center;
    border-radius: 0.5rem;
    border: none;
    background: white;
    color: #0071ef;
}

@media screen and (max-width: 768px) {
    .specbox_s_1 {
        display: flex;
        flex-direction: column;
        text-align: center;

        height: 30rem;
        box-sizing: border-box;
    }

    .specbox_s_1 .tit {
        font-size: 3.6rem;
    }

    .specbox_s_1 .tip {
        font-size: 2.61rem;
    }

    .specbox_s_1 .btn {
        color: #0071ef;
        font-size: 3.41rem;
        background: #ffffff;
        padding: 2.21rem 2.5rem;
        border-radius: 1.2rem;
    }
}

/* 文章盒子 公司简介 关于我们*/
.textbox_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.textbox_1 .text {
    font-size: 1.81rem;
    line-height: 4rem;

    width: 58.1rem;

    text-indent: 2em;
}

.textbox_1 .img {
    border-radius: 1832227071696rem;
    width: 55.01rem;
    height: 30rem;
}

.textbox_1 .img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .textbox_1 {
        display: flex;
        flex-direction: column;
    }

    .textbox_1 .img {
        width: 68.9rem;
        height: 37.6rem;
        /* ************************** */
        border-radius: 3.01rem;
        align-items: end;

        order: 1;

        margin-bottom: 4.61rem;
    }

    .textbox_1 .img img {}

    .textbox_1 .text {
        width: 100%;
        font-size: 3.01rem;
        line-height: 4.8rem;

        order: 2;
    }
}

/* 轮播列表 经典案例*/
/* swiperslist */
.swiperboxlist_1 {}

.swiperboxlist_1 .listitem {
    display: flex;
    flex-direction: column;
    border-radius: 3.01rem;
    background: #fafafa;
}

.swiperboxlist_1 .listitem .topbody {
    width: auto;
}

.swiperboxlist_1 .listitem .topbody img {
    width: 100%;
    display: block;
}

.swiperboxlist_1 .listitem .btmbody {
    padding: 2rem 4.8rem 5.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiperboxlist_1 .listitem .btmbody .flex_between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.swiperboxlist_1 .listitem .logoimg {
    width: 10.8rem;
    height: 3.41rem;
}

.swiperboxlist_1 .listitem .logoimg img {
    width: 100%;
    display: block;
}

.swiperboxlist_1 .listitem .tit {
    font-size: 1.81rem;
    color: #333333;

    margin: 3.01rem auto 3.41rem;
}

.swiperboxlist_1 .listitem .btnlist {
    display: flex;
    flex-direction: column;
}

.swiperboxlist_1 .listitem .btn {
    color: #999999;
    background: #eaeaea;
    /* padding: 0.56rem 1.25rem; */

    width: 11.01rem;
    height: 3.41rem;
    line-height: 3.41rem;
    text-align: center;

    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 2.4rem;
    border: none;
}

@media screen and (max-width: 768px) {
    .swiperboxlist_1 .listitem .logoimg {
        width: 14rem;
        height: 4.4rem;
    }

    .swiperboxlist_1 .listitem .tit {
        font-size: 2.61rem;
        line-height: 1em;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .swiperboxlist_1 .listitem .btn {
        font-size: 2.59rem;
        width: auto;
        height: auto;
        padding: 1.12rem 2.4rem;
        border-radius: 2.4rem;
    }

    .swiperboxlist_1 .listitem .btmbody {
        padding: 4rem 1.6rem;
    }
}