small {
  font-size: 16px;
}

.shadows {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.desginFlags {
  position: fixed;
  top: 20%;
  display: none;
  padding: 40px 20px;
  background: #fff;
  box-shadow: 1px 1px 8px #ccc;
  left: calc(50% - 410px);
  border-radius: 5px;
  border: 1px solid #eee;
  width: 820px;
  z-index: 100000;
  display: none;
}

.desginFlags .forms {
  float: left;
  width: 55%;
}

.desginFlags .forms h2 {
  line-height: 40px;
  font-size: 24px;
  padding-bottom: 15px;
}

.desginFlags .forms h2 .designTit {
  font-size: 24px;
}

.desginFlags .forms h2 small {
  padding-left: 10px;
  font-size: 14px;
}

.desginFlags .forms h2 small span {
  color: #f79c33;
}

.desginFlags .bigImg {
  float: left;
}

.desginFlags .forms form {
  padding-right: 20px;
  display: block
}

.desginFlags .forms .input {
  position: relative;
  margin-bottom: 40px;
  height: 38px;
}

.desginFlags .forms .input .select {
  width: 48%;
  float: left;
  padding: 0;
}

.desginFlags .forms .subBtn {
  width: 180px;
  height: 50px;
  text-align: center;
  background: #f79c33;
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0px auto 20px;
}

.desginFlags .bigImg {
  float: left;
  width: calc(45% - 1px);
  /* height: 318px; */
  border-left: 1px solid #eee;
}

.desginFlags .bigImg p {
  height: 258px;
  text-align: center;
  margin-top: 15%;
}

.desginFlags .bigImg p img {
  max-width: 80%;
  max-height: 100%;

  border-radius: 10px;
}

.desginFlags .remark {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 20px;
}

.desginFlags .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  background: #eee;
}

.layui-input,
.layui-select,
.layui-textarea {
  line-height: 50px;
  height: 50px;
}

.layui-form-select dl dd.layui-this {
  background: #f79c33 !important;
}

/*banner*/
.formswrap {
  position: fixed;
  top: 20%;
  display: none;
  background: #fff;
  box-shadow: 1px 1px 8px #ccc;
  left: calc(50% - 600px);
  border-radius: 20px;
  border: 1px solid #eee;
  overflow: hidden;
  z-index: 1000000;
}

.formswrap .forms {
  width: 1200px;
  margin: 0px auto;
  background: #fff;
  height: 515px;
  padding: 30px 0px;
  position: relative;
}
.formswrap .forms .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    background: #eee;
    z-index: 1000;
}
.formswrap .forms .form {
  width: 540px;
  float: left;
  margin-left: 59px;
  border-right: 1px solid #eee;
}

.formswrap .forms .form h2 {
  font-size: 30px;
  padding-bottom: 45px;
  padding-top: 10px;
}

.formswrap .forms .form .input {
  position: relative;
  margin-bottom: 20px;
}

.formswrap .forms .form .input p {
  display: inline-block;
}

.formswrap .forms .form .input span {
  display: inline-block;
  width: 84px;
}

.formswrap .forms .form .input p input {
  /* height: 35px; */
  width: 300px;
  outline: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  text-indent: 10px;
}

.formswrap .forms .form .input b {
  position: absolute;
  top: 12px;
  right: 165px;
  font-weight: normal;
  color: #666;
}

.formswrap .forms .form #hostHome {
  /* height: 35px; */
  height: 50px;
  width: 300px;
  outline: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  text-indent: 10px;
  line-height: 50px;
}

.formswrap .forms .form .input .hostType {
  height: 37px;
  width: 300px;
  font-size: 14px;
  line-height: 37px;
  display: inline-block;
}

.formswrap .forms .form .input .hostType .item {
  display: inline-block;
  padding-right: 14px;
}

.formswrap .forms .form .warn p {
  font-size: 12px;
  color: #999;
}

.formswrap .forms .info {
  width: 400px;
  float: right;
  height: 10px;
  margin-right: 50px;
  padding-left: 150px;
}

.formswrap .info .calc {
  padding: 30px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 4px 5px 10px #ccc;
  margin-top: 20px;
}

.formswrap .forms .info h2 {
  font-size: 30px;
  padding-bottom: 30px;
}

.formswrap .forms .info h2 span {
  font-size: 30px;
  color: #f79c33;
}

.formswrap .forms .info .moneys {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 16px;
}

.formswrap .forms .info .moneys .item {
  border-bottom: 1px solid #ccc;
}

.formswrap .forms .info .moneys .item:last-child {
  border-bottom: 0px;
}

.formswrap .forms .info .moneys .item span {
  border-right: 1px solid #ccc;
  display: inline-block;
  padding: 12px 20px;
}

.formswrap .forms .info .moneys .item p {
  display: inline-block;
  text-align: center;
  width: 260px;
}

.formswrap .forms .info .warn {
  font-size: 12px;
  color: #999;
  padding-top: 12px;
}

.formswrap .forms .btn {
  position: absolute;
  left: calc(50% - 80px);
  top: calc(50% - 80px);
  width: 120px;
  height: 120px;
  padding: 20px;
  background: #fff;
  cursor: pointer;
}

.formswrap .forms .btn .btn_item {
  width: 120px;
  height: 90px;
  text-align: center;
  background: #f79c33;
  color: #fff;
  border-radius: 60px;
  font-size: 24px;
  line-height: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 999;
}

.formswrap .forms .btn .btn_shadow {
  width: 120px;
  height: 120px;
  background: #f79c33;
  border-radius: 60px;
  top: 20px;
  position: absolute;
  animation: myani 1s infinite
}

@keyframes myani {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes myani

/*Safari and Chrome*/
  {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.formswrap .forms .warningInfo {
  position: absolute;
  top: 0px;
  height: calc(100% - 20px);
  width: 100%;
  left: 0px;
  background: #fff;
  z-index: 9999;
  border-radius: 20px;
  margin-top: 20px;
  display: none;
}

.formswrap .forms .warningInfo .form .formInfo {
  padding-right: 50px;
}

.formswrap .forms .warningInfo .form .formInfo h2 {
  text-align: center;
  padding-top: 50px;
}

.formswrap .forms .warningInfo .form .formInfo h2 span {
  font-size: 30px;
  color: #f79c33;
}

.formswrap .forms .warningInfo .form .formInfo p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 20px;
}

.formswrap .forms .warningInfo .form .formInfo p span {
  display: block;
  color: #f79c33;
}

.formswrap .forms .warningInfo .form .formInfo img {
  width: 100%;
  height: 300px;
}

.formswrap .forms .warningInfo .info {
  margin-top: 20px;
}

.formswrap .info .calc .calcNum {
  line-height: 70px;
  height: 70px;
  background: #ccc;
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.formswrap .info .calc .calcNum span .money {
  font-size: 24px;
}

.formswrap .info .calc .calcNum span,
.formswrap .info .calc .item span:nth-child(2) {
  color: #ff7826;
}

.formswrap .info .calc .item {
  line-height: 35px;
  height: 35px;
  background: #eee;
  border-radius: 6px;
  margin-top: 25px;
  padding: 10px 0px;
}

.formswrap .info .calc .item span {
  width: 189px;
  display: block;
  float: left;
  text-align: center;
}

.formswrap .info .calc .item span:first-child {
  border-right: 1px solid #ccc;
  width: 188px;
}

.formswrap .money {
  font-size: 24px;
}

/*户型样式*/
.fw-type {
  width: 300px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.formswrap .forms .form .input .type-value-show span {
  width: auto;
  padding: 0 5px;
  text-align: center;
}

.formswrap .forms .form .input .selected-list.hidden {
  display: none;
}

.formswrap .forms .form .input .selected-list {
  position: absolute;
  top: 50px;
  left: 0;
  padding-bottom: 0;
  width: 100%;
  font-size: 0;
  background: #fff;
  z-index: 10;
  border: 1px solid rgb(232, 232, 232);
}

.formswrap .forms .form .input .selected-list .select-item {
  display: inline-block;
  width: 20%;
}

.formswrap .forms .form .input .selected-list .select-item>div {
  margin: 10px 3px;
  height: 40px;
  line-height: 40px;
  width: 90%;
  background: #f4f4f4;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.formswrap .forms .form .input .selected-list .select-item>div.active {
  color: white;
  background: #ff6d15;
}
.cbl{
  width: 100px;
  height: 300px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99999;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
}
.cbl a{
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
}
.cbl a span{
  margin-top: 5px;
}