.quick-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 20px 8px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  font-family: Arial, Helvetica, sans-serif;
}

.quick-wrap * {
  box-sizing: border-box;
}

.quick-wrap .quick-close {
  position: absolute;
  
  
  width: 19px;
  height: 19px;
  background-image: url("/static/image/close.png");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.quick-wrap .quick-form {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

.quick-wrap .quick-form .quick-form-field {
  display: inline-table;
}

.quick-wrap .quick-form .quick-form-field input[type=text],
.quick-wrap .quick-form .quick-form-field button {
  width: auto;
}

.quick-wrap .quick-form .quick-form-field + * {
  margin-left: 45px;
}

.quick-wrap .quick-form button.btn-submit {
  position: relative;
  height: 45px;
  width: 100%;
  border: 0;
  color: #fff;
  background-color: #c20000;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 3px;
  cursor: pointer;
}

.quick-wrap .quick-form button.btn-submit[disabled] {
  background-color: #ccc;
}

.quick-wrap .quick-form button.btn-submit:focus {
  outline: 0;
}

.quick-wrap .quick-form button.btn-submit:active {
  top: 1px;
  left: 1px;
}

.quick-wrap input[type=text] {
  height: 40px;
  padding: 3px 8px;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
}

.quick-wrap input[type=text]:focus {
  outline: 0;
  border-color: #ccc;
  box-shadow: 0 0 4px #ccc;
}

.quick-wrap input::-webkit-input-placeholder {
  color: #555;
  font-weight: bold;
}

.quick-wrap .quick-policy {
  
  color: #fff;
  
    font-size: 14px;
}

.quick-wrap .quick-policy input[type=checkbox] {
  cursor: pointer;
      width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
}

.quick-wrap .quick-policy a {
  letter-spacing: 1px;
  color: red;
}

.WrapperUpByQuick {
  bottom: 120px;
}

.QuickName {
    width: 18%;
}
#QuickName, #QuickMobile {
    width: 100%;
}
.QuickMobile {
    width: 20%;
}
.QuickSubmit {
    width: 18%;
}
.quickclose {
    color: #fff;
    margin-left: 30px;
}
#quickclose {
    cursor: pointer;
}
