@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;font-family:"微软雅黑";}
body {background:#36b3b3 url(../img/logbg.jpg) no-repeat left top;background-size:cover; font-size:14px; line-height:1.8;}
a{ text-decoration:none;}
img{ border:none;}
.lh-kon{ width:100%; overflow:hidden; position:relative; min-height:500px; min-width:600px; }
.lh-con{ width:500px; height:400px; overflow:hidden; position:absolute; left:67%; top:45%; margin-left:-250px; margin-top:-200px; box-shadow:#CCC 0 0 40px; background:#eff0f0; border-radius:5px;}
.lh-con>h3{ height:50px; line-height:50px; overflow:hidden; text-align:center; background:#FFF; font-size:22px; letter-spacing:3px; color:#4dbbbc; font-weight:normal;}
.lh-con>form{ display:block; padding:20px; overflow:hidden;}
.lh-con>form>p{ height:70px; overflow:hidden; position:relative;}
.lh-con>form>p>i{ font-family:"iconfont"; width:70px; height:50px; display:block; position:absolute; left:0; top:0; line-height:50px; text-align:center; font-size:20px; color:#aaaaaa; font-style:normal;}
.lh-con>form p input{ display:block; width:100%; font-size:14px; box-sizing:border-box; outline:none; height:50px; line-height:50px; padding-left:70px; background:#FFF; border:#aaaaaa 1px solid; color:#4dbbbc}
.lh-con>form p input:focus{ border-color:#d29a02; border-width:2px;}
.lh-con>form p.lh-yzm{ height:80px; padding-right:150px;}
.lh-con>form p.lh-yzm input{ text-transform:uppercase}
.lh-con>form p.lh-yzm img{ display:block; width:130px; height:50px; border:none; position:absolute; right:0; top:0;}
.lh-con>form p.lh-yzm a{ width:130px; height:50px; position:absolute; right:0; top:0; display:block; background:#FFF; border:#aaaaaa 1px solid; box-sizing:border-box; line-height:50px; text-align:center; color:#36b3b3;}
.lh-con>form p.lh-yzm a.lh-hqz{ color:#cdcdcd;}
.lh-con>form p input[type=submit]{ background:#36b3b3; color:#FFF; font-size:20px; text-align:center; padding:0; border:none;}
.lh-con>form p input[type=submit].lh-tjz{ background:#CCC}
.lh-con>form p.lh-wj{ color:#F00;}
.lh-con>form p.lh-wj a{ position:absolute; right:0; top:0; color:#36b3b3}
/*0613*/
input[type=submit],input[type=button],button{ -webkit-appearance : none ; }
/*ipad*/
@media only screen  and (min-device-width : 768px) and (max-device-width : 1024px){
	.lh-con{ left:50%}
	
	}