.img_preview{display: grid;grid-template-columns: repeat(4, 1fr);gap:6px;margin-bottom: 10px;position: relative;z-index: 1;}
.img_preview .item{display: flex;align-items: center;justify-content: center;position: relative;}
.img_preview .item img{max-height: 100px;}
.img_preview .item .img-del{display:none;position: absolute;top: -10px;right: -5px;cursor: pointer;width: 25px;height: 25px;line-height: 25px;text-align: center;border-radius: 5px;background-color: #333;color: #fff;}
.img_preview .item .img-del.show{display: block;}
.image-list{display: flex !important;width: 100% !important;}
aside .menu_son_list{margin-bottom: 0;}
#style_list{width: 100%;padding:8px;border:1px solid #eee;margin-bottom:20px;cursor: pointer;}
#generate_mode li{width: 100px;display: flex;justify-content: center;align-items: center;}
.switchbox {display: flex;align-items: center;}
.switchbox .switch {position: relative;display: inline-block;width: 70px;height: 44px;transform: scale(0.5);}
.switchbox span {font-size: 13px;}
.switchbox .switch input {opacity: 0;width: 0;height: 0;}
.switchbox .slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;border-radius: 34px;}
.switchbox .slider:before {position: absolute;content: "";height: 36px;width: 36px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: .4s;transition: .4s;border-radius: 50%;}
.switchbox input:checked+.slider {background-color: #38f;}
.switchbox input:checked+.slider:before {-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px);}
aside .SceneReplicationPanel .desc_pVcxD{text-align: left;}