html,body{-moz-user-select: none; -khtml-user-select: none; user-select: none;height: 100%;overflow: hidden;} 
html{
  height: 100%;
}
body {
  position: relative;
  /*overflow: hidden;*/
  background: #3EB7E3 url(../i/bg.jpg) no-repeat;
  height: 100%;
  background-size: 100% 100%;
}
.wrap{
  height: 100%;
  overflow: auto;
}
.header{
  height: 45px;
  width: 100%;
}
.log-out {
  float: right;
  margin-top: 13px;
  margin-right: 21px;
  line-height: 0;
  color: #1b96e9;
  font-family: 'Microsoft YaHei';
}
.user-img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  vertical-align: middle;
}
.log-btn {
  color: #1b96e9;
}
.log-btn:hover {
  text-decoration: underline;
}
.logo-icon {
  margin-left: 36px;
  margin-top: 15px;
  width: 134px;
  height: 30px;
  display: inline-block;
  background: url(../i/logobox.png)no-repeat;
  background-size: 100% 100%;
}
.container {
  clear: both;
  width: 900px;
  margin:0 auto;
  position: relative;
}
.slimScrollDiv{
  margin-top:53px;
}
.app-lists {
  overflow: hidden;
  /*margin-top: 20.25%;162px / 800px */
}
.sort .app{
  margin-bottom: 40px;
}
.arrange .app-lists {
  margin-top: 64px;
}
.app {
  float: left;
  width: 180px;
  height: 186px;
  margin-bottom: 43px;
}
.app-box{
 /*margin: 11px 24px;*/
 position: relative;
 cursor: pointer;
 margin-left: 20px;
}
.app-icon {
  width: 128px;
  height: 128px;
  border-radius: 20px;
  padding:6px;
  background: rgba(0,0,0,.05);
}
.app-icon:before {
  display: block;
  width: 120px;
  height: 120px;
  border: 4px #2a9824 solid;
  border-radius: 16px;
  content: '';
}
.sort .app-icon:hover:after {
  display: block;
  width: 133px;
  height: 133px;
  border-radius: 15px;
  content: '';
  background:url(../i/drag.png);
  background-size: 100% 100%;
  position: absolute;
  top:3px;
  left:3px;
}
.app-name {
  width: 140px;
  margin-top: 13px;
  font-size: 18px;
  height:20px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.placeHolder div {
  border:dashed 2px #2c7e9f !important;
  height: 132px;
  width: 132px;
  margin:16px;
  border-radius: 20px;
  box-sizing:border-box;
}
.arrange-btns {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 15px 0;
  background: rgba(0,0,0,.3);
  text-align: center;
  z-index: 10;
}
.arrange-btn {
  display: inline-block;
  width: 130px;
  height: 50px;
  margin-right: 30px;
  border-radius: 4px;
  background: #30ba29;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.arrange-btn:hover {
  background: #45c13f;
}
.cancle-btn {
  display: inline-block;
  width: 130px;
  height: 50px;
  border-radius: 4px;
  background: #32bbe9;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.cancle-btn:hover {
  background: #47c2eb;
}
/* 遮罩层的时候，给第一个li添加class */
.mask-app {
  z-index: 20;
  border-radius: 16px;
  background: #41c8ed;
}
.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.8);
}
.mask-cont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.tips1,
.tips2 {
  z-index: 10;
  width: 900px;
  position: relative;
}
.tips1-img {
  z-index: 20;
  width: 445px;
  height: 122px;
  margin-left: -90px;
  background: url(../i/tips1.png);
  background-size: 100% 100%;
  position: absolute;
  z-index: 1000;
}
.tips2-img {
  z-index: 20;
  width: 239px;
  height: 122px;
  margin-left: -90px;
  background: url(../i/tips2.png);
  background-size: 100% 100%;
  position: absolute;
  z-index: 1000;
  top: -5px;
}
.tips1-more,
.tips2-2 {
  z-index: 20;
  width: 168px;
  height: 188px;
  margin-left: 6px;
}
.tips1-more {
  /*background: url(../i/tips1-2.png);*/
  background-size: 100% 100%;
  margin-top: 8px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 1px 10000px;
  position: absolute;
  z-index: 999;
  top:120px;
  border-radius: 15px;
}
.tips2-2 {
  background-size: 100% 100%;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 1px 10000px;
  position: absolute;
  z-index: 999;
  top:120px;
  border-radius: 15px;
}
.close-btn {
  z-index: 12;
  display: block;
  width: 150px;
  height: 48px;
  margin-top: -55px;
  margin-left: 210px;
  background: url(../i/know-btn.png);
  background-size: 100% 100%;
  position: absolute;
  z-index: 999;
  top:320px;
}
/* 毛玻璃 */
.blur {
  filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
  -webkit-filter: blur(18px); /* Chrome, Opera */
     -moz-filter: blur(18px);
      -ms-filter: blur(18px);
          filter: blur(18px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=18, MakeShadow=false); /* IE6~IE9 */
}
/* add 应用 */
.add-mask {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 1000px;
  height: 630px;
  margin-top: -315px;
  margin-left: -500px;
  border: 2px rgba(0,0,0,.2) solid;
  border-radius: 17px;
  background: rgba(0,0,0,.4);
  display: none;
}
.add-container {
  width: 930px;
  margin: 32px auto 0 auto;
}
.add-container .slimScrollDiv{
  margin-top: 32px;
}
.add-content {
  width: 100%;
}
.add-app .app-icon {
  float: left;
}
.add-list {
  overflow: hidden;
  display: none;
}
.add-app .app-icon{
  width: 112px;
  height: 112px;
}
.add-app .app-icon:before{
  width: 100px;
  height: 100px;
}
div.name{
  color:#fff;
  font-weight: bold;
  display: inline-block;
}
.app-text{
  color:rgba(255,255,255,.8);
}
.add-close-btn{
  display: block;
  position: absolute;
  width: 16px;
  height: 30px;
  right: 14px;
  top: 1px;
}
.add-close-btn i{
  color:rgba(0,0,0,.5);
  font-size: 30px;
}
.add-app {
  overflow: hidden;
  width: 924px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px rgba(255,255,255,.1) solid;
  position: relative;
}
.app-intro {
  float: left;
  width: 700px;
  margin-left: 12px;
  font-family: 微软雅黑;
  color: #fff;
}
.app-title {
  font-size: 20px;
}
.app-author {
  display: inline-block;
  width: 285px;
  height: 24px;
  padding-left: 25px;
  background: url(../i/author-bg.png);
  background-size: 100% 100%;
  font-size: 14px;
  line-height: 24px;
  color:#a3d7ff;
}
/* add 应用end */

/*swiper 插件修改*/
.swiper-container {
  width: 900px;
  height: auto;
  /*margin-right: auto;
  margin-left: auto;*/
  padding-top: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.swiper-container-horizontal >.swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-pagination-bullet {
  border: 2px #fff solid;
  opacity: 1;
  margin-left: 8px;
  background: #3698db;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-clickable{
  text-align: center!important;
}
/*.swiper-pagination-bullet{
  margin-left: 10px;
}*/
/*swiper 插件修改 end*/
/* loading动画 */
.loading{
    position: absolute;
    left:430px;
    top:300px;
    font-size: 18px;
    font-family: 微软雅黑;
    display: none;
  }
.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    left:430px;
    top:324px;
    display: none\0;
  }
  .container1 > div, .container2 > div, .container3 > div {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  .circle1 { top: 0; left: 0; }
  .circle2 { top: 0; right: 0; }
  .circle3 { right: 0; bottom: 0; }
  .circle4 { left: 0; bottom: 0; }
  .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
  }
  .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
  }
  .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
  .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
  }
  .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
  }
  .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }
  .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
  }
  @-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
  }
  @keyframes bouncedelay {
    0%, 80%, 100% {
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
  }
/* 进入动画end */
/* 图标颜色 */
.icon-yellow:before{
  background-color:#f5cc56;
  border-color:#bb8209;
}
.swiper-container .icon-yellow:hover:before{
  background-color:#f7d678;
}
.icon-red:before{
  background-color:#fa8484;
  border-color: #ed5858;
}
.swiper-container .icon-red:hover:before{
  background-color:#fb9191;
}
.icon-purple:before{
  background-color:#c18cf2;
  border-color:#a05ddf;
}
.swiper-container .icon-purple:hover:before{
  background-color:#c798f3;
}
.icon-orange:before{
  background-color:#ff9660;
  border-color:#ec6f2e;
}
.swiper-container .icon-orange:hover:before{
  background-color:#ffa170;
}
.icon-pink:before{
  background-color:#f475c9;
  border-color:#cc53a3;
}
.swiper-container .icon-pink:hover:before{
  background-color:#f691d4;
}
.icon-blue:before{
  background-color:#37c4ff;
  border-color:#0d86b8;
}
.swiper-container .icon-blue:hover:before{
  background-color:#5fd0ff;
}
.icon-default:before{
  background-color:#729dfe;
  border-color:#4472d9;
}
.swiper-container .icon-default:hover:before{
  background-color:#80a7fe;
}
.icon-green:before{
  background-color:#79da74;
  border-color: #2a9824;
}
.swiper-container .icon-green:hover:before{
  background-color:#94e190;
}
.icon-green-deep:before{
  background-color:#90ce2d;
  border-color: #578a05;
}
.swiper-container .icon-green-deep:hover:before{
  background-color:#a6d857;
}
.icon-green-light:before{
  background-color:#38e2ca;
  border-color:#099783;
}
.swiper-container .icon-green-light:hover:before{
  background-color:#60e8d5;
}
.icon-primary:before{
  border-color:#62dcff;
}
.icon-primary{
  background: none;
}

.app-box .fa{
  position: absolute;
  left: 50%;
  font-size: 60px;
  line-height: 140px;
  top: 0;
  margin-left: -10px;
  transform:translateX(-50%);
  -moz-ransform:translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform:translateX(-50%);
}
.addIconbox{
  position: relative;
  width: 110px!important;
  height: 110px!important;
}
.addIconbox:before{
  margin-left: 1px!important;
  margin-top: 1px!important;
}
.addIconbox i{
  font-size: 60px!important;
  position: absolute;
  top:50%;
  margin-top: -30px;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.numAnddate{
  position: absolute;
  color: #B2B0B0;
  bottom: 0px;
  bottom: 0px;
  left: 132px;
  font-size: 12px;
}
.numAnddate span{
  display: inline-block;
  margin-right: 30px;
}
.appIntro{
  position: absolute;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  display: block;
  border: solid 1px #71cced;
  border-radius: 5px;
  top:30px;
  right: 0px;
  color: #71cced;
}
.appIntro a{
  color: #71cced;
  display:block;
}
.appIntro a:hover{
  border-bottom: solid 1px #71cced;
  text-decoration: none;
  background: #71cced;
  border-radius: 5px;
  color:#666
};