body {
  font-family: Arial;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

html,
body {
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.body {
  background-color: #f6f6f6;
}
div {
  position: relative;
}

input,
select,
div,
h1,
h2,
textarea,
label,
button {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.nav {
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
}

.nav-title img {
  display: block;
  line-height: 1;
  margin-right: 10px;
}

.nav-back {
  position: absolute;
  top: 28px;
  left: 50px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.card {
  background: #fff;
  border-radius: 32px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.title {
  color: #1070e0;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 30px;
}

.crad-title {
  border-bottom: 1px solid #f7f7f7;
}

.form-item {
  display: flex;
  border-bottom: 1px solid #f7f7f7;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

label {
  white-space: nowrap;
  display: block;
  font-size: 26px;
  color: #333;
  width: 260px;
}

.area-label {
  margin-top: 36px;
  margin-bottom: 36px;
}

select {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

input,
select,
textarea {
  width: 100%;
  border: 0;
  padding: 20px;
  font-size: 26px;
  outline: none;
}

.showicon {
  /* position: relative;
}

.showicon::after { */
  width: 72px;
  height: 75px;
  background: url(../images/icon.png);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

i {
  color: #f32a40;
}

textarea {
  height: 200px;
  line-height: 42px;
}

input::placeholder,
textarea::placeholder {
  color: #666666;
}

#skills {
  background: #f7f7f7;
  height: 360px;
}

.tag-box {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.tag {
  font-size: 26px;
  cursor: pointer;
  border-radius: 14px;
  border: 1px solid #d8d8d8;
  padding: 21px 24px;
}

.tag.active {
  color: #1070e0;
  background: #f3f9ff;
  border-color: #1070e0;
}

.subtitle {
  width: 606px;
  height: 26px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  font-size: 26px;
  color: #666666;
  line-height: 30px;
  white-space: nowrap;
  margin-bottom: 30px;
}

.add-btn {
  color: #1c6dfc;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 32px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  z-index: 10;
}

.add-btn img {
  width: 100%;
  height: 100%;
}

.submit-btn {
  width: 100%;
  background: #1070E0;
  color: #fff;
  padding: 28px;
  border-radius: 60px;
  text-align: center;
  font-size: 32px;
  margin-top: 40px;
  opacity: 0.5;
}

.submit-btn.enabled {
  opacity: 1;
  cursor: pointer;
}
.card {
  position: relative;
}
.row {
  display: flex;
  gap: 16px;
}

.row label {
  display: flex;
  align-items: center;
}

input {
  box-sizing: border-box;
}

.area-card {
  height: 360px;
  background: #f7f7f7;
  border-radius: 20px;
}

.agree-box {
  position: relative;
  padding-left: 48px;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.agree-checkbox {
  width: 26px;
  height: 26px;
  border: 2px solid #2b79d5;
  border-radius: 26px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.agree-active-checkbox::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #1070e0;
  border-radius: 6px;
  content: "";
  display: block;
}

#agree {
  display: none;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

/* .rolldate-container header {
  height: 100px;
  font-size: 24px;
}

.rolldate-container .rolldate-panel {
  height: 500px;
}

.rolldate-container .rolldate-btn {
  font-size: 24px;
} */

.start, .end {
  position: absolute;
  left: 0;
  left: 168px;
  width: 150px;
}

.time-pick {
  position: absolute;
  left: 180px;
  top: 0;
  display: flex;
  align-items: center;
}

.time-pick>div {
  width: 200px;
}

.time-pick>span {
  display: block;
  width: 10px;
  border-top: 2px solid #000;
}

.start ,.end{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

input[type='month']::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 10%;
    width: 100%;
    height: 100%;
    opacity: 0;
}