.detail-title{
    padding: 6.8vw;
    text-align: center;
    background-color: #f4f4f4;
}
.detail-title h1{
    font-weight: bold;
}
.detail-img{
    margin-left: 90px;
}
.banner-top{
    margin-top: -18px;
}
.form-sub-btn {
    border: none;
    width: 25%;
    height: 40px;
    color: #fff;
    background: #000;
    margin-top: 30px;
    font-size: 18px;
}

/*  */
.describe{
    margin: 0 8em!important;
}
.describe-title{
    font-size: calc(0.61788vw + 19.0817px);
    line-height: calc(0vw + 1.4em);
    font-weight: bold;
}
.t1{
    margin-left: 120px;
}
.describe-text{
    line-height: calc(-0.07143vw + 2.05714em);
    font-size: 20px;
    color: #454849;
    margin-left: 120px;
}
.specs ul{
    max-width: 550px;
    padding: 0;
    list-style-type: none;
    border-top: 7px solid #DB8925;
}
.specs ul li span:first-child {
    font-weight: 600;
    font-size: 20px;
}
.specs ul li span{
    font-size: 20px;
}
.specs ul li span:first-child {
    width: 70%;
}
.specs ul li span {
    width: 30%;
}
.specs ul>li{
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.5rem;
}
.specs ul li:nth-of-type(odd) {
    background-color: #f4f4f4;
}
/* 参数 */
.pro-detail-px {
    margin-top: 68px;
    margin-bottom: 68px;
    padding: 0 18em !important;
}
.pro-detail-px h2 {
    margin-bottom: 35px;
    color: #333;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
.data-para {
    height: auto;
    margin-right: -.2rem;
    overflow: auto;
}
.fktech {
    width: 100%;
}
.fktech table {
    width: 100%;
    background-color: #fff;
    position: relative;
}
.fktech table thead {
    text-align: center;
    background-color: #044055;
    color: #fff;
}
.fktech table .tabTh th {
    vertical-align: middle;
    text-align: center;
    padding: .5rem;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    line-height: 2.5;
}
.fktech table tr.tabTh.th-last td {
    line-height: 2.5;
}
.data-para table tr td {
    text-align: center;
    padding: 0 .2rem;
}
.fktech table td {
    min-height: .5rem;
    line-height: 3.5;
    vertical-align: middle;
    border: 1px solid #e7e7e7;
}
.com_bc{
    text-align: center;
    background-color: #044055;
    color: #fff;
}
/*  */
.detail-form{
    max-width: 1400px;
}
.detail-send{
    text-align: center;
    margin: 25px 0;

}

@media(max-width:768px){
    .form-sub-btn{
        width: 43%;
    }
    .icon-youjiantou{
        width: 15%;
    }
    .describe{
        margin: 0!important;
    }
    .describe-text{
        margin-left: 0px!important;
    }
    .t1{
        margin-left: 0!important;
    }
    .pro-detail-px {
        padding: 0 15px!important;
    }
    .detail-img{
        margin-left: 0;
    }
    .detail-form{
        padding: 0 25px!important;
    }
}