*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding:0;
    margin:0;
}
.analyse{
    width:100%;
    min-width: 1200px;
    background: #f3f3f3;
    letter-spacing: 1px;
}

/*公众号诊断历史*/
.history_ctn{
    background-color: #f1f1f1;
}
.contain{
    width:1200px;
    margin:auto;
    padding:130px 0 50px 0;
    text-align: center;
}
.history_ctn h3{
    font-size:24px;
    color:#333;
    text-align: center;
    font-weight: normal;
    margin:0 auto 20px;
}
.history{
    overflow: hidden;
    font-size:14px;
    text-align: left;
    padding-bottom: 10px;
}
.history li{
    width:585px;
    height:265px;
    background-color: #fff;
    border-radius: 12px;
    float:left;
}
.history li:nth-child(odd){
    margin-right:20px;
}
.result_item{
    overflow: hidden;
}
.result_info .result_info_text{
    width:450px;
}
.history_btn{
    position: absolute;
    right: 20px;
    top:20px;
}
.history_btn .analyse_btn,.history_btn .analyse_none_btn{
    position: static;
    display: inline-block;
}
.again-btn{
    right:105px;
    background-color: #fff;
    color:#47c68c;
    border:1px solid #e9e9eb;
}
.result-total {
    text-align: center;
    color: #666;
    overflow: hidden;
    padding: 20px 10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin-top:10px;
}

.result-total dt {
    font-size: 20px;
    color: #333;
}

.result-total dl {
    width: 33.33%;
    float: left;
}

.result-total dd {
    color: #999;
    font-size: 14px;
    margin-top: 2px;
}
.history_time{
    color: #666;
    background: url(../img/history_time.png) no-repeat 20px 2px;
    background-size: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 20px 0 45px;
}
.score{
    float:right;
    color:#47c68c;
    margin-top: -13px;
}
.orange{
    color:#ffb70a;
    font-size: 32px;
}
.orange span{
    font-size:18px;
}
.analyse_running{
    border-top:1px solid #eee;
    margin-top:10px;
    color:#888;
    text-align: center;
}
.analyse_running p{
    margin:30px 0 40px 0;
}
.analyse_none{
    border-top:1px solid #eee;
    margin-top:10px;
    color:#888;
    text-align: center;
}
.analyse_none img{
    width:45px;
    height:45px;
    margin:25px 0 10px 0;
}
.result_none .analyse_none_btn:nth-child(2){
    background-color: #ddd;
    color:#fff;
}
.history_ctn .grid-pagination-wrap{
    width:auto;
    display: inline-block;
}


