div {
    box-sizing: border-box;
}

.bg {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    background-size: auto;
    width: 100%;
}

.bg2 {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: #0005;
    width: 100%;
}

.main {
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    /* height: 91%; */
    overflow: auto;
    /* margin-bottom: 100px; */
    position: relative;
    z-index: 2
}

.main .title {
    width: 74%;
    display: block;
    margin: 0 auto;
    /* margin-top: 150rpx; */
    margin-bottom: 27px;
}

.form {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 60px;
    margin-top: 10px;
    /* padding-bottom: 300rpx; */
}

.form>img {
    width: 390rpx;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.form form input {
    width: 80%;
    border: 1px solid #e1e2e2;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 12px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 16px;
    box-sizing: border-box;
    height: 40px;
    min-height: 0;
    background-color: #fff
}

.place-holder {
    color: #e5e5e5;
    font-size: 16px
}

.form .tijiao {
    width: 80%;
    margin: 0 auto;
    margin-top: 32px;
    font-size: 0
}

.form .tijiao a {
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #0c9;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.tips {
    width: 100%;
    text-align: center;
    color: #ff0000;
    font-size: 12px;
    margin-top: 6px;
}

/* 多行文本 */

.form form input,
.textarea {
    width: 2.6rem;
    border: 1px solid #e1e2e2;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 12px;
    line-height: 40px;
    margin: 0 auto;
    /* margin-top: 16px; */
    box-sizing: border-box;
    height: 40px;
    min-height: 0;
    display: block;
}

.textarea {
    line-height: 15px;
    margin: 0 auto;
    margin-top: 16px;
    box-sizing: border-box;
    min-height: 64px;
}

.formTitle {
    font-style: normal;
    text-align: left;
    color: #333;
    font-size: 14px;
    padding: 0 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
}

.form_select{
    width: 2.6rem;
    border: 1px solid #e1e2e2;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 12px;
    line-height: 40px;
    margin: 0 auto;
    /* margin-top: 16px; */
    box-sizing: border-box;
    height: 40px;
    min-height: 0;
    display: block;
}
/* 图片上传 */

.upImg {
    font-size: 0;
    width: 80%;
    margin: 0 auto;
}

.upImg .ever {
    width: 33.3%;
    display: inline-block;
    height: 100px;
    padding: 5px;
    vertical-align: top;
    margin-bottom: 10px;
}

.upImg .ever>div {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px dashed rgb(228, 227, 227);
    position: relative;
}

.upImg .ever img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.upImg .ever>div .delete {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
}

.upImg .ever>div .delete>img {
    width: 16px;
    height: 16px;
    float: right;
}

.sendImg>div {
    font-size: 12px;
    color: #0c9;
    text-align: center;
    line-height: 120px;
    background-color: rgba(0, 0, 0, 0.1);
}

/*九宫格*/

.img-list {
    overflow: hidden;
    font-size: 0;
}

.img-list img {
    width: 100%;
    height: 100%;
}

.img-list>li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    text-align: center;
    position: relative;
}

.img-list>li>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-list>li>div .app-bg {
    width: 100%;
    height: 100%;
}

.mui-fullscreen {
    z-index: 9999;
}

.del {
    position: absolute;
    width: 18px;
    top: 0;
    right: 0;
    z-index: 999
}

.setInput {
    font-size: 0
}

.chosse {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
}

.chosse input {
    display: inline-block !important;
    vertical-align: top !important;
    width: auto !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 12px;
    padding: 0 !important;
    line-height: auto !important;
    margin: 0 !important;
    /* margin-top: 16px; */
    box-sizing: border-box;
    height: auto !important;
    min-height: auto !important;
    margin-top: 7px !important;
    /* margin-right: 10px !important; */
}

.outBox {
    font-style: normal;
    text-align: left;
    color: #333;
    font-size: 14px;
    padding: 0 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
}