* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
    width: 100%;
    font-family: 微软雅黑;
}

body {
    font-size: 14px;
    width: 100%;
    font-family: 微软雅黑;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none ;
    color: #fff ;
}
input,
button{
    outline: none;
    border: none;
}
iframe{
    display: block;
    width: 100%;
    border: none; 
    margin: 0;
    padding: 0;
    display: block;
}
/* flex居中 */
.fx_c {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* flex两端 */
.fx_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
    display: flex;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
    color: #FFF;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .avatar-uploader .el-upload:hover {
    border-color: #409EFF;
  }
  .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 130px;
    height: 170px;
    line-height: 170px;
    text-align: center;
  }
  .avatar {
    width: 130px;
    height: 170px;
    display: block
}
/* 轮播 */
.swiper-slide img{
    width: 100% !important;
}
.swiper-slide{
    max-height:95px !important;
}