*{
    margin: 0;padding: 0;
}

.l-btn{
    display: inline-block;
    outline: none;
    resize: none;
    padding:5px 10px;
    background: #ff003c;
    color: #fff;
    border:solid 1px #ff003c;
    border-radius: 3px;
    font-size: 14px;
	cursor:pointer;
}
.l-btn:hover{
    background: #ff003c;
    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: 10200;
    top: 0;
    left: 0;
}
.tailoring-container .black-cloth{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .7;
    z-index: 1001;
}
.tailoring-container .tailoring-content{
    position: absolute;
    width: 650px;
    height: 550px;
    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: 4px;
    box-shadow: 0 0 10px #000;
    padding: 10px 30px 20px 30px;
}

.tailoring-content-one{
    height: 40px;
    width: 100%;
    /*border-bottom: 1px solid #DDD ;*/
}
.tailoring-content-one i{
    display: inline-block;
	font-style: normal;
	font-size: 12px;
    color: #b5b5b5;
    margin:8px 0 0 15px;
}
.tailoring-content .choose-btn{
    float: left;
}
.tailoring-content .close-tailoring{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #fff;
    color: #b3b3b3;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    float: right;
    cursor: pointer;
}
.tailoring-content .close-tailoring:hover{
    color: #b5b5b5;
    font-size: 24px;
    font-weight: bold;
}

.tailoring-content .tailoring-content-two{
    width: 100%;
    height: 380px;
    position: relative;
    padding: 5px 0;
}
.tailoring-content .tailoring-box-parcel{
    width: 70%;
    height: 340px;
    position: absolute;
    left: 0;
    /*border: solid 1px #ddd;*/
	background:#eeeeee;
    margin-right: 5%;
}
.tailoring-content .preview-box-parcel{
    display: inline-block;
    width: 140px;
    height: 340px;
    position: absolute;
    right: 0;
    padding: 0px;
}
.preview-box-parcel p{
    color: #555;
}
.brand-container .tailoring-content .tailoring-content-two{
    height:350px;
}
.previewImg,
.previewQrcodeImg,
.previewBrandImg{
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.previewQrcodeImg{
    border-radius: 2px!important;
}
.gardenImage,
.gardenBrandImage{
    width: 140px;
    height: 140px;
    border-radius: 50%!important;
    overflow: hidden;
    margin-top: 40px!important;
}
.previewQrcodeImg,
.gardenBrandImage{
    margin-top: 60px!important;
}
.preview-box-parcel .square{
    margin-top: 0px;
	border-radius:4px;
	background:#eeeeee;
}
.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:none ;
    padding-top: 10px;
}
.brand-button{
    padding: 3px 7px;
}
.defined-input-brand{
    width: 270px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 10px;
    margin-right: 20px;
    float: left;
}
.defined-input-brand:first-child{
    width: 160px;
}
.sureCut{
    float: right;
}
#submitBrandLogo{
    padding: 9px 30px;
}
.tailoring-content .modal-header {
    height:40px;
	line-height:30px;
    border-bottom: 1px solid #e5e5e5;
	margin-bottom:10px;
}
.modal-title {
    width: 92% !important;
	float:left;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.preview-box-parcel .article-info {
    width: 276px;
    margin-top: 20px;
}
.preview-box-parcel .article-info p.article-info-title {
    font-size: 14px;
    color: #333333;
    margin: 12px 12px 0 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.preview-box-parcel .article-info p.article-info-cate {
    font-size: 12px;
    color: #b5b5b5;
    margin: 6px 12px 0 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.preview-box-parcel .article-info p.article-info-data {
    font-size: 12px;
    color: #b5b5b5;
    margin: 6px 12px 0 12px;
    height: 20px;
    line-height: 20px;
}
.preview-box-parcel .article-info p.article-info-data span {
    display: inline-block;
    min-width: 10px;
    margin-right: 15px;
}
.preview-box-parcel .article-info p.article-info-data span i {
    display: block;
    width: 14px;
    height: 13px;
    float: left;
    margin: 3px 5px 0 0;
	background: url(./../../images/ico.svg)no-repeat;
}
.article-info p.article-info-data span i.article-popularity{
    background-position: -282px -8px;
}
.article-info p.article-info-data span i.article-comment{
    background-position: -306px -7px;
}
.article-info p.article-info-data span i.article-recommend{
    background-position: -332px -8px;
}
.preview-box-parcel .article-user-info {
    height: 56px;
    line-height: 56px;
    margin: 6px 12px 0 12px;
    overflow: hidden;
}
.preview-box-parcel .article-user-info span.article-user-name {
    width: 65%;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    float: left;
}
.preview-box-parcel .article-user-info span.article-user-name a {
    color: #333333;
	text-decoration: none;
}
.preview-box-parcel .article-user-info span img {
    width: 24px!important;
    height: 24px!important;
    line-height: 56px;
    text-align: center;
    border-radius: 50%!important;
    vertical-align: middle;
    float: left;
    margin: 16px 10px 0 0;
    cursor: pointer;
}
.article-user-info span.article-time {
    width: 30%;
    float: right;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    color: #b5b5b5;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@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;
    }

}
