#head1 a {
    font-size: 14px;
    text-decoration: none;
}

#head1 a:hover {
    color: #48a0f8
}

.header-navigation-active {
    background-color: #0cbbef!important
}

.header-navigation-active li {
    color: #fff!important
}

.my_title {
    line-height: 80px;
    text-align: center;
    background: transparent;
    font-size: 18px;
    transition-duration: .2s
}

.header {
    white-space: nowrap;
    min-width: 375px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.my_drawer {
    overflow: auto
}

.el-header {
    background-color: #fff;
    color: #333;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    border-radius: 10px
}

.el-header2 {
    background-image: linear-gradient(135deg, #abdcff 10%, #4facfe);
    line-height: 35px
}

.el-main {
    line-height: 35px;
    height: 160px
}

.el-main1,
.el-main {
    background-color: #fff;
    color: #333;
    text-align: left;
    font-size: 15px
}

.el-main1 {
    line-height: 20px;
    height: 90px
}

.el-main2 {
    background-color: #fff;
    color: #333;
    text-align: left;
    line-height: 20px;
    height: 200px;
    margin-left: 80px
}

.btn-login,
.btn-logon {
    font-size: 14px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}

.btn-login {
    transition-duration: .3s;
    background-color: #6495ed
}

.btn-login:hover {
    background-color: #fff;
    color: #000
}

.btn-logon {
    margin-left: 15px;
    color: #69c!important;
    font-weight: 500
}

.login-link {
    color: #fff;
    text-decoration: none
}

.navigation-bar {
    height: 70px;
    width: calc(100% - 6px);
    margin: 0 0 0 3px;
    border-radius: 10px;
    background-image: url(../../static/img/navigation-bg.9e26a93a.png);
    background-repeat: no-repeat;
    background-size: cover
}

.navigation-bar ul {
    list-style: none;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    height: 100%;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer
}

.navigation-bar ul li {
    height: 100%;
    width: 9em;
    text-align: center;
    line-height: 70px
}

.navigation-bar a {
    color: #dd00df
}

.input-search {
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 14px;
    border-radius:12px 0 0 12px;
}

.input-search:focus {
    outline: none;
    border-color: #409eff
}

.input-search:hover {
    border-color: #409eff
}

.div-button,
.div-search {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.search-content {
    border-radius: 20px 0 0 20px;
    display: flex
}

.search-content>.el-select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.search-content>.el-select>.el-input>.el-input__inner {
    border-radius: 24px 0 0 24px;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
    padding-right: 7px;
    width: 60px;
    font-size: 16px;
    color:#333;
    text-align: center
}

.search-content>.el-select>.el-input>.el-input__suffix>.el-input__suffix-inner>.el-input__icon {
    line-height: 40px;
    width: 15px
}

.img-search {
    background-color: #0cbbef;
    display: flex;
    align-items: center;
    height: 40px;
    width: 50px;
    justify-content: center;
    border-radius: 0 12px 12px 0;
    cursor: pointer
}

.img-search:hover {
    background-color: rgba(42, 101, 173, .8)
}

.avatar-uploader-dialog .avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.avatar-uploader-dialog .avatar-uploader .el-upload:hover {
    border-color: #0cbbef
}

.avatar-uploader-dialog p {
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.avatar-uploader-dialog .el-button {
    margin: 20px auto;
    display: block
}

.avatar {
    width: 178px;
    height: 178px;
    display: block
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center
}

.user-info span {
    vertical-align: middle
}

.user-info-welcome {
    font-size: 14px;
    margin-left: 5px
}

#head1 .row-bg {
    padding: 10px 0;
    background-color: #f9fafc
}

#head1 .log {
    font-size: 14px;
    background-color: #0fbbef;
    color: #fff;
    border: none
}

#head1 .log:hover {
    color: #fff;
    background-color: rgba(42, 101, 173, .8)
}

#head1 .vip {
    font-size: 16px;
    color: #fff;
    display: block;
    position: relative;
}
#head1 .vip:hover .vip_cover{
    display: block;
}

.vip_cover{
    position: absolute;
    top: 40px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-height: 80px;
    background: #FFF;
    display: none;
}
.vip_cover_c{
    width: 100%;
    padding: 10px 5px;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
.vip_cover_c span{
    display: inline-block;
    color: #323232;
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content:;
    font-size: 12px;
    padding-left: 6px;
    text-align: left;
}
.vip_btn{
    margin-top: 10px;
    width:100%;
    height: 30px;
    line-height: 30px;
    background: #0cbbef;
    border-radius: 10px;
}
.Popover-arrow--bottom {
    width: 32px;
    height: 16px;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
}
.Popover-arrow {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}

.Popover-arrow--bottom:after {
    left: 50%;
    bottom: -8px;
}
.Popover-arrow:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin: -12px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: auto;
}
#head1 .vip img{
    width: 40px;
    height: 40px;
}
#head1 .vip:hover {
    color: #fff;
}

#head1 .guide2-log {
    font-size: 16px;
    background-color: #0cbbef;
    color: #fff
}

.guide2-log:hover {
    color: #fff;
    background-color: rgba(42, 101, 173, .8)
}

.register {
    font-size: 14px;
    background-color: #fb4303;
    color: #fff;
    border: none
}

.register:hover {
    color: #fff;
    background-color: rgba(202, 44, 53, .8)
}

#head1 .head {
    background: #fff;
    height: 60px;
    width: 100%
}

.main {
    min-height: 500px;
    flex-flow: row
}

.main>.article {
    border-radius: 7pt;
    background: #719dca;
    flex: 3;
    order: 2
}

.main>nav {
    border-radius: 7pt;
    flex: 1;
    order: 1
}

.main>aside {
    border-radius: 7pt;
    flex: 1;
    order: 3
}

#head1,
#head2,
footer {
    min-height: 70px;
    margin: 0 auto;
}

.el-dialog {
    width: 590px
}

@media (max-width:880px) {
    #demo1 .layui-laypage a,#demo1 .layui-laypage span{
        padding: 0 10px;
    }
    .container{
        width:100%;
    }
    .main {
        flex-flow: column
    }
    .main>.article,
    .main>aside,
    .main>nav {
        order: 0
    }
    #head1 {
        display: none
    }
    .el-dialog {
        width: 80%
    }
}

@media (min-width:880px) {
    #guide2,
    #guide,
    #head2,
    .noneUl {
        display: none
    }
}

#head1 button {
    outline: none
}

.blockUl {
    width: 1200px;
    display: flex;
    list-style: none;
    color: #323232;
    margin: 0 auto;
}

#head1 .noneUl {
    list-style: none
}

.blockUl li {
    min-width: 72px;
    color: #0cbbef;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    width: 100%
}

.blockUl li:hover {
    color: #fff;
    background-color: #0cbbef
}

#guide {
    line-height: 50px
}

#guide2,
#guide {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 250px
}

.article img {
    width: 98%
}

.head-col {
    line-height: 70px;
    color: #0cbbef;
    background-color: #fff
}

.head-col:hover {
    background-color: #0cbbef
}

.add {
    font-weight: 500;
    padding: 0;
    font-size: 16px;
    background-color: #ca2c35;
    color: #fff
}

.add:hover {
    background-color: rgba(202, 44, 53, .8)
}

li.el-select-dropdown {
    color: #0cbbef!important
}

.row-bg {
    background-color: #fff
}

.el-button--text {
    color: #0cbbef
}

.el-button--text:hover {
    color: rgba(42, 101, 173, .8)
}

.el-message-box {
    width: 300px;
    text-align: center;
    border-radius: 8px;
    height: 180px
}

.el-message-box__btns {
    margin-top: 35px;
    text-align: center
}

.el-message-box .el-message-box__btns .el-button:first-child {
    border-radius: 20px;
    font-size: 16px;
    background-color: grey;
    color: #fff;
    border: none
}

.el-message-box .el-message-box__btns .el-button:first-child:hover {
    color: #fff;
    background-color: hsla(0, 0%, 50.2%, .8)
}

.el-message-box .el-message-box__btns .el-button:nth-child(2) {
    border-radius: 20px;
    font-size: 15px;
    background-color: #ca2c35;
    color: #fff;
    border: none
}

.el-message-box .el-message-box__btns .el-button:nth-child(2):hover {
    color: #fff;
    background-color: rgba(202, 44, 53, .8)
}

.el-button--primary {
    border-radius: 20px;
    font-size: 16px;
    background-color: grey;
    color: #fff;
    border: none
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover,
.el-select-dropdown__item.selected {
    color: #0cbbef
}

#foot1 {
    width: calc(100% - 0px);
    padding: 15px;
    margin: 10px auto;
    background-color: white;
    border-radius: 15px;
}

#foot1 div,
#foot1 span {
    word-wrap: break-word
}

#foot1 .el-col-1 {
    width: 20px;
}

#foot1 .el-col-20 {
    padding-left: 5px;
}

.list img {
    border-radius: 8px;
    width: 80px;
    height: 80px;
    margin: 10px;
}

.list {
    width: 100%
}