::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(104, 104, 104, 1);
	font-size: 0.14rem;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(104, 104, 104, 1);
	font-size: 0.14rem;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(104, 104, 104, 1);
	font-size: 0.14rem;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(104, 104, 104, 1);
	font-size: 0.14rem;
}
.headerBox2 .twoCenter{
	display: none !important;
}
.BJ {

	margin: 0 auto;
	/*margin-top:1.1rem;*/
	padding-top: 2.48rem;
	padding-bottom: 1.78rem;
	background-image: url(./../images/login/bj.jpg);
	background-size: cover;
	
}

.zj {
	max-width: 14rem;
	margin: 0 auto;
}

.common {
	/*  width: 15rem;*/
	max-width: 4.47rem;
	margin-right: 0;
	margin-left: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 12px 12px 12px 12px;
	padding: 0.3rem;
	text-align: center;
}

.loginButtonDiv {
	width: 100%;
	text-align: center;
	background: #0769B2;
	border-radius: 22px 22px 22px 22px;
	font-size: 0.16rem;
	color: #FFFFFF;
	padding: 0.08rem 0px 0.14rem 0px;
	margin-top: 0.2rem;
	margin-bottom: 0.15rem;
	display: block;
}

.loginButtonDiv:hover {
	cursor: pointer;
}

.common .p_title {
	color: #0769B2;
	font-size: 0.28rem;
	text-align: center;
	margin-top: 0;
	display: inline-block;
	margin-bottom: 0px;
}

.common .p_title::after {
	width: 0.52rem;
	height: 2px;
	opacity: 1;
	background: #818181;
	content: '';
	display: block;
	margin: 0.14rem 0px 0.3rem 0;
}

.form-group {
	text-align: right;
}

.control-group {
	position: relative;
	margin-bottom: 0.17rem;
	line-height: 0.39rem;
	width: 100%;
	padding-left: 0.57rem;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	outline: none;
	border-radius: 2px 2px 2px 2px;
}

.control-group .p_icon {
	height: 0.21rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
}

.control-group .p_input {
	border: 0rem;
	width: 100%;
}

.forgrtpassword {
	font-size: 0.14rem;
	color: #333;
}

.p_registerBtn {
	color: rgba(7, 105, 178, 1);
	text-decoration: unset;
	font-size: 0.14rem;
}
@media screen and (max-width: 1024px){
    .BJ{
        width: 100%;
    }.common{
        max-width: 94%;
        margin: 0 auto;
    }.zj{
        width: 100%;
    }.common .p_title{
        font-size: 16px;
    }.control-group .p_input{
        font-size: 14px;
        margin-left: 10px;
    }.control-group .p_icon{
        height: 15px;
    }.forgrtpassword{
        font-size: 12px;
    }.loginButtonDiv{
        font-size: 12px;
    }.p_registerBtn{
        font-size: 12px;
    }
}