.o-container *,
.o-container *:before,
.o-container *:after {
  box-sizing: border-box;
}

.o-container li {
  list-style: none;
}

.o-container a {
  text-decoration: none;
}

.o-container em {
  font-style: normal;
}

.clearfix:before, .container__cart .cart__table .cart__row:before, .clearfix:after, .container__cart .cart__table .cart__row:after {
  content: "";
  display: table;
}

.clearfix:after, .container__cart .cart__table .cart__row:after {
  clear: both;
}

.color-theme {
  color: #09c;
}

.o-container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.container__cart {
  padding: 20px;
  color: #333;
  background-color: #fff;
  margin-bottom: 20px;
}

.container__cart .cart__hd {
  border-bottom: 2px solid #eee;
}

.container__cart .cart__bd {
  overflow: scroll;
}

.container__cart .cart__tab .item {
  float: left;
  width: 90px;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #999;
  border: 1px solid #eee;
  border-bottom: 0;
  background-color: #eee;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.2s ease;
}

.container__cart .cart__tab .item.on {
  width: 100px;
  height: 44px;
  line-height: 44px;
  border-top: 2px solid #6cd;
  color: #666;
  background-color: #fff;
  margin-top: 0;
}

.container__cart .cart__tit {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.container__cart .cart__tit .tit__text {
  float: left;
  font-weight: bold;
}

.container__cart .cart__tit .tit__time {
  float: right;
}

.container__cart .cart__tit .tit__time .time__range {
  color: #09c;
  margin-left: 10px;
}

.container__cart .cart__table {
  width: 1000px;
  padding-bottom: 20px;
  overflow: auto;
}

.container__cart .cart__table .cart__row:hover {
  background-color: #f2fafc;
}

.container__cart .cart__table .cart__cell {
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #666;
  word-break: break-all;
}

.container__cart .cart__table .cart__cell:first-child,
.container__cart .cart__table .cart__cell .num {
  color: #09c;
}

.container__cart .cart__table .cart__cell .num {
  margin-left: 5px;
}

.container__cart .cart__table .cart__cell:nth-of-type(2) {
  width: 300px;
}

.container__cart .cart__table .cart__cell:nth-of-type(n+3) {
  text-align: right;
}

.container__cart .cart__table .cart__thead .cart__cell {
  font-size: 14px;
  color: #999;
}

.container__cart .cart__table .cart__tfoot .cart__cell {
  font-weight: bold;
}

.container__header .title {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #09c;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.container__header .info_list {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}

.container__header .info_item {
  position: relative;
  float: left;
  height: 30px;
  line-height: 30px;
  padding-right: 16px;
  margin-right: 16px;
}

.container__header .info_item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #ccc;
}

.container__header .info_link {
  position: relative;
  display: block;
  color: #999;
}

.container__header .info_link .num {
  color: #f55;
  padding: 0 5px;
}

.container__header .info_link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #09c;
  transition: 0.15s ease;
  transform: scaleX(0);
}

.container__header .info_link:hover:after {
  transform: scaleX(1);
}

.chart_wrapper {
  padding-top: 20px;
}

@media (max-width: 899px) {
  .chart_member {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 900px) {
  .chart_member {
    float: left;
    width: 35%;
  }
}

.chart_member .chart_pic {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.chart_member .chart_data {
  font-size: 13px;
  line-height: 22px;
  padding: 0 10px;
}

.chart_member .chart_data .data_new {
  color: #f55;
}

.chart_member .chart_data .data_old {
  color: #3ab;
}

.chart_member .chart_data .data_all {
  color: #7c2;
}

.chart_member .chart_data .data_item .left {
  float: left;
}

.chart_member .chart_data .data_item .right {
  float: right;
}

@media (max-width: 899px) {
  .chart_activity {
    margin-top: 20px;
  }
}

@media (min-width: 900px) {
  .chart_activity {
    float: right;
    width: 65%;
    padding-left: 10px;
  }
}

.chart_activity .chart_pic {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .chart_activity .chart_pic {
    float: left;
  }
}

@media (min-width: 600px) {
  .chart_activity .chart_data {
    float: right;
    width: calc(100% - 300px);
  }
}

.chart_activity .chart_data .title {
  font-size: 16px;
  line-height: 30px;
  color: #09c;
  text-align: center;
}

.chart_activity .chart_data .list {
  border-top: 1px solid #eee;
}

.chart_activity .chart_data .list .item {
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
  color: #999;
  border-bottom: 1px solid #eee;
}

.chart_activity .chart_data .list .item:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 -2px 0 #eee inset;
}

.chart_activity .chart_data .list .item .tit,
.chart_activity .chart_data .list .item .num,
.chart_activity .chart_data .list .item .per {
  float: left;
}

.chart_activity .chart_data .list .item .tit {
  width: 40%;
}

.chart_activity .chart_data .list .item .num,
.chart_activity .chart_data .list .item .per {
  width: 30%;
  text-align: right;
}
