body, form, input, button, ul, li, p{
    margin: 0;
    padding: 0;
}
img {
    vertical-align: top;
    border: 0;
}
button, input, textarea {
    outline: none;
}
body {
    background: #100C00;
}
.top {
    background: url('images/top-bg.jpg') no-repeat center/cover;
    background-color: #100C00;
    height: 100vh;
}
.main {
    background: url('images/main-bg.png') repeat-y center top/100vw auto;
    color: #E7C37F;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 190px;
}
.title {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0 45px;
    text-align: center;
    font-weight: 500;
}
.desp p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}
.form-item-title {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 0 7px;
}
.form-item-title span {
    color: #B2B2B2;
}
.z-input, .z-textarea {
    width: 998px;
    border: 1px solid #B2B2B2;
    color: #fff;
    font-size: 16px;
    text-indent: 18px;
    background: transparent;
}
.z-input {
    height: 38px;
    border-radius: 38px;
}
.z-textarea {
    resize: none;
    border-radius: 38px;
    width: 962px;
    padding: 18px;
    text-indent: 0;
    height: 360px;
}
.z-t-sm {
    height: 150px;
}
.item-sm {
    /* overflow: hidden; */
    height: auto;
}
.clear:after {
    content:"";
    display: block;
    clear: both;
}
.item-sm .z-input {
    width: 482px;
}
.item-sm >div:first-child{
    float: left;
}
.z-input-w {
    position: relative;
}
.select-icon {
    position: absolute;
    width: 22px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
}
.z-input-w select {
    background: url('images/mb-select-icon.png') no-repeat right 20px center/22px 12px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.item-sm >div:last-child{
    float: right;
}
.z-btn {
    display: block;
    background: #E7C37F;
    height: 40px;
    border-radius: 40px;
    width: 448px;
    margin: 40px auto 0;
    font-size: 18px;
    color: #0E0D2C;
    border: 0;
}
.image-list {
    overflow: hidden;
}
.add-img {
    width: 233px;
    height: 173px;
    float: left;
    background: url('images/img-add-icon.png') no-repeat center top 32px/41px 41px rgba(255, 255, 255, .15);
    cursor: pointer;
}
.add-img-title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding-top: 76px;    
    text-align: center;
    padding-bottom: 11px;
}
.add-img-desp p {
    text-align: center;
    font-size: 12px;
    color: #727183;
    line-height: 17px;
}
.image-list .layui-upload-file{
    display: none;
}
.img-show  {
    width: 233px;
    height: 173px;
    float: left;
    background:rgba(255, 255, 255, .15);
    margin-right: 22px;
    margin-bottom: 20px;
    position: relative;
}
.img-show img{
    max-width: 233px;
    max-height: 173px;
    display: block;
    margin: auto;
}
.img-show:nth-child(4n + 4) {
    margin-right: 0;
}
.img-del {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
option {
    color: #353535;
}

@media screen and (max-width: 960px){
    html {
        font-size: calc((100vw * 100) / 375);
    }
    body {
        font-size: .14rem;
    }
    .top {
        background: url('images/mb-top-bg.jpg') no-repeat left top/3.75rem auto #100C00;
    }
    .wrap {
        margin: 0 .15rem 0 .16rem;
        width: auto;
    }
    .title {
        width: 2.55rem;
        margin: 0 auto;
        padding: .19rem 0 .2rem;
        line-height: .25rem;
    }
    .desp p{
        font-size: .16rem;
        line-height: .26rem;
        margin-bottom: .16rem;
    }
    .form-item-title {
        font-size: .16rem;
        padding: .16rem 0 .07rem;
    }
    .form-item-title span {
        font-size: .1rem;
    }
    /* .z-input-w {

    } */
    .z-input, .item-sm .z-input, .z-textarea, select{
        width: 3.42rem;
        height: .38rem;
        border-radius: .38rem;
        border: .01rem solid #B2B2B2;
        text-indent: .18rem;
        vertical-align: top;
    }
    .z-textarea {
        padding: .18rem;
        width: 3.06rem;
        height: 3.06rem;
    }
    .z-btn {
        width: 1.95rem;
        height: .4rem;
        border-radius: .4rem;
        font-size: .18rem;
    }
    .image-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .image-list>div{
        margin-right: 0 !important;
        margin-bottom: .07rem;
    }
    .add-img, .img-show {
        width: 1.64rem;
        height: 1.22rem;
    }
    .img-show img{
        max-width: 1.64rem;
        max-height: 1.22rem;
    }
    .add-img {
        background: url('images/img-add-icon.png') no-repeat center top .14rem/.29rem .29rem rgba(255, 255, 255, .15);
    }
    .add-img-title {
        font-size: .16rem;
        line-height: .22rem;
        padding-top: .49rem;
        padding-bottom: 0;
        margin: 0 auto;
    }
    .add-img-desp {
        margin: 0 auto;
        line-height: 0;
    }
    .add-img-desp p {
        font-size: .12rem;
        line-height: .17rem;
        padding: 0;
    }
    .img-del {
        height: .44rem;
        line-height: .44rem;
    }
}
