.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; display: none; overflow:hidden; visibility:hidden;}
.m-fullModal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;opacity:0;overflow:auto;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;background-color:rgba(0,0,0,0.5); display: none;}


.m-fullModal.active {
    display: table;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.m-fullModal__content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}


.m-fullModal__content>div {
    display: inline-block;
    text-align: left;
    background-color: #fff;
    min-height: 100px;
    min-width: 100px;
    border-radius: 8px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}


.register {

            position: relative;
        }


@media screen and (min-width: 768px){
		.register {
		    width: 400px;
            position: relative;
		}
}

@media screen and (max-width: 768px){
		.register {
		    width:95%;
		}
}

.register-title{ height: 60px; line-height: 60px; text-align: center;  font-size: 24px; color: #000; border-bottom: 1px solid #ccc;}
.register-main{ padding: 10px 40px;}
.register-main dl{ padding: 8px 0; margin: 0px;}
.register-main dl .ipt-long{ border: 1px solid #ccc; padding: 5px 0; width: 100%; height: 40px; line-height: 30px;}
.register-main dl .ipt-short{ border: 1px solid #ccc; padding: 5px 0; width: 65%; height: 40px; line-height: 30px; float: left; border-right: none;}
.register-main dl #Sendsms{ display: block; width: 35%; height: 40px; text-align: center; float: left; background: #7bc91e; color: #fff; line-height: 38px; text-decoration: none;}
.register-main dl #AjaxReg{display: block; width: 100%; height: 40px; text-align: center;  background: #7bc91e; color: #fff; line-height: 38px; text-decoration: none;}
.register-main dl #AjaxLogin{display: block; width: 100%; height: 40px; text-align: center;  background: #7bc91e; color: #fff; line-height: 38px; text-decoration: none;}
.register-main dl.last{ color: #666;}
.register-main dl span{  float: right;}
.register-main dl span a{ color: #7bc91e; font-weight: bold; }
.timer{ display: inline; }

.userid{ background: url(register.gif)  no-repeat; background-position: 0px 0px;  text-indent: 24px;}
.pwd{ background: url(register.gif)  no-repeat; background-position: 0px -62px;  text-indent: 24px;}
.vcode{ background: url(register.gif)  no-repeat; background-position: 0px -124px;  text-indent: 24px;}

.ok-main{ padding: 200px 0 40px 0px; background:url(ok.gif)  no-repeat; background-position:  center 40px; text-align: center;}
.ok-msg{ line-height: 40px; font-size: 14px; }
.m-close{ position: absolute; width: 24px; height: 24px; right: 10px; top: 10px;  background: url(close.jpg) no-repeat; cursor: pointer;}

