*::-webkit-scrollbar {
    display: none
}

@font-face {
    font-family: "iconfont";
    /* Project id 4303212 */
    src: url('https://at.alicdn.com/t/c/font_4303212_1wk7v55wiw2.woff2?t=1698312932329') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4303212_1wk7v55wiw2.woff?t=1698312932329') format('woff'),
        url('https://at.alicdn.com/t/c/font_4303212_1wk7v55wiw2.ttf?t=1698312932329') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shanchu2:before {
    content: "\e600";
}

.icon-right:before {
    content: "\e721";
}

.icon-cancel:before {
    content: "\e8b6";
}

.icon-file:before {
    content: "\e671";
}

.icon-close:before {
    content: "\e6a7";
}

.icon-add:before {
    content: "\e689";
}

.iconfont {
    font-size: 15px;
}

body {

    margin: 0 auto;
    height: 100vh;
    overflow: scroll;
}

.main {
    min-width: 1200px;
    width: 100%;
    position: relative;
    overflow: scroll;
    display: block;
    float: left;
    height: 100vh;

}

#header {
    display: block;
    float: left;
    border-bottom: 1px solid #efefef;
}

#main {
    width: 100%;
    display: block;
    float: left;
    position: fixed;
    top: 50px;
    overflow: scroll;
}

/* .main div{
    display: block;
    float: left;
} */
#header .head-big-btn>div.save {
    margin-left: 114px;
}

.left {
    width: 10%;
    min-width: 161px;
    display: block;
    float: left;
    padding: 15px;
    border-right: 1px solid #efefef;
    overflow: scroll;
    position: relative;

}

.image {
    width: 99%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    min-height: 100px;
    border: 1px solid #efefef;
    height: 161px;
    position: relative;
}

.image-group {
    margin-top: 50px;
    height: 90vh;
    overflow: scroll;

}

.image img {
    width: 80%;
    height: auto;

}

.add {
    position: absolute;
    width: 90%;
    top: 10px;
    height: 35px;
    left: 5%;
    background-color: rgb(28, 124, 197);
    border: none;
    color: #fff;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);


}

.box {
    width: 40%;
    height: 50vh;
    background-color: #fff;
    z-index: 102;
    position: absolute;
    left: 30%;
    top: 15vh;
    min-height: 350px;
    min-width: 500px;

}

.title {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
    border-bottom: 1px solid #efefef;
}

.title i {
    display: block;
    float: right;
    font-size: 18px;
}

.form {
    padding: 15px 30px;
    min-height: 350px;
}

.label {
    font-size: 12px;
}

.link {
    margin-top: 2vh;
}

.link input {
    height: 30px;
    width: 80%;
    margin-left: 2%;
    border: 1px solid #efefef;
}

.link input:focus {
    outline: 2px solid rgb(28, 124, 197);
}

.upload {
    margin-right: 20px;
    height: 35px;
    background-color: rgb(28, 124, 197);
    border: none;
    color: #fff;
    border-radius: 2px;
}

.preview img {
    width: 150px;
    height: auto;
    margin-top: 20px;
    margin-left: 65px;
}

.button-group {
    margin-top: 20px;
    margin-left: 65px;
    display: none;
}

.delete {
    position: absolute;
    top: 1px;
    right: 2px;


}

.delete i {
    font-size: 10px;
}

.middle {
    width: 88%;
    border-right: 1px solid #efefef;
    overflow-x: scroll;
    overflow-y: scroll;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;

}

.middle img {
    display: block;
    float: left;
    width: auto;

}

.middle::-webkit-scrollbar {
    display: block;
}

.right {
    height: 1px;
    width: 1px;
    display: flex;
    float: right;
    min-height: 100vh;



}

.right textarea {
    width: 100%;
    height: 100vh;
    border: none;
    display: block;
    float: left;
    background-color: rgb(31, 31, 31);
    color: #FFF;
    font-size: 18px;
}

.maGong {
    float: left;
    height: auto;
}

.maGong img {
    max-width: 100%;
    height: auto;
}