/*
 * @module ÈËÁ¦ad
 * @author lixiang
 * @date 2015-04-14
 */

.base-table {
    width: 100%;
    border-collapse: collapse;
}
.base-table,
.base-table th,
.base-table td {
    border: 1px solid #DEDEDE;
    text-align: center;
}
.base-table th,
.base-table td {
    line-height: 40px;
    vertical-align: middle;
}
.base-btn {
    padding: 4px 22px;
    color: #fff;
    font-size: 16px;
}
.base-btn.red-btn {
    background-color: #FD362F;
}

.arrow-tab {
    margin: 15px 0;
    border-bottom: 1px solid #CBCBCB;
}
.arrow-tab ul li {
    float: left;
    color: #3E3E3E;
    font-size: 20px;
    font-family: "Î¢ÈíÑÅºÚ";
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid transparent;
    _border-bottom: 3px solid #F2F2F2;
    padding: 0 10px;
}
.arrow-tab ul li:hover,
.arrow-tab ul li.active {
    border-bottom: 3px solid #DF321A;
    position: relative;
}
.arrow-tab ul li:hover a,
.arrow-tab ul li.active a {
    color: #DF321A;
}
.arrow-tab ul li:hover:after,
.arrow-tab ul li.active:after {
    content: "\200B";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-top: 10px solid #DF321A;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.w110 {
    width: 100px;
}
.w363 {
    width: 363px;
}
.w280 {
    width: 280px;
}
.w230 {
    width: 230px;
}
.base-table .text-left {
    text-align: left;
}
.plr15 {
    padding: 10px 15px;
}
.lh24 th,
.lh24 td {
    line-height: 24px;
}
.fc-F4250F {
    color: #F4250F;
}
.service {
    float: left;
    width: 145px;
}
.pl15 {
    padding-left: 12px;
}

.course-tab-wrap {
    margin-top: 25px;
}
.base-tab ul li {
    float: left;
    background-color: #858585;
    padding: 0 20px;
    margin-right: 2px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
}
.base-tab ul li.active {
    height: 36px;
    line-height: 25px;
    margin-top: 0;
    background-color: #DF083C;
    -webkit-transition: margin-top .3s, height .3s, line-height .1s;
    -moz-transition: margin-top .3s, height .3s, line-height .1s;
    -ms-transition: margin-top .3s, height .3s, line-height .1s;
    -o-transition: margin-top .3s, height .3s, line-height .1s;
    transition: margin-top .3s, height .3s, line-height .1s;
}
.base-tab ul li a {
    color: #fff;
    font-size: 14px;
}
.more-link {
    float: right;
    font-size: 14px;
    margin-top: 12px;
}
.bd-DF083C {
    border-bottom: 3px solid #DF083C;
}
.analysis-header {
    border-bottom: 1px solid #5A5A5A;
}
.analysis {
    padding-top: 15px;
}
.arrow-tab-body {
    background-color: #F2F2F2;
    padding: 10px;
}
.bgc-F4F4F4 {
    background-color: #F4F4F4;
}
.bgc-fff {
    background-color: #fff;
}
.yhtc-wrap {
    position: relative;
    *position: static;
    top: 0;
    left: 0;
    height: 77px;
}
.yhtc {
    position: absolute;
    *position: static;
    top: 0;
    left: 0;
    *margin-left: -20px;/*ie6,7´íÎ»bug*/
}
.mt20 {
    margin-top: 20px;
}
.fs16 {
    font-size: 16px;
}
.fs14 {
    font-size: 14px;
}
.h36 {
    height: 36px;
}
.course-table td span {
  position: relative;
  top: 0;
  left: 0;
}
.course-table td span i {
  position: absolute;
  top: -15px;
  right: -14px;
  _right: 5px;
}
.course-table td .pack-layer {
  position: absolute;
  top: 36px;
  left: -90px;
  padding: 5px;
  display: none;
  width: 240px;
  line-height: 1.2;
  background-color: #FEF2CD;
  color: #333;
  z-index: 1;
  border: 1px solid #E5EBF2;
  font-weight: normal;
  text-align: left;
}
.pack-top-angle {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
.course-table th .pack-layer p {
  margin: 0;
}
.course-table td {
  position: relative;
  top: 0;
  left: 0;
}