/* 弹幕 */
#tagscloud{
  width: 100%;
  height: 55vw;
  position:relative;
  color:#333;
  margin:0;
  text-align:center;
  background: url(./htmlRes/images/123.png)no-repeat top center;
  overflow: hidden;

}
#tagscloud p{
font-family:"楷体";
font-size:50px;
color:#fff;
margin-top:60px;
margin-bottom:20px;display: none;
}
#tagscloud a{
  position:absolute;
  max-width: 50%;
  border-radius: 30px !important;
  margin: .2083rem;
  top:0px;
  left:0px;
  color:#333;
  text-decoration:none;
  padding: .2083rem .4167rem .2083rem .5267rem !important;
  text-align:center;
  font-size:18px;
  display:inline-block;
  border: 1px solid #661f50;
}

#tagscloud a.tagc{
  color:#fff;
}

#tagscloud a .xin{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
 left:0;
  width: .5208rem;
  height: .5208rem;
  background-repeat:no-repeat; 
  background-size: cover;
}



/* 诚耀百廿 */
.dazzling {
  width: 100%;
  height: auto;
  background: url(images/cybn_01.jpg) no-repeat bottom center;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.dazzling .bai {
  width: 100%;
}

.dazzling .w {
  width: 62.5vw;
  padding-top: 7.0313vw;
  padding-bottom: 5.7292vw;
  text-align: center;
}

.dazzling a {
  display: inline-block;
}

.dazzling a img {
  width: 58.75vw;
  height: 12.6042vw;
}
#tagscloud a{background: #fff;color: #661f50 !important;}