* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #555555;
  background: #f2f2f2;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
a {
  color: #8a6341;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #453120;
  text-decoration: none;
}
a:active {
  color: #bd9674;
  text-decoration: none;
}
hr {
  border: 0;
  background-color: #8a6341;
  height: 1px;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"] {
  height: 32px;
  padding: 4px 8px;
  background-color: #ffffff;
  border: 1px solid #8a6341;
}
input[type="file"] {
  display: inline-block;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type="file"] + label {
  font-weight: 300;
  color: #555555;
  background-color: transparent;
  display: inline-block;
  height: 32px;
  border: 1px solid #8a6341;
  text-align: left;
  padding: 4px 8px;
  cursor: pointer;
  margin: 0;
}
input[type="file"] + label .icon {
  display: inline-block;
  font-weight: 14px;
  margin-right: 10px;
}
textarea {
  padding: 4px 8px;
  background-color: #ffffff;
  border: 1px solid #8a6341;
}
select {
  height: 32px;
  padding: 4px 8px;
  background: transparent;
  border: 1px solid #8a6341;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: -4px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.btn {
  min-height: 36px;
  line-height: 36px;
  background: #8a6341;
  padding: 0px 16px;
  color: #ffffff;
  font-weight: 500;
}
.btn:hover {
  background-color: #e26e10;
  color: #ffffff;
}
.btn:active {
  background-color: #532806;
  color: #ffffff;
}
.btn:focus {
  color: #ffffff;
}
.btn.inverse {
  background: #e26e10;
}
.btn.inverse:hover {
  background: #8a6341;
}
.btn.inverse:active {
  background: #221810;
}
.btn.approve {
  background: #a3ce58;
}
.btn.approve:hover {
  background: #8a6341;
}
.btn.approve:active {
  background: #221810;
}
.btn.disabled {
  background: #cccccc;
}
.btn.disabled:hover {
  background: #cccccc;
}
.btn.disabled:active {
  background: #cccccc;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.content {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .content {
    width: 100%;
  }
}
form h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
form label {
  width: 200px;
  margin-right: 16px;
  text-align: right;
}
/*---header styles---*/
header {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  z-index: 9999;
}
@media (max-width: 768px) {
  header {
    position: absolute;
  }
}
header .content {
  padding: 8px 0;
}
@media (max-width: 768px) {
  header .content {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  header .content {
    padding: 8px 12px;
  }
}
header .content .logo {
  height: 54px;
}
header .content .phone-num {
  float: right;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
  text-align: right;
}
@media (max-width: 768px) {
  header .content .phone-num {
    float: none;
    text-align: center;
    font-size: 24px;
    width: 100%;
    margin-top: 16px;
  }
}
header .content .phone-num span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
/*---banner styles---*/
.banner {
  background: url(../../img/bg/bg-banner.png) no-repeat center;
  background-size: 1920px 422px;
  display: block;
  width: 100%;
  height: 422px;
  overflow: hidden;
  color: #ffffff;
}
@media (max-width: 768px) {
  .banner {
    height: 550px;
    background-size: 1920px 550px;
  }
}
@media (max-width: 768px) {
  .banner .content {
    text-align: center;
  }
}
.banner .content .portrait {
  position: absolute;
  left: 0;
  top: 90px;
  width: 424px;
}
@media (max-width: 768px) {
  .banner .content .portrait {
    width: 318px;
    position: relative;
    top: 40px;
  }
}
.banner .content .slogan {
  font-size: 28px;
  width: 600px;
  float: right;
  margin-top: 150px;
}
@media (max-width: 768px) {
  .banner .content .slogan {
    font-size: 16px;
    width: 100%;
    padding: 0 4px;
    text-align: center;
    margin-top: 120px;
  }
}
.banner .content .slogan h1 {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .banner .content .slogan h1 {
    font-size: 20px;
  }
}
.banner .content .slogan span {
  width: 100%;
  display: block;
}
/*---content styles--*/
section .title {
  color: #8a6341;
  font-weight: 400;
  font-size: 32px;
  display: block;
  margin: 16px 0 0 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  section .title {
    font-size: 20px;
  }
}
section .subtitle {
  color: #999999;
  font-size: 18px;
}
@media (max-width: 768px) {
  section .subtitle {
    font-size: 14px;
  }
}
section .text {
  padding-top: 16px;
  display: block;
}
section .content {
  padding: 24px 0;
}
@media (max-width: 768px) {
  section .content {
    padding: 24px 12px;
  }
}
section .feature {
  text-align: center;
  margin-top: 16px;
  padding: 12px;
  height: 170px;
}
section .feature img {
  margin-bottom: 12px;
}
section .feature span {
  display: block;
  width: 100%;
}
.case {
  background: url(../../img/bg/bg-case.png) no-repeat center;
  background-size: 1920px 530px;
  width: 100%;
  margin-top: 16px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .case {
    height: 1000px;
    background-size: 1920px 1000px;
  }
}
.case .title {
  color: #ffffff;
  margin-bottom: 16px;
}
.case .case-result {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  padding: 16px;
  margin: 8px 4px 4px 4px;
  height: 230px;
  text-align: left;
}
.case .case-result .settlement {
  display: block;
  font-size: 2em;
  font-weight: 700;
  margin-top: 8px;
}
.case .text {
  padding: 32px 8px 16px 8px;
}
.contact input[type=text],
.contact input[type=email] {
  margin: 8px 0;
  width: 100%;
}
.contact textarea {
  width: 100%;
  margin: 8px 0;
}
.contact .title {
  margin-bottom: 16px;
}
.contact .btn {
  background: #e26e10;
  width: 100%;
  margin: 8px 0;
}
footer {
  background: #3d3334;
  color: #ffffff;
  text-align: center;
  padding: 24px 0;
}
footer .phone-num {
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
}
footer .phone-num span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
footer a {
  color: #ffffff;
}
