/*悬浮气泡*/
.tagcloud{
    position: relative;
    overflow: hidden;
}
.tagcloud a {
    display: block;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.tagcloud .b01 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 8px;
}
.tagcloud_sm .b01 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 8px;
}
.tagcloud .b02 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 10px;
}
.tagcloud_sm .b02 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 9px;
}
.tagcloud .b03 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 12px;
}
.tagcloud_sm .b03 {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 10px;
}
.tagcloud .b04 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
}
.tagcloud_sm .b04 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 11px;
}
.tagcloud .b05 {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 16px;
}
.tagcloud_sm .b05{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
}
.tagcloud_sm .b06,
.tagcloud_sm .b07,
.tagcloud_sm .b08,
.tagcloud_sm .b09,
.tagcloud_sm .b010 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.tagcloud .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%);
}
.tagcloud .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%);
}
.tagcloud .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%);
}
.tagcloud .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%);
}
.tagcloud .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%);
}
.tagcloud .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%);
}
.tagcloud .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 .co08 {
    background: -moz-linear-gradient(top, #b8c5ff 0%, #6481ff 100%);
    background: -webkit-linear-gradient(top, #b8c5ff 0%, #6481ff 100%);
    background: -o-linear-gradient(top, #b8c5ff 0%, #6481ff 100%);
    background: -ms-linear-gradient(top, #b8c5ff 0%, #6481ff 100%);
    background: linear-gradient(to bottom, #b8c5ff 0%, #6481ff 100%);
}
.tagcloud .co09 {
    background: -moz-linear-gradient(top, #f9b299 0%, #eb693b 100%);
    background: -webkit-linear-gradient(top, #f9b299 0%, #eb693b 100%);
    background: -o-linear-gradient(top, #f9b299 0%, #eb693b 100%);
    background: -ms-linear-gradient(top, #f9b299 0%, #eb693b 100%);
    background: linear-gradient(to bottom, #f9b299 0%, #eb693b 100%);
}
.tagcloud .co010 {
    background: -moz-linear-gradient(top, #ffb2b2 0%, #ff5050 100%);
    background: -webkit-linear-gradient(top, #ffb2b2 0%, #ff5050 100%);
    background: -o-linear-gradient(top, #ffb2b2 0%, #ff5050 100%);
    background: -ms-linear-gradient(top, #ffb2b2 0%, #ff5050 100%);
    background: linear-gradient(to bottom, #ffb2b2 0%, #ff5050 100%);
}