 @charset "UTF-8";

  .op-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 118px;
    border: 1px solid #00856f;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    -moz-transition: color 0.15s ease 0s;
    -o-transition: color 0.15s ease 0s;
    -webkit-transition: color 0.15s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.15s ease 0s;
    position: relative;
    z-index: 1;
  }

  .op-btn:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0px;
    height: 40px;
    content: "";
    -moz-transition: width 0.15s ease 0s;
    -o-transition: width 0.15s ease 0s;
    -webkit-transition: width 0.15s ease;
    -webkit-transition-delay: 0s;
    transition: width 0.15s ease 0s;
    z-index: -1;
  }

  .op-btn:hover:before {
    width: 118px;
  }

  .red-btn {
    background: #00856f;
    color: #ffffff;
    border: 1px solid #00856f;
  }

  .red-btn:before {
    background: #00856f;
  }

  .red-border-btn {
    color: #00856f;
    border: 1px solid #00856f;
  }

  .red-border-btn:before {
    background: #00856f;
  }

  .red-border-btn:hover {
    color: #ffffff;
  }

  .bigger-btn {
    height: 50px;
    line-height: 50px;
    width: 196px;
  }

  .bigger-btn:before {
    height: 52px;
  }

  .bigger-btn:hover:before {
    width: 200px;
  }

  .biggest-btn {
    height: 60px;
    line-height: 60px;
    width: 296px;
    font-size: 16px;
  }

  .biggest-btn:before {
    height: 62px;
  }

  .biggest-btn:hover:before {
    width: 300px;
  }


  .input,
  .select,
  .button {
    height: 16px;
    line-height: 16px;
    padding: 12px 0;
    border: none;
    background-color: #fff;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 2px;
    margin: 0;
    text-indent: 1rem;
    font-size: 1.4rem;
    outline: none;
  }

  .select {
    background-repeat: no-repeat;
    background-position: 96% center;
    background-image: url(https://statics.oneplus.cn/v2/img/career/index/icon-arrow-down.png);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    text-indent: 0rem;
    padding-left: 1rem;
  }

  .button {
    background: no-repeat center;
    background-color: #00856f;
    background-image: url(https://statics.oneplus.cn/v2/img/career/index/icon-search.png);
  }

  @-moz-document url-prefix() {
    select.select {
      text-indent: 0.4rem;
    }
  }

  select::-ms-expand {
    display: none;
  }

  .op-top-box {
    max-width: 1270px;
  }

  .op-r-btns .i-user {
    display: none;
  }

  #op-nav-box {
    padding-right: 0;
  }

  #op-nav-box .op-top-menu {
    text-align: right;
  }

  .op-top-menu li.actived .op-top-menu-lia {
    color: #000;
  }

  .op-top-menu li.actived .op-top-menu-lia i {
    bottom: 0px;
  }

  .op-top-menu li.active .op-top-menu-lia {
    color: #000;
  }

  .op-top-menu li.active .op-top-menu-lia i {
    bottom: -5px;
  }

  @media screen and (max-width: 641px) {
    .op-top-menu li.actived .op-top-menu-lia i {
      bottom: -2px;
    }
  }

  .hidden-xs {
    font-weight: normal;
  }

  @media screen and (max-width: 641px) {
    .hidden-xs {
      display: none;
    }
  }

  .show-xs {
    display: none;
  }

  @media screen and (max-width: 641px) {
    .show-xs {
      display: block;
    }
  }

  h2,
  h3 {
    font-weight: 300;
  }

  option {
    padding: 5px 0 5px 12px;
    text-indent: 0rem;
  }

  .main-container {
    font-family: Lato, MYingHeiW4, "Helvetica Neue", Arial, "Microsoft Yahei", Helvetica, sans-serif;
    background-color: #fff;
    text-align: center;
  }

  .screen-video {
    height: 41.66667vw;
    position: relative;
    overflow: hidden;
  }

  .screen-video .video-bg {
    overflow: hidden;
    height: 100%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .screen-video .video-bg video {
    width: 100%;
    position: relative;
  }

  .screen-video .video-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(../../img/career/index/video-mask.png);
  }

  .screen-video .video-content h2 {
    font-size: 38px;
    line-height: 60px;
    font-weight: 300;
  }

  .screen-video .video-content p {
    display: none;
  }

  .screen-video .video-content p a {
    color: #fff;
    font-size: 14px;
  }

  .screen-video .video-content p a i {
    display: inline-block;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
    margin-right: 1rem;
    margin-top: -6px;
  }

  .screen-video .video-content p a i:before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 9px;
    border-color: transparent;
    border-left-color: #828386;
    margin: 6px 0 0 9px;
  }

  .screen-video.show .video-bg video {
    width: auto;
    height: 100%;
  }

  .screen-video.show .video-content {
    opacity: 0;
  }

  @media screen and (max-width: 641px) {
    .screen-video {
      height: 87.5vw;
    }

    .screen-video .video-bg {
      background: url(../../img/career/index/poster.jpg) no-repeat center;
      background-size: cover;
    }

    .screen-video .video-bg video {
      display: none;
    }

    .screen-video .video-content {
      background: none;
    }

    .screen-video .video-content h2 {
      font-size: 2.3rem;
      line-height: 3rem;
      margin-bottom: 1rem;
    }

    .screen-video .video-content h2 i {
      font-size: 2.6rem;
    }

    .screen-video .video-content h2 i span {
      display: block;
    }

    .screen-video .video-content p {
      display: none;
    }

    .screen-video .video-content p a {
      font-size: 1.75rem;
    }
  }

  .screen-search {
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6rem 20px;
    margin: 0 auto;
  }

  @media screen and (max-width: 641px) {
    .screen-search {
      padding: 4rem 2rem;
    }
  }

  .screen-search .text {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 4.5rem;
  }

  .screen-search .form-box {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: left;
  }

  .screen-search .form-box .form,
  .screen-search .form-box .extra {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 570px;
    height: 242px;
    background: no-repeat center;
    background-size: cover;
  }

  .screen-search .form-box .form {
    background-image: url(../../img/career/index/screen-search-form-bg.jpg);
  }

  .screen-search .form-box .extra {
    background-image: url(../../img/career/index/screen-search-extra-bg.jpg);
  }

  .screen-search .form-box .form {
    padding-left: 4rem;
    padding-top: 3.7rem;
  }

  .screen-search .form-box .form dl {
    width: 290px;
    font-size: 14px;
  }

  .screen-search .form-box .form dl dt {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .screen-search .form-box .form dl dt a {
    font-size: 14px;
    color: #fff;
  }

  .screen-search .form-box .form dl dt a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px;
    border-color: transparent;
    border-left-color: #fff;
  }

  .screen-search .form-box .form dl dd {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .screen-search .form-box .form dl dd select {
    width: 100%;
  }

  .screen-search .form-box .form dl dd input {
    width: 80%;
  }

  .screen-search .form-box .form dl dd button {
    width: 16%;
  }

  .screen-search .form-box .form dl dd:nth-of-type(2) select {
    width: 80%;
  }

  .screen-search .form-box .extra p {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    padding: 3.7rem 0 2rem 4rem;
  }

  .screen-search .form-box .extra p.p-time {
    font-size: 14px;
    padding: 1rem 0 2rem 4rem;
    margin-top: -3rem;
  }

  .screen-search .form-box .extra a {
    font-size: 14px;
    color: #333;
    margin-left: 4.3rem;
  }

  .screen-search .form-box .extra a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px;
    border-color: transparent;
    border-left-color: #333;
  }

  @media screen and (max-width: 641px) {
    .screen-search .text {
      font-size: 1.4rem;
      line-height: 3rem;
      padding: 0 0rem;
    }

    .screen-search .form-box {
      -webkit-flex-direction: column;
      flex-direction: column;
    }

    .screen-search .form-box .form,
    .screen-search .form-box .extra {
      width: 100%;
      height: auto;
    }

    .screen-search .form-box .form {
      padding: 2rem 2rem;
      margin-bottom: 1rem;
    }

    .screen-search .form-box .form dl {
      width: 100%;
    }

    .screen-search .form-box .form dl dt {
      font-size: 2rem;
    }

    .screen-search .form-box .form dl dd {
      font-size: 1.4rem;
    }

    .screen-search .form-box .extra {
      padding: 3rem 2rem 5rem;
    }

    .screen-search .form-box .extra p {
      padding: 0 0 2rem;
      font-size: 1.8rem;
    }

    .screen-search .form-box .extra p.p-time {
      padding: 0 0 2rem;
      margin-top: -2rem;
    }

    .screen-search .form-box .extra a {
      margin: 0;
      font-size: 1.4rem;
    }
  }

  .screen-banner {
    height: 500px;
    background: no-repeat center center;
    background-size: cover;
  }

  .screen-banner.banner1 {
    background-image: url(../../img/career/index/banner1.jpg);
  }

  .screen-banner.banner2 {
    background-image: url(../../img/career/index/banner2.jpg);
  }

  .screen-banner.banner3 {
    background-image: url(../../img/career/index/banner3.jpg);
  }

  @media screen and (max-width: 641px) {
    .screen-banner {
      height: 70.3125vw;
      display: none;
    }

    .screen-banner.banner1 {
      background-image: url(../../img/career/index/m-banner1.jpg);
    }

    .screen-banner.banner2 {
      background-image: url(../../img/career/index/m-banner2.jpg);
    }

    .screen-banner.banner3 {
      background-image: url(../../img/career/index/m-banner3.jpg);
    }
  }

  .screen-who {
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6rem 20px;
    margin: 0 auto;
    color: #333;
  }

  @media screen and (max-width: 641px) {
    .screen-who {
      padding: 4rem 2rem;
    }
  }

  .screen-who h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 4.5rem;
  }

  .screen-who .who-content {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .screen-who .who-content .img-box,
  .screen-who .who-content .text-box {
    width: 570px;
    height: 308px;
  }

  .screen-who .who-content .img-box {
    background: no-repeat center url(../../img/career/index/map.png);
  }

  .screen-who .who-content .text-box {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
  }

  .screen-who .who-content .text-box p {
    margin-bottom: 2rem;
    text-align: justify;
  }

  @media screen and (max-width: 641px) {
    .screen-who {
      padding-top: 1rem;
    }

    .screen-who h2 {
      margin-bottom: 2.5rem;
      font-size: 2.3rem;
      line-height: 3.0rem;
    }

    .screen-who .who-content {
      -webkit-flex-direction: column;
      flex-direction: column;
    }

    .screen-who .who-content .img-box,
    .screen-who .who-content .text-box {
      width: 100%;
      height: auto;
    }

    .screen-who .who-content .img-box {
      margin-bottom: 1rem;
      height: 51.5625vw;
      background-image: url(../../img/career/index/map.png);
      background-size: cover;
    }

    .screen-who .who-content .text-box p {
      font-size: 1.4rem;
    }

    .screen-who .who-content .text-box p:last-child {
      margin-bottom: 0rem;
    }
  }

  .screen-photo {
    position: relative;
    margin-bottom: -29rem;
  }

  .screen-photo .swiper-content-container {
    height: 500px;
    max-width: 1200px;
  }

  .screen-photo .swiper-content-container .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(1) {
    background-image: url(../../img/career/index/photo1.jpg);
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(2) {
    background-image: url(../../img/career/index/photo2.jpg);
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(3) {
    background-image: url(../../img/career/index/photo3.jpg);
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(4) {
    background-image: url(../../img/career/index/photo4.jpg);
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(5) {
    background-image: url(../../img/career/index/photo5.jpg);
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(6) {
    background-image: url(../../img/career/index/photo6.jpg);
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(7) {
    background-image: url(../../img/career/index/photo7.jpg);
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(8) {
    background-image: url(../../img/career/index/photo8.jpg);
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(9) {
    background-image: url(../../img/career/index/photo9.jpg);
  }

  .screen-photo .swiper-content-container .swiper-slide:nth-of-type(10) {
    background-image: url(../../img/career/index/photo10.jpg);
  }

  .screen-photo .swiper-pagination {
    width: 100%;
    bottom: 2rem;
  }

  .screen-photo .swiper-pagination span {
    width: 15px;
    height: 15px;
    background-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 1rem;
  }

  .screen-photo .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fff;
  }

  @media screen and (max-width: 641px) {
    .screen-photo {
      margin-bottom: 0rem;
    }

    .screen-photo .swiper-content-container {
      height: 41.5625vw;
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(1) {
      background-image: url(../../img/career/index/m-photo1.jpg);
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(2) {
      background-image: url(../../img/career/index/m-photo2.jpg);
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(3) {
      background-image: url(../../img/career/index/m-photo3.jpg);
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(4) {
      background-image: url(../../img/career/index/m-photo4.jpg);
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(5) {
      background-image: url(../../img/career/index/m-photo5.jpg);
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(6) {
      background-image: url(../../img/career/index/m-photo6.jpg);
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(7) {
      background-image: url(../../img/career/index/m-photo7.jpg);
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(8) {
      background-image: url(../../img/career/index/m-photo8.jpg);
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(9) {
      background-image: url(../../img/career/index/m-photo9.jpg);
    }

    .screen-photo .swiper-content-container .swiper-slide:nth-of-type(10) {
      background-image: url(../../img/career/index/m-photo10.jpg);
    }
  }

  .screen-welfare {
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6rem 20px;
    margin: 0 auto;
    max-width: 100%;
    background-color: #efefef;
    color: #333;
    padding-top: 35rem;
  }

  @media screen and (max-width: 641px) {
    .screen-welfare {
      padding: 4rem 2rem;
    }
  }

  .screen-welfare h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 1rem;
  }

  .screen-welfare .sub-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 6.5rem;
  }

  .screen-welfare .list {
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6rem 20px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  @media screen and (max-width: 641px) {
    .screen-welfare .list {
      padding: 4rem 2rem;
    }
  }

  .screen-welfare .list ul {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .screen-welfare .list ul li {
    width: 282px;
    height: 180px;
    margin-bottom: 2rem;
    border-radius: 2px;
    font-size: 16px;
    position: relative;
    -moz-transition: margin 0.6s ease;
    -o-transition: margin 0.6s ease;
    -webkit-transition: margin 0.6s ease;
    transition: margin 0.6s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 2.5rem;
  }

  .screen-welfare .list ul li i {
    position: relative;
    z-index: 7;
  }

  .screen-welfare .list ul li:before {
    content: '';
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 33%;
  }

  .screen-welfare .list ul li:nth-of-type(1) {
    z-index: 55;
  }

  .screen-welfare .list ul li:nth-of-type(1):before {
    background-image: url(../../img/career/index/welfare-icon1.png);
  }

  .screen-welfare .list ul li:nth-of-type(2) {
    z-index: 54;
  }

  .screen-welfare .list ul li:nth-of-type(2):before {
    background-image: url(../../img/career/index/welfare-icon2.png);
  }

  .screen-welfare .list ul li:nth-of-type(3) {
    z-index: 53;
  }

  .screen-welfare .list ul li:nth-of-type(3):before {
    background-image: url(../../img/career/index/welfare-icon3.png);
  }

  .screen-welfare .list ul li:nth-of-type(4) {
    z-index: 52;
  }

  .screen-welfare .list ul li:nth-of-type(4):before {
    background-image: url(../../img/career/index/welfare-icon4.png);
  }

  .screen-welfare .list ul li:nth-of-type(5) {
    z-index: 51;
  }

  .screen-welfare .list ul li:nth-of-type(5):before {
    background-image: url(../../img/career/index/welfare-icon5.png);
  }

  .screen-welfare .list ul li:nth-of-type(6) {
    z-index: 50;
  }

  .screen-welfare .list ul li:nth-of-type(6):before {
    background-image: url(../../img/career/index/welfare-icon6.png);
  }

  .screen-welfare .list ul li:nth-of-type(7) {
    z-index: 49;
  }

  .screen-welfare .list ul li:nth-of-type(7):before {
    background-image: url(../../img/career/index/welfare-icon7.png);
  }

  .screen-welfare .list ul li:nth-of-type(8) {
    z-index: 48;
  }

  .screen-welfare .list ul li:nth-of-type(8):before {
    background-image: url(../../img/career/index/welfare-icon8.png);
  }

  .screen-welfare .list ul li:nth-of-type(9) {
    z-index: 47;
  }

  .screen-welfare .list ul li:nth-of-type(9):before {
    background-image: url(../../img/career/index/welfare-icon9.png);
  }

  .screen-welfare .list ul li:nth-of-type(10) {
    z-index: 46;
  }

  .screen-welfare .list ul li:nth-of-type(10):before {
    background-image: url(../../img/career/index/welfare-icon10.png);
  }

  .screen-welfare .list ul li:nth-of-type(11) {
    z-index: 45;
  }

  .screen-welfare .list ul li:nth-of-type(11):before {
    background-image: url(../../img/career/index/welfare-icon11.png);
  }

  .screen-welfare .list ul li:nth-of-type(12) {
    z-index: 44;
  }

  .screen-welfare .list ul li:nth-of-type(12):before {
    background-image: url(../../img/career/index/welfare-icon12.png);
  }

  .screen-welfare .list ul li:nth-of-type(13) {
    z-index: 43;
  }

  .screen-welfare .list ul li:nth-of-type(13):before {
    background-image: url(../../img/career/index/welfare-icon13.png);
  }

  .screen-welfare .list ul li:nth-of-type(14) {
    z-index: 42;
  }

  .screen-welfare .list ul li:nth-of-type(14):before {
    background-image: url(../../img/career/index/welfare-icon14.png);
  }

  .screen-welfare .list ul li:nth-of-type(15) {
    z-index: 41;
  }

  .screen-welfare .list ul li:nth-of-type(15):before {
    background-image: url(../../img/career/index/welfare-icon15.png);
  }

  .screen-welfare .list ul li:nth-of-type(16) {
    z-index: 40;
  }

  .screen-welfare .list ul li:nth-of-type(16):before {
    background-image: url(../../img/career/index/welfare-icon16.png);
  }

  .screen-welfare .list ul li .extra-intro {
    display: none;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: left;
    padding: 170px 2rem 2rem;
    box-shadow: none;
    border-radius: 3px;
    -moz-box-shadow: 3px 3px 10px rgba(12, 12, 12, 0.2);
    -webkit-box-shadow: 3px 3px 10px rgba(12, 12, 12, 0.2);
    box-shadow: 3px 3px 10px rgba(12, 12, 12, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .screen-welfare .list ul li .extra-intro p {
    display: -webkit-flex;
    display: flex;
  }

  .screen-welfare .list ul li .extra-intro p:before {
    content: '-';
    display: inline-block;
    margin-right: 0.5rem;
  }

  @media screen and (max-width: 641px) {
    .screen-welfare h2 {
      font-size: 2.3rem;
    }

    .screen-welfare .sub-title {
      margin-bottom: 2rem;
      font-size: 1.4rem;
    }

    .screen-welfare .list {
      padding: 0;
    }

    .screen-welfare .list ul li {
      display: block;
      width: 100%;
      height: 25vw;
      line-height: 25vw;
      background-position: 16% center;
      text-align: right;
      padding-right: 4rem;
      padding-bottom: 0rem;
      font-size: 1.4rem;
      background-size: auto 58%;
      background-color: #fff;
      margin-bottom: 1rem;
      overflow: hidden;
      -moz-transition: height 0.5s ease;
      -o-transition: height 0.5s ease;
      -webkit-transition: height 0.5s ease;
      transition: height 0.5s ease;
    }

    .screen-welfare .list ul li:before {
      background-position: 4rem center;
      background-size: auto 50%;
      height: 25vw;
    }

    .screen-welfare .list ul li .extra-intro {
      display: block;
      padding-top: 9.5rem;
      padding-top: 25vw;
      min-height: 72px;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
  }

  .screen-develop {
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6rem 20px;
    margin: 0 auto;
    color: #333;
  }

  @media screen and (max-width: 641px) {
    .screen-develop {
      padding: 4rem 2rem;
    }
  }

  .screen-develop h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 1rem;
  }

  .screen-develop .sub-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 6rem;
  }

  .screen-develop .develop-content .tab {
    margin-bottom: 6rem;
  }

  .screen-develop .develop-content .tab ul {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .screen-develop .develop-content .tab ul li {
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    width: 200px;
    border: 1px solid #eaeaea;
  }

  .screen-develop .develop-content .tab ul li a {
    color: #999;
  }

  .screen-develop .develop-content .tab ul li.active {
    background-color: #f6f6f6;
  }

  .screen-develop .develop-content .tab ul li.active a {
    color: #222;
  }

  .screen-develop .develop-content .tab ul li:nth-of-type(1) {
    border-right: none;
  }

  .screen-develop .develop-content .tab-content .tab-item {
    display: none;
  }

  .screen-develop .develop-content .tab-content .tab-item.active {
    display: block;
  }

  .screen-develop .develop-content .tab-content .tab-item ul {
    padding-bottom: 3rem;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .screen-develop .develop-content .tab-content .tab-item ul li {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 290px;
    height: 290px;
    padding-bottom: 5.5rem;
    box-shadow: 0 0 59px rgba(0, 0, 0, 0.13);
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
  }

  .screen-develop .develop-content .tab-content .tab-item ul li:nth-of-type(2) {
    margin: 0 4rem;
  }

  .screen-develop .develop-content .tab-content .tab-item ul li:nth-of-type(1) {
    background: url(../../img/career/index/develop-icon1.png) center 35% no-repeat;
  }

  .screen-develop .develop-content .tab-content .tab-item ul li:nth-of-type(2) {
    background: url(../../img/career/index/develop-icon2.png) center 35% no-repeat;
  }

  .screen-develop .develop-content .tab-content .tab-item ul li:nth-of-type(3) {
    background: url(../../img/career/index/develop-icon3.png) center 35% no-repeat;
  }

  .screen-develop .develop-content .tab-content .tab-item dl {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 3rem;
  }

  .screen-develop .develop-content .tab-content .tab-item dl:last-child {
    margin-bottom: 0rem;
  }

  .screen-develop .develop-content .tab-content .tab-item dl dt {
    font-size: 16px;
    line-height: 26px;
    margin-right: 3rem;
    color: #333;
  }

  .screen-develop .develop-content .tab-content .tab-item dl dt:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #00856f;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: -2px;
  }

  .screen-develop .develop-content .tab-content .tab-item dl dd {
    width: 480px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
  }

  @media screen and (max-width: 641px) {
    .screen-develop {
      display: none;
    }

    .screen-develop .sub-title {
      margin-bottom: 4rem;
    }

    .screen-develop .develop-content .tab-content .tab-item ul {
      -webkit-flex-direction: column;
      flex-direction: column;
    }

    .screen-develop .develop-content .tab-content .tab-item ul li:nth-of-type(2) {
      margin: -2rem 0;
    }

    .screen-develop .develop-content .tab-content .tab-item dl {
      -webkit-flex-direction: column;
      flex-direction: column;
    }

    .screen-develop .develop-content .tab-content .tab-item dl dt {
      margin-bottom: 0.5rem;
      font-size: 1.8rem;
    }

    .screen-develop .develop-content .tab-content .tab-item dl dd {
      width: auto;
      padding-left: 1.85rem;
      text-align: justify;
    }
  }

  .screen-check {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 383px;
    background: no-repeat center center;
    background-image: url(../../img/career/index/check-bg.jpg);
    background-size: cover;
    color: #fff;
  }

  .screen-check h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 2rem;
  }

  .screen-check .sub-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 3rem;
  }

  .screen-check a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    color: #333;
    border: 1px solid #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: color 0.15s ease 0s;
    -o-transition: color 0.15s ease 0s;
    -webkit-transition: color 0.15s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.15s ease 0s;
    position: relative;
    z-index: 1;
  }

  @media screen and (min-width: 1025px) {
    .screen-check a:before {
      position: absolute;
      top: -1px;
      left: -1px;
      width: 0px;
      height: 52px;
      background: #00856f;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      content: "";
      -moz-transition: width 0.15s ease 0s;
      -o-transition: width 0.15s ease 0s;
      -webkit-transition: width 0.15s ease;
      -webkit-transition-delay: 0s;
      transition: width 0.15s ease 0s;
      z-index: -1;
    }

    .screen-check a:hover {
      color: #fff;
    }

    .screen-check a:hover:before {
      width: 202px;
    }
  }

  @media screen and (max-width: 641px) {
    .screen-check {
      height: 98.4375vw;
      background-image: url(../../img/career/index/m-check-bg.jpg);
    }

    .screen-check h2 {
      font-size: 2.3rem;
      line-height: 3.25rem;
    }

    .screen-check .sub-title {
      padding: 0 2rem;
      font-size: 1.4rem;
    }

    .screen-check a {
      display: inline-block;
      width: 200px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      cursor: pointer;
      font-size: 14px;
      background: #fff;
      color: #333;
      border: 1px solid #fff;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      -moz-transition: color 0.15s ease 0s;
      -o-transition: color 0.15s ease 0s;
      -webkit-transition: color 0.15s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.15s ease 0s;
      position: relative;
      z-index: 1;
      font-size: 1.4rem;
    }
  }

  @media screen and (max-width: 641px) and (min-width: 1025px) {
    .screen-check a:before {
      position: absolute;
      top: -1px;
      left: -1px;
      width: 0px;
      height: 47px;
      background: #00856f;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      content: "";
      -moz-transition: width 0.15s ease 0s;
      -o-transition: width 0.15s ease 0s;
      -webkit-transition: width 0.15s ease;
      -webkit-transition-delay: 0s;
      transition: width 0.15s ease 0s;
      z-index: -1;
    }

    .screen-check a:hover {
      color: #fff;
    }

    .screen-check a:hover:before {
      width: 202px;
    }
  }

  .screen-classify {
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6rem 20px;
    margin: 0 auto;
  }

  @media screen and (max-width: 641px) {
    .screen-classify {
      padding: 4rem 2rem;
    }
  }

  .screen-classify ul {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .screen-classify ul li {
    width: 360px;
    height: 375px;
    text-align: left;
    margin-bottom: 4rem;
  }

  .screen-classify ul li img {
    max-width: 100%;
  }

  .screen-classify ul li h3 {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin: 1.2rem 0 0.8rem;
  }

  .screen-classify ul li p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
  }

  .screen-classify ul li:nth-of-type(3) p {
    white-space: nowrap;
  }

  @media screen and (max-width: 641px) {
    .screen-classify {
      display: none;
    }

    .screen-classify ul li {
      width: 100%;
      height: auto;
    }

    .screen-classify ul li:last-child {
      margin-bottom: 0rem;
    }
  }

  .list-main {
    background-color: #efefef;
  }

  .list-banner {
    height: 503px;
    background: url(shehuibanner.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .list-banner h2 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
  }

  @media screen and (max-width: 768px) {
    .list-banner {
      background-image: url(shehuibanner.jpg);
    }
  }


  @media screen and (max-width: 641px) {
    .list-banner {
      height: 53.28125vw;
    }

    .list-banner h2 {
      font-size: 3rem;
    }
  }

  .list-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .list-container .filter-form {
    width: 26.66667%;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }

  .list-container .filter-form .filter-form-content {
    padding: 30px 0 0;
  }

  .list-container .filter-form.fixed {
    position: relative;
  }

  .list-container .filter-form.fixed .filter-form-content {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
  }

  .list-container .filter-form dl {
    padding: 0 20px 40px;
  }

  .list-container .filter-form dl dt {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    margin-bottom: 1.5rem;
  }

  .list-container .filter-form dl dd {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .list-container .filter-form dl dd select,
  .list-container .filter-form dl dd input {
    background-color: #f3f3f3;
  }

  .list-container .filter-form dl dd select {
    width: 100%;
  }

  .list-container .filter-form dl dd input {
    width: 80%;
  }

  .list-container .filter-form dl dd button {
    width: 16%;
  }

  .list-container .filter-form dl dd:nth-of-type(1) {
    margin: 2rem 0 2.5rem;
  }

  .list-container .filter-form dl dd:nth-of-type(1):after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f4f4f4;
    margin-top: 2.5rem;
  }

  .list-container .filter-form .contact-box {
    background-position: 12% center;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    background-image: url(question-icon.png);
    background-size: 34px;
    padding: 3rem 0 3rem 87px;
    text-align: left;
  }

  .list-container .filter-form .contact-box p {
    font-size: 12px;
    line-height: 24px;
  }

  .list-container .filter-form .contact-box p a {
    font-size: 14px;
    color: #0099cc;
  }

  @media screen and (max-width: 641px) {
    .list-container .filter-form .contact-box {
      padding-left: 9.5rem;
    }
  }

  .list-container .list-content {
    width: 71.66667%;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 30px 60px;
    min-height: 700px;
  }

  .list-container .list-content table {
    width: 100%;
  }

  .list-container .list-content table thead th {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    border-bottom: 2px solid #ddd;
    height: 60px;
    text-align: left;
    text-indent: 2rem;
  }

  .list-container .list-content table thead th:nth-of-type(1) {
    width: 43.75%;
  }

  .list-container .list-content table thead th:nth-of-type(2) {
    width: 28.75%;
  }

  .list-container .list-content table thead th:nth-of-type(3) {
    width: 20%;
  }

  .list-container .list-content table tbody tr td {
    font-size: 14px;
    line-height: 26px;
    color: #222;
    border-bottom: 2px solid #f4f4f4;
    height: 60px;
    text-align: left;
    text-indent: 2rem;
    cursor: pointer;
  }

  .list-container .list-content table tbody tr td i {
    font-size: 18px;
    cursor: pointer;
  }

  .list-container .list-content table tbody tr td .detail-div {
    display: none;
  }

  .list-container .list-content table tbody tr td .career-title {
    margin-right: 0.5rem;
  }

  .list-container .list-content table tbody tr td .label-type {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 0.5rem;
    text-indent: 0;
    color: #999;
    line-height: 18px;
    font-size: 1.2rem;
  }

  .list-container .list-content table tbody tr td .require {
    text-indent: 3rem;
    padding: 2rem 0 0;
    word-break: break-all;
  }

  .list-container .list-content table tbody tr td .require dt {
    font-size: 14px;
    line-height: 26px;
    color: #222;
    margin-bottom: 1rem;
  }

  .list-container .list-content table tbody tr td .require dd {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-indent: 0px;
    padding-left: 3rem;
  }

  .list-container .list-content table tbody tr td .ptn-boxx {
    padding-left: 1rem;
    margin: 3rem 0 4rem;
  }

  .list-container .list-content table tbody tr td .ptn-boxx a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: #00856f;
    color: #fff;
    border: 1px solid #00856f;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: color 0.15s ease 0s;
    -o-transition: color 0.15s ease 0s;
    -webkit-transition: color 0.15s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.15s ease 0s;
    position: relative;
    z-index: 1;
    text-indent: 0;
  }

  @media screen and (min-width: 1025px) {
    .list-container .list-content table tbody tr td .ptn-boxx a:before {
      position: absolute;
      top: -1px;
      left: -1px;
      width: 0px;
      height: 52px;
      background: #00856f;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      content: "";
      -moz-transition: width 0.15s ease 0s;
      -o-transition: width 0.15s ease 0s;
      -webkit-transition: width 0.15s ease;
      -webkit-transition-delay: 0s;
      transition: width 0.15s ease 0s;
      z-index: -1;
    }

    .list-container .list-content table tbody tr td .ptn-boxx a:hover {
      color: #fff;
    }

    .list-container .list-content table tbody tr td .ptn-boxx a:hover:before {
      width: 202px;
    }
  }

  .list-container .list-content table tbody tr td .ptn-boxx a.no-btn {
    background: none;
    color: #00856f;
  }

  .list-container .list-content table tbody tr td .ptn-boxx a.no-btn:before {
    display: none;
  }

  .list-container .list-content table tbody tr td .contact {
    background-color: #f6f6f6;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 4rem 0;
    margin: 0 3rem 4rem;
  }

  .list-container .list-content table tbody tr td .contact dt {
    font-size: 14px;
    line-height: 26px;
    color: #222;
    width: 100%;
    margin: 0 0 2rem;
  }

  .list-container .list-content table tbody tr td .contact dd {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    cursor: pointer;
  }

  .list-container .list-content table tbody tr td .contact dd:nth-of-type(1):before {
    content: '';
    display: inline-block;
    width: 56px;
    height: 45px;
    background: url(../../default/css/jobstyle/icon1.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 2rem;
  }

  .list-container .list-content table tbody tr td .contact dd:nth-of-type(2):before {
    content: '';
    display: inline-block;
    width: 56px;
    height: 45px;
    width: 49px;
    height: 39px;
    background: url(../../default/css/jobstyle/icon2.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 2rem;
  }

  .list-container .list-content table tbody tr.list-tr:last-child {
    cursor: pointer;
  }

  .list-container .list-content table tbody tr.list-tr:hover td,
  .list-container .list-content table tbody tr.list-tr.active td {
    background-color: #f4f4f4;
  }

  .list-container .list-content table tbody tr.detail-tr {
    display: none;
  }

  .list-container .list-content table tbody tr.detail-tr td {
    height: 0;
  }

  .list-container .list-content table tbody tr.detail-tr.active {
    display: table-row;
  }

  .list-container .footer-contact-box {
    width: 100%;
    display: none;
  }

  .list-container .footer-contact-box .contact-box {
    background-position: 12% center;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    background-image: url(../../default/css/jobstyle/question-icon.png);
    background-size: 34px;
    padding: 3rem 0 3rem 87px;
    text-align: left;
  }

  .list-container .footer-contact-box .contact-box p {
    font-size: 12px;
    line-height: 24px;
  }

  .list-container .footer-contact-box .contact-box p a {
    font-size: 14px;
    color: #0099cc;
  }

  @media screen and (max-width: 641px) {
    .list-container .footer-contact-box .contact-box {
      padding-left: 9.5rem;
    }
  }

  @media screen and (max-width: 641px) {
    .list-container {
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 0rem 0;
    }

    .list-container .filter-form {
      width: 100%;
      padding-bottom: 0rem;
    }

    .list-container .filter-form dl {
      padding-bottom: 10px;
    }

    .list-container .filter-form .contact-box {
      display: none;
    }

    .list-container .list-content {
      width: 100%;
      min-height: 0;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px;
      margin-top: -1px;
    }

    .list-container .list-content table thead th {
      text-indent: 1rem;
    }

    .list-container .list-content table tbody tr td {
      text-indent: 0rem;
      padding-left: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      line-height: 22px;
    }

    .list-container .list-content table tbody tr td:last-child {
      padding-left: 0.5rem;
    }

    .list-container .list-content table tbody tr td .require {
      text-indent: 0rem;
      padding-left: 1rem;
    }

    .list-container .list-content table tbody tr td .require dd {
      margin-bottom: 0.5rem;
      padding-left: 0rem;
    }

    .list-container .list-content table tbody tr td .require dd:before {
      margin-top: 1rem;
    }

    .list-container .list-content table tbody tr td .ptn-boxx {
      padding: 0 1rem;
      text-indent: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .list-container .list-content table tbody tr td .ptn-boxx a {
      width: 100%;
    }

    .list-container .list-content table tbody tr td .contact {
      margin: 0 1rem 3rem;
      padding: 3rem 0 2rem;
    }

    .list-container .list-content table tbody tr td .contact dt {
      text-align: left;
      padding-left: 5rem;
    }

    .list-container .list-content table tbody tr td .contact dd {
      width: 100%;
      padding-left: 4rem;
      margin-bottom: 1rem;
      text-align: left;
    }

    .list-container .list-content table tbody tr td .contact dd:nth-of-type(1):before {
      background-size: 70%;
      margin-right: 1rem;
    }

    .list-container .list-content table tbody tr td .contact dd:nth-of-type(2):before {
      background-size: 70%;
      margin-right: 1rem;
      background-size: 67%;
      margin-left: 0.5rem;
    }

    .list-container .footer-contact-box {
      display: block;
    }
  }

  .upload-dialog {
    background-color: #fff;
  }

  .upload-container {
    width: 500px;
  }

  .upload-container .upload-title {
    font-weight: 200;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2rem;
  }

  .upload-container .upload-content .p-tips {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin: 3rem 0;
    background: url(../../default/css/jobstyle/icon-file.png) left top no-repeat;
    background-size: auto 21px;
    padding-left: 3rem;
  }

  .upload-container .upload-content .p-btn {
    margin-bottom: 1rem;
  }

  .upload-container .upload-content .p-btn a {
    display: inline-block;
    width: 198px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: #00856f;
    color: #fff;
    border: 1px solid #00856f;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: color 0.15s ease 0s;
    -o-transition: color 0.15s ease 0s;
    -webkit-transition: color 0.15s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.15s ease 0s;
    position: relative;
    z-index: 1;
  }

  @media screen and (min-width: 1025px) {
    .upload-container .upload-content .p-btn a:before {
      position: absolute;
      top: -1px;
      left: -1px;
      width: 0px;
      height: 50px;
      background: #00856f;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      content: "";
      -moz-transition: width 0.15s ease 0s;
      -o-transition: width 0.15s ease 0s;
      -webkit-transition: width 0.15s ease;
      -webkit-transition-delay: 0s;
      transition: width 0.15s ease 0s;
      z-index: -1;
    }

    .upload-container .upload-content .p-btn a:hover {
      color: #fff;
    }

    .upload-container .upload-content .p-btn a:hover:before {
      width: 200px;
    }
  }

  .upload-container .fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .upload-container .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
  }

  .upload-container .files {
    background-color: #f6f6f6;
    margin-bottom: 2rem;
  }

  .upload-container .files .table-box {
    padding: 1rem;
  }

  .upload-container .files .table-box table {
    width: 100%;
  }

  .upload-container .files .table-box table td:last-child {
    text-align: center;
  }

  .upload-container .files .table-box table td a {
    color: #09c;
  }

  .upload-container .files .table-box table td a:first-child {
    margin-right: 0.5rem;
  }

  .upload-container .files .progress {
    display: inline-block;
    height: 8px;
    width: 72%;
    margin-right: 0.5rem;
    background-color: #dfdfdf;
  }

  .upload-container .files .progress .progress-bar {
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    background-color: #00856f;
    height: 100%;
  }

  .upload-container .files .progress-percentage {
    display: inline-block;
  }

  @media screen and (max-width: 641px) {
    .upload-container {
      width: 100%;
    }
  }

  .page {
    margin-top: 4rem;
  }

  .page ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #efefef;
    font-size: 14px;
    color: #666;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 1px;
  }

  .page ul li:hover {
    background-color: #dfdfdf;
    color: #222;
  }

  .page ul li.ellispis {
    background-color: transparent;
    position: relative;
    top: -3px;
    cursor: default;
  }

  .page ul li.ellispis:hover {
    background-color: transparent;
    color: #666;
  }

  .page ul li.prev,
  .page ul li.next {
    background: url('{pboot:sitetplpath}/css/jobstyle//page-prev.png') #efefef center no-repeat;
  }

  .page ul li.prev:hover,
  .page ul li.next:hover {
    background-color: #dfdfdf;
  }

  .page ul li.prev.disabled,
  .page ul li.next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #efefef;
  }

  .page ul li.prev {
    margin-right: 2rem;
  }

  .page ul li.next {
    background-image: url('{pboot:sitetplpath}/css/jobstyle//page-next.png');
    margin-left: 2rem;
  }

  .page ul li.active {
    background-color: #dfdfdf;
    color: #222;
  }

  .school-main [class^="school-"] {
    padding: 6rem 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .school-main [class^="school-"] h2 {
    font-size: 33px;
    line-height: 60px;
    color: #333;
    margin-bottom: 1rem;
  }

  @media screen and (max-width: 641px) {
    .school-main [class^="school-"] {
      padding: 4rem 20px;
    }

    .school-main [class^="school-"] h2 {
      font-size: 2.3rem;
      line-height: 3.25rem;
    }
  }

  .school-main .school-hero {
    height: 650px;
    background: url(../../img/career/school/school-hero-end.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .school-main .school-hero h2 {
    color: #333;
    max-width: 1173px;
    width: 100%;
    margin: -2rem auto 0;
    text-align: left;
    line-height: 54px;
  }

  .school-main .school-hero h2 b {
    display: block;
    font-weight: bold;
  }

  .school-main .school-hero h2 span {
    font-family: 'MYingHeiW4';
    display: block;
  }

  .school-main .school-hero p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-size: 29px;
    max-width: 1173px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 1rem;
  }

  @media screen and (max-width: 641px) {
    .school-main .school-hero {
      height: 103.125vw;
      background: url(../../img/career/school/m-school-hero-end.jpg) center center no-repeat;
      background-size: cover;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
    }

    .school-main .school-hero h2 {
      text-align: center;
      font-size: 2.5rem;
    }

    .school-main .school-hero h2 b {
      display: inline;
    }

    .school-main .school-hero h2 b:after {
      display: none;
    }

    .school-main .school-hero h2 span {
      display: inline;
    }

    .school-main .school-hero p {
      text-align: center;
      padding-top: 0;
      font-size: 1.25rem;
    }
  }

  @media screen and (min-width: 2000px) {

    .school-main .school-hero h2,
    .school-main .school-hero p {
      max-width: 1200px;
    }
  }

  .school-main .school-video {
    padding: 0;
    height: 21.875vw;
    position: relative;
    overflow: hidden;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .school-main .school-video .video-bg {
    height: 100%;
    overflow: hidden;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .school-main .school-video .video-bg video {
    width: 100%;
    position: relative;
  }

  .school-main .school-video .video-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .school-main .school-video .video-content .text {
    font-size: 24px;
    line-height: 56px;
  }

  .school-main .school-video .video-content .text br {
    display: none;
  }

  .school-main .school-video .video-content .btn-box {
    margin: 3rem 0 0;
  }

  .school-main .school-video .video-content .btn-box a {
    color: #fff;
    font-size: 14px;
  }

  .school-main .school-video .video-content .btn-box a i {
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .school-main .school-video .video-content .btn-box a i:before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 22.5px;
    border-color: transparent;
    border-left-color: #fff;
    margin: 0px 0 0 30px;
  }

  .school-main .school-video.show {
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }

  .school-main .school-video.show .video-bg video {
    width: auto;
    height: 100%;
  }

  .school-main .school-video.show .video-content {
    opacity: 0;
  }

  @media screen and (max-width: 641px) {
    .school-main .school-video {
      height: 46.875vw;
    }

    .school-main .school-video .video-bg {
      display: none;
    }

    .school-main .school-video .video-content {
      background-color: transparent;
    }

    .school-main .school-video .video-content .text {
      font-size: 2rem;
      line-height: 3.2rem;
      color: #333;
      padding: 0 2rem;
    }

    .school-main .school-video .video-content .text br {
      display: block;
    }

    .school-main .school-video .video-content .btn-box {
      display: none;
    }
  }

  .school-main .school-plan {
    height: 650px;
    background: url(../../img/career/school/school-plan-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .school-main .school-plan .plan-content {
    max-width: 900px;
    margin: 5rem auto 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .school-main .school-plan .plan-content:before {
    content: '';
    position: absolute;
    top: -10rem;
    right: -12rem;
    z-index: 10;
    width: 191px;
    height: 256px;
    background: url(../../img/career/school/school-plan-balloon.png) center center no-repeat;
    background-size: cover;
  }

  .school-main .school-plan .plan-content:after {
    content: '';
    display: block;
    border-top: 3px solid #00856f;
    width: 100%;
    margin-top: 5rem;
  }

  .school-main .school-plan .plan-content dl {
    position: relative;
    width: 290px;
    height: 233px;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 40px 0;
    background-color: #fff;
  }

  .school-main .school-plan .plan-content dl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5.75rem;
    width: 15px;
    height: 15px;
    margin-left: -3.5px;
    border-radius: 50%;
    background-color: #00856f;
  }

  .school-main .school-plan .plan-content dl:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    border-width: 10px 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    margin-left: -4px;
  }

  .school-main .school-plan .plan-content dl dt {
    font-size: 19px;
    line-height: 28px;
    color: #333;
  }

  .school-main .school-plan .plan-content dl dt:after {
    content: '';
    display: block;
    width: 20%;
    border-top: 1px solid #f4f4f4;
    margin: 1.6rem 0;
  }

  .school-main .school-plan .plan-content dl dd {
    font-size: 14px;
    line-height: 36px;
    color: #666;
  }

  @media screen and (min-width: 641px) {
    .school-main .school-plan .swiper-container {
      width: 100%;
      overflow: visible;
    }

    .school-main .school-plan .swiper-container .swiper-wrapper {
      -webkit-justify-content: space-between;
      justify-content: space-between;
    }

    .school-main .school-plan .swiper-container .swiper-wrapper .swiper-slide {
      width: auto;
    }
  }

  @media screen and (max-width: 641px) {
    .school-main .school-plan {
      height: 125vw;
      background: url(../../img/career/school/m-school-plan-bg.jpg) center center no-repeat;
      background-size: cover;
      height: auto;
      padding-bottom: 5rem;
    }

    .school-main .school-plan .plan-content {
      margin-top: 3rem;
    }

    .school-main .school-plan .plan-content:before {
      top: -9rem;
      right: -9rem;
      background-size: 50%;
    }

    .school-main .school-plan .plan-content:after {
      display: none;
    }

    .school-main .school-plan .plan-content dl {
      width: 100%;
    }

    .school-main .school-plan .plan-content dl dd {
      font-size: 1.5rem;
    }

    .school-main .school-plan .plan-content .swiper-content-container {
      padding-bottom: 4rem;
    }

    .school-main .school-plan .plan-content .swiper-pagination {
      width: 100%;
      bottom: -3rem;
      left: 0;
    }

    .school-main .school-plan .plan-content .swiper-pagination span {
      width: 28px;
      height: 28px;
      background-color: transparent;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #00856f;
      opacity: 1;
      margin: 0 2rem;
    }

    .school-main .school-plan .plan-content .swiper-pagination span.swiper-pagination-bullet-active {
      background-color: #00856f;
    }
  }

  .school-main .school-join {
    height: 280px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .school-main .school-join p {
    margin-top: 2rem;
    color: #333;
  }

  .school-main .school-join p input,
  .school-main .school-join p select {
    background-color: #f6f6f6;
  }

  .school-main .school-join p input {
    width: 320px;
  }

  .school-main .school-join p select {
    width: 320px;
    margin: 0 0.5rem;
  }

  .school-main .school-join p button {
    width: 40px;
  }

  @media screen and (max-width: 641px) {
    .school-main .school-join {
      height: auto;
    }

    .school-main .school-join p {
      width: 100%;
    }

    .school-main .school-join p input,
    .school-main .school-join p select,
    .school-main .school-join p button {
      width: 100%;
      margin: 0 0 2rem;
    }

    .school-main .school-join p button {
      background-image: initial;
      margin-top: 1rem;
    }

    .school-main .school-join p button:before {
      content: '搜索';
      color: #fff;
      font-size: 1.75rem;
    }
  }

  .school-main .school-banner {
    height: 500px;
    background: url(../../img/career/index/banner1.jpg) center center no-repeat;
    background-size: cover;
  }

  @media screen and (max-width: 641px) {
    .school-main .school-banner {
      height: 347px;
      background: url(../../img/career/index/m-banner1.jpg) center center no-repeat;
      background-size: cover;
      height: 54.21875vw;
    }
  }

  .school-main .school-flow {
    min-height: 650px;
    background: no-repeat center bottom;
    background-image: url(../../img/career/school/school-flow-bg.jpg);
    background-position-x: 75%;
    position: relative;
  }

  .school-main .school-flow .flow-content {
    max-width: 900px;
    margin: 9rem auto 0;
    background: url(../../img/career/school/school-flow-line.png) repeat-x;
    background-position: 0% 3px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .school-main .school-flow .flow-content .swiper-container {
    width: 100%;
    overflow: visible;
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide {
    width: 10px;
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide dl {
    width: 200px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 3rem;
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide dl dt {
    font-size: 18px;
    line-height: 26px;
    color: #222;
    cursor: pointer;
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide dl dt:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    background-color: #00856f;
    margin: 0 auto 3rem;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide dl dt:after {
    opacity: 0;
    content: '';
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide dl dd {
    display: none;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 1rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 215%;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide.active dl dt:before {
    width: 80px;
    height: 80px;
    margin-top: -37px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide.active dl dt:after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px auto;
    opacity: 1;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide.active dl dd {
    display: block;
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(1).active dl dt:after {
    background-image: url(../../img/career/school/school-flow-icon1.png);
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2).active dl dt:after {
    background-image: url(../../img/career/school/school-flow-icon2.png);
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(3).active dl dt:after {
    background-image: url(../../img/career/school/school-flow-icon3.png);
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(4).active dl dt:after {
    background-image: url(../../img/career/school/school-flow-icon4.png);
  }

  .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(5).active dl dt:after {
    background-image: url(../../img/career/school/school-flow-icon5.png);
  }

  .school-main .school-flow .flow-content .swiper-button-box {
    position: absolute;
    left: 50%;
    bottom: 11rem;
    width: 100px;
    margin: 0 0 0 -50px;
  }

  .school-main .school-flow .flow-content .swiper-button-box p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  .school-main .school-flow .flow-content .swiper-button-box p b {
    font-family: 300;
  }

  .school-main .school-flow .flow-content .swiper-button-box p span {
    display: block;
  }

  .school-main .school-flow .flow-content .swiper-button-box p span i {
    color: #999;
  }

  .school-main .school-flow .flow-content .swiper-button-box .prev-button,
  .school-main .school-flow .flow-content .swiper-button-box .next-button {
    position: absolute;
    width: 52px;
    height: 52px;
    top: -0.5rem;
    background: no-repeat center;
    background-size: 51px auto;
    cursor: pointer;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .school-main .school-flow .flow-content .swiper-button-box .prev-button.disable,
  .school-main .school-flow .flow-content .swiper-button-box .prev-button.swiper-button-disabled,
  .school-main .school-flow .flow-content .swiper-button-box .next-button.disable,
  .school-main .school-flow .flow-content .swiper-button-box .next-button.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
  }

  .school-main .school-flow .flow-content .swiper-button-box .prev-button {
    left: -5rem;
    background-image: url(../../img/career/school/school-flow-previcon.svg);
  }

  .school-main .school-flow .flow-content .swiper-button-box .prev-button:hover {
    background-image: url(../../img/career/school/school-flow-previcon-hover.svg);
  }

  .school-main .school-flow .flow-content .swiper-button-box .prev-button.disable,
  .school-main .school-flow .flow-content .swiper-button-box .prev-button.swiper-button-disabled {
    background-image: url(../../img/career/school/school-flow-previcon.svg);
  }

  .school-main .school-flow .flow-content .swiper-button-box .next-button {
    right: -5rem;
    background-image: url(../../img/career/school/school-flow-nexticon.svg);
  }

  .school-main .school-flow .flow-content .swiper-button-box .next-button:hover {
    background-image: url(../../img/career/school/school-flow-nexticon-hover.svg);
  }

  .school-main .school-flow .flow-content .swiper-button-box .next-button.disable,
  .school-main .school-flow .flow-content .swiper-button-box .next-button.swiper-button-disabled {
    background-image: url(../../img/career/school/school-flow-nexticon.svg);
  }

  @media screen and (max-width: 641px) {
    .school-main .school-flow {
      height: auto;
      min-height: 0;
      background-size: contain;
    }

    .school-main .school-flow .flow-content {
      margin-top: 7rem;
      padding-bottom: 7rem;
      background: none;
    }

    .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide {
      width: 100%;
      background: url(../../img/career/school/school-flow-line.png) repeat-x;
      background-position: 0% 3px;
    }

    .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(1):before {
      content: '';
      position: absolute;
      width: 50%;
      height: 10px;
      left: 0;
      top: 0;
      background-color: #fff;
    }

    .school-main .school-flow .flow-content .swiper-container .swiper-wrapper .swiper-slide:last-child:before {
      content: '';
      position: absolute;
      width: 50%;
      height: 10px;
      right: 0;
      top: 0;
      background-color: #fff;
    }

    .school-main .school-flow .flow-content .swiper-button-box {
      position: relative;
      left: 0;
      bottom: 0;
      margin: 4rem auto 0;
    }
  }

  .school-main .school-question {
    background-color: #efefef;
  }

  .school-main .school-question .question-content {
    max-width: 900px;
    margin: 3rem auto 0;
    background-color: #fff;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    text-align: left;
  }

  .school-main .school-question .question-content ul {
    font-size: 16px;
    color: #222;
  }

  .school-main .school-question .question-content ul li {
    border-bottom: 2px solid #f4f4f4;
    line-height: 70px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }

  .school-main .school-question .question-content ul li:before {
    content: 'Q:';
    display: inline-block;
    color: #00856f;
    margin: 0 0.8rem 0 1rem;
  }

  .school-main .school-question .question-content ul li:after {
    content: '+';
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1rem;
  }

  .school-main .school-question .question-content ul li:hover {
    background-color: #f6f6f6;
  }

  .school-main .school-question .question-content ul li p {
    padding-left: 3.6rem;
    color: #666;
    line-height: 2.4rem;
    padding-bottom: 2rem;
    padding-right: 3rem;
    overflow: hidden;
    text-align: justify;
    display: none;
  }

  .school-main .school-question .question-content ul li.show:after {
    content: '-';
  }

  @media screen and (max-width: 641px) {
    .school-main .school-question .question-content {
      padding: 20px;
    }

    .school-main .school-question .question-content ul {
      font-size: 1.4rem;
    }

    .school-main .school-question .question-content ul li {
      line-height: 2.6rem;
      border-color: #eaeaea;
      padding: 1.5rem 3.5rem 1.5rem 1rem;
    }

    .school-main .school-question .question-content ul li p {
      padding: 1rem 0 0;
      margin-bottom: 0;
    }

    .school-main .school-question .question-content ul li:before {
      display: none;
    }

    .school-main .school-question .question-content ul li:after {
      font-size: 2.5rem;
      right: 0.5rem;
      top: 1.5rem;
    }
  }
