/**
* banner部分
*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
}

.swiper-container .company-profile {
  width: 73%;
  margin: 0 auto;
  position: absolute;
  top: 5.6vw;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}

.company-profile .active-dots {
  width: 2.6vw;
  height: 0.4vw;
  background: #67d1ff;
}

.company-profile .company {
  margin-top: 1.7vw;
  line-height: 4.9vw;
  font-size: 3.3vw;
}

.company-profile .desc {
  margin-top: 0.8vw;
  width: 35.3vw;
  color: #939393;
  line-height: 2vw;
  font-size: 1.25vw;
}

/*
* 企业观
*/
.enterprise-view {
  height: 21.25vw;
  background: #fbfbfb;
}
.view-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.enterprise-view .view-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.view-item .view-icon {
  width: 4.7vw;
  height: 4.7vw;
}

.view-item .view-icon img {
  width: 100%;
  height: 100%;
}

.view-item .view-title {
  color: #3a4c53;
  font-size: 2vw;
  line-height: 2.9vw;
  font-weight: 550;
  margin-top: 0.8vw;
}

.view-item .view-vision {
  margin-top: 8px;
  font-size: 1.6vw;
  color: #707070;
  line-height: 2.1vw;
}

@media only screen and (max-width: 767px) {
  .view-center {
    width: 100%;
  }
}

/*
* 旧版本公司描述样式
*/

.txtLogo {
  padding: 40px 20px;
  background: #f6f6f6;
  margin: 3px auto;
}
.quote {
  font-size: 80px;
  text-align: right;
  line-height: 0;
  display: inline-block;
  width: 4%;
  position: absolute;
  top: 30px;
  left: -4%;
}
.companyIntro {
  display: inline-block;
  width: 82%;
  text-align: justify;
  margin: 0;
}
.line {
  position: absolute;
  left: calc(91% - 61.5px);
}
.logoImg {
  max-width: 108px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*
* 产品介绍
*/

.project-region .project-title {
  font-size: 3.2vw;
  color: #3a4c53;
  line-height: 4.5vw;
  text-align: center;
  font-weight: 550;
}

.mobile.project-title {
  margin-top: 8.5vw;
}
.pc .project-title {
  position: absolute;
  top: 5.9vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.contentItems {
  width: 100%;
  margin: 3px 0;
  position: relative;
  text-align: right;
}

.contentImg {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

#productIntro {
  margin-top: 3.5vw;
  height: 867px;
}

#productIntro .contentImg {
  /* margin-right: -45px; */
  width: 62%;
}

.xiaotou {
  margin: 7.4vw 0 6.4vw 0;
}
.xiaotou .contentImg {
  width: 52.2%;
}

.pc {
  width: 100%;
  height: 1041px;
  /* background: url("../images/project3.png") no-repeat center; */
  background-size: contain;
  overflow: hidden;
}
.pc .contentImg {
  width: 100%;
}

.pc .contentImg .min-images {
  display: none;
}

.kll {
  margin-top: 9.3vw;
}
.kll .contentImg {
  width: 56.8vw;
  margin-top: -50px;
}

#productIntro .contentImg img {
  width: 765px;
  height: 867px;
}

.contentImg img {
  max-width: none;
  height: 22.6vw;
  width: auto;
  margin: 0 calc(50% - 960px);
}
.contentMessage {
  width: 35%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.xiaotou .contentMessage {
  padding-left: 4.8vw;
  margin-top: -13vw;
}

.kll .contentMessage {
  padding-left: 4.8vw;
  margin-top: -13vw;
}

.messages {
  /* padding: 0 30px; */
}
.leftMessage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13.5vw;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.messages .messages-title {
  font-size: 2.5vw;
  color: #3a4c53;
  line-height: 3.5vw;
  margin-top: 2.2vw;
}

.messages-title span {
  color: #41beec;
}

.messages .messages-title p {
  color: #3a4c53;
  line-height: 3.5vw;
}
.messages .messages-title p:nth-child(1) {
  color: #41beec;
}

.messages .strip {
  width: 3.5vw;
  height: 0.3vw;
  margin-top: 2.4vw;
  background: #3a4c53;
}

.messages .project-name {
  display: flex;
  align-items: center;
  margin-top: 2.2vw;
  color: #333333;
}

.messages .project-name .tel-icon {
}

.messages .project-name .pc-icon {
}

.messages .project-name .name {
  font-size: 2.1vw;
  font-weight: 550;
  color: #3a4c53;
  line-height: 2.9vw;
  margin-left: 0.4vw;
}

.messages .desc {
  margin-top: 0.9vw;
  width: 32.6vw;
  font-size: 1.35vw;
  font-weight: 400;
  color: #777777;
  line-height: 2vw;
}

.messages .QR-code {
  width: 12.8vw;
  height: 12.6vwpx;
  margin-top: 5vw;
}
.messages .QR-code img {
  width: 100%;
  height: 100%;
}

#APPDownload {
  /* height: 184px; */
  height: 867px;
}
#APPFunctions {
  height: 434px;
}

.btn-custom {
  margin-top: 30px;
  margin-bottom: 13px;
  padding: 5px 20px;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #45bcf9;
  border-color: #45bcf9;
}

.field-title {
  text-align: center;
  font-size: 3.2vw;
  font-weight: 550;
  color: #444f53;
  line-height: 4.5vw;
}
/*
* 创新项目
*/
.innovate-region {
  margin-top: 10.3vw;
}

.innovate-region .project {
  display: flex;
  justify-content: center;
  margin-top: 8.85vw;
  flex-wrap: wrap;
}

.innovate-region .project .project-item {
  position: relative;
  margin-left: 3.1vw;
  width: 34.9vw;

  box-shadow: 0px 2px 52px 7px rgba(248, 249, 249, 0.8);
}
.innovate-region .project .project-item:nth-child(1) {
  margin-left: 0;
}
.innovate-region .project-item .item-header {
  height: 5.9vwpx;
  font-size: 2.2vw;
  font-weight: 500;
  color: #ffffff;
  line-height: 5.9vw;
  padding-left: 2.6vw;
  background: #2f3a3e;
  border-radius: 1.1vw 1.1vw 0px 0px;
}
.innovate-region .project-item .item-contain {
}
.project-item .item-contain .desc-title {
  margin-top: 2.1vw;
  font-size: 1.7vw;
  font-weight: 500;
  color: #374245;
  line-height: 2.8vw;
  padding-left: 2.9vw;
}
.project-item .item-contain p {
  font-size: 1.3vw;
  font-weight: 400;
  color: #999999;
  line-height: 2vw;
  width: 26.6vw;
  padding-left: 2.9vw;
}
.innovate-region .item-contain .QR-code {
  width: 13.4vw;
  height: 13.4vw;
  margin: 1.3vw auto 2.5vw;
}

.QR-icon {
  position: absolute;
  top: -3.4vw;
  right: 0.6vw;
  width: 12.8vw;
  height: 12.8vw;
}
/*
* 新方案
*/
.new-plan-region {
  margin-top: 10.3vw;
  width: 100%;
  height: 43.8vw;
  background: #f9fbfc;
  /* opacity: 0.7; */
  overflow: hidden;
}
.new-plan-region .field-title {
  margin-top: 102px;
}
.new-plan-region .plan {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plan .plan-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 16.4vw;
  height: 18.9vw;
  background: #ffffff;
  box-shadow: 0px 5.2vw 4vw 7px #f8f9f9;
  border-radius: 16px;
  margin: 3.5vw 2.3vw 0 0;
}

.plan .plan-item:nth-last-child(1) {
  margin-right: 0;
}
.plan .plan-item .plan-icon {
  width: 6.8vw;
  height: 6.8vw;
}

.plan .plan-item .plan-icon img {
  width: 100%;
  height: 100%;
}

.plan .plan-item .plan-name {
  font-weight: 500;
  color: #333333;
  line-height: 2.1vw;
  margin-top: 2.3vw;
  font-size: 1.5vw;
}

.plan .plan-item .plan-desc {
  font-size: 1.1vw;
  font-weight: 400;
  color: #777777;
  line-height: 1.5vw;
  margin-top: 11px;
}

/*
* 加入点美
*/
.join-us {
  margin-top: 6.4vw;
}

.join-us .jobs {
  display: flex;
  justify-content: center;
  margin-top: 3.4vw;
  flex-wrap: wrap;
}

.join-us .jobs .jobs-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 12.4vw;
  height: 13.9vw;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  margin-right: 7.8vw;
}

.join-us .jobs .jobs-item:nth-last-child(1) {
  margin-right: 0;
}

.join-us .jobs .jobs-item:hover {
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 13px 7px #f8f9f9;
}

.jobs .jobs-item .jobs-icon {
  width: 5.3vw;
  height: 5.3vw;
}

.jobs .jobs-item .jobs-icon img {
  width: 100%;
  height: 100%;
}

.jobs .jobs-item .jobs-name {
  margin-top: 1.6vw;
  font-size: 1.6vw;
  font-weight: 550;
  color: #444f53;
  line-height: 2.3vw;
}

.join-us .default-btn {
  width: 9.9vw;
  height: 2.9vw;
  background: #333333;
  border-radius: 28px;
  color: #fff;
  margin: 5.1vw auto 7.4vw auto;
  font-size: 1.3vw;
  line-height: 2.9vw;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .contentImg {
    width: 100%;
  }
  .contentImg img {
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .leftMessage {
    position: static;
    height: auto;
  }
  #APPDownload {
    height: auto;
  }
  #APPFunctions {
    height: auto;
  }
  .contentMessage {
    width: 100%;
    margin: 10px 0 20px 0;
  }
  /* banner */
  .swiper-container .company-profile {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 5vw;
    left: 50%;
    transform: translate(-47%, 0);
    color: #fff;
  }
  .company-profile .desc {
    width: 150px;
    font-size: 1.5vw;
    line-height: 9px;
  }

  .enterprise-view .view-item {
    flex: 1;
  }
  .view-item .view-icon {
    display: flex;
    justify-content: center;
  }
  .view-item .view-title {
    margin-top: 4px;
  }
  .view-item .view-vision {
    font-size: 1.8vw;
    /* height: 36px; */
    text-align: center;
    /* width: 125px; */
    line-height: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
  }

  /* 产品介绍 -- 大头师傅 */
  .project-region .project-title {
    font-size: 20px;
  }
  #productIntro {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  #productIntro .contentImg {
    width: 350px;
    height: 397px;
    margin: 0 auto;
    margin-top: 30px;
  }
  #productIntro .contentImg img {
    width: 100%;
    height: 100%;
  }

  .messages .messages-title {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 550;
    text-align: center;
  }
  .messages .strip {
    width: 22px;
    height: 2px;
    margin: 15px auto;
  }
  .messages .project-name {
    justify-content: center;
  }
  .messages .project-name .name {
    font-size: 14px;
  }

  .tel-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 18px;
    margin-right: 5px;
  }
  .pc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 15px;
    margin-right: 5px;
  }
  .messages .desc {
    width: 300px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    margin: 8px auto 0.9vw auto;
  }

  .messages .QR-code {
    width: 150px;
    height: 150px;
    margin: 15px auto;
  }

  /* 小头师傅 */
  .xiaotou .contentImg {
    width: 100%;
  }
  .xiaotou .contentMessage {
    padding-left: 0;
  }

  /* 点美管理 */
  .pc {
    height: auto;
  }
  .pc .project-title {
    top: 10px;
  }
  .pc .contentImg .images {
    display: none;
  }

  .pc .contentImg .min-images {
    display: block;
    width: 90%;
    margin-top: 60px;
    margin: 60px 5% 0;
  }

  /* 柯蕾洛项目 */
  .kll .contentImg {
    width: 100%;
    margin-top: 20px;
  }

  .kll .contentMessage {
    margin-top: 0;
    padding-left: 0;
  }

  .kll .pc-icon {
    width: 17px;
    height: 17px;
  }

  .field-title {
    font-size: 20px;
  }

  /* 创新项目 */
  .innovate-region .project {
    margin-top: 50px;
  }

  .innovate-region .project .project-item {
    position: relative;
    margin: 0;
    width: 330px;
  }

  .innovate-region .project-item .item-header {
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 15px 15px 0px 0px;
  }
  .innovate-region .project-item .item-contain {
    padding-left: 20px;
  }
  .project-item .item-contain .desc-title {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #374245;
    line-height: 25px;
    font-weight: 550;
  }
  .project-item .item-contain p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    width: 300px;
  }
  .innovate-region .item-contain .QR-code {
    width: 150px;
    height: 150px;
    margin: 26px auto 48px auto;
  }
  .QR-icon {
    position: absolute;
    top: -35px;
    right: 13px;
    width: 100px;
    height: 100px;
  }

  /* 新方案 */

  .new-plan-region {
    height: auto;
    /* background: #FFF; */
    opacity: 1;
  }
  .new-plan-region .field-title {
    margin: 30px 0;
    color: #444f53;
  }

  .new-plan-region .plan {
    padding: 0 20px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .plan .plan-item {
    width: 150px;
    height: 172px;
    margin: 10px 0;
  }

  .plan .plan-item .plan-icon {
    width: 48px;
    height: 48px;
  }
  .plan .plan-item .plan-name {
    margin-top: 20px;
    font-size: 14px;
  }

  .plan .plan-item .plan-desc {
    line-height: 18px;
    height: 30px;
    width: 116px;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
  }

  /* 加入点美 */
  .join-us {
    margin-top: 30px;
  }
  .join-us .jobs {
    margin-top: 30px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .join-us .jobs .jobs-item {
    width: 150px;
    height: 150px;
    margin: 10px 0;
  }

  .jobs .jobs-item .jobs-icon {
    width: 44px;
    height: 44px;
  }
  .jobs .jobs-item .jobs-name {
    margin-top: 18px;
    font-size: 14px;
  }
  .join-us .default-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .dianmei-logo {
    display: flex;
    justify-content: start !important;
  }
  .dianmei-logo embed {
    /* display: none; */
    width: 108px;
    height: 24px;
    margin: 10px 0 0 0;
  }
}

@media only screen and (min-width: 750px) and (max-width: 767px) {
  .swiper-container .company-profile {
    top: 9.6vw;
  }
  .company-profile .desc {
    width: 300px;
    line-height: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .messages .project-name .name {
    margin-left: 6px;
  }
  .messages .project-name .tel-icon {
    width: 1.8vw;
    height: 2.1vw;
    display: flex;
  }
  .messages .project-name .pc-icon {
    width: 2.1vw;
    height: 1.8vw;
    display: flex;
  }
  .messages .kll .pc-icon {
    width: 2.3vw;
    height: 2.3vw;
    display: flex;
  }
  .contentImg {
    width: 100%;
  }
  .contentImg img {
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .leftMessage {
    /* position: static; */
    height: auto;
  }
  #APPDownload {
    height: auto;
  }
  #APPFunctions {
    height: auto;
  }
  .contentMessage {
    width: 40%;
    margin: 10px 0 20px 0;
  }

  .swiper-container .company-profile {
    top: 9.6vw;
    width: 90%;
  }
  #productIntro .contentImg {
    width: 55%;
    height: auto;
  }
  #productIntro .contentImg img {
    width: 100%;
    height: 100%;
  }
  #productIntro {
    height: auto;
  }
  .pc {
    height: auto;
  }
  .pc .leftMessage {
    top: 130px;
  }
  .innovate-region .project {
    flex-wrap: nowrap;
  }
  .innovate-region .project .project-item {
    /* flex: 1; */
  }
  #foot .contain .dianmei-logo img {
    margin-top: 6.2vw;
  }
  .messages .QR-code {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1660px) {
  .contentImg img {
    height: auto;
  }
  #productIntro .contentImg img {
    width: 574px;
    height: 650px;
  }
  .xiaotou .contentImg img {
    width: 737px;
    height: auto;
  }
  .pc .contentImg img {
    width: 1440px;
    height: auto;
  }
  .pc .messages-title {
    margin-top: 0;
  }
  #APPFunctions {
    height: 520px;
  }

  .kll .contentImg img {
    width: 800px;
  }
}

@media only screen and (min-width: 1600px) {
  #productIntro .contentImg img {
    /* width: 100%; */
  }
  .xiaotou .contentImg img {
    width: 100%;
    height: auto;
  }
  .pc .contentImg img {
    width: 100%;
    margin: 0;
    height: auto;
  }

  .kll .contentImg img {
    width: 100%;
    height: auto;
  }
}
