body {
  overflow-x: hidden;
}
body{
  background-color: #f5f5f5;
}

/*message*/
.message{
  width:100%;
  height: 100%;
  position:absolute;
  display:  none;
  left:0;
  top:0;
}
.message .content{
  width:50%;
  left:25%;
  position: absolute;
  top:40%;
  text-align: center;
  z-index:9999;
  border: 1px solid #333333;
  border-radius: 0.3rem;
  padding:1rem;
}
.message .text{
  line-height: 1.4rem;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.message .reLogin{
  padding:0.5rem 1rem;
  box-sizing: border-box;
  color:#ffffff;
  background-color: #ff474e;
  border: 1px solid #ff474e;
  border-radius: 0.2rem;
  font-size:1rem;
  width:25%;
  margin: 0 10% 0 15%;
  float:left;
}
.message .cancel{
  float:right;
  padding:0.5rem 1rem;
  box-sizing: border-box;
  color:#ffffff;
  background-color: #ff474e;
  border: 1px solid #ff474e;
  border-radius: 0.2rem;
  font-size:1rem;
  width:25%;
  margin: 0 15% 0 10%;
}

/*wall*/
.wall{
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: #404040;
  /*-webkit-overflow-scrolling : touch;*/
}
.wall header{
  position:fixed;
  background-color: #404040;
  width:100%;
  z-index: 99;
  height: 6rem;
  top:0;
  left: 0;
}
.wall header .title{
  background-color: #2d2d2d;
  color:#ffffff;
  text-align: center;
  line-height: 3rem;
  height: 3rem;
  position: relative;
}
.wall header .title a{
  position: absolute;
  color:#ffffff;
  left:1rem;
  top:0;
}
.wall header .title h1{

}
.wall header .tab{
  display: block;
  text-align: center;
  color:#999999;
  width:50%;
  float:left;
  line-height: 3rem;
  background-color: #404040;
}
.wall header a.selected{
  color:#ff474e;
}

.wall .placeholder1{
  width: 100%;
  height: 6rem;

}
.wall .image{
  display: block;
  float:left;
  width: 33%;
  padding: 0.8%;
  box-sizing: border-box;
  position: relative;

}

.wall .image .delete{
  position: absolute;
  bottom: 1rem;
  left:1rem;
  background: url("../image/delete.png") no-repeat;
  width:2rem;
  height: 2rem;
  background-size:2rem 2rem;
}

.wall .image .select-icon.selected{
  position: absolute;
  bottom: 1rem;
  right:1rem;
  background:url("../image/selected-icon.png") no-repeat;
  width:1.5rem;
  height: 1.5rem;
  background-size:1.5rem 1.5rem;
}

.wall .image img{
  width:100%;
}
.wall .placeholder2{
  float: left;
  width: 100%;
  height: 7rem;
}
.wall .wall-list{
  height: 80%;
  overflow-y: auto;
}
.wall #wall-list1{
  display: none;
}
.wall footer{
  position:fixed;
  height: 7.8rem;
  left:0;
  bottom: 0;
  width:100%;
  color: #ffffff;
}
.wall footer .bg{
  position:absolute;
  background-color: #000000;
  opacity: 0.75;
  width: 100%;
  height: 100%;
}
.wall footer .bg .head{
  height: 100%;
  line-height: 2rem;
}
.wall footer .area{
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding:0.5rem;
}
.wall #begin-build{
  display: block;
  color:#ffffff;
  font-size:1rem;
  background-color: #b1b1b1;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  height: 2.4rem;
  line-height: 2.4rem;
  border: 1px solid #b1b1b1;
  border-radius: 0.2rem;
}
.wall #begin-build.canDo{
  background-color: #ff474e;
  border: 1px solid #ff474e;
}
.wall footer .head{
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.4rem;
}
.wall footer .content{
  height: 4rem;
  margin-bottom: 0.4rem;
}
.wall footer .content img{
  width: 3.5rem;
  outline:none;
}
.wall footer .content .addimg{
  background-color: #ff474e;
  width:3.5rem;
  height: 4rem;
}
.wall footer .content .addimg img{
  width:1.5rem;
  display: block;
  margin: 0 auto;
  padding:1.25rem 1rem;
}
.wall footer .content a{
  display: block;
  float: left;
  height: 4rem;
  position: relative;
  margin-right: 1rem;
}
.wall footer .content a span{
  display: block;
  height: 4rem;
  overflow-y: hidden;
}
.wall footer .content .close{
  background: url('../image/close.png') no-repeat;
  position:absolute;
  right: -0.4rem;
  top:-0.4rem;
  z-index: 999;
  background-size:1.4rem 1.4rem;
  width:1.4rem;
  height: 1.4rem;
}
.wall footer .content .close.down{
  background: url('../image/close_but.png') no-repeat;
  background-size:1.4rem 1.4rem;
}



/* Content */
.crop{
  width: 100%;
  height: 100%;
  background-color: #161d21;
  display: none;
  position: relative;
}
.crop .tool{
  width:100%;
  bottom:0;
  left: 0;
  background-color: #263238;
  height: 12%;
  max-width:720px;
  margin: 0 auto;
}
.crop .tool li{
  width: 20%;
  height: 100%;
  text-align: center;
  float:left;
}
.crop .tool li img{
  padding-top:33%;
  height:34%;
  outline:none;
}
.crop .tool li img:hover{
  outline:none;
}
#inputImage{
  display: none;
}
.crop .img-container{
  padding: 4% 5%;
  box-sizing: border-box;
  height: 88%;
}
.crop .cropper-bg{
  background-image: none;
}
.crop .bgColor{
  background-color: #ff474e;
}
.crop .loading{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  z-index: 9;
  display: none;
}
.crop .loading .content{
  position: absolute;
  width:80%;
  top:40%;
  left:10%;
  box-sizing: border-box;
  padding: 1rem;
  height: 5rem;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0.4rem;
}

.crop .loading .progress{
  width:100%;
  height: 1rem;
  background-color: #ffffff;
}
.crop .loading .progress .rate{
  height: 100%;
  width:0;
  background-color: #6699ff;
}
@keyframes loading
{
  100%  {transform:rotate(360deg);}
}

@-webkit-keyframes loading
{
  100%  {-webkit-transform:rotate(360deg);}
}
.crop .loading img{
  animation: loading 4s infinite;
  -webkit-animation: loading 4s infinite;
  width:2rem;
}
.crop .loading span{
  padding-left:1rem;
  color:#ffffff;
}
/*edit*/
.edit{
  height: 100%;
  display: none;
  background-color: #000;
}
.edit header{
  height: 3rem;
  line-height: 3rem;
  position: absolute;
  left:0;
  top:0;
  width:100%;
  max-width:720px;
  margin: 0 auto;
}
.edit header .bg{
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
  width:100%;
  height: 100%;
  left:0;
  top:0;
}
.edit header .save{
  color: #ffffff;
  position: absolute;
  right: 2rem;
  line-height: 3rem;
  font-size: 1.2rem;
  z-index: 99;
}
.edit header .to-wall{
  color: #ffffff;
  position: absolute;
  left: 1rem;
  line-height: 3rem;
  font-size: 1.2rem;
  z-index: 99;
}
.edit #canvas{
  height:94%;margin: 0 auto;display: block;
}

.edit footer{
  background: #333333;
  width:100%;
  position: absolute;
  bottom:0;
  left:0;
}
.edit footer .bottom{
  line-height: 3rem;
  display: block;
  float:left;
  color:#ffffff;
  width:25%;
  text-align: center;
  height: 3rem;
}
.edit footer a.pitched{
  color:#ff474e;
}
.edit footer a.pitched .special-tool{
  display: block;
}
.edit footer .special-tool{
  position: absolute;
  left:0;
  bottom:100%;
  height: 4.4rem;
  overflow-x:auto;
  width:100%;
  display: none;
  background-color: #333333;
}
.edit footer .special-tool img{
  height:4rem;
  float: left;
  border: 0.2rem solid #333333;
}
.edit footer .special-tool img.selected{
  border-color:#ff474e;
}

@media screen and (min-width: 720px){
  .wall header,.edit header{
    left:50%;
    top:0;
    transform:translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    width:720px;
  }
  .wall footer{
    left:50%;
    bottom:0;
    transform:translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    width:720px;
  }
  .crop .loading .content{
    width:50%;
    left:25%;
  }
}
@media screen and (min-width: 400px){
  .crop .loading .content{
    width:60%;
    left:20%;
  }
}
.toEffects{
  position:absolute;
  bottom:20%;
  right: 4%;
  width:20%;
  z-index:99999;
}
