﻿.art-custom{
    padding: 40px 0;
}
.art-custom-left{
    width: 280px;
    min-height: 446px;
    padding: 40px 30px;
    background: #fff;
    float: left;
}
.art-custom-left article{
    font-size: 12px;
    color: #808080;
    padding-bottom: 60px;
}
.art-custom-left-info li{
    overflow: hidden;
    padding-bottom: 20px;
}
.art-custom-left-info li span{
    display: inline-block;
}
.art-custom-left-info-l{
    float: left;
    width: 50px;
}
.art-custom-left-info-r{
    float: right;
    width: 170px;
}
.art-custom-right{
    width: 810px;
    min-height: 420px;
    margin-left: 50px;
    font-size: 12px;
    float: left;
}
.pictureSignal{
    overflow: hidden;
    display: inline-block;
}
.pictureSignal li{
    width: 80px;
    height: 80px;
    margin: 10px 20px 0 0;
    border: 1px solid #e1e1e1;
    float: left;
    background: #fff;
    position: relative;
}
.pictureSignal li img{
    max-width: 80px;
    max-height: 80px;
}
.pictureSignal .close-min-icon{
    position: absolute;
    right: -4px;
    top: -4px;
}
.pictureSignalAdd{
    width: 80px;
    height: 80px;
    display: inline-block;
}
.pictureSignalAdd i{
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 48px;
    font-style: normal;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    cursor: pointer;
}
.art-custom-submit{
    width: 278px;
    margin: 40px 0 0 74px;
    text-align: center;
    display: inline-block;
}
.art-custom-right h1{
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    font-weight: normal;
    padding: 20px 0 90px;
}
.art-custom-right-info{
    overflow: hidden;
}
.art-custom-right-info-left{
    width: 70px;
    display: inline-block;
}
.art-custom-right-info li{
    width: 50%;
    float: left;
}
.art-custom-right-ins{
    padding-top: 20px;
    overflow: hidden;
}
.ins-left{
    width: 70px;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.ins-right{
    width: 725px;
    margin: -10px 0 0 4px;
    float: left;
}
.art-custom-right-ins textarea{
    width: 736px;
    height: 160px;
    padding: 5px;
    resize: none;
    float: right;
}
.art-custom-right .textbox-sel{
    font-size: 12px;
}
.custom-work .bd{
    height: 238px;
    font-size: 0;
    background: #f2f0eb;
    padding: 30px 30px 20px;
    -moz-box-sizing: content-box;  
    -webkit-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    box-sizing: content-box; 
}
.custom-work .bd ul{
    width: 1008px;
    overflow: hidden;
    display: inline-block;
}
.custom-work .bd ul li{
    width: 204px;
    height: auto;
    margin: 0 24px;
    float: left;
}
.custom-work .bd ul li a{
    height: 204px;
    background: #fff;
    position: relative;
    display: block;
}
.custom-work .bd ul li p{
    margin-top: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-work .bd ul li a img{
    max-width: 204px;
    max-height: 204px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.custom-left,
.custom-right{
    height: 38px;
    margin: 88px 24px 0;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}
.art-custom-top{
    overflow: hidden;
}
.art-custom-h4{
    font-size: 24px;
    font-weight: normal;
    padding: 80px 0 30px;
}
.upload-pic-box{
    width: 80px;
    height: 80px;
    margin-top: 10px;
    border: 1px solid #464646;
    background: #fff;
    position: relative;
	display: inline-block;
	-moz-box-sizing: content-box;  
    -webkit-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    box-sizing: content-box; 
}
.upload-pic-box input{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0); /* IE */
    -moz-opacity: 0; /* 老版Mozilla */
    -khtml-opacity: 0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
    display: inline-block;
}