
html, body, div, h1, h2, p, input {
    margin: 0;
    padding: 0;
}
input[type="password"]::-ms-reveal{
 display:none
}

/* 必要样式 */
.mt-login-popup {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.4);
    margin: 0;
    overflow-y: scroll;
}

.mt-login-box {
    position: relative;
    width: 434px;
    height:506px;
    padding-bottom: 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 12px 2px rgba(0,0,0,.15);
}

.mt-login-logo {
    width: 155px;
    margin: 0 auto;
    padding-top: 52px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    padding-left:20px;
}

.mt-login-logo img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.mt-login-box .bingding-text{
	
}
.mt-login-box .bingding-text .bingding-text-title{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-top:60px;
}
.mt-login-box .bingding-text .bingding-text-content{
	margin:30px 0;
	
	padding:0 40px;
	font-size:13px;
	color:#8f8f8f;
}

.mt-login-form-item {
    width: 350px;
    height:60px;
    margin: 20px auto;
    position: relative;
    text-align: justify;
    padding:0;
}



.mt-login-form-item input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #ebebeb;
    text-indent: 15px;
    font-size: 14px;
    line-height: 42px;
    background: #fff;
    margin:0;
    border-radius:2px;
}

.mt-login-form-item input#phone {
    padding-left:75px;
}

.mt-login-form-item input:focus {
    border: 1px solid #4a75f6;
    background: #fff;
    
}

.mt-login-form-item input:active {
    border: 1px solid #4a75f6;
    background: #fff;
}
.mt-code-china {
    position: absolute;
    top: 8px;
    *top: 11px;
    left: 8px;
    height: 26px;
    color: #333333;
    font-size: 13px;
    line-height: 26px;
    border-radius: 0;
    padding: 0 10px;
    border-right:1px solid #f3f3f3;
}
.mt-get-code {
    position: absolute;
    top: 8px;
    *top: 11px;
    right: 8px;
    height: 26px;
    color: #4a75f6;
    font-size: 13px;
    line-height: 26px;
    border-radius: 0;
    padding: 0 10px;
    cursor: pointer;
    border-left:1px solid #f3f3f3;
}

.mt-show-pwd {
    position: absolute;
    top: 8px;
    *top: 11px;
    right: 0;
    height: 26px;
    color: #9a9a9a;
    font-size: 13px;
    line-height: 26px;
    border-radius: 0;
    padding: 0 10px;
    cursor: pointer;
}
.mt-show-pwd:hover {
	color:#4a75f6;
}

.mt-get-code.disabled {
	color: #9a9a9a;
}

.clear {
    display: block;
    width: 0;
    height: 0;
    clear: both;
    *display: none;
}

.focus {
    width: 350px;
    text-align: left;
    color: #ff3b30;
    font-size: 13px;
    position: relative;
    float: left;
    display:flex;
    align-items:center;
    padding-top:3px;
}


.mt-login-form-item .mt-btn-reg {
    width: 100%;
    height: 42px;
    outline: 0;
    border: 0;
    background: #4a75f6;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.mt-login-form-item .mt-btn-reg:hover {
    width: 100%;
    height: 42px;
    outline: 0;
    border: 0;
    background: #4a75f6;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.mt-login-form-item .mt-btn-reg:focus {
    width: 100%;
    height: 42px;
    outline: 0;
    border: 0;
    background: #4a75f6;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.msg {
    width: 350px;
    text-align: left;
    color: #4a75f6;
    font-size: 13px;
    position: relative;
    float: left;
    height: 13px;
    line-height: 13px;
    margin-top:6px
}

.login-wrap {
    overflow: hidden;
}

.login-wrap .login {
    width: 100%;
    display: inline-block;
}

.login-wrap .login .login-top {
    padding-top: 20px;
    text-align: center;
    width: 350px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
}

.login-top:after {
    content: '';
    display: block;
    clear: both;
}

.login-wrap .login .login-top h2 {
    cursor: pointer;
    float: left;
    width: 175px;
    color: #666;
    font-size: 16px;
    line-height: 66px;
    font-weight: normal;
}

.login-wrap .login .login-top h2.normal {
    top: 4px;
}

.login-wrap .login .login-top h2.sms {
    
    border-bottom: 2px solid #4a75f6;
    top: 4px;
    color: #4a75f6;
}

.login-wrap .login .login-top .qrcode-tab {
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    background: url("../img/login_qrcode.png") no-repeat ;
    background-size: cover;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.login-wrap .login .login-top .qrcode-tab:hover {
    background: url("../img/login_qrcode1.png") no-repeat ;
    background-size: cover;
}

.mt-tag-size {
    cursor: pointer;
    color: #4a75f6;;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    float: left;
    width: 73px;
    position: absolute;
    left: -80px;
    height: 25px;
}

.login-wrap .login .login-con {
    display: none;
}

.saoma {
    display: none;
    -moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.saoma .screen-tu {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    background: url("../img/login_pwd.png") no-repeat;
    background-size: cover;
}

.saoma .screen-tu:hover {
    background: url("../img/login_pwd1.png") no-repeat;
    background-size: cover;
}

.mt-text-item {
    width: 350px;
    margin: 0 auto;
    position: relative;
    padding-top:20px;
}

.mt-text-item h1 {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 10px 0;
    line-height: 22px;
    height: 22px;
    font-weight: normal;
}

.qr-code-box {
    width:300px;
    height: 266px;
    position: relative;
    text-align: center;
    z-index:1;
    margin:10px auto;
    margin-top:20px;
    overflow: hidden;
}

.qr-code-box .loader-box{
    width:202px;
    height: 202px;
    margin-left:49px;
    margin-top:15px;
    position:absolute;
    text-align: center;
    z-index:40;
    background-color:rgba(255,255,255,0.98);
    border: 1px solid #eee;
    box-sizing: border-box;
}

.qr-code-box .img-box {
    width:300px;
    height: 266px;
    margin: 0 auto;
    position:absolute; 
    z-index:3;
    box-sizing: border-box;
}
.qr-code-box .code-invalid-box{
    width:202px;
    height: 202px;
    margin-left:49px;
    margin-top:15px;
    position:absolute;
    text-align: center;
    z-index:40;
    background-color:rgba(255,255,255,0.98);
    border: 1px solid #eee;
    padding-top:80px;
    box-sizing: border-box;
    
}
.qrcode-tips-box{
	height:28px;
	line-height:28px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.qrcode-tips{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	width:142px;
	background:#ff0;
	padding:0 10px;
	margin:0 auto;
	border-radius:20px;
	border-color:#f4f3f8;background:#f4f8ff;
}
.qrcode-tips i{
	font-size:20px;
}
.qrcode-tips i.iconfont-zhengque{
	color:#07c160;
}
.qrcode-tips i.iconfont-jinggao{
	color:#ee4f4f;
}
.code-invalid-box .title{
	font-size:16px;
	margin-bottom:10px;
}
.code-invalid-box .refresh{
	margin-bottom:10px;
	color:#4a75f6;
	margin-left:-10px;
	cursor:pointer;
}

.mt-tab-footer p {
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 14px;
    color: #666;
    text-align: center;

}

.mt-tab-footer p a {
    color: #4a75f6;
    text-decoration: none;
}

.mt-reg-tips{
    text-decoration: none;
    color: #9a9a9a;
    font-size: 13px;
    display:flex;
    justify-content:center;
    position: relative;
    top: -8px;
}

.mt-for-pwd a{
    text-decoration: none;
    color: #999;
    font-size: 13px;
    float: right;
    position: relative;
    top: -15px;
}

.mt-protocol {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #999;
}

.mt-protocol a {
    color: #4a75f6;;
    text-decoration: none;
}


.tooltips{
	position:absolute;top:10px;right:55px;
}

.tooltips .tooltips-part{
	background-color:#ff7d18;min-width:84px;height:25px;line-height:25px;font-size:12px;padding:0 4px;text-align:center;border-radius:2px;color:#fff;width:84px;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}
.tooltips .tooltips-arrow{
	position:absolute;display:block;width:14px;height:14px;overflow:hidden;background:transparent;pointer-events:none;top:50%;transform:translateY(-50%);right:-7px
}
.tooltips .tooltips-arrow::before{
position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:5px;height:5px;margin:auto;background-color:#ff7d18;transform:rotate(45deg);content:'';pointer-events:auto}

.dialog .close-modal {
        font-size: 40px;
        line-height: 0.5;
        position: absolute;
        top: 10px;
        right: -16px;
        color: #fff;
        font-weight: 100;
        cursor: pointer;
    }