﻿.sawhSecurity { margin-bottom: 100px; }
.sawhSecurity .tabs .tab-nav { margin: 5px 0 0; width: 100%; max-width: 100%; border-left: 0; border-radius: 0; border-left: 1px solid #ddd; margin-bottom: -1px; }
.sawhSecurity .tabs .tab-nav > li { display: inline-block; background: #f5f5f5; border-bottom: 1px solid #ddd; border-top: 5px solid #ddd; border-right: 1px solid #ddd; font-size: 20px; width: 200px; line-height: 66px; height: 70px; text-align: center; float: left; cursor: pointer; }
.sawhSecurity .tabs .tab-nav > li:last-child { margin-right: 0; }
.sawhSecurity .tabs .tab-nav > li.on { border-top-color: #fe8e14; border-bottom-color: #ffffff; background: #ffffff; }
.sawhSecurity .tabs .tab-pane { display: none; }
.sawhSecurity .tabs .tab-pane.on { display: block; border: 1px solid #ddd; padding: 20px; background: #ffffff; }
.sawhSecurity .tabs .tab-pane .content { background: #f5f5f5; padding: 20px 30px; }
.sawhSecurity .tabs .tab-pane ul.disc > li { padding-left: 15px; position: relative; font-size: 18px; }
.sawhSecurity .tabs .tab-pane ul.disc > li:before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #999; top: 9px; left: 0; }
.sawhSecurity .tabs .tab-pane .content img { max-width: 100%; }
.sawhSecurity .d-btn.orange-btn { height: 60px; line-height: 54px; margin-top: 30px; }

@media (max-width: 1679px) {
    .sawhSecurity .tabs .tab-pane ul.disc > li { font-size: 16px; }
}

@media (max-width: 1199px) {
    .sawhSecurity .tabs .tab-pane ul.disc > li { font-size: 14px; }
    .sawhSecurity .tabs .tab-nav > li { width: 33.3%; font-size: 18px; }
}
