@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body, html {
  width: 100%;
  font-family: "Microsoft YaHei", Arial;
}
html * {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
ul, li {
  list-style: none;
}
input, select {
  width: 100%;
  height: inherit;
  text-indent: 12px;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none;
  border: none;
  color: #535353;
  font-size: 22px;
  border-radius: 20px;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
}


.container {
  width: 100%;
}
.container, .section {
  width: 100%;
}
.content {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.content img {
  display: block;
  margin: 0;
  padding: 0;
}
.header {
  width: 100%;
}
.logo {
  width: 1000px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  height: 416px;
  background: url(../img/banner.jpg) no-repeat center top;
}
.link-to {
  display: block;
  width: 140px;
  height: 40px;
  position: absolute;
  top: 332px;
  left: 137px;
}
.banner .banner-m {
  display: none;
}

.calculator-btn {
  width: 80px;
  height: 128px;
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 100;
  cursor: pointer;
}


.layer {
  width: 100%;
  height: 100vh;
  position: fixed;
  -webkit-filter: blur();
  top: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  z-index: 999;
  overflow: auto;
  overflow-x: hidden;
  display: none;
}
.layer-content {
  width: 766px;
  margin: 0 auto;
  margin-top: 66px;
}
.close-layer {
  cursor: pointer;
  width: 42px;
  height: 42px;
  position: fixed;
  top: 188px;
  right: 15%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10000;
}
.close-layer:hover {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layer-tit {
  width: 440px;
  margin: 0 auto;
}
ul.select-sex {
  height: 100px;
  margin-top: 30px;
}
.select-sex li {
  width: 49.26%;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  background-position: left top;
  background-size: 100%;
}
.select-sex li:first-of-type {
  float: left;
  background: url(../img/man.png) no-repeat;
}
.select-sex li:last-of-type {
  float: right;
  background: url(../img/women.png) no-repeat;
}
.select-sex li.current {
  background-position: left bottom;
}
.other-select {
  position: relative;
}
.form-control {
  position: absolute;
  height: 42px;
  line-height: 42px;
  border-radius: 18px;
}
.form-control select {
  cursor: pointer;
}
.cur-salary {
  width: 312px;
  top: 33px;
  left: 388px;
}
.birthday {
  width: 240px;
  top: 185px;
  left: 65px;
}
.work-year {
  width: 240px;
  top: 185px;
  left: 462px;
}
.city {
  width: 240px;
  top: 286px;
  left: 462px;
}
.init-money {
  width: 240px;
  top: 395px;
  left: 462px;
}
.res-money {
  width: 620px;
  left: 92px;
  top: 570px;
}
.res-money ul li {
  width: 24px;
  height: 24px;
  float: left;
  border-radius: 50%;
  border: 1px solid #060606;
  margin-right: 180px;
  cursor: pointer;
  position: relative;
}
.res-money ul li:last-of-type {
  margin-right: 0;
}
.res-money ul li.select::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3aabff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.calculate {
  width: 312px;
  top: 660px;
  left: 220px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.calculate:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  transform: scale(1.02);
}
.back-btn {
  width: 540px;
  height: 172px;
  background: url(../img/back-bg.png) no-repeat center;
  background-size: 100%;
  top: 1304px;
  left: 125px;
  cursor: pointer;
}
.back-btn img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-btn:hover img {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
.retire-money, .now-money {
  width: 300px;
  height: 66px;
  line-height: 66px;
  left: 367px;
  font-size: 32px;
  color: #56b7ff;
  text-align: center;
}
.retire-money {
  top: 857px;
}
.now-money {
  top: 946px;
}
.additional-money {
  width: 428px;
  height: 106px;
  line-height: 106px;
  top: 1162px;
  left: 170px;
  color: #bd3131;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1300px){
  .content {
    width: 100%;
  }
  .link-to {
    left: 0;
  }
  .logo {
    width: 96%;
  }
  .calculator-btn {
    width: 60px;
  }
  .close-layer {
    width: 40px;
    height: 40px;
    right: 8%;
  }
}

@media screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
  .link-to {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .logo {
    width: 90%;
  }
  .banner .banner-m {
    display: block;
  }
  .banner {
    height: auto;
    background: none;
  }
  .calculator-btn {
    width: 50px;
  }
  .close-layer {
    width: 30px;
    height: 30px;
    right: 2%;
    top: 10px;
  }
  .layer-content {
    -webkit-transform: scale(0.45);
    -moz-transform: scale(0.45);
    transform: scale(0.45);
    position: absolute;
    left: 0;
    margin-top: -530px;
  }
}
