﻿@charset "UTF-8";
#tab_t{
  height:50px;
  border-bottom:1px solid #ccc;
}
#tab_t li{
  float:left;
  width:155px;
  height:48px;
  line-height:48px;
  text-align:center;
  border-bottom:none;
  background:#f5f5f5;
  cursor:pointer
}
#tab_t .act{
  position:relative;
  height:50px;
  margin-bottom:-1px;
  background:rgba(2,113,184,1);
  color:#fff;
}
#tab_c{border:1px solid #ccc; border-top:none; padding:20px;}
.wrap{margin-bottom:40px;}
