html {
    font-size: 5vw;
}
header {
    position: relative;

    text-align: center;
}
header .header-warp{
    overflow: hidden;
    position: relative;
    height: 39vh;

}
header .header-bgi {
    position: absolute;
    z-index: -1;
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1),rgba(255, 255, 255, 0.1));
}
header .header-bgi img {
    width: 100%;
    opacity: .5;
    transform: translateY(-9vh);
    -webkit-filter: blur(18px);
    filter: blur(18px);
}
header .userinfo {
    margin: 8vh 0 2vh;
}
header .userinfo p {
    margin: 0;
}
header .userinfo .user-avatar-img {
    display: inline-block;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    border: .1rem solid rgba(255,255,255,.6);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
header .userinfo .user-nickname{
    margin-top: 0.2rem;
    font-size: 0.8rem;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);

}

header .userdata ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    justify-content: space-around;
}
header .userdata .data-label {
    display: block;
    font-size: .7rem;
    padding: 3px;
    border-radius: 3px;
    color: rgba(255,255,255,.5);
    background-color: rgba(0,0,0,.2);
}
header .userdata .data-link {
    font-size: .7rem;
    color: rgba(0,0,0,.5);
}
header .user-intro{
    color: #fff;
    margin-top: 0.5rem!important;

}
.user-intro span{
    text-shadow:1px 1px 1px rgba(0,0,0,.3);
    display: inline-block;

    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.float-prompts {
    bottom: -6%;
    width: 100%;

}
.float-prompts .prompts{
    width: 96%;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 14px 0 rgba(78, 85, 114, 0.2) !important;
    box-sizing: border-box;
    padding: 0.6rem 0.5rem;
    overflow: hidden;
    font-size: 16px;
    list-style: none;
}


.prompts li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    box-sizing: border-box;
    padding-left: 13px;
    cursor: pointer;
    width: 44%;
    float: left;
    border-right: 1px solid #CCCCCC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prompts li .iconfont {
    font-size: 16px;
}
.prompts li:last-child{
    border-right: none;
    width: 12%;
}

.prompts .user-nosetting-text {
    color: #cacaca;
    font-size: .7rem;
    padding-left: .5rem;
}

.prompts .iconfont-gray {
    color: #cacaca;
}


.main{
    padding-top: 1.8rem;
    padding-bottom: 3rem;
}
.column .title {
    color: #666;
    border-left: 2px solid #1a1a1a;
    text-indent: 1vh;

    border-radius: 0 1vh 1vh 0;
}
.container{
    width: 95%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
}

.search {
    color: #ffffff;
    width: calc(100vw - 10vh);
    user-select: none;
    overflow: hidden;
    background: white;
    margin: 0 auto;

    height: 2rem;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    line-height: 2rem;
    box-shadow: 1px 3px 1px #ece8e8;
    position: relative;
    margin-top: 1rem;

}
.search input {
    margin-left: 4vh;
    border: none;
    outline: none;
    width: 80%;
}
.search .search-btn {
    border: none;
    background: white;
    width: 6vh;
    top: 0;
    right: 0.3rem;
    margin: 0;
    outline: none;

}
.view{
    margin-top: 1.3rem;
}
.view-warp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.view-item .cover{
    height: 9.188rem;
    border-radius: 4px;
    overflow: hidden;
}
.view-item .cover img{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.view-item{
    cursor: pointer;
    -webkit-box-flex: 1;
     -webkit-flex: 1 1 48.1%;
     flex: 1 1 48.1%;
    max-width: 48.1%;
    overflow: hidden;
    margin-bottom: 1rem;
}
.view-item .name{
    display: block;
    font-size: 14px;
    font-weight: normal;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 6px;
    margin: 8px 0 0;
    height: 20px;
    line-height: 20px;
}
.view-item .opt{
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
}


.weixin-alert img{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.weixin-alert .content{

    text-align: center;
    margin: 0 auto;
    margin-top: 0.8rem;
    display: flex;
    width: 84%;

}


.weixin-alert .content span{
    width: 38%;
}

.weixin-alert .iconfont{
    font-size: 1.4rem;
    position: absolute;
    top: -0.3rem;
    color: #8ec21f;
    cursor: pointer;
}
.top-tab {
    width: 100%;
    text-align: center;
    background: #fff;
    display: flex;
    margin-top: 0.8rem;
}

.top-tab .item{
    width: 50%;
    border-bottom: 1px solid #dcdcdc;
    padding: 0.6rem 0;

}
.top-tab .active {
    border-bottom: 2px solid #8ec21f;
    color: #8ec21f;
}
.top-tab a{
    display: inline-block;
    width: 100%;
}

.navi-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f9f9f9;
}

.navi-title {
    font-size: 16px;
    padding-left: 6px;
    border-left: .2rem solid #8ec21f;
}

.navi-filter-btn {
    background-color: transparent;
    border: none;
    font-size: 16px;
    outline: none;
}

