@charset "utf-8";

/* css document */

/*懂了么-新手引导 css*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:#fff;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
	border-collapse: collapse;
}

/*进入试卷前*/
.ago{
	float: left;
	width:100%;
	min-width: 1280px;
	min-height:1400px;
	background: url(../../image/dlm/01.jpg) center top no-repeat;
	/*display: none;*/
}
.ago .step-1{
	float: left;
	width:477px;
	height:176px;
	background: url(../../image/dlm/step1.png) no-repeat;
	position: absolute;
	top: 49px;
	left: -15px;
	/*display: none;*/
}
.ago .step-1 .btn1{
	margin-top:131px;
	margin-left:297px;
}
.ago .step-2{
	float: left;
	width:670px;
	height:827px;
	background: url(../../image/dlm/step2.png) no-repeat;
	position: absolute;
	top: 64px;
	left: -13px;
	display: none;
}
.ago .step-2 .btn2{
	margin-top: 168px;
	margin-left: 443px;
}
.ago .step-3{
	float: left;
	width:413px;
	height:152px;
	background: url(../../image/dlm/step3.png) no-repeat;
	position: absolute;
	top: 550px;
	left: 272px;
	display: none;
}
.ago .step-3 .btn3{
	margin-top: 107px;
	margin-left: 233px;
}
.ago .step-4{
	float: left;
	width:469px;
	height:153px;
	background: url(../../image/dlm/step4.png) no-repeat;
	position: absolute;
	top: 52px;
	right: -8px;
	display: none;
}
.ago .step-4 .btn4{
	margin-top: 109px;
	margin-left: 90px;
}
.main{
	width: 1200px;
	height:auto;
	margin: 0 auto;
	position: relative;
}
.main a{
	float: left;
	width:90px;
	height:30px;
}

/*进入试卷后*/
.after{
	float: left;
	width:100%;
	min-width: 1280px;
	min-height:745px;
	background: url(../../image/dlm/02.jpg) center -8px  no-repeat;
	display: none;
}
.after .step-5{
	float: left;
	width:545px;
	height:397px;
	background: url(../../image/dlm/step5.png) no-repeat;
	position: absolute;
	top: 110px;
	left: -15px;
	display: none;
}
.after .step-5 .btn5{
	margin-top: 114px;
	margin-left: 365px;
}
.after .step-6{
	float: left;
	width:990px;
	height:197px;
	background: url(../../image/dlm/step6.png) no-repeat;
	position: absolute;
	top: 115px;
	left: 190px;
	display: none;
}
.after .step-6 .btn6{
	margin-top: 148px;
	margin-left: 810px;
}
.after .step-8{
	float: left;
	width:648px;
	height:151px;
	background: url(../../image/dlm/step8.png) no-repeat;
	position: absolute;
	top: 304px;
	left: 536px;
	display: none;
}
.after .step-8 .btn8{
	margin-top: 106px;
	margin-left: 95px;
}
.after .step-9{
	float: left;
	width:376px;
	height:142px;
	background: url(../../image/dlm/step9.png) no-repeat;
	position: absolute;
	top: 66px;
	left: 758px;
	display: none;
}
.after .step-9 .btn9{
	margin-top: 85px;
	margin-left: 86px;
}

/*选择题*/
.choose{
	float: left;
	width:100%;
	min-width: 1280px;
	min-height:745px;
	background: url(../../image/dlm/03.jpg) center top  no-repeat;
	display: none;
}
.choose .step-7{
	float: left;
	width:684px;
	height:165px;
	background: url(../../image/dlm/step7.png) no-repeat;
	position: absolute;
	top: 280px;
	left: 501px;
	display: none;
}
.choose .step-7 .btn7{
	margin-top:120px;
	margin-left:95px;
}