
.customs{
    background-color: #fff;
    width: 100%;
}
.customs-con {
    background-color: #fff;
    width: 100%;
    text-align: justify;
}

.customs-ban {
    width: 100%;
    height: 200px;
    position: relative;
    padding-top: 244px;
    background: url("/static/img/videos-ban.527afaa.png") center top no-repeat;
    background-size: cover;
}
.customs-ban img {
    width: 695px;
    height: auto;
    opacity: 0;
  }

.about-con {
  width: 100%;
  background-color: #f7f6f6;
}

.custom-wrap {
  width: 1260px;
  margin: 0 auto;
  padding-top: 20px;
  min-height: 360px;
}
.custom li{
    float: left;
    margin-right: 23px;
    background-color: #f7f6f6;
    margin-bottom: 20px; 
  }
.custom li img{
    width: 217px;
    height: 151.91px;
  }
.nav-second-wrap {
  width: 100%;
  background: #fff;
}
.deve-title {
  padding-top: 38px;                                                                                                                                                                                                                                                            
  color: #666666;
  font-size:22px;
  text-align: center;
}
.nav-second {
  display: flex;
  justify-content: space-between;
  width: 1177px;
  height: auto;
  min-height: 70px;
  margin: 0 auto;
  overflow: hidden;
}
.search-box {
  position: relative;
  width: 188px;
  height: 36px;
  margin: auto;
}

.el-input {
  font-size: 14px;
  display: inline-block;
}

.el-input__prefix {
  left: 5px;
}

.el-input__prefix {
  position: absolute;
  top: 2px;
  height: 100%;
  color: #C0C4CC;
  text-align: center;
  display: flex;
}
.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

/* .el-input__inner::-webkit-input-placeholder {
  color: rgb(192, 196, 204);
}

.el-input__inner::-moz-placeholder {
  color: rgb(192, 196, 204);
}

.el-input__inner:-moz-placeholder {
  color: rgb(192, 196, 204);
}

.el-input__inner:-ms-input-placeholder {
  color: rgb(192, 196, 204);
} */

.el-input__prefix img {
  width: 16px;
  height: 16px;
  margin: auto 5px;
  cursor: pointer;
}
.button:hover span{
  color: #186CEA;
}

.button a{
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.button span {
  margin: 4px auto;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.button a img {
  width: 36px;
  height: 36px;
}

.button a span {
  margin: 4px auto;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.button{
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  cursor: pointer;
}
#hr {
  width: 1px;
  height: 58px;
  margin: 23px 30px;
  background-image: linear-gradient(#fff, #C0C0C0, #fff);
}

.nav-select {
  display: flex;
  justify-content: start;
  padding-left: 10px;
}

.custom-navs{
  margin: auto 0;
  display: flex;
}
.navS-list {
  padding: 0;
  width: 872px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}

.el-input__inner:focus{
  border-color:#5485e8;
}
.navS-list li{
  height: 30px;
  margin-right: 40px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
}
.navS-item:hover,
.all-label:hover,
.navS-item-active {
  color: #5485e8;
  cursor: pointer;
}
.page-blocks {
  width: 1200px;
  background-color: #ffffff;
  margin: 15px 0;
  text-align: left;
  margin-bottom: 93px;
}

.page {
  float: right;
  font-size: 0;
}

#page-num {
  display: inline-block;
}

.page-btn {
  display: inline-block;
  padding: 9px 17px;
  margin: 0 1px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  cursor: pointer;
  color: #333333;
  text-decoration: none;
}

.page-btn.disabled {
  color: #C1C1C1;
  cursor: not-allowed;
  pointer-events: none;
}

.page-btn.disabled:hover {
  color: #C1C1C1;
  border: 1px solid #EAEAEA;
}

.page-btn:hover {
  background: #EBF0FE;
  border: 1px solid #DAE4FD;
}

#page .page-btn {
  padding: 9px 15px;
}

#page .page-btn.active {
  background: #0D58CD;
  border: 1px solid #0D58CD;
  color: #FFF !important;
  cursor: auto;
}

