body {
  background-color: #f6f7fb;
}
@media screen and (max-width: 1400px) {
  body{
      width: 1400px;
  }
}
.navbar-expand-lg {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1366px;
}
.navbar-expand-lg .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.carousel-caption {
  top: 180px;
  bottom: 0;
  text-align: left;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  top: 460px;
  left: unset;
}
.navbar {
  padding: 1rem 1rem !important;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left, 
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ff3f3f;
  font-weight: 600;
}
.system-title {
  border-left: 4px solid #ff3f3f;
  padding-left: 8px;
}
#hostGame .col-3,
#jinGanQu .col-3 {
  padding: 8px !important;
}
#hostGame .col-3 .card {
  border: 0 !important;
}
.gw-link:hover {
  color: #ff3f3f;
  text-decoration: none;
  background: url(https://nie.res.netease.com/nie/gw/15v1/img/arrow_h_88eeb95.png) no-repeat right center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
  -moz-animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
  -ms-animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
  -o-animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
  animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
  -moz-animation: ani-gw-link .3s linear .2s 1 normal;
  -webkit-animation: ani-gw-link .3s linear .2s 1 normal;
  -o-animation: ani-gw-link .3s linear .2s 1 normal;
  -ms-animation: ani-gw-link .3s linear .2s 1 normal;
  animation: ani-gw-link .3s linear .2s 1 normal;
}
.gw-link {
  position: absolute;
  bottom: 5px;
  right: 20px;
  width: 88px;
  height: 30px;
  display: block;
  background: url(https://nie.res.netease.com/nie/gw/15v1/img/arrow_62e0baf.png) no-repeat right center;
  font: 12px/30px "Micosoft YaHei";
  font-weight: 600;
  text-align: center;
  color: #9f9f9f;
}
.card-img-body {
  background: rgb(185,21,57,70%);
  height: 184px;
  padding: 20px 15px 10px 15px;
  color: #fff;
  /* display: none; */
  margin-top: -184px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}
.card-img-body .row .col-4 {
  padding: 0 8px !important;
}
.footer {
  padding: 20px 0;
  background: #272a2c;
  min-width: 1260px;
  color: #fff;
  font-size: 12px;
}
.sq_ewm {
  background-size: 100% auto;
  width: 100%;
  height: 225px;
  border-radius: 8px;
}
.sq_ewm .ewm_img {
  text-align: center;
  padding-top: 10%;
  width: 100%;
  height: 225px;
  border-radius: 8px;
  z-index: 9;
  background: rgba(0,0,0,.7);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.sq_ewm:hover .ewm_img {
  opacity: 1;
}

.gonggao {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  z-index: -1;
  border-radius: 8px;
}
.gonggao p {
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 8px;
  font-size: 15px;
}
.yy {
  text-shadow: 0 2px 3px rgb(0 0 0 / 55%);
}
.vip_rectangle {
  float: left;
  width: 6px;
  height: 6px;
  background: #ff3f3f;
  margin-right: 14px;
  margin-top: 10px;
}
.sosuo .btn-outline-success {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.sosuo .btn-outline-success:hover {
  color: #fff;
  background-color: #ff3f3f;
  border-color: #ff3f3f;
}
.text-danger {
  color: #ff3f3f !important;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff3f3f !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #ff3f3f86 !important;
}
@keyframes fade {
  from {        
  opacity: 1.0;    
  }
  50% {        
  opacity: 0.4;    
  }
  to {        
  opacity: 1.0;    
  }
}
@-webkit-keyframes fade {    
  from {        
  opacity: 1.0;    
  }
  50% {        
  opacity: 0.4;    
  }
  to {        
  opacity: 1.0;    
  }
}
.headerBox {
  animation: fade 1200ms infinite;    
  -webkit-animation: fade 1200ms infinite;
}
#block2 .row .col .media {
  background-color: #FFF;
}
#block2 .row .col {
  padding: 0 8px !important;
}
#block2 .row .col .media img {
  box-shadow: 1px 1px 5px rgb(66 63 105 / 40%);
}
#block2 .row .col .media .media-body{
  padding-top: 20px;
}

#block2 .row .col .media .btn-group {
  display: none;
  margin-top: -10px;
  
}
#block2 .row .col .media:hover .btn-group {
  display: block;
}
#block2 .row .col .media:hover .media-body{
  padding-top: 0;
}
.jinganqu-block {
  display: none;
}
.active {
  display: block !important;
}
.huiyuan {
  margin-top: -30px;
  background: url('../../common/btn.png') no-repeat;
  background-size: 100%;
  width: 220px;
  height: 120px;
  display: block;
}
.huiyuan:hover {
  background: url('../../common/btn-hove.png') no-repeat;
  background-size: 100%;
}
.cards {
  color: #fff;
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
  border-radius: 8px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cards h5 {
  font-size: 24px;
  font-family: Source Han Sans SC;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 13px;
  background: linear-gradient(0deg, #FFEC95 25.68359375%, #FFFEE6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cards button {
  width: 90px;
  border-radius: 25px !important;
}
.cards:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
.user-card {
  clear: both;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 0;
  height: 225px;
}
.user-card .user-growth-0 {
  background: url('../images/common/user.png');
  color: #653900;
}
.user-card .user-growth-1 {
  background: url('../images/common/user1.png');
  color: #9c4100;
}
.user-card .user-growth-包服会员 {
  background: url('../images/common/user2.png');
  color: #4a5463;
}
.user-card .user-growth-3 {
  background: url('../images/common/user3.png');
  color: #842200;
}
.user-card .user-growth-高级会员 {
  background: url('../images/common/user4.png');
  color: #3d4e5b;
}
.user-card .user-growth-超级会员 {
  background: url('../images/common/user5.png');
  color: #441a57;
}
.user-card .user-growth-至尊会员 {
  background: url('../images/common/user6.png');
  color: #4b5c61;
}
.user-card .user-growth-荣耀会员 {
  background: url('../images/common/user7.png');
  color: #ae3d06;
}
.user-card .user-growth-8 {
  background: url('../images/common/user8.png');
  color: #a66832;
}
.user-card .user-growth-9 {
  background: url('../images/common/user9.png');
  color: #a66832;
}
.user-card .card-content {
  clear: both;
  padding: 20px 20px 20px 10px;
  width: 100%;
  height: 225px;
  border-radius: 10px;
  /* background-image: linear-gradient(to bottom left, #f65f13, #821204); */
  /* background: -webkit-gradient(linear,left top,right top,from(rgba(3,15,39,.7)),to(rgba(3,15,39,0)));
  background: -webkit-linear-gradient(left,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
  background: -o-linear-gradient(left,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
  background: linear-gradient(to right,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%); */
}
/* .user-card .card-content::before {
  content: '';
  background: url(https://files.3pk.com/theme/89/06/card-logo.png) no-repeat;
  width: 250px;
  height: 36px;
  position: absolute;
  bottom: 55px;
  right: -40px;
  opacity: 0.7;
} */
.user-card .card-content hr {
  border-color: #FFF;
}

.game-icon:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

#classifyBtn button {
  margin: 0 5px;
  min-width: 70px;
  border-radius: 25px;
}

/**
*登录框
*/
/* COLORS
========================================== */
      /* MIXINS
========================================== */
      /* KEYFRAMES
========================================== */
@-webkit-keyframes float {
  0% {
      transform: translatey(0px);
      transform: translatex(0px);
  }

  50% {
      transform: translatey(-30px);
      transform: translatex(20px);
  }

  100% {
      transform: translatey(0px);
      transform: translatex(0px);
  }
}

@-moz-keyframes float {
  0% {
      transform: translatey(0px);
      transform: translatex(0px);
  }

  50% {
      transform: translatey(-30px);
      transform: translatex(20px);
  }

  100% {
      transform: translatey(0px);
      transform: translatex(0px);
  }
}

@-o-keyframes float {
  0% {
      transform: translatey(0px);
      transform: translatex(0px);
  }

  50% {
      transform: translatey(-30px);
      transform: translatex(20px);
  }

  100% {
      transform: translatey(0px);
      transform: translatex(0px);
  }
}

@keyframes float {
  0% {
      transform: translatey(0px);
      transform: translatex(0px);
  }

  50% {
      transform: translatey(-30px);
      transform: translatex(20px);
  }

  100% {
      transform: translatey(0px);
      transform: translatex(0px);
  }
}

/* POP-UP
========================================== */
.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  overflow-y: auto;
  /* box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4); */
  box-shadow: none !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2000;
  /* background-color: #ffffff; */
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .pop-up {
      width: calc(100% - 40px);
      height: auto;
      max-width: 900px;
  }
}

.pop-up .content {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .pop-up .content {
      min-height: inherit;
  }
}

.pop-up .content .container {
  padding: 100px 20px 140px;
}

@media (min-width: 568px) {
  .pop-up .content .container {
      padding: 50px 20px 80px;
  }
}

@media (min-width: 768px) {
  .pop-up .content .container {
      padding: 70px 0px 90px;
      max-width: 520px;
      margin: 0 auto;
  }
}

.pop-up .content .close {
  position: absolute;
  top: 130px;
  right: 80px;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  color: rgb(86,0,2);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

  .pop-up .content .close:hover {
      cursor: pointer;
      color: #f66867;
  }

.pop-up .content .dots .dot {
  position: absolute;
  border-radius: 100%;
  z-index: 11;
}

  .pop-up .content .dots .dot:nth-of-type(1) {
      top: -80px;
      right: -80px;
      width: 160px;
      height: 160px;
      background-color: #689bf6;
      -webkit-animation: float 6s ease-in-out infinite;
      -moz-animation: float 6s ease-in-out infinite;
      -o-animation: float 6s ease-in-out infinite;
      animation: float 6s ease-in-out infinite;
  }

@media (min-width: 768px) {
  .pop-up .content .dots .dot:nth-of-type(1) {
      top: -190px;
      right: -190px;
      width: 380px;
      height: 380px;
  }
}

.pop-up .content .dots .dot:nth-of-type(2) {
  bottom: -120px;
  left: -120px;
  width: 240px;
  height: 240px;
  background-color: #f66867;
  -webkit-animation: float 8s ease-in-out infinite;
  -moz-animation: float 8s ease-in-out infinite;
  -o-animation: float 8s ease-in-out infinite;
  animation: float 8s ease-in-out infinite;
}

.pop-up .content .dots .dot:nth-of-type(3) {
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background-color: #ffd84c;
  -webkit-animation: float 4s ease-in-out infinite;
  -moz-animation: float 4s ease-in-out infinite;
  -o-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}

.pop-up .content .title h1 {
  text-align: center;
  color: #f66867;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
}

.pop-up .content img {
  width: 100%;
  max-width: 220px;
  display: inline-block;
  margin: 30px 0 40px 0;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  .pop-up .content img {
      max-width: 300px;
  }
}

.pop-up .content .subscribe h1 {
  font-size: 1.5rem;
  color: #3e4146;
  line-height: 130%;
  letter-spacing: 0.07rem;
  margin-bottom: 30px;
}

  .pop-up .content .subscribe h1 span {
      color: #f66867;
  }

.pop-up .content .subscribe form {
  overflow: hidden;
}

  .pop-up .content .subscribe form input {
      width: 100%;
      float: left;
      padding: 15px 20px;
      text-align: center;
      font-family: inherit;
      font-size: 1.1rem;
      letter-spacing: 0.05rem;
      outline: 0;
  }

      .pop-up .content .subscribe form input[type=email] {
          margin-bottom: 15px;
          border: 1px solid #bec1c5;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
      }

@media (min-width: 768px) {
  .pop-up .content .subscribe form input[type=email] {
      margin-bottom: 0px;
      width: 75%;
      border-right-width: 0px;
  }
}

.pop-up .content .subscribe form input[type=email]:focus {
  border-color: #3e4146;
}

.pop-up .content .subscribe form input[type=button] {
  background-color: #8e6ac1;
  color: #ffffff;
  border: 1px solid #8e6ac1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .pop-up .content .subscribe form input[type=button] {
      width: 25%;
  }
}

.pop-up .content .subscribe form input[type=button]:hover {
  cursor: pointer;
  background-color: #7349af;
  border-color: #7349af;
}

.pop-up.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

  .pop-up.open img {
      opacity: 1;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
  }

/*生成的二维码里面的img标签宽高自适应*/
#myCode img{
    width: 230px;
    height: 230px;
    overflow: hidden;
    text-align: center;
    margin: 28px auto;
    background: #ffff;
    padding: 5px;
}
/*一开始生成的canvas也要进行宽高自适应*/
#myCode canvas{
  width: 250px;
  height: 250px;
}
.ue-scroll {
  display: none;
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: pointer;
  top: auto;
  right: 40px;
  bottom: 50px;
  left: auto;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 50%
}

.ue-scroll.btn-black {
  background-color: rgb(94, 91, 91);
}
.ue-scroll.btn-black:hover {
  background-color: #ff3f3f;
}

.ue-scroll.btn-gray {
  background-color: #999
}

.ue-scroll.btn-white {
  background-color: #fff
}

.ue-scroll.border-black {
  border: 1px solid #000
}

.ue-scroll.border-white {
  border: 1px solid #fff
}

.ue-scroll.border-gray {
  border: 1px solid #999
}

.ue-scroll.arrow-black {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA0CAYAAACTrvadAAADOklEQVR42u1bz0tUURQ+jYajUTiUMItxYbjISBdCEajYREFiYAgOQbYxV7bJVjVLdwmtZHDlxp07EfdBCEK7Fi1btZpt/8DrXryvXtPM9N79zvtx3zsffAjK3Hff+ea9e75zjkTuY17xm+FHxUESpIoVRa+Dx4pXJDTpYKOLID6/KN6QECWHS4rNPoL4/K44IeGKH/q8aIUQJMhpCVt8GDHnhWfBBxI+flTMOeEBXJMw8qFm0l2PgVsSThxTim0mQXzumGRBYIF7zGIEeag4JCGOhqUYBfF5pnhNQh0O6wkI4vOrYlVC3t8Uvk1QEJ/6zLol4e8uyC4QWO3e75uftmvcFRn+YMgcvLbBPA/UuUbNWWG71pLIcXHQIkE8UhzuWLNsfm+75nqRBamag9Y2eB+od+9k0Pzddu13RfQyk6Ap3A4RNDRx2KUCNcxmwWzpeYIpti6AjuRdkEegIA8tr/sUuKYuhFbyKsga6CVmwOvrlPmn5fV1QbSWN0G2AEF+EF8H8TZwlunP3cmLKdxh8iBcGAdN5pzLgujMZZ/Zg3DhuhHcdm/PXDWFpzF5EC5owU+APW66JMgYaApfJ2jctPB7lPOG2QT4vm6ksOeS4ntgz/tZNpnToAepp7z/TWDvnyiDDbPFlD0IF1YpJw2zFcL6IOMZ+4LVwfuZJIcf+bMMly9mAffvmc+nYgqblE0PwgW0kv04aVPYomx7EC5UwWzyRRKb1P/3cUxueBAuXFX8DNzzmzjvGZ3nbZC7uKx4QFjDrMS9KXSet07uY4CwFrMeDilzbQaZ582SB+FKcLbTzjjncuZBuIC0mKGG2XJOPQgXnoBVjKmoF3yZcw/CBaTFHLphho7luORBuIC0mD3zRuqJEmHzvC56EM7sFDGZG90WLRM2z9sggT5DkRZzM/ilrhA2z7sgevzGMGFzzC3/9W9rCtvmfSr4tzaItJh1w8zag9Qk/n3PZ9sWs+77R57tLYIH4cKriLHdC9bIwjr3A876TUEQtsV8ZOprf6Ee4rEakBhbYeE/sT3t5++WxYPEhpkeJvM8TAWk83FblXiy4SZdDKwHE6bRKLWvtniQWDBmxNDx7Tq8/gth0QtD0LQNngAAAABJRU5ErkJggg==)
}

.ue-scroll.arrow-white {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA0CAYAAACTrvadAAADWUlEQVR42u1av2sUURBek0juEpQcGrjiUigpkqApDpSDGPREwRBBOcghGJuYKjYmlV55XQ6swpEqjZ2dSHpBhICdhaWV1bX+AfecJy8xnLu3t++b/T0fDAsHuztvvr335psZx0k5lFJ3yH5o6/f77+g64QhiJeSJGgAR85Eu0xKdeAjZUt74RnZVohQdGRfIWsofP8muScTCJ2SCrKuC4aZELjxCpsx5YYN7EkF+QkrmnECwIZHkI6RiUl4O7EhEcUIWyXqKF22dLEh07Qi5rUICnU3v6TIpUQ5GyJoKH1/JLku0RyNkU0WH72RlifpwUbinooc+sxaEAXdCOkBgtXqvmastbgkT/wiZNAevLU5O61x0nTFnhS3WhBA6aMEgfiArDjyzYH63xWaeCSmbg9YW+169E1Mj2wee/SZ3WoYWPA+Kwl2/oDEkDp3cNMxooVUwW3oWVYptCqBTWSfkAUjIfcv3PgbeqQuhpawSsgFqiWXw/TX68n9bvl8XRCtZI2QH2EJ+cXUQ6TlLwFmm77uRFVHY5tAgjD7NgSJzJc2E6LT0kFODMPp2xRBui6dpFYXHYWgQRh+LtDV+AnzcThMhs6AofBWVcDP/5oNMN8z0gQzu180YfB4jewv4fJhYkalHeUANUo/Z/20gQ/ycuIYZOXQ3Tg3CuI5GJhpmbvO8Afsgcwn7wOrgeuadtP7lTcm+lNCtuAqof41qXKKwlUQNkqBK9sOoRWE3yRqEca1lMJt8HoWT08A8b6QahHHNl8i+AGt+HdqaGeZ5m05KQb5fJDsCG2Zj3E6h87x1J+WgNYwjLWYzHFLgcgaZ502MBmFMcHZjzTh1mTpLGoSRHGSK075hRjeuZ1GDMBLzCKxiLAZ94YssaxBGYmqgyFwZdc/cy4MGYSQGaTFrrPuVsDt50iDM2SkiMrfcHloA53mbTs5hdBzSYm6dfdTmYcg876ojOI1lEZxj7v7d/gFRqPfRJaHCtTZo3WLWDTMH0CAVoWDo+WzbYm7bzPZmXoMwkvMyYGwPzmpkAZT7EVv9Jj/ENALou/HBm/3aoO3/bhKMSsyqT2yPPfXdkNJKbjUIIzHLHiLzxLcC4vJ3a0hI2Yi5bgbWzydMM0FqXz3RIKEQM2vI6HkNr/8Bm6ReqxbVux8AAAAASUVORK5CYII=)
}

.ue-scroll.shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.ue-scroll.circle {
  border-radius: 50%
}

.ue-scroll.rounded-rectangle {
  border-radius: 20%
}

.ue-scroll.square {
  border-radius: 0
}
.ibox {
  clear: both;
  /* margin-bottom: 25px; */
  margin-top: 0;
  padding: 0;
  height: 100%;
}
.ibox-content {
  position: relative;
  clear: both;
  height: 100%;
}
.ibox-content {
  background: linear-gradient(0deg, #FFFEFA, #F8F3E9);
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}