@charset "utf-8";
.loginBox {
    
}
.loginTop{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.loginMain{
    width: 100%;
    height: 460px;
    background-image: linear-gradient( 0deg, rgb(21,171,79) 0%, rgb(52,197,95) 46%, rgb(82,223,111) 100%);
    overflow: hidden;
    position: relative;
}
.loginImg{
    width: 1600px;
    height: 460px;
    position: absolute;
    left: 50%;
    margin-left: -800px;
    top: 0;
    z-index: 1;
}
.loginBarBox{
    width: 1000px;
    height: 460px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.loginBar{
    width: auto;
    height: auto;
    background: #fff;
    padding: 25px 15px 50px 15px;
    position: absolute;
    top: 55px;
    right: 0;
}
.loTit{
    font-size: 20px;
    font-weight: bold;
    color: #009530;
    margin: 0 0 20px 0;
}
.inputBox{
    width: 300px;
    position: relative;
}
.loginInput{
    width: 258px;
    height: 42px;
    border: 1px solid #ddd;
    text-indent: 5px;
    font-size: 14px;
    color: #444;
}
.inputIcon{
    display: block;
    width: 41px;
    height: 42px;
}
.loginBtn{
    display: block;
    width: 300px;
    height: 40px;
    border-radius: 3px;
    background: #009530;
    margin: 10px 0 0 0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.loginTip{
    font-size: 14px;
    color: #b5b5b5;
    margin: 5px 0 5px 45px;
}
.loginBtn:hover{
    background: #037e2b;
}
.loginFw{
    font-size: 14px;
    color: #b5b5b5;
    margin: 5px 0 5px 0;
}
.loginfoot{
    width: 800px;
    height: auto;
    margin: 30px auto 0 auto;
}
.footLeft{
    text-align: center;
    padding-top: 15px;
}
.footP{
    font-size: 12px;
    color: #111;
    line-height: 24px;
    text-align: center; 
}
.footLine{
    width: 100%;
    height: 1px;
    background: #999;
    margin: 5px 0;
}
.loginEwm{
    display: block;
    width: 110px;
    height: 110px;
}
.inputIconxjp{
    width: 33px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}
.loginSubImg{
    width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.rightLogin{
    margin: 15px 0 0 0;
}
.loginBarX{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.loginBarXTit{
    font-size: 18px;
    color: #333;
    margin: 20px 0 0 20px;
}
.inputBoxX{
    width: 380px;
    height: auto;
    margin: 25px auto 0 auto;
}
.inputTitX{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.loginInputX{
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-indent: 5px;
    border: 1px solid #e7e7e7;
}
.loginInputBtn1{
    display: block;
    width: 155px;
    height: 38px;
    border-radius: 3px;
    background: #009530;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
.loginInputBtn1:hover{
    background: #037e2b;
}
.loginBara{
    width: 340px;
    margin: 60px auto 0 auto;
}
.inputBoxa{
    margin-top: 10px;
}
.inputTita{
    font-size: 16px;
    color: #333;
    line-height: 40px;
    width: 80px;
    text-align: right;
}
.loginInputa{
    width: 228px;
    height: 40px;
    border: 1px solid #e7e7e7;
    margin-left: 10px;
    text-indent: 10px;
}
.loginTipa{
    margin: 5px 0 0 90px;
    font-size: 12px;
    color: #999;
}
.loginMsga{
    font-size: 14px;
    color: #fd7079;
    margin: 10px 0 0 90px;
}
.loginBtna{
    display: block;
    width: 300px;
    height: 40px;
    background: #009530;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin: 25px auto 0 auto;
    cursor: pointer;
}
.loginP1a{
    font-size: 16px;
    color: #333;
    margin: 10px 0 20px 20px;
}
.typeBoxa{
    width: 300px;
    height: 45px;
    border: 1px solid #dfdfdf;
    background-image: linear-gradient( 0deg, rgb(227,227,227) 0%, rgb(239,239,239) 29%, rgb(251,251,251) 100%);
    cursor: pointer;
    margin-left: 20px;
}
.typeRadioa {
    display: inline-block;
    position: relative;
    width: 60px;
}
 
.typeRadioa input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
}

input[type="radio"]:after {
    content:'';
    background: #fff;
    background-size:20px 20px;
    width:20px;
    height:20px;
    position: absolute;
    z-index: 100;
    left: 20px;
    top: -15px;
    border-radius: 50%;
    border: 1px solid #ccc
}
 
input[type="radio"]:checked:after {
    background: #009530;
    background-size:18px 18px;
    width:18px;
    height:18px;
}
.typeLablea{
    line-height: 45px;
}
.ejectBox {
    width: 480px;
    height: 230px;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -115px 0 0 -240px;
    text-align: center;
    z-index: 999;
}
.tipMsg {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 60px;
}
.ejBtn {
    width: 300px;
    height: 48px;
    background: #ff0010;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin-top: 40px;
}

















