@charset "UTF-8";

html {
	height: 100%
}

body {
	font-size: 14px;
	margin: 0;
	color: #333;
	min-height: 100%;
	background: #f5f5f5;
}

body,
button,
input,
keygen,
select,
textarea {
	font-family: Arial, MicrosoftYaHei, '微软雅黑'
}

div {
	box-sizing: border-box
}

p {
	margin: 0;
	outline: 0
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

a {
	text-decoration: none;
	color: inherit;
	outline: 0
}

button,
input {
	list-style: none;
	border: 0
}

i {
	font-style: normal
}

.pointer {
	cursor: pointer !important
}

.text-l {
	text-align: left
}

.text-r {
	text-align: right
}

.text-c {
	text-align: center
}

.text-through {
	text-decoration: line-through
}

.fr {
	float: right
}

.fl {
	float: left
}

.no-border-r {
	border-right: none !important
}

.ml {
	margin-left: -50px !important
}

.mr {
	margin-right: -30px !important
}

.clearfix::after,
.clearfix::before {
	content: '';
	display: table;
	clear: both
}

.clearfix::after {
	clear: both
}

.clearfix {
	*zoom: 1
}

.m_show {
	display: none
}

.header_title {
	display: flex;
	align-items: center;
	width: 100%;
	height: 120px;
	padding: 0 40px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0,0,0,.05)
}

.header_title .logo {
	flex: 1;
}

.header_title .logo img {
	width: 237px;
}

.header_title .title_tips {
	font-size: 16px;
	color: #666;
}

.body_view {
	margin: 0 auto;
	padding: 0 2%
}

.xianlu {
	width: 100%;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xianlu .xianlu_item {
	font-size: 24px;
	padding: 0 3.2%;
}

.xianlu .xianlu_item a {
	display: block;
	text-align: center;
}

.xianlu .xianlu_item .text {
}

.xianlu .xianlu_item .icon {
	width: 120px;
	height: 120px;
	margin-bottom: 16px;
	border-radius: 100%;
	background-size: 56px 56px!important;
}
.xianlu .xianlu_item .icon.icon1 {
	background: url(../images/ie.png) center center no-repeat #FF453A;
}
.xianlu .xianlu_item .icon.icon2 {
	background: url(../images/ie.png) center center no-repeat #5E5CE6;
}
.xianlu .xianlu_item .icon.icon3 {
	background: url(../images/ie.png) center center no-repeat #32D7C3;
}
.xianlu .xianlu_item .icon.icon4 {
	background: url(../images/ie.png) center center no-repeat #0A84FF;
}
.xianlu .xianlu_item .icon.icon5 {
	background: url(../images/ie.png) center center no-repeat #BF5AF2;
}
.xianlu .xianlu_item .icon.icon6 {
	background: url(../images/ie.png) center center no-repeat #FF9F0A;
}

.commonlyUsed .address_item {
	display: block;
	text-decoration: none;
	color: #242b33;
	cursor: pointer;
	font-size: 20px
}

.x2 { 
	display: flex;
	justify-content: space-between;
}


.commonlyUsed .address_item img {
	width: 28px
}

.commonlyUsed .used_left {
	width: 70%;
	padding-right: 10px
}

.item {
	width: calc(50% - 1%);
	border-radius: 10px;
	background: #fff;
	padding-bottom: 32px;
	margin-bottom: 32px
}

.item .title {
	font-size: 24px;
	padding: 24px 30px
}

.item .item_body {
	width: 100%
}

.item .address_item {
	display: block;
	float: left;
	width: 20%;
	padding: 20px 0;
	text-align: center
}

.item .address_item img {
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle
}

.item .address_item span {
	display: inline-block;
	vertical-align: middle
}

.commonlyUsed_title {
	display: none;
}

@media only screen and (max-width:1600px) {
	.xianlu {
		height: 280px;
	}
	.xianlu .xianlu_item {
		font-size: 22px;
	}
	.xianlu .xianlu_item .icon {
		width: 110px;
		height: 110px;
		margin-bottom: 16px;
		background-size: 48px 48px!important;
	}
	.item {
		padding-bottom: 28px;
		margin-bottom: 28px
	}
	.item .title {
		font-size: 22px;
		padding: 24px 30px
	}
	.item .address_item {
		padding: 16px 0;
	}
	.commonlyUsed .address_item {
		font-size: 16px
	}
}
@media only screen and (max-width:1400px) {
	.header_title {
		height: 100px;
		padding: 0 30px;
		box-shadow: 0 2px 12px rgba(0,0,0,.05)
	}
	.header_title .logo img {
		width: 200px;
	}
	.header_title .title_tips {
		font-size: 15px;
	}
	.xianlu {
		height: 240px;
	}
	.xianlu .xianlu_item {
		font-size: 20px;
		font-weight: bold;
	}
	.xianlu .xianlu_item .icon {
		width: 100px;
		height: 100px;
		margin-bottom: 16px;
		background-size: 48px 48px!important;
	}
	.item {
		padding-bottom: 24px;
		margin-bottom: 24px
	}
	.item .title {
		font-size: 20px;
		font-weight: bold;
		padding: 24px 30px
	}
	.item .address_item {
		padding: 16px 0;
	}
	.commonlyUsed .address_item {
		font-size: 16px
	}
	.commonlyUsed .address_item img {
		margin-bottom: 8px;
	}
	.commonlyUsed .address_item span {
		display: block;
	}
}
@media only screen and (max-width:1200px) {
	.header_title {
		height: 88px;
		padding: 0 20px;
		box-shadow: 0 1px 12px rgba(0,0,0,.05)
	}
	.header_title .logo img {
		width: 160px;
	}
	.header_title .title_tips {
		font-size: 14px;
	}
	.xianlu {
		height: 200px;
	}
	.xianlu .xianlu_item {
		font-size: 18px;
		font-weight: bold;
	}
	.xianlu .xianlu_item .icon {
		width: 80px;
		height: 80px;
		margin-bottom: 12px;
		background-size: 40px 40px!important;
	}
	.item {
		padding-bottom: 20px;
		margin-bottom: 20px
	}
	.item .title {
		font-size: 18px;
		font-weight: bold;
		padding: 20px 24px
	}
	.item .address_item {
		padding: 16px 0;
	}
	.commonlyUsed .address_item {
		font-size: 16px
	}
	.commonlyUsed .address_item img {
		margin-bottom: 8px;
	}
	.commonlyUsed .address_item span {
		display: block;
	}
}
@media only screen and (max-width:1050px) {
	.header_title {
		height: 88px;
		padding: 0 20px;
		box-shadow: 0 1px 12px rgba(0,0,0,.05)
	}
	.header_title .logo img {
		width: 160px;
	}
	.header_title .title_tips {
		font-size: 13px;
	}
	.xianlu {
		height: 180px;
	}
	.xianlu .xianlu_item {
		font-size: 16px;
		font-weight: bold;
	}
	.xianlu .xianlu_item .icon {
		width: 72px;
		height: 72px;
		margin-bottom: 12px;
		background-size: 36px 36px!important;
	}
	.item {
		padding-bottom: 20px;
		margin-bottom: 20px
	}
	.item .title {
		font-size: 16px;
		font-weight: bold;
		padding: 20px 24px
	}
	.item .address_item {
		padding: 12px 0;
	}
	.commonlyUsed .address_item {
		font-size: 15px
	}
	.commonlyUsed .address_item img {
		margin-bottom: 8px;
	}
	.commonlyUsed .address_item span {
		display: block;
	}
}

@media only screen and (max-width:930px) {
	.m_none {
		display: none !important
	}

	.m_show {
		display: block !important
	}

	.m_showUsed {
		display: block !important
	}
	.body_view {
		padding: 0;
	}
	.header_title {
		height: 80px;
		padding: 0;
		box-shadow: 0 1px 8px rgba(0,0,0,.05)
	}
	.header_title .logo {
		display: flex;
		justify-content: center;
	}
	.header_title .logo img {
		width: 156px;
	}
	.xianlu {
		height: auto;
        flex-wrap: wrap;
		padding: 20px 0;
	}
	.xianlu .xianlu_item {
		width: 33.333%;
		font-size: 14px;
		font-weight: normal;
	}
	.xianlu .xianlu_item a {
		display: block;
		padding: 12px 0;
	}
	.xianlu .xianlu_item .icon {
		width: 64px;
		height: 64px;
		margin: 0 auto;
		margin-bottom: 8px;
		background-size: 32px 32px!important;
	}
	.item {
		width: 100%;
		border-radFius: 8px;
		background: #fff;
		padding: 20px 0;
		margin: 0;
	}
	.item .address_item {
		display: block;
		float: left;
		width: 25%;
		height: 68px;
		text-align: center;
		box-sizing: border-box;
	}
	.commonlyUsed {
		padding: 0 16px 16px 16px;
	}
	.commonlyUsed .address_item {
		font-size: 14px
	}
	.commonlyUsed .address_item img {
		width: 24px;
		margin-bottom: 4px;
	}
	.commonlyUsed .address_item span {
		display: block;
	}
	.commonlyUsed_title {
		display: flex;
		justify-content: space-between;
		padding: 0 16px;
	}
	.commonlyUsed_title .used_title_item {
		display: block;
		width: calc(25% - 2%);
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		margin-bottom: 16px;
		font-size: 14px;
		color: #666;
		text-align: center;
		cursor: pointer;
		border-radius: 4px;
		background: #fff;
	}
	.commonlyUsed_title .used_title_item.select {
		color: #fff;
		background: #07C160;
	}
}
