.contact-head {
    color: #373a49;
}

.contact-title {
    font-size: 22px;
    padding-bottom: 10px;
}

.contact-cont {
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
}

.umsg .layui-form-item {
    padding-bottom: 20px;
}

.umsg label {
    line-height: 30px;
    padding-left: 10px;
    display: block;
}

.umsg input {
    width: 80%;
    height: 40px;
    line-height: 20px;
    background-color: #f9f7f2;
    border: 1px solid #efe9db;
    padding: 20px 10px;
    box-sizing: border-box;
    display: block;
}

.umsg textarea {
    width: 80%;
    line-height: 20px;
    background-color: #f9f7f2;
    border: 1px solid #efe9db;
    padding: 20px 10px;
    box-sizing: border-box;
    display: block;
    resize: vertical;
}

.umsg .btn {
    background-color: #d9b778;
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #fff;
    padding: 0;
}

.contact-tip {
    font-size: 16px;
    padding: 5px 0;
}

.contact-t {
    font-weight: bold;
    color: #333;
    display: inline;
}

.contact-c {
    font-family: PingFang SC;
    color: #999;
    display: inline;
}

.contact-name {
    font-size: 28px;
    color: #373a49;
    padding-top: 40px;
    padding-bottom: 10px;
}

.contact-tel {
    background-color: #d9b778;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.contact-tel .contact-t, .contact-tel .contact-c {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.my-map {
    width: 100%;
    height: 300px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    opacity: .7;
}

.amap-container {
	height: 100%;
}


@media (max-width: 1000px) {
	.umsg input, .umsg textarea {
		width: 100%;
	}
	
	.umsg .layui-form-item {
		margin-bottom: 0;
	}
	
	.contact-title {
		font-size: 16px;
		text-align: center;
	}
	
	.contact-cont {
		font-size: 12px;
		text-align: center;
	}
	
	.contact-tip {
		font-size: 14px;
		text-align: center;
	}
	
	.contact-name {
		font-size: 18px;
		text-align: center;
	}
	
	.contact-tel {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}