.img_bg {
    /*width: 200px;*/
    /*height: 183px;*/
    margin: 0 0 29px 0;
    float: left;
}
.img_tit {
    font-size: 13px;
    color: #7A7A7A;
    margin-bottom: 9px;
}
.img_load {
    position: relative;
    width: 157px;
    height: 99px;
    border: 1px dashed #C9C9C9;
    margin-bottom: 15px;
}
.preview {
    width: 157px;
    height: 99px;
}
.img_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    display: none;
}
.a-upload {
    width: 157px;
    height: 99px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    z-index: 200;
}
.a-upload input {
    position: absolute;
    width: 157px;
    height: 99px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.add {
    position: absolute;
    width: 36px;
    height: 36px;
    left: 50%;
    top: 5px;
    margin-left: -18px;
    display: none;
}
.img_load img {
    width: 100%;
    height: 100%;
}
.fan_big {
    position: absolute;
    width: 41px;
    height: 14px;
    bottom: 1px;
    right: -50px;
    cursor: pointer;
}
.big_bg {
    position: absolute;
    top: 38px;
    left: 60px;
    width: 1px;
    height: 1px;
    border-radius: 5px;
    z-index: 300;
    opacity: 0;
}
.big_bg img {
    width: 20px;
    height: 20px;
    float: right;
    margin: 15px 18px 0 0;
    display: block;
    cursor: pointer;
}
.btn {
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 16px;
    height: 32px;
    line-height: 14px;
}
.img_b {
    font-size: 14px!important;
    color: #3a3939;
    line-height:12px;
}
.img_f {
    font-size: 12px!important;
    color: #959595;
    line-height:12px;
}
.img_f span {
    color: #F10F24;
}
.img_g {
    font-size: 18px!important;
    color: #565555;
    line-height:12px;
}













