

/* 去定制 */
.customization{
    width: 96px !important;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: red;
    border: 1px solid red;
}
/* 弹框 */
.win2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
}

.win2wrap {
    position: fixed;
    width: inherit;
    height: inherit;
    box-sizing: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.win2sharebox{
    width: 698px;
    height: 576px;
    background-color: white;    
}
.customizationTop{
    height: 68px;
    border-bottom: 1px solid #F2F2F2;
    padding: 0 48px;
}
.Top_left{
    float: left;
    font-size: 20px;
    padding-top: 24px;
}
.top_right{
    float: right;
    padding-top: 24px;
}
.customizationCenter{
    height: 286px;
    margin: 0 48px;
    padding: 40px 0;
    border-bottom: 1px solid #F2F2F2;
}
.center_left{
    width: 248px;
    height: 286px;
    float: left;
}
.productImg{
    width: 248px;
    height: 248px;
    text-align: center;
    line-height: 248px;
}
.productImg img{
    width: 248px;
    height: 248px;
}
.productName{
    position: relative;
     width: 248px;
     font-size: 14px;
     color: #333;
     line-height: 19px;
     text-align: left;
     overflow: hidden;
}
.productName-after:after{
    content: "..."; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    padding-left: 30px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -moz-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(left, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.center_right{
    width: 290px;
    height: 286px;
    float: left;
    margin-left: 64px;
    position: relative;
}
#curNav{
    font-size: 16px;
    height: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
    color: #333333;
}
#curNav span{
    display: block;
    float: left;
}
.curSpan{
    padding-bottom: 7px;
    border-bottom: 2px solid #F23057;
}
.uploading{
    margin: 0 48px;
}
/* 联系信息 */
.linkman{
    font-size: 14px;
    height: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 28px;
    margin-top: 48px;
}
.linkman input{
    padding-left: 30px;
    font-size: 14px;
}
.contactNum{
    font-size: 14px;
    height: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F2F2F2;
}
.contactNum input{
    padding-left: 16px;
    font-size: 14px;
}
/* 上传LOGO */
.logoImg{
    float: left;
    margin-top: 48px;
    width: 120px;
    height: 120px;
    position: relative;
    background-image: url(/public/yilitong/images2/icon_add_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 72px 72px;
    background-color: #f0f0f0;
    border-style:none;
    border: none;
}
.logoImg input{
    position: absolute;
    opacity: 0;
    width: inherit;
    height: inherit;
    z-index: 999;
    top:0;
    left: 0;
}
.logoImages{
    width: 120px;
    height: 120px;
}
.logoImages[src=""] {
    opacity: 0;
}
.logoHint{
    float: left;
    margin-top: 152px;
    margin-left: 16px;
    font-size: 12px;
    color: #9c9c9c;
}
/* 您的留言 */
.detailedDescription{
    width: 258px;
    height: 136px;
    border: 1px solid #F2F2F2;
    margin-top: 24px;
    padding: 16px;
}
.wordCount{
    position: absolute;
    right: 0;
    bottom: 16px;
    color: #999;
    font-size: 12px;
}
.wordCount span{
    color: red;
}
.submit{
    position: absolute;
    bottom: 0;
    text-align: center;
    color: white;
    background-color: #F23057;
    height: 40px;
    line-height: 40px;
    width: 290px;
}
.customizationBottom{
    margin: 32px 48px 0 48px;
}
.customizationBottom div{
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}
.customizationBottom p{
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
}
*:focus { outline: none; }
img,input,textarea{
    list-style: none;
    border: none;
    resize:none;
}
.module{
    position: relative;
}
input::-webkit-input-placeholder{
            color:#CCCCCC;
        }
input::-moz-placeholder{ 
            color:#CCCCCC;
        }
input:-moz-placeholder{ 
            color:#CCCCCC;
        }
input:-ms-input-placeholder{
            color:#CCCCCC;
        }
textarea::-webkit-input-placeholder{
            color:#CCCCCC;
        }
textarea::-moz-placeholder{ 
            color:#CCCCCC;
        }
textarea:-moz-placeholder{ 
            color:#CCCCCC;
        }
textarea:-ms-input-placeholder{
            color:#CCCCCC;
        }