@charset "utf-8";
/* CSS Document */
html,body{font-family:"宋体";background:#fff;width:100%;height: 100%;}
a{ color:#666666;font-size:14px;}
img{border:none;}
/*主体*/
.main_wrap{width:100%;height:100%;background:url(../images/login_weibo/login_weibo_bg.png) no-repeat center;background-size: cover;overflow:hidden;}
.main_wrap .main{width:750px;height:500px;margin:auto;background:url(../images/login_weibo/login_weibo_bg2.png) no-repeat center;background-size: cover;position: absolute;left: 50%;top: 50%;margin-left: -375px;margin-top: -250px;box-shadow: -2px 2px 4px #ccc;}
.main_wrap .main .form_wrap {width: 240px;height: 422px;background: #fff;padding:78px 55px 0;}
.main_wrap .main .form_wrap .logo {width: 210px;height: 108px;background:url(../images/login_weibo/login_weibo_logo.png) no-repeat center;}
.main_wrap .main .form_wrap .form {margin-top:30px;}
.main_wrap .main .form_wrap .form ul li {height: 50px;line-height: 50px;border-bottom: 1px solid #bebebe;margin-bottom: 13px;}
.main_wrap .main .form_wrap .form ul .submit-wrap {border:none;margin-top:51px;}
.main_wrap .main .form_wrap .form ul li input {border:none;outline:none;height: 50px;line-height: 50px;padding-left:12px;}
.main_wrap .main .form_wrap .form ul li .input_sub {width:242px;height: 42px;line-height:42px;text-align: center;background: #df4718;color:#fff;border-radius: 20px;outline: none;cursor: pointer;border:none;padding: 0;}
/* login_hint */
.login_hint{display: none;position: absolute;width: 1000px;height: 399px;z-index: 11;}
.login_hint img{width:100%;display: block;}
.login_hint > p{width:20px;height: 20px;position: absolute;top:13px;right:16px;cursor:pointer;}