html{
	width:100%;
}
body {
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color:#2272b9;
}
.container{
	width:1000px;
	min-height:708px;
	position:relative;
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-color:#FFF;
}
a {
	text-decoration:none;
}
a:hover,
a:focus {
  text-decoration:none;
}
a:focus,
*:focus{
	outline:0;
}
h1{
	text-align:center;
	font-family: 'db_helvethaica_x75';
	font-size:45px;
	color:#f27523;
	margin:0;
	padding:0;
	display:block;
}
h2{
	color:#333333;
	font-family: 'db_helvethaica_x75';
	font-size:40px;
	margin:0;
	padding:0;
	text-align:center;
}
h4{
	color:#333333;
	font-family: 'db_helvethaica_x75';
	font-size:23px;
	margin:0;
	padding:0;
	text-align:center;
}
.col-input{
	display:block;
	overflow:hidden;
	height:40px;
	line-height:40px;
	background-color:#f7f7f7;
        border:solid 1px #959595;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0 20px;
}
.col-input input{
	border:0;
	width:100%;
	background-color:transparent;
}
p{
	font-family: 'db_helvethaica_x55';
	font-size:18px;
	color:#333333;
}
.btn{
	font-family: 'db_helvethaica_x55';
	font-size:16px;
	display:inline-block;
	
	padding:0 20px;
	height:42px;
	line-height:42px;
	margin:16px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	color:#fff;
	background-color:#888888;
	-webkit-transition: background-color 1s;
    transition: background-color 1s;
}
.btn:hover{
	background-color:#ffffff;
	color:#888888;
}
.btn-pre{
	width:110px;
	padding:0 0 0 10px;
	margin-right:3px;
	background-image:url(../images/ic-pre.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.btn-pre:hover{
	background-image:url(../images/ic-pre-h.png);
}
.btn-nxt{
	width:120px;
	padding:0;
	margin-right:3px;
	background-image:url(../images/ic-nxt.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.btn-nxt:hover{
	background-image:url(../images/ic-nxt-h.png);
}
.time{
	width:87px;
	height:87px;
	line-height:87px;
	display:block;
	position:absolute;
	top:20px;
	right:20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:solid 1px #959595;
	text-align:center;
	color:#666666;
	font-family: 'db_helvethaica_x75';
	font-size:18px;
}
.line-time{
	width:60px;
	height:30px;
	line-height:20px;
	position:absolute;
	top:0px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.time span{
	display:block;
	overflow:hidden;
	font-size:12px;
	color:#f00108;
	line-height:15px;
	text-align:center;
}
.intro{
	display:block;
	overflow:hidden;
	text-align:center;
	padding:120px 0;
}
.intro h1{
	margin-top:60px;
	margin-bottom:45px;
}
.intro h4{
	margin:0 0 20px;
	padding:0;
}
.intro  p{
	line-height:30px;
	
}
.intro  p span{
	font-family: 'db_helvethaica_x75';
	color:#000000;
}
.login{
	display:block;
	overflow:hidden;
	padding:100px 0;
	text-align:center;
}
.login h1{
	margin-top:45px;
	margin-bottom:45px;
}
.login h4{
	margin-bottom:20px;
}
.login .col-input{
	width:414px;
	margin:0 auto;
}
.regist{
	display:block;
	overflow:hidden;
	padding:85px 0;
}
.form{
	display:block;
	overflow:hidden;
	padding:35px 0 0;
}
.form .row{
	display:block;
	overflow:hidden;
	margin-bottom:30px;
}
.form .left{
	width:345px;
	float:left;
}
.form .right{
	width:50%;
	float:left;
}
.form .col-txt{
	font-family: 'db_helvethaica_x55';
	font-size:16px;
	line-height:20px;
	height:45px;
	display:block;
	text-align:right;
	padding-right:20px;
}
.form .col-txt span{
	color:#F00;
}
.test{
	display:block;
	overflow:hidden;
	padding:42px;
}
.test h2{
	text-align:left;
}
.test p{
	color:#000;
	line-height:25px;
}
.box-test{
	display:block;
	overflow:hidden;
	margin:20px 0;
	color:#000000;
	font-family: 'db_helvethaica_x55';
	font-size:20px;
	line-height:24px;
}
.box-test .left{
	width:400px;
	float:left;
}
.box-test .right{
	width:450px;
	float:right;
}
.box-test .t-img{
	width:540px !important;
}
.question{
	display:block;
	overflow:hidden;
	margin-bottom:35px;
}
.choice{
	display:block;
	overflow:hidden;
}
ul li{
  color: #333333;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  /*height:65px;*/
  margin-bottom:20px;
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  padding: 3px 25px 0px 80px;
  margin: 0px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label{
	color: #000000;
}

ul li .check{
  display: block;
  position: absolute;
  border: 1px solid #e4e4e4;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30%;
  left: 20px;
  background-color:#ebebeb;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 1px solid #e4e4e4;
}

ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 1px solid #e4e4e4;
}

input[type=radio]:checked ~ .check::before{
  background: #3b90e8;
}

input[type=radio]:checked ~ label{
  color: #000000;
}

.content {
    overflow: auto;
    position: relative;
    padding: 0 10px 0 0;
    margin: 10px 0 0 0;
    width: 100%;
	overflow-x:hidden;
    height: 490px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content img{
	width:100%;
}
.box-submit{
	display:block;
	overflow:hidden;
	padding:150px 80px;
	margin:80px 20px 0;
	position:relative;
	font-family: 'db_helvethaica_x55';
	font-size:30px;
	background:url(../images/bg-submit.png) no-repeat 10% center;
	
}
.txt-submit{
	display:block;
	overflow:hidden;
	margin-left:320px;
	padding-left:75px;
	line-height:40px;
	/*background-color:#9C6;*/
	padding-top:50px;
	padding-bottom:50px;
	/*background:url(../images/img-submit.png) no-repeat left center;*/
}

/*footer*/
.footer{
	display:block;
	overflow:hidden;
	height:72px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background-color:#cecece;
	padding:0 20px;
}
.footer .left{
	width:480px;
	float:left;
}
.footer .right{
	width:480px;
	float:right;
	text-align:right;
}
/*end*/

