html {
  font-size: 16px;
}
body {
  font-family: 'PT Sans', sans-serif;
  position: relative;
  vertical-align: top;
}
p {
  margin-bottom: 0;
}
#content {
  position: relative;
  min-width: 1263px;
}
.content {
  position: relative;
  z-index: 10;
}
.show1280 {
  display: inline-block;
}
.black {
  color: #000!important;
  border-color: #000!important;
}
.tree {
  position: absolute;
  width: 100%;
  height: 760px;
  background: url(/images/tree.png) no-repeat center;
  background-size: 110% 100%;
  z-index: 9;
}
#popup-menu {
  position: fixed;
  background-color: #a72c38;
  z-index: 20;
  width: 100%;
  padding: 5px 80px;
  display: none;
}
#popup-menu .main-menu {
  margin-top: 0;
  height: 40px;
}
#popup-menu .main-menu li {
  padding-top: 5px;
}
#popup-menu a {
  color: #fff;
}
#popup-menu .item {
  display: inline-block;
  padding: 10px 0;
  vertical-align: top;
}
#popup-menu .item.logo {
  width: 20%;
  line-height: 1;
}
#popup-menu .item.logo .img,
#popup-menu .item.logo .text {
  display: inline-block;
  vertical-align: top;
}
#popup-menu .item.logo .img {
  margin-top: -5px;
  width: 64px;
}
#popup-menu .item.logo .img img {
  width: 100%;
}
#popup-menu .item.logo .text {
  font-size: 1.5rem;
  color: #fff;
  line-height: .8;
  font-weight: 700;
}
#popup-menu .item.logo .text small {
  font-size: 1rem;
  font-weight: normal;
}
#popup-menu .item.menu {
  width: 60%;
}
#popup-menu .item.phone {
  width: 20%;
  color: #fff;
  line-height: 1;
}
#popup-menu .item.phone .number {
  font-size: 32px;
  color: #ffff33;
  font-weight: 700;
}
.main-menu {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.main-menu li {
  display: inline-block;
  border-bottom: 1px dashed #fff;
  margin: 0 20px;
}
.main-menu li:hover {
  border-bottom: none;
}
.main-menu li a {
  color: #fff!important;
  font-size: 1.25rem;
}
.main-menu li a:hover {
  text-decoration: none !important;
}
.head-contact {
  text-align: center;
  margin: 90px auto;
  width: 70%;
}
.head-contact .logo,
.head-contact .phone,
.head-contact .town {
  display: inline-block;
  width: 40%;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  vertical-align: top;
}
.head-contact .logo small,
.head-contact .phone small,
.head-contact .town small {
  display: block;
  line-height: 1;
  font-size: 1rem;
}
.head-contact .logo {
  position: relative;
  margin-left: 50px;
}
.head-contact .logo:before {
  position: absolute;
  top: -10px;
  left: -100px;
  content: url(/images/logo.png);
}
.head-contact .logo .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.head-contact .logo small {
  font-size: 30px;
}
.head-contact .phone {
  position: relative;
  margin-left: 10px;
}
.head-contact .phone:before {
  position: absolute;
  top: 20px;
  left: -65px;
  content: url(/images/phone.png);
}
.head-contact .phone .title {
  color: #ffff33;
  font-size: 42px;
  font-weight: bold;
}
.head-contact .town {
  text-align: center;
  margin-left: 10px;
}
.head-contact .town .bage {
  color: #000;
  padding: 5px 11px;
  background: #fff;
  position: relative;
  font-size: 1.25rem;
  width: 106px;
  text-align: center;
  margin: 0 auto;
}
.head-contact .town .bage:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 42px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.head-contact .town .bage .title {
  position: absolute;
  width: 106px;
  font-size: 1rem;
  top: -25px;
  left: 0;
  text-align: center;
  color: #fff;
}
.hero {
  font-size: 10rem;
  color: #00418d;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin: 150px auto;
  position: relative;
}
.hero .car {
  position: absolute;
  top: -100px;
  left: 50%;
  width: 780px;
  margin-left: -390px;
}
.hero .car img {
  width: 100%;
}
.line {
  text-align: center;
}
.line .title {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px dashed #fff;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
}
.service {
  color: #fff;
  background-color: #2c74ff;
  height: 850px;
  font-size: 1rem;
}
.service .line {
  margin-top: 20px;
  text-align: center;
}
.service .line .block {
  display: inline-block;
}
.service .service-type {
  width: 400px;
  vertical-align: top;
  position: relative;
}
.service .service-type .part {
  width: 600px;
  position: absolute;
  top: 110%;
  left: -100px;
}
.service .service-type .part .block-how {
  width: 160px;
  vertical-align: top;
}
.service .service-type .part .block-how .img {
  width: 75px;
  margin: 0 auto;
}
.service .service-type .part .block-how .img img {
  height: 60px !important;
}
.service .service-type .small-title {
  font-size: 1.5em;
}
.service .service-type .num {
  color: #ffff33;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
}
.service .service-type .num_under {
  height: 31px;
  font-size: 1.5em;
  text-align: right;
  margin-right: 30px;
  line-height: 1;
}
.service .service-type .bage {
  background: #fff;
  text-align: left;
  color: #333;
  padding: 10px 16px;
  font-size: 1.125em;
  font-weight: 700;
  position: relative;
  width: 320px;
  margin: 10px auto 0;
}
.service .service-type .bage:after {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 42px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.pluses {
  position: relative;
  margin-top: -255px;
  white-space: nowrap;
}
.pluses .car {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.pluses .container {
  position: relative;
  min-width: 1170px !important;
}
.pluses .block-plus {
  width: 50%;
  display: inline-block;
  position: relative;
  white-space: normal;
  vertical-align: top;
  height: 450px;
}
.pluses .block-plus .item {
  width: 260px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
}
.pluses .block-plus .item.white {
  color: #fff;
}
.pluses .block-plus .item.black {
  color: #000;
}
.pluses .block-plus .item .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.pluses .block-plus .item .text {
  font-size: 1rem;
}
.pluses .road,
.pluses .money {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pluses .road {
  width: 532px;
  z-index: 1;
}
.pluses .road img {
  width: 100%;
}
.pluses .money {
  left: -30px;
  bottom: -30px;
  width: 532px;
  z-index: 10;
}
.condition {
  color: #000;
  margin-top: 80px;
  text-align: center;
}
.condition .condition-block {
  font-size: 1rem;
  text-align: left;
  display: inline-block;
  width: 40%;
  vertical-align: top;
  margin: 0 30px;
}
.condition .condition-block .media-item {
  margin-bottom: 50px;
  position: relative;
  padding-left: 110px;
}
.condition .condition-block .media-item img {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.condition .condition-block .title {
  font-size: 1.5rem;
  color: #2c74ff;
  font-weight: 700;
}
.condition .condition-block ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}
.loan .girl {
  background: url(/images/u8.png) no-repeat center bottom;
  background-size: 600px;
  height: 570px;
  position: relative;
}
.loan .girl .item {
  padding: 10px 16px;
  border: 2px solid #ffff33;
  width: 250px;
  font-size: 1rem;
  line-height: 1.2;
  position: absolute;
}
.loan .girl .item.item-left:after {
  position: absolute;
  right: -12px;
  top: 40%;
  margin-top: -5px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #FF9966;
  border-bottom: 10px solid transparent;
}
.loan .girl .item.item-right:after {
  position: absolute;
  left: -12px;
  top: 40%;
  margin-top: -5px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #FF9966;
  border-bottom: 10px solid transparent;
}
.loan .girl .item.item-1 {
  top: 150px;
  left: 50px;
}
.loan .girl .item.item-2 {
  top: 280px;
  left: 0;
}
.loan .girl .item.item-3 {
  top: 400px;
  left: 80px;
}
.loan .girl .item.item-4 {
  top: 160px;
  right: 50px;
}
.loan .girl .item.item-5 {
  top: 270px;
  right: 0px;
}
.loan .girl .item.item-6 {
  top: 410px;
  right: 60px;
}
.calc {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  background-color: #2c74ff;
  padding: 30px 0;
  margin-bottom: 50px;
}
.calc .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.calc .place,
.calc .form {
  display: inline-block;
  vertical-align: top;
}
.calc .place p,
.calc .form p {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 30px;
}
.calc .place {
  width: 600px;
}
.calc .place .scale {
  margin-bottom: 15px;
  margin-left: -15px;
  text-align: left;
  word-spacing: 10px;
}
.calc .place #slider {
  height: 1px;
  border: none;
  width: 560px;
}
.calc .place #slider .ui-state-default {
  border-radius: 0;
  background: #fff;
  top: -10px;
  border: none;
  width: 15px;
}
.calc .place #slider .ui-state-default:hover {
  border: none;
  cursor: pointer;
}
.calc .place .loan-time {
  text-align: left;
  margin-top: 20px;
}
.calc .place .loan-time .big,
.calc .place .loan-time .small {
  display: inline-block;
  vertical-align: top;
}
.calc .place .loan-time .big {
  width: 400px;
}
.calc .place .loan-time .big #time .item {
  display: inline-block;
  border-bottom: 1px dotted #fff;
  margin-right: 15px;
  padding: 5px 11px;
  cursor: pointer;
}
.calc .place .loan-time .big #time .item.active {
  background-color: #ffff33;
  color: #333;
  border-radius: 10px;
}
.calc .place .loan-time .small {
  width: 100px;
}
.calc .place .loan-time .small #total {
  font-size: 4.5em;
  color: #ffff33;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.calc .place .loan-time .small p {
  padding-left: 10px;
}
.calc .form {
  display: inline-block;
  margin-left: 70px;
}
.calc .form form label,
.calc .form form input {
  display: block;
  text-align: left;
  font-weight: normal;
}
.calc .form form input {
  margin-bottom: 20px;
  color: #000;
}
.calc .form form input[type="submit"] {
  border: none;
  background: #f00;
  color: #fff;
  padding: 5px 11px;
}
.calc .form #ok {
  display: none;
  color: #000;
  background-color: #ffff33;
  padding: 10px;
}
.contact {
  text-align: center;
  color: #333;
  font-size: 1rem;
}
.contact .box .item {
  display: inline-block;
  width: 400px;
  vertical-align: top;
  padding-top: 50px;
  position: relative;
}
.contact .box .item .map {
  position: absolute;
  bottom: -220px;
  right: 0;
}
.contact .box .item .title {
  color: #2c74ff;
  margin-bottom: 10px;
  font-size: 1.5em;
}
.contact .box .item .phone {
  font-size: 2rem;
}
.contact .box .item.center {
  width: 190px;
  text-align: center;
  margin: 0 40px;
  padding-top: 0;
}
.contact .box .item.center img {
  width: 100%;
}
footer {
  margin-top: 80px;
  color: #fff;
  text-align: left;
  background: #2c74ff;
  padding: 20px;
}
@media (max-width: 1310px) {
  .show1280 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .tree {
    background-size: 140% 100%;
  }
  .show1280 {
    display: none;
  }
}
@media (max-width: 1279px) {
  #popup-menu {
    display: none!important;
  }
}


#callnowbutton {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border-top: 1px solid #2dc62d;
    bottom: 15px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
    right: 5px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA2NzAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) center/50px 50px no-repeat #009900;
  }