body,html{
    margin: 0px;
    padding: 0px;
    color: #333333;
}
.site-contain{
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 60px;
}

/*edit start*/
.edit-header{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
    display: flex;
    border-bottom: 1px solid #eee;
    justify-content: center;
    min-width: 1200px;
}
@media (max-width: 750px) {
    .edit-header{
        padding: 0 15px;
    }
}
.edit-header-cotainer{
    /*width: 100%;*/
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.edit-header-logo{
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
}
.edit-header-logo img{
    height: 30px;
}
.edit-header-lists{
    width: auto;
}
.edit-header-lists ul{
    display: flex;
    flex-direction: row;
    height: 60px;
    flex: 1;
    padding: 0;
}
.edit-header-lists li{
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-direction: row;
}
.edit-header-lists li:last-child{
    margin-right: 0;
}
.edit-header-lists li a{
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.edit-header-lists li i{
    display: flex;
    height: 60px;
    flex-direction: row;
    align-items: center;
    margin: 0 5px;
    font-size: 17px;
}
.edit-header-lists li .dropdown-item{
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}
.edit-header-lists li .htmlbtn{
    width: auto;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #282c33;
    background-color: #ebedf5;
    margin: 12px 0;
    margin-left: 10px;
    padding: 0 15px;
    border: 1px solid #dcdfe6;
    cursor: pointer;
}
.edit-header-lists li .htmlsavebtn{
    width: auto;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #556ee6;
    margin: 12px 0;
    margin-left: 10px;
    padding: 0 15px;
    border: 1px solid #556ee6;
    cursor: pointer;
}
.htmldom-activity{
    /*border: 3px solid #FC0107;*/
    /*box-shadow: 0px 0px 10px #FC0107;*/
    /*float: left;*/
}
.edit-cotainer{
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: #F4F7F7;
    overflow: hidden;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
}
.edit-cotainer-left{
    width: 320px;
    display: flex;
    flex-direction: row;
    height: 100%;
    background-color: #FFFFFF;
}
.edit-cotainer-left .domlists-left{
    width: 120px;
    height: auto;
    background-color: #E6E6E6;
    float: left;
    height: 100%;
}
.edit-cotainer-left .domlists-left ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.edit-cotainer-left .domlists-left li{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    line-height: 40px;
    padding: 0px 15px;
    list-style: none;
    cursor: pointer;
}
.edit-cotainer-left .domlists-left li i{
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}
.edit-cotainer-left .domlists-left li span{
   font-size: 13px;
   height: 40px;
   line-height: 40px;
}
.edit-cotainer-left .domlists-left li.active{
    color: #FFFFFF;
    background-color: #556ee6;
}
.edit-cotainer-left .domlists-right{
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.edit-cotainer-left .domlists-right::-webkit-scrollbar{
    width: 0;
}
.edit-cotainer-left .domlists-right ul{
    margin: 0px;
    padding: 0px;
    display: none;
}
.edit-cotainer-left .domlists-right li{
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
}
.edit-cotainer-left .domlists-right li label{
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 15px;
    color: #333;
}
.edit-cotainer-left .domlists-right li label font{
    font-size: 13px;
    color: #999999;
    margin-left: 5px;
}
.edit-cotainer-left .domlists-right li img{
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    margin-bottom: 15px;
}

.edit-cotainer-center{
    width: 375px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 35px;
}
.htmldom-cotainer-header{
    width: 100%;
    height: 53px;
    font-size: 14px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    overflow: hidden;
}
.htmldom-cotainer-header img{
    width: 100%;
    height: 18px;
}
.htmldom-cotainer-header span{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: thin solid #E6E6E6;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.htmldom-cotainer-header span i{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #556ee6;
    margin-left: 2px;
    cursor: pointer;
}
.htmldom-cotainer{
    width: 100%;
    height: 100%;
    font-size: 35px;
    background-color: #FFFFFF;
    outline: none;
    border: none;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-y: scroll;
}
.htmldom-cotainer::-webkit-scrollbar{
    width: 0;
}
.htmldom-cotainer img{
    -webkit-user-drag: none;
}
.htmldom-cotainer a:hover{
    color: #FFFFFF;
    text-decoration: none;
}

.edit-cotainer-right{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: visible;
}
.edit-cotainer-right::-webkit-scrollbar{
    width: 0;
}
.edit-cotainer-right .header{
    width: 310px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.edit-cotainer-right .header ul{
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    border-bottom: thin solid #E6E6E6;
}
.edit-cotainer-right .header ul li{
    height: 40px;
    line-height: 40px;
    list-style: none;
    margin: 0;
    margin-right: 15px;
    font-size: 16px;
    padding-bottom: 20px;
    cursor: pointer;
}
.edit-cotainer-right .header ul li.active{
    border-bottom: 3px solid #556ee6;
    color: #556ee6;
}
.edit-cotainer-right h1{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 10px;
}
.edit-cotainer-right .describe{
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #666666;
}
.edit-cotainer-right .form-label{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 0;
}
.edit-cotainer-right .form-radio-label{
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    font-size: 14px;
    padding-left: 0;
}
.edit-cotainer-right .form-radio-input{
    float: left;
    padding: 0;
    margin-left: 0;
    background-color: #FD66FF;
    margin: 0px;
}
.edit-cotainer-right .form-radio-sign{
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin-left: 5px;
    float: left;
}
.edit-cotainer-right input{
    height: 40px;
    line-height: 40px;
}

.edit-htmldom{
    width: 100%;
    float: left;
}
.sp-colorize-container{
    border: 1px solid #ced4da;
}

.edit-right-from{
    display: none;
}
.edit-right-button{
    width: 100%;
    float: left;
}
.edit-delete-button{
    padding: 10px 20px;
    float: left;
    border: 1px solid #f46a6a;
    color: #f46a6a;
    margin: 10px 0px;
    font-size: 14px;
}
.edit-delete-button i{
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 16px;
    margin-right: 5px;
}
.edit-delete-button span{
    height: 20px;
    line-height: 20px;
    float: left;
}
.edit-right-image{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.edit-right-image img{
    width: auto;
    height: 60px;
    float: left;
    margin-left: 10px;
    object-fit: cover;
}
.edit-right-image .images-border{
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    border: 1px dashed #999999;
    width: 80px;
    height: 60px;
    line-height: 60px;
    border-radius: 1px;
    overflow: hidden;
    color: #333333;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
    float: left;
}
.edit-right-image .images-border:hover{
    background-color: #E6E6E6;
}
.edit-right-image .images-border input{
    width: 80px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    margin-top: -60px;
    float: left;
}
.edit-qrcode-show{
    width: 100%;
    display: flex;
    justify-content: center;
}
.edit-qrcode-show-describe{
    width: 100%;
    display: flex;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #999999;
    justify-content: center;
}
/*edit end*/

.header-item{
    height:70px;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    color:#555b6d;
    border:0;
    border-radius:0;
    line-height:70px;
    margin-right: 15px;
}
.header-item:hover{
    color:#555b6d
}
.header-item i{
    font-size:20px;
    color: #FFFFFF;
    margin-top: 25px;
    float: left;
    margin-right: 5px;
}
.header-profile-user{
    height:36px;
    width:36px;
    background-color:#f6f6f6;
    padding:3px
}
.noti-icon i{
    font-size:22px;
    color:#555b6d
}
.badge-danger {
    color: #fff;
    background-color: #f46a6a;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}