body {
    width: 100%;
    min-width:450px;
    height: 100%;
    font-family: Microsoft Yahei;
}
input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite !important;
    -webkit-text-fill-color: rgba(153,153,153,1) !important;
    -webkit-box-shadow:0 0 0 1000px rgba(255,255,255,1) inset !important;
}

@-webkit-keyframes autofill-fix {
    from {
        background-color: transparent
    }
    to {
        background-color: transparent
    }
}
a:hover {
    text-decoration: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
    /* WebKit browsers */   
    color: #fff;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
    /* Mozilla Firefox 4 to 18 */   
    color: #fff;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
    /* Mozilla Firefox 19+ */   
    color: #fff;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
    /* Internet Explorer 10+ */   
    color: #fff;   
}
.background {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.loginBox{
    width: 40vw;
    height: 45vh;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.loginBox .loginLeft{
    width: 50%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(72,118,255,0.8));
    /* position: absolute; */
    flex: 1;
}
.loginBox .loginLeft h3{
    margin: 0;
    text-align: center;
    line-height: 47vh;
    font-size: calc(10px + (24 - 10) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    font-weight: 500;
}
.loginFrameContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
    /*width: 400px;*/
    background: rgba(255,255,255,1);
    /*position: absolute;*/
    /*padding-bottom: 30px;*/
}
.loginFrameContainer h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 400;
}
.loginFrameContainer h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
}
.loginFrameContainer #myTab>li>a{
    padding: 10px 0;
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.loginFrameContainer .nav-tabs {
    border-bottom: 1px solid #e3e3e3;
}
.loginFrameContainer .nav-tabs>li.active>a, .nav>li>a:focus, .nav>li>a:hover, .nav>li>a:active{
    border: 1px solid #e3e3e3;
    color: #999 !important;
}
.inputContainer {
    padding: 0px 35px;
    margin-bottom: 15px;
}
.inputContainer a {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    width: 100%;
    display: block;
    position: relative;
}
.inputContainer a input {
    width: 100%;
    background: transparent;
    color: #666;
    border: none;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.inputContainer a img {
    position: absolute;
    left: 10px;
    top: 7px;
}
.identifyingCodeInput {
    width: calc(100% - 126px);
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
    float: left;
    box-sizing: border-box;
}
.identifyingCodeInput input {
    background: transparent;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    padding-left: 40px;
}
.digitalVerificationCode{
	padding:9px 0 0 0;
}
.identifyingCodeInput img {
    position: absolute;
    left: 10px;
    top: 7px;
}
.identifyingCodeBtn {
    width: 30%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}
.identifyingCodeBtn a {
    border: 2px solid #fff;
    color: #fff;
    width: 100%;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    cursor: pointer;
}
.rememberContainer {
    clear: both;
    padding: 0px 35px;
    margin-bottom: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
.rememberContainer a {
    color: #999;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
}
.rememberContainer a img {
    vertical-align: bottom;
}
.rememberContainer span {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    float: right;
    text-decoration: none;
    line-height: 21px;
}
.loginButtonContainer {
    padding: 0px 35px;
    -moz-user-select:none;/*���*/
    -webkit-user-select:none;/*webkit�����*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*���������*/
    user-select:none;
}
.loginButtonContainer a {
    width: 100%;
    border: 1px solid #4876ff;
    border-radius: 25px;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    background: #4876ff;
}
.footer {
    position: fixed;
    left:0;
    bottom: 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: block;
    width: 100%;
    font-weight: 300;
}

.br6{
    border-radius: 6px;
}
.bc{
    background: #0099cc; color: #fff;
}
#myModalLabel{
    font-size: 14px;
}
.modal-body{
    padding: 10px;
}
#enterprisetreecontainer{
    position: relative; 
    height: 250px; 
    overflow: auto; 
    box-shadow: 0px 0px 8px #ccc inset; 
    padding: 10px;
}
#EnterpriseTree{
    margin-top: 6px; 
    margin-left: 10px;
}
.modal-footer{
    margin-top: 0px;
}
#passWordModal{
    margin-top: 50px;
}
.modal-content{
    border-radius: 6px;
}
.modal-bc{
    background: #0099cc; 
    color: #fff;
}
#identifyingCodeButton{ 
    margin-top: 10px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 0;
    font-size: 12px;
    width: 105px;
    margin-top: 10px;
    margin-left: 20px;
    height:41px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
#enterprisetreecontainerPhone{
    position: relative;
    height: 250px;
    overflow: auto;
    box-shadow: 0px 0px 8px #ccc inset;
    padding: 10px;  
}
.inputContainer a input.inputpl::-webkit-input-placeholder,.identifyingCodeInput input.inputpl::-webkit-input-placeholder{
    color:rgba(153,153,153,.5);
}
.inputContainer a input.inputpl::-moz-placeholder,.identifyingCodeInput input.inputpl::-moz-placeholder{
    color:rgba(153,153,153,.5);
}
.inputContainer a input.inputpl:-moz-placeholder,.identifyingCodeInput input.inputpl:-moz-placeholder{
    color:rgba(153,153,153,.5);
}
.inputContainer a input.inputpl:-ms-input-placeholder��.identifyingCodeInput input.inputpl:-ms-input-placeholder{
    color:rgba(153,153,153,.5);
}

.inputContainer{
    position: relative;
}
.lswitch-img{
    position: absolute;
    left: 48px;
    top: 12px;
    width: 20px;
    height: 20px;
}
.zhomng-yingwen{
    height: 43px;
    padding-left: 40px;
    border:1px solid #fff;
    color:#fff;
}
.zhomng-yingwen option{
    color:#333;
}
select.form-control#languageResultType,
select.form-control#languageResultType_phone{
	background: url(../../../images/select_triangle.png) no-repeat scroll 96% center transparent;
	background-size: 14px 14px;
}

@media screen and (min-width: 1025px) {
    .background img {
    	position: absolute;
	    right: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	}
	.loginFrameContainer{
		right: 125px;
    	top: 70px;
	}
}
@media screen and (max-width: 1024px) {
    .background img {
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	}
	.loginFrameContainer{
	    left: 50%;
	    top: 40%;
	    /*transform: translate(-50%,-50%);*/
	}
}

@media screen and (max-width: 905px) {
    .loginBox .loginLeft{
        display: none;
    }
    .loginBox .loginFrameContainer{
        width: 100%;
    }
}