html {
    overflow: auto;
}

html::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

html::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: rgba(3, 91, 203, 0.2);
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent);
}

html::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 10px;
}

#head {
    width: 100%;
    height: 200px;
    background-image: url('../img/beijing.png');
    border-bottom: 2px solid #2a538c;
    /* margin-bottom: 42px; */
   /* position: relative;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.element::-webkit-scrollbar {
    width: 0 !important
}

.element {
    -ms-overflow-style: none;
}

.element {
    overflow: -moz-scrollbars-none;
}
.baocunbutton {
    width: 107px;
    height: 40px;
    background: #2a538c;
    border-radius: 0px;
    margin-top: 20px;
    margin-left: 110px;
}

.baocunzi {
    width: 34px;
    height: 14px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    line-height: 2.5;
}
.input {
    background-color: #fff;
    margin-left: 0!important;
    width: 200px!important;
    height: 30px!important;
    border: 1px solid #E9E9E9 !important;
    border-radius: 5px;
}
.el-input__inner{
    width: 200px!important;
    height: 30px!important;
    padding-right: 10px!important;
    margin-left: 0px!important;
}
.el-input__inner {
    background-color: transparent !important;/**背景透明色 */
    border-color: rgba(255, 255, 255, 0.5);
// color: #d9d9d9;
    height: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #dddddd;
}
/**宽度修改 */
.el-select {
    width: 200px;
}
/* 下面设置右侧按钮居中 */
.el-input__suffix {
    top: 6px;
}
.el-input__icon {
    line-height: inherit;
}
.el-input__suffix-inner {
    display: inline-block;
}

.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: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}
.avatar {
    width: 178px!important;
    height: 178px!important;
    display: block;
    border: 0!important;
    margin-left: 0!important;
    border-radius: 0!important;
}
.leftguangao img {
    border-radius: 0 10px 10px 0;
}

.rightguangao img {
    border-radius: 10px 0 0 10px;
}