<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;padding: 0;
}
.l-btn{
    display: inline-block;
    outline: none;
    resize: none;
    border: none;
    padding:10px 12px;
    background: #1ab394;
    color: #fff;
    border:solid 1px #1ab394;
    border-radius: 3px;
    font-size: 14px;
}
.l-btn:hover{
    background: #1ab394;
    animation: anniu 1s infinite;
}
.l-btn:active{
    box-shadow: 0 2px 3px rgba(0,0,0,.2) inset;
}
.hidden{
    display: none;
}
.tailoring-container, .tailoring-container div, .tailoring-container p{
    margin: 0;padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tailoring-container{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}
.tailoring-container .black-cloth{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .9;
    z-index: 1001;
}
.tailoring-container .tailoring-content{
    position: absolute;
    width: 980px;
    height: 600px;
    background: #fff;
    z-index: 1002;
    left: 0;
    top: 0;

    /* æ°´å¹³åž‚ç›´å±…ä¸­ æµè§ˆå™¨ç‰ˆæœ¬å·ä½Žçš„ä¸æ”¯æŒtransform */
    /*left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -weblit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);*/

    border-radius: 5px;
    box-shadow: 0 0 10px #000;
    padding: 20px;
}



.tailoring-container2, .tailoring-container2 div, .tailoring-container2 p{
    margin: 0;padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tailoring-container2{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}
.tailoring-container2 .black-cloth{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .9;
    z-index: 1001;
}
.tailoring-container2 .tailoring-content{
    position: absolute;
    width: 980px;
    height: 600px;
    background: #fff;
    z-index: 1002;
    left: 0;
    top: 0;

    /* æ°´å¹³åž‚ç›´å±…ä¸­ æµè§ˆå™¨ç‰ˆæœ¬å·ä½Žçš„ä¸æ”¯æŒtransform */
    /*left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -weblit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);*/

    border-radius: 5px;
    box-shadow: 0 0 10px #000;
    padding: 20px;
}

.tailoring-content-one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 22px;
}
.tailoring-content .choose-btn{
    float: left;
    cursor: pointer;
}

.tailoring-content .choose-btn:hover{
    background: #18987e;

}
.tailoring-content .close-tailoring{
    display: inline-block;
    background: url(../images/form_upload_cha.png) center center no-repeat;;
    float: right;
    cursor: pointer;
    width: 18px;
    height: 18px;
}
/* .tailoring-content .close-tailoring:hover{
    background: #ccc;
} */

.tailoring-content .tailoring-content-two{
    width: 100%;
    height: 426px;
    position: relative;
    margin-top: 44px;
    padding: 0 30px;
    display: flex;
}
.tailoring-content .tailoring-box-parcel{
    width: 348px;
    height: 348px;
    /* position: absolute; */
    /* left: 30px; */
    margin-top: 14px;
    border: solid 1px #ddd;
}
.tailoring-content .preview-box-parcel{
    flex: 1;
    /* height: 450px; */
    /* padding: 4px 14px; */
    margin-left: 40px;
}
.preview-box-parcel p{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.previewImg{
    width: 400px;
    height: 200px;
    overflow: hidden;
}

.previewImg2{
    width: 400px;
    height: 200px;
    overflow: hidden;
}
.preview-box-parcel .square{
    margin-top: 14px;
    border: solid 1px #ddd;
}
.preview-box-parcel .circular{
    border-radius: 100%;
    margin-top: 10px;
    border: solid 1px #ddd;
}

.tailoring-content .tailoring-content-three{
    width: 100%;
    height: 40px;
    /* border-top: 1px solid #DDD ; */
    padding-top: 10px;
}

.tailoring-content .tailoring-content-three .tailoring-submit{
    height: 34px;
    width: 83px;
    background: #1ab394;
    color: #fff;
    border: solid 1px #1ab394;
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

.tailoring-content .tailoring-content-three .tailoring-submit:hover{
    background:#18987e;
}

.sureCut{
    float: right;
}

.tailoring-span{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.tailoring-content-two .tailoring-content-left{
    padding-right: 40px;
    border-right: 1px solid #DDD;
}

.tailoring-content-two .preview-box-txt{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.tailoring-content-two .preview-box-txt .preview-box-txt1{
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.tailoring-content-two .preview-box-txt .preview-box-txt2{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.tailoring-content-two .tailoring-size{
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 94px;
    height: 28px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.tailoring-content-two .tailoring-size li{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.tailoring-content-two .tailoring-size .tailoring-size-color{
    color: #1ab394;
}

.tailoring-content-two .tailoring-size li:last-child{
    border-right: none;
}

@media all and (max-width: 768px) {
    .tailoring-container .tailoring-content{
        width: 100%;
        min-width: 320px;
        height: 460px;
    }
    .tailoring-content .tailoring-content-two{
        height: 360px;
    }
    .tailoring-content .tailoring-box-parcel{
        height: 350px;
    }
    .tailoring-container .tailoring-box-parcel{
        width: 100%;
    }
    .tailoring-container .preview-box-parcel{
        display: none;
    }

}
</pre></body></html>