@charset "utf-8";

.bottombar {
}

.bottombar .bottombar-wrap {
}

/* ================================ interest ================================ */

.bottombar .interest {
	padding: 70px 0px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.bottombar .interest h1 {
	color: #333;
	font-size: 60px;
	line-height: 60px;
	font-family: "MyriadPro-LightCond";
	letter-spacing: 5px;
	font-weight: normal;
}

.bottombar .interest h2 {
	color: #444;
	font-size: 40px;
	font-weight: normal;
}

.bottombar .interest h3 {
	color: #666;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
}

/* ================================ nav-choice ================================ */

.bottombar .nav-choice {
	padding: 55px 0px;
}

/* ================================ nav ================================ */

.bottombar .nav-choice .nav {
	float: left;
}

.bottombar .nav-choice .nav .nav-item {
	float: left;
	margin-left: 47px;
}

.bottombar .nav-choice .nav .nav-item h1 {
	text-align: center;
}

.bottombar .nav-choice .nav .nav-item h1 span {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom: 2px solid #e60012;
}

.bottombar .nav-choice .nav .nav-item ul {
}

.bottombar .nav-choice .nav .nav-item ul li {
	margin: 10px 0px;
	text-align: center;
}

.bottombar .nav-choice .nav .nav-item ul li a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.bottombar .nav-choice .nav .nav-item ul li a:hover {
	color: #e60012;
}

/* ================================ choice ================================ */

.bottombar .nav-choice .choice {
	float: right;
	width: 270px;
	padding-left: 50px;
	border-left: 1px solid #ccc;
}

.bottombar .nav-choice .choice h1 {
	font-size: 24px;
	font-weight: normal;
}

.bottombar .nav-choice .choice h1 span {
	color: #e60012;
}

.bottombar .nav-choice .choice p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	margin-top: 3px;
}

.bottombar .nav-choice .choice h2 {
	color: #e60012;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}

.bottombar .nav-choice .choice ul {
	margin: 10px 0px;
	margin-left: -17px;
}

.bottombar .nav-choice .choice ul li {
	float: left;
	margin-left: 17px;
	position: relative;
}

.bottombar .nav-choice .choice ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: 50% 50% no-repeat;
	background-color: #aaa;
	cursor: pointer;
	
	float: none;
	padding: 0px;
	margin: 0px;
	opacity: 1;
}
.bottombar .nav-choice .choice ul li a:hover {
	background-color: #e60012;
}

.bottombar .nav-choice .choice ul li.qq a {
	background-image: url(../../res/imgs/topbar/icon-qq-white.png);
}
.bottombar .nav-choice .choice ul li.qq a:hover {
}

.bottombar .nav-choice .choice ul li.weixin a {
	background-image: url(../../res/imgs/topbar/icon-weixin-white.png);
}
.bottombar .nav-choice .choice ul li.weixin a:hover {
}

.bottombar .nav-choice .choice ul li.weibo a {
	background-image: url(../../res/imgs/topbar/icon-weibo-white.png);
}
.bottombar .nav-choice .choice ul li.weibo a:hover {
}

.bottombar .nav-choice .choice ul li.plus a {
	background-image: url(../../res/imgs/bottombar/icon-plus-white.png);
}
.bottombar .nav-choice .choice ul li.plus a:hover {
}

.bottombar .nav-choice .choice ul li .msg {
	display: none;
	width: 151px;
	height: 166px;
	position: absolute;
	left: -52px;
	top: -170px;
	background: url(../../res/imgs/bottombar/msg-box.png) 0px 0px no-repeat;
}

.bottombar .nav-choice .choice ul li .msg img {
	width: 141px;
	margin-top: 2px;
	margin-left: 2px;
}

.bottombar .nav-choice .choice .weixin2 {
	display: none;
}

/* ================================ bottombar-address ================================ */

.bottombar .bottombar-address {
	color: #fff;
	background-color: #e60012;
	padding: 30px 0px;
}

.bottombar .bottombar-address h1 {
	float: left;
	width: 33.3%;
	font-size: 14px;
	font-weight: normal;
}

.bottombar .bottombar-address h1 img {
	height: 20px;
	margin-right: 10px;
	vertical-align: text-top;
}

.bottombar .bottombar-address h2 {
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin-top: 2px;
}

.bottombar .bottombar-address h2 .beian {
	margin-top: 5px;
}

.bottombar .bottombar-address h2 .beian .ghs {
	vertical-align: text-top;
}

.bottombar .bottombar-address ul {
}

.bottombar .bottombar-address ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin-top: 20px;
	list-style-type: none;
}

.bottombar .bottombar-address ul li h3 {
	font-size: 16px;
}

.bottombar .bottombar-address ul li p {
	font-size: 12px;
	line-height: 20px;
}

.bottombar .bottombar-address ul li div {
	font-size: 12px;
	line-height: 20px;
	margin-left: -25px;
	margin-left: -20px;
}

.bottombar .bottombar-address ul li div span {
	margin-left: 25px;
	margin-left: 20px;
	white-space: nowrap;
}

/* ================================ bottombar-fixed ================================ */
	
.bottombar-fixed {
	display: none;
}
	
@media (min-width: 1px) and (max-width: 1440px) {
	
	.bottombar {
	}
	
	.bottombar .bottombar-wrap {
	}
	
	/* ================================ interest ================================ */
	
	.bottombar .interest {
	}
	
	.bottombar .interest h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.bottombar .interest h2 {
		font-size: 36px;
	}
	
	.bottombar .interest h3 {
		font-size: 17px;
		line-height: 34px;
	}
	
	/* ================================ nav-choice ================================ */
	
	.bottombar .nav-choice {
	}
	
	/* ================================ nav ================================ */
	
	.bottombar .nav-choice .nav {
	}
	
	.bottombar .nav-choice .nav .nav-item {
		margin-left: 45px;
	}
	
	.bottombar .nav-choice .nav .nav-item h1 {
	}
	
	.bottombar .nav-choice .nav .nav-item h1 span {
		font-size: 18px;
		font-weight: bold;
	}
	
	.bottombar .nav-choice .nav .nav-item ul {
	}
	
	.bottombar .nav-choice .nav .nav-item ul li {
	}
	
	.bottombar .nav-choice .nav .nav-item ul li a {
		font-size: 13px;
	}
	.bottombar .nav-choice .nav .nav-item ul li a:hover {
	}
	
	/* ================================ choice ================================ */
	
	.bottombar .nav-choice .choice {
		width: 255px;
	}
	
	.bottombar .nav-choice .choice h1 {
		font-size: 22px;
	}
	
	.bottombar .nav-choice .choice h1 span {
	}
	
	.bottombar .nav-choice .choice p {
		font-size: 13px;
		line-height: 24px;
	}
	
	.bottombar .nav-choice .choice h2 {
		font-size: 15px;
		margin-top: 15px;
	}
	
	.bottombar .nav-choice .choice ul {
	}
	
	.bottombar .nav-choice .choice ul li {
	}
	
	.bottombar .nav-choice .choice ul li a {
	}
	.bottombar .nav-choice .choice ul li a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.qq a {
	}
	.bottombar .nav-choice .choice ul li.qq a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.weixin a {
	}
	.bottombar .nav-choice .choice ul li.weixin a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.weibo a {
	}
	.bottombar .nav-choice .choice ul li.weibo a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.plus a {
	}
	.bottombar .nav-choice .choice ul li.plus a:hover {
	}
	
	.bottombar .nav-choice .choice ul li .msg {
	}
	
	.bottombar .nav-choice .choice ul li .msg img {
	}
	
	/* ================================ bottombar-address ================================ */
	
	.bottombar .bottombar-address {
	}
	
	.bottombar .bottombar-address h1 {
	}
	
	.bottombar .bottombar-address h1 img {
	}
	
	.bottombar .bottombar-address h2 {
	}
	
	.bottombar .bottombar-address ul {
	}
	
	.bottombar .bottombar-address ul li {
		margin-top: 15px;
	}
	
	.bottombar .bottombar-address ul li h3 {
		font-size: 14px;
	}
	
	.bottombar .bottombar-address ul li p {
	}

}

@media (min-width: 1px) and (max-width: 1024px) {
	
	.bottombar {
	}
	
	.bottombar .bottombar-wrap {
	}
	
	/* ================================ interest ================================ */
	
	.bottombar .interest {
		padding: 40px 0px;
	}
	
	.bottombar .interest h1 {
		font-size: 45px;
		line-height: 54px;
	}
	
	.bottombar .interest h2 {
		font-size: 28px;
	}
	
	.bottombar .interest h3 {
		font-size: 16px;
		line-height: 32px;
	}
	
	/* ================================ nav-choice ================================ */
	
	.bottombar .nav-choice {
		padding: 35px 0px;
	}
	
	/* ================================ nav ================================ */
	
	.bottombar .nav-choice .nav {
		float: none;
		padding-bottom: 35px;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}
	
	.bottombar .nav-choice .nav .nav-item {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		margin-left: 0px;
	}
	
	.bottombar .nav-choice .nav .nav-item h1 {
	}
	
	.bottombar .nav-choice .nav .nav-item h1 span {
		font-size: 22px;
		font-weight: normal;
	}
	
	.bottombar .nav-choice .nav .nav-item ul {
	}
	
	.bottombar .nav-choice .nav .nav-item ul li {
	}
	
	.bottombar .nav-choice .nav .nav-item ul li a {
		font-size: 16px;
	}
	.bottombar .nav-choice .nav .nav-item ul li a:hover {
	}
	
	/* ================================ choice ================================ */
	
	.bottombar .nav-choice .choice {
		float: none;
		width: auto;
		padding-left: 0px;
		border-left: 0px;
		padding-top: 35px;
		text-align: center;
	}
	
	.bottombar .nav-choice .choice h1 {
		font-size: 28px;
	}
	
	.bottombar .nav-choice .choice h1 span {
	}
	
	.bottombar .nav-choice .choice p {
		font-size: 16px;
		line-height: 30px;
		width: 70%;
		margin: 0 auto;
		margin-top: 10px;
	}
	
	.bottombar .nav-choice .choice h2 {
		font-size: 18px;
		margin-top: 30px;
	}
	
	.bottombar .nav-choice .choice ul {
		display: none;
	}
	
	.bottombar .nav-choice .choice ul li {
	}
	
	.bottombar .nav-choice .choice ul li a {
	}
	.bottombar .nav-choice .choice ul li a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.qq a {
	}
	.bottombar .nav-choice .choice ul li.qq a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.weixin a {
	}
	.bottombar .nav-choice .choice ul li.weixin a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.weibo a {
	}
	.bottombar .nav-choice .choice ul li.weibo a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.plus a {
	}
	.bottombar .nav-choice .choice ul li.plus a:hover {
	}
	
	.bottombar .nav-choice .choice ul li .msg {
	}
	
	.bottombar .nav-choice .choice ul li .msg img {
	}
	
	.bottombar .nav-choice .choice .weixin2 {
		display: block;
		margin: 0 auto;
	}
	
	/* ================================ bottombar-address ================================ */
	
	.bottombar .bottombar-address {
		padding: 4% 4%;
	}
	
	.bottombar .bottombar-address h1 {
		float: none;
		width: 100%;
		font-size: 24px;
		line-height: 38px;
	}
	
	.bottombar .bottombar-address h1 img {
		height: 32px;
		margin-right: 20px;
	}
	
	.bottombar .bottombar-address h2 {
		float: none;
		font-size: 16px;
		font-weight: normal;
		margin-top: 5px;
	}
	
	.bottombar .bottombar-address h2 .btnBaiduTongji {
		display: none;
	}
	
	.bottombar .bottombar-address ul {
	}
	
	.bottombar .bottombar-address ul li {
		width: 48%;
		margin-top: 4%;
		padding-right: 2%;
	}
	
	.bottombar .bottombar-address ul li h3 {
		font-size: 16px;
		font-weight: normal;
	}
	
	.bottombar .bottombar-address ul li p {
		font-size: 12px;
		line-height: 20px;
	}
	
	/* ================================ bottombar-fixed ================================ */
	
	.bottombar-fixed {
		display: block;
		width: 100%;
		height: 45px;
	}
	
	.bottombar-fixed .bottombar-fixed-wrap {
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 9000;
	}
	
	.bottombar-fixed .bottombar-fixed-wrap .bottombar-fixed-wrap2 {
		/* max-width: 640px; */
		margin: 0 auto;
		height: 44px;
		border-top: 1px solid #ccc;
		background-color: #fff;
	}
	
	.bottombar-fixed ul {
		height: 100%;
	}
	
	.bottombar-fixed ul li {
		float: left;
		width: 20%;
		height: 100%;
		position: relative;
	}
	
	.bottombar-fixed ul li > a {
		display: block;
		color: #666;
		text-align: center;
		font-size: 12px;
		height: 18px;
		line-height: 18px;
		padding-top: 24px;
		text-decoration: none;
		position: relative;
		cursor: pointer;
	}
	.bottombar-fixed ul li:hover > a {
		color: #e60012;
	}
	.bottombar-fixed ul li.chked > a {
		color: #e60012;
	}
	
	.bottombar-fixed ul li > a i {
		width: 100%;
		height: 20px;
		position: absolute;
		left: 0px;
		top: 4px;
		background: 50% 100% no-repeat;
		background-size: auto 19px;
	}
	
	.bottombar-fixed ul li._shouye > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-home.svg);
	}
	.bottombar-fixed ul li._shouye:hover > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-home-hover.svg);
	}
	.bottombar-fixed ul li._shouye.chked > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-home-hover.svg);
	}
	
	.bottombar-fixed ul li._youshi > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-my.svg);
	}
	.bottombar-fixed ul li._youshi:hover > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-my-hover.svg);
	}
	.bottombar-fixed ul li._youshi.chked > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-my-hover.svg);
	}
	
	.bottombar-fixed ul li._anli > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-my.svg);
	}
	.bottombar-fixed ul li._anli:hover > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-my-hover.svg);
	}
	.bottombar-fixed ul li._anli.chked > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-my-hover.svg);
	}
	
	.bottombar-fixed ul li._guanyu > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-my.svg);
	}
	.bottombar-fixed ul li._guanyu:hover > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-my-hover.svg);
	}
	.bottombar-fixed ul li._guanyu.chked > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-my-hover.svg);
	}
	
	.bottombar-fixed ul li._more > a i {
		background-size: auto 6px;
		background-position: 50% 9px;
		background-image: url(../../res/imgs/bottombar/bottombar-more.svg);
	}
	.bottombar-fixed ul li._more:hover > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-more-hover.svg);
	}
	.bottombar-fixed ul li._more.chked > a i {
		background-image: url(../../res/imgs/bottombar/bottombar-more-hover.svg);
	}
	
	.bottombar-fixed ul li div {
		/* display: none; */
		opacity: 0;
		width: 100%;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: -1;
		padding-bottom: 10px;
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.bottombar-fixed ul li:hover div {
		/* display: block; */
	}
	.bottombar-fixed ul li div.animate {
		opacity: 1;
		top: -81px;
	}
	
	.bottombar-fixed ul li div dl {
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 8px;
		/* padding: 5px 0px; */
	}
	
	.bottombar-fixed ul li div dl dt {
		border-top: 1px solid #ccc;
	}
	.bottombar-fixed ul li div dl dt.bt0 {
		border-top: 0px;
	}
	
	.bottombar-fixed ul li div dl dt a {
		display: block;
		color: #666;
		font-size: 14px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
	.bottombar-fixed ul li div dl dt a:hover {
		color: #e60012;
	}
	.bottombar-fixed ul li div dl dt.chked a {
		color: #e60012;
	}
	
	.bottombar-fixed ul li div i {
		width: 0px;
		position: absolute;
		left: 50%;
		bottom: 0px;
		margin-left: -5px;
		border: 5px solid transparent;
		border-top-color: #ccc;
	}
	
	.bottombar-fixed ul li div b {
		width: 0px;
		position: absolute;
		left: 50%;
		bottom: 1px;
		margin-left: -5px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}
	
}

@media (min-width: 1px) and (max-width: 600px) {

	/* ================================ interest ================================ */
	
	.bottombar .interest {
	}
	
	.bottombar .interest h1 {
		font-size: 38px;
		line-height: 48px;
	}
	
	.bottombar .interest h2 {
		font-size: 24px;
	}
	
	.bottombar .interest h3 {
		font-size: 14px;
		line-height: 28px;
	}
	
	/* ================================ nav ================================ */
	
	.bottombar .nav-choice .nav {
	}
	
	.bottombar .nav-choice .nav .nav-item {
	}
	
	.bottombar .nav-choice .nav .nav-item h1 {
	}
	
	.bottombar .nav-choice .nav .nav-item h1 span {
		font-size: 19px;
	}
	
	.bottombar .nav-choice .nav .nav-item ul {
	}
	
	.bottombar .nav-choice .nav .nav-item ul li {
	}
	
	.bottombar .nav-choice .nav .nav-item ul li a {
		font-size: 14px;
	}
	.bottombar .nav-choice .nav .nav-item ul li a:hover {
	}
	
	/* ================================ choice ================================ */
	
	.bottombar .nav-choice .choice {
	}
	
	.bottombar .nav-choice .choice h1 {
		font-size: 26px;
	}
	
	.bottombar .nav-choice .choice h1 span {
	}
	
	.bottombar .nav-choice .choice p {
		font-size: 15px;
		line-height: 28px;
	}
	
	.bottombar .nav-choice .choice h2 {
	}
	
	.bottombar .nav-choice .choice ul {
	}
	
	.bottombar .nav-choice .choice ul li {
	}
	
	.bottombar .nav-choice .choice ul li a {
	}
	.bottombar .nav-choice .choice ul li a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.qq a {
	}
	.bottombar .nav-choice .choice ul li.qq a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.weixin a {
	}
	.bottombar .nav-choice .choice ul li.weixin a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.weibo a {
	}
	.bottombar .nav-choice .choice ul li.weibo a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.plus a {
	}
	.bottombar .nav-choice .choice ul li.plus a:hover {
	}
	
	.bottombar .nav-choice .choice ul li .msg {
	}
	
	.bottombar .nav-choice .choice ul li .msg img {
	}
	
	.bottombar .nav-choice .choice .weixin2 {
	}
	
	/* ================================ bottombar-address ================================ */
	
	.bottombar .bottombar-address {
		padding: 5% 5%;
		padding: 4% 4%;
	}
	
	.bottombar .bottombar-address h1 {
		font-size: 18px;
		line-height: 30px;
	}
	
	.bottombar .bottombar-address h1 img {
		height: 25px;
		margin-right: 15px;
	}
	
	.bottombar .bottombar-address h2 {
		font-size: 13px;
	}
	
	.bottombar .bottombar-address h2 .btnBaiduTongji {
	}
	
	.bottombar .bottombar-address h2 .beian {
		margin-top: 5px;
	}
	
	.bottombar .bottombar-address h2 .beian .ghs {
		vertical-align: text-top;
		
		position: relative;
		top: -1px;
		width: 16px;
	}
	
	.bottombar .bottombar-address ul {
	}
	
	.bottombar .bottombar-address ul li {
		display: block;
		width: 100%;
		padding-right: 0px;
	}
	
	.bottombar .bottombar-address ul li h3 {
		font-size: 20px;
	}
	
	.bottombar .bottombar-address ul li p {
		font-size: 16px;
		line-height: 28px;
	}
	
}

@media (min-width: 1px) and (max-width: 480px) {
	
	/* ================================ interest ================================ */
	
	.bottombar .interest {
	}
	
	.bottombar .interest h1 {
		font-size: 26px;
		line-height: 34px;
	}
	
	.bottombar .interest h2 {
		font-size: 20px;
	}
	
	.bottombar .interest h3 {
		font-size: 12px;
		line-height: 26px;
	}
	
	.bottombar .interest h3 .dn {
		display: block;
	}
	
	/* ================================ nav ================================ */
	
	.bottombar .nav-choice .nav {
	}
	
	.bottombar .nav-choice .nav .nav-item {
	}
	
	.bottombar .nav-choice .nav .nav-item h1 {
	}
	
	.bottombar .nav-choice .nav .nav-item h1 span {
		font-size: 14px;
	}
	
	.bottombar .nav-choice .nav .nav-item ul {
	}
	
	.bottombar .nav-choice .nav .nav-item ul li {
	}
	
	.bottombar .nav-choice .nav .nav-item ul li a {
		font-size: 12px;
	}
	.bottombar .nav-choice .nav .nav-item ul li a:hover {
	}
	
	/* ================================ choice ================================ */
	
	.bottombar .nav-choice .choice {
	}
	
	.bottombar .nav-choice .choice h1 {
		font-size: 24px;
	}
	
	.bottombar .nav-choice .choice h1 span {
	}
	
	.bottombar .nav-choice .choice p {
		width: 80%;
		font-size: 14px;
		line-height: 26px;
	}
	
	.bottombar .nav-choice .choice h2 {
	}
	
	.bottombar .nav-choice .choice ul {
	}
	
	.bottombar .nav-choice .choice ul li {
	}
	
	.bottombar .nav-choice .choice ul li a {
	}
	.bottombar .nav-choice .choice ul li a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.qq a {
	}
	.bottombar .nav-choice .choice ul li.qq a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.weixin a {
	}
	.bottombar .nav-choice .choice ul li.weixin a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.weibo a {
	}
	.bottombar .nav-choice .choice ul li.weibo a:hover {
	}
	
	.bottombar .nav-choice .choice ul li.plus a {
	}
	.bottombar .nav-choice .choice ul li.plus a:hover {
	}
	
	.bottombar .nav-choice .choice ul li .msg {
	}
	
	.bottombar .nav-choice .choice ul li .msg img {
	}
	
	.bottombar .nav-choice .choice .weixin2 {
	}
	
	/* ================================ bottombar-address ================================ */
	
	.bottombar .bottombar-address {
	}
	
	.bottombar .bottombar-address h1 {
		font-size: 16px;
		line-height: 26px;
	}
	
	.bottombar .bottombar-address h1 img {
		height: 22px;
		margin-right: 10px;
	}
	
	.bottombar .bottombar-address h2 {
		font-size: 12px;
	}
	
	.bottombar .bottombar-address h2 .btnBaiduTongji {
	}
	
	.bottombar .bottombar-address ul {
	}
	
	.bottombar .bottombar-address ul li {
	}
	
	.bottombar .bottombar-address ul li h3 {
		font-size: 18px;
	}
	
	.bottombar .bottombar-address ul li p {
		font-size: 14px;
		line-height: 24px;
	}
	
}


@media (min-width: 1px) and (max-width: 370px) {
	
	/* ================================ bottombar-address ================================ */
	
	.bottombar .bottombar-address {
	}
	
	.bottombar .bottombar-address h1 {
		font-size: 14px;
		line-height: 26px;
	}
	
	.bottombar .bottombar-address h1 img {
		height: 20px;
		margin-right: 10px;
	}
	
	.bottombar .bottombar-address h2 {
		font-size: 12px;
	}
	
	.bottombar .bottombar-address h2 .btnBaiduTongji {
	}
	
	.bottombar .bottombar-address ul {
	}
	
	.bottombar .bottombar-address ul li {
	}
	
	.bottombar .bottombar-address ul li h3 {
		font-size: 16px;
	}
	
	.bottombar .bottombar-address ul li p {
		font-size: 12px;
		line-height: 20px;
	}
	
}
