html, body { height: 100%; margin: 0; padding:0;}
body {
    /* background: url(../img/bg_img@2x.png) no-repeat;*/
    background-color: #EBEDEF;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center 100%;
}
canvas { position: absolute; }
.login_wrap {
    /*position: absolute;*/
    margin: 0px auto;
    padding-top:100px;
    /*transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);useimg
	-moz-transform: translateX(-50%) translateY(-50%);*/
    /*padding: 20px;*/
}
.login_wrap .logo{
	  width: 100%;
	  height: 153px;
	  background: url(../img/logo_login.png) no-repeat;
	  background-size: 360px 153px;
}
.login_wrap .login{

	width: 320px;
	margin: 30px 20px;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #edf2f5;
	
}
.login_wrap .usename label{
	float: left;
	width: 49px;
	height: 48px;	
	border-left: 1px solid #c8ced1;
	border-top: 1px solid #c8ced1;
	border-bottom: 1px solid #c8ced1;
	background: url(../img/useimg.png) no-repeat;
	background-position: center;
	background-color: #d7d9d9;
	
}
.login_wrap .password label{
	float: left;
	width: 49px;
	height: 48px;	
	border-left: 1px solid #c8ced1;
	border-top: 1px solid #c8ced1;
	border-bottom: 1px solid #c8ced1;
	background: url(../img/passwordimg.png) no-repeat;
	background-position: center;
	background-color: #d7d9d9;
	
}
.login_wrap .login input{
	float: left;
	height: 46px;
	width: 256px;
	font-size: 14px;
	line-height: 46px;
	padding: 0;
	border: none;
	margin-top:1px;
/*	border-top: 1px solid #edf2f5;
	border-bottom: 1px solid #edf2f5;	*/
	padding-left:12px ;
	outline: none;
	
}
.login_wrap a {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #888989;
	padding-bottom: 2px;
	margin-top: -15px;
}
.login_wrap .login_btn{
	font-size: 18px;
	margin: 47px 20px 0;
	text-align: center;
	background-color: #46a4e8;
	height:50px;
	line-height: 50px;
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 2px;
}
.error{
	border:1px solid #ED1C24!important;
}


.loginPanel {
    margin-top: 100px;
    width: 1018px;
    height: 699px;
    margin: auto;
    background: url(../img/bg2@2x.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 11px 21px 0px rgba(89, 146, 244, 0.3);
    border-radius: 6px;
    position: relative;
    z-index: 44;
    margin-bottom: 40px;
}

.v_logo {
    float: left;
    width: 47%;
}


    .v_logo .tit1 {
        margin-top:57px;
        margin-left:66px;
        font-size: 32px;
        font-family: Alibaba PuHuiTi;
        font-weight: 300;
        color: #FFFFFF;
        opacity: 0.59;
    }
    .v_logo .tit2 {
        margin-left: 66px;
        font-size: 44px;
        font-family: Alibaba PuHuiTi;
        font-weight: 500;
        color: #FFFFFF;
    }


    .v_logo .logo_mao {
        margin-top: 64px;
        margin-left: 110px;
        width: 266px;
        height: 414px;
    }

.v_login {
    float: right;
    width: 53%;
    height: 100%;
}
.v_login .logo2{
    float:right;
    margin-top:62px;
    margin-right:46px;
    width:156px;
    height:42px;
}

.body_select_zt{
    height:auto;
    width:100%;
}
.changeLoginType {
    width: 100%;
    display: flex;
    margin:0 auto;
    width: 380px;
    text-align: center;
    margin-top: 20px;
    /*margin-bottom: 31px;*/
}

.loginType {
    width: 50%;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 30px 0px 9px 0px;
    border-bottom: 4px solid #F0F0F0;
    font-size: 22px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #999999;
}

    .loginType.active {
        border-bottom: 4px solid #F83333;
        border-radius: 1px;
        font-size: 22px;
        font-family: Alibaba PuHuiTi;
        font-weight: bold;
        color: #000000;
    }


    /*¶þÎ¬Âëcss*/
.erCode {
    width: 160px;
    height: 160px;
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.erCodeNotice {
    font-size: 16px;
    width: 269px;
    height: 42px;
    background: #FF3333;
    border-radius: 21px;
    color: #FFFFFF;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
}

    .erCodeNotice .icon_scan {
        width: 20px;
        height: 20px;
        background: url(../img/scan@2x.png) no-repeat;
        background-size: 100% 100%;
        margin-right: 7px;
    }



    /*ÕË»§µÇÂ¼*/
.loginType:hover {
    cursor: pointer;
}

.contentDiv {
    margin: 0px auto;
    width: 340px;
}
.btn_login {
    margin: 0px auto;
    margin-top: 10px;
    width: 340px;
    height: 50px;
    line-height: 50px;
    background: #FF3333;
    border-radius: 8px;
    font-size: 18px;
    font-family: AlibabaPuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}
    .btn_login:hover {
        cursor: pointer;
        background: linear-gradient(270deg, #FF3333 0%, #FF3333 31%, #FF3333 100%);
        box-shadow: 0px 2px 11px 0px rgba(79, 131, 235, 0.8);
        border-radius: 4px;
    }



.inputPanel {
    background: #F0F0F0;
    border-radius: 2px 2px 0px 0px;
    /*border: 1px solid #DBDBDB;*/
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #BBBBBB;
    line-height: 20px;
    display: flex;
    padding: 0px 16px 0px 20px;
    margin: 10px 0px 0px 0px;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}



.inputPanel input {
    border: none;
    line-height: 40px;
}

input:focus{
    outline:none;

}
    .inputPanel .userCode {
        width: 340px;
        height: 50px;
        font-size: 18px;
        background: #F0F0F0;
        font-family: Alibaba PuHuiTi;
        /*border-radius: 8px;*/
    }


    .inputPanel .verCode {
        height: 50px;
        background: #F0F0F0;
        border-radius: 8px;
        font-size: 18px;
        font-family: Alibaba PuHuiTi;
        font-weight: 400;
        color: #000000;
    }

.noticePanel {
    padding-top: 8px;
    min-height: 20px;
    font-size: 14px;
    color: #F1403C;
    line-height: 14px;
}

    .noticePanel.hasValue {
        height: 20px;
        font-size: 14px;
        color: #F1403C;
        line-height: 14px;
        display: flex;
        align-items: center;
    }


.getCode {
    line-height: 20px;
    padding-left: 10px;
    /*border-left: 1px solid #DBDBDB;*/
    height: 15px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FF3333;
}
.getCode:hover {
    cursor: pointer;
}

.getCode.class2 {
    color: #C2C8D3;
}
