/* COMBO: filename = wap/css/detailPage.css, type = text/css, resp = 200 */
body{

}
.top-crumbs{
    height: 1rem;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1rem;
    padding: 0 0.1rem;
    box-shadow: 0 0.02rem 0.04rem 0 rgba(0,0,0,0.15);
    background: #fff;
    font-size: 0.3rem;
    color: #666666;
    letter-spacing: -0.0029rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-crumbs a{
    display: inline-block;
    font-size: 0.3rem;
    color: #666666;
    letter-spacing: -0.0029rem;
    padding: 0 0.03rem;
    vertical-align: top;
}
.top-crumbs a h1{
    font-size: 0.4rem;
    font-weight: lighter;
    color: #666666;
}
.top-crumbs i.jiantou{
    display: inline-block;
    width: 0.36rem;
    height: 1rem;
    vertical-align: top;
    background:url(../img/34.png);
    background-size: 100%;
}
/* .jiantou_img{
    width: 100%;
    height: 100%;
} */
.content-show {
    position: relative;
    width: 100%;
    height:6rem;
    background: url(../img/8002.jpg);
    background-size: 100%;
}
.content-show img,.content-show video{
   max-width: 90%;
   max-height:90%;
   position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    vertical-align: top;
}
.content-show .return-link{
    position: absolute;
    top: 0.1rem;
    left: 0.15rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.17rem;
    background: rgba(10,30,48,0.40);
}
.content-show .icon-fenxiang{
    position: absolute;
    top: 0.1rem;
    right: 0.15rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.17rem;
    background: rgba(10,30,48,0.40);
}
.content-show .content-jingping {
    position: absolute;
    top: 0.56rem;
    right: 0.15rem;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    color: #40A0F4;
    text-align: center;
    line-height: 0.36rem;
    font-size: 0.17rem;
    background: #fff;
}
.content-infor{
    padding:0.2rem;
    background-color: #f4f4f4;
    border-top: 1px solid #ddd;
}
.content-title{
    font-size: 0.38rem;
    color: #1376e9;
    letter-spacing: 0.0019rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-hint{
    padding-top: 0.09rem;
    font-size: 0.1rem;
    color: #999999;
    letter-spacing: 0.0012rem;
}
.content-hint span{
    margin-right: 0.1rem;
    font-size: 0.1rem;
}
.content-hint .iconfont{
    margin-right: 0.02rem;
    font-size: 0.1rem;
}
.content-xieyi{
    margin-top: 0.1rem;
}
.content-xieyi a{
    display: block;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    line-height: 0.4rem;
    padding:0 0.15rem;
    font-size: 0.12rem;
    color: #333333;
    letter-spacing: 0.0014000000000000002rem;
    border-bottom: 1px solid #DDDDDD;
}
.content-xieyi a .icon-banquan,.content-xieyi a .icon-wenhao{
    margin-right: 0.05rem;
    font-size: 0.13rem;
    color: #666;
}
.content-xieyi a .icon-tongyong-you{
    font-size: 0.12rem;
    color: #999;
}
.content-xieyi a:last-child{
    border:none;
}
.content-xieyi span.color{
    color:#40A0F4;
    margin-right: 0.04rem;
}
.content-xieyi span.color i{
    margin-right: 0.057999999999999996rem;
    font-size: 0.14rem;
}
.title{
    padding: 0.3rem;
    font-size: 0.3rem;
    font-weight: bolder;
}
.content-message{
    background-color: #f4f4f4;
    padding:0.3rem;
    line-height: 0.5rem;
    overflow: hidden;
}
.content-message li{
    /* float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 0.15rem;
    font-size: 0.12rem;
    color: #333333;
    letter-spacing: 0.0014000000000000002rem; */
}
/*图片列表*/
.imgshow {
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.imgshow .box-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0.1rem auto;
    box-sizing: content-box;
    width: 48%;
    margin-left: 0.1rem;
    float: left;
    height: 3.6rem;
    background: url(../img/8002.jpg);
    background-size: 100%;
    border-radius: 0.3rem;
}
.imgshow .box-list img{
     max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*相关搜索*/
.correlation-block{
    padding: 0.1rem 0.05rem 0 0.15rem;
    background: #fff;
}
.correlation-block a{
    display: inline-block;
    font-size: 0.1rem;
    color: #666666;
    letter-spacing: -0.0024rem;
    text-align: center;
    padding: 0 0.17rem;
    height: 0.26rem;
    line-height: 0.26rem;
    float: left;
    margin: 0 0.1rem 0.1rem 0;
    background: #F6F6F6;
border-radius: 100px;
}
.bottom-operation{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1rem;
    background: #FFFFFF;
    box-shadow: 0 -0.02rem 0.06rem 0 rgba(0,0,0,0.10);
    display: flex;
    justify-content: space-between;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);

}
/* .bottom-operation:before{ content: ''; position: absolute; transition: none; bottom: -0.34rem; left: 0; right: 0; width: 100%; height: constant(safe-area-inset-bottom); height: env(safe-area-inset-bottom); background-color: #fff; } */
.bottom-operation .home-btn{
    display: block;
    width: 40%;
    text-align: center;
    font-size: 0.32rem;
    line-height: 1rem;
    color: #666666;
    letter-spacing: 0.0017000000000000001rem;
}
.bottom-operation .home-btn .iconfont{
    font-size: 0.35rem;
    margin-right: 0.03rem;
}
.bottom-operation .collect-btn{
    width: 60%;
    height: 1rem;
    text-align: center;
    line-height:1rem;
    color: #fff;
    background: #6699ff;
    font-size: 0.32rem;
    color: #FFFFFF;
    letter-spacing: 0.0019rem;
    position: relative;
}
.bottom-operation a.collect-btn.on{
    background: #D4E2ED;
    color: #fff;
}
.bottom-operation .collect-btn .iconfont{
    font-size: 0.35rem;
    margin-right: 0.079rem;
}
.bottom-operation .download-hint{
    position: absolute;
    top: -0.65rem;
    right: 0.64rem;
    font-size: 0.25rem;
    color: #FF4C22;
    width: 3.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 30px;
    letter-spacing: 0.0012rem;
    background: #fff;
    box-shadow: 0 0 0.06rem 0 rgba(0,0,0,0.20);
}
.bottom-operation .download-hint i{
    font-size: 0.1rem;
    color: #999;
    padding: 0 0.03rem;
    line-height: 0.6rem;
    position: absolute;
    right: 0.2rem;
}

.bottom-operation .download-hint:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.1rem;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border: 0.05rem solid #fff;
    border-color:#fff transparent transparent transparent;
}

/*收藏成功提示*/
.CollectionSuccess-pop{
    display: none;
    position: fixed;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 4.5rem;
    height: 2rem;
    line-height: 2rem;
    background: rgba(255,255,255,0.90);
    box-shadow: 0 0 0.14rem 0 rgba(0,0,0,0.10);
    border-radius: 0.1rem;
}
.CollectionSuccess-pop .icon-tongyong-duiquan{
     color: #7ED321;
     position: absolute;
     left: 0.5rem;
     font-size: 0.5rem;
}
.CollectionSuccess-pop .CollectionSuccess-hint{
    font-size: 0.4rem;
    color: #666666;
    letter-spacing: 0.0017000000000000001rem;
   
}

.pc{
    display: none;
    position: fixed;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 4.5rem;
    height: 2rem;
    line-height: 2rem;
    background: rgba(255,255,255,0.90);
    box-shadow: 0 0 0.14rem 0 rgba(0,0,0,0.10);
    border-radius: 0.1rem;
}
.pc_text{
    width: 100%;
    font-size: 0.35rem;
    height: 1rem;
    line-height: 1.5rem;
}
.pc_text1{
    width: 100%;
    font-size: 0.4rem;
    height: 1rem;
    line-height: 0.7rem;
}
/*手机配图*/
.content-show.img-hide{
    height: 4rem;
    overflow: hidden;
}
.content-show .zezhao{
    position: absolute;
    height: 1.3rem;
    padding-top: 0.95rem;
    width: 100%;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top,rgba(250,250,250,0),#fafafa);
    bottom: 0;
    left: 0;
}
.content-show .zezhao p{
    font-size: 0.12rem;
    color: #666666;
    letter-spacing: -0.0029rem;
    text-align: center;
    line-height: 0.35rem;
    cursor: pointer;
}
.content-show .zezhao i{
    font-size: 0.12rem;
    color: #666666;
    margin: 0 0.1rem;
}
/*收藏 下载*/
.bottom-operation .collect-btn.collect-width{
    width: 1.4rem;
    background: #E3F2FF;
    color: #40A0F4;
}
.bottom-operation .download-btn{
    display: block;
    float: left;
    width: 1.4rem;
    line-height: 0.49rem;
    text-align: center;
    font-size: 0.16rem;
    letter-spacing: 0.0019rem;
    background: #40A0F4;
    color: #fff;
}
.bottom-operation .download-btn i{
    margin-right: 0.05rem;
}
/*视频*/
.video-list{
    padding:0 0.15rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-list li{
    display: inline-block;
    margin-bottom: 0.1rem;
    width: 1.67rem;
}
.video-list li a.video-link{
    display: block;
    width: 1.67rem;
    height: 1rem;
    position: relative;
}
.video-list li img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.video-list li a.video-link i.icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.3rem;
    height: 0.3rem;
    background: url(http://static.699pic.com/wap/img/wapicon.png) no-repeat -0.7rem -0.84rem;
    background-size: 4.68rem 2.69rem;
}
.video-list li .video-title{
    display: block;
    margin-top: 0.06rem;
    font-size: 0.1rem;
    color: #666666;
    letter-spacing: -0.0006rem;
}
.video-list li .video-title .video-name{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 73%;
    vertical-align: top;
}
/*音频*/
.audio-block{
    width: 100%;
    height: 1.9rem;
    box-sizing: border-box;
    padding-top: 0.35rem;
    background: url(http://static.699pic.com/wap/img/audioBG.png) no-repeat 0 0;
    background-size:3.75rem 1.9rem;
    position: relative;
}
.audio-block audio{
    visibility: hidden;
    opacity: 0;
}
.audio-block img{
    width: 1.2rem;
    height: 1.2rem;
}
.audio-block .audio-content{
    width: 1.8rem;
    margin: 0 auto;
}
.audio-block .audio-content i{
    display: block;
    width: 0.6rem;
    height: 1.2rem;
    background: url(http://static.699pic.com/wap/img/wapicon.png) no-repeat 0 -0.28rem;
    background-size: 4.68rem 2.69rem;
}
.audio-block .audio-decorate{
    position: absolute;
    top: -0.01rem;
    right: 0.62rem;
    width: 0.26rem;
    height: 1.01rem;
    background:url(http://static.699pic.com/wap/img/wapicon.png) no-repeat -0.07rem -1.58rem;
    background-size: 4.68rem 2.69rem;
    transform-origin:0.04rem top;
    transition: 0.2s;
}
.audio-block.play .audio-decorate{
    transform: rotate(24deg);
}

.audio-list{
    padding: 0 0.15rem 0;
}
.audio-list li{
    background: #FFFFFF;
    border-radius: 4px;
    height: 0.7rem;
    box-sizing: border-box;
    margin-bottom: 0.11rem;
    position: relative;
}
.audio-list li a.audio-ink{
    display: inline-block;
    padding: 0.1rem 0  0 0.1rem;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}
.audio-list li .audio-img{
    width: 0.73rem;
}
.audio-list li .audio-img img{
    float: left;
    width: 0.5rem;
    height: 0.5rem;
}
.audio-list li .audio-img i{
    display: inline-block;
    width: 0.23rem;
    height: 0.5rem;
    background: url(http://static.699pic.com/wap/img/wapicon.png) no-repeat -0.7rem -0.24rem;
    background-size: 4.68rem 2.69rem;
}
.audio-hint{
    padding-left: 0.84rem;
}
.audio-list .audio-title{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.14rem;
    color: #333333;
    letter-spacing: -0.0009rem;
    padding-left: 0.94rem;
    padding-top: 0.16rem;
}
.audio-list .audio-title h2{
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 0.14rem;
}
.audio-hint .audio-date{
    font-size: 0.1rem;
    color: #999999;
    letter-spacing: -0.0006rem;
    padding-top: 0.3rem;
}
.audio-hint .audio-format{
    display: inline-block;
    width: 0.64rem;
}

.play-btn{
    width: 0.3rem;
    height: 0.3rem;
    background: url(http://static.699pic.com/wap/img/wapicon.png) no-repeat -0.7rem -1.69rem;
    background-size: 4.68rem 2.69rem;
    margin-top: 0.07rem;
}
.play-btn.show{
    background-position: -0.7rem -1.24rem;
}

/*分享*/
.sharelink-pop{
    display: none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.sharelink-block{
    position: absolute;
    width: 3rem;
    box-sizing: border-box;
    height: 1rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fenxiangicon{
    display: flex;
    padding: 0 0.24rem;
    justify-content: space-around;
    height: 0.6rem;
}
.fenxiangicon span{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background: url(http://static.699pic.com/wap/img/wapicon.png) no-repeat ;
    background-size: 4.68rem 2.69rem;
}
.fenxiangicon span.icon1{
    background-position: -3.39rem 0;
}
.fenxiangicon span.icon2{
    background-position: -4.03rem 0;
}
.fenxiangicon span.icon3{
    background-position: -3.39rem -0.7rem;
}
.sharelink-block p{
    font-size: 0.2rem;
color: #FFFFFF;
letter-spacing: -0.0048rem;
text-align: center;
margin-top:0.1rem;
}
#foo{
    opacity: 0;
    position: absolute;
    z-index: -10;
}
.yi_name{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0.2rem;
}
#a_btn{
    float: left;
    width: 50%;
    font-size: .28rem;
    letter-spacing: .02rem;
    line-height: 1rem;
    color: #fff;
    display: block;
}
.cake_box{
    background-color: #f4f4f4;
    position: relative;
    float: left;
    width: 3.45rem;
    height: 5.5rem;
    margin: 0 .1rem .26rem;
    border: 1px red solid;
}
.cake_box img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.active_11{
    color: #fff !important;
    background-color:#6699ff !important;
}
.input_img{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0.2rem;
    top: 0.1rem;
}
.start_img{
    width: 0.38rem;
    height: 0.38rem;
    margin-top: 0.08rem;
    display: block;
    float: left;
    margin-left: 22%;
}
.start_img1{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%,-50%);
}
.printing_text{
    width: 100%;
    float:left;
    color: #969494;
}
.shou{
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%,-50%);
}
.shou_text{
    display: block;
    float: left;
    margin-left: 5%;
}
.photo_img{
    position: absolute;
    top: 0.11rem;
    right: 0.35rem;
    width: 0.4rem;
}
.upload_photo_input{
    position: absolute;
    top: 0.11rem;
    right: 0.35rem;
    width: 0.4rem;
    height: 100%;
    opacity: 0;
}
/* 没数据 */
.nothing{
    width: 100%;
    height: 6rem;
    position: relative;
}
.nothing_box{
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 4rem;
    height: 4rem;
}
.nothing_box img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.nothing_text{
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0.5rem;
    width: 100%;
    text-align: center;
}
.grabble{
    width: 100%;
    background-color: #f4f4f4;
    height: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
}
.grabble_img{
    position: absolute;
    top: 68%;
    left: 21%;
    transform: translate(-50%,-50%);
    width: 2.8rem;
    height:2.8rem;
    border: 0.1rem #fff solid;
    background: url(../img/8002.jpg);
    background-size: 100%;
    border-radius: 0.15rem;
}
.grabble_img img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.grabble_text{
    font-size: 0.25rem;
    line-height: 0.4rem;
    width: 4rem;
    color: #999;
    position: absolute;
    top: 70%;
    left: 69%;
    transform: translate(-50%,-50%);
    letter-spacing: .02rem;
}
.some_like{
    padding-left: 0.17rem;
    font-size: 0.36rem;
    font-weight: 600;
}
.option_tabbar{
    width:100%;
    height: 1.2rem;
    background-color: #f4f4f4;
    position: fixed;
    bottom: 0rem;
    border-top: 1px #ddd solid;
}
.option_tabbar_box{
    float:left;
    width:20%;
    height: 100%;
    text-align: center;
    line-height: 1.8rem;
    font-size:0.25rem;
    color:#999;
    position: relative;
}
.option_tabbar_box_img{
    width: 0.45rem;
    height: 0.45rem;
    position: absolute;
    top:25%;
    left:50%;
    transform: translate(-50%,-50%);
}

.option_tabbar_box_regulate{
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: -3rem;
    left: -0.76rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 2px;
    display: none;
    border: 1px #ddd solid;
    border-radius: 0.13rem;
}
.option_tabbar_regulates{
    line-height: .99rem;
    border-bottom: 1px #f4f4f4 solid;
}
.option_tabbar_regulate_img{
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.3rem;
}