.m-box-min h5 {
  padding-bottom: 0 !important;
}

.conv-praise {
  width: 100%;
  margin-top: 50px;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m {
  height: auto;
  overflow: hidden;
  padding: 50px;
  margin: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 3px 10px 1px rgba(15, 15, 15, 0.1);
  border-radius: 4px 4px 4px 4px;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-left {
  width: 282px;
  height: 250px;
  display: flex;
  align-items: center;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-left img {
  width: 100%;
  height: 100%;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right {
  width: calc(100% - 50px - 282px);
  text-align: left;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right .tip {
  width: auto;
  display: inline-flex;
  align-items: center;
  height: 30px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #0071ef;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 24px;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right .tip span {
  font-size: 16px;
  font-weight: 500;
  color: #0071ef;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right .tip img {
  margin-left: 10px;
  width: 15px;
  height: 15px;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right h6 {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  margin-top: 10px;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right p {
  margin-top: 34px;
  font-size: 16px;
  color: #444444;
  line-height: 26px;
}

.conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right p span {
  color: #0071ef;
}

@media screen and (max-width: 1600px) {
  .conv-praise {
    margin-top: 40px;
  }

  .conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m {
    padding: 36px;
    height: 260px;
  }

  .conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-left {
    width: 200px;
    height: 177px;
  }

  .conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right {
    width: calc(100% - 40px - 200px);
  }

  .conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right h3 {
    font-size: 20px;
  }

  .conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right .tip {
    height: 24px;
    padding: 0 6px;
    border-radius: 3px;
    margin-top: 18px;
  }

  .conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right .tip span {
    font-size: 14px;
  }

  .conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right .tip img {
    margin-left: 8px;
    width: 12px;
    height: 11px;
  }

  .conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right h6 {
    font-size: 14px;
    margin-top: 10px;
  }

  .conv-praise .swiper .swiper-wrapper .swiper-slide .conv-praise-m-right p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}

.scrm-contact {
  margin-top: 50px;
}

.scrm-contact ul {
  height: 329px;
}

.scrm-contact ul li {
  width: 274px;
  height: 329px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(15, 15, 15, 0.1);
  border-radius: 4px;
  float: left;
  margin-right: 80px;
}

.scrm-contact ul li .li-title {
  height: 93px;
  background: url("../../img/product/scrm-header.png") no-repeat;
  background-size: 100% 100%;
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 93px;
}

.scrm-contact ul li .li-list {
  height: auto;
  padding-left: 78px;
  box-sizing: border-box;
  margin-top: 32px;
}

.scrm-contact ul li .li-list div {
  display: flex;
  align-items: center;
  height: 25px;
  margin-bottom: 24px;
}

.scrm-contact ul li .li-list div img {
  width: 22px;
  height: 14px;
}

.scrm-contact ul li .li-list div span {
  font-size: 18px;
  font-weight: 500;
  color: #0071ef;
  margin-left: 16px;
}

.scrm-contact ul li .li-list div:last-child {
  margin-bottom: 0;
}

.scrm-contact ul li:nth-child(4n) {
  margin-right: 0;
}

.scrm-contact ol {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.scrm-contact ol li {
  width: 628px;
  height: 61px;
  background: #FFD5D5;
  border-radius: 4px 4px 4px 4px;
  font-size: 24px;
  font-weight: 600;
  color: #0071ef;
  line-height: 61px;
}

@media screen and (max-width: 1600px) {
  .scrm-contact {
    margin-top: 40px;
  }

  .scrm-contact ul {
    height: 300px;
  }

  .scrm-contact ul li {
    width: 255px;
    height: 300px;
    margin-right: 60px;
  }

  .scrm-contact ul li .li-title {
    height: 73px;
    font-size: 28px;
    line-height: 73px;
  }

  .scrm-contact ul li .li-list {
    margin-top: 28px;
  }

  .scrm-contact ul li .li-list div {
    height: 25px;
    margin-bottom: 24px;
  }

  .scrm-contact ul li .li-list div img {
    width: 20px;
    height: 12px;
  }

  .scrm-contact ul li .li-list div span {
    font-size: 16px;
    margin-left: 14px;
  }

  .scrm-contact ol {
    margin-top: 40px;
  }

  .scrm-contact ol li {
    width: 571px;
    height: 51px;
    font-size: 22px;
    line-height: 51px;
  }
}

/**品牌商家***/
.scrm-list {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  justify-content: center;
}

.scrm-list li {
  padding: 30px 30px 66px 30px;
  background: #FFFFFF;
  width: 360px;
  margin-right: 16px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(230, 235, 238, 0.5);
}

.scrm-list li:last-child {
  margin-right: 0;
}

.scrm-list li div img {
  width: 80px;
  height: 80px;
}

.scrm-list li h4 {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 400;
  margin-top: 34px;
  margin-bottom: 16px;
}

.scrm-list li p {
  color: #767676;
  font-size: 14px;
  line-height: 22px;
}

/**品牌商家***/

/**核心功能**/
.scrm-drainage-list {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.scrm-drainage-list li {
  width: 287px;
  height: 233px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 40px 40px 32px 40px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 16px;
  margin-bottom: 16px;
  box-shadow: 0px 0px 10px 0px rgba(230, 235, 238, 0.5);
}

.scrm-drainage-list li:nth-child(5n) {
  margin-right: 0;
}

.scrm-drainage-list li div img {
  width: 50px;
  height: 50px;
}

.scrm-drainage-list li h4 {
  margin: 24px 0 16px 0;
  font-size: 18px;
  font-weight: 500;
  color: #353535;
}

.scrm-drainage-list li p {
  color: #767676;
  line-height: 26px;
  font-size: 14px;
}

/**核心功能**/

/**新链路**/
.link {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
}

.link-list {
  border-radius: 4px;
  background: #FFFFFF;
  width: 323px;
  box-shadow: 0px 0px 10px 0px rgba(230, 235, 238, 0.5);
}

.link-list .link-title {
  border-radius: 4px 4px 0px 0px;
  padding: 40px 30px;
  display: flex;
  flex-direction: row;
  background: url("../../img/product/shipinhao/productTitle.png") no-repeat;
  background-size: cover;
}

.link-list .link-title div {
  color: #0071ef;
  border-radius: 4px;
  font-size: 20px;
  margin-right: 16px;
  background: #fff;
  padding: 6px 20px;
}

.link-sub {
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 24px;
}

.link-content {
  margin-top: 40px;
  text-align: left;
}

.link-content-title {
  padding: 0 40px;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 24px;
}

.link-content-title::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0071ef;
  content: "";
  position: absolute;
  margin-left: -18px;
  margin-top: 7px;

}

.link-content-description {
  margin-top: 16px;
  font-size: 14px;
  color: #767676;
  padding: 0 30px;
  margin-bottom: 40px;
}

.link .link-img {
  width: 54px;
  height: 200px;
  margin: 100px 4px 0 10px;
}

/**新链路**/
/**scrm解决方案**/
.s-tab {
  height: 50px !important;
}

.s-tab-item {
  height: 50px !important;
}

.s-introduce-scrm {
  background: url("../../img/product/scrm/scrm.png") no-repeat;
  background-size: cover;
  height: 527px;
  width: 100%;
  margin-top: 40px;
}

.profession {
  text-align: left;
  margin-right: 40px;
  width: 1050px;
}

.profession-slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 82px !important;
}

.profession-slider-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1500px;
  margin: auto;
}

.profession-title {
  color: #FFFFFF;
  font-size: 22px;
  margin-bottom: 24px;
}

.profession-line {
  width: 20px;
  height: 2px;
  background: #D8D8D8;
  margin-bottom: 24px;
}

.s-mall {
  width: 180px;
}

.s-mall-320 {
  width: 320px;
}

.s-mall-280 {
  width: 280px;
}

.s-mall-240 {
  width: 240px;
}

.profession-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #FFFFFF;
}

.profession-img-list {
  margin-top: 62px;
  margin-bottom: 62px;
}

.profession-img {
  width: 160px;
  height: 66px;
  margin-right: 36px;
}

.profession-img:last-child {
  margin-right: 0;
}

.swiper .swiper-wrapper .swiper-slide {
  padding: 0;
}

.profession-svg {
  border-left: 1px solid #FFEBEB;
  padding-left: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 240px;
  min-width: 240px;
  padding-top: 40px;
}

.profession-svg-list {
  width: 80px;
  margin-right: 52px;
}

.profession-svg-list:nth-child(2n) {
  margin-right: 0;
}

.profession-svg-list img {
  width: 16px;
}

.profession-svg-list .icons {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.profession-svg-list div {
  color: #FFFFFF;
  font-size: 16px;
}

.customer .customer-title {
  color: #767676;
  font-size: 16px;
  margin: 40px 0 0 0;
}

.customer-line {
  text-align: center;
  margin: auto;
  background: #F1F1F1;
  width: 200px;
  height: 1px;
  margin-bottom: 24px;
}

/**scrm解决方案**/
/**三分钟设置视频号玩法，超便捷！**/
.convenient {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.convenient-img {
  width: 796px;
}

.convenient-list {

  margin-top: 100px;
}

.convenient-list div {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.zhiBo-width {
  width: 70% !important;
}

.convenient-list-img {
  width: 30px;
  height: 28px;
}

.convenient-list div div {
  color: #1A1A1A;
  font-size: 20px;
  margin-left: 6px;
}

.shiPin-flex {
  display: flex;
  flex-direction: column;
  padding: 0 !important;

}

.shiPin-flex .swiper-gray {
  padding: 40px 0;
}

.zhiBo-img {
  width: 100%;
}

#service-tab-content-automate .swiper-slide {
  /*justify-content: center;*/
}

.automate {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
}

.automate-list {
  width: 500px;
  text-align: left;
}

.automate-flex {
  display: flex;
  margin-bottom: 12px;
}

.automate-flex img {
  width: 14px;
  height: 14px;
  margin-top: 8px;
}

.s-introduce .s-introduce-left h3 {
  margin-bottom: 32px;
}

.s-introduce .s-introduce-left p {
  margin: 20px 0 16px 0;
  height: auto;
}

.automate-flex div {
  color: #1A1A1A;
  font-size: 20px;
  margin-left: 12px;
}

.automate-description {
  color: #767676;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
  text-align: left;
  padding-left: 28px;
}

.automate-img {
  width: 825px;
  text-align: right;

}

.service-img {
  margin: 0 auto;
  /*padding-top: 40px;*/
  width: 100% !important;
}

/**三分钟设置视频号玩法，超便捷！**/

.consulting-btn-1 {
  width: 740px !important;
  position: relative;
  left: -50px;
}

.consulting-btn-2 {
  width: 445px;
  position: relative;
  left: -100px;
}

.consulting-btn-3 {
  width: 490px;
  position: relative;
  left: -150px;
}

.consulting-btn-4 {
  width: 520px;
  position: relative;
  left: -120px;
}

/**聊天**/
.chat {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.chat .chat-img {
  width: 860px;
}

.chat-content-list {
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  height: 148px;
  width: 532px;
  background: #FFFFFF;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 0 10px 0 rgba(230, 235, 238, 0.5);
  margin-bottom: 24px;
}

.chat-content-list-172 {
  height: 172px;
}

.chat-content-list-line {
  width: 6px;
  min-width: 6px;
  height: 100%;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.s-introduce .s-introduce-left p {
  font-size: 18px;
}

.chat-content-title {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.active .chat-content-title {
  color: #0071ef;
}

.active .chat-content-list-line {
  background: #0071ef;
}

.chat-content-list:hover .chat-content-title {
  color: #0071ef;
}

.chat-content-list:hover .chat-content-list-line {
  background: #0071ef;
}

.chat-content-list-div .chat-content-desc {
  color: #767676;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
}

.chat-content-list-div .chat-content-desc div {
  background: #767676;
  width: 5px;
  height: 5px;
  min-width: 5px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  top: 8px;
}

.chat-content-list-div .chat-content-desc:last-child {
  margin-bottom: 0;
}

.chat-content-list .chat-content-list-div {
  padding: 24px 38px;
}

.mr-left {
  margin: auto;
  width: 100%;
}

.mall-wan {
  margin-top: 40px;
  display: flex;
  /*justify-content: center;*/
}

.mall-wan-1 {
  width: 827px;

}

.mall-wan-2 {
  width: 646px;

}

.mall-wan-3 {
  width: 500px;

}

.mall-wan-4 {
  width: 600px;

}

.s-tab-width {
  justify-content: center;
  width: 1500px;
  margin: 40px 0 0 0;
  border-bottom: 1px solid rgba(6, 15, 26, 0.05);
}

.logo-img {
  /*height: 360px;*/
}

.mall-img {
  width: 100%;
}

/**聊天**/
@media screen and (max-width: 1600px) {
  .page-width-1500 {
    width: 1200px;
    transform: scale(1)
  }

  .consulting-btn-1 {
    width: 600px !important;
    position: relative;
    left: 0;
  }

  .consulting-btn-2 {
    width: 400px !important;
    left: -30px;
  }

  .consulting-btn-4 {
    left: -80px;
  }

  .consulting-btn-3 {
    left: -60px;
  }

  .profession-slider-div {
    width: 1200px;
  }

  .s-tab-width {
    width: 1200px;
  }

  .profession-img {
    width: 140px;
    height: auto;
    margin-right: 16px;
  }

  .link-list .link-title {
    padding: 30px 20px;
  }

  .link-list .link-title div {
    margin-right: 8px;
    padding: 6px 10px;
  }

  .convenient-img {
    width: 600px;
  }

  .scrm-drainage-list {
    margin-top: 40px;
  }

  .scrm-drainage-list li {
    width: 227px;
    padding: 24px 20px;
  }

  .swiper-service-swi .swiper-wrapper .swiper-slide .more ul li {
    width: 236px;
    padding: 24px 8px 24px 16px;
    margin-right: 8px;
  }

  .swiper-service-swi .swiper-wrapper .swiper-slide .more ul {
    margin-left: 10px;
    margin-top: 10px;
  }

  .swiper-service-swi .swiper-wrapper .swiper-slide .more .more-title {
    padding-left: 20px;
  }

  .scene-data {
    width: 220px !important;
  }

  .automate-img {
    width: 700px;
    position: relative;
    left: -50px;
  }

  .shipinhao-1 {
    height: 438px;

  }

  .convenient-list {
    margin-top: 60px;
  }

  .convenient-list div div {
    font-size: 18px;
  }

  .chat-content-list {
    width: 510px;
    margin-bottom: 12px;
  }

  .mall-wan-1 {
    width: 600px;
    position: relative;
    left: -20px;
  }

  .mall-wan-2 {
    width: 500px;
    position: relative;
    left: -50px;
  }

  .mall-wan-3 {
    position: relative;
    left: -50px;
  }

  .mall-wan-4 {
    position: relative;
    left: -20px;
  }

  .chat .chat-img {
    width: 680px;
    height: 390px;
    margin-top: 45px;
  }

  .chat .chat-img-1 {

    margin-top: 50px;
  }

  .chat-content-list .chat-content-list-div {
    padding: 16px 24px;
  }

  .link-sub {
    font-size: 20px;
  }

  .scrm-list li div img {
    width: 60px;
    height: 60px;
  }
}

.marketplace {

  display: flex;
  flex-direction: row;
  justify-content: center;
  /*flex-wrap: wrap;*/
  margin-top: 55px;
}

.marketplace-list {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 40px 100px 64px 100px;
  width: 489px;
  margin: 0 16px 0 0;
  box-shadow: 0 0 10px 0 rgba(230, 235, 238, 0.5);
}

.marketplace-img {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.marketplace-title {
  color: #333333;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 16px;
}

.marketplace-description {
  color: #767676;
  font-weight: 400;
  font-size: 14px;
}

.scene {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.scene-product-content {
  text-align: left;
  margin: auto 0;
  width: 520px;
}

.scene-product-img {
  width: 667px;
  height: 504px;
  position: relative;
  top: -20px;
}

.scene-product-img-2 {
  width: 662px;
  height: 554px;
}

.scene-product-content .scene-title {
  color: #1A1A1A;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 32px;
}

.scene-flex {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}

.scene-flex-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.scene-description {
  color: #767676;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  width: 520px;
  margin-top: 8px;
}

.scene-mb-50 {
  margin-bottom: 50px !important;
}

.scene-subTitle {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: -20px;
  margin-bottom: 16px;
}

.customization {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 40px 48px;
}

.customization .title {
  color: #353535;
  line-height: 32px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}

.customization-flex {
  display: flex;
  flex-direction: row;
}

.customization-flex .desc {
  display: flex;
}

.desc-menu {
  background: #FFF5F5;
  width: 176px;

  border-radius: 20px;
  margin: 0 auto;
  padding: 32px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.desc-menu img {
  width: 80px;
  height: 80px;
}

.desc-menu div {
  color: #1A1A1A;
  line-height: 24px;
  font-size: 18px;
  margin-top: 16px;
  font-weight: 400;
}

.desc-select {
  width: 26px;
  height: 26px;
  margin: 80px 12px;
}

.requirement {
  display: flex;
  /*background: linear-gradient(99deg, #cd3833 0%, #df5655 96%);*/
  background: url('../../img/product/customization/choose-banner.png') no-repeat;
  background-size: 250px 100px;
  width: 207px;
  height: 80px;
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
}

.requirement-phase {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}

.requirement-phase-title {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 14px;
}

.requirement-phase-people {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 8px;
}

.requirement-number {
  color: rgba(255, 255, 255, 0.5);
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
}

.customization-flex div {
  display: flex;

}

.requirement-menu {
  display: flex;
  flex-direction: column;
}

.requirement-select {
  width: 12px;
  height: 12px;
  margin: 16px auto;
}

.requirement-select-right {
  width: 10px;
  height: 13px;
  margin: 43px 16px;
}

.requirement-status {
  box-shadow: 0 0 16px 0 rgba(223, 226, 228, 0.32);
  background: #FFFFFF;
  width: 199px;
  height: 254px;
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;

}

.requirement-status .menu {
  background: #FFF4F4;
  height: 40px;
  border-radius: 40px;
  width: 100%;
  text-align: center;
  color: #555555;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 12px;
}

/*.customization-height {*/
/*  height: 510px;*/
/*}*/
.requirement-text {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: auto;
}

@media screen and (max-width: 1650px) {
  .profession {
    width: 860px;
  }

  .scene-product-img {
    width: 500px;
    height: 377px;
    position: relative;
    top: -10px;
  }

  .scene-product-img-2 {
    width: 500px;
    height: 418px;
  }

  .desc-menu {
    width: 135px;
    height: 110px;
    padding: 24px;
  }

  .desc-menu img {
    width: 70px;
    height: 70px;
  }

  .requirement {
    width: 178px;
    background-size: 200px 90px;
    padding: 0px 9px;
  }

  .requirement-phase {
    margin-left: 8px;
  }

  .requirement-status {
    width: 148px;
  }

  .requirement-phase-title {
    font-size: 18px;
  }

  .requirement-phase-people {
    font-size: 12px;
  }

  .requirement-select-right {
    margin: 32px 11px;
  }

  .customization {
    height: 230px;
  }

  .desc-select {
    margin: 68px 12px;
  }

  .marketplace-list {
    padding: 40px 50px 64px 50px;
    width: 300px;
  }

  .customization-height {
    height: 510px;
  }
}