html {
	max-width: 640px;
	margin: 0 auto;
	font-size: 625%
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section {
	display: block
}

body,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
textarea,
ul {
	margin: 0;
	padding: 0
}

body {
	font: 14px/1.4 "Microsoft Yahei", Arial, Helvetica, sans-serif;
	background-color: #e4e4e4;
	color: #333;
	padding: 40px 0 0;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

dd,
dl,
dt,
ol,
ul {
	list-style-type: none
}

a {
	color: #333;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

a,
input,
select {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

img,
input {
	border: none
}

em,
i {
	font-style: normal
}

@media only screen and (min-width:375px) {
	html {
		font-size: 714%
	}
}

@media only screen and (min-width:350px) and (max-width:375px) {
	html {
		font-size: 670%
	}
}

@media(min-device-width:375px)and(max-device-width:667px)and(-webkit-min-device-pixel-ratio:2) {
	body {
		font-size: 14.5px
	}
}

@media(min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
	body {
		font-size: 15.5px
	}
}

.mb10 {
	margin-bottom: 10px
}

.mt10 {
	margin-top: 10px
}

.pb10 {
	padding-bottom: 10px
}

.mt5 {
	margin-top: 5px
}

.mb5 {
	margin-bottom: 5px
}

.bgfff {
	background-color: #fff !important
}

.bt1px {
	border-top: 1px solid #e8e8e8
}

.bb1px {
	border-bottom: 1px solid #e8e8e8
}

.bt0px {
	border-top: none !important
}

.bb0px {
	border-bottom: none !important
}

.fl {
	float: left
}

.fr {
	float: right
}

.public_header {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 640px;
	height: 40px;
	overflow: hidden;
	z-index: 9;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.public_h_logo {
	float: left;
	height: 40px;
	margin-left: 10px
}

.public_h_logo img {
	height: 28px;
	margin: 6px 2px 0 0;
	display: block
}

.public_h_txt {
	padding: 0 20px;
	font-size: 16px;
	height: 40px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
	display: block;
	float: left;
	position: relative
}


.public_h_more {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px
}

.public_h_more i {
	display: block;
	border-color: #fff;
	border-width: 3px 0;
	border-style: solid;
	width: 20px;
	height: 11px;
	margin: 11px auto 0;
	position: relative
}

.public_h_more i:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 3px;
	background-color: #fff
}

.public_header_12xz,
.public_header_tlp,
.public_header_xzys,
.public_header_zt,
.public_header_zxsm {
	background-color: #7b419c
}

.public_header_xlcs {
	background-color: #f56b7d
}

.public_header_12sx {
	background-color: #d11010
}

.public_header_zgjm {
	background-color: #7c53a0
}

.public_header_fsml {
	background-color: #ec460a
}

.public_header_whfs {
	background-color: #ea8224
}

.public_header_xx {
	background-color: #f66483
}

.public_header_zjzl {
	background-color: #9f6455
}

.public_header_lhl {
	background-color: #763711
}

.public_header_white {
	background-color: #fff
}

.public_header_white .public_h_txt {
	color: #7b419c
}

.public_header_white .public_h_more i {
	border-color: #7b419c
}

.public_header_white .public_h_more i:before,
.public_header_white .public_h_txt:before {
	background-color: #7b419c
}

.public_footer {
	background-color: #7b419c;
	position: relative;
	padding: 10px 0
}

.public_f_search {
	padding: 0 10px;
	overflow: hidden;
	position: relative
}

.public_f_search:after {
	content: "";
	background: url(../images/icon.png) center no-repeat;
	-moz-background-size: 28px auto;
	-o-background-size: 28px auto;
	background-size: 28px auto;
	position: absolute;
	width: 36px;
	height: 36px;
	left: 10px;
	top: 0
}

.public_f_search .input {
	height: 36px;
	line-height: 36px;
	padding: 0 10px 0 40px;
	border: 1px solid #bebebe;
	border-right: 0;
	width: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px
}

.public_f_search .btn {
	position: absolute;
	width: 15%;
	height: 36px;
	color: #333;
	right: 10px;
	top: 0;
	border: 1px solid #bebebe;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	background: #eaeaea url(../images/search.png) center no-repeat;
	-moz-background-size: auto 24px;
	-o-background-size: auto 24px;
	background-size: auto 24px
}

.public_f_nav {
	overflow: hidden;
	background: #7b419c;
	padding: 5px 0
}

.public_f_nav a {
	display: block;
	float: left;
	width: 16.66%;
	line-height: 30px;
	color: #fff;
	text-align: center
}

.public_f_link {
	position: relative;
	border-top: 1px solid #a37aba;
	padding: 10px 30px 0 10px;
	color: #fff;
	line-height: 24px;
	height: 24px;
	overflow: hidden
}

.public_f_link a {
	padding: 0 4px;
	color: #f1f1f1;
	display: inline-block;
	vertical-align: top
}

.public_f_link .ico_down,
.public_f_link .ico_up {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 10px;
	top: 10px
}

.public_f_link .ico_down {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAZUlEQVQokbXQPQ2AUAwA4eeABAV4wAU+0IAcvDAzsSABAYxv+JhICOGnA1zS7Zq0l9LvoMcYnD5hEGdIKDAF5BnlflaF5UFeUJ1/qbFeyCvquwAN8kHOaN6qtYeFNpq6QxeSP2cDFTb6O9/NhdwAAAAASUVORK5CYII=) right center no-repeat
}

.public_f_link .ico_up {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAZklEQVQokcXQsQ3CMBRFUY9BwQqZwnN4DnuWrELnRVKwAJRpfFJZQUDAEgVX+t15zQ/hLyEjj+Jir3zDCe1h0JCOcMTqtRXxGU+4vcG9O6aOT1g+4N4V54A6gHs1YMZl8OahV//UBqXl+l7fRBYiAAAAAElFTkSuQmCC) right center no-repeat
}

.public_f_copyright {
	padding: 10px 0 0
}

.public_f_copyright p {
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 0 0 4px
}

.public_f_copyright a {
	color: #fff
}

.public_f_copyright .public_f_p {
	margin: 0 0 10px
}

.public_f_copyright .public_f_p a {
	font-size: 14px;
	margin: 0 10px
}

.public_graphic_title {
	height: .46rem;
	line-height: .46rem;
	border-bottom: 1px solid #ececec;
	border-left: .06rem solid #7b419c;
	padding-left: .1rem;
	color: #7b419c;
	font-weight: 700;
	background-color: #fff;
	margin-top: 5px
}

.public_graphic_list {
	position: relative;
	background-color: #f8f8f8
}

.public_gl_box {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 10px 10px 90px;
	position: relative;
	height: 70px;
	display: block
}

.public_gl_box img {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 10px;
	top: 10px
}

.public_gl_box h3 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.public_gl_box p {
	color: #666;
	height: 40px;
	line-height: 20px;
	overflow: hidden
}

.w_gl_box {
	padding-left: 140px;
	height: 90px
}

.w_gl_box img {
	width: 120px;
	height: 90px
}

.w_gl_box i {
	display: block;
	color: #999;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	float: right
}

.public_hot_ui {
	overflow: hidden;
	background-color: #fff
}

.public_hot_ui li {
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: center;
	margin-top: 2px;
	overflow: hidden;
	font-size: 16px
}

.public_hot_ui li a {
	display: block;
	margin: 0 2px;
	color: #fff
}

.public_hot_ui li:first-of-type a {
	background-color: rgba(123, 65, 156, 1)
}

.public_hot_ui li:nth-of-type(4n+1) a {
	background-color: rgba(123, 65, 156, 1)
}

.public_hot_ui li:nth-of-type(2) a {
	background-color: rgba(123, 65, 156, .9)
}

.public_hot_ui li:nth-of-type(4n+2) a {
	background-color: rgba(123, 65, 156, .9)
}

.public_hot_ui li:nth-of-type(3) a {
	background-color: rgba(123, 65, 156, .8)
}

.public_hot_ui li:nth-of-type(4n+3) a {
	background-color: rgba(123, 65, 156, .8)
}

.public_hot_ui li:nth-of-type(4) a {
	background-color: rgba(123, 65, 156, .7)
}

.public_hot_ui li:nth-of-type(4n+4) a {
	background-color: rgba(123, 65, 156, .7)
}

.public_hot_ui li:first-of-type {
	width: 50%
}

.public_hot_ui li:nth-of-type(2) {
	width: 50%
}

.public_hot_ui li:nth-of-type(6) {
	width: 50%
}

.public_hot_ui li:nth-of-type(7) {
	width: 50%
}

.public_hot_ui li:nth-of-type(5n+6) {
	width: 50%
}

.public_hot_ui li:nth-of-type(5n+7) {
	width: 50%
}

.public_hot_ui li:nth-of-type(3) {
	width: 33.33%
}

.public_hot_ui li:nth-of-type(4) {
	width: 33.33%
}

.public_hot_ui li:nth-of-type(5) {
	width: 33.33%
}

.public_hot_ui li:nth-of-type(8) {
	width: 33.33%
}

.public_hot_ui li:nth-of-type(9) {
	width: 33.33%
}

.public_hot_ui li:nth-of-type(10) {
	width: 33.33%
}

.public_hot_ui li:nth-of-type(5n+8) {
	width: 33.33%
}

.public_hot_ui li:nth-of-type(5n+9) {
	width: 33.33%
}

.public_hot_ui li:nth-of-type(5n+10) {
	width: 33.33%
}

.jm_hot_ui li:first-of-type a {
	background-color: rgba(77, 148, 197, 1)
}

.jm_hot_ui li:nth-of-type(4n+1) a {
	background-color: rgba(77, 148, 197, 1)
}

.jm_hot_ui li:nth-of-type(2) a {
	background-color: rgba(77, 148, 197, .9)
}

.jm_hot_ui li:nth-of-type(4n+2) a {
	background-color: rgba(77, 148, 197, .9)
}

.jm_hot_ui li:nth-of-type(3) a {
	background-color: rgba(77, 148, 197, .8)
}

.jm_hot_ui li:nth-of-type(4n+3) a {
	background-color: rgba(77, 148, 197, .8)
}

.jm_hot_ui li:nth-of-type(4) a {
	background-color: rgba(77, 148, 197, .7)
}

.jm_hot_ui li:nth-of-type(4n+4) a {
	background-color: rgba(77, 148, 197, .7)
}

.rili_hot_ui li:first-of-type a {
	background-color: rgba(118, 55, 17, 1)
}

.rili_hot_ui li:nth-of-type(4n+1) a {
	background-color: rgba(118, 55, 17, 1)
}

.rili_hot_ui li:nth-of-type(2) a {
	background-color: rgba(118, 55, 17, .9)
}

.rili_hot_ui li:nth-of-type(4n+2) a {
	background-color: rgba(118, 55, 17, .9)
}

.rili_hot_ui li:nth-of-type(3) a {
	background-color: rgba(118, 55, 17, .8)
}

.rili_hot_ui li:nth-of-type(4n+3) a {
	background-color: rgba(118, 55, 17, .8)
}

.rili_hot_ui li:nth-of-type(4) a {
	background-color: rgba(118, 55, 17, .7)
}

.rili_hot_ui li:nth-of-type(4n+4) a {
	background-color: rgba(118, 55, 17, .7)
}

.test_hot_ui li:first-of-type a {
	background-color: rgba(245, 107, 125, 1)
}

.test_hot_ui li:nth-of-type(4n+1) a {
	background-color: rgba(245, 107, 125, 1)
}

.test_hot_ui li:nth-of-type(2) a {
	background-color: rgba(245, 107, 125, .9)
}

.test_hot_ui li:nth-of-type(4n+2) a {
	background-color: rgba(245, 107, 125, .9)
}

.test_hot_ui li:nth-of-type(3) a {
	background-color: rgba(245, 107, 125, .8)
}

.test_hot_ui li:nth-of-type(4n+3) a {
	background-color: rgba(245, 107, 125, .8)
}

.test_hot_ui li:nth-of-type(4) a {
	background-color: rgba(245, 107, 125, .7)
}

.test_hot_ui li:nth-of-type(4n+4) a {
	background-color: rgba(245, 107, 125, .7)
}

.wenhua_hot_ui li:first-of-type a {
	background-color: rgba(234, 130, 36, 1)
}

.wenhua_hot_ui li:nth-of-type(4n+1) a {
	background-color: rgba(234, 130, 36, 1)
}

.wenhua_hot_ui li:nth-of-type(2) a {
	background-color: rgba(234, 130, 36, .9)
}

.wenhua_hot_ui li:nth-of-type(4n+2) a {
	background-color: rgba(234, 130, 36, .9)
}

.wenhua_hot_ui li:nth-of-type(3) a {
	background-color: rgba(234, 130, 36, .8)
}

.wenhua_hot_ui li:nth-of-type(4n+3) a {
	background-color: rgba(234, 130, 36, .8)
}

.wenhua_hot_ui li:nth-of-type(4) a {
	background-color: rgba(234, 130, 36, .7)
}

.wenhua_hot_ui li:nth-of-type(4n+4) a {
	background-color: rgba(234, 130, 36, .7)
}

.xx_hot_ui li:first-of-type a {
	background-color: rgba(236, 70, 10, 1)
}

.xx_hot_ui li:nth-of-type(4n+1) a {
	background-color: rgba(236, 70, 10, 1)
}

.xx_hot_ui li:nth-of-type(2) a {
	background-color: rgba(236, 70, 10, .9)
}

.xx_hot_ui li:nth-of-type(4n+2) a {
	background-color: rgba(236, 70, 10, .9)
}

.xx_hot_ui li:nth-of-type(3) a {
	background-color: rgba(236, 70, 10, .8)
}

.xx_hot_ui li:nth-of-type(4n+3) a {
	background-color: rgba(236, 70, 10, .8)
}

.xx_hot_ui li:nth-of-type(4) a {
	background-color: rgba(236, 70, 10, .7)
}

.xx_hot_ui li:nth-of-type(4n+4) a {
	background-color: rgba(236, 70, 10, .7)
}

.sx_hot_ui li:first-of-type a {
	background-color: rgba(209, 19, 19, 1)
}

.sx_hot_ui li:nth-of-type(4n+1) a {
	background-color: rgba(209, 19, 19, 1)
}

.sx_hot_ui li:nth-of-type(2) a {
	background-color: rgba(209, 19, 19, .9)
}

.sx_hot_ui li:nth-of-type(4n+2) a {
	background-color: rgba(209, 19, 19, .9)
}

.sx_hot_ui li:nth-of-type(3) a {
	background-color: rgba(209, 19, 19, .8)
}

.sx_hot_ui li:nth-of-type(4n+3) a {
	background-color: rgba(209, 19, 19, .8)
}

.sx_hot_ui li:nth-of-type(4) a {
	background-color: rgba(209, 19, 19, .7)
}

.sx_hot_ui li:nth-of-type(4n+4) a {
	background-color: rgba(209, 19, 19, .7)
}

.fsml_hot_ui li:first-of-type a {
	background-color: rgba(236, 70, 10, 1)
}

.fsml_hot_ui li:nth-of-type(4n+1) a {
	background-color: rgba(236, 70, 10, 1)
}

.fsml_hot_ui li:nth-of-type(2) a {
	background-color: rgba(236, 70, 10, .9)
}

.fsml_hot_ui li:nth-of-type(4n+2) a {
	background-color: rgba(236, 70, 10, .9)
}

.fsml_hot_ui li:nth-of-type(3) a {
	background-color: rgba(236, 70, 10, .8)
}

.fsml_hot_ui li:nth-of-type(4n+3) a {
	background-color: rgba(236, 70, 10, .8)
}

.fsml_hot_ui li:nth-of-type(4) a {
	background-color: rgba(236, 70, 10, .7)
}

.fsml_hot_ui li:nth-of-type(4n+4) a {
	background-color: rgba(236, 70, 10, .7)
}

.public_title_list {
	position: relative
}
.public_title_list ul li{  line-height: 3; padding: 10px;     border-bottom: 1px solid #e8e8e8; background: #fff;}


.public_tl_box {
	background-color: #fff;
	position: relative;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 40px 0 10px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #222;
	font-size: 16px
}







.public_tl_box_string {
	color: #e6601f;
	font-weight: 700
}

.public_test_block {
	position: relative;
	background-color: #f8f8f8
}

.public_tb_box {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	padding: 10px 90px 10px 10px;
	position: relative;
	height: 70px;
	display: block
}

.public_tb_box img {
	position: absolute;
	width: 70px;
	height: 70px;
	right: 10px;
	top: 10px
}

.public_tb_box h3 {
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	font-weight: 700
}

.public_tb_box p {
	height: 26px;
	overflow: hidden;
	margin-top: 4px
}

.public_tb_box b {
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	width: 70px;
	line-height: 26px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-weight: 400;
	background-color: #f56b7d;
	color: #fff;
	border-color: #f56b7d
}

.public_tb_box span {
	display: inline-block;
	vertical-align: middle;
	color: #666;
	margin-left: 6px;
	font-size: 12px
}

.public_tb_box b.bg_index {
	border-color: #e8e8e8;
	color: #f56b7d;
	background-color: #fff
}

.public_index_title {
	padding: 12px 10px;
	background-color: #fff;
	position: relative
}

.public_index_title i {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: -10px;
	background-image: url(../images/index_icon.png);
	-moz-background-size: 60px auto;
	-o-background-size: 60px auto;
	background-size: 60px auto
}

.public_index_title h3 {
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #7b419c;
	padding: 0 20px 0 50px
}

.public_index_title a {
	position: absolute;
	right: 20px;
	top: 17px;
	padding: 0 14px 0 10px;
	height: 18px;
	line-height: 18px;
	color: #666;
	font-size: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff url(../images/next.png) 88% center no-repeat;
	-moz-background-size: auto 8px;
	-o-background-size: auto 8px;
	background-size: auto 8px
}

.public_it_xzys h3 {
	background-color: #4d94c5
}

.public_it_xzys i {
	background-position: 0 0
}

.public_it_12xz h3 {
	background-color: #9754b0
}

.public_it_12xz i {
	background-position: 0 -60px
}

.public_it_xlcs h3 {
	background-color: #f56b7d
}

.public_it_xlcs i {
	background-position: 0 -120px
}

.public_it_12sx h3 {
	background-color: #ec460a
}

.public_it_12sx i {
	background-position: 0 -180px
}

.public_it_zxsm h3 {
	background-color: #efae00
}

.public_it_zxsm i {
	background-position: 0 -240px
}

.public_it_zgjm h3 {
	background-color: #4d94c5
}

.public_it_zgjm i {
	background-position: 0 -300px
}

.public_it_fsml h3 {
	background-color: #ec460a
}

.public_it_fsml i {
	background-position: 0 -360px
}

.public_it_whfs h3 {
	background-color: #ea8224
}

.public_it_whfs i {
	background-position: 0 -420px
}

.public_it_tlp h3 {
	background-color: #9b59b4
}

.public_it_tlp i {
	background-position: 0 -480px
}

.public_it_xx h3 {
	background-color: #f66483
}

.public_it_xx i {
	background-position: 0 -540px
}

.public_it_zjzl h3 {
	background-color: #9f6455
}

.public_it_zjzl i {
	background-position: 0 -600px
}

.public_it_zt h3 {
	background-color: #9754b0
}

.public_it_zt i {
	background-position: 0 -660px
}

.public_swiper {
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-color: #f8f8f8
}

.public_swiper::-webkit-scrollbar {
	display: none
}

.public_swiper .wrapper {
	width: 99999px
}

.public_swiper .slide {
	width: 90px;
	overflow: hidden;
	float: left
}

.public_swiper .box {
	width: 100%;
	text-align: center;
	color: #484848;
	float: left;
	display: block;
	padding: 10px 0;
	text-align: center
}

.public_swiper .box h3 {
	color: #393939;
	font-size: 16px
}

.public_swiper .box img {
	display: block;
	width: 85%;
	margin: 0 auto
}

.public_swiper .box p {
	color: #666;
	font-size: 12px
}

.public_swiper_xz {
	background-color: #67699f;
	border: none
}

.public_swiper_xz .box img {
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.public_swiper_xz .box h3 {
	color: #fff;
	font-size: 14px
}

.public_swiper_xz .box h3 span {
	color: #fad5ff;
	font-size: 12px
}

.public_swiper_yunshi {
	background-color: #fff;
	border: none
}

.public_swiper_yunshi .box img {
	background-color: #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.public_swiper_yunshi .box h3 {
	color: #000;
	font-size: 16px
}

.public_col_2 {
	position: relative;
	overflow: hidden
}

.public_col_2 a {
	width: 50%;
	display: block;
	line-height: 20px;
	height: 40px;
	padding: 10px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	float: left;
	background: #fff;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.public_col_2 a:nth-child(2n) {
	border-right: none
}

.public_col_3,
.public_col_4 {
	position: relative;
	overflow: hidden
}

.public_col_3 a,
.public_col_4 a {
	display: block;
	line-height: 20px;
	height: 40px;
	padding: 10px 1px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	float: left;
	background: #f8f8f8;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.public_col_3 a {
	width: 33.33%
}

.public_col_4 a {
	width: 25%
}

.public_col_3 a:nth-child(3n),
.public_col_4 a:nth-child(4n) {
	border-right: none
}

.public_col_12xz {
	position: relative;
	overflow: hidden;
	background-color: #eefbff;
	border-top: 1px solid #c5e5f1
}

.public_col_12xz a {
	display: block;
	float: left;
	width: 16.66%;
	line-height: 30px;
	color: #000;
	text-align: center;
	border-right: 1px solid #c5e5f1;
	border-bottom: 1px solid #c5e5f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.public_col_12xz a:active {
	background-color: #b2e8f8
}

.public_col_12xz a:nth-child(6n) {
	border-right: none
}

.public_block_title {
	height: 40px;
	position: relative;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	padding: 0 10px;
	background-color: #fff
}

.public_bt_h3 {
	float: left;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	display: block;
	font-weight: 700;
	color: #7b419c
}

.public_bt_class {
	float: right;
	overflow: hidden
}

.public_bt_class a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #393939;
	margin-left: 22px;
	padding: 0 5px;
	position: relative;
	font-size: 16px
}

.public_bt_class a:after {
	content: "";
	position: absolute;
	left: -12px;
	top: 20px;
	width: 2px;
	height: 2px;
	background-color: #ddd;
	-webkit-box-shadow: 0 -4px 0 #ddd, 0 4px 0 #ddd;
	-moz-box-shadow: 0 -4px 0 #ddd, 0 4px 0 #ddd;
	box-shadow: 0 -4px 0 #ddd, 0 4px 0 #ddd
}

.public_bt_class a:first-child {
	overflow: hidden
}

.public_bt_more {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0 14px 0 10px;
	height: 18px;
	line-height: 18px;
	color: #666;
	font-size: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f4f4f4 url(../images/next.png) 88% center no-repeat;
	-moz-background-size: auto 8px;
	-o-background-size: auto 8px;
	background-size: auto 8px;
	border: 1px solid #e8e8e8
}

.public_bt_col2,
.public_bt_col3 {
	position: relative;
	overflow: hidden
}

.public_bt_col2 .public_bt_h3,
.public_bt_col3 .public_bt_h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #e8e8e8;
	text-align: center
}

.public_bt_col2 .public_bt_h3 {
	width: 50%
}

.public_bt_col3 .public_bt_h3 {
	width: 33.33%
}

.public_bt_col2 .public_bt_h3:last-child,
.public_bt_col3 .public_bt_h3:last-child {
	border-right: none
}

.public_bt_12xz .public_bt_h3,
.public_bt_tlp .public_bt_h3,
.public_bt_xzys .public_bt_h3,
.public_bt_zt .public_bt_h3,
.public_bt_zxsm .public_bt_h3 {
	color: #7b419c
}

.public_bt_xlcs .public_bt_h3 {
	color: #f56b7d
}

.public_bt_12sx .public_bt_h3 {
	color: #d11010
}

.public_bt_fsml .public_bt_h3 {
	color: #ec460a
}

.public_bt_whfs .public_bt_h3 {
	color: #ea8224
}

.public_bt_xx .public_bt_h3 {
	color: #f66483
}

.public_bt_zjzl .public_bt_h3 {
	color: #9f6455
}

.public_bt_lhl .public_bt_h3 {
	color: #763711
}

.public_bt_black .public_bt_h3 {
	color: #333
}

.public_bt_test .public_bt_h3 {
	color: #f56b7d
}

.public_bt_wenhua .public_bt_h3 {
	color: #ea8224
}

.public_bt_sx .public_bt_h3 {
	color: #d11010
}

.m_test_show .public_bt_h3 {
	color: #f56b7d
}

.m_sx_show .public_bt_h3 {
	color: #d11010
}

.m_jm_show .public_bt_h3 {
	color: #4d94c5
}

.m_fsml_show .public_bt_h3 {
	color: #ec460a
}

.m_rili_show .public_bt_h3 {
	color: #763711
}

.m_wenhua_show .public_bt_h3 {
	color: #ea8224
}

.m_black_show .public_bt_h3 {
	color: #333
}

.public_route {
	height: 36px;
	border-bottom: 1px solid #b8b8b8;
	padding: 0 10px 0 40px;
	position: relative;
	background-color: #f4f4f4
}

.public_r_home {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	background: url(../images/home.png) center no-repeat;
	-moz-background-size: 24px;
	-o-background-size: 24px;
	background-size: 24px;
	border-right: 1px solid #b8b8b8
}

.public_r_right {
	overflow: hidden;
	position: relative
}

.public_r_right a, .public_r_right span {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	position: relative;
	padding: 0 10px;
	color: #686868;
	margin-right: 5px
}

.public_r_right a:last-child, .public_r_right span, {
	overflow: hidden
}

.public_r_right a:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 36px;
	top: 0;
	right: -5px;
	background: url(../images/route_next.png) center no-repeat;
	-moz-background-size: 5px auto;
	-o-background-size: 5px auto;
	background-size: 5px auto
}

.public_page {
	position: relative;
	font-size: 0;
	padding: 10px 6px 6px
}

.public_page .all,
.public_page .first,
.public_page .last,
.public_page .pageindex {
	display: none
}

.public_page span {
	display: inline-block;
	height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 12px;
	line-height: 34px;
	padding: 0 5px
}

.public_page .next,
.public_page .prev {
	padding: 0
}

.public_page .next>a,
.public_page .prev>a,
.public_page>a {
	display: inline-block;
	font-size: 12px;
	height: 34px;
	padding: 0 10px;
	line-height: 34px;
	border: 1px solid #b8b8b8;
	margin: 0 2px 4px;
	text-align: center;
	background-color: #f8f8f8;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top
}

.public_page .current {
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #b8b8b8;
	margin: 0 2px 4px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	background-color: #7b419c;
	border: 1px solid #7b419c;
	color: #fff
}

.public_ipager {
	position: relative
}

.public_ipager .ipager {
	overflow: hidden;
	padding: 10px;
	background-color: #fff
}

.public_ipager .ipager a,
.public_ipager .ipager span {
	display: inline-block;
	vertical-align: top;
	color: red;
	margin-right: 10px;
	line-height: 28px;
	font-size: 16px;
	text-decoration: underline
}

.public_article_details {
	position: relative;
	background-color: #fff;
	overflow: hidden
}

.public_ad_title {
	padding: 10px;
	border-bottom: 1px solid #e8e8e8
}

.public_ad_title h3 {
	font-size: 20px;
	color: #3a3a3a;
	font-weight: 700
}

.public_ad_title p {
	color: #999;
	margin-top: 8px;
	font-size: 14px
}

.public_ad_title span {
	margin-right: 10px
}

.public_ad_title .source_original {
	height: 22px;
	line-height: 22px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: red;
	display: inline-block;
	padding: 0 5px
}

.public_ad_content {
	padding: 10px 15px;
	overflow: hidden;
	line-height: 2.15;
	font-size: 16px;
	color: #666;
	letter-spacing: .07em
}

@media screen and (max-width:360px) {
	.public_ad_content {
		font-size: 13.5px
	}
}

@media screen and (min-width:360px) and (max-width:399px) {
	.public_ad_content {
		font-size: 16px
	}
}

@media screen and (min-width:400px) and (max-width:439px) {
	.public_ad_content {
		font-size: 17.5px
	}
}

@media screen and (min-width:440px) {
	.public_ad_content {
		font-size: 18px
	}
}

.public_ad_content p {
	padding: 0 0 24px
}

.public_ad_content img {
	max-width: 100%;
	height: auto !important
}

.public_ad_content a {
	color: #00f
}

.public_prev_next {
	padding: 10px 10px 5px;
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	background-color: #fff
}

.public_prev_next li {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: #f8f8f8;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #f25;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #b8b8b8
}

.public_prev_next a {color: #333;}



.public_ad_content.show_after {
	position: relative;
	overflow: hidden
}

.public_ad_content.show_after:after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 90px;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
	background: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
	background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

.public_ad__more {
	position: relative;
	text-align: center;
	display: none;
	margin-bottom: 30px
}

.public_ad__more-btn {
	border: 1px solid #7b4f9b;
	color: #fff;
	padding: 0 60px 0 40px;
	display: inline-block;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	line-height: 44px;
	font-size: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
	background-color: #7b4f9b
}

.public_ad__more-btn:after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	-webkit-animation: bounce-down 1s linear infinite;
	-moz-animation: bounce-down 1s linear infinite;
	-o-animation: bounce-down 1s linear infinite;
	animation: bounce-down 1s linear infinite;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAARVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////9SnXPCAAAAFnRSTlMA1CowUkxFN/jz7unk39s+D8zGWSAZ1suKtwAAAGdJREFUKM/dy9kRgCAMBFCDyH15pf9SZYgMIhXo/iTZN5m+nv18NwenyRDmXmZAahJg6EwGhHS/AXr5EI/A8qzmYj2iI2lmBa3CVmlmii2GpDe9ZNFFBlOcK5LRckhGazLYurHpJ7kAImoDpK7wrTIAAAAASUVORK5CYII=) no-repeat
}

.public_jm_form_big {
	padding: 0 0 5px;
	position: relative;
	background-color: #f8f8f8;
	margin-bottom: 10px
}

.public_jfb_img {
	width: 100%;
	display: block;
	z-index: 8;
	position: relative
}

.public_jfb_form {
	overflow: hidden;
	top: -1px;
	padding: 14px 10px
}

.public_jfb_tip {
	color: #393939;
	padding-bottom: 5px
}

.public_jfb_search {
	overflow: hidden
}

.public_jfb_search .words {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 15%;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #e8dfef;
	color: #7c53a0;
	border: 1px solid #9e9e9e;
	border-right: 0
}

.public_jfb_search .input {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-left: 1px solid #d5ceda;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	border-right: 0;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.public_jfb_search .btn {
	float: left;
	width: 25%;
	height: 40px;
	background-color: #7c529f;
	border: 1px solid #7c529f;
	border-left: 0;
	color: #fff
}

.public_jfb_txt {
	text-align: center;
	font-size: 18px;
	color: #000;
	padding: 10px 20px 6px
}

.public_jm_form_small {
	padding: 10px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8
}

.public_jm_form_small .input {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border: 1px solid #bebebe;
	border-right: 0;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.public_jm_form_small .btn {
	position: absolute;
	width: 25%;
	height: 36px;
	background-color: #efefef;
	color: #333;
	right: 10px;
	top: 10px;
	border: 1px solid #bebebe
}

.public_jm_form_small .btn_bg {
	position: absolute;
	width: 25%;
	height: 36px;
	background-color: #4d94c5;
	color: #fff;
	right: 10px;
	top: 10px;
	border: 1px solid #bebebe
}

.jm_dream_hot {
	overflow: hidden
}

.jm_dream_hot span {
	padding-top: 10px;
	float: left
}

.jm_dream_hot a {
	color: #666;
	padding: 0 10px;
	margin: 10px 9px 0 0;
	height: 20px;
	line-height: 20px;
	float: left;
	background-color: #fff;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px
}

.m_jm_sort {
	overflow: hidden;
	background-color: #fff
}

.m_jm_sort li {
	width: 33.33%;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.m_jm_sort li:nth-of-type(3n) {
	border-right: none
}

.m_jm_sort a {
	position: relative;
	display: block;
	text-indent: 34px;
	font-size: 16px
}

.m_jm_sort a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: -25px;
	width: 35px;
	height: 35px;
	background: url(../images/zgjm_icon.png) no-repeat;
	-moz-background-size: 35px auto;
	-o-background-size: 35px auto;
	background-size: 35px auto
}

.m_jm_sort .renwu::after {
	background-position: 0 0
}

.m_jm_sort .shenghuo::after {
	background-position: 0 -35px
}

.m_jm_sort .dongwu::after {
	background-position: 0 -70px
}

.m_jm_sort .zhiwu::after {
	background-position: 0 -105px
}

.m_jm_sort .guishen::after {
	background-position: 0 -140px
}

.m_jm_sort .jianzhu::after {
	background-position: 0 -175px
}

.m_jm_sort .wupin::after {
	background-position: 0 -210px
}

.m_jm_sort .ziran::after {
	background-position: 0 -245px
}

.m_jm_sort .qingai::after {
	background-position: 0 -280px
}

.m_jm_sort .shenti::after {
	background-position: 0 -315px
}

.m_jm_sort .yunfu::after {
	background-position: 0 -350px
}

.m_jm_sort .qita::after {
	background-position: 0 -385px
}

.m_jm_sort li:last-of-type .last {
	text-indent: 0
}

.m_jm_sort li:last-of-type .last::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 10px;
	height: 10px;
	right: 50%;
	left: auto;
	margin-left: 20px;
	margin-right: -30px;
	margin-top: -5px
}

.m_jm_sort li:first-of-type .first::after {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAiCAMAAAAEcluKAAAATlBMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcWXxT1uAAAAGXRSTlMA6wwC5yGXzW3UsuDa8PTCrYv50WC8o24YRbxJPgAAAGlJREFUOMvl0jkCwjAUA9ExGMzyjW0SFt//ohxBKqiSV6sb8S5LEaJByykLNSBPrcJ9asmbVUhTe8J6kT4rO/I9GaAvVyWaV+Fhprdn1Us/ztqAo4MtODhg9Jvy6pD/mj6mlu2/laQFph/bgzKd6gfU8gAAAABJRU5ErkJggg==);
	width: 19px;
	height: 17px;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%
}

.jm_wonderful {
	overflow: hidden;
	background-color: #fff
}

.jm_wonderful a {
	display: block;
	padding: 10px
}

.jm_wonderful .pic {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.jm_wonderful .pic img {
	display: block;
	width: 100%
}

.jm_wonderful .info {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px
}

.jm_wonderful .info_t {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.jm_wonderful .info_c {
	height: 44px;
	line-height: 22px;
	color: #666;
	font-size: 14px;
	overflow: hidden
}

.jm_wonderful_list {
	overflow: hidden;
	background-color: #fff
}

.jm_wonderful_list a {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px
}

.jm_wonderful_list a:nth-of-type(2n) {
	border-right: none
}

.jm_box_list {
	overflow: hidden;
	background-color: #fff
}

.jm_box_list a {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #ececec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 10px
}

.jm_box_list a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 13px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 10px;
	height: 10px
}

.m_jm_title {
	float: right
}

.m_jm_title a {
	display: inline-block;
	margin-left: 15px;
	height: 40px;
	line-height: 40px
}

.jm_rili_box {
	overflow: hidden;
	background-color: #fff;
	padding: 10px
}

.jm_rili_box .ny {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	background-color: #fff1dc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.jm_rili_box .ny_t {
	height: 28px;
	line-height: 28px;
	background-color: #f04542;
	color: #fff1dc;
	font-size: 15px
}

.jm_rili_box .ny_b {
	color: #f04542;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0;
	line-height: 30px
}

.jm_rili_box .info {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-left: 10px
}

.jm_rili_box .info_t {
	color: #f04542;
	font-weight: 700;
	font-size: 18px
}

.jm_rili_box .info_week {
	color: #f04542;
	font-size: 14px;
	padding-bottom: 5px
}

.jm_free_pic {
	overflow: hidden;
	padding-bottom: 10px;
	background-color: #fff
}

.jm_free_pic a {
	float: left;
	width: 25%;
	text-align: center;
	padding: 10px 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.jm_free_pic img {
	display: block;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	max-width: 80px;
	margin: 0 auto
}

.jm_free_pic p {
	line-height: 2;
	height: 28px;
	overflow: hidden;
	margin-top: 5px
}

.jm_free_list {
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	margin-bottom: 10px
}

.jm_free_list a {
	width: 20%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.jm_free_list a:nth-child(5n) {
	border-right: none
}

.jm_tl_box:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 7px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAMAAAD9GTxlAAAAP1BMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZlrBqSAAAAFHRSTlMAwId7npRnuI9hg3Pxya6oPiIJAlwtq/gAAABZSURBVBjTfY5JDoAwDAPTLS2UHf//rdzAiUR9G2UcWeQQzoTMWGC5AZE5Ao05AcX1k/PnUT87vzg/AEpjF6znSx0I3009VbNyoy/G7N7cb14bzNgqHL3kNw8cUARVwmpwSAAAAABJRU5ErkJggg==) center no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%
}

.jm_list .m_list_item {
	position: relative;
	padding-right: 35px
}

.jm_list .m_list_item:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 7px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAMAAAD9GTxlAAAAP1BMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZlrBqSAAAAFHRSTlMAwId7npRnuI9hg3Pxya6oPiIJAlwtq/gAAABZSURBVBjTfY5JDoAwDAPTLS2UHf//rdzAiUR9G2UcWeQQzoTMWGC5AZE5Ao05AcX1k/PnUT87vzg/AEpjF6znSx0I3009VbNyoy/G7N7cb14bzNgqHL3kNw8cUARVwmpwSAAAAABJRU5ErkJggg==) center no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%
}

.jm_more_mj {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px
}

.jm_more_mj a {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px
}

.jm_more_mj a:nth-of-type(2n) {
	border-right: none
}

.jm_no_sorry {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 46px
}

.jm_no_words {
	text-align: center;
	font-size: 18px
}

.jm_no_pic {
	margin: 10px auto;
	width: 156px;
	height: 128px
}

.jm_no_pic img {
	display: block;
	width: 100%
}

.jm_ad_title {
	padding-top: 10px
}

.jm_ad_title h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #7b419c;
	padding: 10px 0
}

.public_peidui {
	padding: 10px;
	position: relative
}

.public_p_box {
	overflow: hidden;
	overflow: hidden;
	height: 34px;
	margin-bottom: 10px
}

.public_p_box:last-child {
	margin-bottom: 0
}

.public_p_box .sel {
	width: 38%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid silver;
	height: 34px;
	line-height: 34px;
	background: #fff url(../images/select.png) no-repeat 95% center/12px;
	margin-right: 2%;
	font-size: 16px;
	text-indent: 10px;
	color: #333;
	vertical-align: middle
}

.public_p_box .btn {
	width: 18%;
	background: #d11010;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	vertical-align: middle
}

.public_p_box .btn_xx {
	background: #f66483
}

.public_p_box .btn_xz {
	background: #7b419c
}

.public_mod_zj {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 10px 0 0
}

.public_mz_index,
.public_mz_list {
	display: block;
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin: 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.public_mz_index {
	height: 124px
}

.public_mz_list {
	height: 188px
}

.public_mz_img {
	margin: 0 auto 5px;
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden
}

.public_mz_img img {
	width: 68px;
	height: 68px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block
}

.public_mz_index h3,
.public_mz_list h3 {
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	padding-bottom: 2px
}

.public_mz_index p,
.public_mz_list p {
	padding: 0 10px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	margin-top: 4px;
	text-align: center
}

.public_pic_list {
	position: relative;
	overflow: hidden;
	padding: 0 0 8px;
	background-color: #fff
}

.public_pl_block {
	float: left;
	width: 47%;
	background-color: #f6f6f6;
	display: block;
	margin: 10px 0 0 2%;
	padding: 0 0 10px
}

.public_pl_block img {
	display: block;
	width: 100%
}

.public_pl_block h3 {
	padding: 6px 4px 0;
	color: #222;
	font-size: 16px;
	text-align: center;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.public_xz_wrap {
	background-color: #67699f;
	position: relative;
	padding: 10px
}

.public_xzw_name {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-align: center
}

.public_xzw_img {
	width: 100%;
	display: block
}

.public_xzw_lattice {
	position: relative;
	height: 70px;
	overflow: hidden
}

.public_xzw_table {
	border-top: 1px solid #7273a6;
	border-left: 1px solid #7273a6;
	width: 100%
}

.public_xzw_table td {
	height: 42px;
	border-bottom: 1px solid #7273a6;
	border-right: 1px solid #7273a6;
	color: #d0d1ff;
	width: 33.33%;
	text-align: center;
	font-size: 12px;
	background-color: #8586b5
}

.public_xzw_table td:nth-child(2) {
	background-color: #7779ad
}

.public_xzw_table td a {
	display: block;
	color: #d0d1ff
}

.public_xzw_first td {
	height: 70px
}

.public_xzw_first td p {
	font-size: 14px;
	color: #fff;
	padding-top: 4px
}

.public_xzw_change {
	height: 40px;
	background-image: url(../images/xz_show.png);
	background-repeat: no-repeat;
	-moz-background-size: auto 40px;
	-o-background-size: auto 40px;
	background-size: auto 40px;
	background-position: center
}

.public_xzw_tit {
	color: #fad5ff;
	font-size: 18px;
	padding: 4px 0 0;
	height: 30px
}

.public_xzw_tit span {
	color: #ffd21e
}

.public_xzw_txt {
	color: #fff;
	line-height: 24px;
	padding: 0 0 8px
}

.public_xzw_star1,
.public_xzw_star2,
.public_xzw_star3,
.public_xzw_star4,
.public_xzw_star5 {
	display: inline-block;
	height: 30px
}

.public_xzw_star1 i,
.public_xzw_star2 i,
.public_xzw_star3 i,
.public_xzw_star4 i,
.public_xzw_star5 i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	vertical-align: middle;
	position: relative;
	top: -2px
}

.public_xzw_star1 i:nth-child(1),
.public_xzw_star2 i:nth-child(-n+2),
.public_xzw_star3 i:nth-child(-n+3),
.public_xzw_star4 i:nth-child(-n+4),
.public_xzw_star5 i {
	background-image: url(../images/star_on.png)
}

.public_xzw_link {
	overflow: hidden;
	position: relative;
	padding: 10px 0 0
}

.public_xzw_link li {
	width: 33.33%;
	float: left;
	margin-bottom: 10px;
	text-align: center
}

.public_xzw_link a {
	display: inline-block;
	border: 1px solid #bbbcea;
	background-color: #8587b2;
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 32px;
	width: 90%;
	line-height: 32px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden
}

.public_yunshi_fixclass {
	position: fixed;
	left: 0;
	top: -40px;
	z-index: 3;
	width: 100%;
	height: 40px;
	background-color: #fff;
	-webkit-transition: top .3s;
	-o-transition: top .3s;
	-moz-transition: top .3s;
	transition: top .3s
}

.fixclass_show {
	top: 40px
}

.public_yunshi_class {
	position: relative;
	overflow: hidden;
	height: 40px;
	background-color: #fff
}

.public_yunshi_class a,
.public_yunshi_fixclass a {
	display: block;
	float: left;
	width: 16.66%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px
}

.public_yunshi_class .active,
.public_yunshi_fixclass .active {
	border-bottom: 2px solid #7b419c;
	color: #7b419c
}

.public_yunshi_day {
	background: #fff url(../images/bg_yunshi.png) no-repeat top center/100%;
	padding-top: 20px
}

.public_yd_name {
	font-size: 24px;
	text-align: center;
	color: #fff
}

.public_yd_effective {
	color: #666;
	text-align: center;
	color: #fff;
	margin-top: 8px
}

.public_yd_data {
	font-size: 12px;
	padding-left: 110px;
	position: relative;
	height: 120px;
	margin: 15px 10px
}

.public_yd_dimg {
	position: absolute;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: 10px;
	width: 100px;
	height: 100px
}

.public_yd_fraction {
	padding-top: 10px
}

.public_yd_fraction div {
	height: 20px;
	color: #fff;
	padding: 0 46px 0 36px;
	position: relative
}

.public_yd_fraction p {
	height: 12px;
	position: relative;
	top: 3px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.public_yd_fraction span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.public_yd_fraction div:nth-child(1) span {
	background-color: #ff8362
}

.public_yd_fraction div:nth-child(2) span {
	background-color: #c1f19a
}

.public_yd_fraction div:nth-child(3) span {
	background-color: #f1e29a
}

.public_yd_fraction div:nth-child(4) span {
	background-color: #bbf6ff
}

.public_yd_fraction div:nth-child(5) span {
	background-color: #fecbff
}

.public_yd_fraction b,
.public_yd_fraction strong {
	position: absolute;
	height: 20px;
	line-height: 20px;
	top: 0;
	width: 36px;
	font-weight: 400
}

.public_yd_fraction b {
	left: 0
}

.public_yd_fraction strong {
	right: 0
}

.public_yd_wdata {
	position: relative;
	height: 120px;
	margin: 20px 10px 10px
}

.public_yd_wimg {
	position: absolute;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 50%;
	top: 10px;
	width: 100px;
	height: 100px;
	margin-left: -50px
}

.public_yd_wleft,
.public_yd_wright {
	position: absolute;
	top: 10px;
	font-size: 12px;
	text-align: center;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff
}

.public_yd_wleft {
	padding-right: 60px;
	left: 0
}

.public_yd_wright {
	padding-left: 60px;
	right: 0
}

.public_yd_wleft p,
.public_yd_wright p {
	line-height: 40px
}

.public_yd_wleft span,
.public_yd_wright span {
	font-size: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 2px
}

.public_yd_wleft span {
	border: 2px solid #e8b79f;
	color: #e8b79f
}

.public_yd_wright span {
	border: 2px solid #ff8362;
	color: #ff8362
}

.public_yd_mod {
	margin-top: 10px
}

.public_yd_mod_title {
	border-top: 1px solid #eee;
	padding: 8px 10px 0;
	position: relative
}

.public_yd_mod_title h3 {
	font-size: 18px;
	color: #ff8362;
	display: inline-block
}

.public_yd_mod_title div {
	height: 20px;
	color: #666;
	padding: 0 46px 0 36px;
	position: relative;
	width: 120px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px
}

.public_yd_mod_title p {
	height: 12px;
	position: relative;
	top: 3px;
	background-color: #f5f5f5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden
}

.public_yd_mod_title span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.public_yd_mod_title b,
.public_yd_mod_title strong {
	position: absolute;
	height: 20px;
	line-height: 20px;
	top: 0;
	width: 36px;
	font-weight: 400
}

.public_yd_mod_title b {
	left: 0
}

.public_yd_mod_title strong {
	right: 0
}

.public_yd_mod_text {
	margin: 10px;
	background-color: #fafafa;
	padding: 10px
}

.public_yd_mod_text h4 {
	display: inline-block;
	margin-bottom: 8px;
	color: #fff;
	background-color: #ff8362;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px
}

.public_yd_mod_text p {
	color: #666
}

.public_yd_mod .public_yd_mod_box:nth-child(1) h3 {
	color: #ff8362
}

.public_yd_mod .public_yd_mod_box:nth-child(1) .public_yd_mod_title span {
	background-color: #ff8362
}

.public_yd_mod .public_yd_mod_box:nth-child(1) .public_yd_mod_text h4 {
	background-color: #ff8362
}

.public_yd_mod .public_yd_mod_box:nth-child(1) .public_yd_mod_text:nth-child(3) h4 {
	background-color: #91b3df
}

.public_yd_mod .public_yd_mod_box:nth-child(2) h3 {
	color: #64c3d1
}

.public_yd_mod .public_yd_mod_box:nth-child(2) .public_yd_mod_title span {
	background-color: #64c3d1
}

.public_yd_mod .public_yd_mod_box:nth-child(2) .public_yd_mod_text h4 {
	background-color: #64c3d1
}

.public_yd_mod .public_yd_mod_box:nth-child(3) h3 {
	color: #d8c777
}

.public_yd_mod .public_yd_mod_box:nth-child(3) .public_yd_mod_title span {
	background-color: #d8c777
}

.public_yd_mod .public_yd_mod_box:nth-child(3) .public_yd_mod_text h4 {
	background-color: #d8c777
}

.public_yd_coll {
	position: relative
}

.public_yd_coll_box {
	min-height: 60px;
	line-height: 20px;
	padding: 10px 10px 10px 80px;
	color: #666;
	position: relative
}

.public_yd_coll_box div {
	position: absolute;
	width: 60px;
	height: 20px;
	left: 10px;
	top: 50%;
	margin-top: -30px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	padding-top: 40px
}

.public_yd_coll_box div:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url(../images/icon_yunshi_coll.png);
	background-repeat: no-repeat;
	-moz-background-size: 40px auto;
	-o-background-size: 40px auto;
	background-size: 40px auto
}

.public_yd_coll_box .makeup:after {
	background-position: 0 0
}

.public_yd_coll_box .dress:after {
	background-position: 0 -40px
}

.public_yd_coll_box .activity:after {
	background-position: 0 -80px
}

.public_yd_info {
	padding: 10px 20px;
	line-height: 1.8;
	color: #666
}

.public_yd_circular {
	overflow: hidden;
	height: 72px;
	position: relative;
	text-align: center;
	padding: 20px 0
}

.public_yd_circular div {
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 1px solid #7499d6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px;
	line-height: 50px;
	position: relative;
	color: #7499d6;
	font-size: 16px
}

.public_yd_circular p {
	position: absolute;
	width: 70px;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
	height: 30px;
	line-height: 26px;
	color: #fff;
	background-color: #7499d6;
	bottom: 0;
	left: 0;
	font-size: 12px
}

.public_yd_tip {
	position: relative;
	font-size: 18px;
	color: #333;
	height: 30px;
	text-align: center;
	margin: 10px 0 0
}

.public_yd_tip:after,
.public_yd_tip:before {
	content: '';
	position: absolute;
	width: 26%;
	height: 1px;
	background: #e8e8e8;
	top: 13px
}

.public_yd_tip:after {
	left: 10px
}

.public_yd_tip:before {
	right: 10px
}

.public_nav_title {
	padding: 12px 10px;
	background-color: #fff;
	position: relative
}

.public_nav_title i {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 8px;
	top: 5px;
	background-image: url(../images/index_icon.png);
	-moz-background-size: 40px auto;
	-o-background-size: 40px auto;
	background-size: 40px auto;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.public_nav_title h3 {
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #7b419c;
	padding: 0 20px 0 50px;
	display: inline-block
}

.public_nav_title h3 a {
	color: #fff
}

.public_nt_xzys h3 {
	background-color: #4d94c5
}

.public_nt_xzys i {
	background-position: 0 0;
	border-color: #4d94c5;
	background-color: #a6cae2
}

.public_nt_12xz h3 {
	background-color: #9754b0
}

.public_nt_12xz i {
	background-position: 0 -40px;
	border-color: #9754b0;
	background-color: #cbaad8
}

.public_nt_xlcs h3 {
	background-color: #f56b7d
}

.public_nt_xlcs i {
	background-position: 0 -80px;
	border-color: #f56b7d;
	background-color: #fde1e5
}

.public_nt_12sx h3 {
	background-color: #ec460a
}

.public_nt_12sx i {
	background-position: 0 -120px;
	border-color: #ec460a;
	background-color: #f9c2ae
}

.public_nt_zxsm h3 {
	background-color: #efae00
}

.public_nt_zxsm i {
	background-position: 0 -160px;
	border-color: #efae00;
	background-color: #fcefcc
}

.public_nt_zgjm h3 {
	background-color: #4d94c5
}

.public_nt_zgjm i {
	background-position: 0 -200px;
	border-color: #4d94c5;
	background-color: #a6cae2
}

.public_nt_fsml h3 {
	background-color: #ec460a
}

.public_nt_fsml i {
	background-position: 0 -240px;
	border-color: #ec460a;
	background-color: #fbd8cc
}

.public_nt_whfs h3 {
	background-color: #ea8224
}

.public_nt_whfs i {
	background-position: 0 -280px;
	border-color: #ea8224;
	background-color: #f5c192
}

.public_nt_tlp h3 {
	background-color: #9b59b4
}

.public_nt_tlp i {
	background-position: 0 -320px;
	border-color: #9b59b4;
	background-color: #cbaad8
}

.public_nt_xx h3 {
	background-color: #f66483
}

.public_nt_xx i {
	background-position: 0 -360px;
	border-color: #f66483;
	background-color: #fbb2c1
}

.public_nt_zjzl h3 {
	background-color: #9f6455
}

.public_nt_zjzl i {
	background-position: 0 -400px;
	border-color: #9f6455;
	background-color: #a6cae2
}

.public_nt_zt h3 {
	background-color: #9754b0
}

.public_nt_zt i {
	background-position: 0 -440px;
	border-color: #9754b0;
	background-color: #cbaad8
}

.public_nt_lhl h3 {
	background-color: #efae00
}

.public_nt_lhl i {
	background-position: 0 -480px;
	border-color: #efae00;
	background-color: #f7d780
}

.public_nav_col {
	position: relative;
	overflow: hidden;
	background: #fff
}

.public_nav_col a {
	display: block;
	line-height: 20px;
	height: 40px;
	padding: 10px;
	float: left;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 25%
}

.global_sm_tit {
	font-size: 24px;
	padding: 10px;
	color: #000
}

.public_sm_form {
	margin: 0 10px;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #cdcdcd
}

.public_sf_col1 input,
.public_sf_col1 select,
.public_sf_col2 input,
.public_sf_col2 select,
.public_sf_col3 select {
	display: block;
	border: 1px solid #cdcdcd;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 36px;
	padding: 0 10px;
	font-size: 18px;
	background-color: #fff;
	margin-bottom: 6px
}

.public_sf_col1 input {
	text-align: center
}

.public_sf_col1 input,
.public_sf_col1 select {
	width: 100%
}

.public_sf_col2 input,
.public_sf_col2 select {
	width: 48%
}

.public_sf_col3 select {
	width: 32%
}

.public_sf_col3 select:nth-child(2) {
	margin: 0 2%
}

.public_sm_form select {
	background: #fff url(../images/select.png) no-repeat 90% center/12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.public_sf_btn {
	width: 100%;
	display: inline-block;
	height: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 38px;
	text-align: center;
	background-color: #7b419c;
	color: #fff;
	font-size: 18px;
	margin-top: 10px
}

.public_sf_ffsm {
	background-color: #906
}

.public_sm_btn {
	display: block;
	height: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 38px;
	text-align: center;
	background-color: #7b419c;
	color: #fff;
	font-size: 18px;
	margin: 10px
}

.public_sm_content {
	padding: 10px
}

.public_sm_content p {
	font-size: 16px;
	color: #666;
	line-height: 1.8em;
	margin-bottom: 10px
}

.public_sm_content img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.public_sm_content .tit {
	color: #000;
	font-size: 18px
}

.public_sm_content .color {
	color: #7b419c
}

.public_sm_lovely {
	position: relative;
	background-color: #fff;
	padding: 0 10px 5px
}

.public_sl_img,
.public_sl_tit {
	position: relative;
	overflow: hidden
}

.public_sl_img li,
.public_sl_tit li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left
}

.public_sl_img a {
	display: block;
	position: relative;
	line-height: 30px;
	color: #333;
	text-align: center;
	margin: 10px 5px 3px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.public_sl_tit a {
	display: block;
	margin: 2px;
	line-height: 36px;
	color: #333;
	border: 1px solid #e8e8e8;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.public_sl_img img {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px
}

.public_jr_peidui,
.public_zh_peidui {
	overflow: hidden;
	overflow: hidden;
	height: 34px;
	padding: 6px 0
}

.public_jr_peidui select,
.public_zh_peidui select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid silver;
	height: 34px;
	line-height: 34px;
	background: #fff url(../images/select.png) no-repeat 95% center/12px;
	margin-right: 1%;
	font-size: 16px;
	text-indent: 10px;
	color: #333;
	vertical-align: middle
}

.public_zh_peidui select {
	width: 25%
}

.public_jr_peidui select {
	width: 38%
}

.public_jr_peidui .btn {
	width: 18%;
	background: #e44200;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	vertical-align: middle
}

.public_zh_peidui .btn {
	width: 18%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border: 1px solid #c4c4c4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #e6e6e6));
	-webkit-box-shadow: 1px 1px 3px #d7d6d6;
	-moz-box-shadow: 1px 1px 3px #d7d6d6;
	box-shadow: 1px 1px 3px #d7d6d6;
	color: #7c3214
}

.public_xzk {
	position: relative;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0 0 10px
}

.public_xzk_top {
	padding: 10px 12px;
	position: relative;
	height: 70px;
	display: block
}

.public_xzk_top h3 {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #7b419c;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: 700
}

.public_xzk_top p {
	color: #666;
	height: 40px;
	line-height: 20px;
	overflow: hidden
}

.public_xzk_list {
	position: relative;
	border-top: 1px solid #e8e8e8;
	margin: 0 10px
}

.public_xzk_list a {
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	background-color: #fff;
	position: relative;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 40px 0 10px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #000;
	font-size: 16px;
	background-color: #f8f8f8
}

.public_xzk_list a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/next.png) center no-repeat;
	-moz-background-size: 30%;
	-o-background-size: 30%;
	background-size: 30%
}

.public_ffsm_list {
	position: relative;
	background-color: #fff;
	padding: 0 0 10px
}

.public_fl_img,
.public_fl_tit {
	position: relative;
	overflow: hidden
}

.public_fl_img {
	padding-top: 5px
}

.public_fl_img li,
.public_fl_tit li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left
}

.public_fl_img a {
	display: block;
	position: relative;
	line-height: 2em;
	color: #333;
	text-align: center;
	margin: 3px 2px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.public_fl_tit {
	position: relative
}

.public_fl_tit li {
	padding: 2px 6px
}

.public_fl_tit a {
	display: block;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	border: 1px solid #999;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.public_fl_tit li:nth-child(1) a {
	color: #f60
}

.public_fl_tit li:nth-child(2) a {
	color: #6399ff
}

.public_fl_tit li:nth-child(3) a {
	color: #909
}

.public_fl_tit li:nth-child(4) a {
	color: #ff5acb
}

.public_fl_img img {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px
}

@media screen and (max-width:320px) {
	.public_ffsm_list {
		font-size: 13px
	}
}

@media screen and (min-width:360px) {
	.public_ffsm_list {
		font-size: 15px
	}
}

.public_bottom_more {
	display: block;
	margin: 10px auto;
	height: 36px;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	width: 50%;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	color: #686868
}

.m_item_list {
	overflow: hidden;
	background-color: #fff;
	padding-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: wrap
}

.m_item_list li {
	width: 33.33%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.m_item_list a {
	display: block;
	border: 1px solid #e9e2d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 24px;
	line-height: 24px;
	background-color: #f5efe2;
	color: #81725b;
	font-size: 14px
}

.nav {
	overflow: hidden;
	background: #7b419c;
	padding: 5px 0
}

.nav a {
	display: block;
	float: left;
	width: 16.66%;
	line-height: 30px;
	color: #fff;
	text-align: center
}

.index_mod_sm {
	position: relative;
	border-top: 1px solid #e8e8e8;
	padding: 12px 10px;
	background: #fff
}

.ims_box,
.ims_img {
	position: relative;
	overflow: hidden
}

.ims_img a {
	display: block;
	width: 25%;
	float: left;
	color: #333;
	line-height: 20px;
	text-align: center
}

.ims_img a>img {
	display: block;
	width: 80%;
	margin: 0 auto
}

.ims_box a {
	display: block;
	width: 25%;
	float: left;
	margin-top: 6px
}

.ims_box a>span {
	display: block;
	margin: 0 2px;
	border: 1px solid #e8e8e8;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #000;
	overflow: hidden
}

.index_mod_zt {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px;
	background-color: #fff
}

.imz_block {
	float: left;
	width: 50%
}

.imz_block a {
	display: block;
	margin: 1px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 18px
}

.imz_block:nth-child(1) a {
	background-color: #7a2be6
}

.imz_block:nth-child(2) a {
	background-color: #fc99a4
}

.imz_block:nth-child(3) a {
	background-color: #7b8af3
}

.imz_block:nth-child(4) a {
	background-color: #3dacd5
}

.imz_block:nth-child(5) a {
	background-color: #7fbc4b
}

.imz_block:nth-child(6) a {
	background-color: #ff2778
}

.imz_block:nth-child(7) a {
	background-color: #1cb23f
}

.imz_block:nth-child(8) a {
	background-color: #f8ff2f;
	color: #000
}

.tarot_card {
	position: relative;
	overflow: hidden;
	padding: 10px;
	background-color: #fff
}

.tc_block {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	float: left
}

.tc_block a {
	display: block;
	border: 1px solid #d9d9d9;
	background-color: #f8f8f8;
	color: #333;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.zjzl_title {
	position: relative;
	height: 44px;
	border-bottom: 1px solid #e8e8e8;
	background: #f7f7f7
}

.zjzl_title div {
	color: #222;
	line-height: 44px;
	text-indent: 10px;
	font-size: 16px
}

.zjzl_title div span {
	color: #9f6455
}

.zjzl_title a {
	position: absolute;
	padding: 0 10px;
	height: 28px;
	border: 1px solid #e8e8e8;
	right: 10px;
	top: 6px;
	line-height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	background-color: #fff
}

.zjzl_list {
	position: relative;
	padding: 10px 0;
	overflow: hidden
}

.zjzl_list a {
	width: 40%;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
	text-align: center
}

.zjzl_list a:first-child {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px
}

.zjzl_list a:last-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px
}

.zjzl_list .active {
	background-color: #9f6455;
	color: #fff
}

.zjzl_synopsis {
	padding: 10px 10px 0;
	position: relative;
	background-color: #fff
}

.zs_img {
	margin: 0 auto;
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden
}

.zs_img img {
	width: 68px;
	height: 68px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block
}

.zs_name {
	text-align: center;
	font-size: 16px;
	color: #7c3214;
	line-height: 26px;
	margin-top: 4px
}

.zs_intro {
	padding: 6px 0 10px;
	line-height: 20px;
	color: #666
}

.zt_show {
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
	position: relative;
	padding: 10px
}

.zt_show_title {
	position: relative;
	height: .4rem;
	line-height: .4rem;
	overflow: hidden;
	text-align: center;
	font-size: .18rem;
	font-weight: 700;
	margin-bottom: .05rem
}

.zt_show_title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #e7e7e7
}

.zt_show_title span {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 0 .12rem
}

.zt_show img {
	width: 100%;
	display: block
}

.zt_show p {
	padding-top: 8px;
	line-height: 1.8em;
	font-size: 16px;
	color: #666
}

.zt_correlation_list {
	position: relative;
	padding: 10px;
	background-color: #fff
}

.zt_correlation_list img {
	width: 100%;
	display: block;
	margin-bottom: 10px
}

.zt_graphic_title {
	height: .46rem;
	line-height: .46rem;
	border-bottom: 1px solid #ececec;
	border-left: .06rem solid #7b419c;
	padding-left: .1rem;
	color: #7b419c;
	font-weight: 700;
	background-color: #fff;
	margin-top: 5px;
	font-size: .18rem
}

.sx_details {
	position: relative;
	padding: 10px;
	background-color: #fff
}

.sd_img {
	color: #d11010;
	font-size: 18px;
	text-align: center;
	color: #333;
	font-weight: 700
}

.sd_img img {
	display: block;
	margin: 0 auto;
	width: 50%
}

.sd_table {
	width: 100%;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8
}

.sd_table td,
.sd_table th {
	width: 16.6%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #f9f9f9;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8
}

.sd_table th {
	background-color: #d11010;
	color: #fff
}

.sd_table_b {
	padding: 0 10px;
	text-align: left;
	line-height: 20px
}

.sd_table_b span {
	color: #d11010;
	padding: 0 5px
}

.sx_yunshi {
	padding: 10px 0;
	line-height: 22px
}

.sx_tit {
	overflow: hidden;
	font-weight: 700;
	padding-bottom: 8px;
	color: #d11010;
	font-size: 16px
}

.sx_tit span {
	float: left;
	display: block
}

.sx_tit a {
	float: right;
	display: block;
	color: #90f;
	font-size: 14px;
	text-decoration: underline
}

.sx_assort {
	padding-bottom: 10px;
	position: relative
}

.sx_assort_box {
	margin-bottom: 6px;
	position: relative;
	padding: 5px 5px 5px 35px;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
	min-height: 60px;
	color: #666;
	line-height: 22px
}

.sx_cy_tit,
.sx_gq_tit,
.sx_jk_tit,
.sx_sy_tit {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 30px;
	border: 1px solid #e8e8e8;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.sx_cy_tit span,
.sx_gq_tit span,
.sx_jk_tit span,
.sx_sy_tit span {
	display: block;
	width: 20px;
	height: 40px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -20px;
	text-align: center
}

.sx_sy_tit {
	background-color: #d11010
}

.sx_gq_tit {
	background-color: #ff3a72
}

.sx_cy_tit {
	background-color: #ffa800
}

.sx_jk_tit {
	background-color: #9abb00
}

.sx_link {
	overflow: hidden;
	position: relative
}

.sx_link a {
	display: block;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
	height: 24px;
	line-height: 24px;
	float: left;
	color: #666;
	margin: 0 4px 6px;
	background-color: #eee
}

.yunshi_xz {
	position: relative;
	background-color: #f8f8f8
}

.yx_tip {
	position: relative;
	padding: 8px 10px;
	overflow: hidden;
	height: 24px;
	text-align: center
}

.yx_tip a,
.yx_tip span {
	display: inline-block;
	padding: 0 6px;
	margin: 0 3px;
	height: 24px;
	line-height: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	color: #7b419c;
	width: 14.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.yx_tip .active {
	background-color: #7b419c;
	color: #fff
}

.yx_xz_wrap {
	position: relative;
	border-top: 1px solid #e8e8e8;
	position: relative;
	background: #fff;
	height: 390px
}

.yx_xz {
	position: absolute;
	width: 100%;
	height: 390px;
	left: 0;
	top: 0;
	display: none
}

.yx_xz .box {
	width: 25%;
	text-align: center;
	color: #484848;
	float: left;
	display: block;
	padding: 10px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	height: 130px
}

.yx_xz .box h3 {
	color: #393939;
	font-size: 16px
}

.yx_xz .box img {
	display: block;
	width: 70px;
	margin: 0 auto
}

.yx_xz .box p {
	color: #666;
	font-size: 12px
}

.xp_index_info {
	position: relative;
	width: 100%;
	background-color: #d2e1ff;
	font-size: 14px;
	color: #3a3a3a;
	margin-top: 10px
}

.xp_index_info .tab_title {
	background-color: #fff;
	color: #3a3a3a;
	overflow: hidden
}

.xp_index_info .tab_title a {
	text-align: center;
	line-height: 40px;
	float: left;
	width: 33.3333%;
	font-size: 16px
}

.xp_index_info .tab_title .active {
	background-color: #d2e1ff;
	color: #7c4e9c
}

.xp_index_info .tab_item {
	display: none
}

.xp_index_info .tab_item_line {
	padding: 10px 0 4px
}

.xp_index_info .tab_item_line p {
	padding: 4px 8px;
	overflow: hidden
}

.xp_index_info .tab_item_line span {
	float: right
}

.xp_index_info .tab_item_ball {
	padding: 8px;
	overflow: hidden
}

.xp_index_info .tab_item_ball p {
	float: left;
	padding-right: 25px;
	line-height: 20px;
	margin: 0 10px 8px 0
}

.xp_index_info .tab_item_ball span {
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #999;
	text-align: center;
	margin-left: 5px
}

.xp_index_svg .addr_select {
	overflow: hidden;
	padding: 20px 20px 5px 10px;
	white-space: nowrap
}

.xp_index_svg .addr_select select {
	height: 40px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 34px 0 10px;
	text-align: right;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABTklEQVRYR+3VPS4GURSH8d/rq1dZgwXYAZVWp0JFIkGFisJHRyFUSGioaKxAYgEqS7ACSnKSd5LJzWS+MkhkbjfJ3Hme859zzx344zX4Y75eoE+gTyCfwAy2cI7nHzqec1jBIV6DkRd4xxQ+MYuXjiUC/oRxvGE6FdjFwRDatUQeHoh1nKUC8XyE7Y4lUvgmTrN0i07BCTY6kiiFFyWQiXUhkcJ3cJz2VdkciNOw2jKJFL6H/aKmrhpEbSRSeFQd1ReuKoHY1ESiEbysB1LbKyxV/I55PAzPebwanR4dX7rqJJCJXpZIBPwRY0NaLXiTBLJ3b7GYJDGZwC+wVlV52Rwo2zuCm5zEByZylTeCN00gEwuJeywkptdYrlt52wSyfaO4y0kEPG65r98SCE5IxLUaF1cMmcbwtr+gaZGdHMNOofmP1Z0DvUCfwP9N4BuZDkUhcySK9gAAAABJRU5ErkJggg==);
	-moz-background-size: 16px auto;
	-o-background-size: 16px auto;
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: 94% center;
	background-color: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none
}

.xzk_details {
	position: relative;
	background-color: #fff;
	padding: 0 0 10px
}

.xd_img {
	width: 100%;
	display: block
}

.xd_h3 {
	position: relative;
	color: #7b419c;
	font-size: 18px;
	padding: 8px 0;
	text-align: center
}

.xd_ana,
.xd_txt {
	line-height: 22px;
	color: #666;
	padding: 0 12px
}

.xd_tit {
	margin: 10px;
	line-height: 30px;
	background-color: #7b419c;
	color: #fff;
	padding: 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.xd_wzjx {
	margin: 0 10px;
	border-top: 1px solid #e8e8e8
}

.xd_wzjx li {
	padding: 10px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8
}

.xd_wzjx a {
	display: block;
	padding: 36px 0 0 90px;
	position: relative;
	height: 66px
}

.xd_wzjx h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	height: 30px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 30px;
	font-size: 18px
}

.xd_wzjx h3:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../images/next.png) center no-repeat;
	-moz-background-size: 30%;
	-o-background-size: 30%;
	background-size: 30%
}

.xd_wzjx img {
	position: absolute;
	width: 80px;
	height: 66px;
	left: 0;
	bottom: 0
}

.xd_wzjx p {
	line-height: 22px;
	color: #666;
	height: 66px;
	overflow: hidden
}

.zhuanye_list {
	position: relative;
	background-color: #f8f8f8;
	margin-top: 10px;
	border-top: 1px solid #d9d9d9
}

.zl_box {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 10px 10px 110px;
	position: relative;
	height: 70px;
	display: block
}

.zl_box img {
	position: absolute;
	width: 90px;
	height: 70px;
	left: 10px;
	top: 10px
}

.zl_box h3 {
	height: 26px;
	line-height: 24px;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.zl_box p {
	color: #666;
	height: 44px;
	line-height: 22px;
	overflow: hidden
}

.zl_box span {
	color: #602b7e;
	margin-right: 4px
}

.zhuanye_buy {
	background-color: #fff;
	padding: 0 10px 10px
}

.zb_prize {
	text-align: center;
	font-size: 20px;
	color: #ff4e00
}

.zb_prize del {
	font-size: 14px;
	color: #666;
	padding: 0 8px
}

.zb_btn {
	display: block;
	height: 32px;
	line-height: 32px;
	background-color: #9b59b4;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 6px 0;
	font-size: 14px
}

.zb_form {
	position: relative
}

.zb_form .txt {
	height: 32px;
	border: none;
	background-color: #eee;
	color: #666;
	width: 100%;
	padding: 0 42px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zb_form .btn {
	position: absolute;
	width: 32px;
	height: 32px;
	right: 0;
	top: 0;
	background: url(../images/zy_search.png) center no-repeat;
	-moz-background-size: 70%;
	-o-background-size: 70%;
	background-size: 70%
}

.zy_buy_pop {
	padding: 0 20px 20px
}

.zy_buy_pop a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	text-align: center;
	width: 240px
}

.zy_buy_pop .alipay {
	background-color: #2687e2
}

.zy_buy_pop .aibei {
	background-color: #3fa421
}

.zy_buy_success {
	position: relative;
	background-color: #fff;
	padding: 16px 10px
}

.zbs_tit {
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-size: 18px;
	color: #222
}

.zbs_tit img {
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 0
}

.zbs_txt {
	padding: 10px 0;
	color: #666;
	line-height: 1.8em
}

.zbs_copy {
	border: 1px solid #d0d0d0;
	background-color: #f4f4f4;
	padding: 10px 6px
}

.zbs_sn {
	line-height: 32px
}

.zbs_phone {
	position: relative;
	height: 32px
}

.zbs_phone .txt {
	width: 70%;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px
}

.zbs_phone .btn {
	width: 28%;
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #78498c;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.zbs_btn {
	background-color: #78498c;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 20px 0 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px
}

.dashi {
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px
}

.d_top {
	overflow: hidden;
	position: relative
}

.dt_l {
	overflow: hidden;
	margin-bottom: 5px
}

.dt_l .pic {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px
}

.dt_l img {
	display: block;
	width: 100%
}

.dt_l .info {
	overflow: hidden;
	width: 130px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle
}

.dt_l .info span {
	color: #7c3214;
	font-size: 18px;
	margin-bottom: 10px;
	display: block
}

.dt_l .info p {
	color: #666;
	font-size: 14px
}

.dt_r {
	position: absolute;
	right: 0;
	top: 0;
	color: #686868;
	text-align: center
}

.dt_r .follow {
	display: block;
	height: 22px;
	line-height: 22px;
	width: 65px;
	text-align: center;
	border: 1px solid #dedede;
	background-color: #f9f9f9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #686868;
	margin: 10px auto 5px
}

.d_txt {
	overflow: hidden;
	color: #666;
	margin-top: 5px;
	line-height: 24px;
	font-size: 16px
}

.d_btn {
	display: block;
	background-color: #9f6455;
	color: #fff;
	width: 80%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 10px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.pop_follow {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9;
	display: none
}

.pf_box {
	width: 80%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	margin-left: -40%;
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.pf_box .icon_close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/icon_gx_close.png) no-repeat center center;
	width: 30px;
	height: 30px;
	-moz-background-size: 16px;
	-o-background-size: 16px;
	background-size: 16px
}

.pf_b_top {
	overflow: hidden;
	width: 80%;
	margin: 10px auto 15px
}

.pf_b_con {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #e8e7e7;
	-moz-box-shadow: 0 0 5px #e8e7e7;
	box-shadow: 0 0 5px #e8e7e7;
	padding: 10px;
	margin: 10px;
	border: 1px solid #e8e7e7
}

.pf_b_con span {
	display: inline-block;
	vertical-align: middle
}

.pf_b_con .wx {
	background: url(../images/icon_gx_wx.png) no-repeat;
	width: 32px;
	height: 32px;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	margin-right: 10px
}

.public_gb_title {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 18px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 700
}

.guoxue_box {
	overflow: hidden;
	background-color: #fff;
	margin-top: 5px
}

.gb_list {
	overflow: hidden
}

.gb_list a {
	display: block;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #d9d9d9
}

.gb_list .pic {
	width: 100px;
	float: left;
	position: relative;
	margin-right: 10px
}

.gb_list .pic_video {
	background: url(../images/icon_video.png) no-repeat;
	width: 30px;
	height: 30px;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	margin-left: -15px;
	display: block
}

.gb_list img {
	display: block;
	width: 100%
}

.gb_list .info {
	overflow: hidden
}

.gb_list .info_tit {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
	height: 40px;
	font-size: 16px
}

.gb_list .info_number {
	position: relative;
	padding-left: 20px;
	color: #686868
}

.gb_list .info_number:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	background: url(../images/icon_video_small.png) no-repeat;
	width: 15px;
	height: 15px;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	display: block
}

.gb_teacher {
	overflow: hidden;
	padding: 10px 5px 0
}

.gb_teacher a {
	float: left;
	width: 33.33%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center
}

.gb_teacher img {
	display: block;
	width: 100%
}

.gb_teacher p {
	font-size: 16px;
	height: 25px;
	line-height: 25px
}

.gb_teacher span {
	font-size: 14px
}

.gb_zt {
	overflow: hidden;
	padding-bottom: 10px
}

.bzft_bottom .inpt {
	width: 48%;
	display: block;
	border: 1px solid #cdcdcd;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 36px;
	padding: 0 10px;
	font-size: 18px;
	background-color: #fff;
	margin-bottom: 6px
}

.bb_sex {
	width: 48%;
	font-size: 16px;
	height: 36px;
	line-height: 36px
}

.bb_sex i {
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f0f0f0;
	border: 1px solid #d1d1d1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px
}

.bb_sex span {
	display: inline-block
}

.bb_sex .current i {
	border-color: #c30;
	background: #c30 url(../images/icon_dagou.png) no-repeat center center
}

.bzft_con {
	overflow: hidden
}

.bzft_tab_nav {
	overflow: hidden;
	margin: 10px;
	border-left: 1px solid #d1d1d1
}

.bzft_tab_nav li {
	width: 25%;
	height: 50px;
	line-height: 50px;
	float: left;
	background-color: #f0f0f0;
	border: 1px solid #d1d1d1;
	border-left: 0;
	text-align: center;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

.bzft_tab_nav a {
	display: block
}

.bzft_tab_nav a:hover {
	color: #666;
	text-decoration: none
}

.bzft_tab_nav li.current {
	background-color: #fff
}

.bzft_tab_nav li.current a {
	color: #c30;
	font-weight: 700
}

.bzft_tab_box {
	overflow: hidden;
	padding: 0 10px;
	display: none
}

.btb_info {
	overflow: hidden;
	border-bottom: 1px solid #e8d6a7;
	padding: 10px;
	margin: 0 10px
}

.btb_info .bzft_pic {
	float: left;
	width: 86px;
	height: 86px;
	margin-right: 15px
}

.btb_info img {
	display: block;
	width: 100%
}

.btb_info .info_name {
	color: #c30;
	font-size: 18px
}

.btb_time {
	overflow: hidden;
	padding: 10px 15px 0;
	font-size: 16px
}

.btb_time p {
	overflow: hidden
}

.tips_txt {
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
	font-size: 18px;
	color: #666
}

.ba_table {
	position: relative;
	padding-top: 10px
}

.ba_table table {
	position: relative;
	width: 100%;
	border-top: 1px solid #dcb07b;
	border-left: 1px solid #dcb07b;
	border-collapse: collapse;
	background-color: #fffbee
}

.ba_table td,
.ba_table th {
	border-right: 1px solid #e8d6a7;
	border-bottom: 1px solid #e8d6a7;
	line-height: 26px;
	color: #3f3f3f;
	text-align: center;
	padding: 4px 0;
	position: relative
}

.ba_table th {
	font-weight: 400;
	background-color: #f8d6b4;
	background-color: transparent\9;
	color: #de2c2c
}

.ba_table th:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-right: 1px solid #dcb07b;
	border-bottom: 1px solid #dcb07b;
	top: 0;
	left: 0;
	display: none\9
}

.ba_table .bz td {
	font-size: 18px;
	color: #1c1c1c
}

.ba_table .br0 {
	border-right: none
}

.ba_table .tr_list td,
.ba_table .tr_list th {
	padding: 0
}

.ba_table .tr_list td {
	padding: 0
}

.ba_table_bottom {
	padding: 15px 20px 30px;
	font-size: 16px
}

.xz_detail {
	background-color: #67699f;
	overflow: hidden;
	color: #ececf9
}

.xz_detail_hd {
	background: url(../images/xz_detail_bg.png) no-repeat top center;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding: 10px;
	overflow: hidden;
	text-align: center
}

.xz_detail_hd h1 {
	font-size: 24px;
	color: #fff;
	padding: 10px 0;
	letter-spacing: 1px
}

.xz_detail_hd img {
	display: block;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 30%;
	margin: 0 auto
}

.xz_detail_hd a {
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	padding-top: 10px;
	display: inline-block
}

.xz_detail_hd table {
	width: 100%;
	background-color: #7577a8;
	text-align: left;
	line-height: 25px;
	margin-top: 10px
}

.xz_detail_hd table td {
	padding: 3px 5px 3px 10px;
	width: 25%
}

.xz_detail_hd table td:nth-child(odd) {
	background-color: #8385b0
}

.xz_desc {
	margin: 0 10px 10px;
	background-color: #7577a8;
	position: relative;
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	min-height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.xz_desc span {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	padding-top: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.xz_desc span.m {
	background: #b083aa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAkFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+WABnwAAAAL3RSTlMA8UP8eCEbUtVoJeXaGKZbS/C7s62qmIlxXwX38+3QwhMMr56UkIJ7YkU+Kh3HOzim4ZEAAAFSSURBVEjH7dXZcoIwGEBhBEQEF2RTcV9q69Ke93+7xjQqMorJVWc6PTcMy6fRP47Wf7/WfhHO5iMTMULW0xdHVGNtkgD5LoRZoUs6ck22gF+6ZA7io3uC9A3exbWspQNtTVFM5LOrhj4ZAwdBpvokhI44dB3tb7kPvItjAEQ6QL44XUU9HRGEl6l/au6YaCpEbIk8II9aqn3w+HkvWiCay5Oc+9bL8uo3SZqm2dp3OBdf5lkpLBGfUo6rrtozpxSi7Y2UwGB4ul5enbxr3WMsbt7IFPwsS87jWFrPsmFyO1N7yYGgdsCDO+L+jNB+Tt7Ar5ImtaQDmRkJgA8zMgI8M5LLURqRGBZmpBDPDM1IBBzMyBAGhRnpQWKZER+2RkTea5uRNtA0I6nakyUit48gQc1fQZVsbLsviGs/bIca5LUJL6suQEe0Kj+4xqv8lvU3+wYfpUxYlammfQAAAABJRU5ErkJggg==) no-repeat center 8px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px
}

.xz_desc span.f {
	background: #83a0b0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAkFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+WABnwAAAAL3RSTlMA7PKAQ3gij9f7ES/k4LoE6FtGC9CsoHdqZvXbyrSagnx2YDUZxaaGVDsdx4pQKceVo3IAAAFQSURBVEjH7dPZdoIwFEDRCw4YJhHn2dbZDuf//64RbC0oNumz55m9SFbulWf/aBw6j4v6zRLh79ygSJSBcfwCcSGu1TxgULvXqg8My+Q1P19T7hfCoEwaIk1N6hUkhjdLMgTl25EA6NgRicCzJH3oWxIPQkvSAQI74itY2RHZQmxJBhBZkgYo346sgYMdkQQWZXJSD8kAejfDr0lQTcbgFEg8HO5Lo1eqDuru7seHCtFdgFv4y7VWKnnNeNr6qecA8ys5tpIwDKNE5ehdsmaU28iv2jppb9bLBN1Ozs1LYLquOHIDnfe9ifO9d6mWtqWqD3RH0U3P1qi6Jk5XREbZWBm1JH/aIJsgs9x8NjYKOobkJd9afwJjQ+Kr7NuuCyMxLIIXLScWpJeRE+Z3kVb2Ip+apKZkC5NROgPVNSUpl5Zi3CIXM7FoFbluspNnt30BoWxMjU1u6D8AAAAASUVORK5CYII=) no-repeat center 8px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px
}

.xz_info_title {
	background-color: #7577a8;
	margin: 0 10px;
	color: #ffd21e;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 2px
}

.xz_info {
	padding: 0 10px;
	position: relative;
	overflow: hidden
}

.xz_text {
	padding: 10px 0;
	letter-spacing: 1px;
	line-height: 20px
}

.xz_text span {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 5px;
	margin-right: 5px;
	color: #fff
}

.xz_text .m {
	background-color: #6296d5
}

.xz_text .f {
	background-color: #c05bb3
}

.zx_tip {
	padding-top: 10px;
	color: #edaee5
}

.xz_info_xzcx {
	text-align: center;
	padding: 10px
}

.xz_info_xzcx select {
	width: 90px;
	line-height: 35px;
	height: 35px;
	display: inline-block;
	border: none;
	vertical-align: top;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	background: #fff url(../images/select.png) no-repeat 75px center;
	-moz-background-size: 12px;
	-o-background-size: 12px;
	background-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0
}

.xz_info_xzcx .xzcx_btn {
	display: inline-block;
	width: 80px;
	background-color: #9d21bb;
	color: #fff;
	line-height: 35px;
	height: 35px;
	vertical-align: top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.xz_info_list {
	line-height: 30px;
	overflow: hidden;
	padding: 10px
}

.list_xzcx li {
	width: 47%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #ececf9;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	display: inline-block;
	background-color: #8587b2;
	overflow: hidden;
	vertical-align: top
}

.list_xzcx li:nth-child(odd) {
	margin-right: 6%;
	margin-bottom: 10px
}

.list_xzcx li a {
	display: block;
	color: #ececf9;
	font-size: 12px
}

.list_xzcx li a:hover {
	background-color: #6668a4
}

.base_popup {
	position: fixed;
	width: 100%
}

.protocol_pop_box {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none
}

.ppb_content {
	width: 80%;
	height: 80%;
	padding: 40px 0;
	border: 1px solid #ccc;
	position: relative;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 10%;
	left: 10%
}

.ppb_text {
	height: 100%;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 10px;
	border: 1px solid #ccc
}

.ppb_text p {
	margin-top: 8px
}

.ppb_close,
.ppb_title {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	line-height: 40px;
	text-align: center
}

.ppb_title {
	top: 0;
	font-size: 16px
}

.ppb_close {
	bottom: 0
}

.ppb_close b {
	display: block;
	width: 50px;
	height: 24px;
	margin: 8px auto 0;
	border: 1px solid #ccc;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer
}

.mfsm_wrap {
	background-color: #fff;
	padding: .1rem;
	line-height: 2;
	font-size: .16rem
}

.mfsm_wrap>h1 {
	font-size: .22rem;
	text-align: center
}

.mw_select {
	text-align: center
}

.mw_select>input {
	display: block;
	width: 94%;
	margin: .1rem 3% 0;
	height: .4rem;
	line-height: .4rem;
	padding: 0 .1rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: .16rem;
	background-color: #f7f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc
}

.mw_select>select {
	display: inline-block;
	width: 44%;
	margin: .1rem 3% 0;
	height: .4rem;
	line-height: .4rem;
	padding: 0 .3rem 0 .1rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: .16rem;
	background: #f7f7f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUBAMAAABohZD3AAAAJ1BMVEUAAAAmJjYnJjYnJzcnJjYmJTYnJjQmJjYmIjYkHzgkIy4nJzUsKz0BEr3FAAAADXRSTlMA7fgHq7I0Lk47sx4aV9TQlgAAAFpJREFUGNNjIBmwrYQzUycACQ7BBCiXXbABSPI4iUH5haobQJSJYgJEWigYTDM7iUGlDYAkRAFMGqYAJg1XAJFGKIBIIxSUg6URCgTB0ggFSmBphAIXsDTlAAAKzw4i7qHwkQAAAABJRU5ErkJggg==) no-repeat 95% center;
	-moz-background-size: .15rem;
	-o-background-size: .15rem;
	background-size: .15rem
}

.mw_select>a {
	margin: .15rem 3% 0;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	background-color: #7c53a0;
	color: #fff;
	font-size: .16rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block
}

.mw_select .tips {
	font-size: .14rem;
	color: #b5b5b6;
	margin-top: .05rem
}

.mfsm_wrap>h3 {
	font-size: .18rem;
	margin-top: .1rem;
	font-weight: 700
}

.mfsm_wrap>img {
	display: block;
	width: 100%;
	margin: .1rem auto
}

.mfsm_wrap .tip {
	color: #b5b5b6;
	margin-top: .1rem;
	font-size: .14rem
}

.mfsm_wrap>p {
	color: #666;
	line-height: 1.8;
	margin-top: .05rem
}

.ffsm_wrap {
	padding: .1rem;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	margin-top: .2rem
}

.fw_desc span {
	color: #ec460a
}

.fw_desc span.sub {
	color: #7b4f9b;
	font-weight: 700
}

.fw_form {
	padding: .1rem
}

.fw_form_wrap {
	overflow: hidden
}

.fw_form_item {
	height: .35rem;
	line-height: .35rem;
	position: relative;
	padding: .05rem 0 .05rem .5rem;
	overflow: hidden
}

.fw_form_item span {
	position: absolute;
	top: .05rem;
	left: 0;
	width: .5rem;
	height: .35rem;
	text-align: center
}

.fw_form_input input {
	display: block;
	width: 100%;
	overflow: hidden;
	height: .35rem;
	line-height: .35rem;
	padding: 0 .1rem;
	background-color: #fff;
	position: relative;
	z-index: 1;
	outline: 0;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.fw_form_input i {
	padding: 0 .1rem 0 .5rem;
	cursor: pointer;
	position: relative
}

.fw_form_input i::before {
	content: "";
	position: absolute;
	left: 25px;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.fw_form_input i.active::before {
	border-color: #ec460a
}

.fw_form_input i.active::after {
	content: "";
	position: absolute;
	left: 30px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ec460a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.fw_form_input.date_picker::after {
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: .08rem;
	height: .08rem;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #000;
	position: absolute;
	top: .19rem;
	right: .12rem;
	z-index: 1
}

.fw_form_input.date_picker input {
	padding-right: .25rem
}

.fw_form_agreement {
	text-align: center;
	font-size: .16rem;
	height: .25rem;
	line-height: .25rem;
	margin-top: .1rem
}

.fw_form_agreement input {
	width: .16rem;
	height: .16rem;
	margin: .06rem .1rem 0 0;
	vertical-align: top;
	-webkit-appearance: checkbox
}

.fw_form_agreement a {
	text-decoration: underline;
	color: #ec460a
}

.fw_form_submit {
	padding: .1rem 0
}

.fw_form_submit a {
	display: block;
	text-align: center;
	background-color: #ec460a;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: .4rem;
	line-height: .4rem;
	font-size: .18rem;
	letter-spacing: 1px
}

.m_list_item {
	display: block;
	overflow: hidden;
	padding: .1rem;
	background-color: #fff;
	border-bottom: 1px solid #eee
}

.m_list_item>h2 {
	font-size: .16rem;
	color: #000;
	line-height: .24rem;
	height: .24rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.m_list_item>p {
	font-size: .14rem;
	color: #666;
	line-height: .2rem;
	height: .4rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.m_list_item>span {
	font-size: .13rem;
	color: #999;
	float: right;
	line-height: .2rem;
	height: .2rem
}

.m_list_item>img {
	float: left;
	width: 1.12rem;
	height: .84rem;
	margin-right: .1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}

.zt_bg_white {
	overflow: hidden;
	background-color: #fff
}

.zt_bg_white .public_col_3 a {
	background-color: #fff
}

.zt_swiper {
	position: relative;
	padding-top: 34%;
	overflow: hidden
}

.zt_swiper .swiper-container {
	width: 100%;
	position: absolute;
	top: 0
}

.zt_swiper .swiper-slide img {
	width: 100%;
	display: block
}

.zt_swiper .swiper-pagination {
	text-align: right
}

.zt_swiper .swiper-pagination-bullet {
	width: .16rem;
	height: .06rem;
	background-color: #eaeaea;
	opacity: .5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.zt_swiper .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 5px
}

.zt_swiper .swiper-pagination-bullet-active {
	background-color: #eaeaea;
	opacity: 1;
	width: .26rem
}

.zt_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-left: 0;
	margin-right: .1rem
}

.recom_topics_list {
	overflow: hidden
}

.recom_topics_list a {
	position: relative;
	height: .4rem;
	line-height: .4rem;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	display: block;
	padding-left: .86rem;
	font-size: .16rem
}

.recom_topics_list a:before {
	content: "推荐专题";
	position: absolute;
	left: .1rem;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0 .05rem;
	color: #d673da;
	border: 1px solid #d673da;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: .2rem;
	line-height: .2rem;
	font-size: .14rem
}

.hot_topics {
	overflow: hidden;
	background-color: #fff;
	padding: .1rem 0 0 .1rem
}

.hot_topics a {
	float: left;
	height: .3rem;
	line-height: .3rem;
	-webkit-border-radius: .15rem;
	-moz-border-radius: .15rem;
	border-radius: .15rem;
	padding: 0 .1rem;
	margin: 0 .05rem .1rem 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.hot_topics a:nth-child(7n+1) {
	background-color: #f7f7f7;
	border: 1px solid #e4e4e4
}

.hot_topics a:nth-child(7n+2) {
	background-color: #ffd7d7;
	border: 1px solid #e58080;
	color: #e70618
}

.hot_topics a:nth-child(7n+3) {
	background-color: #bfdd99;
	border: 1px solid #a3ca70
}

.hot_topics a:nth-child(7n+4) {
	background-color: #e7bdff;
	border: 1px solid #c177eb
}

.hot_topics a:nth-child(7n+5) {
	background-color: #ffbde8;
	border: 1px solid #f58ad0;
	color: #d1266a
}

.hot_topics a:nth-child(7n+6) {
	background-color: #f7f7f7;
	border: 1px solid #e4e4e4
}

.hot_topics a:nth-child(7n+7) {
	background-color: #badcef;
	border: 1px solid #7bbadd
}

.public_zt_more {
	position: absolute;
	right: 0;
	width: .4rem;
	line-height: 40px;
	font-family: simsun;
	font-weight: 700;
	font-size: .18rem;
	color: #666;
	text-align: center;
	background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAQDAwQDAwQEBAQFBQQFBwsHBwYGBw4KCggLEA4RERAOEA8SFBoWEhMYEw8QFh8XGBsbHR0dERYgIh8cIhocHRz/2wBDAQUFBQcGBw0HBw0cEhASHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBz/wgARCAAaABQDAREAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAcEBQYI/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEAMQAAAA7ALI1gCCHmYshjKAAP/EACkQAAEDAgUDAwUAAAAAAAAAAAMBAgQFBgAHERIhE0FSEBQxFSAiU7H/2gAIAQEAAT8AzHh3cgoNYtObqemOcU1Len4Tmd26+SdkxYd+0y/qR72ArhnEvTlRC8FjE8XJ/F9c10BZN50mv2ofZeVQIgi0gLFe2oiXu9E+MQimLDASUBY8kg2uIFHb+m5U5buThdF41xmLmE6yxQ4FOp5qlcVVco4ERiLtV3k5fFMZc5alt6TJuO4ZP1K76jyeU74An6x/b//EABQRAQAAAAAAAAAAAAAAAAAAADD/2gAIAQIBAT8AT//EABQRAQAAAAAAAAAAAAAAAAAAADD/2gAIAQMBAT8AT//Z) no-repeat center;
	-moz-background-size: .12rem;
	-o-background-size: .12rem;
	background-size: .12rem;
	text-indent: -9999px
}

.zt_box {
	overflow: hidden;
	padding: .05rem .07rem .03rem;
	background: rgba(196, 225, 242, 1);
	background: -moz-linear-gradient(top, rgba(196, 225, 242, 1) 0, rgba(255, 204, 223, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(196, 225, 242, 1)), color-stop(100%, rgba(255, 204, 223, 1)));
	background: -webkit-linear-gradient(top, rgba(196, 225, 242, 1) 0, rgba(255, 204, 223, 1) 100%);
	background: -o-linear-gradient(top, rgba(196, 225, 242, 1) 0, rgba(255, 204, 223, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 225, 242, 1)), to(rgba(255, 204, 223, 1)));
	background: linear-gradient(to bottom, rgba(196, 225, 242, 1) 0, rgba(255, 204, 223, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4e1f2', endColorstr='#ffccdf', GradientType=0)
}

.zt_box_list {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.zt_box_list:first-of-type {
	margin-bottom: .08rem
}

.zt_box_l {
	overflow: hidden;
	width: 25%;
	text-align: center;
	padding: 0 .03rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zt_box_l .t {
	height: .22rem;
	line-height: .22rem;
	background-color: #f2fafd;
	color: #2c7198;
	font-size: .14rem;
	margin: .03rem 0 .05rem 0
}

.zt_box_l .g_t {
	color: #d1266a;
	background-color: #e2b1cf
}

.zt_box_l img {
	display: inline-block;
	width: 100%
}

@media screen and (min-width:640px) {
	.zt_box_l img {
		width: .9rem !important
	}
}

@media screen and (max-width:375px) {
	.zt_box_l img {
		margin-top: .07rem !important
	}
}

.zt_box_r {
	overflow: hidden;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.zt_box_r li {
	width: 33.33%;
	padding: 0 .03rem;
	margin-bottom: .05rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zt_box_r a {
	font-size: .12rem;
	display: block;
	height: .28rem;
	line-height: .28rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	overflow: hidden
}

@media screen and (max-width:374px) {
	.zt_box_r a {
		font-size: .12rem !important
	}
}

.m_zt_pic_list {
	overflow: hidden
}

.m_zt_pic_list a {
	padding: .1rem;
	border-bottom: 1px solid #eaeaea;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.m_zt_pic_list .pic {
	width: 1rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.m_graphic_list .pic {
	width: 1.25rem
}

.m_zt_pic_list img {
	display: block;
	width: 100%
}

.m_zt_pic_list .info {
	padding-left: .07rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 2;
	-webkit-flex: 2 2 auto;
	-ms-flex: 2 2 auto;
	-moz-box-flex: 2;
	flex: 2 2 auto
}

.m_zt_pic_list .info h3 {
	max-width: 75%;
	overflow: hidden;
	display: inline-block;
	font-size: .18rem
}

.m_zt_pic_list .info_t {
	font-size: .18rem;
	overflow: hidden;
	height: .28rem;
	line-height: .28rem
}

.m_zt_pic_list .info_words {
	color: #d673da;
	display: inline-block;
	font-size: .12rem;
	padding: 0 .06rem;
	border: 1px solid #d673da;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: .1rem;
	height: .18rem;
	line-height: .18rem;
	vertical-align: top;
	margin-top: .04rem
}

.m_zt_pic_list .info_txt {
	color: #666;
	height: .4rem;
	line-height: .2rem;
	overflow: hidden
}

.m_zt_pic_list i {
	display: block;
	color: #999;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	float: right;
	font-size: .14rem
}

.m_zt_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.m_zt_list a {
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	height: .36rem;
	line-height: .36rem;
	text-align: center;
	font-size: .16rem;
	overflow: hidden
}

@media screen and (max-width:374px) {
	.m_zt_list a {
		font-size: 14px !important
	}
}

.m_zt_list a:nth-child(3n) {
	border-right: 0
}

.sx_zt_list a:nth-child(3n-1) {
	color: #78498c
}

.xlcs_topics a:nth-child(2) {
	color: #307093
}

.xlcs_topics a:nth-child(4) {
	color: #709443
}

.xlcs_topics a:nth-child(6) {
	color: #d1266a
}

.xlcs_topics a:nth-child(7) {
	color: #9054c4
}

.xlcs_topics a:nth-child(8) {
	color: #c26e40
}

.xlcs_topics a:nth-child(9) {
	color: #e12133
}

.m_zt_more {
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	padding: .1rem
}

.m_zt_more a {
	display: block;
	border: 1px solid #dfdfdf;
	color: #3f3f3f;
	font-size: .18rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: .37rem;
	line-height: .37rem
}

.m_ffsm_like {
	background-color: #fff;
	margin-bottom: 5px;
	font-size: .14rem
}

.m_fl_img {
	overflow: hidden;
	padding-top: .1rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.m_fl_img li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.m_fl_img a {
	display: block;
	position: relative;
	line-height: 2em;
	color: #333;
	text-align: center;
	margin: 3px 2px 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.m_fl_img img {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px
}

.m_fl_tit {
	border-top: 1px solid #eaeaea;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.m_fl_img p {
	line-height: .4rem
}

.m_fl_tit li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	height: .38rem;
	line-height: .38rem;
	text-align: center;
	overflow: hidden
}

.m_fl_tit li:nth-child(4n) {
	border-right: 0
}

.m_fl_tit a {
	display: block
}

@media screen and (max-width:374px) {
	.m_ffsm_like {
		font-size: 14px !important
	}
}

.m_shouxiang {
	overflow: hidden;
	background-color: #fff
}

.m_shouxiang_title {
	text-align: center;
	font-size: 18px;
	margin: 15px 0;
	color: #222
}

.m_s_list {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: wrap
}

.m_s_list li {
	width: 33.33%;
	text-align: center;
	overflow: hidden;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px
}

.m_s_list a {
	display: block;
	height: 44px;
	line-height: 44px;
	border: 1px solid #eecdca;
	background-color: #fffbfa;
	font-size: 18px
}

.m_s_list .current a {
	border-color: #7b4f9b;
	color: #7b419c
}

.m_shouxiang_pic {
	overflow: hidden;
	width: 80%;
	margin: 20px auto
}

.m_shouxiang_pic img {
	display: block;
	width: 100%
}

.m_shouxiang_con {
	overflow: hidden;
	line-height: 24px;
	padding: 0 15px;
	height: 400px
}

.m_shouxiang_con p {
	margin-bottom: 15px
}

.m_xian_yellow {
	color: #bd732b
}

.m_shouxiang_more {
	overflow: hidden;
	margin: 10px
}

.m_shouxiang_more a {
	text-indent: -20px;
	position: relative;
	display: block;
	height: 38px;
	line-height: 38px;
	background-color: #f7f7f7;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center
}

.m_shouxiang_more a:after {
	content: "";
	position: absolute;
	top: 12px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	font-size: 16px;
	margin-left: 8px;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg)
}

.m_shouxiang_show a:after {
	top: 17px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}

.m_shouxiang_list {
	overflow: hidden;
	background-color: #fff;
	margin-top: 10px
}

.m_shouxiang_list li {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px
}

.m_sl_title {
	color: #7b419c;
	font-size: 18px;
	overflow: hidden;
	margin-bottom: 5px
}

.m_sl_con {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.m_sl_pic {
	width: 20%;
	vertical-align: middle
}

.m_sl_pic img {
	display: block;
	width: 100%
}

.m_sl_info {
	width: 80%;
	vertical-align: middle;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.m_height_auto {
	height: auto
}

.sxys2021 {
	margin-top: 10px;
	background-color: #fff;
	padding-top: 10px
}

.sxys2021-title {
	text-align: center;
	padding: 10px 10px 0
}

.sxys2021-title span {
	color: #aa7a3b;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding: 0 30px
}

@media screen and (min-width:360px) {
	.sxys2021-title span {
		font-size: 18px
	}
}

@media screen and (min-width:400px) {
	.sxys2021-title span {
		font-size: 19px
	}
}

.sxys2021-title span:after,
.sxys2021-title span:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 16px;
	height: 1px;
	background-color: #aa7a3b
}

.sxys2021-title span:after {
	right: 0
}

.sxys2021-title span:before {
	left: 0
}

.sxys2021-list {
	overflow: hidden;
	padding: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sxys2021-list__item {
	width: 15%;
	display: block;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.sxys2021-list__item .sx {
	display: block;
	margin: 0 auto;
	padding: 50% 0;
	background-image: url(../images/5fd2edfa49238.png);
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-position-y: 0
}

.sxys2021-list .sxys2021-list__item:nth-of-type(1) .sx {
	background-position-x: 0
}

.sxys2021-list .sxys2021-list__item:nth-of-type(2) .sx {
	background-position-x: -100%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(3) .sx {
	background-position-x: -200%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(4) .sx {
	background-position-x: -300%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(5) .sx {
	background-position-x: -400%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(6) .sx {
	background-position-x: -500%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(7) .sx {
	background-position-x: -600%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(8) .sx {
	background-position-x: -700%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(9) .sx {
	background-position-x: -800%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(10) .sx {
	background-position-x: -900%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(11) .sx {
	background-position-x: -1000%
}

.sxys2021-list .sxys2021-list__item:nth-of-type(12) .sx {
	background-position-x: -1100%
}
