/* 圆形百分比 */

.head-radius {
    position: relative;
    margin: 0 auto;
    width: 3.8rem;
    height: 3.8rem;
    line-height: .8rem;
    border-radius: 50%;
    /* background-color: rgba(250, 250, 250, 0.1); */
    z-index: 5;
}

.r_out {
    width: 3.4rem;
    height: 3.4rem;
    background-color: rgba(250, 250, 250, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms_border-radius: 50%;
    position: absolute;
    left: 0.3rem;
    top: 0.1rem;
    margin: auto;
    margin-top: 9px;
    z-index: 6;
}

.r_in {
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0.25rem;
    left: 0.3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms_border-radius: 50%;
    overflow: hidden;
    background: radial-gradient(rgba(96, 166, 247, 0.2), rgba(153, 155, 241, 0.3), rgba(142, 160, 240, 0.4));
    z-index: 7;
}

.r_c {
    width: 100%;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    z-index: 8;
}

.c1 {
    background: radial-gradient(rgba(213, 206, 245, 0.6), rgba(213, 206, 245, 0.8), rgba(226, 222, 241, 0.2));
}

/* 内部文字 */

.r_num {
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 9;
    text-align: center;
}

.r_num .cale-size-top {
    height: 0.6rem;
    padding: 0 0;
    margin-top:0.2rem; 
    
}
.border-but {
    width: 94%;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255,0.3);
    margin: auto;
    text-align: center;
}
.border-but span {
    display:inline-block;
}
.border-but span:nth-child(1) {
    font-size: 16px;
}
.border-but span:nth-child(2) {
    font-size: 12px;
}
.border-round {
    width: 65%;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0.15rem auto;
    border: 1px solid #fff;
    border-radius: 0.5rem;
}
.border-round.companyGB {
    display: block;
}