.bj-img{
	width:100%;
	height:500rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background: url(../images/relation/contact-us-bg.jpg) no-repeat center center;
	position: relative;
}
/* 
.login-box{

}


.login-content{
	background-color: #fff;
	height: 500rem;
	width: 384rem;
	text-align: center;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: 250rem;
	top: 80rem;
}
.input-border{
	padding:0.1em 0.2em;
	border: 1rem solid #eee;
	border-radius: 0.3em;
}
.input-border img{
	width: 22rem;
	margin: 0 5rem;
	padding-right: 10rem;
}

.login_input {
  width: 80%;
  margin: 0 auto;
  padding: 15rem 0;
}
.label {
  display: inline-block;
  text-align: left;
  width: 12%;
  font-size: 18rem;
  color: #303133;
  line-height: 26rem;
  padding: 0;
  margin: 12rem 0;
   margin-right: 10rem;
}
.login_tel ::v-deep input {
	border: none!important;
	padding: 0;
}


.login-form ::v-deep input::-webkit-input-placeholder {
  color: #909399;
  letter-spacing: 1rem;
}
.login-form ::v-deep input:focus::-webkit-input-placeholder {
  color:rgb(0, 110, 255);
}
 .login_message_code {
  width: 106rem;
  height: 38rem;
  padding: 0 !important;
  margin: 0;
  line-height: 38rem;
  color: rgb(0, 110, 255);
  border: 1rem rgb(0, 110, 255) solid;
  background: transparent;
  transition: 0.35s ease-in-out;
  margin-left: 16rem;
}
 .login_message_code:hover {
  color: #fff;
  background: rgb(0, 110, 255);
  transition: 0.35s ease-in-out;
}
 .login_message_code:active {
  color: #fff;
  background: rgb(0, 110, 255);
  transition: 0.35s ease-in-out;
} */

.error { 
	color: red;
	margin-bottom: 10rem;
}

.disabled {
	color: gray;
}

.banner{
	width: 100%;
	height: 500rem;
}

.banner img{
	width: 100%;
}


.login-content {
	width: 400rem;
	height: 500rem;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: 250rem;
	top: 80rem;
	background-color: #fff;
}

.login-content .login-title-box {
	text-align: left;
	margin-left: 38rem;
	margin-top: 45rem;
}

.login-content .login-title-box p:nth-child(1) {
	font-size: 30rem;
	font-weight: bold;
	letter-spacing: 2px;
}


.login-content .login-title-box p:nth-child(2) {
	font-size: 16rem;
}


.login-content a {
	font-size: 16rem;
}

.login-content .slogan {
	width: 100%;
	text-align: center;
	margin: 30rem 0 ;
	font-size: 16rem;
}



.login-content .form-container {
	width: 100%;
	margin: 0 auto;
	padding: 10rem 10rem 0 10rem;
	box-sizing: border-box;
}
.login-content .form-container .form-item {
  margin-bottom: 15rem;
  display: flex;
  align-items: center;
  padding: 0 10rem;
  box-sizing: border-box;
  position: relative;
}
.form-item img {
	width: 20rem;
	display: block;
	margin-bottom: 5rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20rem;
}

.login-content .form-container .form-item input {
  flex: 1;
  padding: 10rem 10rem 10rem 40rem;
  width: 100%;
  height: 40rem;
  font-size: 16rem;
  border: 1px solid #ccc;
  border-radius: 4rem;
  box-sizing: border-box;
  
}

.login-content .form-container .form-item .verify-btn {
	width: 100rem;
	padding: 10rem;
	border: 1px solid #409eff;
	/* margin-left: 10rem; */
	color: #409eff;
	border: none;
	border-radius: 4rem;
	cursor: pointer;
	font-size: 16rem;
}

.login-content .form-container .form-item .submit-btn {
  width: 100%;
  padding: 10rem;
  background-color: #409eff;
  color: white;
  border: none;
  border-radius: 4rem;
  cursor: pointer;
  font-size: 16rem;
}
.login-content .form-container .form-item .submit-btn:hover {
  background-color: #66b1ff;
}

.contact-box {
	width: 1300rem;
	margin: 60rem auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-left {
	width: 640rem;
	background-color: #f7f7fc;
	padding: 30rem 40rem;
	box-sizing: border-box;
}

.phone-title {
	font-size: 32rem;
}

.phone {
	padding: 20rem 0;
	font-size: 40rem;
	box-sizing: border-box;
}

.tips {
	font-size: 16rem;
}

.contact-right {
	width: 640rem;
	background-color: #f7f7fc;
	padding: 30rem 40rem;
	box-sizing: border-box;
}

.contact-right img{
	width: 150rem;
	height: 150rem;
}

.contact-right .text {
	font-size: 20rem;
	margin: 20rem 0;
}

.address-box {
	width: 100%;
	height: 443rem;
	margin-bottom: 60rem; 
	background: url(../images/relation/map.png) no-repeat center center;
}

.address-content {
	width: 1300rem;
	margin: 0 auto;
	font-size: 20rem;
	letter-spacing:6rem;
	padding-top: 30rem;
}

.address-content-left {
	width: 700rem;
}

.address-content-left span {
	font-size: 20rem;
}

.company-address {
	margin-bottom: 50rem;
	font-size: 38rem;
}
.company-phone {
	margin: 50rem 0;
}

.address-content-right img{
	width: 400rem;
}



	
/* 屏幕小于768 */
	
@media (max-width: 768px) {
	
	.login-content {
		display: none;
	}
	
	
	.contact-box {
		width: 1800rem;
		margin: 100rem auto;
		display: flex;
		flex-wrap: wrap;
	}
	
	.contact-left {
		width: 1800rem;
		height: 600rem;
		background-color: #f7f7fc;
		padding: 60rem 80rem;
		box-sizing: border-box;
		margin-bottom: 60rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	
	
	.phone-title {
		text-align: center;
		font-size: 60rem;
		width: 100%;
	}
	
	.phone {
		text-align: center;
		font-size: 50rem;
		margin: 60rem 0;
		box-sizing: border-box;
	}
	
	.tips {
		font-size: 40rem;
		text-align: center;
	}
	
	.contact-right {
		width: 1800rem;
		height: 600rem;
		background-color: #f7f7fc;
		padding: 30rem 40rem;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.contact-right .text {
		text-align: center;
		font-size: 40rem;
		margin: 20rem 0;
	}
	
	.contact-right img{
		width: 300rem;
		height: 300rem;
	}
	
	.address-box {
		width: 100%;
		height: 1800rem;
		background: url(../images/relation/map.png) no-repeat center center;
		background-size: cover;
	}
	
	.address-content {
		width: 1800rem;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	
	.address-content-left, .address-content-right {
		width: 1800rem;
		text-align: center;
	}
	
	.address-content-left {
		padding: 60rem 0;
		box-sizing: border-box;
	}
	
	.address-content-left .company-address {
		font-size: 60rem;
		text-align: center;
	}
	
	.address-content-left .company-address-detail, .address-content-left .company-phone {
		font-size: 50rem;
		text-align: center;
	}
	
	.address-content-right img{
		width: 1200rem;
		margin: 60rem auto;
	}
	
}