@charset "utf-8";
/* CSS Document */
/* CSS Document */
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0 auto;
  background-color: #f6f9fd;
}
a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  display: block;
  color: #333;
}
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;
  padding: 0;
  background-color: transparent;
}
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}
button {
  border: 0;
  background-color: transparent;
  outline: none;
}
::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar {
  width: 0;
}
@supports (bottom: env(safe-area-inset-bottom)) {
  body,
  .bottomBar-Box {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.PC-Box {
  display: none;
}
#headerM {
  position: sticky;
  z-index: 1;
  top: 0;
}
.Share-popup {
  padding: calc(100vw / 750 * 30);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: calc(100vw / 750 * 20);
  font-size: calc(100vw / 750 * 30);
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
  text-align: center;
}
.copy-popup {
  padding: calc(100vw / 750 * 30);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: calc(100vw / 750 * 20);
  font-size: calc(100vw / 750 * 30);
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
  text-align: center;
}
.disable {
  pointer-events: none;
}
.M-Box {
  width: 100%;
}
.M-Box .main-Box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: calc(100vw / 750 * 12);
  background: #fff;
  padding-bottom: calc(100vw / 750 * 30);
}
.M-Box .main-Box .toolNav {
  width: 100%;
  height: calc(100vw / 750 * 88);
  background-color: #f8f8f8;
  font-size: calc(100vw / 750 * 56);
  color: #3c3c3c;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.M-Box .main-Box .title-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: calc(100vw / 750 * 114);
  padding: 0 calc(100vw / 750 * 30);
  box-sizing: border-box;
}
.M-Box .main-Box .title-box .title-text {
  font-size: calc(100vw / 750 * 32);
  font-weight: bold;
  color: #3c3c3c;
}
.M-Box .main-Box .title-box .reset-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.M-Box .main-Box .title-box .reset-box .icon {
  display: block;
  width: calc(100vw / 750 * 24);
  height: calc(100vw / 750 * 24);
}
.M-Box .main-Box .title-box .reset-box .text {
  font-size: calc(100vw / 750 * 26);
  color: #9b9eac;
  margin-left: calc(100vw / 750 * 6);
}
.M-Box .main-Box .confirm-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding-top: calc(100vw / 750 * 28);
}
.M-Box .main-Box .confirm-box .confirm {
  padding: 0 calc(100vw / 750 * 134);
  line-height: calc(100vw / 750 * 90);
  background: #fd5739;
  border-radius: calc(100vw / 750 * 24);
  font-size: calc(100vw / 750 * 36);
  
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
.M-Box .main-Box .input-box {
  padding: 0 calc(100vw / 750 * 30);
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.M-Box .main-Box .input-box .input-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 15px) / 2);
  line-height: calc(100vw / 750 * 80);
  background: #f5f7fa;
  border-radius: calc(100vw / 750 * 16);
  padding: 0 calc(100vw / 750 * 20);
  box-sizing: border-box;
  margin-bottom: calc(100vw / 750 * 32);
}
.M-Box .main-Box .input-box .input-item .input-tit {
  width: 30%;
  font-size: calc(100vw / 750 * 28);
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #676d86;
  min-width: calc(100vw / 750 * 90);
}
.M-Box .main-Box .input-box .input-item .input-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - calc(100vw / 750 * 90));
}
.M-Box .main-Box .input-box .input-item .input-right .input-content-placeholder {
  font-size: calc(100vw / 750 * 28);
  
  font-weight: bold;
  color: #bfbfbf;
}
.M-Box .main-Box .input-box .input-item .input-right .input-content {
  font-size: calc(100vw / 750 * 28);
  
  font-weight: bold;
  color: #0f1d37;
  width: calc(100% - calc(100vw / 750 * 56));
  background: transparent;
}
.M-Box .main-Box .input-box .input-item .input-right .input-content::placeholder {
  color: #bfbfbf;
}
.M-Box .main-Box .input-box .input-item .input-right .input-content-placeholder {
  font-size: calc(100vw / 750 * 28);
  
  font-weight: bold;
  color: #bfbfbf;
}
.M-Box .main-Box .input-box .input-item .input-right .unit {
  font-size: calc(100vw / 750 * 28);
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #9b9eac;
  white-space: nowrap;
}
.M-Box .main-Box .input-box .input-item .input-right .icon-arrow .icon {
  display: block;
  width: calc(100vw / 750 * 20);
  height: calc(100vw / 750 * 12);
}
.M-Box .main-Box .calc-result-box {
  padding: calc(100vw / 750 * 50) 0 0 0;
}
.M-Box .main-Box .calc-result-box .title {
  font-size: calc(100vw / 750 * 34);
  
  font-weight: bold;
  color: #24253d;
  text-align: center;
}
.M-Box .main-Box .calc-result-box .result-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  padding: calc(100vw / 750 * 20) 0;
}
.M-Box .main-Box .calc-result-box .result-content .result-num {
  font-size: calc(100vw / 750 * 80);
  line-height: calc(100vw / 750 * 82);
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #fe7e79;
  margin: 0 calc(100vw / 750 * 10);
}
.M-Box .main-Box .calc-result-box .result-content .result-unit {
  font-size: calc(100vw / 750 * 30);
  line-height: calc(100vw / 750 * 56);
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #9b9eac;
  margin: 0 calc(100vw / 750 * 10);
}
.description-box {
  width: 100vw;
  margin: calc(100vw / 750 * 16) auto 0 auto;
  background: #fff;
  padding: calc(100vw / 750 * 30);
  box-sizing: border-box;
  border-bottom: #f6f9fd solid calc(100vw / 750 * 16);
}
.description-box .title-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.description-box .title-box .icon {
  display: block;
  width: calc(100vw / 750 * 76);
  height: calc(100vw / 750 * 76);
  border-radius: calc(100vw / 750 * 10);
  overflow: hidden;
}
.description-box .title-box .text {
  font-size: calc(100vw / 750 * 32);
  
  color: #000000;
  padding-left: calc(100vw / 750 * 20);
}
.description-box .description {
    font-weight: 600;
  font-size: calc(100vw / 750 * 26);
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #878b8b;
  line-height: calc(100vw / 750 * 44);
  padding-top: calc(100vw / 750 * 20);
  display: block;
}
