@charset "utf-8";

/*图片选择和回显区-yxl*/
.img-show{cursor: pointer; border: 1px solid #ddd; float: left; margin-right:10px; display: inline-block; }
.img-show img{ z-index:18; width: 100%;}
.img-input{ float: left; margin-left: 20px; margin-top: 30px;}
.img-show_logo{ width: 115px; height:115px; background: url(../images/upload_img.png) no-repeat center #fff;border-radius:4px}
.img-show_banner{ width: 500px; height:90px; background: url(../images/upload_img.png) no-repeat center #fff;border-radius:4px}
.img-show_avat{ width: 115px; height:115px; background: url(../images/upload_img.png) no-repeat center #fff;border-radius:5px}
.img-show_avat_logo{ width: 115px; height:115px; background: url(../images/upload_img.png) no-repeat center #fff;border-radius:5px}

.edit-btn-group{ padding-left: 150px;}
.edit-btn-save{ border: solid 1px #9f1431; padding: 4px 20px; background: #9f1431; color: #fff;}
.edit-btn-cancel{ border: solid 1px #ddd; padding: 4px 20px; background: #ccc;} 
 
.edit-input{ border: solid 1px #ddd; padding: 4px 10px; width: 130px;}
.edit-th{ width:150px; text-align: right;}
.edit-img-top{ margin-top: 15px;}

.btn-a-red{ border: solid 1px #9f1431; border-radius: 0px; display: inline-block; padding: 0 10px; box-sizing: border-box; min-width: 60px; height:30px; line-height: 30px; text-align: center; background: #9f1431; color: #fff; cursor: pointer;}
.btn-a-red:hover{color:#fff;}
.btn-a-gray{ border: solid 1px #ddd; border-radius: 4px; display: inline-block; padding: 0 10px; box-sizing: border-box; min-width: 60px; height:30px; line-height: 30px; text-align: center; background: #ccc; color: #000;}
.btn-a-red:hover, .btn-a-gray:hover{opacity:0.9;filter:alpha(opacity=100);box-shadow:0px 0px 5px #999;}

 