#tagscloud a{
  position:absolute;
  max-width: 50%;
  border-radius: 5.208rem!important;
  margin: 1.0415rem;
  top:0px;
  left:0px;
  color:#333;
  text-decoration:none;
  padding: 1.0415rem 2.0835rem!important;
  text-align:center;
  font-size:1.6rem;
  font-family:"楷体";
  display:inline-block;}

#tagscloud a.tagc{
  background:#a83539;
  color:#fff;}

#tagscloud a .xin{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4rem;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/whitexin.png);
  background-repeat:no-repeat; 
  background-size: cover;}
@media(max-width:750px){
	#tagscloud a .xin{right: -2rem; width: 2rem; height: 2rem;}
	#tagscloud a {padding:10px 14px!important;}
	.ddbox {position: relative; height:400px;}
}
/*
#tagscloud{
  width: 100%;
  height: 48.6458vw;
  position:relative;
  color:#333;
  margin:0;
  text-align:center;
  background: url(./danmu.png) no-repeat no-repeat;
  background-size: 100% 100%;
  overflow: hidden;

}

#tagscloud a{
  position:absolute;
  max-width: 50%;
  border-radius: .5208rem!important;
  margin: .2083rem;
  top:0px;
  left:0px;
  color:#333;
  text-decoration:none;
  padding: .2083rem .4167rem!important;
  text-align:center;
  font-size:.2708rem;
  display:inline-block;
}

#tagscloud a.tagc{
  background:#8B86A9;
  color:#fff;
}

#tagscloud a .xin{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.625rem;
  width: .5208rem;
  height: .5208rem;
  background-image: url(./whitexin.png);
  background-repeat:no-repeat; 
  background-size: cover;
}

*/