.sign-style{
   height:220px;
   border:1px solid #E9E9E9;
/*    margin:10px 15px; */
   border-radius:5px;
   position: relative;
   padding-top:20px;
   padding-bottom:20px;
   text-align: center;
   background: white;
}
.sign-operation{
   position: absolute;
   right: 10px;
   top: 10px;
}
.apply-sign-operation{
   position: absolute;
   right: 10px;
   bottom: 10px;
}
.sign-operation span,.apply-sign-operation span{
  display:inline-block;
  margin-right:15px;
  color: #467CED;
  cursor: pointer;
  font-size: 1em;
}
.pick_sign_tip{
   position: absolute;
   left:50%;
   top:50%;
   transform: translate(-50%, -50%);
   font-size:16px;
   color: #467CED;
   letter-spacing: 1px;
}
.pick_sign_url{
   height:100%;
   width:auto;
}
.little-picture-model-bg{
  position: fixed;
  height:100%;
  width:100%;
  background: black;
  opacity: 0.6;
  z-index: 10000000;
  top: 0;
  left: 0;
}
.little-picture-model{
  position: fixed;
  height:270px;
  width:95%;
  background:white;
  z-index: 10000001;
  border-radius:5px;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.little-picture-model-server{
  height:300px;
  width:400px;
}
.little-picture-model .source{
   width: 100%;
   height:auto;
   margin-top: 50px;
}
.little-picture-model .remove{
   position: absolute;
    right: -10px;
    width: 30px;
    top: -15px;
    cursor: pointer;
}
.user-sign-common-style{
   width: 80px;
   height:auto;
   position: relative;
}
.sign-main-content-div{
   display: none;
   height: 100px;
   position: absolute; 
   right: 30px; 
   top: 0px;
}
.pc_no_sign_tip{
	color: #AFB1B6;
}
