@charset "UTF-8";
.classes_title {
  background-color: #fff;
  border: 3px solid #c4233f;
  box-shadow: 3px 4px 0 #c4233f;
}

/****header start****/
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}

.yeslogo i {
  margin-right: 8px;
  float: left;
}

.yeslogo i img {
  width: 10px;
  margin-top: -3px;
}

.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}

.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}

/****header END****/
.pad {
  display: none;
}

.phone {
  display: none;
}

.web {
  display: block;
}

@media screen and (max-width: 800px) {
  .web {
    display: none;
  }
  .phone {
    display: none;
  }
  .pad {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .web {
    display: none;
  }
  .pad {
    display: none;
  }
  .phone {
    display: block;
  }
}

.bg_main {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/main_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  transition: all 0.3s;
}

@media screen and (max-width: 1280px) {
  .page {
    overflow: hidden;
  }
}

.main {
  width: 100%;
  margin-top: 30px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 88;
  background-position: center;
  transition: all 0.3s;
  margin-top: 30px;
  overflow: hidden;
}

.bg {
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}

.box01 {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  transition: all 0.3s;
}

.bigbox {
  width: 100%;
  background-color: #fffae3;
}

.bg02 {
  background-color: #fff3bf;
}

.subtitlebox {
  position: relative;
  z-index: 99;
  max-width: 950px;
  margin: 0 auto;
}

.subtitle {
  position: absolute;
  z-index: 99;
  transition: all 0.3s;
  width: 800px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.subtitle p {
  font-size: 24px;
  font-weight: bold;
  color: #ff2356;
  line-height: 1.3;
}

.contant {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  z-index: 88;
}

.imgbox_step {
  margin-top: 48px;
}

@media screen and (max-width: 980px) {
  .contant {
    padding: 12px 20px;
  }
  .subtitle {
    width: 700px;
  }
}

@media screen and (max-width: 736px) {
  .subtitle {
    width: 360px;
    right: 50%;
    margin-right: -180px;
  }
  .subtitle p {
    font-size: 16px;
  }
  .contant {
    max-width: 950px;
    margin: 0 auto;
    padding: 12px 20px 10px;
    position: relative;
    z-index: 88;
  }
  .pt0 {
    padding-top: 0;
  }
  .imgbox_step {
    margin-top: 24px;
  }
}

@media screen and (max-width: 320px) {
  .subtitle {
    width: 300px;
    right: 50%;
    margin-right: -180px;
  }
}

.classesbox {
  width: 100%;
}

.classesbox ul {
  overflow: hidden;
}

.classesbox li {
  width: calc(100% / 4 - 18px);
  margin-right: 24px;
  float: left;
  border-radius: 8px;
  padding: 0 12px;
}

.classesbox li:last-child {
  margin-right: 0;
}

.classes_img {
  margin: 0 auto;
  position: relative;
  z-index: 8;
}

.classes_font {
  padding: 12px 0;
  text-align: center;
}

.classes_font h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #404040;
  font-weight: bold;
}

.classes_font p {
  font-size: 18px;
  margin-bottom: 12px;
  color: #858585;
}

.classes_title {
  position: absolute;
  z-index: 999;
  bottom: 10px;
  padding: 10px 6px;
  color: #ff2356;
  font-weight: bold;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  font-size: 22px;
  transition: all 0.3s;
}

.classes_font h2 {
  color: #c4233f;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s;
  margin-bottom: 8px;
}

.cta_more {
  width: 65%;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  background-color: #ff6486;
  color: #fff;
  border-radius: 6px;
  transition: all 0.3s;
  margin: 0 auto;
  padding-left: 10px;
}

.cta_more:hover {
  background-color: #ff2c5a;
}

.cta_more span:after {
  content: "▸";
  color: #fff;
  font-size: 18px;
}

.cta_job {
  text-align: right;
  padding: 0px 0px 24px;
}

.cta_job p {
  width: 128px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* padding: 8px; */
  border-radius: 6px;
  display: inline-block;
  background-color: #ff9000;
  text-indent: 4px;
  color: #ffffff;
  transition: all 0.3s;
  margin-top: 10px;
  font-size: 18px;
}

.cta_job p:hover {
  background-color: #ff5600;
}

.cta_job p:after {
  content: "▸";
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .classes {
    background-color: #ffeb3b;
    border-radius: 8px;
    position: relative;
    z-index: 999;
  }
  .classesbox ul {
    padding-top: 30px;
  }
  .classesbox li {
    width: 100%;
    margin-right: 0;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 20px;
  }
  .classesbox li:last-child {
    margin-bottom: 0;
  }
  .classes_img {
    width: 150px;
    position: absolute;
    bottom: 0;
  }
  .classes_font {
    padding: 12px 0 12px 46%;
    text-align: left;
  }
  .classes_font h3 {
    font-size: 14px;
    margin-bottom: 6px;
    color: #404040;
    font-weight: bold;
  }
  .classes_font h2 {
    display: inline-block;
    color: #ff2757;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .classes_font p {
    font-size: 12px;
    margin-bottom: 6px;
    color: #858585;
  }
  .cta_more {
    width: 80px;
    padding-left: 4px;
    margin: 0;
    font-size: 13px;
    line-height: 25px;
    height: 26px;
    background-color: #ff6486;
    color: #fff;
    border-radius: 4px;
  }
  .cta_more span:after {
    color: #fff;
    font-size: 16px;
  }
  .cta_job p {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .classes_img {
    width: 130px;
  }
}

.worklistbox {
  max-width: 950px;
  margin: 0 auto 12px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  border: 0 solid #f0dfc7;
  transition: all 0.3s;
  border-radius: 8px 8px 0 0;
}

.worklistbox ul {
  overflow: hidden;
  width: 100%;
  transition: all 0.3s;
}

.worklistbox > ul > li {
  border-bottom: 1px solid #e7e7e7;
}

.worklistbox > ul > li:nth-child(1) {
  border-bottom: 0px solid #e7e7e7;
}

.worklistbox > ul > li:nth-last-child(1) {
  border-bottom: 0px solid #e7e7e7;
}

.list_name {
  background-color: #ff9000;
  width: 100%;
}

.list_name ul {
  overflow: hidden;
}

.list_name li {
  height: 42px;
  font-size: 18px;
  padding: 0 12px;
  color: #fff;
  float: left;
  line-height: 46px;
  white-space: nowrap;
}

.list_name li:nth-child(1) {
  width: 30%;
}

.list_name li:nth-child(2) {
  width: 30%;
}

.list_name li:nth-child(3) {
  width: 25%;
}

.list_name li:nth-child(4) {
  width: 15%;
}

.list_content {
  width: 100%;
  background-color: #fff;
}

.list_content:hover {
  background-color: #fff7f6;
}

.list_content ul {
  overflow: hidden;
}

.list_content li {
  height: 46px;
  font-size: 18px;
  padding: 0 12px;
  color: #404040;
  float: left;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_content li:nth-child(1) {
  width: 30%;
  color: #923e20;
}

.list_content li:nth-child(2) {
  width: 30%;
}

.list_content li:nth-child(3) {
  width: 25%;
  color: #c4233f;
}

.list_content li:nth-child(4) {
  width: 15%;
  color: #858585;
}

@media screen and (max-width: 736px) {
  .list_name {
    display: none;
  }
  .list_content {
    padding: 10px 8px;
  }
  .list_content li {
    line-height: 1.5;
    height: auto;
  }
  .list_content li:nth-child(1) {
    width: 100%;
  }
  .list_content li:nth-child(2) {
    width: 100%;
    font-size: 16px;
  }
  .list_content li:nth-child(3) {
    width: 100%;
    font-size: 16px;
  }
  .list_content li:nth-child(4) {
    width: 100%;
    font-size: 16px;
  }
}

.worklist_title {
  width: 100%;
  background-color: #ff6486;
  height: 42px;
  line-height: 42px;
  text-align: left;
  color: #fff;
  font-size: 20px;
}

.contant_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #c4233f;
}

.contant_title:before {
  content: "";
  width: 30px;
  height: 30px;
  float: left;
  background-image: url(../img/icon_loudly.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-right: 8px;
  margin-top: 2px;
}

.wantstop_table_start4 a {
  border: 1px #c4233f solid;
  padding: 6px 14px;
  border-radius: 4px;
  width: 100px;
  text-align: center;
  color: #c4233f;
}

.saybox {
  max-width: 950px;
  border-radius: 8px;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}

.saybox ul {
  padding: 0 16px 0 36px;
}

.saybox li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #404040;
  list-style: decimal;
}

.saybox li:last-child {
  margin-bottom: 0;
  text-align: right;
  list-style: none;
  padding-right: 4px;
}

.saybox li a {
  color: #c4233f;
  text-decoration: underline;
}

.icon_s {
  margin: 0 4px;
  vertical-align: middle;
  position: relative;
  margin-top: -3px;
}

@media screen and (max-width: 736px) {
  .contant_title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .contant_title:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-top: 4px;
  }
  .saybox {
    background-color: #fff;
    padding: 12px 0;
  }
}

.web0812 {
  display: block;
}

.mob0812 {
  display: none;
}

@media screen and (max-width: 980px) {
  .list_box {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 736px) {
  .web0812 {
    display: none;
  }
  .mob0812 {
    display: block;
  }
}

.job_list_nex0812 {
  padding: 0px 0;
  text-align: center;
  font-size: 13px;
  margin-bottom: 12px;
}

.job_list_nex0812 span {
  margin: 0 1px;
  padding: 5px 9px;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  background-color: #ff9000;
}

.job_list_nex0812 a {
  border: 1px solid #666;
  color: #666;
  margin: 0 1px;
  padding: 5px 9px;
  text-decoration: none;
  vertical-align: middle;
}

.job_list_nex0812 a:hover {
  color: #ffffff;
  background-color: #a174de;
}

.topset {
  background-color: #666;
}

.job_list_nex0812 input[type="text"] {
  width: 80px;
  height: 27px;
  border: 1px solid #666;
  outline: 0;
  margin: 0 8px;
  padding: 0 4px;
}

.job_list_nex0812 input[type="button"] {
  width: 60px;
  height: 28px;
  line-height: 28px;
  outline: 0;
  background-color: #ff9000;
  color: #fff;
  border: 0;
  margin-left: 8px;
  border-radius: 4px;
}
/*# sourceMappingURL=style.css.map */