html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  background-image: url(service-bg.png);
}

/deep/.el-tabs__nav {
  display: flex;
  width: 100%;
}

/deep/.el-tabs__nav .el-tabs__item {
  flex: 1;
  color: #ffffff;
  padding: 0 5px;
  font-size: 12px;
  background: #666786;
}

/deep/.el-tabs__nav .el-tabs__item.is-active {
  background: #FFA124;
  border-radius: 4px 4px 0 0;
}

/deep/.el-tabs__nav .el-tabs__active-bar {
  background-color: #FFA124;
}

div {
  box-sizing: border-box;
}

.el-tabs__item {
  color: #fff;
}

.items {
  padding: 0 10px 10px;
}

.items::after {
  content: '';
  display: block;
  clear: both;
}

.items .item {
  border-radius: 5px;
  border: solid 1px #eaeaea;
  width: calc((100% - 10px)/2);
  height: 130px;
  display: flex;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
  position: relative;
  background: rgba(102, 103, 134, 0.5);
}

.items .item .name {
  font-size: 15px;
  line-height: 20px;
  width: calc(100% - 35px);
  padding: 5px 0 0;
  color: #333333;
  position: relative;
}

.items .item .name .copy {
  color: #FFA124;
  font-size: 12px;
}

.items .item .name .code {
  height: 75px;
}

.items .item .name .code .el-image {
  height: 100%;
  width: 100%;
}

.items .item .name .nick {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin-top: 5px;
  padding: 0 5px;
  max-height: 42px;
  text-align: center;
}

.items .item .name .nickMore {
  font-size: 14px;
  line-height: 18px;
}

.items .item .detail {
  width: 35px;
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 130px;
}

.items .item .most {
  background-image: linear-gradient(90deg, #f17600 0%, #fb3f00 99%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}

.items .item .more {
  background-image: linear-gradient(90deg, #009688 0%, #4caf50 50%, #8bc34a 99%), linear-gradient(#000000, #000000);
  background-blend-mode: normal,  normal;
}

.items .item .less {
  background-image: linear-gradient(90deg, #686868 0%, #5a5a5a 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
 normal;
}

.items > div:nth-child(2n) {
  margin-right: 0;
}

.items > div:active {
  opacity: 0.8;
}

.el-tabs__nav {
  display: flex;
  align-items: center;
}

marquee {
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
}
.logo{
  height: 50px;
  overflow: hidden;
}
.logo img{
  height: 134px;
  margin-top: -40px;
}