

.tailoring-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1002;
    top: 0;
    left: 0;
}

    .tailoring-container .black-cloth {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .2;
        z-index: 1003;
    }

    .tailoring-container .tailoring-content {
        position: absolute;
        width: 1000px;
        height: 530px;
        background: #fff;
        z-index: 1004;
        left: 0;
        top: 0;
        box-shadow: 0 1px 6px rgba(0,0,0,.2);
        padding: 20px 30px;
    }

.tailoring-content .tailoring-content-one {
    width: 100%;
}


    .tailoring-content .tailoring-content-one .choose-btn {
        display: inline-block;
        padding: 5px 10px;
        background-color: transparent;
        color: #333;
        border: solid 1px #cdd9e6;
        border-radius: 3px;
        font-size: 13px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .tailoring-content .tailoring-content-one .choose-btn:hover {
            color: #00A5F4;
            border-color: #00A5F4;
            animation: anniu 1s infinite;
        }

        .tailoring-content .tailoring-content-one .choose-btn input {
            display: none
        }

    .tailoring-content .tailoring-content-one p.title {
        font-size: 14px;
        border: 0;
        color: #333;
        margin-bottom: 20px;
    }

.tailoring-content .tailoring-content-two {
    width: 100%;
    height: 390px;
    position: relative;
    padding: 5px 0;
}

.tailoring-content .tailoring-box-parcel {
    width: 350px;
    height: 350px;
    float: left;
    border: solid 1px #ddd;
}

    .tailoring-content .tailoring-box-parcel .default {
        position: absolute;
        width: 350px;
        height: 350px;
        background-image: url('../images/default.png');
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 0;
    }

.tailoring-content .preview-box-parcel {
    display: inline-block;
    width: 200px;
    height: 200px;
    position: absolute;
    float: left;
    right: 0;
    padding: 4px 14px
}

.tailoring-content .tailoring-box-previewImg {
    float: left;
    margin-left: 10px;
}

.w200 {
    width: 200px;
    height: 200px;
}

.w60 {
    width: 60px;
    height: 60px;
}

.previewImg {
    overflow: hidden;
    border: solid 1px #ddd;
}

.text-pixel {
    color: #96a6b6;
    font-size: 13px;
    line-height: 20px;
    clear: both;
}

.tailoring-content .tailoring-content-three {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    text-align: right;
}

.tailoring-btn {
    display: inline-block;
    text-align: center;
    width: 76px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
}

.tailoring-btn-save {
    background-color: #009ff6;
    color: #fff;
    border: 1px solid #009ff6;
}

.tailoring-btn-close {
    background-color: #fff;
    color: #666;
    border: 1px solid #dadada;
}
