/* 超小设备（手机，小于 768px） */
@media (max-width: 768px) {

	/* 门店地图 */
	.shop-map {
		margin: 20px 0;
		background-color: #f5f6f7;
	}

	.shop-position-info {
		padding: 20px 15px;
	}

	.shop-position-info select {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 10px;
		background: none;
		border: 1px solid #ccc;
		outline: none;

	}

	.shop-position-info .shop-item {
		margin: 12px 0;
	}

	.shop-item h1 {
		font-size: 15px;
		padding-bottom: 10px;
		color: #333;
	}

	.shop-item p {
		color: #999;
		font-size: 14px;
	}

	/*个人和企业切换样式*/
	.company-contact-form {
		margin-top: 30px;
		/* margin-left:40px; */
	}

	.contact-target .target {
		height: 34px;
		line-height: 34px;
		padding: 0 12px;
		display: inline-block;
		background-color: #fff;
		color: #c30e23;
		border: 1px solid #c30e23;
		font-size: 16px;
		font-weight: bold;
		margin-right: 10px;
		cursor: pointer;
	}

	.contact-target .target.active {
		background-color: #c30e23;
		color: #fff;
	}

	.contact-target-content {
		margin-top: 15px;
		padding: 10px 0;
	}

	.contact-target-content .content {
		display: none;
	}

	.contact-target-content .content.active {
		display: block;
	}

	.contact-title {
		margin-bottom: 20px;
	}

	.contact-title h1 {
		font-size: 16px;
		font-weight: normal;
	}

	.contact-title p {
		font-size: 15px;
		padding-top: 8px;
		color: #999;
	}

	.company-contact-text {
		font-size: 16px;
		color: #666;
		padding: 10px 0;
	}

	.company-contact-text {
		font-size: 14px;
		color: #666;
		padding: 10px 15px 0;
		line-height: 1.6;
	}

	/* 表单样式 */
	.contact-form {
		margin: 0 15px 10px;
	}

	.contact-form .des {
		font-size: 14px;
		padding: 8px 0;
		color: #666;
	}


	.contact-form .inp input {
		width: 100%;
		box-sizing: border-box;
		height: 40px;
		padding: 0 0 0 8px;
		outline: none;
		border: 1px solid #e6e6e6;
	}

	.contact-form .inp select {
		width: 100%;
		height: 40px;
		padding: 0 0 0 8px;
		outline: none;
		border: 1px solid #e6e6e6;
	}

	.contact-form .inp textarea {
		width: 100%;
		box-sizing: border-box;
		padding: 8px;
		outline: none;
		resize: none;
		border: 1px solid #e6e6e6;
	}

	.contact-form .btn {
		margin-top: 15px;
		font-size: 15px;
		width: 100%;
		background: #c30e23;
		color: #fff;
		border: none;
		outline: none;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
	}

	.contact-form .btn:active {
		background: #b20d20;
	}
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) and (max-width: 1200px) {

	/* 门店地图 */
	.shop-map {
		margin: 20px 0;
		background-color: #f5f6f7;
	}

	.shop-position-info {
		padding: 20px;
	}

	.shop-position-info select {
		width: 100%;
		height: 48px;
		line-height: 48px;
		font-size: 15px;
		padding: 0 10px;
		background: none;
		border: 1px solid #ccc;
		outline: none;

	}


	.shop-position-info .shop-item {
		margin: 15px 0;
	}

	.shop-item h1 {
		font-size: 16px;
		padding-bottom: 10px;
		color: #333;
	}

	.shop-item p {
		color: #999;
		font-size: 15px;
	}

	/*个人和企业切换样式*/
	.company-contact-form {
		margin-top: 30px;
		/* margin-left:40px; */
	}

	.contact-target .target {
		height: 34px;
		line-height: 34px;
		padding: 0 12px;
		display: inline-block;
		background-color: #fff;
		color: #c30e23;
		border: 1px solid #c30e23;
		font-size: 17px;
		font-weight: bold;
		margin-right: 10px;
		cursor: pointer;
	}

	.contact-target .target.active {
		background-color: #c30e23;
		color: #fff;
	}

	.contact-target-content {
		margin-top: 15px;
		padding: 10px 0;
	}

	.contact-target-content .content {
		display: none;
	}

	.contact-target-content .content.active {
		display: block;
	}

	.contact-title {
		margin-bottom: 20px;
	}

	.contact-title h1 {
		font-size: 16px;
		font-weight: normal;
	}

	.contact-title p {
		font-size: 15px;
		padding-top: 8px;
		color: #999;
	}

	.company-contact-text {
		font-size: 15px;
		color: #666;
		padding: 15px 20px 0;
		line-height: 1.6;
	}

	/* 表单样式 */
	.contact-form {
		margin: 0 20px 10px;
	}

	.contact-form .des {
		font-size: 15px;
		padding: 5px 0;
		color: #666;
	}

	.contact-form .inp input {
		width: 100%;
		height: 38px;
		box-sizing: border-box;
		padding: 0 0 0 8px;
		outline: none;
		border: 1px solid #e6e6e6;
	}

	.contact-form .inp select {
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		padding: 0 0 0 8px;
		outline: none;
		border: 1px solid #e6e6e6;
	}

	.contact-form .inp textarea {
		width: 100%;
		padding: 8px;
		box-sizing: border-box;
		outline: none;
		resize: none;
		border: 1px solid #e6e6e6;
	}

	.contact-form .btn {
		margin-top: 15px;
		font-size: 15px;
		padding: 0 20px;
		background: #c30e23;
		color: #fff;
		border: none;
		outline: none;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
	}

	.contact-form .btn:hover {
		background: #b20d20;
	}
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {

	/* 门店地图 */
	.shop-map {
		margin: 20px 0;
		background-color: #f5f6f7;
	}

	.shop-position-info {
		padding: 20px;
	}

	.shop-position-info select {
		width: 100%;
		height: 48px;
		line-height: 48px;
		font-size: 15px;
		padding: 0 10px;
		background: none;
		border: 1px solid #ccc;
		outline: none;

	}

	.shop-position-info .shop-item {
		margin: 15px 0;
	}

	.shop-item h1 {
		font-size: 16px;
		padding-bottom: 10px;
		color: #333;
	}

	.shop-item p {
		color: #999;
		font-size: 15px;
	}

	/*个人和企业切换样式*/
	.company-contact-form {
		margin-top: 30px;
		/* margin-left:40px; */
	}

	.contact-target .target {
		height: 34px;
		line-height: 34px;
		padding: 0 12px;
		display: inline-block;
		background-color: #fff;
		color: #c30e23;
		border: 1px solid #c30e23;
		font-size: 18px;
		font-weight: bold;
		margin-right: 10px;
		cursor: pointer;
	}

	.contact-target .target.active {
		background-color: #c30e23;
		color: #fff;
	}

	.contact-target-content {
		margin-top: 15px;
		padding: 10px 0;
	}

	.contact-target-content .content {
		display: none;
	}

	.contact-target-content .content.active {
		display: block;
	}

	.contact-title {
		margin-bottom: 20px;
	}

	.contact-title h1 {
		font-size: 16px;
		font-weight: normal;
	}

	.contact-title p {
		font-size: 15px;
		padding-top: 8px;
		color: #999;
	}

	.company-contact-text {
		font-size: 16px;
		color: #666;
		padding-top: 15px;
		line-height: 1.6;
	}

	/* 表单样式 */
	.contact-form .des {
		font-size: 15px;
		padding: 5px 0;
		color: #666;
	}

	.contact-form .inp input {
		width: 100%;
		height: 38px;
		box-sizing: border-box;
		padding: 0 0 0 8px;
		outline: none;
		border: 1px solid #e6e6e6;
	}

	.contact-form .inp select {
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		padding: 0 0 0 8px;
		outline: none;
		border: 1px solid #e6e6e6;
	}

	.contact-form .inp textarea {
		width: 100%;
		padding: 8px;
		box-sizing: border-box;
		outline: none;
		resize: none;
		border: 1px solid #e6e6e6;
	}

	.contact-form .btn {
		margin-top: 15px;
		font-size: 15px;
		padding: 0 20px;
		background: #c30e23;
		color: #fff;
		border: none;
		outline: none;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
	}

	.contact-form .btn:hover {
		background: #b20d20;
	}
}
