.main-bottom02 {
  z-index: 998;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 .9375rem;
  box-sizing: border-box;
  border-top: 1px solid #f3f3f4;
}

.main-bottom02 .bottom02-box01, .main-bottom02 .bottom02-box02 {
  text-decoration: none;
  color: #000;
  height: 2.3438rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.125rem;
}

.main-bottom02 .bottom02-box01 img, .main-bottom02 .bottom02-box02 img {
  width: 1.25rem;
  height: 1.25rem;
}

.main-bottom02 .bottom02-box01 p, .main-bottom02 .bottom02-box02 p {
  text-align: center;
  transform: scale(0.833);
  width: 3.125rem;
  font-size: .5625rem;
  color: #85858a;
}

.main-bottom02 .right02-box {
  width: 14.625rem;
  height: 2.4375rem;
  border-radius: .3125rem;
  background-color: #397bf0;
  border-radius: .3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-bottom02 .right02-box p {
  font-size: .9375rem;
  color: #FFFFFF;
}

.popup {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup .model {
  width: 96%;
  height: 15.625rem;
  background-color: #FFFFFF;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.popup .model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.popup .model .close img {
  width: 1.5625rem;
  height: 1.5625rem;
}

.popup .model .title {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
}

.popup .model .box01, .popup .model .box02 {
  width: 15.625rem;
  height: 2.5rem;
  position: relative;
  display: flex;
}

.popup .model .box01 img, .popup .model .box02 img {
  position: absolute;
  width: 1.3rem;
  height: 1.5rem;
  top: .5125rem;
  left: .9375rem;
}

.popup .model .box01 p, .popup .model .box02 p {
  position: absolute;
  width: 6.25rem;
  border-left: 1px solid #b9baf5;
  padding-left: .625rem;
  top: .7125rem;
  right: .625rem;
  font-size: .6875rem;
  color: #397bf0;
}

.popup .model .box01 input, .popup .model .box02 input {
  width: 14rem;
  height: 2.5rem;
  border: 1px solid #e7e7e7;
  line-height: 2.5rem;
  font-size: .6875rem;
  padding-left: 2.5313rem;
}

.popup .model .box01 {
  margin: .7813rem;
}

.popup .model .button {
  margin-top: .9375rem;
  width: 9.375rem;
  height: 2.5rem;
  background-color: #ff9f05;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.popup .mobile {
  width: 15.625rem;
  height: 9.375rem;
  border-radius: 2%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.popup .mobile .mobile_box {
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: .625rem;
  font-size: .75rem;
  color: #333;
  border-bottom: 1px solid #f4f4f4;
}

.popup .mobile .mobile_box:nth-child(3) {
  border-bottom: none;
}
