.formClass {
	
}
.tipsBox{
	position: fixed;
	z-index: 11111;
	font-size: 18px;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fdf6ec;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	color: #e6a23c;
}
.first {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.second {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.first-left {
	display: flex;
	font-size: 16px;
	width: 90px;
}

.second-left {
	display: flex;
	font-size: 16px;
	width: 90px;
}

.first-text {
	color: #595757;
}

.second-text {
	color: #595757;
}

.first-redText {
	color: #e60012;
}

.second-redText {
	color: #e60012;
}

.first-right {
	background-color: #FCFCFF;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #c7c9ca;
	border-radius: 5px;
	padding-left: 5px;
}

.second-right {
	background-color: #FCFCFF;
	border: 1px solid #c7c9ca;
	border-radius: 5px;
	padding-left: 5px;
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
}

.first-nameInput {
	width: 280px;
	font-size: 16px;
	color: #595757;
	background: #FCFCFF;
}

.second-input {
	width: 190px;
	font-size: 16px;
	color: #595757;
	background: #FCFCFF;
}

.second-button {
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	width: 5em;
	text-align: center;
	color: #e60012;
}

.textareaBox {}

.textareaClass {
	width: 383px;
	height: 150px;
	border: 1px solid #c7c9ca;
	font-size: 16px;
	padding-left: 5px;
	padding-top: 5px;
	resize: none;
	background-color: #fcfcff;
	border-radius: 5px;
}

.submitButton{
	width: 383px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	background-color: #fcfcff;
	border: 1px solid #c7c9ca;
	margin-top: 20px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #e60012;
	cursor: pointer;
}

input {
	border: none;
}
textarea:focus{
	outline: none;
}
input:focus {
	outline: none;
}

.contact-body {
	width: 100%;
	height: 80.6rem;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-image: url("/static/image/contact/bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position-y: bottom;
	position: relative;
}

.buoy {
	left: 26rem;
	bottom: 15rem;
	position: absolute;
	z-index: 1;
}

.buoy p {
	font-size: 3rem;
	color: #2e2e2e;
}

.buoy .bg {
	font-size: 5.7rem;
	color: rgba(193, 193, 193, 0.16);
	font-family: Impact;
}

.buoy .title {
	font-size: 3rem;
	color: #2e2e2e;
	font-family: PingFang;
	margin-top: -3rem;
}

.china {
	width: 83.4rem;
	height: 68.6rem;
	margin-bottom: 5rem;
	background-image: url("/static/image/contact/china.png");
	background-size: 100% 100%;
	position: relative;
}

.contact-body .map {
	width: 100%;
	height: calc(100vh - 6rem);
}

.marker {
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	display: flex;
	align-items: center;
}

.marker .bg,
.marker .dot {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.marker .bg>div {
	width: 0.4rem;
	height: 0.4rem;
	border: 0.2rem solid #e60010;
	border-radius: 50%;
	animation-name: aniBg;
	animation-duration: 1.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.marker .dot>div {
	width: 0.6rem;
	height: 0.6rem;
	background-color: #e60010;
	border-radius: 50%;
	animation-name: aniDot;
	animation-duration: 1.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.marker .details {
	position: absolute;
	width: max-content;
	font-size: 1.3rem;
	color: #2e2e2e;
	line-height: 2rem;
	display: none;
	z-index: 1;

}

.marker .left {
	text-align: left;
	left: calc(100% + 2rem);
}

.marker .right {
	text-align: right;
	right: calc(100% + 2rem);
}

.marker .top {
    /* text-align: right; */
    bottom: calc(100% + 1rem);
}
.marker .bottom {
    /* text-align: right; */
    top: calc(100% + 1rem);
}
.marker .leftTop {
    text-align: right;
    right: calc(100% + 1rem);
    bottom: calc(100% + 1rem);
   
}
.marker .leftBottom {
    text-align: right;
    right: calc(100% + 1rem);
    top: calc(100% + 1rem);
}
.marker .rightTop {
    text-align: left;
    left: calc(100% + 1rem);
    bottom: calc(100% + 1rem);
}
.marker .rightBottom {
    text-align: left;
    left: calc(100% + 1rem);
    top: calc(100% + 1rem);
 
}
.marker .details .name {
	font-size: 1.7rem;
	font-weight: bold;
}

.marker .details .address {
	margin-top: 1rem;
	width: 60rem;
}

.headquarters {
	width: 4rem;
	height: 4rem;
}

.headquarters .bg>div {
	width: 0.6rem;
	height: 0.6rem;
}

.headquarters .dot>div {
	width: 1rem;
	height: 1rem;
}

.contact-body .HQ {
	width: 5rem;
	height: 5rem;
}

.contact-body .HQ .dot>div {
	width: 1.4rem;
	height: 1.4rem;
}

@keyframes aniBg {

	0% {
		width: 0.6rem;
		height: 0.6rem;
		opacity: 0.8;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0.4;
	}
}

@keyframes aniDot {

	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

.amap-info-content {
	border-radius: 0.5rem;
	padding: 0;
}

.amap-info-close {
	top: 10px;
	right: 10px;
}

.infoWindow {
	max-width: 50.5rem;
	border-radius: 0.5rem;
	border: solid 1px #CCC;
	overflow: hidden;
	background-color: white;
}

.infoWindow>p {
	line-height: 3.4rem;
	padding: 0 1rem;
	padding-right: 3.5rem;
	margin: 1rem 0;
	font-weight: bold;
	font-size: 2.3rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
}

.infoWindow>div {
	display: flex;
	padding: 1rem;
	background-color: white;
	border-top: solid 1px #CCC;
}

.infoWindow>div>img {
	width: 10rem;
	height: 10rem;
	margin-right: 8px;
}

.infoWindow>div>div {
	flex: 1;
}

.infoWindow>div>div>p {
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: black;
	margin-bottom: 1.2rem;
}

.infoWindow>div>div>p>span {
	font-size: 1.5rem;
	color: gray;
}