﻿html,body{margin:0px;
    padding:0px; }
body{
    font-family:Arial,Helvetica,sans-serif,'微软雅黑',"microsoft yahei";
    font-size:16px;
    color:#333333; }

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, font, 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{
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size:100%;
}
ul,li,ol {
    list-style: none;
}
em,b,i{
    font-style:normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
input, textarea, select, a {
    margin:0px;
    padding:0px;
    outline:0px;}
textarea {resize:none; overflow:auto;}

aside, article, footer, header, nav, section ,main{display:block;
    height: auto;
    overflow: hidden;}
a{color: #333333;text-decoration:none;}
a:hover{
    text-decoration:underline; }


  [v-cloak] {
      display: none;
  }
.disFlex{
    display: -moz-box; /*firefox*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*Safari*/
    display: -webkit-flex; /*Chrome*/
    display: flex;
    justify-content: space-between;
}
.disTable{
    display: table;
}


/*****main****/
.main{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    background-image: url("../../static/images/bg01.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 100;
}
.banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner img{
    display: block;
    width: 6.56rem;
    margin: 0.7rem auto;
}
.btn-box{
    width: 5rem;
    margin:0 auto 0.25rem auto ;
}
.btn-box a{
    display: inline-flex;
    width:2.28rem ;
    height: auto;
}
.btn-box a img{
    display: block;
    width:100%;
    height: auto;
    margin: 0 auto;
}

/*nav start*/
.nav{
    width: 100%;
    height: 1.21rem;
    background-image: url("../../static/images/navBg.png");
    background-size: 100% 100%;
}
.nav ul{
    justify-content: space-around;
}
.nav ul li{
    /* padding-top: 0.4rem; */
    color: #ffffff;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 1.1rem;
}
.nav ul li a{
    color: #ffffff;
    line-height:1.8em;
    text-decoration: none;
}
.nav ul li.navCur a{
    color: #efdbb4;
    background-image:url("../../static/images/curTitleBg.png");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 0.5em;
}
/*nav end*/

/*list start*/
.list{
    /* background: #fffbf3;*/
    background-image: url("../../static/images/lineBg.jpg");
        background-repeat: repeat-y;
        background-size: 100% auto;
        padding-bottom: 0.3rem;
        height: auto;
        margin-top: -1px;
}
.list-main{
    width: 7.1rem;
    margin: 0 auto;
}
.tab-btn{
    width: 6.3rem;
    padding:0.3rem auto 0.4rem auto;
    margin: 0 auto;
}
.tab-btn a{
    display: inline-flex;
    width: 1.92rem;
    height:0.48rem;
    background-color: none;
    background-image: url("../../static/images/tabBg.png") ;
    background-size: 100% 100%;
    border: none;
    text-align: center;
    line-height: 0.48rem;
    justify-content: center;
    color: #259396;
    font-size: 0.3rem;
    text-decoration: none;
}
.tab-btn a:focus{
    border: none;
    outline: none;
}
.tab-btn a.tabCur{
    color: #ffffff;
    background-image: url("../../static/images/tabCurBg.png");
    line-height: 0.46rem;
}

/**/
.list-lists{
    position: relative;
    margin-top: 0.4rem;
}
.imgFlow{
    width: 100%;
    height: auto;
    position: relative;
}
.flowItem {
    width:50%;
  position: relative;
    float: left;
    padding-bottom: 0.3rem;
    font-size: 0.3rem;
    line-height:1.8em ;
}
.item-cont{
    width: 96.6%;
    position: relative;
    margin: 0 auto;
}
.item-img{
    position: relative;
}
.flowItem img {
    display: inline-block;
    width: 100%;
}
.item-tit{
    clear: both;
    width: 100%;
    font-size: 0.3rem;
    /*line-height:1.8em ;*/
    word-wrap:break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.hotValue{
    color: #f1a52d;
    display: block;
    position: relative;
    padding-left: 0.25rem;
}
.hotValue:before{
    content: ' ';
    display: block;
    width: 0.22rem;
    height: 0.27rem;
    background-image: url("../../static/images/hot.png") ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
}
.bianhao{
    display: block;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../static/images/bianhaoBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #333333;
    text-align: center;
    line-height: 2em;
    font-size: 0.18rem;
    font-weight: 700;
    padding: 0 0.15rem;

}
/*list end*/

/*videoFlow*/
.videoFlow{
    height: auto;
    overflow: hidden;
}
.videoFlow .flowItem{
    position: relative;
    width: 50%;
    float: left;

}
.videoFlow .flowItem.disFlex{
    flex-wrap: wrap !important;
    justify-content: flex-start;
}
.videoFlow .flowItem .item-img{
    width: 100%;
    height: 1.86rem;
    overflow: hidden;
}
.videoFlow .flowItem .item-img img{
    width: 100%;
    height: 100%;
    z-index: 99;
}

.videoIcon{
    display: block;
    width: 0.54rem;
    height: 0.54rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url("../../static/images/videoIcon.png")  ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*videoFlow end*/

/**zuopinxiangqing**/
.content{
    background-image: url("../../static/images/bg01.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.content-main{
    padding-bottom: 0.3rem;
    margin: 0 0.4rem;
}
.content .item-img{
    width: 100%;
    margin-bottom: 0.2rem;
}
.item-img img{
    width: 100%;
    height: auto;
}
.content-main p{
    line-height:1.5em;
    margin-bottom: 0.2rem;
    word-break: break-all;
    
}
/*zuopinxiangqing end*/
.indexBtn{
    display: block;
    width:1.71rem ;
    height: 0.86rem;
    position: fixed;
    bottom: 0.7rem;
    right: 0;
 z-index: 50;
}
.indexBtn img{
    width: 100%;
}
.share-btn{
    display: block;
    width: 3.13rem;
    height: 0.86rem;
    margin: 0.3rem auto 0.7rem auto;
}
.share-btn img{
    width:100%;
}
.content .banner img{
    margin-bottom: 1.2rem;
}
.cap-tab-btn{
    width: 6.84rem;
    height: 1.15rem;
    margin: 0.2rem auto;
    background-image: url("../images/tabBtnBg.png") ;background-repeat: no-repeat;background-size:  100% 100%;
    color: #ffffff;
}
.cap-tab-btn ul li{
    width: 50%;
    text-align: center;
}
.cap-tab-btn ul li p{
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-top: 0.125rem;
}
.cap-tab-btn ul li:nth-child(1) p{
    border-right: 2px #ffffff solid;
}

.capture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;

}
.capture .tab-btn ul li span{
    display: block;
}
.capture .content-main table tr td{
    vertical-align: top;
}
.capture .disTable{
    width: 94%;
    margin: 0 auto;
}
.capture .disTable li{
    width: auto;
    display: table-cell;
}
/*弹窗*/
.dialog{
    display: none;
    position: fixed;
    width: 100%;
    max-width: 750px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 500;
    background: rgba(0,0,0,.6);
}
.dialog-main{
    position: relative;
    width: 68%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-box{
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* overflow: scroll; */
}
.img-box img{
    width: 100%;
}
.img-box:after{
    content: '长按分享好友';
    display: block;
    width: 100%;
    height: 0.43rem;
    /* background-image: url("../images/tipc.png");
     background-repeat: no-repeat;
     background-size: 100% 100%;*/
    margin: 0 auto;
    color: #ffffff;
    text-align: center;

}
img.close{
    width: 0.45rem;
    height: 0.45rem;
    float: right;
    margin: 0.1rem;
    position: absolute;
    right: 0.5rem;
    top: 1rem;
    z-index: 99;
    background: #ffffff;
    border-radius: 0.225rem;
}




/*index页面*/

/*juanzhou*/
.juanzhou{
    width: 6.47rem;
    height: 2.11rem;
    margin:0 auto ;
    color: #248e93;
    /* background-image: url("../images/juanzhou.png") ; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.juanzhou ul li{
    width: 50%;
    text-align: center;
}
.juanzhou ul li a{
    color: #248e93;
}
.index-nav{
    width: 6.6rem;
    height: 3.56rem;
    margin: 00.3rem auto 0.6rem auto;
}
/*video*/
.item-video{
    width: 7.5rem;
    height: 4.21rem;
    margin-bottom: 0.3rem;
}

.video-js{
    width: 100%;
    height: 100%;
}
.item-video video{
    display: block;
    width: 100%;
}
.video-js .vjs-big-play-button{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
/*
.my-video-dimensions{
    width: 100%;
    height: auto;
}*/

/*ranking*/
.ranking{
    display: table;
    width: 94.67%;
    margin: 0 auto;
    padding: 0.3rem 0;
    color: #666666;
}
.ranking-caption{
    display: table-row;
    height: 0.45rem;
    background-image: url("../images/lineBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 0.45rem;
    font-size: 0.3rem;
    color: #666666;
    font-weight: 600;

}
.ranking-row{
    width: 100%;
    display: table-row;
    height: 0.45rem;
    overflow: hidden;
}
.ranking-cell{
    width: 33.33%;
    display: table-cell;
    text-align: center;
    line-height: 0.45rem;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ranking-row .ranking-cell{
    font-size: 0.25rem;
    display: inline-block;
}

/*shuju*/
.sort-nav {
    display: table;
    width: 88%;
    margin: auto;
}

.sort-row {

    display: table-row;
}

.sort-cell {
    display: table-cell;
    padding-bottom: 0.2rem;
}

.sort-nav .tab-btn {
    width: auto;
    margin: 0;
    padding: 0;
}

.sort-cell .tab-btn a {
    width: 1.5rem;
    height: 0.45rem;
    font-size: 0.25rem;
    line-height: 0.45rem;
    color: #666666;
}

.sort-cell .tab-btn a.tabCur {
    color: #ffffff;
}

.city-area {
    width: 3.94rem;
    height: 0.65rem;
    margin: 0.2rem auto 0.30rem auto;
    background-image: url("../images/cityarea.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.city-area input {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 3.4rem;
    height: 0.65rem;
    line-height: 0.65rem;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -khtml-appearance: none;
    background: none;
    background-image: url("../images/xiaola.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 0.24rem 0.14rem;
    color: #ffffff;
    font-size: 0.30rem;
    padding-right: 0.24rem;
    text-align: center;
}

.city-area input::placeholder {
    color: #ffffff;
}

.weui-btn_primary {
    background: #01cac4;
}

.seach-tab {
    width: 6.53rem;
    height: 0.79rem;
    background-image: url("../images/seachBg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin: 0 auto;
}

.seach-tab input {
    width: 4.55rem;
    height: 100%;
    border: none;
    background: none;
    padding: 0 0.25rem;
}

.seach-tab input:focus {
    border: none;
    outline: none;
}

.seach-tab button {
    background: none;
    border: none;
    float:right;
    width: 1.5rem;
    height: 0.79rem;
}

.seach-tab button:focus {
    border: none;
    outline: none;
}

.noText {
    height: 0.55rem;
    background-image: url("../images/topBod.png");
    background-repeat: no-repeat;
    background-position:
        center;
    background-size: 100% 100%;
    /* float: left; */
    margin-top: 0.4rem;
}
/*des-content*/
.des-content {
    width: 6.6rem;
    margin: 0.5rem auto;
}

.des-content-top img,
.des-content-bottom img {
    display: block;
    width: 100%;
    height: auto;
}

.des-content-main {
    height: auto;
    min-height: 4.2rem;
    background-image: url("../images/cont_centerBg.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
}


.des-content-main p {
    width: 6rem;
    margin: 0 auto;
    font-size: 0.3rem;
    line-height: 1.8em;
    text-indent: 2em;

}

.des-content-main section {
    padding-bottom: 0.3rem;
}

.des-content-main section p span {
    color: #20818a;
    font-weight: 600;
}

.des-btn {
    width: 2.46rem;
    height: 0.61rem;
    margin: 0 auto 0.3rem auto;
}

.des-btn img {
    width: 100%;
    height: 100%;
}
.footer{
    background-image: url(../../static/images/lineBg.jpg);
        background-repeat: repeat-y;
        background-size: 100% auto;
        padding-bottom: 0.3rem;
        height: auto;
        margin-top: -1px;
        font-size: 0.25rem;
        width: 100%;
}
 .more {
     clear: both;
     height: auto;
     overflow: hidden;
 }

 .more label {
     display: block;
     width: 150px;
     line-height: 0.5rem;
     text-align: center;
     background-color: var(--color);
     color: #03a9f4;
     border: 2px solid #e4e4e4;
     margin: 0.25rem auto;
     border-radius: 16px;
     font-size: 0.25rem;
 }
 .tab_btn{
        color: #ffffff;
        width: 2rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.3rem;
        font-weight: bold;
        background:linear-gradient(to bottom, #30b4af, #1a6f7d);
        border: 1px solid #eecd68;
        border-radius: 0.5rem;
        text-align: center;
         margin: 0 auto;
 }
/*数字藏品列表*/
 .antique .flowItem {
     width: 100%;
 }

 .antique .item-img {
     height: 5rem;
     z-index: 0;
     padding: 0.6rem 0;
 }

 .antique .itemImg-box {
     width: 100%;
     height: 5rem;
     background: rgba(0, 0, 0, 0.8);
 }

 .antique .flowItem .item-img>img {
     object-fit: fill;
     display: block;
     width: auto;
     height: auto;
     max-width: 100%;
     max-height: 100%;
     margin: 0 auto;
     z-index: 99;
     box-shadow: 1px 1px 10px #666666;
 }

 .antique .itemImg-bg {
     width: 100%;
     height: 6.12rem;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
     overflow: hidden;
 }

 .antique .itemImg-bg img {
     width: 100%;
     height: 100%;
     filter: blur(8px);
     z-index: 0;
 }

 .antique .item-tit {
     width: auto;
     background-image: url("../../static/images/titBg.png");
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 0 0.2rem;
 }

 .antique .item-tit p {
     font-size: 0.24rem;
 }
 /*数字证书作品详情*/
.antiqueDes-top{
    background-image: url("../images/topBg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    font-size: 0.26rem;
    color: #857c73;
    padding: 0.6rem 0 0.5rem 0;
    margin-top: 0.35rem;
}
.antiqueDes-tit{
    width: auto;
    padding: 0.2rem 0;
}
.antiqueDes-tit span{
    width: auto;
    margin: 0.4rem auto;
    padding: 0.4rem;
    background-image: url("../../static/images/aniLine.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.6rem;
    text-align: center;
    font-weight: 500;
}
.antiqueDes-footer{
    width: auto;
    margin: 0 0.4rem;
    background-image: url("../../static/images/aniFooterBg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.antiqueDes-main{
    height: auto;
    overflow: hidden;
    padding-bottom: 0.3rem;
}

.content .antique-itemImg{
    width: 3.85rem;
    height:3.54rem;
    overflow: hidden;
    float: left;
}
.antique-itemImg img{
    width: 100%;
    height: 100%;
}
.antique-info{
    width:calc(100% - 3.95rem);
    height:auto;
    float: right;
}
.antique-info p{
    /* line-height: normal; */
    margin-bottom: 0;
}
.antique-main-caption p{
    margin-bottom: 0.2rem;
}
.screenshot{
    padding-top: 0.5rem;
}
.screenshot p{
    margin-bottom: 0.2rem;
}
.shot-item{
    width: 29.35%;
}
.shot-item img{
    width: 100%;
    height: auto;
}
.codeff{

    width:1.7rem;
    height: 1.7rem;
    margin: 0.2rem auto;
}
.codeff img{
    width: 100%;
    height: 100%;
}