html {
	font-size: 16px;
}

body{
	max-width: 640px;
	margin: 0px auto;
}

p {
	margin: 0!important;
}

.header {
	width: 100%!important;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header-row {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .5rem;
}

.search-box {
	width: 35%;
	background: url(../images/search_bg.png) no-repeat center;
	background-size: 100%;
	padding: .3125rem 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 5%;
}

.search-box form {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.search-input {
	outline: none;
	border: none!important;
	margin: 0!important;
	width: 57%!important;
	height: 1.25rem!important;
	font-size: 0.7rem;
	color: #b2b2b2;
	padding: 0!important;
}

.btn-search {
	background: none transparent!important;
	width: 42%!important;
	height: 3.275rem!important;
	border: none!important;
	padding: .3125rem 0!important;
}

.header-row .hd-right {
	width: 27%;
	height: 3.0625rem;
}

.header-row .logo {
	width: 35%;
}

.header-row .logo img,
.header-row .hd-right img {
	height: auto;
	width: 100%;
}

.flex-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.just-between {
	justify-content: space-between;
}

.footer {
	background-color: #FFF;
	padding-bottom: 5.625rem;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.bot-link-zone {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: 95%;
	margin: 0 auto;
}

.grey-line {
	height: 2px;
	background-color: #ddd;
}

.bot-link-zone .link-item {
	text-align: center;
	display: block;
	width: 12%;
}

.bot-link-zone .link-item.big-item {
	text-align: center;
	display: block;
	width: 20%;
}

.bot-link-zone .link-item img {
	width: 100%;
}

.bot-link-zone .link-item .mui-media-body p {
	color: #4a4949;
	font-size: .75rem;
}

.text-zone {
	width: 99%;
	margin: 10px auto 0 auto;
}

.text-line {
	display: flex;
	justify-content: space-between;
	margin-top: .625rem;
}

.text-line p a {
	color: #4a4949;
}

.text-line2 {
	display: flex;
	justify-content: flex-start;
	margin-top: .9375rem;
	width: 95%;
}

.text-line2 .text-left {
	width: 71%;
}

.text-orange,
.text-orange a {
	color: #ff560b!important;
	font-size: .75rem!important;
}

.text-zone p {
	color: #4a4949;
	font-size: .75rem;
}

.text-link-zone {
	width: 99%;
	margin: .625rem auto 1.25rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text-link-zone .text-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.text-link-zone .text-menu a {
	width: 5rem;
	flex-wrap: wrap;
	overflow: hidden;
	white-space: nowrap;
}

.text-link-zone .text-menu a {
	color: #646363!important;
	font-size: .75rem;
	line-height: 1.5625rem;
}

.footer-nav {
	max-width: 640px;
	margin: 0px auto;
	box-shadow: 0 -2px 6px rgb(0 0 0 / 10%)!important;
	height: 4.25rem!important;
	background-color: #f7f7f7;
}

.footer-bar {
	width: 100%;
	height: 4.25rem!important;
	margin: auto;
	display: flex!important;
	justify-content: flex-start;
	align-items: center;
}

.mui-tab-item {
	display: flex!important;
	flex-direction: column!important;
	justify-content: center;
	align-items: center;
	width: 16.5%!important;
	height: 80px!important;
}

.phone-item {
	display: flex!important;
	flex-direction: column!important;
	justify-content: center;
	align-items: center;
}

.ft-home {
	background: url(../images/home.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 55px;
}

.ft-mudidi {
	background: url(../images/map.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 55px;
}

.ft-kefu {
	background: url(../images/kefu.png) no-repeat;
	background-size: contain;
	width: 56px;
	height: 48px;
}

.ft-label {
	font-size: 16px;
	margin-top: 4px;
}

.btn-phone {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f00;
	width: 342px;
	height: 80%;
	line-height: 34px;
	font-size: 34px;
	color: #fff;
	border-radius: 1.6rem;
	top: 0!important;
}

.grey-content {
	width: 100%;
}

.h20 {
	height: 1.25rem;
}

.content {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.body {
	background-color: #f7f7f7;
}

.mui-content {
	width: 100%!important;
	background-color: #fff!important;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.warp-button {
	height: 100%;
	display: block;
	-webkit-tap-highlight-color: transparent;
}

.zixun-kefu {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 66%;
}

.warp-button-text {
	width: 16%;
}

.wrap-item {
	margin: 5px 0 5px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: .1%;
	height: 90%;
	position: relative;
}

.wrap-item-big {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	border-radius: 2.8125rem;
	border-color: #E6322E;
	font-size: 2%;
	color: red;
	height: 66%;
	width: 90%;
	margin-left: .625rem;
}

.wrap-item-big>img {
	width: 16%;
}

.wrap-item-big2 {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 66%;
	border-radius: 45px;
	border-color: #E6322E;
	font-size: 2%;
	color: blue;
	width: 100%;
}

.wrap-item-big2>img {
	width: 16%;
}

.wrap-item>img {
	display: inline-block;
	height: auto;
	width: 38%;
}

.button-text {
	font-size: .875rem;
	color: #666;
	text-decoration: none;
	margin-top: 5px;
}

.button-text-big {
	font-size: 1rem;
	font-weight: 600;
	color: red;
	margin-left: 6px;
}

.top-pic-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 7.5rem;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.top-pic-box a {
	display: block;
}

.top-pic-box img {
	width: 100%;
	display: block;
}

.text-line .kefuWx {
	user-select: text!important;
	-webkit-user-select: text!important;
}

.index_shijiantour a{
	display: block;
	height: 32px;
	line-height: 32px;
	width: 30%;
	float: left;
	text-align: center;
	margin-left: 2%;
	margin-bottom: 10px;
	border: 1px solid #E2E2E2;
	border-radius: 16px;
	font-size: 14px;
	color: #333;
}
.index_shijiantour a span{
	color: #F64869;
}