@charset "UTF-8";
/*
  pxTovw
  750：设计稿宽度
  $px：元素在设计稿上的宽度
*/
:deep(.el-dialog .el-dialog__header) {
  padding-top: 60px;
}

:deep(.el-dialog .el-dialog__footer) {
  padding-bottom: 60px;
}

.submit-btn {
  border-radius: 0;
  width: 401px;
  height: 40px;
  line-height: 40px;
  background-color: #0149bf;
  border-color: transparent;
}

@media screen and (max-width: 750px) {
  .submit-btn {
    width: 70%;
  }
}
.el-form-list {
  width: 340px;
  margin: 0 auto;
}
.el-form-list :deep(.el-input__inner) {
  border-radius: 0;
}

.m-t68 {
  margin-top: 30px;
}

.m-b60 {
  margin-bottom: 30px;
}

.service-support .products-container {
  min-height: 500px;
}
.service-support .support-container .banner {
  width: 100%;
  height: 370px;
  margin: 0 auto 40px;
  background: url("../../assets/support/download-banner.png") no-repeat center;
  background-size: cover;
}
.service-support .support-container .banner img {
  display: none;
}
.service-support .support-container .select-bar {
  width: 100%;
  height: 78px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 40px;
  background: url("../../assets/support/select-bg.png") no-repeat center;
}
.service-support .support-container .select-bar .select-ul {
  width: 1201px;
  margin: 0 auto;
  padding-top: 1px;
  cursor: pointer;
}
.service-support .support-container .select-bar .select-ul li {
  width: 150px;
  height: 60px;
  text-align: center;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 60px;
}
.service-support .support-container .select-bar .select-ul .current {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: url("../../assets/support/selected-bg.png") no-repeat center;
  background-size: 150px 60px;
}
.service-support .support-container .content {
  max-width: 1200px;
  margin: 0 auto;
}
.service-support .support-container .content ul li:nth-child(odd) {
  width: 49.5%;
  border-right: 1px solid #ededed;
}
.service-support .support-container .content ul li {
  width: 50%;
  height: 70px;
}
.service-support .support-container .content ul li .item-name {
  margin-left: 30px;
  text-indent: 59px;
  height: 28px;
  line-height: 28px;
  background: url("../../assets/support/icon-pdf.png") no-repeat left;
  background-size: 24px 28px;
}
.service-support .support-container .content ul li .download-box {
  cursor: pointer;
  margin-right: 30px;
  padding-left: 40px;
  font-size: 16px;
  color: #0149bf;
  font-weight: 400;
  min-width: 60px;
  text-align: right;
  background: url("../../assets/support/icon-download.png") no-repeat center left;
  background-size: 18px 18px;
}
.service-support .support-container .content ul .graybg {
  background: #f3f5f7;
}
.service-support .support-container .content .video-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service-support .support-container .content .video-list .video-item {
  width: 380px;
  height: 259px;
  margin-bottom: 30px;
  margin-right: 20px;
  background: url("../../assets/support/video-bg.png") no-repeat rgba(0, 0, 0, 0.1);
  background-size: 380px 259px;
}
.service-support .support-container .content .video-list:after {
  content: "";
  width: 380px;
}

@media screen and (max-width: 750px) {
  .el-form-list {
    width: 70vw;
    margin: 0 auto;
  }
  :deep(.el-dialog .el-dialog__title) {
    font-size: 3.2vw;
  }
  :deep(.el-dialog .el-dialog__footer) {
    padding-bottom: 30px;
  }
  :deep(.el-dialog .el-dialog__header) {
    padding-top: 50px;
  }
  .service-support .support-container .banner {
    width: 100%;
    height: 120px;
    margin-top: 4vw;
    margin-bottom: 0;
  }
  .service-support .support-container .banner img {
    display: inline-block;
    max-width: 100%;
    min-height: 50px;
    background: none;
    display: none;
  }
  .service-support .support-container .select-bar {
    height: 13.0666666667vw;
    background: url("../../assets/support/sq-bar-mobile2.png") no-repeat center;
    background-size: 100%;
    margin-top: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .service-support .support-container .select-bar .select-ul {
    width: 100%;
  }
  .service-support .support-container .select-bar .select-ul li:first-child {
    margin-left: 5.3333333333vw;
  }
  .service-support .support-container .select-bar .select-ul li {
    width: 26.6666666667vw;
    height: 60px;
    line-height: 45px;
    color: #717171;
    font-size: 3.2vw;
  }
  .service-support .support-container .select-bar .select-ul .short2 {
    width: 17.3333333333vw;
  }
  .service-support .support-container .select-bar .select-ul .short4 {
    width: 21.3333333333vw;
  }
  .service-support .support-container .select-bar .select-ul .current {
    font-size: 3.2vw;
    color: #fff;
    background: url("../../assets/support/selected-bg-mobile.png") no-repeat center top;
    background-size: 26.6666666667vw 11.4666666667vw;
  }
  .service-support .support-container .select-bar .select-ul .current.short2 {
    background-size: 17.3333333333vw 11.4666666667vw;
  }
  .service-support .support-container .select-bar .select-ul .current.short4 {
    background-size: 21.3333333333vw 11.4666666667vw;
  }
  .service-support .support-container .content {
    max-width: 1200px;
    margin: 0 auto;
  }
  .service-support .support-container .content ul li:nth-child(odd) {
    width: 100%;
    background: #f3f5f7;
  }
  .service-support .support-container .content ul li:nth-child(even) {
    width: 100%;
    background: #ffffff;
  }
  .service-support .support-container .content ul li {
    height: 60px;
  }
  .service-support .support-container .content ul li .item-name {
    margin-left: 30px;
    text-indent: 35px;
    height: 24px;
    background: url("../../assets/support/icon-pdf.png") no-repeat left;
    background-size: 18px 24px;
  }
  .service-support .support-container .content ul li .download-box {
    cursor: pointer;
    font-size: 14px;
    margin-right: 20px;
    padding-left: 20px;
    background: url("../../assets/support/icon-download.png") no-repeat center left;
    background-size: 16px 16px;
  }
  .service-support .support-container .content .video-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .service-support .support-container .content .video-list .video-item {
    max-width: 94vw;
    max-height: 600px;
    margin: 0 auto 2.6666666667vw;
    background: url("../../assets/support/video-bg.png") no-repeat rgba(0, 0, 0, 0);
    background-size: cover;
  }
  .service-support .support-container .pagination .m-t68 {
    margin-top: 5.3333333333vw;
  }
  .service-support .support-container .pagination .m-b60 {
    margin-bottom: 5.3333333333vw;
  }
}