
body {
    display: block;
    margin: 0px;
    overflow-y: hidden;
	overflow-x: hidden;
}

html > body > div.jyb {
	height: 100%;
  	width:100%;
  	background: url("../images/jyb.png") center center no-repeat;
  	background-size:85%;
}
html > body > div > .choose {
  width: 46%;
  height: 400px;
  position: absolute;
  left: 28%;
  top: 28%;
}
.layui-form-item{
	width:100%;
	margin-top:50px;
}
.left{
	float: left;
}
.right{
	float:right;
}
.layui-inline>img{
	width:40px;
	height:40px;
}
.text{
	display: inline-block;
    vertical-align: middle;
    font-weight:500;
    font-size:16px;
}
.layui-form-label {
    padding: 9px 6px;
    width: 32px;
}
.layui-form-item .layui-input-inline {
	width:160px;
}
.layui-form-radio {
    margin: 6px 0px 0 0;
    padding-right: 0px;
}
.lastDiv{
	padding-top:40px;
	text-align:center;
}
.btn{
	width:80px;
	color:white;
	background: #F5B710;
	border-radius:2px;
}