* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.up-section .type-upimg {
    display: none;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

textarea {
    outline: none;
    line-height: 14px;
    padding-left: 4px;
    padding-top: 4px;
    border: 1px solid #ccc;
    color: #444;
    font-size: 14px;
    outline: none;
    text-align: left;
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button {
    outline: none;
    border: 0px;
    font-family: "微软雅黑", "PingFang SC", "arial, helvetica, sans-serif";
}

input {
    font-family: "微软雅黑", "PingFang SC", "arial, helvetica, sans-serif";
    outline: none;
}

a {
    outline: none;
}

a, button {
    cursor: pointer;
}

body {
    background: #f4f4f4;
    font-size: 14px;
    font-family: "微软雅黑", "PingFang SC", "arial, helvetica, sans-serif";
}

.clear {
    clear: both;
}

.full {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
}

.full-big {
    width: 1340px;
    min-width: 1340px;
    margin: 0 auto;
}

.img-full {
    display: block;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #777;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #777;
    font-size: 14px;
}

/* ====clear float====== */
/*nav a:visited{color: rgb(65,65,65);}
aside a:visited{color: rgb(65,65,65);}*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

/* reset */
.pic img {
    display: none;
}

i,
p,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
br,
em,
dl,
dd,
li,
ul,
ol,
td,
th,
pre,
form,
body,
input,
strong,
textarea,
select, figcaption, figure {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

img {
    border: none;

}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    overflow: auto;
}

a, button {
    cursor: pointer;
}


/*上传图片插件的样式*/
.img-box {
    margin-top: 40px;
}


.z_photo {
    padding: 18px;
    border: 2px dashed #E7E6E6;
    /*padding: 18px;*/
}

.z_photo .z_file {
    position: relative;
}

.z_file .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.z_photo .up-section {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.up-section .close-upimg {
    position: absolute;
    top: 6px;
    right: 8px;
    display: none;
    z-index: 10;
}

.up-section .up-span {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
}

.up-section:hover {
    border: 2px solid #f15134;
}

.up-section:hover .close-upimg {
    display: block;
}

.up-section:hover .up-span {
    visibility: visible;
}

.z_photo .up-img {
    display: block;
    width: 100%;
    height: 100%;
}

.loading {
    border: 1px solid #D1D1D1;
    background: url(/static/image/loading.gif) no-repeat center;
}

.up-opcity {
    opacity: 0;
}

.img-name-p {
    display: none;
}

.upimg-div .up-section {
    width: 160px;
    height: 150px;
}

.img-box .upimg-div .z_file {
    width: 160px;
    height: 150px;
}

.z_file .add-img {
    display: block;
    width: 160px;
    height: 150px;
}

/*遮罩层样式*/
.mask {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.mask .mask-content {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -80px;
    background: white;
    height: 160px;
    text-align: center;
}

.mask .mask-content .del-p {
    color: #555;
    height: 94px;
    line-height: 94px;
    font-size: 18px;
    border-bottom: 1px solid #D1D1D1;
}

.mask-content .check-p {
    height: 66px;
    line-height: 66px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.mask-content .check-p span {
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #d4361d;
    font-size: 18px;
}

.check-p .del-com {
    border-right: 1px solid #D1D1D1;
}
