﻿.title-wrap {
  padding: 30px 0;
  display: table;
  margin: 0 auto;
}
.title-wrap > div {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.title-wrap h3 {
  font-size: 30px;
  color: #028be6 /*#ddd*/;
  padding-right: 20px;
  margin: 0;
}
.title-wrap span {
  color: #028be6 /*#ddd*/;
  font-size: 80px;
}
.bg-ligray {
  background-color: #fff /*#efefef*/;
}

.upgr-wrap {
}

.upgr-bar {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .upgr-wrap > div {
    padding: 0;
  }
  .upgr-bar {
    display: none;
  }
}
.search-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f2f5;
}
.search-bar {
  border: 1px solid #e4eaec;
  position: relative;
  padding-right: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.search-bar input {
  border: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
}
.search-bar span {
  position: absolute;
  top: 0;
  right: 6px;
  width: 30px;
  font-size: 18px;
  line-height: 34px;
  cursor: pointer;
}
.upgr-type-list {
  /* padding-top: 10px; */
}
.upgr-type-list li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 34px;
  cursor: pointer;
}
    .upgr-type-list li:hover,
    .upgr-type-list li.active {
        background-color: #028be6;
        color: #fff;
        border-color: #028be6;
    }
.upgr-type-title {
  color: #333;
  white-space: nowrap;
  margin: 0;
  padding-top: 0;
  font-weight: bold;
}
.upgr-type-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upgr-type-list li a {
  color: #000;
}
.upgr-type-list li a:hover {
  color: #00c1de;
}
.upgr-type-list li.active a {
  color: #00c1de;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.mask.hideing {
  opacity: 0;
}
.mask.hide {
  display: none;
}
.mask .loading {
  padding: 10% 0;
  text-align: center;
}
.mask .loading .circle {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #ccc;
  margin-right: 15px;
  border-radius: 50%;
}

.loading .circle {
  -webkit-animation: ripple 1.8s infinite ease-in-out;
  -moz-animation: ripple 1.8s infinite ease-in-out;
  -ms-animation: ripple 1.8s infinite ease-in-out;
  animation: ripple 1.8s infinite ease-in-out;
}
.loading .circle:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading .circle:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loading .circle:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes ripple {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ripple {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes ripple {
  0%,
  80%,
  100% {
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .title-wrap {
    padding: 60px 0;
  }
  .title-wrap h3 {
    font-size: 50px;
  }
  .title-wrap span {
    font-size: 100px;
  }
  .upgr-wrap {
    margin: 15px 0;
  }
  /*.upgr-wrap>div:first-child { padding-right: 0; }*/
  .upgr-content,
  .upgr-bar {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .upgr-wrap {
    margin: 40px 25px;
  }
  .title-wrap span {
    font-size: 120px;
  }
  .upgr-content,
  .upgr-bar {
    padding: 20px 30px;
  }
  .upgr-type-title {
    line-height: 30px;
  }
}
