.mybox {
  margin: 0 auto;
  max-width: 580px;
  min-width: 320px;
  background: #fff;
  padding: 10px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", sans-serif;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", sans-serif;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", sans-serif;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", sans-serif;
}
input::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 17px !important;
}
input::-moz-placeholder {
  color: #333 !important;
  font-size: 17px !important;
}
input:-ms-input-placeholder {
  color: #333 !important;
  font-size: 17px !important;
}
.apply_form .lbl {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}
.apply_form .txt {
  flex: 1;
}
.color_999999 {
  color: #999 !important;
}
.ysx_border_box {
  box-shadow: 0 2px 6px 0px #f0f0f0 !important;
  border-radius: 20px !important;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  overflow: hidden;
}
.ysx_border_box2 {
  box-shadow: none !important;
  border-radius: 20px !important;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  overflow: hidden;
}
.my_select_major {
  color: #7ABEB9;
}
.input_item {
  padding: 0 !important;
  margin: 0 !important;
}
.input_item:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
@media (max-width: 768px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 24px;
  }
}
.cursor_pointer {
  cursor: pointer !important;
}
.submit-btn {
  background-color: #7ABEB9 !important;
  color: #fff !important;
}
.color_green {
  color: #7ABEB9 !important;
}
/* dlg */
#offcanvas_major .btn-close {
  background: none !important;
}
#offcanvas_major .major_box .iconbox {
  border-radius: 50%;
  background-color: #7ABEB9;
  height: 25px;
  width: 25px;
}
#offcanvas_major .major_box .iconbox .image_major {
  height: 20px;
  width: 20px;
}
#offcanvas_major .major_box .iconbox2 {
  background-color: #F4C122;
}
#tip_dlg .modal-content {
  margin: 0 10%;
}
/*# sourceMappingURL=style.css.map */