html,
body
 {
	background: #F8F8F8;
}

.top {
	width: 100%;
	height: 376px;
	background-image: url("../img/web/teambition/61.jpg")/*tpa=https://tbdingtalk.com/assets/addons/cms/img/web/teambition/61.jpg*/;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	box-sizing: border-box;
	padding-top: 81px;
}

.top-title {
	width: 100%;
	font-size: 46px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	margin-top: 83px;
}

.top-text {
	width: 100%;
	font-size: 22px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
}


/* 地址 */
.map {
	width: 1200px;
	margin: 80px auto 20px;
}

.address {
	display: inline-block;
	width: 598px;
	box-sizing: border-box;
	padding: 114px 0px 30px 80px;
	background: #FFFFFF;
}

.address:nth-last-child(1) {
	background: #F3F3F3;
}

.address-title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.address-list {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}

.address-list-icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.address-list:nth-child(2) .address-list-icon {
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

.map-con {
	width: 414px;
	position: relative;
}

.address-map {
	width: 414px;
	height: 204px;
}


.input-card {
	background: none;
	box-shadow: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.input-item{
	display: block;
	/* background-color: aqua; */
	width: 60px;
	height: 22px;
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin-top: 5px;
	/* top: 456%;
	left: 86%;
	position: absolute;
	z-index: 99; */
	overflow: hidden;
	cursor: pointer;
	transition: all .5s;
}

.input-item:hover{
	width: 100px;
	/* background-color: rgb(231, 141, 24); */
	/* position: absolute;
	top: 456%;
	left: 76%; */
}

.amap-maptype-item{
	display: flex;
	align-items: center;
	height: 20px;
	font-size: 12px;
	color: #333;
	position: relative;
}

.amap-check {
	width: 15px;
	height: 15px;
	margin: 0px 10px 0px 5px;
	display: none;
}

.amap-maptype-item:hover .amap-check {
	display: inline-block;
}

.amap-maptype-label {
	position: absolute;
	left: 30px;
}


/* 按钮样式 */

.input-btn {
	/* z-index: 2; */
}

.address-min {
	width: 58px;
	height: 58px;
	margin: 0px 0px 0px auto;
	/* position: absolute;
	top: 115%;
	left: 86%; */
	/* background-color: #333333; */
	border: 1px solid #c8c8c8;
	/* z-index: 2; */
	cursor: pointer;
}

.address-min-img-1,.address-min-img-2{
	width: 100%;
	height: 100%;
}


.phone {
	width: 364px;
	height: 64px;
	margin: 24px auto 20px;
	position: relative;
}
.phone-input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	-webkit-box-shadow: 0 4px 16px #edf1ff;
	box-shadow: 0 4px 16px #edf1ff;
	border: 1px solid #FFFFFF;
	border-radius: 12px;
	padding: 15px 30px 15px 24px;
	outline: none;
	border-color: transparent;
	cursor: pointer;
}
.phone-input:focus {
	border-color: #87d2ff;
}
input.phone-input::placeholder {
	color: #D3D5DD;
}
input.phone-input:hover::placeholder {
	color: #A6A9B3;
}
.phone-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	line-height: 50px;
	background: #1B9AEE;
	color: #fff;
	overflow: hidden;
	border-radius: 10px;
	position: absolute;
	top: 7px;
	right: 130px;
	cursor: pointer;
	transition: all 0.3s linear;
}
.phone-btn:hover {
	width: 122px;
	background: linear-gradient(130.59deg,#EC6319 18.9%,#f2b391 74.32%);
}
.phone-btn img {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	display: none;
}
.phone-btn:hover img {
	display: inline-block;
}