.image-add-btn{
    background:url('../image/add-btn.png') no-repeat center top;
    width:130px;
    height: 130px;
    cursor: pointer;
    margin: 0 auto;
}
.diy-image-box{
    width: 100%;
    overflow: hidden;
    min-height: 50px;
    margin:20px auto;
}
.diy-image-box:hover{
    background-color: #f5f5f5;
}
.diy-image-box .preview{
    width: initial;
}
.diy-image-item{
    position: relative;
}
.diy-img-action{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    background-color: #6f6f6f;
    color: #ffffff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.diy-image-del{
    font-size: 40px;
}
.diy-image-link {
    right: 54px;
}
.diy-image-alt {
    right: 108px;
}
@media screen and (max-width:768px){
    .diy-img-action{
        font-size: 14px;
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .diy-image-del{
        font-size: 25px;
    }
    .diy-image-link {
        right: 40px;
    }
    .diy-image-alt {
        right: 80px;
    }
}
.diy-toolbal {
    background-color: #4a4a4a;
    color:#000;
    width: 100%;
    height: 68px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 0.8;
}
.diy-toolbal:hover {
    opacity: 1;
}
.clear{
    clear: both;
}
#diy-screen-size{
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 13px auto 0;
}
.diy-screen-item{
    float:left;
    width:100px;
    text-align: center;
    cursor: pointer;
    color:#fff;
}
.diy-screen-item.active {
    background-color: #fff;
    color:#000;
}
#diy-save {
    float:right;
    width: 88px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-top:13px;
    margin-right:10px;
    background-color: #fff;
}
.diy-color,.diy-screen {
    float:left;
    height: 40px;
    margin-top:13px;
    margin-left:10px;
}
.diy-color-box label, .diy-screen-box label{color:#fff;}
#div-field-color,#div-field-screen {
    font-size: 16px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
}
.image-ori-img-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 86px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: -43px;
    margin-left: -55px;
    cursor: pointer;
    opacity: 0.8;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
}
.image-ori-img-btn:hover{
    opacity: 1;
}
.image-ori-img-btn .title{margin-top: 18px;}
.image-ori-img-btn .hint {
    color: #6f6f6f;
    font-size: 12px;
    line-height: 12px !important;
}
.diy-banner{
    text-align: center;
    margin: 10px 0;
}
#diy-banner-style {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 8px;
}

@media screen and (max-width:768px){
    #diy-save {
        width: 60px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        margin-top:12px;
    }
    .diy-color,.diy-screen {
        height: 28px;
        font-size: 14px;
        margin-top:12px;
    }
    .diy-color-box label, .diy-screen-box label{color:#fff;}
    #div-field-color,#div-field-screen {
        font-size: 14px;
        width: 60px;
        height: 28px;
        line-height: 28px;
    }
    .diy-toolbal {
        height: 52px;
    }
}
