	body{
		    position: relative;
		}
		.pop{
		    width:608px;
		    height: 322px;
		    position: fixed;
		    z-index: 1000;
		    top:0;
		    border: 1px solid #c4b7ae;
		    background: #fff;
		}
		.pop .cha{
		    float: right;
		    width:13px;
		    height: 11px;
		   // background: url("http://style.org.worldhm.com/myindex/imagea.png");
		    margin-top: 7px;
		    margin-right: 8px;
		    cursor: pointer;
		}
		.pop .pop-ct{
		    margin-top: 55px;
		    clear: both;
		    margin-left: 51px;
		    overflow: hidden;
		}
		.pop .pop-ct .pop-ct-left,
		.pop .pop-ct .pop-ct-right{
		    float: left;
		}
		.pop .pop-ct .pop-ct-left .code{
		    width: 146px;
		    height: 146px;
		    border:1px solid #c8c8c8;
		}
		.pop .pop-ct .pop-ct-left .code-text{
		    width: 147px;
		    height: 34px;
		    background: #efefef;
		    border-radius: 4px;
		    margin-top: 15px;
		    text-align: center;
		    line-height: 34px;
		    margin-bottom: 30px;
		}
		.pop .pop-ct .pop-ct-left{
		    padding-right: 50px;
		    border-right: 1px solid #e1e1e1;
		}
		.pop .pop-ct .pop-ct-right{
		    margin-left: 50px;
		}
		.pop-ct-right-top{
		    margin-top: 5px;
		    margin-bottom: 24px;
		}
		.pop-ct-right .input{
		    width:260px;
		    height: 44px;
		    border:1px solid #d7d7d7;
		    border-radius: 4px;
		    line-height: 44px;
		    margin-bottom: 13px;
		}
		.pop-ct-right .input i,.pop-ct-right .input input,.pop-ct-right .input b{
		    float: left;
		}
		.pop-ct-right .input i{
		    width: 17px;
		    height: 20px;
		    background: url("http://style.org.worldhm.com/myindex/image/username.png");
		    margin-top: 10px;
		    margin-left: 10px;
		}
		.pop-ct-right .input .password{
		    background: url("http://style.org.worldhm.com/myindex/image/password.png")no-repeat;
		}
		.pop-ct-right .input input{
		    width:175px;
		    margin-left: 10px;
		    margin-right: 10px;
		    height: 42px;
		    outline: none;
		    border:0;
		}
		.pop-ct-right .input b{
		    width: 23px;
		    height: 22px;
		    background: url("http://style.org.worldhm.com/myindex/imagead.png");
		    margin-top: 10px;
		}
		.pop-ct-right .login{
		    width: 80px;
		    height: 42px;
		    background: #e4000d;
		    color: #fff;
		    text-align: center;
		    line-height: 42px;
		    border-radius: 4px;
		    cursor: pointer;
		}
		.pop-bottom{
		    float: right;
		    margin-top: 15px;
		}
		.pop-bottom span{
		    color: #666;
		    float: left;
		    padding-right: 15px;
		    padding-left: 16px;
		    border-right: 1px solid #ddd;
		    cursor: pointer;
		}
		.pop-bottom .last{
		    border: none;
		}
		.black-bg{

		    opacity: 0.6;
		    position: absolute;
		    top:0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		}