* {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header .header-logo{
   background: #fff;
}
.header .header-logo .logo {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #000000;
    background-color: #ffffff;
    justify-content: right;
}
.header .header-active{
    background: #fff;
}

.header .header-active .menu{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-style: none;
}


.el-menu.el-menu--horizontal{
    border-style: none;
}
.el-menu-item{
    font-size: 15px;
    /*font-weight: bold;*/
}
.header .header-button {
    background-color: #ffffff;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 20px;

}

.el-carousel {
    text-align: center;
}
.rollingImg{
    /*!*居中*!*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.nav{
    padding-top: 45px;
    margin-bottom: 50px;
}
.nav .title{
    margin:  0 auto;
    text-align: center;
}
.nav .title p{
    color: #999;
    margin-top: 10px;
}
.nav .nav-item{
    background-color: #f5f5f5;
    display: inline-block;
    text-align: left;
    margin: 0 5px;
}
.nav .nav-item:hover{
    background-color: #3388ff;
    color: #fff;
}
.nav .nav-item img{
    width: 290px;
    height: 218px;
}
.nav .nav-item p{
    padding: 15px;
    text-align: center;
}
#main{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer{
    text-align: center;
    padding: 20px 0;
    background-color: #f5f5f5;
}

.footer a{
    color: orange;
    margin: 0 10px;
    text-decoration: none;
}


/*滚动条的宽度*/
::-webkit-scrollbar {
      width: 8px;
      height: 8px;
  }
/*滚动条的滑块*/
::-webkit-scrollbar-thumb {
      background-color: #a1a3a9;
      border-radius: 3px;
}

.el-dialog .el-dialog__body{
    padding: 10px 20px;
    padding-bottom: 30px;
}

.form-class .el-form-item .el-input {
    width: 70%;
    min-width: 200px;
}

.form-class .el-form-item  .el-input__inner {
    border-radius: 10px 0 0 10px;
    border: 2px solid #4569ff;
    background: #fff;
    height: 42px;
    line-height: 42px;
    color: #222;
}
.form-class .el-form-item  .el-input-group__append{
    color: #fff;
    width: 120px;
    background-color: #4e6ef2;
    border-radius: 0 10px 10px 0;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;

}

.my-label {
    background: transparent !important;
    text-align: right !important;
    border: none !important;
}

.my-content {
    background: transparent;
    border: none !important;
}

.custom-dialog{
    min-width: 300px;
}

