/*关于我们手机端*/

@media screen and (min-width: 500px) and (max-width: 1024px) {
  .leader-list-cell {
    width: 46%;
    float: left;
    margin: 0 2%
  }
  .leader-list-cell>div {
    height: 240px
  }
  .intro-container div:nth-child(2) {
    padding: 0 40px
  }
  #productVideo {
    max-height: none;
  }
  .header .navigation-container {
    width: 170px;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .nothing-product {
    margin-top: 200px
  }
  .news-nav-right {
    min-height: 700px;
    padding: 25px 0
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .news-nav-right {
    padding-bottom: 40px;
  }
  .nothing-product {
    margin-top: 350px;
  }
  .header .navigation-container {
    width: 340px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1249px) {
  .product-first {
    width: 536px;
    padding: 75px 40px 75px 40px;
  }
  .product-second {
    width: 350px;
  }
  .product-second-content {
    width: 306px;
  }
}

.supplier-title {
  color: #000000;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}

.supper-submit {
  margin-top: 20px;
}

.supplier-form {
  color: #000000;
}

.supplier-form>span {
  font-size: 18px;
  display: block;
  padding-left: 20px;
  margin: 20px 0 20px 70px;
  padding-bottom: 11px;
  border-bottom: 1px solid #cccccc;
}

.supplier-form input, .supplier-form textarea {
  max-width: 500px;
}

.verifyCodeInput {
  max-width: 200px;
}

.supplierVerify {
  height: 43px;
  width: 150px;
}

.supplier-form textarea {
  min-height: 100px;
}

.supplier-form .el-form-item {
  margin-left: 120px;
}

.supplier-form .company-address-form-item .el-form-item__content {
  display: block;
}

.supplier-form .el-cascader {
  width: 350px;
}

.company-address-input {
  margin-top: 5px;
}

.submit-supplier {
  background-color: #333333 !important;
  border: none !important;
  font-size: 16px !important;
}

.el-button {
  background-color: #333333 !important;
  border: none !important;
}

.el-button--default {
  color: #666 !important;
  border: 1px solid #1f2d3d !important;
  background-color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
  .campus-title, .social-title, .contact-title, .office-title {
    padding-left: 10px;
    height: 57px;
    font-size: 19px;
    line-height: 57px
  }
  .supplier-form>span {
    font-size: 18px;
    display: block;
    padding-left: 20px;
    margin: 20px 0 20px 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid #cccccc;
  }
  .supplier-form .el-form-item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .supplier-form .el-cascader {
    width: 180px;
  }
  .el-cascader-menu {
    min-width: 85px !important;
  }
  .el-cascader-menu__item {
    width: 85px;
  }
  .supplier-form .el-form-item__label {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .news-nav-right {
    padding: 40px 20px;
  }
  .acc-money{
    margin-top: 10px;
    padding-left: 10px;
  }
}
.intro-container p img{
    width:100%;
  }
