@media print{   
	body, html{
		background-color: #ffffff;
		min-height: 100%;
	}
}
.main-tab-content{
    background-repeat: no-repeat;
    background-position: center;
}

body, html{
	min-height: 100%;
	color:#333;
    padding: 0px;
    margin: 0px;
    font-size:12px;
   	font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.fl{
	float: left;
}
.fr{
	float:right;
}
ul{
	padding: 0px;
	list-style: none;
}
a{
	color:#666;
}
a:link, a:visited{
	color:#666;
	text-decoration: none;
}
a:hover{
   color:#08bee7;
   text-decoration: underline;
}
a:active{
	color:#005ea7;
}
.tab{
	margin-top:0px;
}

.item-grid a:link{
	color:#1960d2;
}
.item-grid a:visited{
   color:#1960d2;
}
.item-grid a:hover{
   color:#387de8;
   text-decoration: underline;
}
.item-grid a:active{
	color:#005ea7;
}

/*自定义checkBox*/
.checkBox-con{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.checkBox-con > input {
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkBox-con div {
    z-index: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    background-position-y: -82px;
    background-position-x: -7px;
}
.header-container{
    width:100%;
    background-color:#f8f8f8;
}
.logo{
    width:1100px;
    margin-left:auto;
    margin-right:auto;
    height:60px;
}
.regester-hand-icon{
    height: 55px;
}

.login_btn {
    color: #ffffff;
    border: solid 0px #0076a3;
    background-color: #3ba2c0;
    cursor: pointer;
    border-radius: 2px;
    float: right;
    width: 100px;
    height: 30px;
    letter-spacing: 4px;
}
.login_btn:hover{
    background-color:#5fb4ce;
}
#regester_step1{
    margin-top: 40px;
}
.register-bottom {
    width: 100%;
    height: 40px;
    background-color: #112233;
    position: fixed;
    bottom: 0px;
    color: #aabbcc;
    text-align: center;
}
.login-bottom{
    width: 100%;
    height: 40px;
    background-color: #112233;
    margin-top:10px;
    color: #aabbcc;
    text-align: center;
    padding-top: 3px;
}
.terms {
    border: 1px solid #f3f3f3;
    height: 350px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}
.terms h2 {
    padding: 10px 0px 20px 0px;
    width: 190px;
    text-indent: 0em;
    font-size: 15px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.terms p{
    text-indent: 2em;
}
.terms .title {
    text-indent: 0em;
    font-size: 12px;
    font-weight: 600;
}
.short-terms {
    width: 350px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    border: 2px solid #f3f3f3;
    height: 350px;
    padding: 10px 15px 10px 15px;
    position: relative;
}

.content-row{
    width:900px;
    margin-left:auto;
    margin-right:auto;
}
.short-terms h3{
    font-size:20px;
    font-weight:500;
    padding: 6px 5px 6px 0px;
}
.short-terms h4{
    font-size:14px;
    font-weight:500;
    text-indent: 2em;
}
.short-terms p{
    text-indent: 2em;
}
.item-notBlank {
    border-color: #f74d81;
    background-color: #fffcee;
}
.item-invalid {
    background-color: #fff6f4;
    border-color: #f74d81;
}
.step-icon{
    position: absolute;
}
.current-step-title{
    color: #FFFFFF;
}
.step-title{
}
.step-title-content span{
    font-size: 14px;
    font-weight: 500;
    font-family: "微软雅黑 Light", "arial, helvetica, sans-serif";
    color: #FFFFFF;
    display: block;
    float: left;
}

.step-title-content {
    position: relative;
    z-index: 2;
    padding-top: 2px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 30px;
}

img:hover {
    border-color:#333;
}

.step-back-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

/**
  底部
 */
.customization-info {
    z-index: 99999;
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: #999;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    font-family: Microsoft Yahei,tahoma,arial,sans-serif,helvetica;
    margin-top: 30px;
    background-color: #f0f0f0;
}


/**
  勾选按钮
 */
.item-ckb, .grid-ckb, .table-ckb {
    width: 13px;
    height: 13px;
    font-size: 0;
    border: 1px solid #fff;
    background-image: url(../images/checkbox.gif);
}
