@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: 70px;
  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;
}
.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: 30px 0;
}
.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 {
  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-family: PingFang-SC-Bold, PingFang-SC;
  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-family: PingFang-SC-Bold, PingFang-SC;
  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-family: PingFang-SC-Bold, PingFang-SC;
  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 .result-box {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: calc(720px / 750 * 40) 0;
  box-sizing: border-box;
  border-bottom: #f6f9fd solid 16rpx;
}
.PC-Box .main-Box .left-Box .search-Box .result-box .mylife {
  font-size: calc(720px / 750 * 20);
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: calc(720px / 750 * 16);
}
.PC-Box .main-Box .left-Box .search-Box .result-box .mylife .num {
  font-family: PingFang-SC-Bold, PingFang-SC;
  color: #fe7e79;
  margin: 0 calc(720px / 750 * 2);
}
.PC-Box .main-Box .left-Box .search-Box .result-box .mylife_info {
  font-size: calc(720px / 750 * 14);
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #6d7278;
  text-align: center;
}
.PC-Box .main-Box .left-Box .search-Box .btn-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding-top: calc(720px / 750 * 50);
  padding-bottom: calc(720px / 750 * 30);
}
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-home,
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-share {
  border: 0;
  padding: 0;
  margin: 0;
  width: calc(720px / 750 * 180);
  box-sizing: border-box;
  font-size: calc(720px / 750 * 16);
  border-radius: calc(720px / 750 * 5);
  text-align: center;
  cursor: pointer;
}
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-home .text,
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-share .text {
  line-height: calc(720px / 750 * 50);
  white-space: nowrap;
}
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-home::after,
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-share::after {
  border: 0;
  padding: 0;
  margin: 0;
}
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-home {
  background: #f8f8f8;
}
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-home .text {
  color: #333;
}
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-share {
  background: #2ac5a6;
}
.PC-Box .main-Box .left-Box .search-Box .btn-box .btn-share .text {
  color: #fff;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box {
  background: #fff;
  padding-bottom: calc(720px / 750 * 40);
  border-bottom: #f6f9fd solid 1px;
  width: 720px;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .title-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: calc(720px / 750 * 60);
  padding: 0 calc(720px / 750 * 30);
  box-sizing: border-box;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .title-box .title-text {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #24253d;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .jindu-box {
  padding: 0 calc(720px / 750 * 30);
  box-sizing: border-box;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .jindu-box .item {
  margin-bottom: calc(720px / 750 * 20);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .jindu-box .item .title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(720px / 750 * 10);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .jindu-box .item .title .name {
  font-size: calc(720px / 750 * 14);
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .jindu-box .item .title .percent {
  font-size: calc(720px / 750 * 30);
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .jindu-box .item .jindu-line-box {
  width: 100%;
  height: calc(720px / 750 * 16);
  background: #f0f4f9;
  border-radius: calc(720px / 750 * 60);
  position: relative;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .jindu-box .item .jindu-line-box .jindu-line {
  position: absolute;
  height: calc(720px / 750 * 16);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: calc(720px / 750 * 60);
  background: linear-gradient(270deg, #42eb96 0%, #30d8aa 100%);
  transition: all 1s ease-in-out;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .jindu-box .item .age-jindu {
  margin-top: calc(720px / 750 * 4);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .jindu-box .item .age-jindu .age-item {
  font-size: calc(720px / 750 * 14);
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #999999;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .zhongdian-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(720px / 750 * 30);
  box-sizing: border-box;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .zhongdian-box .left,
.PC-Box .main-Box .left-Box .search-Box .death-main-box .zhongdian-box .right {
  width: calc((720px - 60px - 26px) / 2);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  height: calc(720px / 750 * 100);
  border-radius: calc(720px / 750 * 20);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .zhongdian-box .left .name,
.PC-Box .main-Box .left-Box .search-Box .death-main-box .zhongdian-box .right .name {
  font-size: calc(720px / 750 * 20);
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #383838;
  margin-bottom: calc(720px / 750 * 6);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .zhongdian-box .left {
  background: rgba(253, 226, 226, 0.5);
  font-size: calc(720px / 750 * 24);
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .zhongdian-box .left .date {
  color: #ff7b7b;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .zhongdian-box .right {
  background: rgba(189, 231, 231, 0.5);
  font-size: calc(720px / 750 * 40);
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .zhongdian-box .right .date {
  color: #2ac5a6;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .duibi-box {
  padding: 0 calc(720px / 750 * 30);
  box-sizing: border-box;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .duibi-box .item {
  margin-bottom: calc(720px / 750 * 20);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .duibi-box .item .text {
  font-size: calc(720px / 750 * 14);
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: calc(720px / 750 * 5);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .duibi-box .item .process-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .duibi-box .item .process-box .process-line {
  width: 360px;
  height: calc(720px / 750 * 16);
  border-radius: calc(720px / 750 * 30);
  margin-right: calc(720px / 750 * 20);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .duibi-box .item .process-box .line-1 {
  background: linear-gradient(141deg, #fa709a 0%, #fee140 100%);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .duibi-box .item .process-box .line-2 {
  background: linear-gradient(270deg, #42eb96 0%, #30d8aa 100%);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .duibi-box .item .process-box .age {
  font-size: calc(720px / 750 * 18);
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #3c3c3c;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .duibi-box .item .process-box .age .num {
  font-size: calc(720px / 750 * 28);
  margin-right: calc(720px / 750 * 5);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .card-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 calc(720px / 750 * 30);
  box-sizing: border-box;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .card-box .item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-right: 20px;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .card-box .item .pic-box {
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .card-box .item .pic-box .pic {
  display: block;
  width: 100%;
  height: 100%;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .card-box .item .pic-box .name {
  font-size: calc(720px / 750 * 36);
  font-family: AlibabaPuHuiTiB;
  color: #ffffff;
  position: absolute;
  top: calc(720px / 750 * 32);
  left: calc(720px / 750 * 32);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .card-box .item .pic-box .text {
  font-size: calc(720px / 750 * 40);
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: calc(720px / 750 * 32);
  left: calc(720px / 750 * 32);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .card-box .item .pic-box .text .unit {
  font-size: calc(720px / 750 * 24);
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #ffffff;
  margin-left: calc(720px / 750 * 5);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .card-box .item .pic-box .lable {
  display: block;
  width: calc(720px / 750 * 80);
  height: calc(720px / 750 * 44);
  position: absolute;
  top: calc(720px / 750 * 16);
  right: calc(720px / 750 * 16);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .card-box .item .title {
  font-size: calc(720px / 750 * 20);
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #383838;
  margin-top: calc(720px / 750 * 16);
  text-align: center;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .health-box .fanwei {
  font-size: calc(720px / 750 * 18);
  line-height: calc(720px / 750 * 50);
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #6d7278;
  width: calc(720px / 750 * 526);
  margin: 0 auto;
  background: #f8f8f8;
  border-radius: calc(720px / 750 * 12);
  text-align: center;
  margin-top: calc(720px / 750 * 36);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .joke-box .text {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #6d7278;
  padding: 0 calc(720px / 750 * 30);
  box-sizing: border-box;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .joke-box .btn-change-joke {
  width: calc(720px / 750 * 120);
  line-height: calc(720px / 750 * 32);
  background: #2ac5a6;
  border-radius: calc(720px / 750 * 5);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: calc(720px / 750 * 30);
  cursor: pointer;
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .joke-box .btn-change-joke .icon {
  display: block;
  width: calc(720px / 750 * 14);
  height: calc(720px / 750 * 14);
  margin-right: calc(720px / 750 * 8);
}
.PC-Box .main-Box .left-Box .search-Box .death-main-box .joke-box .btn-change-joke .name {
  font-size: calc(720px / 750 * 14);
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #ffffff;
}
.PC-Box .main-Box .left-Box .search-Box .heshui-box {
  border-bottom: #f6f9fd solid 1px;
  width: 720px;
}
.PC-Box .main-Box .left-Box .search-Box .heshui-box .title {
  font-size: 18px;
  font-family: AlibabaPuHuiTiB;
  color: #3c3c3c;
  line-height: calc(720px / 750 * 50);
  text-align: center;
  font-weight: bold;
}
.PC-Box .main-Box .left-Box .search-Box .heshui-box .heshui-time-box {
  border-top: calc(720px / 750 * 1) #f0f5fc solid;
}
.PC-Box .main-Box .left-Box .search-Box .heshui-box .heshui-time-box .item {
  line-height: calc(720px / 750 * 72);
  border-bottom: calc(720px / 750 * 1) #f0f5fc solid;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.PC-Box .main-Box .left-Box .search-Box .heshui-box .heshui-time-box .item:nth-last-child(1) {
  border-bottom: 0;
}
.PC-Box .main-Box .left-Box .search-Box .heshui-box .heshui-time-box .item .left {
  width: calc(720px / 750 * 248);
  border-right: calc(720px / 750 * 1) #f0f5fc solid;
  box-sizing: border-box;
  text-align: center;
}
.PC-Box .main-Box .left-Box .search-Box .heshui-box .heshui-time-box .item .right {
  width: calc(720px - calc(720px / 750 * 248));
  text-align: center;
  font-size: calc(720px / 750 * 24);
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #fe7e79;
}
.PC-Box .main-Box .left-Box .search-Box .yusheng-box {
  border-bottom: #f6f9fd solid 1px;
  padding-bottom: calc(720px / 750 * 60);
}
.PC-Box .main-Box .left-Box .search-Box .yusheng-box .title {
  font-size: 18px;
  font-family: AlibabaPuHuiTiB;
  color: #3c3c3c;
  line-height: calc(720px / 750 * 80);
  text-align: center;
  font-weight: bold;
}
.PC-Box .main-Box .left-Box .search-Box .yusheng-box .thing-box {
  padding: 0 calc(720px / 750 * 30);
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.PC-Box .main-Box .left-Box .search-Box .yusheng-box .thing-box .item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: calc(720px / 750 * 60);
  background: #f8f8f8;
  border-radius: calc(720px / 750 * 10);
  border: 1px solid #f5f5f5;
  padding-left: calc(720px / 750 * 20);
  box-sizing: border-box;
  margin-bottom: calc(720px / 750 * 20);
  width: calc((100% - 20px) / 2);
}
.PC-Box .main-Box .left-Box .search-Box .yusheng-box .thing-box .item .icon {
  display: block;
  width: calc(720px / 750 * 36);
  height: calc(720px / 750 * 36);
  margin-right: 10px;
}
.PC-Box .main-Box .left-Box .search-Box .yusheng-box .thing-box .item .text {
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #3c3c3c;
}
.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-family: PingFang-SC-Bold, PingFang-SC;
  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;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #000000;
  padding-left: 10px;
}
.description-box .description {
  font-size: 13px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #878b8b;
  line-height: 22px;
  padding-top: 10px;
  display: block;
}
.yuan-jindu-box {
  width: calc(360px / 750 * 400);
  height: calc(360px / 750 * 400);
  border-radius: calc(360px / 750 * 400);
  margin: 0 auto;
  background: #f9f8fd;
  position: relative;
  margin-top: calc(360px / 750 * 30);
  margin-right: 50px;
}
.yuan-jindu-box .left-yuan {
  width: calc(360px / 750 * 400);
  height: calc(360px / 750 * 400);
  border-radius: 50%;
  clip: rect(0, calc(360px / 750 * 200), auto, 0);
  position: absolute;
  background: #f9f8fd;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.yuan-jindu-box .rotate-yuan {
  width: calc(360px / 750 * 400);
  height: calc(360px / 750 * 400);
  border-radius: 50%;
  clip: rect(0, calc(360px / 750 * 200), auto, 0);
  position: absolute;
  background: linear-gradient(270deg, #45eec1, #31d8ac, #43ee96);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.yuan-jindu-box .cover-yuan {
  width: calc(360px / 750 * 360);
  height: calc(360px / 750 * 360);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 9;
}
.yuan-jindu-box .content-yuan {
  width: calc(360px / 750 * 320);
  height: calc(360px / 750 * 320);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  box-shadow: 0px calc(360px / 750 * 8) calc(360px / 750 * 8) 0px rgba(117, 117, 117, 0.08);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.yuan-jindu-box .content-yuan .text {
  font-size: calc(360px / 750 * 28);
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3c3c3c;
}
.yuan-jindu-box .content-yuan .num {
  font-size: calc(360px / 750 * 40);
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #fe7e79;
  margin: calc(360px / 750 * 20) 0;
}
.yuan-jindu-box .content-yuan .miao {
  font-size: calc(360px / 750 * 28);
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #9b9eac;
}
