/*-红包悬浮-*/
.hb1 a {position: fixed;bottom:47px;right: 10px;}
.hb1 img {width: 50px;height: 75px;}
 
/*新增排列样式*/
.dh { overflow: hidden; width: 100%; margin-bottom: -1px; }
.dh a:nth-child(5n+1) { border-left: 0; }
.dh a { width: 33.33%; float: left; font-size: 15px; height: 40px; line-height: 40px; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px dashed #dadada; border-left: 1px dashed #dadada; text-align: center; color: #blue; }
.dh a:hover { background: #FFFAF3; }
.dh1 { overflow: hidden; width: 100%; margin-bottom: -1px; }
.dh1 a:nth-child(5n+1) { border-left: 0; }
.dh1 a { width: 100%; float: left; font-size: 15px; height: 40px; line-height: 40px; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px dashed #dadada; border-left: 1px dashed #dadada; text-align: center; color: #blue; }
.dh1 a:hover { background: #FFFAF3; }

.dh2 { overflow: hidden; width: 100%; margin-bottom: -1px; }
.dh2 a:nth-child(5n+1) { border-left: 0; }
.dh2 a { width: 50%; float: left; font-size: 15px; height: 40px; line-height: 40px; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px dashed #dadada; border-left: 1px dashed #dadada; text-align: center; color: #blue; }
.dh2 a:hover { background: #FFFAF3; }

.dh3 { overflow: hidden; width: 100%; margin-bottom: -1px; }
.dh3 a:nth-child(5n+1) { border-left: 0; }
.dh3 a { width: 33%; float: left; font-size: 15px; height: 40px; line-height: 40px; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px dashed #dadada; border-left: 1px dashed #dadada; text-align: center; color: #blue; }
.dh3 a:hover { background: #FFFAF3; }
    
.dh4 { overflow: hidden; width: 100%; margin-bottom: -1px; }
.dh4 a:nth-child(5n+1) { border-left: 0; }
.dh4 a { width: 25%; float: left; font-size: 15px; height: 40px; line-height: 40px; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px dashed #dadada; border-left: 1px dashed #dadada; text-align: center; color: #blue; }
.dh4 a:hover { background: #FFFAF3; }

.dh5 { overflow: hidden; width: 100%; margin-bottom: -1px;}
.dh5 a:nth-child(5n+1) { border-left: 0; }
.dh5 a { width: 20%; float: left; font-size: 15px; height: 40px; line-height: 40px; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: 1px dashed #dadada; border-left: 1px dashed #dadada; text-align: center; color: #blue; }
.dh5 a:hover { background: #FFFAF3; }