/* index service link css */
.libServiceLink{
    padding-left: 0.133rem;
}
.libServiceLink a{
    float: left;
    width: 1.68rem;
    margin: 0.267rem 0.293rem 0;
}
.libServiceLink a img{
    width: 100%;
}
.libServiceLink a span{
    display: block;
    line-height: 2;
    color: #000000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size:12px;
}
/* index person library link css */
.personLibLink{

}
.personLibLink a{
    float: left;
    width: 28%;
    height: 1.747rem;
    color: #ffffff;
    text-indent: 0.373rem;
    margin-top: 0.373rem;
    margin-right: 0.4rem;
    line-height: 2.8;
}
.personLibLink a:nth-child(1){
    background: url(/Content/images1/index/lib01.png) no-repeat center/100%;
}
.personLibLink a:nth-child(2){
    background: url(/Content/images1/index/lib02.png) no-repeat center/100%;
}
.personLibLink a:nth-child(3){
    background: url(/Content/images1/index/lib03.png) no-repeat center/100%;
    margin-right:0px;
}
.personLibLink a:nth-child(4){
    background: url(/Content/images1/index/lib04.png) no-repeat center/100%;
}
.personLibLink a:nth-child(5){
    background: url(/Content/images1/index/lib05.png) no-repeat center/100%;
}
    .personLibLink a:nth-child(6) {
        background: url(/Content/images1/index/lib06.png) no-repeat center/100%;
        margin-right: 0px;
    }
    .personLibLink a:nth-child(7) {
        background: url(/Content/images1/index/lib01.png) no-repeat center/100%;
    }

    .personLibLink a:nth-child(8) {
        background: url(/Content/images1/index/lib02.png) no-repeat center/100%;
    }

    .personLibLink a:nth-child(9) {
        background: url(/Content/images1/index/lib03.png) no-repeat center/100%;
        margin-right: 0px;
    }
 
/* index ele resource link css */
.eleResourceLink{
    margin-top: 14px;
}
    .eleResourceLink a {
        float: left;
        width: 2.787rem;
        height: 1.747rem;
        color: #000000;
        text-indent: 0.373rem;
        margin-top: 0.373rem;
        margin-right: 0.4rem;
        line-height: 2.8;
    }
    .eleResourceLink a:nth-child(6) {
        background: url(/Content/images1/index/lib01.png) no-repeat center/100%;
    }

    .eleResourceLink a:nth-child(5) {
        background: url(/Content/images1/index/lib02.png) no-repeat center/100%;
    }

        .eleResourceLink a:nth-child(4) {
            background: url(/Content/images1/consult04.png) no-repeat center/100%;
        }

        .eleResourceLink a:nth-child(3) {
            background: url(/Content/images1/consult03.png) no-repeat center/100%;
            margin-right: 0px;
        }

        .eleResourceLink a:nth-child(2) {
            background: url(/Content/images1/consult02.png) no-repeat center/100%;
        }

        .eleResourceLink a:nth-child(1) {
            background: url(/Content/images1/consult01.png) no-repeat center/100%;
        }

    .eleResourceLink a:nth-child(7) {
        background: url(/Content/images1/index/lib01.png) no-repeat center/100%;
    }

    .eleResourceLink a:nth-child(8) {
        background: url(/Content/images1/index/lib02.png) no-repeat center/100%;
    }

    .eleResourceLink a:nth-child(9) {
        background: url(/Content/images1/index/lib03.png) no-repeat center/100%;
    }
/* index new book tab css */
.newBookTab .tabItem{
    text-align: center;
}
.newBookTab .tabItem li{
    line-height: 1.173rem;
    text-align: center;
    color: #313131;
    padding: 0 0.227rem;
    border-bottom: 3px solid transparent;
    margin: 0 0.267rem;
    font-size: 16px;
    display: inline-block;
}
.newBookTab .tabItem li.active{
    border-color: #0e8ccd;
    color: #0e8ccd;
}
.newBookTabList,.bookRecList{
    padding: 0.32rem 0.267rem;
    background: #ffffff;
    box-shadow: 0 0 6px 0px #ccc;
    margin-top: 0.28rem;
}
.newBookTabList>a{
    float: left;
    width: 1.76rem;
    height: 100%;
}
.newBookTabList a>img,.bookRecList a>img{
    width: 1.76rem;
    float: left;
}
.newBookTabListInfo{
    padding-left: 2rem;
}
.newBookTabListInfo>p:first-child{
    color: #333333;
    line-height: 2;
}
.newBookTabListInfo>span{
    font-size: 12px;
    color: #666666;
    line-height: 1.4;
    display: block;
}
.newBookTabListInfo>p:last-child{
    color: #999999;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 0.067rem;
}
.newBookTabListInfo>p:last-child span{
    margin-right: 0.133rem;
}
.bookListBtn{
    text-align: right;
    margin-top: 0.267rem;
}
.bookListBtn span{
    display: inline-block;
    padding: 0 0.4rem;
    line-height: 0.8rem;
    background: #0e8ccd;
    color: #ffffff;
    text-align: center;
}

/* login css */
.loginWrapper{
    width: 100%;
    height: 100vh;
    background: url(/Content/images1/loginBg.png) no-repeat center top/100%;
}
.login{
    width: 8.533rem;
    height: 9.733rem;
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    top: 20%;
    border-radius: 20px;
    box-shadow: 0 4px 10px -3px #6d6d6d;
    padding: 1.133rem 0.533rem 0;
    box-sizing: border-box;
}
.loginName,.loginPassword{
    width: 100%;
    border-radius: 10px;
    line-height: 1.173rem;
    height: 1.173rem;
    color: #999999;
    margin-bottom: 0.4rem;
    box-sizing: border-box;
    padding-right: 1em;
    text-indent: 1.413rem;
}
.loginName{
    background: url(/Content/images1/name01.png) no-repeat 0.533rem center/auto 0.48rem #f6f2f2;
}
.loginPassword{
    background: url(/Content/images1/password.png) no-repeat 0.533rem center/auto 0.48rem #f6f2f2;
}
.loginBtn{
    width: 100%;
    line-height: 1.173rem;
    background: #f55b36;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    margin-top: 0.4rem;
}
.login p{
    font-size: 12px;
    text-align: center;
    color: #ff0000;
    margin-top: 0.613rem;
}

/* lib collection search css */
.libSearchTopTab ul{
    text-align: center;
}
.libSearchTopTab ul li{
    line-height: 1.173rem;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding: 0 0.333rem;
    transition: all 0.2s ease;
    border-bottom: 3px solid transparent;
    color: #222222;
}
.libSearchTopTab ul li.active{
    color: #0e8ccd;
    border-color: #0e8ccd;
}
.libSearchTopTip{
    font-size: 16px;
    color: #999999;
    margin-top: 0.533rem;
}
.libSearchTopTip a{
    color: #0e8ccd;
}
.libSearchHotKey{
    overflow: hidden;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 0.533rem;
}
.libSearchHotKey a{
    display: inline-block;
    text-align: center;
    line-height: 0.84rem;
    padding: 0 0.28rem;
    color: #7b7b7b;
    min-width: 1.733rem;
    box-sizing: border-box;
    background: #eff2f5;
    margin-right: 0.267rem;
    margin-bottom: 0.253rem;
}
.libSearchBookList{
    padding-top: 0.267rem;
}

/* book reBorrow css */
.reBorrowWrapper{
    padding: 0.6rem 0;
    display: flex;
    justify-content: space-between;
}
.reBorrowWrapper a{
    width: 50%;
    padding: 0.533rem 0;
    text-align: center;
}
.reBorrowWrapper a+a{
    border-left: 1px solid #f0f0f0;
}
.reBorrowWrapper a img{
    width: 1.76rem;
}
.reBorrowWrapper a span{
    margin-top: 0.267rem;
    display: block;
    font-size: 16px;
    color: #333333;
}

/* book recommend css */
.bookRecTab{
    padding-top: 0.533rem;
}
.bookRecTab ul{
    overflow: hidden;
}
.bookRecTab ul li{
    width: 2.9rem;
    height: 1.733rem;
    border-radius: 10px;
    float: left;
    position: relative;
}
.bookRecTab ul li+li{
    margin-left: 0.127rem;
}
.bookRecTab ul li:nth-child(1){
    background: #eff2f5 url(/Content/images1/iconRecList.png) no-repeat 87% 77%/auto 0.6rem;
}
    .bookRecTab ul li:nth-child(2) {
        background: #eff2f5 url(/Content/images1/scanbarcode_inactive.png) no-repeat 87% 80%/auto 0.6rem;
    }
.bookRecTab ul li:nth-child(3){
    background: #eff2f5 url(/Content/images1/iconRecMiddle.png) no-repeat 87% 80%/auto 0.6rem;
}
.bookRecTab ul li:nth-child(4){
    background: #eff2f5 url(/Content/images1/iconRecCart.png) no-repeat 87% 80%/auto 0.6rem;
}
.bookRecTab ul li:nth-child(1).active{
    background: url(/Content/images1/iconRecListActive.png) no-repeat 87% 77%/auto 0.6rem,linear-gradient(135deg,#0e8ccd,#1161ff);
}
.bookRecTab ul li:nth-child(2).active{
    background: url(/Content/images1/scanbarcode.png) no-repeat 87% 80%/auto 0.6rem,linear-gradient(135deg,#0e8ccd,#1161ff);
}
    .bookRecTab ul li:nth-child(3).active {
        background: url(/Content/images1/iconRecMiddleActive.png) no-repeat 87% 80%/auto 0.6rem,linear-gradient(135deg,#0e8ccd,#1161ff);
    }
    .bookRecTab ul li:nth-child(4).active {
        background: url(/Content/images1/iconRecCartActive.png) no-repeat 87% 80%/auto 0.6rem,linear-gradient(135deg,#0e8ccd,#1161ff);
    }
.bookRecTab ul li.active span:nth-child(1){
    color: #ffffff;
}
.bookRecTab ul li.active span:nth-child(2){
    color: #0e8ccd;
    background: #d7e8ff;
}
.bookRecTab ul li span{
    display: block;
}
.bookRecTab ul li span:nth-child(1){
    padding-left: 0.347rem;
    padding-top: 0.467rem;
    color: #999999;
}
.bookRecTab ul li span:nth-child(2){
    width: 0.373rem;
    height: 0.373rem;
    line-height: 1.2;
    font-family: 'SimSun-ExtB';
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    background: #dee0e3;
    font-size: 12px;
    margin-left: 0.373rem;
    margin-top: 0.267rem;
}
.bookRecTab ul li b{
    position: absolute;
    width: 0.4rem;
    line-height: 0.4rem;
    background-color: #f55b36;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    top: 0.453rem;
    right: 0.133rem;
}
.bookRecTable p{
    line-height: 1.36rem;
    height: 1.36rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}
.bookRecTable p span:nth-child(1){
    color: #333333;
    width: 2.4rem;
    float: left;
}
.bookRecTable p span:nth-child(2){
    display: inline-block;
    width: calc(100% - 2.4rem);
    line-height: 1.36rem;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bookRecTable p input[type=text]{
    display: inline-block;
    width: calc(100% - 2.4rem);
    line-height: 1.36rem;
    font-size: 16px;
    color: #999999;
}
.bookRecSubmitBtn{
    width: 7.493rem;
    display: block;
    margin: 0.427rem auto 0.267rem;
    line-height: 1.173rem;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    background: #f55b36;
    font-size: 16px;
}
.bookRecList{
    min-height: 2.533rem;
}
.bookRecListInfo{
    padding-left: 2rem;
}
.bookRecListInfo>h5{
    font-size: 14px;
    color: #333333;
    line-height: 2;
}
.bookRecListInfo>span{
    font-size: 12px;
    color: #666666;
    line-height: 1.4;
}
.bookRecListInfo>p{
    margin-top: 0.533rem;
    line-height: 0.84rem;
}
.bookRecListInfo>p>b{
    font-size: 16px;
    color: #f55b37;
    font-weight: bold;
}
.bookRecListInfo>p>span{
    float: right;
    line-height: 0.84rem;
    text-align: center;
    width: 2.267rem;
    color: #ffffff;
    border-radius: 3px;
    background: #f55b37;
}
.recCartList{
    margin: 0 0.4rem 0.4rem;
    background: #ffffff;
    padding: 0 0.267rem;
    border-radius: 10px;
    box-shadow: 0 0 6px 0px #ccc;
}
.recCartList p{
    height: 1.067rem;
    line-height: 1.067rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.recCartList p b{
    float: left;
    color: #333333;
    width: 2rem;
}
.recCartList p span{
    color: #666666;
    display: inline-block;
    width: calc(100% - 2.4rem);
    line-height: 1.067rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recCartList p:nth-child(5){
    display: flex;
    justify-content: space-between;
}
.recCartList p:nth-child(5) b,.recCartList p:nth-child(5) span{
    width: auto;
    line-height: 1.067rem;
}
.recCartList p:nth-child(5) b{
    width: 2rem;
}
.recCartList p:nth-child(5) span{
    min-width: 1.173rem;
}
.recCartListBtn{
    margin-top: 0.133rem;
    width: 2.933rem!important;
    height: 0.8rem;
    line-height: 0.8rem!important;
    box-sizing: border-box;
    text-align: center;
    color: #f55b36!important;
    border: 1px solid #f55b36;
    border-radius: 3px;
}
/* my library css */
.myLibraryList a{
    display: block;
    line-height: 1.467rem;
    border-bottom: 1px solid #f0f0f0;
    color: #666666;
}
.myLibraryList a img{
    width: 0.72rem;
    margin-right: 0.267rem;
}
.myLibraryList a i{
    font-family: 'SimSun-ExtB';
    font-weight: bold;
    float: right;
    color: #9d9d9d;
}
/* 参考咨询 css */
.consultNav{
    overflow: hidden;
}
    .consultNav a {
        float: left;
        width: 4.373rem; 
        height: 2.267rem;  
        line-height: 2.267rem;  
        color: #ffffff;
        font-size: 16px;
        position: relative;
        background: url(/Content/images1/consult01.png) no-repeat center center/100%;
        margin-top: 0.373rem;  
        text-indent: 0.413rem  
        border-radius: 10px;
        margin-left: 0.22rem;  
    }
.consultNav a:nth-child(2){
    background-image: url(/Content/images1/consult02.png);
}
.consultNav a:nth-child(3){
    background-image: url(/Content/images1/consult03.png);
}
.consultNav a:nth-child(4){
    background-image: url(/Content/images1/consult04.png);
}
 
.consultNav a:after{
    content: '';
    width: 0.4rem  /* 30/75 */;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0.413rem;
    bottom: 0.667rem  /* 50/75 */;
}
.consultHotKey a{
    width: 2.8rem  /* 210/75 */;
}
.consultTipLarge{
    padding: 0.427rem;
    line-height: 1.5;
    background: #eff2f5;
    color: #666666;
    text-indent: 2em;
    margin-top: 0.52rem  /* 39/75 */;
    font-size: 14px;
}
/* consult table css */
.consultTable{
    padding-top: 0.347rem  /* 26/75 */;
}
.consultTable p{
    margin-bottom: 0.56rem  /* 42/75 */;
    overflow: hidden;
}
.consultTable p>span{
    width: 2.4rem  /* 180/75 */;
    line-height: 0.827rem  /* 60/75 */;
    font-size: 16px ;
    color: #333333;
    float: left;
}
.consultTable p>input,.consultTable p>select{
    display: inline-block;
    box-sizing: border-box;
    width: calc( 100% - 2.427rem  /* 182/75 */);
    border-radius: 3px;
    line-height: 0.827rem  /* 62/75 */;
    height: 0.827rem  /* 62/75 */;
    border: 1px solid #dbdbdb;
    padding-left: 1em;
}
.consultTable p>textarea{
    display: inline-block;
    box-sizing: border-box;
    width: calc( 100% - 2.427rem  /* 182/75 */);
    border-radius: 3px;
    line-height: 1.4;
    border: 1px solid #dbdbdb;
    padding: 1em;
    height: 2.8rem  /* 210/75 */;
}
.consultTipSmall{
    display: block;
    margin-top: 0.267rem  /* 20/75 */;
    line-height: 1.5;
    font-size: 12px ;
    color: #999999;
    padding-left: 2.427rem  /* 182/75 */;
}
.consultQueList{
    margin-top: 0.533rem  /* 40/75 */;
}
.consultQueNum{
    width: 1.333rem  /* 100/75 */;
    font-size: 12px ;
    color: #0e8cc6;
    text-align: center;
    margin: 0 auto 0.267rem  /* 20/75 */;
    position: relative;
}
.consultQueNum:after,.consultQueNum:before{
    content: '';
    width: 0.84rem  /* 63/75 */;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    top: 40%;
}
.consultQueNum:after{
    right: -0.84rem;
}
.consultQueNum:before{
    left: -0.84rem;
}
.consultQueTip{
    font-size: 12px;
    color: #999999;
    text-align: center;
    display: block;
}
.consultQueQ,.consultQueA{
    width: 7.2rem  /* 540/75 */;
    min-height: 1.173rem  /* 88/75 */;
    box-sizing: border-box;
    padding: 0.32rem  /* 24/75 */ 0.4rem  /* 30/75 */;
    line-height: 1.5;
    margin: 0.427rem  /* 32/75 */ auto 0;
    position: relative;
    text-align: justify;
}
.consultQueQ{
    color: #ffffff;
    background: #0e8cc6;
}
.consultQueA{
    color: #333333;
    background: #eff3f6;
}
.consultQueQ:after,.consultQueA:after{
    width: 0.72rem  /* 54/75 */;
    line-height: 0.72rem  /* 54/75 */;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    border-radius: 50%;
}
.consultQueQ:after{
    content: 'Q';
    color: #ffffff;
    background: #0e8cc6;
    left: -1rem  /* -75/75 */;
}
.consultQueA:after{
    content: 'A';
    color: #333333;
    background: #eff3f6;
    right: -1rem  /* -75/75 */;
}
.consultQueQ:before,.consultQueA:before{
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    position: absolute;
    bottom: 0;
}
.consultQueQ:before{
    left: -6px;
    border-bottom-color: #0e8cc6;
}
.consultQueA:before{
    right: -6px;
    border-bottom-color: #eff3f6;
}
.consultQueInput input[type=text]{
    width: 100% !important;
}

.consultList{
    min-height: 1.8rem  /* 135/75 */;
    padding: 0.32rem 0.267rem;
    background: #ffffff;
    box-shadow: 0 0 6px 0px #ccc;
    margin-top: 0.28rem;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    position: relative;
}
.consultList img{
    height: 1.28rem  /* 96/75 */;
    position: absolute;
    top: 50%;
    margin-top: -0.64rem;
}
.consultList>span{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.76rem;
    padding-right: 0.5rem;
    position: relative;
}
.consultList>span>b{
    line-height: 2;
    color: #333333;
    display: block;
}
.consultList>span>i{
    line-height: 1.5;
    color: #999999;
    font-size: 12px;
    display: block;
}
.consultList>span>span{
    color: #666666;
    font-size: 12px ;
}
.consultList>span:after{
    content: '>';
    font-family: 'SimSun-ExtB';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 16px;
    font-weight: bold;
    color: #dbdbdb;
}
.consultLiveList a{
    line-height: 1.387rem  /* 104/75 */;
    height: 1.387rem  /* 104/75 */;
    border-bottom: 1px solid #f0f0f0;
    color: #333333;
    position: relative;
    display: block;
}
.consultLiveList a:after{
    content: '>';
    font-family: 'SimSun-ExtB';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 16px;
    font-weight: bold;
    color: #dbdbdb;
}
.consultLiveList a>img{
    width: 0.8rem  /* 60/75 */;
    margin-right: 0.307rem  /* 23/75 */;
}
/* site reservation css */
.siteResTip{
    margin-top: 0.267rem  /* 20/75 */;
}
.siteResTip>p{
    line-height: 1.5;
    color: #666666;
    margin-top: 0.267rem  /* 20/75 */;
}
.availableSite{
    float: right;
    color: #666666;
    font-size: 14px ;
}
.availableSite b{
    color: #0e8cc6;
}
/* E-library card css */
.cardWrapper{
    position: absolute;
    width: 8.267rem  /* 620/75 */;
    height: 9.08rem  /* 681/75 */;
    background: url(/Content/images1/cardBg.png) no-repeat center center/100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    box-sizing: border-box;
    padding: 1.44rem  /* 108/75 */0 1.36rem  /* 102/75 */;
}
.cardCode{
    width: 4.747rem  /* 356/75 */;
    height: 4.747rem  /* 356/75 */;
    margin: 0 auto;
}
.cardWrapper>h5{
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    margin-top: 0.533rem  /* 40/75 */;
}
/* equipment fix css */
.fixImgList{
    display: inline-block;
    width: calc(100% - 2.4rem);
    padding-top: 0.533rem  /* 40/75 */;
    line-height: 1.333rem;
    overflow: hidden;
}
.fixImgList img{
    float: left;
    width: 1.333rem  /* 100/75 */;
    height: 1.333rem  /* 100/75 */;
    margin-right: 0.267rem  /* 20/75 */;
    margin-bottom: 0.267rem  /* 20/75 */;
}
.addFixImg{
    float: left;
    width: 1.333rem  /* 100/75 */;
    height: 1.333rem  /* 100/75 */;
    background: #eff2f5;
    position: relative;
}
.addFixImg:after{
    content: '+';
    font-size: 24px;
    color: #dbdbdb;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.moreResList{
    display: block;
    min-height: 1.8rem  /* 135/75 */;
    padding: 0.32rem 0.267rem;
    background: #ffffff;
    box-shadow: 0 0 6px 0px #ccc;
    margin-top: 0.28rem;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.moreResList img{
    height: 1.707rem  /* 128/75 */;
    float: left;
}
.moreResList span{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 2.133rem  /* 160/75 */;
    position: relative;
}
.moreResList>span>b{
    line-height: 2;
    color: #333333;
    display: block;
}
.moreResList>span>i{
    line-height: 1.5;
    color: #999999;
    font-size: 12px;
    display: block;
}
/* detail css */
.detailInfo>a{
    display: block;
}
.detailInfo .availableSite{
    margin-right: 0.533rem  /* 40/75 */;
}
.detailInfo .indexTitle{
    border-left: none;
    padding-left: 0.56rem  /* 42/75 */;
    background: url(/Content/images1/iconDetailNum.png) no-repeat center left/ 0.373rem  /* 28/75 */ auto;
}
.detailCollect{
    padding: 0.4rem  /* 30/75 */;
    background: #eff2f5;
    margin-top: 0.533rem  /* 40/75 */;
    border-radius: 10px;
    box-shadow: 0 0 6px 0px #ccc;
}
.detailCollect>p{
    line-height: 2;
    color: #666666;
    display: block;
    overflow: hidden;
    font-size: 12px;
}
.detailCollect>p>span{
    float: left;
    width: 1.733rem  /* 130/75 */;
    font-size: 12px;
}
.detailCollectMore{
    display: block;
    line-height: 2;
    margin-top: 0.267rem  /* 20/75 */;
    text-align: center;
    font-size: 14px;
    color: #a0a0a0;
}