.work-box {
  margin-top: 80px;
}

.work-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
}

.work-text {
  font-size: 20px;
  line-height: 2em;
}

.work-img {
  display: block;
  margin: 90px auto;
}

.blank-box {
  border: 1px solid #000;
  padding: 70px 100px;
  position: relative;
}

.blank-box::before {
  content: "Appointment information";
  position: absolute;
  width: 306px;
  height: 50px;
  background-color: #fff;
  top: -25px;
  left: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.label {
  margin-bottom: 15px;
}

.ness::after {
  content: " *";
  font-size: 16px;
  color: #df2323;
}

.item {
  height: 36px;
  margin-bottom: 40px;
}

.input,
.select {
  width: 354px;
  height: 36px;
  border: 1px solid #ccc;
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.mini-select {
  width: 118px;
  height: 36px;
  border: 1px solid #ccc;
  position: relative;
  display: block;
  margin-bottom: 40px;
  float: left;
  margin-right: 40px;
}

input.input {
  padding: 0 16px;
}

.select select,
.mini-select select {
  width: 100%;
  height: 100%;
  appearance: none;
  outline: none;
  border: none;
  padding: 0 16px;
}

.select::after,
.mini-select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #333;
  border-bottom: 5px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 16px;
  top: 15px;
}

.input.full {
  width: 100%;
}

.file-box {
  width: 200px;
  height: 36px;
  border: 1px solid #ccc;
  position: relative;
  display: block;
  margin-bottom: 40px;
  margin-right: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-box input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.file-box span::before {
  color: #468f73;
  margin-right: 10px;
}

.radio-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

input[type="radio"]:checked + label .radio-icon {
  border: 4px solid #468f73;
}

.submit {
  width: 236px;
  height: 54px;
  border-radius: 4px;
  background-color: #468f73;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  margin-top: 50px;
}

.submit:active {
  opacity: 0.6;
}

.notice {
  font-size: 20px;
  padding: 60px;
  margin: 80px auto 100px;
  line-height: 2em;
  display: flex;
  justify-content: space-between;
}

.left,
.right {
  width: 600px;
}

.notice .underline {
  text-decoration: underline;
}

.notice li {
  text-indent: 22px;
}

.red {
  color: #df2323;
}

.preview {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.preview-img {
  max-width: 200px;
  max-height: 200px;
}

.preview .del {
  margin-left: 20px;
      cursor: pointer;
}

@media screen and (max-width: 1366px) {
  .work-box {
    width: 7.02rem;
    margin: 0.3rem auto 0;
  }

  .work-title {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.48rem;
  }

  .work-text {
    font-size: 0.24rem;
    line-height: 0.48rem;
  }

  .work-img {
    display: block;
    margin: 0.9rem auto;
    width: 7.02rem;
  }

  .blank-box {
    border: none;
    width: 7.02rem;
    margin: 0 auto;
    padding: 0.7rem 0 0 0;
    position: relative;
  }

  .blank-box::before {
    content: "Appointment information";
    position: absolute;
    width: 4rem;
    height: 0.5rem;
    background-color: transparent;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.26rem;
  }

  .label {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }

  .ness::after {
    content: " *";
    font-size: 0.24rem;
    color: #df2323;
  }

  .item {
    height: 0.5rem;
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }

  .input,
  .select {
    width: 100%;
    height: 0.5rem;
    border: 0.01rem solid #ccc;
    position: relative;
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .mini-select {
    width: 1.18rem;
    height: 0.5rem;
    border: 0.01rem solid #ccc;
    position: relative;
    display: block;
    margin-bottom: 0.4rem;
    float: left;
    margin-right: 0.15rem;
  }

  input.input {
    padding: 0 0.2rem;
    border-radius: 0;
  }

  .select select,
  .mini-select select {
    width: 100%;
    height: 100%;
    appearance: none;
    outline: none;
    border: none;
    padding: 0 0.2rem;
    background: none;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333;
  }

  .select::after,
  .mini-select::after {
    content: "";
    display: block;
    width: 0.09rem;
    height: 0.05rem;
    background: url(../img/mobile_select_ico.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    position: absolute;
    right: 0.16rem;
    top: 50%;
    margin: -0.025rem 0 0 0;
  }

  .file-box {
    width: 2.26rem;
    height: 0.5rem;
    border: 0.01rem solid #ccc;
    position: relative;
    display: block;
    margin-bottom: 0.4rem;
    margin-right: 0.11rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .file-box input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
  }

  .file-box span {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .file-box span::before {
    color: #468f73;
    margin-right: 0.1rem;
  }

  .radio-icon {
    width: 0.16rem;
    height: 0.16rem;
    border: 0.01rem solid #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.1rem;
  }

  input[type="radio"]:checked + label .radio-icon {
    border: 0.04rem solid #468f73;
  }

  .submit {
    width: 2.36rem;
    height: 0.54rem;
    border-radius: 0.04rem;
    background-color: #468f73;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    margin-top: 50px;
    margin: 0.5rem auto;
  }

  .notice {
    display: none;
  }
}
