.picVideoBox {
    width: 100%;
    display: inline-block;
}

.cImg {
    display: inline-block;
    height: 253px;
}

#feedback {
    width: 56%;
    margin-left: 22%;
}

.productSuggestion {
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff5462;
    color: #fff;
    margin-left: calc(100% - 170px);
    border-radius: 3px;
    margin-top: 15vw;
    margin-right: 15%;
}

.productSuggestion img {
    width: 20px;
    height: 14px;
    vertical-align: middle;
}

.productSuggestion p {
    display: inline-block;
    /* margin-left: 5px; */
    padding: 0 !important;
    background: none !important;
    flex: inherit !important;
}

.downLoadItem > a:nth-child(1) {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
}

.downLoadItem > div {
    display: flex;
}

.nav-order a:hover {
    color: #777;
}

.pageProductDetail {
    width: 96%;
    margin: 0 auto;
}

.pageProductDetailBigImgBox {
    background: #f5f5f5;
}

.pageProductDetailImg {
    display: inline-block;
    width: 40%;
    text-align: center;
    vertical-align: top;
}

.pageProductDetailSmallImgBox {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 16vw;
    overflow: hidden;
}

.pageProductDetailBigImg {
    height: 250px;
}

.pageProductDetailSmallImg {

    width: 98%;
    cursor: pointer;
    background: #f5f5f5;
}

.pageProductDetailIntroduce {
    display: inline-block;
    width: 55%;
    margin-left: 3%;
}

.pageProductDetailName {
    color: #0181c8;
    /*             font-size: 25px; */
}

.pageProductDetailBox {
    background: url('../image/detailBg.jpg');
    background-size: 100% 100%;
    padding: 12px 27px;
}

.pageProductDetailTips {
    line-height: 25px;
    color: #555555;
    font-size: 15px;
    margin-top: 12px;

}

.pageOutputSignal {
    color: #555555;
    line-height: 3vh;
    font-size: 1.8vh;
    margin-top: 3vh;
}

.pageAbility {
    margin: 16px 0;
}

.pageAbilityItem {
    color: #555555;
    line-height: 23px;
    font-size: 15px;
    display: inline-block;
    width: 35%;
    text-overflow: ellipsis;
    vertical-align: top;
    /* 				overflow: hidden; */
}

.pageApplicationBtn {
    margin-top: 31px;
}

.pageBtn {
    display: inline-block;
    border: 2px solid #c9c9c9;
    line-height: 41px;
    text-align: center;
    padding: 0 5%;
    cursor: pointer;
    color: #555555;
    margin-right: 10px;
}

#buyBtn {
    background: #0181c8;
    color: #ffffff;
    border: 2px solid #0181c8;
}

#pageDownBtn {
    cursor: pointer;
}

#applicationBtn {
    cursor: pointer;
}

.pageApplicationBtnIcon {
    vertical-align: middle;
    height: 28px;
}

.pageApplicationBtnName {
    /*             font-size: 15px; */
    margin-left: 10px;
    vertical-align: middle;
}

.pageLine {
    width: 100%;
    height: 1px;
    background: #555555;
}


.pageTabBox {

}

.pageTabList {
    background: #f5f5f5;
    font-size: 2vh;
    margin-top: 3vh;
    color: #555555;
}

.pageTabListItem {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    float: left;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
}

.pageTabInnerBox {
    min-height: 400px;
}

.pageTabList:after {
    content: "";
    display: block;
    clear: both;
}

.pageActive {
    color: #0181c8;
    border-bottom: .5vh solid #0181c8;
}

.pageTabListItemInner {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    font-size: 15px;
}


.pageTabInner {
    width: 60%;
    margin: 0 auto;
    display: none;
    text-align: left;
    padding: 5vh 0;
}

.pageTabInnerImg {
    display: block;
    width: 100%;
}

.pageTabListFixBox {
    width: 60%;
    margin: 0 auto;
}

.pageTabListFixBox:after {
    content: "";
    display: block;
    clear: both;
}

.productOverview {
    line-height: 4vh;
    font-size: 1rem;
    font-weight: inherit;
}

.pageParameterTableOne {
    width: 100%;
}


.pageParameterTableTwo {
    width: 100%;
}

.pageParameterTitleThree {
    width: 100%;
}

.pageParameterTableFour {
    width: 100%;
}

.pageParameterTitle {
    font-size: 2vh;
    margin: 3vh 0 1vh 0;
}


.innerImgTips {
    text-align: center;
    margin: 2vh 0;
}

.innerImg {
    margin: 0 auto;
    display: block;
}


.pageContactUs {
    background: #0181c8;
    color: #fff;
    width: 30%;
    text-align: center;
    padding: 1vh 0;
    margin: 4vh auto;
    cursor: pointer;
    display: block;
}

.pageContactUsIcon {
    height: 4vh;
    vertical-align: middle;
}

.pageContactUsText {
    height: 4vh;
    line-height: 4vh;
    margin-left: 15px;
    font-size: 1.8vh;
    cursor: pointer;
    color: #ffffff;
}

.nav-order {
    margin: 0 0 10px 2%;
    color: #333;
    font-size: 14px;
}

@media (max-width: 600px) {
    .nav-order {
        font-size: 12px;
    }

}

#pageIframe {
    width: 70%;
    margin: 20px auto;
    text-align: left;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pageTabInnerBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
}

table {
    min-height: 3vh;
    line-height: 3vh;
    border-collapse: collapse;
    width: 70%;
    border-spacing: 0;
    text-indent: initial;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    text-align: start;
    font-variant: normal;
}

td, th {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 8px;
    text-align: left;
}

@media screen and (max-width: 970px) {

}

@media (max-width: 850px) {
    .pageProductDetail {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pageProductDetailImg {
        width: 86%;
    }

    .pageProductDetailIntroduce {
        width: 86%;
        margin-top: 20px;
        margin-left: 0;
    }

    .pageProductDetailBigImg {
        height: 300px;
    }

    .pageProductDetailName {
        font-size: 22px;
    }

    .pageProductDetailTips {
        font-size: 13px;
    }

    .pageAbilityItem {
        font-size: 13px;
        white-space: normal;
    }

    .pageApplicationBtnName {
        font-size: 13px;
    }

    .pageBtn {
        line-height: 38px;
        padding: 0 4%;
    }

    .pageProductDetailBox {
        padding: 12px 22px;
    }

}

@media screen and (max-width: 768px) {
    .pageContactUs {
        width: 100%;
    }
}


.downLoadItemName {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.downLoadItemBtn {
    cursor: pointer;
    width: 54px;
    vertical-align: middle;
}

.downLoadItemDescribe {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}

.downLoadItemNameIcon {
    width: 54px;
    vertical-align: middle;
}

.downLoadItem {
    font-size: 15px;
    border-bottom: 1px solid #555555;
    display: flex;
    align-items: center;
}


