.page {
  padding: 17px 15px;
  background-color: #0C5BAC;
}

.main {
  background-color: #fff;
  border-radius: 15px;
}

.header-title {
  margin-bottom: 10px;
  padding-top: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
}

.header-picture1 {
  padding: 30px 0 0 0;
  text-align: center;
}

.header-picture1 img {
  width: 53%;
  height: 100%;
}

.header-title2 {
  margin: 10px auto 30px;
  text-align: center;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  color: #171717;
  letter-spacing: 0;
}

.header-title2-img {
  width: 90px;
  margin-left: 10px;
}

.header-picture2 {
  width: 90%;
  margin: 0 auto;
}

.top-info {
  font-size: 14px;
  color: #F39F3F;
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
}

.header-picture2 img {
  width: 100%;
  height: auto;
}

.apply-wrapper {
  padding: 0 15px;
}

.apply-wrapper .apply {
  background: #F39F3F;
  border-radius: 50px;
  display: block;
  color: #FFF;
  font-weight: 900;
  font-size: 22px;
  padding: 15px;
  letter-spacing: .05em;
  text-align: center;
}

.apply-wrapper2 {
  margin-top: 30px;
  padding: 0;
}

.tip-wrapper {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.tip-wrapper .tip{
  color: #6d6e71;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.tip-wrapper .tipconfrim {
  color: #6d6e71;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 20px;
}

.tip-wrapper .icon {
  color: #6D6E71;
  text-decoration: none;
  background: url(../image/pointer.svg) no-repeat left 55%;
  background-size: 15px;
}

.gap40 {
  height: 20px;
}

.number-box {
  padding: 15px 15px;
  background: #FDECD9;
  margin: 15px;
  border-radius: 10px;
}

.number-wrapper {
  color: #F39F3F;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 20px;
  position: relative;
  border-bottom: 2px solid #F39F3F;
  padding: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.number-wrapper .number {
  font-size: 30px;
  font-weight: 900;
  color: #F39F3F;
  margin-left: 5px;
}

.number-content {
  position: relative;
  padding: 0 15px 25px 15px;
}

.number-content::after {
  content: "";
  display: block;
  background: #FFF;
  border-radius: 10px;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.feature1-wrapper {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 86px;
}

.feature1-wrapper img {
  /* width: 58%; */
  height: 100%;
}

.mufg-title {
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.mufg-title img {
  width: 30%;
}

.mufg-sub-title {
  padding: 0 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.mufg-sub-title .each {
  padding: 2px 0;
}

.mufg-sub-title .each-sub {
  margin-top: 13px;
  color: #6d6e71;
  font-size: 10px;
  text-align: center;
  /* padding-left: 12px; */
  /* position: relative; */
}

.mufg-sub-title .each-sub i {
  color: #C00;
  /* position: absolute; */
  /* left: 0px; */
}

.money-lamp-area {
  width: 100%;
  height: auto;
  text-align: -webkit-center;
}

.money-lamp-area .money-lamp-introduce {
  width: 90%;
  height: auto;
  /* background: #F1EDF5; */
  border-radius: 4px;
}

.money-lamp-area .money-lamp-introduce .tea-logo {
  padding: 45px 0 15px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.money-lamp-area .money-lamp-introduce .tea-logo img {
  height: 55px;
}

.money-lamp-area .money-lamp-introduce .illustrate_wrapper {
  text-align: justify;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  padding: 0 15px 15px 15px;
}

.money-lamp-area .money-lamp-introduce .illustrate_wrapper .letter {
  padding: 2px 0;
}

.money-lamp-end-picture {
  width: 100%;
  text-align: center;
}

.money-lamp-end-picture .pic1 {
  width: 250px;
  height: auto;
}
.money-lamp-end-picture .pic2 {
  width: 150px;
  height: auto;
}

.card_wrapper {
  padding: 20px;
}

.simulate {
  margin-top: 20px;
}

.card {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  padding: 0 20px;
}

.simulate-picture {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.simulate-picture img {
  width: 70%;
  height: auto;
}

.card_item {
  border-bottom: 1px dashed #e5e5e5;
  padding: 13px 0;
}

.card_item:last-child {
  border-bottom: none;
}

.card_title {
  font-weight: bold;
}

.card_content {
  margin-top: 5px;
  text-indent: 0em;
}

.text_contract_extend {
  padding-bottom: 40px;
}

.footer_wrapper {
  width: 100%;
  margin-top: 20px;
}

.footer_wrapper .block_hope_footer {
  width: 100%;
  text-align: -webkit-center;
}

/* .footer_wrapper .block_hope_footer .block_hope_footer_info {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #38ade1;
} */
.footer_wrapper .block_hope_footer .block_hope_footer_info {
  color: #0C5BAC;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.footer_wrapper .block_hope_footer .block_hope_footer_info img {
  width: 18px;
  margin-right: 15px;
}

.footer_wrapper .block_hope_footer .block_hope_footer_button {
  display: block;
  border: 2px solid #0C5BAC;
  color: #0C5BAC;
  font-size: 16px;
  text-align: center;
  padding: 20px 5px;
  font-weight: 900;
  border-radius: 10px;
  letter-spacing: 0;
  margin: 0 20px;
}

.simulate_instruction {
  padding: 2px 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.footer_brand {
  padding: 20px 0 40px 0;
  width: 100%;
  text-align: -webkit-center;
}

.footer_brand .brand {
  padding: 3px 0;
  color: #fff;
  font-size: 11px;
}

.text_contract_extend {
  padding-bottom: 20px;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}