﻿body,
div,
h1,h2,h3,h4
a,
img,
p{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	color:#7f7f7f;
}

img{
	border:0;
}

body{
	background-color:#f0f0f0;
}

.header{
	height:44px;
	background-color:#845634;
	/*box-shadow:0 1px 0 #090a0d;*/
	position:relative;
}

.header h1{
	width:100%;
	height:44px;
	line-height:44px;
	position:absolute;
	top:0;
	left:0;
	text-indent:10px;
	font-size:18px;
	color:#fff;
    text-align:center;
}

.header .menu{
	display:block;
	position:absolute;
	width:18px;
	height:12px;
	top:50%;
	right:12px;
	margin-top:-6px;
	background:url(../images/icon-7.png) no-repeat center;
	background-size:contain;
}

.logo{
	width:44px;
	height:44px;
	background:#fff url(../images/logo2.jpg) no-repeat center;
	background-size:contain;
	/*box-shadow:1px 0 0 #090a0d;*/
}

.footer{
	clear:both;
}

.footer .menu{
	clear:both;
	height:44px !important;
	line-height:44px; 
	text-align:center;
	background-color:#f5f5f5 !important;
	background:-webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#ededed)) !important;
	box-shadow:0 2px 10px rgba(0,0,0,.1) !important;
	font-size:13px;
}

.footer .menu em{
	width:1px;
	height:11px; 
	background-color:#d0d0d0;
	display:inline-block;
	position:relative;
	top:1px;
	margin:0 10px;
}

.footer p{
	font-size:10px;
	text-align:center;
	padding:1em;
	color:#a3a3a3;
}




.c-qd{
	height:210px;
	background:url(../images/bg_a.png) no-repeat;
	background-size:cover;
	overflow:hidden;
}
.c-qd .btn{
	display:block;
	margin:26px auto;
	width:158px;
	height:158px;
	background:url(../images/btn_a.png) no-repeat;
	background-size:cover;
    border:0px;
}
.c-qd .unbtn{
	-webkit-filter:grayscale(100%);
}


.c-cont{
	padding:1em;
}
.c-cont p{
	padding-bottom:1em;
	font-size:13px;
	color:#9da0a1;
}
.c-cont strong{
	color:#383d40;
}


.c-dzp{
	height:440px;
	background:url(../images/bg_b.png) no-repeat center center;
	background-size:cover;
	overflow:hidden;
}
.c-dzp .turntable{
	width:265px;
	height:267px;
	background:url(../images/bg_zp.png) no-repeat center;
	background-size:contain;
	margin:70px auto 0;
	position:relative;
}
.c-dzp .turntable .pointer{
	width:90px;
	height:103px;
	overflow:hidden;
	background:url(../images/bg_zp_z.png) no-repeat;
	background-size:cover;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-45px;
	margin-top:-58px;
    z-index:1000;
}
.c-dzp .turntable .btn{
	width:65px;
	height:65px;
	overflow:hidden;
	background:url(../images/bg_zp_b.png) no-repeat;
	background-size:cover;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-32px;
	margin-top:-32px;
    z-index:1001;
}
 .go {
border: 0px solid #D1D1D1;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
background: url(../../images/themes/bottom.png) repeat-x scroll left bottom #FFFFFF;
background-size: 2px auto;
margin: 10px;
padding: 15px;
cursor: pointer;
display: block;
font-size:0.9em;
width:auto;
text-overflow: ellipsis;
}
 .go span {color:#666;white-space: nowrap;text-overflow: ellipsis;-webkit-user-select: none;
        }
                .right {float:right;
                }

.c-dzp .turntable .disc{
	width:242px;
	height:242px;
	overflow:hidden;
	background:url(../images/bg_zp_d.png) no-repeat;
	background-size:cover;
	position:absolute;
	left:50%;
	margin-left:-120px;
	top:12px;
}


.c-rl table{
	font-size:12px;
	background:url(../images/bg_rl.png) repeat 0 45px;
	border-bottom:1px solid #e0e0e0;
}
.c-rl table td,
.c-rl table th{
	height:45px;
	text-align:center;
	color:#6f7c8a;
}
.c-rl table th{
	background-color:#525e73;
	color:#fff;
}
.c-rl table td.pn{
	color:#a4b3c4;
}
.c-rl table td.c{
	background-color:#fff;
	box-shadow:inset 0 0 1px 1px rgba(0,0,0,.1);
}