.page {
  background: #f1f1f1;
  min-height: 100vh;
  color: #666;
}

.main {
  margin-top: 1rem;
}
.main .breadcrumbs {
  font-size: .24rem;
  color: #666;
  height: .84rem;
  line-height: .84rem;
  padding-left: .42rem;
}
.main .underBreadcrumbs {
  text-align: center;
  height: 2.26rem;
  line-height: 2.26rem;
  color: #fff;
  background: url("../img/solutions/banner.png") no-repeat;
}
.main .underBreadcrumbs h1 {
  font-size: .48rem;
  font-weight: 600;
}
.main .tabbar {
  background: #fff;
}
.main .tabbar h2 {
  font-size: .36rem;
  color: #333;
}
.main .tabbar h2 .tabName {
  font-weight: 600;
}
.main .tabbar .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: .9rem;
  line-height: .86rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: .26rem;
  color: #666;
  margin-bottom: .44rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main .tabbar .tabs::-webkit-scrollbar {
  display: none;
}
.main .tabbar .tabs .tab {
  white-space: nowrap;
  -webkit-box-flex: 0.2;
  -webkit-flex: 0.2;
     -moz-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
  text-align: center;
  border-bottom: .04rem solid #fff;
}
.main .tabbar .tabs .active {
  font-weight: 600;
  color: #333;
  position: relative;
  border-bottom: .04rem solid #f18d00;
}
.main .tabbar .tabContent {
  padding: 0 .22rem .4rem;
  background: #fff;
  border-radius: .16rem;
  font-size: 0;
}
.main .tabbar .tabContent h3 {
  padding-top: .42rem;
  font-size: .36rem;
  line-height: .36rem;
  color: #333;
}
.main .tabbar .tabContent p {
  color: #333;
  font-size: .24rem;
  line-height: .46rem;
  word-break: break-all;
}
.main .tabbar .tabContent .color666 {
  color: #666;
}
.main .tabbar .tabContent .indent {
  text-indent: 2em;
}
.main .tabbar .tabContent img {
  max-width: 100%;
}
.main .tabbar .tabContent.table {
  padding-top: .44rem;
}
.main .tabbar .tabContent table {
  padding-top: .44rem;
  border-collapse: collapse;
  border: 1px solid #eee;
}
.main .tabbar .tabContent table tr td,
.main .tabbar .tabContent table tr th {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #eee;
  padding: .1rem .14rem;
  color: #666;
  font-size: .24rem;
  line-height: .36rem;
}
.main .tabbar .tabContent table tr td:first-child,
.main .tabbar .tabContent table tr th:first-child {
  width: 2rem;
  text-align: center;
}
.main .tabbar .tabContent table tr th {
  font-size: .26rem;
  font-weight: normal;
}
.main .tabbar .tabContent .env {
  font-size: .26rem;
  line-height: .46rem;
  color: #333;
}
.main .tabbar .tabContent ul {
  font-size: .26rem;
  line-height: .46rem;
}
.main .tabbar .tabContent .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #333;
}
.main .tabbar .tabContent .list li:nth-child(odd) {
  min-width: 57%;
}
.main .tabbar .tabContent .divider {
  height: 1px;
  background: #eee;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main .tabbar .tabContent h4 {
  font-size: .3rem;
  color: #333;
  font-weight: 600;
  margin-bottom: .28rem;
  padding-top: .4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .tabbar .tabContent h4 span {
  color: #333;
  font-weight: 600;
  margin-right: .48rem;
}
.main .tabbar .tabContent h5 {
  margin-bottom: .3rem;
}
.main .tabbar .tabContent h6 {
  font-weight: 600;
  font-size: .26rem;
  line-height: .46rem;
}
.main .tabbar .tabContent .text-red {
  color: #de3225;
}
.main .tabbar .tabContent .em {
  font-weight: 600;
}
.main .tabbar .tabContent .roundedBtn {
  display: inline-block;
  height: .56rem;
  line-height: .56rem;
  border-radius: .28rem;
  background: #de3225;
  color: #fff;
  font-size: .26rem;
  padding: 0 .28rem;
  margin-top: .22rem;
}
.main .tabbar .tabContent .firstLineP {
  padding-top: .3rem;
}
.main .tabbar .tabContent .firstLineH3 {
  padding-top: 0;
  margin-bottom: .26rem;
}
.main .tabbar .tabContent .firstLineH3.mb0 {
  margin-bottom: 0;
}
.main .tabbar .tabContent .firstLineH4 {
  padding-top: .4rem;
}
.main .tabbar .tabContent .leader {
  display: block;
  margin: 0 auto;
  width: 2.9rem;
  height: 2.9rem;
}
.main .tabbar .tabContent .inTop {
  margin-top: .36rem;
}
.main .tabbar .tabContent .leaderName {
  font-size: .3rem;
  line-height: .3rem;
  font-weight: 600;
  text-align: center;
  margin: .34rem 0 .26rem;
}
.main .tabbar .tabContent .leaderIntro {
  font-size: .24rem;
  color: #333;
  text-align: center;
}
.main .tabbar .tabContent .shortDivider {
  width: .64rem;
  height: .04rem;
  margin: .28rem auto .19rem;
  background-color: #f18d00;
}
.main .tabbar .tabContent .indexP {
  font-size: .22rem;
  line-height: .38rem;
}
.main .tabbar .tabContent .rootDivider {
  margin: .5rem 0 .6rem;
}
.main .tabbar .tabContent .dividerInJobs {
  margin: .35rem 0 .4rem;
}
.main .tabbar .tabContent .tabs2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.14rem;
}
.main .tabbar .tabContent .tabs2nd a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: .3rem;
  border: 1px solid #eee;
  line-height: .74rem;
  border-radius: .04rem;
  text-align: center;
}
.main .tabbar .tabContent .tabs2nd a + a {
  margin-left: .18rem;
}
.main .tabbar .tabContent .tabs2nd .active {
  background: #f18d00;
  color: #fff;
  border-color: #f18d00;
}
.main .tabbar .tabContent .underH3 {
  margin-top: .34rem;
}
.main .tabbar .tabContent .subtitle {
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin: .44rem 0 .19rem;
}
.main .tabbar .tabContent .card {
  margin-top: .3rem;
}
.main .tabbar .tabContent .card + .card {
  margin-top: .2rem;
}
.main .tabbar .tabContent .card .subtitle1 {
  background: #f1f1f1;
  font-size: .3rem;
  color: #333;
  height: .88rem;
  padding: 0 .22rem 0 .28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .tabbar .tabContent .card .subtitle1 img {
  width: .28rem;
}
.main .tabbar .tabContent .card .cardWrapper {
  overflow: hidden;
  max-height: 300vh;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  -moz-transition: max-height 1s;
  transition: max-height 1s;
}
.main .tabbar .tabContent .card .cardContent {
  padding: .3rem .3rem .42rem;
  border: 1px solid #eee;
}
.main .tabbar .tabContent .card .cardContent .subtitle2 {
  font-size: .3rem;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: .16rem;
}
.main .tabbar .tabContent .card .cardContent p {
  color: #666;
}
.main .tabbar .tabContent .card .cardContent .postResume {
  width: 2.1rem;
  margin: 0 auto;
  height: .72rem;
  line-height: .72rem;
  font-size: .3rem;
  border-radius: .36rem;
  text-align: center;
  color: #fff;
  background: #f18d00;
  margin-top: .33rem;
}
.main .tabbar .tabContent .card .hide {
  max-height: 0;
}
.main .tabbar .tabContent .tabUnitContent {
  font-size: .26rem;
  margin-top: .5rem;
  color: #666;
}
.main .tabbar .tabContent .tabUnitContent .fullDivider {
  margin: .35rem 0 .1rem;
}
.main .tabbar .tabContent .tabUnitContent li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main .tabbar .tabContent .tabUnitContent li + li {
  margin-top: .37rem;
}
.main .tabbar .tabContent .tabUnitContent li span {
  width: 5em;
  color: #333;
  font-weight: 600;
  white-space: nowrap;
  margin-right: .32rem;
}
.main .tabbar .tabContent .tabUnitContent li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main .tabbar .tabContent .tabUnitContent .mt-7-mb-6 {
  margin-top: .14rem;
  margin-bottom: .22rem;
}
.main .tabbar .tabContent .tabUnitContent .mt-25-mb-20 {
  margin-top: .5rem;
  margin-bottom: .4rem;
}
.main .tabbar .tabContent .tabUnitContent .qqBtn {
  background: #f18d00;
  color: #fff;
  height: .56rem;
  width: 2.14rem;
  border-radius: .06rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .tabbar .tabContent .tabUnitContent .qqBtn + .qqBtn {
  margin-left: .18rem;
}
.main .tabbar .tabContent .tabUnitContent .qqBtn img {
  width: .28rem;
  margin-right: .18rem;
}
.main .tabbar .tabContent .tabUnitContent h4 ~ div + div {
  margin-top: .28rem;
}
.main .tabbar .tabContent .tabUnitContent .workTime {
  line-height: 1;
}
.main .tabbar .tabContent .tabUnitContent .serviceBottom li + li {
  margin-top: .08rem;
}
.main .tabbar .tabContent .tabUnitContent .serviceBottom li span {
  width: 4em;
}
.main .tabbar .tabContent .tabUnitContent .fz13 {
  font-size: .26rem;
}
.main .tabbar .tabContent .tabUnitContent .color333 {
  color: #333;
}
.main .tabbar .tabContent .tabUnitContent .notVisiable {
  visibility: hidden;
}
.main .tabbar .tabContentPaddingX19 {
  padding: 0 .38rem .4rem;
}
.main .tabbar .tabContentPaddingX16 {
  padding: 0 .32rem .4rem;
}
.main .tabbar .noTabs {
  padding-top: .3rem;
}
.modalLayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999999999;
}
.modalLayer .form {
  border-radius: 0.1rem;
  margin: 0 0.34rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modalLayer .form header {
  height: 0.96rem;
  background: #eee;
  font-size: 0.3rem;
  color: #333;
  padding: 0 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: .1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modalLayer .form header img {
  width: 0.3rem;
  height: 0.3rem;
}
.modalLayer .form .content {
  padding: 0.4rem 0.3rem;
  color: #333;
}
.modalLayer .form .content label {
  width: 100%;
  height: 0.76rem;
  line-height: 0.46rem;
  display: block;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .28rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.2rem;
}
.modalLayer .form .content label input {
  border: none;
  outline: none;
  font-size: .28rem;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.32rem;
}
.modalLayer .form .content label .filePlaceholder {
  color: #f18d00;
}
.modalLayer .form .content label img {
  width: .26rem;
}
.modalLayer .form .content .space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modalLayer .form .content .toSelectArea {
  position: relative;
}
.modalLayer .form .content .toSelectArea ul {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 .2rem #333;
          box-shadow: 0 0 .2rem #333;
  background: #fff;
  border-radius: .1rem;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 11;
}
.modalLayer .form .content .toSelectArea ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: .76rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .28rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 .3rem;
}
.modalLayer .form .content .toSelectArea ul li + li {
  border-top: 1px solid #eee;
}
.modalLayer .form .content label + label {
  margin-top: 0.2rem;
}
.modalLayer .form .content .title {
  font-size: 0.28rem;
  position: relative;
}
.modalLayer .form .content .title span {
  font-size: 0.24rem;
  color: #999;
}
.modalLayer .form .content .required::before {
  content: "*";
  color: #ff0101;
}
.modalLayer .form .content button {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0.1rem;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  color: #fff;
  background: #f18d00;
  margin-top: 0.3rem;
  font-size: .3rem;
}
.modalLayer .alertModalLayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.modalLayer .alert {
  -webkit-box-shadow: 0 0 .12rem .08rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 .12rem .08rem rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: .1rem;
  font-size: .24rem;
}
.modalLayer .alert .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .2rem;
  height: .6rem;
  background: #ddd;
}
.modalLayer .alert .header img {
  width: .2rem;
  height: .2rem;
}
.modalLayer .alert .errorText {
  padding: .2rem;
}