.header {
    animation: paddingChangeMobile .5s;
    background-color: #fff;
    padding: 0 0 10px;
    height: 60px;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1;
}

.header .user-head {
    display: flex;
    align-items: center;
    position: relative;
    float: right;
    margin-top: 10px;
}

.header .user-head .head-img {
    position: relative;
    margin-right: 10px;
    width: 50px;
}

.header .user-name {
    font-size: 12px;
    text-align: left;
}

.header .user-name span:nth-of-type(1) {
    font-weight: 700;
}

.header .user-name span:nth-of-type(2) {
    color: #3c7ee5;
}

.shadow {
    text-align: -webkit-auto !important;
}

shadow::before {
    content: '';
    box-shadow: 0 0 10px 1px #333;
    position: fixed;
    width: 100%;
}

.header .el-dialog__body { /* padding: 30px 20px; */
    padding: 0;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

shadow::after {
    content: '';
    width: 100%;
    height: 15px;
    background: linear-gradient(to bottom, #b3d5f9 50%, transparent);
    position: absolute;
}

.header .logo {
    float: left;
    height: 50px;
    margin-top: 10px;
}

.header .logo2 {
    float: left;
    width: 100px;
    height: 50px;
    margin-top: 10px;
}

.header.logo img {
    vertical-align: middle;
}

.header .bar_list {
    float: left;
    margin-top: 17px;
}

.bar_list > ul > li {
    float: left;
    padding: 0 30px;
    font-size: 14px;
    line-height: 30px;
}

.bar_list > ul > li > a {
    position: relative;
    line-height: 40px;
}

.bar_list > ul > li > a:hover:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #00c1af;
    border-radius: 2px;
    content: '';
    top: 140%;
}

.header .bar_list .active::before {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #00c1af;
    border-radius: 2px;
    content: '';
    top: 140%;
}

.down > a:before {
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -3px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ccc;
    content: '';
}

.regbts {
    line-height: 80px;
    float: right;
}

.regbtn {
    cursor: pointer;
    color: #fff !important;
    background: #00c1af;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    margin-top: 32px;
}