.entry-login {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90%;
    text-align: center;
    background-color: rgba(197, 197, 197, .8);
}

.login-box {
    position: absolute;
    /*top: 50%;*/
    top: 30%;
    left: 50%;
    margin-top: -250px;
    margin-left: -320px;
    width: 640px;
    height: 800px;
}

.login-box .logo {
    position: relative;
    /*margin: 0 0 50px;�޸�*/
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
}

.form-control .input-control {
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

.login-box .button {
    width: 100%;
    margin: 25px 0 40px;
    padding: 0;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    background-color: #da007f;
    border-radius: 4px;
    border: 1px solid #bf6999;
}

.login-box .button:hover {
    background-color: #c20674;
}

.login-box label {
    font-size: 14px;
    color: #333;
    user-select: none;
}

.login-box label div {
    margin-right: 5px;
}

.login-box a {
    font-size: 14px;
    color: #c91277;
}

.login-box a:hover {
    color: #333;
}

.login-box .btn {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    border: 1px solid #c74a91;
    box-sizing: border-box;
}

.login-box .btn.cm-fr {
    width: 150px;
}

.login-box .btn:hover {
    color: #c91277;
}

.login-box .tips {
    display: block;
    width: 350px;
    margin: 0 auto 10px;
    text-align: left;
    font-size: 12px;
    color: #333;
}

.login-box h3{
    position: relative;
    width: 350px;
    margin: 10px auto;
    font-size: 20px;
    color: #c91277;
}

.login_form_wrap .form-control{
    display: block;
    margin: 0 auto;
    width: 260px;
}

.third-form_wrap{
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 640px;
    height: 296px;
    border-radius: 10px;
    box-shadow: 0 0 5px #333;
    background-color: rgba(218, 218, 219, .8);
    box-sizing: border-box;
}

.third-form_wrap .tips{
    position: relative;
    width: 250px;
    font-size: 14px;
    text-align: center;
}

.third-form_wrap .tips::before,
.third-form_wrap .tips::after{
    content: " ";
    position: absolute;
    top: 10px;
    width: 65px;
    height: 1px;
    background-color: #b1b1b1;
}

.third-form_wrap .tips::after{
    right: 0;
}

.third-form_wrap .tips::before{
    left: 0;
}

.third-form_wrap .third-platform{
    position: relative;
    width: 252px;
    margin: 25px auto;
    overflow: hidden;
}

.third-platform a{
    float: left;
    margin: 0 9px;
    width: 45px;
    height: 45px;
    background: url("../img/third-icons.png") no-repeat;
}

.third-platform .weibo{
    background-position: -5px 0;
}

.third-platform .wechat{
    background-position: -72px 0;
}

.third-platform .baidu{
    background-position: -139px 0;
}

.third-platform .qq{
    background-position: -206px 0;
}

.third-form_wrap .go-reg{
    position: relative;
    margin: 20px 0 0;
    padding: 20px 0 20px 42px;
    text-align: center;
    border-top: 1px dotted #b1b1b1;
}

.third-form_wrap .go-reg a{
    display: inline-block;
    margin: 0 10px;
    width: 76px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
}

.third-form_wrap .go-reg .submit{
    color: #fff;
    background-color: #c91277;
    border: 1px solid #c91277;
}

.third-form_wrap .go-reg a:hover{
    color: #c91277;
    background-color: transparent;
    border: 1px solid #c91277;
}

.third-form_wrap .form-control{
    position: relative;
    width: 250px;
    margin: 0 auto;
}

.third-form_wrap .form-control label{
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
}

.third-form_wrap .form-control .input-control{
    width: 203px;
    height: 25px;
    background: #efefed;
}

.find-password-wrap .form-control{
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 350px;
    height: 258px;
    border-radius: 10px;
    box-shadow: 0 0 5px #333;
    background-color: rgba(218, 218, 219, .8);
    box-sizing: border-box;
}


.find-password-wrap h4{
    position: relative;
    margin: 10px auto 25px;
    width: 225px;
    font-size: 18px;
    color: #333;
    text-align: left;
}

.find-password-wrap .input-control,
.find-password-wrap .button{
    display: block;
    margin: 0 auto 15px;
    width: 225px;
}

.form-control .input-control-code {
	margin-bottom: 10px;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.3);
	font-size: 13px;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	width: 136px;
}

/* .find-password-wrap .input-control-code{
    display: block;
    margin: 0 auto 15px;
    width: 125px;
} */
