/* 积分样式 */
.col_3{
    color: #333333;
}
.col_f540{
    color: #ff5400;
}
#content-main .title_h4{
    margin: 20px 0;
}
.my_integral{
    display: inline-block;
    padding-right: 20px;
    background: url(../../img/integral/rule_icon.png) no-repeat right center;
    background-size: 14px 14px;
    cursor: pointer;
}
.integral-total{
    margin-bottom: 50px;
}
.integral-tab{
    margin-bottom: 10px;
    border-bottom: 1px solid #4fd3c7;
}
.integral-tab div{
    float: left;
    margin-right: 6px;
    padding: 2px 10px;
    text-align: center;
    color: #4fd3c7;
    background-color: #ffffff;
    border: 1px solid #4fd3c7;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}
.integral-tab .active{
    color: #ffffff;
    background-color: #4fd3c7;
}
.integral-total ul{
    width: 100%;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-top-left-radius: 10px;
}
.last-item{
    border-top-right-radius: 10px;
}
.integral-total li{
    float: left;
    width: 20%;
    height: 100px;
    padding: 14px 0 0px 24px;
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.first-item{
    background: url(../../img/integral/not_use.png) no-repeat center right;
}
.integral-num{
    color: #ff5400;
    font-size: 32px;
}
.integral-num-gray{
    color: #888888;
    font-size: 32px;
}
.integral-total .name{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 14px;
    color: #666666;
}
.integral-goods{
    padding: 24px 0 20px 24px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.goodsname{
    color: #4fd3c7;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 38px;
    background: url(../../img/integral/goods_icon.png) no-repeat center right;
    background-size: 8px 9px;
}
.integral-de{
    display: inline-block;
    width: 102px;
    margin: 18px 0 8px 0;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    background: url(../../img/personal/title_bg.png) no-repeat center center;
    background-size: 102px 26px;
}
.detail_title{
    height: 38px;
    width: 100%;
    padding: 0 30px;
    background-color: #eeeeee;
}
.detail_title div{
    float: left;
    color: #333333;
    font-size: 14px;
    line-height: 38px;
    /* text-align: center; */
}
.detail{
    border-bottom: 1px solid #eaeaea;
}
.detail div{
    float: left;
    /* height: 73px; */
    padding: 14px 0px;
    color: #333333;
    font-size: 16px;
    text-align: left;
}
.detail_source{
    width: 35%;
    margin-right: 5%;
    padding-left: 40px;
}
.detail_type{
    width: 10%;
    margin-right: 5%;
}
.detail_time{
    width: 20%;
    margin-right: 5%;
}
.detail_tip{
    width: 20%;
    padding-left: 20px;
}
.type_1,.type_2,.type_3{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 5px 0 24px;
    vertical-align: middle;
    margin-top: -4px;
}
.type_1{
    background: url(../../img/integral/type_1.png) no-repeat center;
    background-size: 100% 100%;
}
.type_2{
    background: url(../../img/integral/type_2.png) no-repeat center;
    background-size: 100% 100%;
}
.type_3{
    background: url(../../img/integral/type_3.png) no-repeat center;
    background-size: 100% 100%;
}
/* 积分规则 展示 */
.rules{
    position: relative;
    cursor: pointer;
}
.rules-left{
    position: absolute;
    top: 20px;
    left: 100px;
    width: 8px;
    height: 16px;
    background: url(../../img/integral/rule-left.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
}
.integral_rule{
    display: none;
    position: absolute;
    top: 14px;
    left: 107px;
    width: 236px;
    line-height: 18px;
    padding: 12px 16px;
    font-size: 12px;
    border-radius: 4px;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.integral_rule .title{
    text-align: center;
    font-size: 14px;
    padding-bottom: 8px;
}
.rules:hover .integral_rule{
    display: block;
}
.not-have-integral{
    display: block;
    width: 34%;
    margin-top: 120px;
    margin-left: 270px;
}