 



#footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 999;
  background-color: #035386;
}
#footer-p1 {
  width: 244px;
  height: 23px;
  font-family: FZLTDHJW-GB1-0;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1px;
  color: #cd4b3c;
}
#footer-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1200px;
  height: 120px;
  padding: 33px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
}
#left-footer-box {
  width: 100%;
  font-size: 16px;
  letter-spacing: 4px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 66px;
}
#footer-phone {
  width: 300px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 22px;
  margin-right: 12px;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}
#footer-apply-btn {
  width: 123px;
  height: 44px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ed8845), to(#f06a42));
  background-image: linear-gradient(90deg, #ed8845 0%, #f06a42 100%);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(239, 111, 67, 0.27);
          box-shadow: 0px 4px 5px 0px rgba(239, 111, 67, 0.27);
  border-radius: 22px;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#footer-apply-btn:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
#footer-apply-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #666666 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .3s;
  transition: opacity .5s, -webkit-transform .3s;
  transition: transform .3s, opacity .5s;
  transition: transform .3s, opacity .5s, -webkit-transform .3s;
}
#footer-apply-btn:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: .3;
  -webkit-transition: 0s;
  transition: 0s;
}
#footer-person {
  position: absolute;
  right: 82px;
  bottom: 0;
}
#footer-close {
  position: absolute;
  right: 36px;
  top: 11px;
  cursor: pointer;
}


#left-sidebar {
  position: fixed;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 50px;
  width: 124px;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eccb99), to(#f6d7b1));
  background-image: linear-gradient(0deg, #eccb99 0%, #f6d7b1 100%);
  border-radius: 0px 40px 40px 0px;
  padding: 19px 12px 19px 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  cursor: pointer;
}
#left-sidebar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #5a421f;
  font-weight: bold;
  margin-right: 6px;
}
#right-arrow {
  width: 13px;
  height: 13px;
}
 