.price-banner {
  margin-top: 64px;
  width: 100%;
  height: 460px;
  background: linear-gradient(360deg, #f7fcff 0%, #f3faff 100%);
  position: relative;
}
.price-banner .background {
  background-size: contain;
  position: absolute;
}
.price-banner .background-img1 {
  width: 340px;
  height: 340px;
  left: 0;
  bottom: 0;
  background-image: url(../img/price/%c3%a4%c2%bb%c2%b7%c3%a6%c2%a0%c2%bcbg-%c3%a5%c2%a4%c2%a7%c3%a5%c2%9c%c2%86%402x.html);
}
.price-banner .background-img2 {
  width: 255px;
  height: 255px;
  top: 33px;
  left: 431px;
  background-image: url(../img/price/%c3%a5%c2%b0%c2%8f%c3%a5%c2%9c%c2%86.html\ @2x.png);
}
.price-banner .background-img3 {
  width: 528px;
  height: 220px;
  top: 0;
  right: 134px;
  background-image: url(../img/price/%c3%a4%c2%bb%c2%b7%c3%a6%c2%a0%c2%bcbg%c3%a9%c2%a1%c2%b6%c3%a9%c2%83%c2%a8%c3%a7%c2%9f%c2%a9%c3%a5%c2%bd%c2%a2%402x.html);
}
.price-banner .background-img4 {
  width: 134px;
  height: 280px;
  top: 145px;
  right: 0;
  background-image: url(../img/price/%c3%a4%c2%bb%c2%b7%c3%a6%c2%a0%c2%bcbg-%c3%a5%c2%8f%c2%b3%c3%a4%c2%be%c2%a7%c3%a7%c2%9f%c2%a9%c3%a5%c2%bd%c2%a2%402x.html);
}
.price-banner .banner {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-banner .banner h1 {
  margin-top: 119px;
  font-size: 56px;
  color: #1d2831;
  line-height: 78px;
}
.price-banner .banner p {
  margin: 12px 0 40px;
  font-size: 16px;
  color: #999;
  line-height: 22px;
  font-weight: 400;
}
.price-banner .banner .more-btn {
  display: inline-block;
  cursor: pointer;
  width: 226px;
  height: 50px;
  letter-spacing: 1px;
  background: linear-gradient(270deg, #ff9783 0%, #ff613d 100%);
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
}
.price-banner .banner .more-btn:hover {
  box-shadow: 0px 12px 22px -4px rgba(234, 47, 0, 0.44);
}
.compared-container {
  width: 100%;
}
.compared-container .compared {
  box-sizing: border-box;
  height: 100%;
  padding-top: 72px;
}
.compared-container .compared .title-container {
  margin: 0 auto;
  text-align: center;
}
.compared-container .compared .title-container h2 {
  font-size: 36px;
  color: #000000;
  line-height: 56px;
  margin-bottom: 12px;
  font-weight: 400;
}
.compared-container .compared .title-container p {
  font-size: 14px;
  color: #aaa;
  line-height: 20px;
}
.compared-container .compared .table-container {
  margin-top: 66px;
  width: 100%;
  position: relative;
}
.compared-container .compared .table-container .overbox {
  position: absolute;
  width: 204px;
  height: 740px;
  left: 468px;
  top: -6px;
  box-shadow: 0px 10px 28px 8px rgba(0, 112, 202, 0.16);
  border-radius: 10px;
  transition: all 0.3s linear;
}
.compared-container .compared .table-container .overbox:hover {
  box-shadow: 0px 16px 40px 8px rgba(0, 109, 197, 0.26);
}
.compared-container .compared .table-container table {
  width: 1080px;
}
.compared-container .compared .table-container table tr {
  margin: 0;
  padding: 0;
  height: 40px;
}
.compared-container .compared .table-container table tr:nth-child(1) {
  height: 56px;
}
.compared-container .compared .table-container table tr:nth-child(1) td {
  font-size: 16px;
  font-weight: 800;
  color: #222222;
  line-height: 22px;
}
.compared-container .compared .table-container table tr:nth-child(1) td.asinking {
  font-size: 20px;
  color: #1a5ad8;
}
.compared-container .compared .table-container table tr td {
  padding: 0;
  box-sizing: border-box;
  width: 240px;
  font-size: 16px;
  height: 40px;
  font-weight: 600;
  color: #222222;
}
.compared-container .compared .table-container table tr td img {
  width: 22px;
  height: 22px;
}
.compared-container .compared .table-container table tr td:nth-child(1) {
  padding-left: 40px;
}
.compared-container .compared .table-container table tr td:nth-child(2) {
  width: 240px;
  text-align: center;
}
.compared-container .compared .table-container table tr td:nth-child(n+3) {
  text-align: center;
}
.compared-container .compared .table-container table tr:nth-child(2n) {
  background-color: #F8FCFF;
}
.compared-container .compared .table-container table tr .price-table-title {
  width: 300px;
  color: #555;
  font-size: 14px;
}
.compared-container .compared .command-container {
  margin: 134px 0 94px;
  width: 100%;
}
.compared-container .compared .command-container .command-title {
  font-weight: 400;
  width: 100%;
  text-align: center;
  height: 50px;
  font-size: 36px;
  color: #000;
  line-height: 56px;
  margin-bottom: 48px;
}
.compared-container .compared .command-container .question-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.compared-container .compared .command-container .question-container > div > div {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 520px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 20px;
  transition: all 0.3s linear;
}
.compared-container .compared .command-container .question-container > div > div:hover {
  box-shadow: 0px 8px 24px -2px rgba(0, 0, 0, 0.14);
}
.compared-container .compared .command-container .question-container > div > div .question-title {
  position: relative;
  height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 22px;
  margin-bottom: 8px;
}
.compared-container .compared .command-container .question-container > div > div .question-title i {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00AEE5;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
}
.compared-container .compared .command-container .question-container > div > div .question-desrc {
  width: 100%;
  box-sizing: border-box;
  padding-right: 18px;
  font-size: 12px;
  color: #555;
  line-height: 22px;
}
.compared-container .compared .command-container .question-container > div > div .chongzhi2 {
  position: relative;
  color: #555;
  font-size: 12px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 5px;
}
.compared-container .compared .command-container .question-container > div > div .chongzhi2 span {
  color: #0058E0;
}
.compared-container .compared .command-container .question-container > div > div .chongzhi2 i {
  position: absolute;
  left: -2px;
  top: 3px;
  vertical-align: bottom;
  border: 1px solid #555;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  transform: scale(0.83);
}
.compared-container .compared .command-container .question-container > div > div.question5 {
  /* .chongzhi2 {
              position: relative;
              color: #555;
              font-size: 14px;
              line-height: 24px;
              box-sizing: border-box;
              padding-left: 20px;
              span {
                color: #0058E0;
              }
              i {
                position: absolute;
                left: 0px;
                top: 3px;
                vertical-align: bottom;
              }
            } */
}
.compared-container .compared .command-container .question-container > div > div.question5 .chongzhi1 {
  height: 24px;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 22px;
  margin-bottom: 6px;
}
