@charset "utf-8"; /*! scroll-cascade-select 2016-03-21 */
html,body,div,p,i,span,ul,li{
    margin:0;
    padding:0;
}

ul{
    list-style:none;
}
.stamp_list{
    margin:20px auto;
    width:90%;
}
.stamp{
    height: 110px;
    /*margin-bottom: 20px;*/
    position: relative;
    box-sizing:border-box;
    border-radius:5px;
}
.stamp_inner{
    height: 100px;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    position:relative;
    border-radius:5px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
}
.stamp_left{
    width: 40%;
    background: #F8E71C;
}
.stamp_left .box{
    position:absolute;
    right:0;
    bottom:0;
    width:78px;
    height:81px;
}
.stamp_right{
    width:60%;
    background: #FFF;
}
.circle_list{
    position:absolute;
    top:5px;
}
.circle_list1{
    left:-5px;
}
.circle_list2{
    right:-5px;
}
.circle_list2:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: -5px;
    z-index: 1;
    background-color: #F4F4F4;
}
.circle_list>li{
    background-color:#F4F4F4;
    width:10px;
    height:10px;
    border-radius:50%;
    margin-bottom:5px;
    box-shadow:0 1px 1px rgba(0,0,0,0.2) inset;
}
.stamp i{font-style: normal; width: 100%; float: left;line-height: 30px; }
.stamp_left span {  float: left; padding-top: 10%; width: 100%;}
.stamp_left span i b{ font-size:30px;}
.stamp_left span i{  text-align: center; float: left;}
.stamp_left { float: left;}
.stamp_right span{ width: 96%; margin-left: 3%; float: left; text-align: center;}
.stamp_right span a{ color: #fff; background: #0a6999; border-radius: 10px; padding-left: 10px; padding-right: 10px; line-height: 25px;}