body
{
	background: url("bg_horse.jpg") repeat fixed;
	overflow:hidden;
    margin:0;
    SCROLLBAR-FACE-COLOR:#dc4761;
    SCROLLBAR-HIGHLIGHT-COLOR:#dc4761;
    SCROLLBAR-SHADOW-COLOR:#dc4761;
    SCROLLBAR-3DLIGHT-COLOR:#9d0415;
    SCROLLBAR-ARROW-COLOR:#9d0415;
    SCROLLBAR-TRACK-COLOR:#dc4761;
    SCROLLBAR-DARKSHADOW-COLOR:#9d0415;
}
    
    
body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 16px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 16px;
}
body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(157, 4, 21,0.9);
    background: rgba(157, 4, 21,0.4);
}
body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(220, 71, 97,0.9);
    border-radius: 0;
    background: rgba(220, 71, 97,0.6);
}


.horse_bg {
	position: relative;
	width:1080px;
	height:720px;
    background: url("card_bg.gif");
	border:1px ridge #8c0000;  
	overflow:hidden;
	margin: 4px auto 0;
	padding:0;
}

.div_a {
	position: absolute;
	width: 450px;
	height: 45px; 
	left: 199px; 
	top: 48px;
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_a:hover {
    opacity: 1;
}

.div_b {
	position: absolute; 
	width: 340px;
	height: 45px; 
	left: 172px; 
	top: 90px;
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_b:hover {
    opacity: 1;
}

.div_c {
	position: absolute; 
	width: 320px;
	height: 45px; 
	left: 144px; 
	top: 135px;
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_c:hover {
    opacity: 1;
}

.div_d {
	position: absolute; 
	width: 350px;
	height: 45px; 
	left: 125px; 
	top: 180px;
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
 .div_d:hover {
    opacity: 1;
}

.div_e {
	position: absolute; 
	width: 320px;
	height: 45px; 
	left: 103px; 
	top: 225px;
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_e:hover {
    opacity: 1;
}

.div_f {
	position: absolute; 
	width: 254px;
	height: 45px; 
	left: 77px; 
	top: 270px;
    background: url("f.png");
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_f:hover {
    opacity: 1;
}

.div_g {
	position: absolute; 
	width: 250px;
	height: 45px; 
	left: 60px; 
	top: 315px;
    background: url("g.png");
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_g:hover {
    opacity: 1;
}

.div_h {
	position: absolute; 
	width: 239px;
	height: 45px; 
	left: 57px; 
	top: 360px;
    background: url("h.png");
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_h:hover {
    opacity: 1;
}

.div_i {
	position: absolute; 
	width: 329px;
	height: 45px; 
	left: 85px; 
	top: 405px;
    background: url("i.png");
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_i:hover {
    opacity: 1;
}

.div_j {
	position: absolute; 
	width: 320px;
	height: 45px; 
	left: 110px; 
	top: 450px;
    background: url("j.png");
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_j:hover {
    opacity: 1;
}

.div_k {
	position: absolute; 
	width: 319px;
	height: 45px; 
	left: 130px; 
	top: 495px;
    background: url("k.png");
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_k:hover {
    opacity: 1;
}

.div_l {
	position: absolute; 
	width: 380px;
	height: 45px; 
	left: 150px; 
	top: 540px;
    background: url("l.png");
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_l:hover {
    opacity: 1;
}

.div_m {
	position: absolute; 
	width: 398px;
	height: 45px; 
	left: 172px; 
	top: 585px;
    background: url("m.png");
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_m:hover {
    opacity: 1;
}

.div_n {
	position: absolute; 
	width: 558px;
	height: 45px; 
	left: 190px; 
	top: 630px;
    background: url("n.png");
    transition: opacity 0.5s ease;
    opacity: 0;
	text-align:center;
}
.div_n:hover {
    opacity: 1;
}

.horse_corner_l {
	width:188px;
	height:188px;
	float:left;
	overflow:hidden;
	margin-top: 0;
	margin-left: 0;
	padding:0;
}

.horse_corner_r {
	width:188px;
	height:188px;
	float:right;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	padding:0;
}

.horse_seal_l {
	position: absolute; 
	width:150px;
	height:148px;
	left:0;
	bottom:0;
}

.horse_seal_r {
	position: absolute; 
	width:150px;
	height:148px;
	right:0;
	bottom:0;
}