
input::placeholder {
    color: #878787; /* 请注意，这个伪元素的支持程度有限 */
}

/* 对于 Firefox */
input:-moz-placeholder { /* Firefox 4 to 18 */
    color: #878787;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #878787;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #878787;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #878787;
}

textarea::placeholder {
    color: #878787; /* 请注意，这个伪元素的支持程度有限 */
}

/* 对于 Firefox */
textarea:-moz-placeholder { /* Firefox 4 to 18 */
    color: #878787;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #878787;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #878787;
}

textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #878787;
}
		 
		 
		 
@media screen and (min-width:751px) {
	.login_page {
		width: 100%;
		min-height: 100vh;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-image: url(../img/background.png);
	}

	.login_box {
		width: 1240px;
		margin: auto;
		overflow: hidden;
	}

	/*  */
	.login_logo {
		display: block;
		float: left;
		margin-top: 34px;
	}

	.login_logo>img {
		width: 155px;
		height: 75px;
	}

	/*  */
	.login_box2 {
		width: 410px;
		margin: 125px auto 0;
	}

	.login_box2>img {
		display: block;
		margin: auto;
		width: 340px;
		/* height: 157px; */
		margin-bottom: 50px;
	}

	.login_box2>p {
		text-align: right;
		font-size: 14px;
	}

	.login_box2>p>a {
		color: #d4aa67;
	}

	.login_box2>p>a:first-child {
		margin-right: 20px;
		padding-right: 20px;
		border-right: 1px solid #999;
	}

	input[type="checkbox"] {
		opacity: 0;
	}

	.codeGet {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 0 !important;
	}

	.codeGet input[type="text"] {
		display: block;
		width: 170px;
		margin: 0px auto 0px auto;
		border: 0;
		background: #fff;
		box-sizing: border-box;
		height: 33px;
		padding: 0 15px;
		border-radius: 25px;
	}

	.codeGet input[type="button"] {
		display: block;
		width: 130px;
		margin: 0px auto 0px 10px;
		border: 0;
		background: #d4aa67;
		box-sizing: border-box;
		height: 33px;
		padding: 0 15px;
		border-radius: 25px;
	}

	.knowFrom {
		margin-bottom: 0 !important;
	}

	.checkbox {
		margin-top: 0 !important;
	}

	/*  */
	.login_form {
		background: white;
		width: 100%;
		/* height: 500px; */
		margin-bottom: 120px;
		margin-top: 10px;
		/* padding: 0 30px; */
		box-sizing: border-box;
		font-size: 16px;
	}

	.login_form>ul {
		overflow: hidden;
		border-bottom: 2px solid #e9e9e9;
		color: #999;
		margin-bottom: 40px;
	}

	.login_form>ul>li {
		color: #333;
		padding: 20px 0;
		background-image: url(../img/border.png);
		background-repeat: no-repeat;
		background-position: 0px 58px;
		background-size: 100% 3px;
		display: inline-block;
		cursor: pointer;
	}

	.login_form>input {
		width: 100%;
		height: 40px;
		background: #f4f4f4;
		border: 1px solid #d2d2d2;
		border-radius: 5px;
		margin-bottom: 20px;
		padding: 0 18px;
		box-sizing: border-box;
	}

	.login_form>a,
	.register_form>a,
	.email_form>a {
		display: block;
		width: 285px;
		height: 30px;
		background: #d4aa67;
		color: #fff;
		text-align: center;
		line-height: 30px;
		border-radius: 25px;
		margin-bottom: 20px;
	}

	/*  */
	.login_form>div {
		font-size: 14px;
		overflow: hidden;
	}

	.remembe_login {
		/* float: left; */
		cursor: pointer;
	}

	.remembe_login span {
		vertical-align: middle;
	}

	.remembe_login>i {
		display: inline-block;
		width: 16px;
		height: 16px;
		border: 1px solid #d2d2d2;
		border-radius: 3px;
		vertical-align: middle;
		/* margin-right: 4px; */
	}

	.remembe_login_active {
		background-image: url(../img/checkbox.jpg);
		background-size: 100% 100%;
		border: 1px solid #d4aa67 !important;
	}

	.login_form>div>div {
		float: right;
	}

	.login_form>div>div a {
		color: #999;
		padding: 0 10px;
	}

	.login_form>div>div a:first-child {
		border-right: 1px solid #999;
	}

	/* ================================注册======================= */
	.register_box2 {
		width: 915px !important;
		margin: 125px auto 0;
	}

	.register_form {
		width: 915px;
		min-height: 440px;
		margin: auto;
		background: white;
		margin-top: 10px;
		margin-bottom: 120px;
	}

	.register_form>h6,
	.email_form>h6 {
		width: 100%;
		height: 60px;
		font-size: 20px;
		background: #d4aa67;
		text-align: center;
		line-height: 60px;
		letter-spacing: 5px;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
	}

	/*  */
	.register_phone_input {
		width: 340px;
		margin: 30px auto;
		border: 1px solid #d4d4d4;
		background: #f4f4f4;
		box-sizing: border-box;
		height: 42px;
	}

	.register_phone_input .layui-form-select {
		width: 80px;
	}

	.register_phone_input .layui-input {
		border: none;
		background: none;
	}

	.register_phone_input>input {
		width: 250px;
		box-sizing: border-box;
		height: 40px;
		border: none;
		background: none;
	}

	/* 滑块 */
	.box {
		position: relative;
		width: 340px;
		height: 42px;
		background: #e8e8e8;
		border-radius: 4px;
		/* left: 20px; */
		margin: auto;
		box-sizing: border-box;
	}

	.btn {
		position: absolute;
		top: 0;
		width: 40px;
		height: 42px;
		text-align: center;
		line-height: 42px;
		border-radius: 4px;
		z-index: 3;
		background-color: #fff;
		border: 1px solid #ccc;
		color: black;
	}

	.text {
		position: absolute;
		width: 100%;
		margin: 0;
		text-align: center;
		line-height: 42px;
		display: block;
		z-index: 2;
		/*-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;*/
	}

	.bg {
		position: absolute;
		height: 100%;
		background-color: yellowgreen;
		z-index: 1;
	}

	.remembe_register {
		width: 285px;
		margin: 0px auto 25px auto !important;
		float: none !important;
		text-align: center;
		color: #000;
		overflow: hidden;
	}

	.remembe_register a {
		color: #d4aa67;
		display: inline-block;
		vertical-align: middle;
	}

	.register_form>a {
		width: 340px !important;
		margin: auto;
	}

	/* ========================邮箱注册=============== */
	.register_box3 {
		width: 500px !important;
		margin: 125px 0 125px 0;
	}

	.email_form {
		width: 500px;
		background: white;
		/* padding-bottom: 40px; */
		margin: 10px auto 120px;
		font-size: 12px;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
	}

	.email_form>input {
		display: block;
		width: 290px;
		margin: 20px auto;
		border: 0;
		background: #fff;
		box-sizing: border-box;
		height: 33px;
		padding: 0 15px;
		border-radius: 25px;
	}

	.email_form>div {
		width: 285px;
		overflow: hidden;
		margin: 20px auto;
		color: #000;
		display: flex;
		flex-wrap: wrap;
	}

	.email_form>div>p {
		min-width: 75px;
		text-align: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	.email_form>div>span {
		float: left;
	}

	.email_form>a {
		/* width: 340px !important; */
		margin: auto;
	}

	/* ===========忘记密码========== */
	.forget_password>p {
		width: 340px;
		margin: auto;
		color: #000;
		margin-top: 20px;
	}
}

.forget_password>p>a {
	color: #d4aa67;
}

@media screen and (max-width:750px) {
	.login_page a {
		display: inline-block;
	}

	.login_page {
		padding: 0.35rem 0.55rem;
		box-sizing: border-box;
	}

	.login_logo>img {
		width: 1.12rem;
		height: .50rem;
	}

	.login_box2>img {
		display: block;
		margin: 0.7rem auto .3rem;
		width: 4.76rem;
		/* height: 1.40rem; */
	}

	.login_box2>p {
		float: right;
		font-size: 0.24rem;
	}

	.login_box2>p>a {
		color: #d4aa67;
	}

	.login_box2>p>a:last-of-type {
		display: inline-block;
		border-left: 0.02rem solid #C4C4C4;
		padding-left: 0.2rem;
		margin-left: 0.2rem;
	}

	.login_form {
		/* overflow: hidden; */
		width: 100%;
		/* margin-top: 0.8rem; */
	}

	.login_form>ul {
		overflow: hidden;
		border-bottom: 0.02rem solid #9C9C9C;
		font-size: 0.38rem;
		color: #9C9C9C;
		margin-bottom: 0.8rem;
	}

	.login_form>ul>li {
		padding: 0.3rem 0.48rem;
		color: #333;
		background-image: url(../img/border.png);
		background-repeat: no-repeat;
		background-position: 0px 1.01rem;
		background-size: 100% 0.09rem;
		display: inline-block;
		cursor: pointer;
	}

	.login_form>input {
		width: 100%;
		height: 1.15rem;
		background: rgba(244, 244, 244, 1);
		border: 0.02rem solid rgba(156, 156, 156, 1);
		border-radius: .10rem;
		box-sizing: border-box;
		margin-bottom: 0.4rem;
		padding: 0 0.33rem;
	}

	.login_form>a,
	.email_form>a {
		display: block;
		width: 100%;
		height: 1rem;
		background: #d4aa67;
		color: #fff;
		text-align: center;
		line-height: 1rem;
		border-radius: 0.1rem;
		margin-bottom: 1rem;
	}

	.login_form>div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 0.28rem;
	}

	.login_form>div>div a {
		color: #999;
		padding: 0 0.2rem;
		line-height: 0.3rem;
	}

	.login_form>div>div a:first-child {
		border-right: 0.02rem solid #999;
	}

	.remembe_login {
		cursor: pointer;
	}

	.remembe_login>i {
		display: inline-block;
		width: 0.4rem;
		height: 0.4rem;
		border: 0.02rem solid #d2d2d2;
		border-radius: 0.1rem;
		vertical-align: middle;
		/* margin-right: 4px; */
	}

	.remembe_login_active {
		background-image: url(../img/checkbox.jpg);
		background-size: 100% 100%;
		border-radius: 0.1rem;
		border: 0.02rem solid #d4aa67 !important;
	}

	/* 邮箱注册 */
	.register_box3>p {
		margin-top: 1.5rem;
		margin-bottom: 0.3rem;
	}

	.email_form {
		/* overflow: hidden; */
		width: 100%;

	}

	.email_form>h6 {
		display: inline-block;
		padding: 0.3rem 0.46rem;
		font-size: 0.38rem;
		color: #2E2E2E;
		background-image: url(../img/border.png);
		background-repeat: no-repeat;
		background-position: 0px 1.01rem;
		background-size: 100% 0.09rem;
		margin-bottom: 0.2rem;
	}

	.email_form>input {
		width: 100%;
		height: 1.00rem;
		background: #fff;
		border: 0.02rem solid rgba(156, 156, 156, 1);
		border-radius: 0.10rem;
		box-sizing: border-box;
		margin-bottom: 0.4rem;
		padding: 0 0.33rem;
	}

	.codeGet {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.email_form>.codeGet>input {
		height: 1.00rem;
		/* background: rgba(244, 244, 244, 1); */
		border: 0.02rem solid rgba(156, 156, 156, 1);
		border-radius: 0.10rem;
		box-sizing: border-box;
		margin-bottom: 0.4rem;
		padding: 0 0.33rem;
	}

	.email_form>div {
		margin-bottom: 0.4rem;
		overflow: hidden;
		font-size: 0.28rem;
		color: #595959;
	}

	.email_form>div>p {
		float: left;
		margin-right: 0.3rem;
		margin-bottom: 0.1rem;
		min-width: 1rem !important;
	}

	.email_form>div>span {
		float: left;
	}

	.email_form>p {
		margin-bottom: 0.2rem;
	}

	.email_form>p>a {
		color: #0086FF;
	}

	.forget_password>p {

		color: #999999;
	}
}
