  
.flexRow {
  display: flex;
  flex-direction: row;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

[v-clock]{
  display: none;
}

p {
  margin: 0;
  padding: 0;
}

.ctn-wrap {
  max-width: 1200px ;
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
}

.intro-wrap {
  width: 100%;
  color: #000000;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.intro-title {
  height: 48px;
  font-size: 48px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  font-weight: 400;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.intro {
  font-size: 16px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  font-weight: 400;
  line-height: 36px;
  max-width: 678px;
  width: 678px;
}

.intro-img {
  position: absolute;
  top: 60px;
  right: 0;
  width: 344px;
  height: 344px;
}

.part-wrap {
  width: 100%;
  margin-bottom: 100px;
}

.part-title {
  height: 34px;
  font-size: 34px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
  margin-bottom: 40px;
}

.part-list-wrap {
  overflow-x: auto;
  min-width: 100%;
}

.part-list {
  min-width: 900px;
}

.part-list .list {
  flex: 1;
}

.part-list .list .list-title {
  background-color: #007bc0;
  font-size: 22px;
  font-family: BoschSansCHS-Bold, BoschSansCHS;
  font-weight: bold;
  color: #FFFFFF;
  text-wrap: nowrap;
  padding: 17px 20px;
  box-sizing: border-box;
}

.part-list .list .list-value {
  height: 80px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: BoschSansCHS-Regular, BoschSansCHS;
  color: #000000;
  padding: 17px 20px;
  border: 1px solid #E0E2E5;
  justify-content: center;
}

.part-wrap .part-tip {
  background: #EFF0F1;
  padding: 24px;
  box-sizing: border-box;
  margin-top: 40px;
}

.part-wrap .part-tip p{
  font-family: boschsans, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000000;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

.product-list {
  max-width: 100%;
  font-family: BoschSansCHS-Bold, BoschSansCHS;
}

.product-list .product-title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 34px;
  align-items: center;
  margin: 60px 0 40px;
}

.product-list .product-title div{
  width: 3px;
  height: 28px;
  background: #007BC0;
  margin-right: 12px;
}

.product-list .product {
  margin-bottom: 40px;
}

.product-list .product .title {
  height: 36px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  margin-bottom: 16px;
}

.product-list .product .ctn {
  font-size: 16px;
  font-weight: 400;
  color: #656A6F;
  line-height: 36px;
}

.product-list .product .desc {
  font-size: 16px;
  font-weight: 400;
  color: #A8A8A8;
  line-height: 24px;
  margin-top: 16px;
}

.part-btn {
  width: 100%;
}

.part-btn .btn {
  padding: 34px 20px;
  background-color: #eff1f3;
  width: 378px; 
  margin-right: 32px;
  align-items: center;
  cursor: pointer;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  justify-content: space-between;
  text-decoration: none;
}

.part-btn .btn .file{
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/assets/img/file-black.png') no-repeat center;
  background-size: 100% 100%;
  margin-right: 12px;
}

.part-btn .btn .name{
  font-size: 24px;
  font-family: BoschSansCHS-Bold, BoschSansCHS;
  font-weight: 400;
  color: #000;
}

.part-btn .btn .download{
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/assets/img/download-black.png') no-repeat center;
  background-size: 100% 100%;
  /* margin-left: 80px; */
}

.part-btn .btn:hover {
  background: #007bc1;
  .name {
    color: #fff !important;
  }
  
  .file{
    background: url('/assets/img/file-white.png') no-repeat center;
  }
  
  .download{
    background: url('/assets/img/download-white.png') no-repeat center;
  }
}


@media screen and (max-width: 899px) and (min-width:600px) {
  .intro-img {
    width: 258px;
    height: 258px;
  }
  .intro-img img{
    width: 100%;
    height: 100%;
  }
  .intro {
    width: 568px;
    text-wrap: wrap;
  }
  .part-btn .btn  {
    width: 48%;
    text-wrap: nowrap;
    min-width: 350px;
  }
}



@media (max-width:1100px)  {
  .intro {
    max-width: calc(100% - 344px);
  }
}

@media (max-width:600px) {
  .intro-img {
    width: 344px;
    height: 344px;
    position: static;
    bottom: 0;
    text-align: center;
    margin: 40px auto;
  }
  .intro-img img{
    width: 100%;
    height: 100%;
  }
  .part-btn  {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .part-btn .btn {
    width: 100%;
  }
  .part-btn .agreement {
    margin-bottom: 32px;
  }

  .ctn-wrap {
    border: none;
  }

  .intro { 
    max-width: 100%;
  }
  
  .part-list  {
    min-width: 700px;
  }
}