.fatherflex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.childflex{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.afzzb-page img {
  width: 100%;
}
.afzzb-page a{
  display: block;
}
.afzzb-page .dgbtn{
  background: url(../images/btn-bg.jpg) no-repeat center;
  background-size:100% 100%;
}
.afzzb-page .mtf2{
  margin-top: -2px;
}
.afzzb-page .dgbtn-fixed{
  width: 100%;
  position: fixed;
  bottom:10px;
  left: 50%;
  transform: translate(-50%,0);
}
.afzzb-page .aisxx-box{
  background: url(../images/aisxxbg.jpg) no-repeat center top;
  background-size:100% 100%;
  padding: 15px 8vw 8vw;
}
.afzzb-page .aisxx-box .yx{
  display: none;
}
.afzzb-page .aisxx-box a{
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: transparent;
  margin: 0 1vw;
}
.afzzb-page .aisxx-box .sel{
  position: relative;
  border: 1px solid #0085d0;
  border-radius: 10px;
  background: #f5fafd;
}
.afzzb-page .aisxx-box .sel .yx{
  display: block;
  position: absolute;
  top:-2vw;
  right: -3vw;
  width: 9vw;
}
.afzzb-page .aisxx-box a.ml0{
  margin-left: 0;
}
.afzzb-page .aisxx-box a.mr0{
  margin-right: 0;
}
/*什么是云存储弹框*/
.ycc-bot-pop{
  display:none;
}
.ycc-bot-pop .pop-box {
  position: fixed;
  height: auto;
  z-index: 2000;
  color: #333;
  background: #fff;
  opacity: 1;
  bottom: 0;
  left: 0;
  top:auto;
  right: auto;
  width: 100%;
  border-radius: 20px 20px 0 0;
  transform: translate(0);
  animation: slideUp .3s ease-out forwards;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.ycc-bot-pop .pop-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ycc-bot-pop .pop_con{
  position: relative;
  border-radius: 20px 20px 0 0;
  padding: 0;
  background-color: #fff;
}
.ycc-bot-pop .pop_con .yccclose{
  position:absolute;
  width: 28px;
  top:15px;
  right:15px;
  color:#999;
}
.ycc-bot-pop .pop_con img{
  width:100%;
}
.ycc-bot-pop .pop_con .ycccon{
  max-height: 80vh;
  overflow: auto;
  border-radius: 20px 20px 0 0;
}
/*加载效果*/
.loader-wrap  .loader-shade{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-color: rgba(0,0,0,0.5);
}
.loader-wrap .load{
  position: fixed;
  width: 40%;
  top: 50%;
  left: 50%;
  height: auto;
  z-index: 9999;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  font-size:0;
  padding:0;
  display:inline-block;
}
.loader-wrap .load span {
  vertical-align:middle;
  border-radius:100%;
  display:inline-block;
  width: 20px;
  height: 20px;
  margin: 8px;
  -webkit-animation:loader1 0.5s linear infinite alternate;
  animation:loader1 0.5s linear infinite alternate;
}
.loader-wrap .load span:nth-child(1) {
  -webkit-animation-delay:-1s;
  animation-delay:-1s;
  background:rgba(255, 255, 255,0.6);
}
.loader-wrap .load span:nth-child(2) {
  -webkit-animation-delay:-0.8s;
  animation-delay:-0.8s;
  background:rgba(255, 255, 255,0.8);
}
.loader-wrap .load span:nth-child(3) {
  -webkit-animation-delay:-0.26666s;
  animation-delay:-0.26666s;
  background:rgba(255, 255, 255,1);
}
@keyframes loader1 {
  from {transform: scale(0, 0);}
  to {transform: scale(1, 1);}
}
@-webkit-keyframes loader1 {
  from {-webkit-transform: scale(0, 0);}
  to {-webkit-transform: scale(1, 1);}
}