.priceShow {
    width: 100%;
    padding: 0 34px;
    line-height: 27px;
    position: absolute;
    bottom: 70px;
}

.priceShow>p {
    overflow: hidden;
}

.priceShow span {
    font-size: 22px;
    color: var(--mainColor);
    float: left;
}

.priceShow span em {
    font-size: 16px;
    color: var(--mainColor);
}

.priceShow a.exam {
    float: right;
    color: var(--mainColor);
}

@media screen and (min-width:1125px) and (max-width:1200px) {

    .products-list ul>li div.exam-con>span.upFile,
    .products-list ul>li div.exam-con>a.exam {
        width: 100px;
        margin: 0;
    }

    .products-list ul {
        justify-content: center;
    }

    .products-list ul>li:nth-child(3n+1) {
        border-left: 1px solid #E5E5E5;
    }

    .products-list ul>li:nth-child(3n+1)>div div.explain-con {
        left: 100% !important;
    }

    .products-list ul>li:nth-child(3n+3)>div div.explain-con {
        left: -100% !important;
    }

    .products-list ul>li.products-tit {
        display: block;
        width: 310px !important;
        height: 244px !important;
        background-size: cover !important;
    }

    div.products-tit {
        display: none;
    }
}

@media screen and (max-width:1126px) {
    .content-contain {
        width: 100%;
    }

    .banner {
        width: 100%;
        background: url(../image/introduce_banner.png) no-repeat center center;
        background-size: cover;
        /* background-position: 50%; */
        height: 32rem;
    }

    .tianfuBanner {
        height: 350px;
        background: url(../image/tianfu2.png)no-repeat;
        background-size: cover;
    }

    .content-contain>p {
        font-size: 2rem;
        padding: 10rem 0 0 3rem;
        line-height: 100%;
    }

    .content-contain>span {
        font-size: 1.6rem;
        margin: 2rem 0 0 3rem;
        width: 10rem;
    }

    .content-contain div.bannerLine {
        margin: 2rem 0 0 3rem;
        height: 0.3rem;
    }

    .content-contain .bannerInfo {
        font-size: 1.6rem;
        padding: 2rem 0 0 3rem;
        line-height: 100%;
    }

    .investment-products .products-tit,
    .demonstration-products .products-tit,
    .diagnose-products .products-tit {
        height: 13.9rem;
        width: 50%;
    }

    .products-con {
        width: 100%;
        /* margin: 0 auto; */
    }

    .products-tit>p {
        font-size: 1.4rem;
        color: #fff;
        font-weight: 600;
        line-height: 100%;
        position: absolute;
        width: 100%;
        z-index: 2;
        padding-left: 2rem;
        padding-top: 1.1rem;
    }

    .valuation-container.products-list,
    .products-list {
        width: 100%;
        /* padding-left: 50%; */
        overflow: inherit;
    }

    .demonstration-products ul,
    .diagnose-products ul {
        position: relative;
    }

    .demonstration-products ul>li,
    .diagnose-products ul>li {
        width: 100%;
        height: 13.9rem;
        border-left: 1px solid #e5e5e5;
    }

    .investment-products ul>li {
        width: 15.7rem;
    }

    .demonstration-products ul>li:nth-child(2),
    .diagnose-products ul>li:nth-child(2) {
        border-right: none;
        border-top: none;
        position: absolute;
        left: -100%;
        top: 13.9rem;
    }

    .demonstration-products ul>li:nth-child(3),
    .diagnose-products ul>li:nth-child(3) {
        border-top: none;
    }

    .products-list ul>li div.exam-con>span.upFile {
        margin-left: 8px;
    }

    .products-list ul>li>div>span.tit {
        font-size: 1rem;
        line-height: 150%;
        padding: 0 0 0 1rem;
        margin-top: 1rem;
    }

    .products-list ul>li>div>div.exam-con {
        font-size: 1rem;
        line-height: 150%;
        padding: 0 0 0 1rem;
        margin-top: 1rem;
        bottom: 0.6rem;
    }

    .products-list ul>li>div>span:not(.tit) {
        font-size: 1rem;
        padding: 0 1rem;
        line-height: 150%;
        margin-top: 0.8rem;
    }

    .priceShow {
        padding: 0 1rem;
        line-height: 150%;
        font-size: 1rem;
        top: 9.42rem;
    }

    .products-list ul>li>div>i {
        width: 16px;
        height: 16px;
        margin: 0px 0 0 10px;
        background: url(../image/icontishiwenhao.svg) no-repeat;
        background-position: -3px -2px;
        background-size: 121%;
        position: absolute;
        top: 1.1rem;
    }

    .products-list ul>li div.exam-con>a.exam {
        font-size: 1rem;
        color: #0478FC;
        width: 6.6rem;
        height: 2rem;
        background: #FFFFFF;
        border: 1px solid #0478FC;
        line-height: 2rem;
        text-align: center;
    }

    .products-list ul>li div.exam-con>span.upFile,
    .products-list ul>li div.exam-con>span.fillin {
        width: 6.6rem;
        height: 2rem;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        line-height: 2rem;
        background: #0478FC;
        cursor: pointer;
        margin: 0;
    }

    .products-list ul>li span a.exam {
        top: 9.42rem;
        left: 1rem;
    }

    .products-list ul>li>div div.explain-con {
        left: -101%;
        /* left: -15.8rem; */
    }

    .products-list ul>li:nth-child(2)>div div.explain-con {
        left: 100%;
        /* left: 15.8rem; */
    }

    .valuation-products .products-tit {
        height: 28.2rem;
        width: 50%;
        /* width:15.7rem */
    }

    .investment-products ul,
    .valuation-products ul {
        width: 100%;
    }

    .activeValuation ul {
        width: 100%;
    }

    .investment-products ul li,
    .valuation-products ul li {
        width: 100%;
        /* width: 15.7rem; */
        height: 14.1rem;
    }

    .valuation-products ul li:nth-child(2) {
        position: absolute;
        top: 14.1rem;
        /* left: 15.7rem; */
        left: 50%;
        width: 50%;
    }

    .activeNone {
        display: none;
    }

    .activeValuation {
        display: block;
    }

    .products-list ul>li:nth-of-type(-n+1) {
        border-bottom: none;
    }

    .reason-con>ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .reason-con>ul>li {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 33.3%;
        text-align: center;
        /* float: left; */
    }

    .reason-con>ul>li>span {
        line-height: 1.6rem;
        font-size: 1rem;
    }

    .purpose-con ul li span {
        display: inline;
    }

    .product-sort {
        position: relative;
    }

    .investment-products ul li {
        border-left: 1px solid #e5e5e5;
    }

    .reason-con>ul:after {
        top: 91px;
    }

    .reason-detail:nth-child(1),
    .reason-detail:nth-child(2),
    .reason-detail:nth-child(3) {
        top: 92px;
    }

    .reason-detail>img {
        margin: 0;
        width: 18rem;
        height: 16rem;
        float: none !important;
    }

    .purpose-detail>img {
        margin-left: -4rem;
    }

    .aim-detail>img,
    .features-detail>img {
        width: 21rem;
    }

    .model-detail>img {
        width: 15rem;
    }

    .data-detail>img {
        width: 17rem;
    }

    .model-con,
    .purpose-con,
    .data-con,
    .features-con,
    .aim-con,
    .idea-con {
        margin: 0;
    }

    .features-con p,
    .aim-con p,
    .idea-con p {
        font-size: 1rem;
        padding: 0 2rem;
        text-align: left;
        line-height: 2.4;
    }

    .purpose-con ul,
    .data-con ul {
        margin: 0;
        padding: 0 2rem;
    }

    .model-con ul li span,
    .purpose-con ul li span,
    .data-con ul li span {
        text-align: left;
        font-size: 1rem;
        width: 100%;
        padding-right: 1rem;
        line-height: 2.4;
    }

    .purpose-con ul li span {
        margin-left: 0.5rem;
    }

    .purpose-con ul li i {
        width: 1rem;
        height: 1rem;
    }

    .purpose-con ul li {
        text-align: left;
    }

    .reason-detail-con label,
    .model-con label {
        font-size: 1rem;
        width: 6rem;
        color: #0478FB;
        line-height: 2.4;
        margin-right: 1rem;
        float: left;
        text-align: left;
        margin-bottom: 0;
    }

    .features-con li>div {
        width: 7rem;
        height: 7rem;
        font-size: 1rem;
        line-height: 1rem;
        float: left;
        margin: 0 1rem 0 2rem;
    }

    .features-con li {
        margin: 0 0 5rem 0;
    }

    .features-con ul li p {
        /* width: 7rem; */
        /* height: 7rem; */
        font-size: 1rem;
        line-height: 2.4;
        width: 100% !important;
        padding: 0 2rem 0 0;
    }

    .features-con ul {
        display: block;
    }

    .features-con li>div:after {
        width: 6rem;
        height: 6rem;
        border-width: 0.5rem;
        top: 0;
    }

    .features-con li:nth-of-type(-n+2)>div:before {
        right: 19px;
        top: 8.5rem;
    }

    .features-con li:nth-of-type(3)>div:before {
        /* content:"||"; */
        right: 1.6rem;
        top: 8.8rem;
    }

    .products-list ul>li span a.exam.activeA {
        top: 11.6rem;
        left: 8.5rem;
    }

    div.btn-merger {
        position: absolute;
        bottom: 47px;
        left: 10px;
        z-index: 22;
        display: flex;
        width: 14.6rem;
        justify-content: space-evenly;
    }

    div.btn-merger .checkboxes {
        font-size: 1rem;
        width: 100%;
    }

    .checkboxes>input[type=checkbox] {
        width: 1rem;
        height: 1rem;
    }

    div.btn-merger .checkboxes>input[type=checkbox].checkselectedno {
        margin: -4px 0 0 0;
    }

    div.btn-merger .checkboxes>input[type=checkbox].checkselected {
        margin: -5px 0 0 0;
    }

    /* div.btn-merger .checkboxes:nth-child(1) label {
        content:"并购方";
    }
    div.btn-merger .checkboxes:nth-child(2) label {
        content:"被并购方";
    } */
    .demonstration-products .products-list ul>li:nth-of-type(3n),
    .diagnose-products .products-list ul>li:nth-of-type(3n) {
        border-top: 1px solid #e5e5e5;
    }

    .investment-products ul li {
        border-bottom: 1px solid #e5e5e5 !important;
    }

    .investment-products .products-tit {
        height: 14.1rem;
    }

    .products-list ul {
        justify-content: center;
    }

    .products-list ul>li:nth-child(3n+1) {
        border-left: 1px solid #E5E5E5;
    }

    .products-list ul>li:nth-child(3n+1)>div div.explain-con {
        left: 100% !important;
    }

    .products-list ul>li:nth-child(3n+3)>div div.explain-con {
        left: -100% !important;
    }

    .products-list ul>li.products-tit {
        display: block;
        width: 310px !important;
        height: 244px !important;
        background-size: cover !important;
    }

    div.products-tit {
        display: none;
    }
}

@media screen and (min-width:751px) and (max-width:1125px) {
    .content-contain {
        width: 100%;
    }

    .products-con {
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }

    .products-list ul>li div.exam-con>span.upFile {
        margin-left: 20px;
        width: 7.6rem;
        line-height: 2.4rem;
        height: 2.4rem;
    }

    .products-list ul>li div.exam-con>a.exam {
        height: 2.4rem;
        width: 7.6rem;
        line-height: 2.4rem;
    }

    .products-list ul>li>div>span:not(.tit) {
        font-size: 13px;
    }

    .products-list ul>li>div>span.tit {
        font-size: 20px;
    }

    .products-list ul>li>div>i {
        top: 1.6rem;
    }

    .features-con ul li p {
        padding: 31px 2rem 0 0;
    }

    .data-con,
    .features-con,
    .aim-con,
    .idea-con {
        padding: 0 20%;
    }

    .purpose-con,
    .model-con {
        padding: 0 34%;
    }

    .products-list ul>li span a.exam {
        top: 9.02rem;
        left: 1rem;
    }

    .investment-products ul li {
        border-bottom: 1px solid #e5e5e5 !important;
    }

    .investment-products .products-tit {
        height: 14.1rem;
    }

    .demonstration-products .products-list ul>li:nth-of-type(3n),
    .diagnose-products .products-list ul>li:nth-of-type(3n) {
        border-top: 1px solid #e5e5e5;
    }

    .reason-con>ul {
        padding: 45px 0 0 0;
    }

    .reason-con>ul>li {
        width: 16.66%
    }
}

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

    .products-list ul>li,
    .products-list ul>li.blank,
    .products-list ul>li.products-tit {
        width: 50% !important;
    }

    .products-list ul li,
    .products-list ul>li.products-tit {
        height: 180px !important;
    }

    div.btn-merger {
        bottom: 34%;
    }

    .products-list ul>li:nth-child(2n+1) {
        border-left: 1px solid #E5E5E5 !important;
    }
}