﻿/*
* @Author: baocheng
* @Date:   2017-02-20 13:55:47
* @Last Modified by:   baocheng
* @Last Modified time: 2017-08-16 17:24:38
*/

.top .w .extra .collect-join {
    color: #999;
}

.top .w .extra .share-join {
    color: #ccc;
    border-left-color: #ccc;
}

.top .w .extra .collect i.iconfont.clickjoin {
    color: #ccc;
}

.top .w .extra .collect i.iconfont.ired2 {
    color: #fff;
}

.top-join .w .extra .collect i.iconfont.clickjoin:hover {
    color: #fff;
}

.top-join .w .extra .collect {
    font-size: 12px;
}

.top-join .w ul li {
    width: auto;
    height: auto;
    padding: 4px 0;
    border-left-color: #ccc;
    border-width: 0;
    padding: 0 34px;
    border-left: 1px solid #ccc;
    text-align: center;
    border-left-color: rgba(204, 204, 204, .3);
}




.top-join .w ul .blspe {
    border-left: none;
    padding-left: 0;
}

.top-join .w ul .contistudy {
    padding: 0;
    margin-right: 34px;
}

.top-join .w ul li .meta-value {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin-bottom: 14px;
}

.contistudy .btn {
    display: inline-block;
    padding: 16px 27px;
    /* line-height: 48px; */
    text-align: center;
    border: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    background: #00B7EE;
    font-size: 16px;
}

.contistudy .btn:hover {
    background-color: #01aadd;
}

/*V6.7 添加不可以点击购买的按钮   */
.contistudy .disableBtn{
    background-color: #f3f3f3!important;
    color: #999;
    cursor: default!important;
}
.contistudy .disableBtn:hover {
    background-color: #f3f3f3;
}


.contistudy-full .btn:hover {
    background-color: #b5b9bc;
    cursor: default;
}

.contistudy-full .btn {
    background-color: #b5b9bc;
}

.top-join .w ul li:last-child {
    width: auto;
}

.top-join .w ul li .meta-value del {
    color: #ccc;
    line-height: 18px;
}

.bala {
    font-size: 12px;
    color: #ccc;
    line-height: 16px;
    margin-left: 12px;
}

.meta-n {
    color: #ccc;
    line-height: 1;
}

.meta-n .vipimg {
    display: inline-block;
    width: 44px;
    height: 12px;
    margin-left: 10px;
    background-image: url(../../images/vip_yellow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.meta-n span {
    display: inline-block;
    line-height: 12px;
    margin-right: 10px;
}

.meta-n .zhtai {
    margin-right: 0;
}

.goldcol {
    color: #fcb200;
}

.goldper {
    margin-left: 10px;
}

.progress-join {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.progressjoin-inner {
    background-color: #07bbee;
}

.progress-join .expjoin-bar {
    background-color: rgba(255, 255, 255, .2);
    height: 4px;
}


.top-join .w .extra .collect i.word {
    color: #ccc;
}

.top-join .w .extra .collect .collect-value {
    color: #ccc;
}

.top-join .w .extra .share i {
    line-height: 18px;
}

.share-join span {
    line-height: 18px;
    font-size: 12px;
}



.meta-n {
    text-align: left;
}

/*新加 start*/

.advertisement {
    position: relative;
    width: 1200px;
    height: 100px;
    margin: 20px auto 0;
    background-image: url(../../../images/banner_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.advertisement .adverClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 31px;
    height: 31px;
    background-image: url(../../../images/adverClose.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}


/*新加 end*/

/*5.2新加开始*/
.imgwrapPar{
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.memberMore{
    position: relative;


}
.memberMore i{
    cursor: pointer;
    padding-bottom: 20px;
    padding-right: 20px;
}
.memberMore:hover .othermemBox{
    display: block;
}

.memberMore .othermemBox{
    display: none;
    position: absolute;
    left: -57px;
    top: 26px;
    z-index: 2;
    width: 128px;
    padding: 7px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 6px 2px rgba(221,221,221,.75);
    background-color: #fff;
}
.memberMore .othermemBox h4{
    position: relative;
    font-size: 12px;
    color: #fcb200;
    padding: 5px 0 8px;
}

.othermemBox h4:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 2px;
    background-color: #fcb200;
}
.othermemBox  .memberList{
    padding-top: 8px;
    font-size: 12px;
    line-height: 28px;
}

.othermemBox  .memberList em{
    color: #666;
}
.othermemBox  .memberList b{
    color: #999;
    font-weight: normal;
}
/*5.2新加结束*/

/*6.7 不对外售卖*/
.disableBtn{
    background-color: #f3f3f3!important;
    color: #999!important;
    cursor: default!important;
}