body {
  background-color: #f7f9fc;
}
.block {
  padding: 30px 24px;
}
.computed {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 50px 50px;
}
.contentbox {
  background-size: cover;
  background-image: url(../image/calc/contentbanner.png);
}
.backbor {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  padding-top: 25px;
}
.backbortitle {
  font-size: 22px;
  color: #0052d9;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(235, 236, 236);
  margin-bottom: 20px;
  display: none;
}
.aa {
  margin: auto;
  text-align: left;
  font-size: 14px;
  /* color: #fff; */
  margin: 20px 0px;
}
.aa span {
  font-size: 14px;
}
.ee {
  margin-top: 0px;
  padding-top: 20px;
}
.aa1 {
  margin: auto;
  font-size: 14px;
  text-align: left;
  /* color: #fff; */
  margin: 10px 0px;
}
.dd {
  line-height: 25px;
}
#num {
  width: 70px;
}
.bb {
}
.cc {
  text-align: left;
}
.content {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid rgb(235, 236, 236); */
  /* padding-bottom: 30px; */
  flex-wrap: wrap;
}
.leftbox {
  width: 62%;
}
.rightbox {
  width: 38%;
}
.left {
  background-color: #fff;
  padding: 0 24px;
  padding-left: 0;
  border-radius: 6px;
  /* border: 1px solid rgb(235, 236, 236); */
  /* margin-right: 20px; */
}
.right {
  font-size: 13px;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 6px;
  border: 1px solid rgb(235, 236, 236);
  min-height: 600px;
  margin-top: 25px;
}
.computedbox {
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  background-image: url(../image/calc/banner.jpg);
  background-size: cover;
  background-position: bottom;
}
.subject {
  margin-bottom: 10px;
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  padding-bottom: 60px;
}
.subject h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-top: 80px;
  /* text-align: center; */
}
.subject h5 {
  font-size: 17px;
  color: #939db8;
  line-height: 30px;
  margin-top: 20px;
  /* text-align: center; */
}
.tt {
  /* border-bottom: 1px solid #ebecec;
  border-top: 1px solid #ebecec; */
  padding: 0px !important;
}
.qq {
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
.t-slider__stop {
  height: 10px !important;
  width: 10px !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%);
  top: 50% !important;
}
.rr {
  width: 90px;
  height: 30px;
  border: 1px solid #0052d9;
}
.bgcSty {
  background-color: #0052d9 !important;
}
.t-card {
  border: none !important;
}
.martop {
  margin-bottom: 0 !important;
  margin-top: 44px !important;
}
.headermore {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  /* justify-content: center; */
}
.headermorejiao {
  width: 20px;
  margin-top: 2px;
  margin-left: -8px;
  height: 20px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermoreheng {
  margin-top: 2px;
  margin-left: 2px;
  width: 0px;
  height: 20px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermore:hover .headermoreheng {
  width: 20px;
}
.headermore:hover .headermorejiao {
  margin-left: -20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .headerremake br,
  .netremake br,
  .morremake br,
  .poweremake br,
  .saferemake br,
  .jvheremake br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  /* 整体padding */
  .subject,
  .computed {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .computedbox {
    display: none;
  }
  .backbor {
    padding: 0;
    background-color: transparent;
    padding-top: 30px;
  }
  .contentbox {
    background-color: #fff;
    background-image: none;
  }
  .leftbox,
  .rightbox {
    width: 100%;
  }
  .left {
    margin-right: 0;
    padding-right: 0;
  }
  .right {
    min-height: 0;
    margin-top: 20px;
  }
  .backbortitle {
    display: block;
  }
  .martop {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
  }
  .phoha {
    flex-wrap: wrap;
    line-height: 26px;
  }
  .headermore {
    margin-left: 0px;
  }
}
