/* 服务与支持 */

/* 产品维修指导 */
.pro-banner{
    width: 100%;
    position: relative;
}
.pro-banner img{
    width: 100%;
}
.pro-banner-txt{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 30%;
}
.pro-banner-txt h3{
    font-size: 72px;
    color: #b6272a;
    line-height: 80px;
} 
.pro-banner-txt h4{
    font-size: 48px;
    line-height: 60px;
    color: #b6272a;
    display: inline-block;
    border-bottom: 1px solid #b6272a;
}
.pro-main-search {
    width: 30%;
    display: flex;
    border-bottom: 1px solid #b6272a;
    margin: 30px auto 0;
}
.pro-main-search input{
    flex: 1;
    display: inline-block;
    padding-left: 10px;
    line-height: 30px;
    font-size: 16px;
    border: none;
}
.pro-main-search span{
    color: #b6272a;
    margin-top: 10px;
}
.pro-main-warn{
    font-size: 12px;
    line-height: 30px;
    display: none;
}
.pro-main-table{
    margin-top: 10px;
}
.pro-main-table td{
    text-align: center;
}
.pro-main-table .table tr th{
    background-color: #b6272a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #b6272a;
}
.pro-main-table .table tr td{
    line-height: 32px;
    font-size: 16px;
    color: #3e3a39;
}
.pro-main-table .table tr td a{
    display: block;
}
.pro-main-table .table tr td a:hover{
    color: #b6272a;
}
.pro-main-table .table tr td a img{
    display: inline-block;
}

/*  常见问题 */


.pro-faq-l{
    width: 200px;
    float: left;
    margin-right: 20px;
}
.pro-menu{
    font-size: 16px;
    line-height: 40px;
}
.pro-menu li{
    margin-top: -1px;
}
.pro-menu li span{
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    cursor: pointer;
}
.pro-menulist{
    font-size: 14px;
    line-height: 26px;
    display: none;
    padding: 10px 0;
}
.pro-menu li.current .pro-menulist{
    display: block;
}
.pro-menu li.current .pro-menulist a{
    display: block;
    line-height: 26px;
}
.pro-menu li.current .pro-menulist a:hover{
    color: #b6272a;
}

















..pro-faq-m{
    display: none;
}
.pro-faq{
    margin-top: 7%;
}
.pro-faq-table{
    margin-bottom: 3%;
}
.pro-faq-table .table tr th{
    background-color: #b6272a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #b6272a;
}
.pro-faq-table .table tr td{
    line-height: 32px;
    font-size: 16px;
    color: #3e3a39;
}
.pro-page{
    text-align: center;
    margin-bottom: 5%;
}
.pro-page a{
    display: inline-block;
    border: 1px solid #ccc;
    color: #666;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 2px;
    font-size: 14px;
}
.pro-page a:hover{
    background-color: #b6272a;
    border: 1px solid #b6272a;
    color: #fff;
}
.pro-page a.active{
    background-color: #b6272a;
    border: 1px solid #b6272a;
    color: #fff;
}

/* 服务政策 */
.pro-policy{
    margin-top: 3%;
}
.pro-policy h3{
    margin-top: 10px;
    color: #a22631;
    line-height: 40px;
}
.pro-policy p{
    line-height: 30px;
    color: #3e3a39;
}

/* 使用说明书 */
.pro-instruction{
    margin-top: 5%;
}

/* 问题反馈 */
.pro-feedback{
    margin-top: 5%;
    margin-bottom: 5%;
}
.pro-feedback h3{
    color: #3e3a39;
    font-size: 24px;
    text-align: center;
}

.feedback-list{
    margin-top: 20px;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    display: flex;
}
.feedback-list span{
    font-size: 16px;
}
.feedback-list input{
    line-height: 50px;
    border: none;
    font-size: 16px;
    flex: 1;
}
.feedback-up{
    margin-top: 15px;
}
.feedback-up p{
    line-height: 30px;
}
.feedback-up input{
    border: none;
}
.btn-feedback{
    margin-top: 20px;
    text-align: center;

}
.btn-feedback a{
    display: inline-block;
    background-color: #b6272a;
    padding: 5px 20px;
    color: #fff;
    font-size: 16px;
}



