html,
body {
  color: #424c5b;
}
html .tip-front,
body .tip-front {
  color: #4e4ed9;
}
html .employer_bg,
body .employer_bg {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  html .product-middle-content,
  body .product-middle-content {
    display: flex;
    z-index: 2;
    padding-top: 100px;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  html .flexcontent,
  body .flexcontent {
    flex: 1;
  }
  html .product-container,
  body .product-container {
    padding: 5px;
  }
}
@media screen and (max-width: 500px) {
  html .product-container,
  body .product-container {
    padding: 5px;
  }
  html h1,
  body h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  html .product-middle-content section,
  body .product-middle-content section {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html .product-middle-content,
  body .product-middle-content {
    display: flex;
    z-index: 2;
    padding-top: 100px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
html .product-container,
body .product-container {
  padding-bottom: 50px;
}
html .product-container .mask,
body .product-container .mask {
  position: fixed;
  width: 100%;
  height: calc(100% - 450px);
  z-index: -10;
  bottom: 0;
  left: 0;
  background-color: #eaecee;
}
html .product-container div,
body .product-container div {
  z-index: 9;
}
html .section-shdow,
body .section-shdow {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
html .textcenter,
body .textcenter {
  text-align: center;
}
html .font14,
body .font14 {
  font-size: 14px;
}
html .flex,
body .flex {
  display: flex;
}
html .inline-block,
body .inline-block {
  display: inline-block;
}
html .product-top .product-top-title,
body .product-top .product-top-title {
  height: 300px;
  margin: 0 auto;
  padding-top: 20px;
  color: #fff;
  max-width: 800px;
}
html .product-top .product-top-title h1,
body .product-top .product-top-title h1,
html .product-top .product-top-title h4,
body .product-top .product-top-title h4 {
  color: white;
}
html .product-middle,
body .product-middle {
  z-index: 1;
  margin: 0 auto;
  margin-top: -100px;
  max-width: 1000px;
  box-sizing: border-box;
}
html .product-middle .product-middle-content section,
body .product-middle .product-middle-content section {
  border-radius: 5px;
}
html .product-middle .product-middle-content .product-middle-section,
body .product-middle .product-middle-content .product-middle-section {
  background-color: #eaecee;
  margin-top: -5px;
  padding-bottom: 30px;
  z-index: 9;
}
html .product-middle .product-middle-content .product-middle-section-title,
body .product-middle .product-middle-content .product-middle-section-title {
  width: 100%;
  position: relative;
  padding: 20px 0;
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.4);
  background-color: white;
  height: 370px;
  border-radius: 5px;
}
html .product-middle .product-middle-content .product-middle-section-title h3,
body .product-middle .product-middle-content .product-middle-section-title h3 {
  margin-bottom: 20px;
}
html .product-middle .product-middle-content .product-middle-section-title:nth-child(2),
body .product-middle .product-middle-content .product-middle-section-title:nth-child(2) {
  margin-top: -70px;
  background: white;
  height: 499px;
}
html .product-middle .product-middle-content .product-middle-section-h2,
body .product-middle .product-middle-content .product-middle-section-h2 {
  text-align: center;
  color: orange;
  margin-bottom: 15px;
}
html .product-middle .product-middle-content .product-middle-section-text,
body .product-middle .product-middle-content .product-middle-section-text {
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
  width: 60%;
  margin: 0 auto;
}
html .product-middle .product-middle-content .product-middle-section-ol,
body .product-middle .product-middle-content .product-middle-section-ol {
  text-align: left;
  font-size: 14px;
  margin: 20px 0;
}
html .product-middle .product-middle-content .product-middle-section-ol-pl,
body .product-middle .product-middle-content .product-middle-section-ol-pl {
  padding-left: 20px;
  padding-right: 10px;
}
html .product-middle .product-middle-content .product-middle-section-button,
body .product-middle .product-middle-content .product-middle-section-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
html .product-middle .product-middle-content .product-middle-section-button button,
body .product-middle .product-middle-content .product-middle-section-button button {
  width: 200px;
  height: 40px;
  line-height: 26px;
  border-radius: 30px;
  background-color: #14da82;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-family: Roboto;
}
html .product-middle .product-middle-content .product-middle-section-button button:hover,
body .product-middle .product-middle-content .product-middle-section-button button:hover {
  background-color: #0cbe6f;
}
html .product-middle .product-middle-content .l-column,
body .product-middle .product-middle-content .l-column {
  border-right: 2px solid #BBBBBB;
  margin-top: 50px;
}
html .product-middle .product-middle-content .product-middle-section-txt,
body .product-middle .product-middle-content .product-middle-section-txt {
  margin: 0 auto;
  padding: 40px 10px 0 40px;
}
html .product-middle .product-middle-content .product-middle-section-txt-normal,
body .product-middle .product-middle-content .product-middle-section-txt-normal {
  list-style-type: disc;
  font-size: 14px;
}
html .product-middle .product-middle-content .product-middle-section-txt-selected,
body .product-middle .product-middle-content .product-middle-section-txt-selected {
  list-style-type: none;
  background: url('/static/sky/index/images/select.svg') no-repeat 0rem 0.3rem;
  background-size: 0.8rem 0.8rem;
  padding: 0 20px;
}
html .product-middle .product-middle-content .product-middle-section-txt-unselected,
body .product-middle .product-middle-content .product-middle-section-txt-unselected {
  list-style-type: none;
  background: url('/static/sky/index/images/selected.svg') no-repeat 0rem 0.3rem;
  background-size: 0.8rem 0.8rem;
  padding: 0 20px;
}
html .product-middle .product-middle-content .product-middle-section-txt li,
body .product-middle .product-middle-content .product-middle-section-txt li {
  margin-top: 5px;
}
html .product-middle .product-middle-content .product-middle-section-middle,
body .product-middle .product-middle-content .product-middle-section-middle {
  background-color: #eaecee;
  margin-top: -50px;
  padding-top: 0px;
  z-index: 99;
  position: relative;
}
html .product-middle .product-middle-content .product-middle-section-middle .product-middle-section-txt,
body .product-middle .product-middle-content .product-middle-section-middle .product-middle-section-txt {
  margin-top: -35px;
}
html .product-middle .product-middle-content .product-middle-section-middle-title,
body .product-middle .product-middle-content .product-middle-section-middle-title {
  width: 100%;
  position: relative;
  padding: 20px 0;
  box-shadow: 0 3px 2px #ddd;
}
html .product-middle .product-middle-content .product-middle-section-middle .main-section,
body .product-middle .product-middle-content .product-middle-section-middle .main-section {
  height: 450px;
}
html .product-middle .product-middle-content .product-middle-section-middle-h2,
body .product-middle .product-middle-content .product-middle-section-middle-h2 {
  text-align: center;
  color: tan;
  margin: 60px 0 0 0;
}
html .product-middle .product-middle-content .product-middle-section-middle-text,
body .product-middle .product-middle-content .product-middle-section-middle-text {
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
html .product-middle .product-middle-content .product-middle-section-middle-ol,
body .product-middle .product-middle-content .product-middle-section-middle-ol {
  text-align: left;
  text-indent: 1em;
  font-size: 14px;
  margin: 20px 0;
  line-height: 25px;
}
html .product-middle .product-middle-content .product-middle-section-middle-ol-pl,
body .product-middle .product-middle-content .product-middle-section-middle-ol-pl {
  padding-left: 20px;
}
html .product-middle .product-middle-content .product-middle-section-middle-ol-pl li,
body .product-middle .product-middle-content .product-middle-section-middle-ol-pl li {
  list-style-type: decimal;
  list-style-position: inside;
}
html .product-middle .product-middle-content .product-middle-section-middle-button,
body .product-middle .product-middle-content .product-middle-section-middle-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
html .product-middle .product-middle-content .product-middle-section-middle-button button,
body .product-middle .product-middle-content .product-middle-section-middle-button button {
  width: 200px;
  height: 40px;
  line-height: 26px;
  border-radius: 30px;
  background-color: #7ac756;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-family: Roboto;
}
html .next-step,
body .next-step {
  margin-bottom: 0;
}
html .product-bottom,
body .product-bottom {
  display: none;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
  background-color: white;
  width: 90%;
  z-index: 9;
  margin: 30px auto;
}
html .product-bottom-title,
body .product-bottom-title {
  text-align: center;
  margin-top: 10px;
}
html .product-bottom-content,
body .product-bottom-content {
  margin-top: 50px;
}
html .product-bottom-content-div,
body .product-bottom-content-div {
  text-align: center;
  margin: 40px 0;
}
html .product-bottom-content-div .product-bottom-content-txt,
body .product-bottom-content-div .product-bottom-content-txt {
  margin: 1px 10px 0 10px;
}
html .product-bottom-content-div .product-bottom-content-txt .product-bottom-content-content,
body .product-bottom-content-div .product-bottom-content-txt .product-bottom-content-content {
  font-size: 14px;
  text-align: left;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-3-16 16:52:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
