@charset "utf-8";
/* 初始化样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
a:hover, a:focus {
    text-decoration: none;
}
html,body {
    height: 100%;
    width: 100%;
}
body {
    overflow: hidden;
    overflow-x: auto;
    padding: 0 !important;
    background: #f5f5f5;
}
body::-webkit-scrollbar {
    display: none;
}
.modal-open {
    overflow-y: auto;
    overflow-x: hidden;
}
* {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    box-shadow:0 0 0 60px #fff inset;
    -webkit-text-fill-color:#222;
}
input::-webkit-input-placeholder,
input::-moz-placeholder{
    color: #888888;
}
input.no-input{
    background-color: #f5f5f5 !important;
}
[v-cloak]{
    display: none;
}
.hand{
    cursor: pointer;
}
/* 组件样式 */
.van-swipe-cell .van-button{
    height: 100%;
}
.van-dialog__confirm, .van-dialog__confirm:active{
    color: #0969c2;
}
.van-nav-bar .van-nav-bar__title{
    font-weight: bold;
    font-size: 16px;
}
.van-nav-bar__title{
    color: #fff;
}
.van-nav-bar .van-icon{
    font-size: 22px;
    color: #fff;
}
.van-nav-bar .index_nav_img{
    width: 28px;
    height: 28px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
}
.van-nav-bar .index_nav_img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.van-cell::after {
    position: absolute;
    box-sizing: border-box;
    content: ' ';
    pointer-events: none;
    right: 0px;
    bottom: 0;
    left: 16px;
    border-bottom: 1px solid #dddddd;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
#contentWrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.content_warp::-webkit-scrollbar , .content_warp_view::-webkit-scrollbar {
    display: none;
}
.content_warp{
    padding: 5px 0px;
    width: 100%;
    height: calc(100% - 46px);
    display: block;
    overflow: hidden;
    overflow-y: auto;
}
.content_warp_view{
    width: 100%;
    height: calc(100% - 46px);
    display: block;
    overflow: hidden;
    overflow-y: auto;
}
.content{
    margin: 10px 15px;
}
.content img{
    width: 100%;
    display: block;
}
.van-nav-bar{
    background: #0969c2;
    color: #fff;
}
.content_view{
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.content_view>div{
    position: relative;
}
.content_view>div>div{
    position: absolute;
    top: 16px;
    right: 20px;
    width: 37px;
}
.content_view>div>div>img{
    width: 100%
}
.content_view>div>img{
    width: 100%;
    display: block;
}
#shareWrap{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.block{
    position: absolute;
    top: 104px;
}
.block img{
    width: 80%;
    display: block;
    margin: auto;
}
.share_type{
    position: absolute;
    bottom: 46px;
    width: 100%;
}
.share_type img{
    width: 100%;
}
.van-hairline--bottom::after{
    border-bottom-width: 0px;
}
.return{
    position: fixed;
    bottom: 30vh;
    right: 0;
    width: 40px;
    color: #FFFFFF;
    height: 40px;
}
.return img{
    width: 40px;
}