﻿.indexCalculate {
  min-height: 1010px;
  background: url('/template/default/images/bg.png') no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center 0;
}
.indexCalculate .calculate {
  height: 100%;
  position: relative;
}
.indexCalculate .calculate .welcome {
  width: 1018px;
  height: 252px;
  position: absolute;
  top: 98px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.indexCalculate .calculate .welcome img {
  width: 100%;
  height: 100%;
}
.indexCalculate .calculate .form {
  position: absolute;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 1020px;
  min-height: 579px;
  background: #ffffff;
  padding: 40px 40px 60px 40px;
}
.indexCalculate .calculate .form-title {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #616266;
  text-align: center;
}
.indexCalculate .calculate .form-title h5 {
  height: 30px;
  line-height: 30px;
}
.indexCalculate .calculate .form-title .tip {
  margin-top: 18px;
  height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.indexCalculate .calculate .form-title .tip span {
  color: #FF5A00;
  font-weight: bold;
}
.indexCalculate .calculate .form-main {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.indexCalculate .calculate .form-main form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.indexCalculate .calculate .form-main-left .building-from-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #616266;
  padding: 10px 0;
}
.indexCalculate .calculate .form-main-left .building-from-box:nth-child(1) {
  padding-top: 0;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-label {
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 15px;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  position: relative;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-content .valid_message {
  color: #f00;
  position: absolute;
  left: 6px;
  bottom: -20px;
  width: 200px;
  font-size: 12px;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-input {
  width: 310px;
  height: 100%;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 0 13px;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-input-small {
  width: 150px;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-input-middle {
  width: 230px;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-input::-webkit-input-placeholder {
  color: #BBBBBB;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-input::-moz-placeholder {
  color: #BBBBBB;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-input::placeholder {
  color: #BBBBBB;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-radio {
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-radio input {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  outline: none;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-radio input:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #7d7d80;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-radio input:checked:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 5px solid #0066ff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-content-select {
  width: 390px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-select {
  width: 190px;
  height: 46px;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 0 13px;
  color: #616266;
}
.indexCalculate .calculate .form-main-left .building-from-box .building-from-select-big {
  width: 390px;
}
.indexCalculate .calculate .form-main-left .building-from-box .price-tag {
  margin-left: 15px;
}
.indexCalculate .calculate .form-main-left .building-from-box .code-btn {
  cursor: pointer;
  width: 155px;
  height: 46px;
  background: #0066ff;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-left: 15px;
}
.indexCalculate .calculate .form-main-left .building-from-box .code-btn.isClick {
  background: rgba(0, 102, 255, 0.4);
}
.indexCalculate .calculate .form-main-left .form-tip {
  color: #BBBBBB;
  font-size: 14px;
  padding-left: 0px;
  margin-top: 15px;
  max-width: 363px;
}
.indexCalculate .calculate .form-main-left .tijiao{width: 250px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    background: #358dff;
    border: none;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;    margin-left: 80px;}
.indexCalculate .calculate .form-main-left .form-tip:before {
  content: '*';
  color: #FF1C1C;
  font-size: 14px;
}
.indexCalculate .calculate .form-main-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.indexCalculate .calculate .form-main-right .title {
  height: 20px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #616266;
  line-height: 20px;
}
.indexCalculate .calculate .form-main-right .num {
  margin-top: 20px;
  height: 32px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ff5a00;
  line-height: 32px;
}
.indexCalculate .calculate .form-main-right .num span:nth-child(2) {
  color: #999999;
  font-size: 20px;
}
.indexCalculate .calculate .form-main-right .nums {
  margin-top: 30px;
  width: 206px;
  height: 176px;
  background: #f6f6f6;
  padding: 25px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indexCalculate .calculate .form-main-right .nums-item {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #616266;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.indexCalculate .calculate .form-main-right .nums-item span:nth-child(1) {
  -webkit-flex-basis: 42px;
      -ms-flex-preferred-size: 42px;
          flex-basis: 42px;
}
.indexCalculate .calculate .form-main-right .nums-item span:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FF5A00;
}
.indexCalculate .calculate .form-main-right .nums-item span:nth-child(3) {
  -webkit-flex-basis: 14px;
      -ms-flex-preferred-size: 14px;
          flex-basis: 35px;
}
.indexCalculate .calculate .form-main-right .tip {
  color: #BBBBBB;
  font-size: 14px;
  margin-top: 30px;
  max-width: 319px;
}
.indexCalculate .calculate .form-main-right .tip:before {
  content: '*';
  color: #FF1C1C;
  font-size: 14px;
}
.indexCalculate .calculate .form-main .btn {
  position: absolute;
  width: 93px;
  height: 93px;
  background: -webkit-linear-gradient(290deg, rgba(78, 224, 245, 0.14), rgba(127, 187, 255, 0.14), rgba(45, 139, 255, 0.14), rgba(94, 156, 255, 0.14), rgba(4, 118, 248, 0.14));
  background: -moz- oldlinear-gradient(290deg, rgba(78, 224, 245, 0.14), rgba(127, 187, 255, 0.14), rgba(45, 139, 255, 0.14), rgba(94, 156, 255, 0.14), rgba(4, 118, 248, 0.14));
  background: linear-gradient(160deg, rgba(78, 224, 245, 0.14), rgba(127, 187, 255, 0.14), rgba(45, 139, 255, 0.14), rgba(94, 156, 255, 0.14), rgba(4, 118, 248, 0.14));
  -webkit-border-radius: 50%;
          border-radius: 50%;
  left: 495px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
}
.indexCalculate .calculate .form-main .btn-box {
  width: 83px;
  height: 83px;
  background: -webkit-linear-gradient(290deg, #4ee0f5, #7fbbff, #2d8bff, #5e9cff, #0476f8);
  background: -moz- oldlinear-gradient(290deg, #4ee0f5, #7fbbff, #2d8bff, #5e9cff, #0476f8);
  background: linear-gradient(160deg, #4ee0f5, #7fbbff, #2d8bff, #5e9cff, #0476f8);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.indexCalculate .calculate .form-main .btn button {
  width: 50px;
  white-space: wrap;
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.indexCalculate .calculate .form-main .line {
  width: 3px;
  height: 517px;
  position: absolute;
  left: 540px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.needAnime {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.lineH5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lineH5 h5 {
  position: relative;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
