.main-div{
  padding-top: 40px;
  width: 100%;
  display: grid;
}

.mainbody{
  padding-top: 40px;
  max-width: 1600px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px 20px;
}

.mainitem{
  width: 100%;
  
}

.space40{
  width: 100%;
  height: 40px;
}

.input-div{
  height: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 10px 10px 10px 10px;
  display: flex;
  flex-wrap: nowrap;
}

.select-box{
  width: 50%;
  height: 48px;
}


.space-button{
  width: 24%!important;
  height: 48px;
}

/* CSS */
.button-17 {
  width: 24%!important;
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color:  #b81900;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  -webkit-user-select: none;
  width: auto;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-save {
  max-width: 50%;
  width: 300px;
}

.layout1-div{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100px;
  background-color: #888888;
  margin-top: 10px;
  margin-bottom: 10px;
}

.banner1{
  width: 100%;
  height: 100%;
  border: 5px #cccccc solid;
  background-color: #3182bd;
}

.layout2-div{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100px;
  background-color: #888888;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.banner2{
  width: 50%;
  height: 100%;
  background-color: #3182bd;
  border: 5px #cccccc solid;
  grid-template-columns: repeat(2, 1fr);
}

.product{
  width: 100%;
  height: 100%;
  border: 5px #cccccc solid;
  background-color: #FF7400;
}

.ccc-controlpane{
  min-height: 50px;
}

.ccc-float{
  position: fixed;
  top: 0;
  z-index: 20;
}

.ccc-container1 {
  max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.ccc-container2 {
  max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 20px;
}

.ccc-space {
  width: 100%;
  min-height: 20px;
  max-height: 20px;
}

.ccc-box1 {
  min-height: 200px;
  cursor: move;
}

.ccc-box2 {
  min-height: 200px;

  cursor: move;
}

.ccc-box2.over {
  border: 3px dotted #666;
}

body {
  display: table;
  margin: auto;
  /*max-width: 1600px;*/
  width: 100%;
}

.ccc-float{
    width: 100%;
}

.ccc-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.portable{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.portable>img{
  position: relative;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  left: 0;
  top: -100%;
  margin: auto;
  z-index:1;
  border:none;
}

.shopbanner{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.shopbanner>img{
  position: relative;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  left: 0;
  margin: auto;
  z-index:1;
  border:none;
}

.ccc-product-list {
  min-height: 450px;
  padding: 10px;
  cursor: move;
  max-width: 100%;
}

.ccc-footer {
  min-height: 300px;
  padding: 10px;
  cursor: move;
  max-width: 100%;
}

.ccc-border {
  border: 1px solid #666;
  background-color: #ddd;
}

.filePhoto{
  position:relative;
  min-width:100%;
  min-height:100%;
  top:0;
  left:0;
  z-index:20;
  opacity:1;
  cursor:pointer;
}