/*! tab 2014-05-08 */
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  /*text-align: left;
  font-weight: normal;
  vertical-align: middle;*/
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/** 
	variable.css
*/
.h5-plugin-tab {
  height: 40px;
  /*background: #f6f6f6;*/
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
}

.h5-plugin-tab-in {
  position: relative;
  white-space: nowrap;
  /*margin-right: 5px;*/
  /*margin-left: 5px;*/
  font-size: 0;
  height: 100%;
  overflow: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 55px;
}

.h5-plugin-tab-in ul li {
  line-height: 1;
}

.h5-plugin-tab li {
  cursor: pointer;
  padding-top: 13px;
  padding-bottom: 13px;
  display: inline-block;
}

.h5-plugin-tab li a {
  font-family: "Microsoft Yahei";
  font-size: 13px;
  display: block;
  color: #999999;
  text-decoration: none;
}

.h5-plugin-tab .on a {
  color: #f72862;
}

.h5-plugin-tab.center {
  text-align: center;
  height: 40px;
  /*background: #f6f6f6;*/
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #dcdcdc;
}

.h5-plugin-tab.center ul {
  display: -webkit-box;
}

.h5-plugin-tab.center li {
  display: block !important;
  -webkit-box-flex: 1;
}

.h5-plugin-tab-silder {
  background: #f72862;
  height: 3px;
  position: relative;
  width: 0px;
  display: block;
  left: 0px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, width 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-in-out, width 0.2s ease-out;
  -webkit-transform: translateX(0px);
  padding: 0px;
  margin-top: -3px;
  z-index: 10;
}
