@CHARSET "UTF-8";

.login {
	position: fixed;
	width: 100%;
	height: 100%;
	background-position: center center;
	z-index: 20;
}
.login .login-input {
    width: 80%;
    text-align: -webkit-center;
    text-align: -moz-center;
    /*background-color: rgba(106,211,255,.25);*/
    border-radius: 0.4rem;
    margin: auto;
    position: relative;
    top: 40%;
    overflow: hidden;
    box-sizing: border-box;
}

.login .login-input > div{
    margin: 0.6rem auto;
    width: 80%;
    height: 1.6rem;
    background-color: rgba(104,211,251,0.8); /* #68d3fb; */
    border-radius: 0.8rem;
    text-align: left;
}

.login .login-input > div label{
	font-size: 0.8rem;
    line-height: 1.6rem;
    margin: 0 0.5rem;
    color: #fff;
}

.login .login-input > div input{
    width: 8rem;
    width: calc(100% - 4rem);
    height: 1rem;
    font-size: 1rem;
    background-color: rgba(104,211,251,0);  /* #68d3fb; */
    color: #fff;
    margin-top: 0.3rem;
}

.login .login-input > div .captcha-input{
	width: 4rem;
	width: calc(100% - 8rem);
}

.login .login-input > div .captcha-img{
    width: 3.6rem;
    height: 1.6rem;
    float: right;
    background-color: #ccd5da;
    color: #643092;
    margin-right: 0.6rem;
    font-size: 1.4rem;
}

.login .login-input > div .captcha-img > div{
    float: left;
    width: 25%;
    height: 100%;
    font-weight: bolder;
}

.login .loginBtn {
	text-align: center;
    margin: auto; opacity:0.8;
    background-image: url(../../images/login/btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 75%;
    height: 2.5rem;
    display: block;
    margin: 0.6rem 0;
    font-size: 1.2rem;
    line-height: 2.5rem;
    /* font-weight: bolder;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #694b21; */
    text-shadow: 0 0 2px #694b21,0 0 2px #694b21,0 0 2px #694b21;
}
/*.login .login-input {
    width: 100%;
	height: 200px;
    text-align: -webkit-center;
    text-align: -moz-center;*/
  /*  background-color: rgba(106,211,255,.05); 
    background-color:#ff8334; */
    /*background: url("../../images/login/login-back.png") no-repeat;*/
    /*background-size: 65%;
    margin: auto;
    position: relative;
    top: 31%; 
	left:18%;
    overflow: hidden;
    box-sizing: border-box; 
}*/

/*.login .login-input > div{
    background: url("../../images/login/input-back.png") no-repeat;
    background-size: 60%;
    margin: 0 auto;
    margin-top:25px;
    width: 80%;
    height: 40px;*/
/*	background-image: url(../../images/login/input.png) no-repeat ;
    background-color: rgba(255,255,255,.08); */
    /*border-radius: 8px;
    text-align: left;
}*/
/*
.login .login-input > div label{
	font-size: 0.8rem;
    line-height: 1rem;
    margin: 0.3rem 0.5rem 0 0.5rem;
    color: #111;
    float: left;
}*/

/*.login .login-input > div input{
    width: 8rem;
    /*width: calc(100% - 4rem);*/
    /*height: 1rem;
    font-size: 0.8rem;
    background-color: rgba(255,255,255,.08); 
    color: orange; 
    margin-top: 0.3rem;
}*/

/*.login .login-input > div .captcha-input{
	width: 4rem;
	width: calc(100% - 8rem);
}*/

/*.login .login-input > div .captcha-img{
    width: 3.6rem;
    height: 1.6rem;
    float: right;
    background-color: #ccd5da;
    color: #643092;
    margin-right: 0.6rem;
    font-size: 1.4rem;
}*/
/*
.login .login-input > div .captcha-img > div{
    float: left;
    width: 25%;
    height: 100%;
    font-weight: bolder;
}*/

/*.login .loginBtn {
	text-align: center;
    margin: 0 auto;
    background-image: url(../../images/login/btn.png);
    background-repeat: no-repeat;
    background-size: 58%;
    color: #fff;
    width: 75%;
    height: 2.5rem;
    display: block;
   
    font-size: 1.2rem;
    line-height: 2.5rem;*/
    /* font-weight: bolder;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #694b21; */
    /*text-shadow: 0 0 2px #694b21,0 0 2px #694b21,0 0 2px #694b21;
}*/

.login .forgetBtn,.login .regBtn {
    right: 0.5rem;
    background-image: url(../../images/login/forget.png); opacity:0.9;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5rem;
    height: 2rem;
    height: calc(5rem*32/85);
    position: relative;
    float: right;
    
}
.login .regBtn {
    right: auto;
    left: 0.5rem;
    background-image: url(../../images/login/reg.png); opacity:0.9;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
}


.loginbg{
	background-image: url(../../images/login/loginbg.jpg);
	background-color: #F7DB8C;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: fixed;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.loginbg .logo {
    background-image: url(../../images/login/logo.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 0;
    width: 100%;
    height: 40%;
    /*top: -56%; */
    position: relative;
}

.canvas{
	display: block;
	pointer-events: none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 150;
    overflow: hidden;
}

.login-alert {
	position: absolute;
    width: 100%;
    height: 100% !important;
    background-color: rgba(0,0,0,.8);
    z-index: 30;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.login-alert .login-alert-board {
	background-image: url(../../images/home/alertBoard.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    height: calc(80vw*481/587);
    margin: auto;
    position: relative;
    top: calc((100% - 80vw*481/587)/2);
}

.login-alert .context {
	position: absolute;
    width: 70%;
    height: 30%;
    top: 27%;
    left: 15%;
}

.login-alert .context .text {
    display: inline-block;
    color: #864714;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
}

.login-alert .only-confirm {
	position: relative;
    width: 70%;
    height: 25%;
    top: 67%;
    display: block;
    background-image: url(../../images/home/confirm-longbtn.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}

.login-alert .login-alert-msg{
	z-index: 40;
}

.login-alert .fgpw-board{
	background-image: url(../../images/login/forgetpassword-board.png);
    height: calc(80vw*598/602);
    top: calc(50% - 40vw*598/602);
    min-height: 310px;
        background-size: 100% 328px;
}

.login-alert .fgpw-board .fgpw-context {
	position: absolute;
    width: 84%;
    height: 57%;
    top: 15%;
    left: 7%;
}

.login-alert .fgpw-board .fgpw-context>div {
	width: 100%;
    height: 1.6rem;
    border-radius: 6px;
    background-color: #e7c55f;
    margin-bottom: 0.5rem;
    box-shadow: 0 0.15rem 0 #ce9f22 inset;
    border: 0.15rem solid #f4dd8e;
    /*padding: 0.1rem 0.7rem;*/
    box-sizing: border-box;
}

.login-alert .fgpw-board .fgpw-context > div input {
	/*background-color: #e7c55f;*/
	background-color: #ee961e;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #864714;
    font-size: 0.9rem;
    background-image: url(../../images/login/input_bg.png);
    background-size: 100% 100%;
}

.login-alert .fgpw-board .fgpw-context > div input::-webkit-input-placeholder {
    color: #864714;
    font-size: 0.8rem;
}

.login-alert .fgpw-board .fgpw-context > div input:-moz-placeholder {
    color: #864714;
    font-size: 0.8rem;
}

.login-alert .fgpw-board .fgpw-context > div.fcaptcha {
	position: relative;
    width: 60%;
    left: -20%;
}

.login-alert .fgpw-board .fgpw-context a.send-captcha {
    position: absolute;
    width: 4.5rem;
    height: 1.9rem;
    top: 2.1rem;
    right: 0;
    background-image: url(../../images/login/send.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.9rem;
    /* font-weight: bolder;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 0.03rem #694b21; */
    text-shadow: 0 0 2px #694b21,0 0 2px #694b21,0 0 2px #694b21;
}

.login-alert .fgpw-board .fgpw-context a.sended-captcha {
	background-image: url(../../images/login/sended.png);
}

.login-alert .closefgpwBtn{
	background-image: url(../../images/home/close.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    right: 0;
}

.login-alert .fgpwBtn{
	background-image: url(../../images/home/confirm-change-btn.png);
	position: relative;
    width: 86%;
    height: 20%;
    top: 78%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
#Regsiter .fgpw-board {
    height : calc(104vw*598/602);
    top: calc(50% - 50vw*598/602);
    background-size: 102% 100%;
}
#Regsiter .fgpw-board .fgpw-context a.send-captcha {
    top: 4rem;
}
#Regsiter  .only-confirm {
    top: 79%;
}