.sk-search-form{ max-width: 640px; width: 100%; display: flex; justify-content: center; align-items: center; }
.sk-search-form .sk-search-input{
  width: 100%;
  height: 42px;
  display: block;
  border: 1px solid #eee;
  outline: none;
  background-color: #ffffff;
  font-size: 14px;
  padding: 8px;
  transition: all .8s;
  flex: 1;
  color: #333333;
}
.sk-search-form .sk-search-btn{
  transition: all .8s;
  border: 0px solid #d61a1a;
  background: #d61a1a;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  height: 42px;
  padding: 0px 25px;
  line-height: 42px;
}
.sk-search-form .sk-search-btn:hover{ background-color: #e0465e; }
.sk-orderList{ display: none; padding: 20px; }
.sk-index-search-form{ padding-block: 40px; background-image: url(/skin/images/sc-bg.jpg); position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; }
.sk-index-search-form::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(13, 6, 44);
    opacity: 0.8;
}
.sk-index-search-form .sk-search-form{ margin: auto; position: relative; z-index: 10; max-width: 1000px; }
.sk-index-search-form .sk-search-form .sk-search-input,.sk-index-search-form .sk-search-form .sk-search-btn{ height: 64px; }

.sk-index-body{ font-size: 16px; line-height: 30px; }