@charset "utf-8";
/* CSS Document */
/* CSS Document */
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #f6f9fd;
  margin: 0 auto;
}
a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  display: block;
  color: #333;
}
div,
span,
a,
canvas,
div,
h1,
h2,
html,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
img {
  display: block;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
  outline: none;
  border: 0;
  -webkit-appearance: none;
  background-color: transparent;
}
button {
  border: none;
  outline: none;
}
.M-Box {
  display: none;
}
#headerPC {
  position: sticky;
  z-index: 1;
  top: 0;
}
#bottomPC {
  position: sticky;
  bottom: 0;
}
.Share-popup {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.copy-popup {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.disable {
  pointer-events: none;
}
.PC-Box {
  width: 100%;
  margin: 0 auto;
}
.PC-Box .crumbs-Box {
  width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.PC-Box .crumbs-Box a {
  font-size: 12px;
  color: #AAAEB3;
  transition: all 0.3s;
}
.PC-Box .crumbs-Box a:hover {
  color: #50A1FF;
}
.PC-Box .crumbs-Box .crumbsArrow {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.PC-Box .main-Box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.PC-Box .main-Box .left-Box {
  width: 865px;
}
.PC-Box .main-Box .left-Box .search-Box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.05);
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}
.PC-Box .main-Box .left-Box .search-Box .tag {
  width: auto;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
  position: absolute;
  right: 30px;
  top: 43px;
  padding: 0 15px;
}
.PC-Box .main-Box .left-Box .search-Box .red {
  background-color: rgba(255, 110, 106, 0.15);
  color: #ff6a65;
}
.PC-Box .main-Box .left-Box .search-Box .yellow {
  background-color: rgba(240, 173, 78, 0.15);
  color: #f39f27;
}
.PC-Box .main-Box .left-Box .search-Box .blue {
  background-color: rgba(91, 192, 222, 0.15);
  color: #5bc0de;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup {
  display: flex;
  align-items: center;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .toolIcon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-right: 15px;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .textCnt {
  display: flex;
  flex-direction: column;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .textCnt h1 {
  font-size: 18px;
  color: #3c3c3c;
  margin-bottom: 4px;
}
.PC-Box .main-Box .left-Box .search-Box .toolIconGroup .textCnt span {
  font-size: 12px;
  color: #9B9EAC;
}
.PC-Box .main-Box .left-Box .search-Box .line {
  width: 100%;
  height: 1px;
  background-color: #F5F6F7;
  margin-bottom: 20px;
  margin-top: 60px;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container {
  width: 500px;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .title-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  box-sizing: border-box;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .title-box .title-text {
  font-size: 16px;
  font-weight: bold;
  color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .title-box .reset-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .title-box .reset-box .icon {
  display: block;
  width: 12px;
  height: 12px;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .title-box .reset-box .text {
  font-size: 14px;
  color: #9b9eac;
  margin-left: 5px;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box {
  box-sizing: border-box;
  background: #fff;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box .input-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 40px;
  background: #f5f7fa;
  border-radius: 8px;
  padding: 0 25px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box .input-item .input-tit {
  width: 30%;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #676d86;
  min-width: 45px;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box .input-item .input-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 45px);
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box .input-item .input-right .input-content-placeholder {
  font-size: 14px;
  
  font-weight: bold;
  color: #bfbfbf;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box .input-item .input-right .input-content {
  font-size: 14px;
  
  font-weight: bold;
  color: #0f1d37;
  width: calc(100% - 28px);
  background: transparent;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box .input-item .input-right .input-content input {
  width: 100%;
  height: 40px;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box .input-item .input-right .input-content::placeholder {
  color: #bfbfbf;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box .input-item .input-right .input-content-placeholder {
  font-size: 14px;
  
  font-weight: bold;
  color: #bfbfbf;
}
.PC-Box .main-Box .left-Box .search-Box .pc-input-container .input-box .input-item .input-right .unit {
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: bold;
  color: #9b9eac;
  white-space: nowrap;
}
.PC-Box .main-Box .left-Box .search-Box .calc-result-box {
  padding: 25px 0 30px 0;
}
.PC-Box .main-Box .left-Box .search-Box .calc-result-box .title {
  font-size: 16px;
  
  font-weight: bold;
  color: #24253d;
  text-align: center;
}
.PC-Box .main-Box .left-Box .search-Box .calc-result-box .result-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  padding: 20px 0;
}
.PC-Box .main-Box .left-Box .search-Box .calc-result-box .result-content .result-num {
  font-size: 40px;
  line-height: 40px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #fe7e79;
  margin: 0 5px;
}
.PC-Box .main-Box .left-Box .search-Box .calc-result-box .result-content .result-unit {
  font-size: 15px;
  line-height: 28px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #9b9eac;
  margin: 0 5px;
}
.PC-Box .main-Box .left-Box .search-Box .confirm-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
}
.PC-Box .main-Box .left-Box .search-Box .confirm-box .confirm {
  padding: 0 68px;
  line-height: 45px;
  background: #fd5739;
  border-radius: 12px;
  font-size: 18px;
  
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.van-popup--bottom {
  width: 300px;
  left: calc((100vw - 1200px) / 2 + (865px - 300px) / 2);
  top: 0;
  bottom: 0;
  margin: auto 0;
  max-height: 300px;
}
.description-box {
  width: 865px;
  margin: 8px auto 0 auto;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.05);
}
.description-box .title-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.description-box .title-box .icon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  overflow: hidden;
}
.description-box .title-box .text {
  font-size: 16px;
  
  color: #000000;
  padding-left: 10px;
}
.description-box .description {
    font-weight: 600;
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #878b8b;
  line-height: 22px;
  padding-top: 10px;
  display: block;
}
