/* reset */
.layui-layer-molv div.layui-layer-btn{
    padding-top: 10px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}
.layui-layer-molv .layui-layer-btn .layui-layer-btn0{
    float: right;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.layui-layer-molv .layui-layer-title{
    text-indent: 0
}
.layui-layer-molv .layui-layer-content{
    position: relative;
    font-family: MicrosoftYaHei;		
}

/* tips */
.wrapCon{
    color:#666;
    font-size:14px;
    line-height:1.0;
    font-family:MicrosoftYaHei;
}
.pCon{
    text-indent:0;
    line-height:2.0;
}
.footWrap{
    text-align:right;
}
.footCon{
    margin-top:8px;
    margin-bottom:8px;
    padding-right: 6px;
}
.tipsChoose{
    position: relative;
    float: left;
    width: 100px;
	text-align: right;
	height: 34px;
}
.tipsChoose div{	
	position: absolute;
	width: 80px;
	height: 34px;
	line-height: 34px;
	top: 0;
	right: 6px;		
	display: block;
	cursor: pointer;			
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;			
}
.tipsChoose span{
	position: absolute;
	left: 0px;
	top: 8px;
	width: 18px;
	height: 18px;
	background:url(../static/iCheck/green.png) no-repeat;
	background-position: 0 0;
}
.tipsChoose span:hover{
	background-position: -24px 0;
}
.tipsChoose span.act{
	background-position: -48px 0;
}



.new-logo{
    width: 140px;
}
.toplogo .container span.bold-font{
    margin-left: 0;
}
.footer-part{
    margin: 20px 0 12px;
    text-align: center;    
}
.footer-part li{
    margin-bottom: 5px;
}
.footer-part a{
    margin-left: 6px;
    /* text-decoration: underline; */
}

/* forms input */
.loading dd div.error{
    display: none;
    position: absolute;
    top: 54px;
    left: 0px;
    padding: 0;
    line-height: 30px;
    color: #f00;
    font-size: 16px;
    background: none;
    background-color: #fff;
}
.loading dd div.error span{
    position: static;
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: none;
    background-color: #f00;
    border-radius: 50%;
    border: 1px solid #f00;
}

/* theme */
body{
    display: block;
    visibility:visible;
}
button{
    opacity: 1;
}
