/* .tagcloud {
    position: relative;
    height: 150px;
}

.tagcloud a {
    display: block;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-align: center
}

.b01 {
    width: 80px;
    height: 80px;
    line-height: 80px
}

.b02 {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.b03 {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.b04 {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.co01 {
    background: -moz-linear-gradient(top, #d1e5fd 0, #3d86f4 100%);
    background: -webkit-linear-gradient(top, #d1e5fd 0, #3d86f4 100%);
    background: -o-linear-gradient(top, #d1e5fd 0, #3d86f4 100%);
    background: -ms-linear-gradient(top, #d1e5fd 0, #3d86f4 100%);
    background: linear-gradient(to bottom, #d1e5fd 0, #3d86f4 100%)
}

.co02 {
    background: -moz-linear-gradient(top, #b9f8ff 0, #1de7ff 100%);
    background: -webkit-linear-gradient(top, #b9f8ff 0, #1de7ff 100%);
    background: -o-linear-gradient(top, #b9f8ff 0, #1de7ff 100%);
    background: -ms-linear-gradient(top, #b9f8ff 0, #1de7ff 100%);
    background: linear-gradient(to bottom, #b9f8ff 0, #1de7ff 100%)
}

.co03 {
    background: -moz-linear-gradient(top, #fff4e2 0, #ffd79c 100%);
    background: -webkit-linear-gradient(top, #fff4e2 0, #ffd79c 100%);
    background: -o-linear-gradient(top, #fff4e2 0, #ffd79c 100%);
    background: -ms-linear-gradient(top, #fff4e2 0, #ffd79c 100%);
    background: linear-gradient(to bottom, #fff4e2 0, #ffd79c 100%)
}

.co04 {
    background: -moz-linear-gradient(top, #fef4fa 0, #fbbae0 100%);
    background: -webkit-linear-gradient(top, #fef4fa 0, #fbbae0 100%);
    background: -o-linear-gradient(top, #fef4fa 0, #fbbae0 100%);
    background: -ms-linear-gradient(top, #fef4fa 0, #fbbae0 100%);
    background: linear-gradient(to bottom, #fef4fa 0, #fbbae0 100%)
}

.co05 {
    background: -moz-linear-gradient(top, #fedc90 0, #ffb515 100%);
    background: -webkit-linear-gradient(top, #fedc90 0, #ffb515 100%);
    background: -o-linear-gradient(top, #fedc90 0, #ffb515 100%);
    background: -ms-linear-gradient(top, #fedc90 0, #ffb515 100%);
    background: linear-gradient(to bottom, #fedc90 0, #ffb515 100%)
}

.co06 {
    background: -moz-linear-gradient(top, #bcf7ca 0, #1fda4b 100%);
    background: -webkit-linear-gradient(top, #bcf7ca 0, #1fda4b 100%);
    background: -o-linear-gradient(top, #bcf7ca 0, #1fda4b 100%);
    background: -ms-linear-gradient(top, #bcf7ca 0, #1fda4b 100%);
    background: linear-gradient(to bottom, #bcf7ca 0, #1fda4b 100%)
}

.co07 {
    background: -moz-linear-gradient(top, #f7cdf8 0, #db43e7 100%);
    background: -webkit-linear-gradient(top, #f7cdf8 0, #db43e7 100%);
    background: -o-linear-gradient(top, #f7cdf8 0, #db43e7 100%);
    background: -ms-linear-gradient(top, #f7cdf8 0, #db43e7 100%);
    background: linear-gradient(to bottom, #f7cdf8 0, #db43e7 100%)
} */

.tagcloud {
    position: relative;
    height: 150px;
}

.tagcloud a {
    display: block;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    width: 90px;
}
.co01{color: #b257ff;font-size: 20px}
.co02{color: #50d0f0;font-size: 18px}
.co03{color: #c8e8ff;font-size: 16px}
.co04{color: #0874d4;font-size: 15px}
.co05{color: #dd4a4a;font-size: 14px}
.co06{color: #70cb54;font-size: 13px}
.co07{color: #024683;font-size: 12px}
/* .co01 {
    background: -moz-linear-gradient(top, #d1e5fd 0, #3d86f4 100%);
    background: -webkit-linear-gradient(top, #d1e5fd 0, #3d86f4 100%);
    background: -o-linear-gradient(top, #d1e5fd 0, #3d86f4 100%);
    background: -ms-linear-gradient(top, #d1e5fd 0, #3d86f4 100%);
    background: linear-gradient(to bottom, #d1e5fd 0, #3d86f4 100%)
}

.co02 {
    background: -moz-linear-gradient(top, #b9f8ff 0, #1de7ff 100%);
    background: -webkit-linear-gradient(top, #b9f8ff 0, #1de7ff 100%);
    background: -o-linear-gradient(top, #b9f8ff 0, #1de7ff 100%);
    background: -ms-linear-gradient(top, #b9f8ff 0, #1de7ff 100%);
    background: linear-gradient(to bottom, #b9f8ff 0, #1de7ff 100%)
}

.co03 {
    background: -moz-linear-gradient(top, #fff4e2 0, #ffd79c 100%);
    background: -webkit-linear-gradient(top, #fff4e2 0, #ffd79c 100%);
    background: -o-linear-gradient(top, #fff4e2 0, #ffd79c 100%);
    background: -ms-linear-gradient(top, #fff4e2 0, #ffd79c 100%);
    background: linear-gradient(to bottom, #fff4e2 0, #ffd79c 100%)
}

.co04 {
    background: -moz-linear-gradient(top, #fef4fa 0, #fbbae0 100%);
    background: -webkit-linear-gradient(top, #fef4fa 0, #fbbae0 100%);
    background: -o-linear-gradient(top, #fef4fa 0, #fbbae0 100%);
    background: -ms-linear-gradient(top, #fef4fa 0, #fbbae0 100%);
    background: linear-gradient(to bottom, #fef4fa 0, #fbbae0 100%)
}

.co05 {
    background: -moz-linear-gradient(top, #fedc90 0, #ffb515 100%);
    background: -webkit-linear-gradient(top, #fedc90 0, #ffb515 100%);
    background: -o-linear-gradient(top, #fedc90 0, #ffb515 100%);
    background: -ms-linear-gradient(top, #fedc90 0, #ffb515 100%);
    background: linear-gradient(to bottom, #fedc90 0, #ffb515 100%)
}

.co06 {
    background: -moz-linear-gradient(top, #bcf7ca 0, #1fda4b 100%);
    background: -webkit-linear-gradient(top, #bcf7ca 0, #1fda4b 100%);
    background: -o-linear-gradient(top, #bcf7ca 0, #1fda4b 100%);
    background: -ms-linear-gradient(top, #bcf7ca 0, #1fda4b 100%);
    background: linear-gradient(to bottom, #bcf7ca 0, #1fda4b 100%)
}

.co07 {
    background: -moz-linear-gradient(top, #f7cdf8 0, #db43e7 100%);
    background: -webkit-linear-gradient(top, #f7cdf8 0, #db43e7 100%);
    background: -o-linear-gradient(top, #f7cdf8 0, #db43e7 100%);
    background: -ms-linear-gradient(top, #f7cdf8 0, #db43e7 100%);
    background: linear-gradient(to bottom, #f7cdf8 0, #db43e7 100%)
} */