[v-cloak]{
    display: none;
}
.row {
    height: auto;
}

.user-ul {
    margin-left: -70px;
}

.user-li {
    display: inline-block;
    margin-left: 50px;
    width: 60px;
    height: 40px;
    margin-top: 22px;
    float: left;
    cursor: pointer;
    width: auto;
}

.user-click-li {
    display: inline-block;
    text-align: center;
}

.user-click-li a {
    color: #27BEC9;
}

.li-line {
    position: relative;
    height: 2px;
    background: #27BEC9;
    margin-top: 10px;
}

.header-a {
    color: #777;
    display: block;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
}
.custom-link{
    width:24px;
    height:12px;
    font-size:12px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:20px;
    color:#27BEC9;
    opacity:1;
    cursor:pointer;
}
.custom-close{
    float: right;
    width: 2.3vw;
    height: 2.3vw;
    opacity: 1;
    border: none;
    background: #ffffff;
    font-size: 35px;
    line-height: 35px;
    margin: 2px;
    cursor:pointer;
}
.custom-th{
    text-align: center !important;
    vertical-align: middle !important;
    background:rgba(227,227,227,1) !important;
    border:1px solid rgba(176,176,176,1) !important;
}
.custom-td{
    text-align: center !important;
    vertical-align: middle !important;
    background:rgba(255,255,255,1)!important;
    border:1px solid rgba(176,176,176,1)!important;
}
.confirmModal-wh{
    width: 256px;
    height: 170px;
    margin: auto;
}
.confirmModal-wh .custom-header{
    height: 43px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #eee;
}
.confirmModal-wh .custom-title{
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
.confirmModal-wh .prompt-content{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.confirmModal-wh .custom-footer{
    width: 256px;
    height: 50px;
    line-height: 25px;
    text-align: center;
}
.confirmModal-wh .cancel-btn{
    height:30px;
    background:#B0B0B0;
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
    border-radius:4px;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:500;
    line-height:15px;
    color:rgba(255,255,255,1);
    opacity:1;
}

.confirmModal-wh .confirm-btn{
    height:30px;
    background:linear-gradient(180deg,rgba(102,224,227,1) 0%,rgba(39,190,201,1) 100%);
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
    border-radius:4px;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:500;
    line-height:15px;
    color:rgba(255,255,255,1);
    opacity:1;
    margin-left: 50px;
}
.btn-define{
    height: 36px;
    border-radius: 2px;
    background-color: #27BEC9;
    color: #FFFFFF;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: center;
    width: 105px;
}
.btn-cancel{
    height: 36px;
    border-radius: 2px;
    background-color: #27BEC9;
    color: #FFFFFF;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: center;
    margin-left: 50px;
    width: 105px;
}
.btn-normal{
    height: 36px;
    border-radius: 2px;
    background-color: #27BEC9;
    color: #FFFFFF;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: center;
    margin-left: 50px;
    width: 105px;
}
.page-link{
    cursor: pointer;
}
.back-div{
    display: inline-block;
    width: 100px;
    float: right;
    height: 62px;
    line-height: 62px;
    margin-top: -30px;
}


/*查看照片信息*/
.photo-wh{
    min-width: 300px;
    background:rgba(255,255,255,1);
    opacity:1;
}
.photo-header{
    height:50px;
}

.photo-body{
    min-height:400px;
}
.see-photo-div{
    background:rgba(255,255,255,1);
    opacity:1;
    border-radius:3px;
    text-align: center;
    padding-bottom: 50px;
}
.see-photo-img{
    margin: auto;
    max-width: -webkit-fill-available;
}
.photo-footer{
    /*height:30px;*/
}
.select-div1{
    position: relative;
    padding: 15px 0 15px 20px;
    float: left;
    width: 121px;
    background-color: #ffffff;
}
.select-div1 select{
    background-color: #E3E3E3;
}

.row-label{
    position: relative;
    padding: 0 15px 0 0;
    width: auto;
    display: inline-block;
    height: 40px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
}
.row-group{
    display: inline-block;
    height: 70px;
    width: auto;
    padding:15px 0 15px 20px;
    float: left;
}
.row-div-input{
    height: 36px;
    display: inline-block;
}
.row-div-select{
    height: 36px;
    display: inline-block;
}
#show_time{
    height:36px;
    background-color: rgb(227, 227, 227);
    border-right: none;
}
/*多图上传*/
.bottom-offset1{
    display: inline-block;
    margin-top: 50px;
    cursor: pointer;
}
/*下拉菜单*/
.to-edit-btn{
    width: 61px;
    height: 27px;
    border:1px #EE710F solid;
    opacity: 1;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: auto;
}
.to-edit-btn:hover span.btn-edit-hover{
    background-color: #EE710F;
    color: #fff;
}
.to-edit-btn:hover .hover-content{
    display: block;
}
.to-edit-btn>span.btn-edit-hover{
    display: inline-block;
    font-size: 12px;
    line-height: 27px;
    width: 61px;
    color: #EE710F;
    text-align: center;
}
.hover-content{
    display: none;
    position: absolute;
    top: 27px;
    right: 0;
    width: 117px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.13);
    opacity: 1;
    padding-top: 5px;
    z-index: 1;
}
.hover-content>a{
    display: block;
    width: 100%;
    font-size: 12px;
    height: 22px;
    cursor: pointer;
    line-height: 22px;
    text-align: center;
    color: #000000;
}
.hover-content>a:hover{
    background:#EE710F ;
    color: #fff;
    text-decoration:none
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .custom-close{
        float: right;
        width: 8.3vw;
        height: 8.3vw;
        opacity: 1;
        border: none;
        background: #ffffff;
        font-size: 35px;
        line-height: 35px;
        margin: 2px;
        cursor:pointer;
    }
}
@media screen and (min-width: 319px) and (max-width: 320px) {
    .custom-close{
        float: right;
        width: 10%;
        height: 10%;
        opacity: 1;
        border: none;
        background: #ffffff;
        font-size: 35px;
        line-height: 35px;
        margin: 2px;
        cursor:pointer;
    }
}
.app-container {
    padding: 20px;
    min-height: 100%;
    width: 100%;
    background-color: #F3F4F6;
    overflow: hidden;
}
.filter-container {
    padding-bottom: 10px;
}
.el-button+.el-button{
    margin-left: 10px;
}
.disabled .el-upload.el-upload--picture-card {
    display: none !important;
}

.disabled .el-button--success.is-plain {
    display: none !important;
}
.filter-container {
    padding-bottom: 10px;
}
.filter-container > .filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.pagination-container {
    background: #fff;
    padding: 32px 16px;
    text-align: right;
}
.pagination-container.hidden {
display: none;
}
.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;
    height: 178px;
    display: block;
}

.line-clamp-1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-clamp-2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    }