[v-cloak] {
    display: none !important;
}

* {
    padding: 0;
    margin: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, a {
    color: #666666;
}

body, html {
    font-family: "微软雅黑";
    font-size: 14px;
    min-width: 1280px !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #666666;
}

a:hover {
    color: #069;
    text-decoration: underline;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li a {
    color: #2f2f2f;
    cursor: pointer;
}

ul {
    overflow: hidden;
}

#app {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*nav*/
.index-nav {
    box-sizing: border-box;
    border-bottom: 1px solid #DDDDDD;
}

.index-nav ul {
    overflow: inherit;
}

.index-nav li {
    position: relative;
    float: left;
    height: 50px;
}

.index-nav li > a {
    margin-right: 30px;
    padding: 0;
    font-size: 16px;
    display: block;
    line-height: 50px;
    color: #666666;
    height: 50px;
    transition: color 0.2s;
}

.index-nav li:hover > a {
    border-bottom: 4px solid #2CAEFF;
    color: #2CAEFF;
}

.index-nav li .erColumnBox {
    box-sizing: border-box;
    padding: 10px 18px;
    background: #fff;
    position: absolute;
    top: 55px;
    left: -92%;
    z-index: 1000;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.index-nav li:hover .erColumnBox {
    display: block;
}

.index-nav li .erColumnBox p {
    padding: 0 10px;
}

.index-nav li .erColumnBox p a {
    line-height: 35px;
    font-size: 15px;
    display: block;
    text-align: center;
    min-width: 100px;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 3px;
}

.index-nav li .erColumnBox p:hover a {
    background: #b9b9b9;
    color: #fff;
}

.top .el-input__inner {
    border-radius: 25px 0 0 25px;
    height: 50px;
    border: 1px solid #00A7FF;
}

.top .el-input-group__append, .el-input-group__prepend {
    background: #00A7FF;
    color: #fff;
    font-size: 16px;
    border-radius: 0 25px 25px 0;
}

/*top*/
.top {
    padding: 10px 0;
    overflow: hidden;
    box-shadow: 0px 5px 5px #E5E5E5;
    width: 100%;
}

.top .logo img {
    height: 50px;
    padding-top: 5px;
}

/*上传作品和用户头像*/
.index-nav .right {
    margin-top: 8px;
    padding-bottom: 8px;
}

.index-nav .right .top1 .updateBox {
    text-align: center;
}

.index-nav .right .top1 .updateBox img {
    height: 16px;
    margin-bottom: 3px;
}

.index-nav .right .top1 .updateBox p {
    cursor: pointer;
    line-height: 15px;
    font-size: 12px;
}

.right .top1 .peopleBox {
    text-align: right;
    position: relative;
}

.index-nav .right .top1 .peopleBox img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #B5B5B5;
}

.index-nav .right .top1 .peopleBox .el-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    opacity: 0;
}

.el-dropdown-menu {
    padding: 0;
}

.el-dropdown-menu__item {
    text-align: center;
    font-size: 13px;
    color: #666;
    padding: 0 40px;
}

.el-dropdown-menu .el-dropdown-menu__item:first-child {
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.el-dropdown-menu .fontStyle {
    font-size: 16px;
    color: #F28709;
    line-height: 45px;
    border-top: 1px solid #ccc;
    font-weight: bold;
}

/*登录注册按钮*/

.index-nav .right .top1 .btnLoginBox {
    border: 1px solid #3668A5;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 5px;
}

.index-nav .right .top1 .btnLoginBox h5 {
    float: left;
    margin: 0 5px;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    color: #3668A5;
    cursor: pointer;
}

/*三个图标*/
.topImgList {
    padding-top: 22px;
    text-align: right;
}

.topImgList img {
    height: 32px;
    margin-left: 11px;
}

/*版权*/
.footer {
    padding-top: 20px;
    width: 100%;
    height: 200px;
}

.footer .aboutUs p, .footer .aboutUs p a {
    font-size: 12px;
    color: #b7b7b7;
    line-height: 30px;
}

.footer .aboutUs p:first-child a, .footer .aboutUs p:first-child {
    color: #8C8C8C;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer .aboutUs .el-col-8 img {
    width: 100px;
    height: 100px;
}

.footer .aboutUs .el-col-8 p {
    line-height: 45px;
    font-size: 14px;
    color: #8C8C8C;
}

.footer .aboutUs span {
    background: #48ABFE;
    color: #fff;
    padding: 2px 25px;
    border-radius: 11px;
    font-size: 12px;
    line-height: 30px;
}

.footer .mess {
    margin-top: 10px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
}

.footer .mess p {
    font-size: 12px;
    color: #CCCCCC;
    line-height: 60px;
}
