[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;
}
.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;*/
}
@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;
    }
}