.main_content {
    padding: .92rem 0 .3rem;
}

.product_banner {
    width: 100%;
    height: 11rem;
    background: url(../img/fogCannon-yd-bananer.jpg) no-repeat center center;
    background-size: cover;
}

.product_introduction {
    width: 7rem;
    margin: 0 auto;
    padding: .4rem 0;
}

.product_introduction .titleP,
.product_introduction .msgH {
    text-align: center;
}

.product_introduction .msgH {
    font-size: .26rem;
}

.product_introduction .introductionL {
    width: 100%;
    height: 5rem;
}

.product_introduction .introductionR {
    width: 100%;
    margin-top: .4rem;
}

.product_introduction .introductionR_img {
    width: 70%;
    height: 1.5rem;
    background: url(../img/customer-icon.png) no-repeat center center;
    background-size: contain;
    position: relative;
    cursor: pointer;
    margin-top: .2rem;
    margin-left: .8rem;
}

.product_introduction .introductionR_T {
    color: #fff;
    font-size: .24rem;
    position: absolute;
    top: .3rem;
    left: 1.5rem;
}

.product_introduction .introductionR_B {
    color: #fff;
    font-size: .3rem;
    font-weight: 600;
    position: absolute;
    top: .6rem;
    left: 1.5rem;
}

.product_center {
    width: 100%;
    background-color: #f5f5f5;
    padding: .6rem 0 .4rem;
}

.product_center .productCenter_content {
    width: 7rem;
    margin: 0 auto;
}

.product_center .titleP {
    text-align: center;
    margin-bottom: .3rem;
}

.product_center .productCenter_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_center .productCenter_li {
    width: 100%;
    background-color: #fff;
    border-radius: .15rem;
    overflow: hidden;
    margin-bottom: .3rem;
    box-shadow: 0 .02rem .1rem rgba(0, 0, 0, .08);
    position: relative;
}

.product_center .productCenter_li img {
    width: 100%;
    height: 4rem;
    object-fit: contain;
}

.product_center .productCenter_li>p {
    color: #000;
    font-size: .32rem;
    font-family: pb;
    text-align: left;
    padding: .2rem 0;
    margin-left: .6rem;
}

/* 移动端产品参数区域 - 默认显示 */
.product_center .productCenter_liActive {
    width: 100%;
    padding: 0 .3rem .6rem;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
    opacity: 1;
    transform: translateX(0);
}

.product_center .productCenter_liActiveT {
    color: #000;
    font-size: .28rem;
    font-family: pb;
    font-weight: 600;
    margin-bottom: .15rem;
    display: none;
    /* 移动端不重复显示型号 */
}

.product_center .productCenter_liActiveBox {
    font-size: .26rem;
    color: #333;
    margin-top: .1rem;
    padding: 0 .2rem;
}

.product_center .productCenter_liActiveItem {
    margin-bottom: .12rem;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.product_center .productCenter_liActiveItem .dot {
    width: .12rem;
    height: .12rem;
    background-color: #ff9800;
    border-radius: 50%;
    margin-right: .2rem;
    flex-shrink: 0;
}

.product_center .productCenter_liActiveBtn {
    width: 60%;
    height: .8rem;
    line-height: .8rem;
    font-size: .28rem;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin: .4rem 0 0 1.3rem;
    border-radius: .2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    border: .01rem solid #ff9800;
    padding: 0 .2rem;
}

.product_center .productCenter_liActiveBtn img {
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
}

.product_details {
    width: 100%;
}

.product_details .details_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 .4rem;
}

.product_details .details_img {
    display: none;
}

.product_details .details_ul {
    width: 100%;
    margin-top: .4rem;
}

.product_details .details_li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .4rem;
    border: .01rem solid #eee;
}

.product_details .details_liL {
    width: 50%;
    height: 4rem;
    overflow: hidden;
}

.product_details .details_li:nth-child(5) .details_liL,
.product_details .details_li:nth-child(6) .details_liL {
    height: 4.9rem;
}

.product_details .details_liL img {
    transition: transform 0.3s ease;
}

.product_details .details_liL:hover img {
    transform: scale(1.02);
}

.product_details .details_liR {
    width: 50%;
    padding: .2rem;
}

.product_details .details_liRTitle {
    font-size: .3rem;
    font-family: pb;
    color: #000;
    line-height: 1.8;
}

.product_details .msgH {
    font-size: .26rem;
    text-align: left;
    margin-top: .1rem;
}

.product_details .details_liBtnL,
.product_details .details_liBtnR {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 28%;
}

.product_details .details_liBtnL {
    left: 39%;
}

.product_details .details_liBtnR {
    right: 39%;
}

.application_scenario {
    width: 100%;
    background-color: #f5f5f5;
}

.application_scenario .application_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.application_scenario .application_ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: .4rem;
    flex-wrap: wrap;
}

.application_scenario .application_li {
    width: 31%;
    border-radius: .35rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .4rem;
}

.application_scenario .application_liImg {
    width: 100%;
    height: 4.2rem;
}

.application_scenario .application_liImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.application_scenario .application_liBottom {
    width: 100%;
    height: 2rem;
    position: relative;
    padding-top: .2rem;
    border-radius: 0 0 .2rem .2rem;
    background: #fff;
}

.application_scenario .application_liCircle {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -.4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: .01rem dotted #ff9800;
}

.application_scenario .application_liCircle span {
    color: #ff9800;
    font-size: .22rem;
    font-family: PB;
    font-weight: 700;
    line-height: 1;
    margin-top: .12rem;
}

.application_scenario .application_liTriangle {
    width: 0;
    height: 0;
    border-left: .12rem solid transparent;
    border-right: .12rem solid transparent;
    border-top: .12rem solid#ff9800;
    margin-top: .05rem;
}

.application_scenario .application_liBottom p {
    font-size: .26rem;
    color: #000;
    text-align: center;
    padding-top: .6rem;
}

.why_chooseUs {
    width: 100%;
}

.why_chooseUs .chooseUs_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.why_chooseUs .chooseUs_top {
    width: 100%;
}

.why_chooseUs .chooseUs_topL {
    width: 100%;
    height: 5rem;
    overflow: hidden;
}

.why_chooseUs .chooseUs_topR {
    width: 100%;
    margin-top: .3rem;
}

.why_chooseUs .chooseUs_topRTitle {
    font-size: .4rem;
    font-family: pb;
    color: #000;
    text-transform: uppercase
}

.why_chooseUs .msgH {
    text-align: left;
    font-size: .26rem;
    margin-top: .2rem;
}

.why_chooseUs .chooseUs_topRBtn {
    width: 3.2rem;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    font-size: .3rem;
    background-color: #ff9800;
    border-radius: .4rem;
    text-align: center;
    cursor: pointer;
    margin-top: .2rem;
}

.why_chooseUs .chooseUs_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .4rem;
}

.why_chooseUs .chooseUs_li {
    width: 49%;
    height: 3.5rem;
    margin-bottom: .2rem;
    overflow: hidden;
}

.why_chooseUs .chooseUs_topL img,
.why_chooseUs .chooseUs_li img {
    transition: transform 0.3s ease;
}

.why_chooseUs .chooseUs_topL:hover img,
.why_chooseUs .chooseUs_li:hover img {
    transform: scale(1.02);
}