#body {
  background: #666;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  #body {
    padding: 1px;
  }
}
@media only screen and (max-width: 767px) {
  #body {
    padding: 1px;
  }
}
#body, #body * {
  transition: all .25s;border-radius:4px; direction:ltr;
    text-align: right;
}
#body .out-wrap {
    position: relative;
    padding: 10px;
    width: 100%;
    background: #FFF;border-radius:4px;
}
.p-con-tab{font-size: 14px;}
#body .out-wrap #tabs {
  border-bottom: 0;
  margin: 0 -35px 5px;
  background: #666;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  flex-wrap: nowrap !important;
}
#body .out-wrap #tabs::-webkit-scrollbar {
  display: none;
}
#body .out-wrap #tabs li {
  width: auto;
  white-space: nowrap;
  flex: 1;
}
#body .out-wrap #tabs li a {
  border: 0;border-radius: 0 !important;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
#body .out-wrap #tabs li a:hover {
  background: #ddd !important;
  color: #303030 !important;
}
#body .out-wrap #tabs li.active a {
  background: #fff;
  color: #3D5A68;
}
#body .out-wrap .tab-content {
  overflow: hidden !important;
}
