.backtop-wrap{
  background-color: #f6f6f6;
}
main{
  padding-bottom: 100px;
}
.content-left-260 {
  background-color: #fff;
}
.content-left-260 .videoIcon{
  display: none;
}
.el-menu{
  border: none;
}
.content-left-260 .el-menu-item{
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  font-weight: 400;
  color: #666;
  padding: 0 40px !important;
  list-style: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color .3s,background-color .3s,color .3s;
  transition: border-color .3s,background-color .3s,color .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.content-left-260 .el-menu-item.is-active{
  color: #222222;
  font-weight: 500;
  color: #CA0001;
}
.content-right{
  padding: 54px 40px;
  background: #fff;
}
.content-right .el-table__empty-block{
  height: auto !important;

}

.content-right .el-form--inline .el-form-item{
  margin-right: 24px;
}
.content-right .el-form-item__label{
  color: #000;
}
.content-right .el-form-item__content{
  width: 380px;
}
.content-right .el-input__inner,.content-right .el-textarea__inner{
  font-size: 14px;
  background: #F6F6F6;
}

.content-right .el-input__inner::placeholder,.content-right input::-webkit-input-placeholder,.content-right .el-textarea__inner::placeholder{
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  -webkit-text-fill-color:#ccc
}
.view-tag{
  padding: 8px 24px;
  font-size: 16px;
}
.about-us strong{
  font-weight: normal;
}

/* idx1 */
.idx1-avatar{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  vertical-align: middle;
}
.p24-btn.out{
  top: -10px;
  position: relative;
}

.table-btn{
  font-size: 14px;
  font-weight: 400;
  color: #0039A0;
  cursor: pointer;
}

/* uploader */
.idx1-uploader{
  margin-bottom: 54px;
 }
 .upload-container{
  display: inline-block;
 }
.idx1-avatar-uploader{
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
}
.idx1-avatar-uploader img{
   height: 100%;
}
.idx1-bottom-btn{
  padding: 8px 40px;
}
/* table */
@media screen and (min-width: 1199px) {
  col[name="el-table_1_column_1"]{
    width: 55px;
  }
  col[name="el-table_1_column_2"]{
    width: 461px;
  }
  col[name="el-table_1_column_3"]{
    width: 200px;
  }
  col[name="el-table_1_column_4"]{
    width: 120px;
  }
  .el-table .cell.el-tooltip{
    width: auto !important;
  }
}

@media screen and (max-width: 1199px) {
  .content-left-260 .el-menu-item{
    height: 1.066667rem;
    line-height: 1.066667rem;
    font-size: .426667rem;
    font-weight: 400;
    color: #666;
    padding: 0 0.533333rem !important;
  }
  .content-right{
    padding-left: 0.533333rem;
    padding-right: 0.533333rem;
  }
  .content-right p,.content-right address{
    font-size: .426667rem;
    margin-bottom: .64rem;
  }
  .content-right .el-form-item__content{
    width: 8rem;
  }
  .view-tag{
    font-size: .373333rem;
  }
  .el-menu{
    padding-bottom: .906667rem;
  }
  .p24-btn.out{
    top: 0;
  }
  .el-menu-item:focus, .el-menu-item:hover{
    background: none;
  }
  .table-btn{
    font-size: .373333rem;
  }
}
