    .backimg{
		background: #FFF;
		background-size: 100% 100%;
	}
	.container {
		   display: flex;
    flex-direction: row;
    justify-content: space-between;
		box-shadow: 0px 0px 4px 0px #dfdfdf;
		padding: 0;
		min-width:unset; 
        width: 940px;
	}
	.panel-sign .box {
		max-width: 550px;
		margin: auto;
		width: 60%;
	}
	.login-secondary {
		float: left;
		width: 460px;
		height: 400px;
		overflow: hidden;
		border-right: 1px dashed #e8e8e8;
		background: url(/images/beijing.png) center bottom no-repeat #fff;
	}
	.login-primary {
		position: relative;
		width: 400px;
		margin: auto;
	}
	.login-switch {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.login-tab {
		margin: 35px 0 0 0;
		height: 45px;
		font-size: 22px;
		overflow: hidden;
		text-align: center;
	}
	.login-tab a.active {
		color: #007dfe;
	}
	.login-tab .sep {
		padding: 0 15px;
		font-size: 20px;
		color: #999;
		opacity: .5;
		filter: alpha(opacity=50);
	}
	.login-tab a {
		color: #777;
	}
	.signform .form-error {
		height: 14px;
		font-size: 14px;
		line-height: 14px;
		overflow: hidden;
		margin-bottom: 7px;
		color: #f30;
	}
	.login-other{
	    width: 340px;
    margin: auto;
    margin-top: 50px;
	}
	.login-other label {
		font-size: 14px;
		vertical-align: middle;
	}
	.signform .form-group {
		position: relative;
		width: 340px;
		margin: auto;
	}


	.login-primary .signform .control-label,.register-primary .control-label {
		text-align: center;
		line-height: 52px;
	}

	.signform .form-control {

	}
	.login-primary .signform .form-control,.register-primary .form-control{
    	display: block;
        width: 330px;
        background: #e5e5e5;
        border-radius: 5px;
        font-size: 15px;
        padding: 14px 8px;
        border-width: 2px;
	}

	.signform .btn-primary {
		height: 35px;
        font-size: 18px;
        overflow: hidden;
        border-radius: 5px;
        line-height: 35px;
        padding: 0;
	}
	.login-primary .signform .btn-primary {
		width: 160px;
	}

	.signform .form-attach {
		width: 340px;
        display: flex;
        justify-content: space-between;
        line-height: 50px;
        margin: auto;
	}
	
	.signform .form-attach .text-light{
	    color: #999;
	}

	.signform i{
		font-size: 20px;
		color: #c5c5c5;
	}
	.form-group .absolute-right {
		position: absolute;
		right: 2px;
		line-height: 36px;
		padding: 0 10px;
	}
	.signform .absolute-right {
		line-height: 44px;
		font-size: 14px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		right: 0;
	}
	.lefts{
	    width:40%;
	    max-width: 400px;
	}
	.lefts img{
	    width: 100%;
	    height: 100%;
	}
	
	.login-other-wechat{
	    background: #09bb07;
        padding: 8px 20px;
        border-radius: 5px;
        color: #FFF;
	}
	
	.panel-register{
	    padding-top:100px;
	}
	.register{
	    width: 60%;
	    position: relative;
	}
	.register .register-primary{
	    width: 340px;
        margin: auto;
	}
	.register .help-block{
	    text-align: right;
    height: 40px;
    line-height: 40px;
    padding-right: 50px;
	}
	.register .form-group .form-element{
	    display: flex;
       justify-content: space-between;
       height: 45px;
	}
	.register .form-group .form-element input{
	    width: 60%;
	}
	
	.register .form-group .form-element img,.register .form-group .form-element button{
	    width: 35%;
	}
	.register .form-group .abtn{
	    background: #007dfe;
        text-align: center;
        line-height: 45px;
        color: #FFF;
        border-radius: 5px;
        border: none;
	}
	.pc-login{
	    font-weight: 600;
       font-size: 18px;
	}
	
	.checkbox-text{
	    font-size: 12px;
	}