@charset "utf-8"; /*服务版块 开始*/ .grid h2{ padding-bottom: 16px; } .tdgl .tab { border-bottom: 1px solid #ccc; } .tdgl .tab a { display: inline-block; min-width: 100px; height: 40px; padding: 0 15px; line-height: 40px; font-size: 18px; text-align: center; background-color:transparent; border-radius: 0px; transition: all 0s; } .tdgl .tab a.current { background-color:transparent; color: #333; font-weight: bold; } .tdgl .tab a.current:after { content: ''; position: absolute; top: 13px; left: 0; width: 6px; height: 16px; border-radius: 2px; background-color:#2d8fff; } .tdgl .list-t li:before { content: ""; position: absolute; top: 50%; left: 0; width: 11px; height: 11px; margin-top: -5px; background-color: transparent; border-radius: 0px; background: url(/uploads/image/mimages/dot03.png) 50% no-repeat; } @media (max-width: 1024px) { .tdgl .tab a.current:after { left: 10%; } } /*服务版块 结束*/