@charset "utf-8";
/* CSS Document */
input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;
	border-radius: 0

}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;

  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;


  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
textarea {  -webkit-appearance: none;border-radius: 0}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
}
#all_element {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background-color: #fff;
	z-index: 9999
}
a {
	text-decoration: none
}
* {
	margin: auto;
}
[data-etControl="et_Page"] {
	max-width: 780px;
	margin: 0 auto;
	position: relative
}

[data-etControl="content"] {
	padding:0;
	list-style: none;
	min-height: 300px;
	background-color: #fff;
}

[data-etControl="content"]>[data-etControl] {
	margin: 10px 0
}
[data-etControl="e_button"], [data-etControl="e_mobile"], [data-etControl="e_sms"], [data-etControl="e_email"], [data-etControl="e_e_olserver"] {
	margin: 5px 0
}

[data-etControl="e_title"] {
	color: #2b72aa;
	
}
[data-etControl="e_title"] h3 {
	font-size: 1.8rem;
	margin: 10px auto
}

[data-etControl="e_title"] [et_role="titleSize"] span{background: #fff; color: #688ed7;padding:5px 10px;border-right:5px solid #688ed7}

[data-etcontrol=e_grid], [data-etcontrol^='e_share'], [data-etcontrol^='e_social'] {
	min-height: 45px;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex
}
[data-etcontrol="e_form"] [data-etcontrol="e_title"]:first-child {
	color: #585858;
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
	font-size: 15px;
	border-bottom: 1px rgba(0,0,0,.2) solid;
	padding-bottom: 10px;
	font-family: "微软雅黑"
}

[data-etControl="e_image"] .demo-gallery {
	background-color: rgba(255,255,255,0) !important;
	border: none;
	width: 100%
}
[data-etControl="e_image"] .demo-gallery a {
	padding: 0;
	margin: 0
}
[data-etControl="e_image"] .demo-gallery img {
	border: 4px solid rgb(255,255,255)
}
[data-type="linkImg"] a img, [data-etControl="e_image"] img, [data-etControl="e_image"] .demo-gallery img {
	width: 100%;
	outline: none !important;
	float: none !important;
	border: none;
	box-sizing: border-box
}
[data-etcontrol="content"] [data-etcontrol = merInfo] {
	margin-top: 0
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] {
	padding: 5px 0;
	background: #fff;
	font-family: "微软雅黑"
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .product {
	background: #fff;
	border: 1px dashed #ccc;
	padding: 5px
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .product .tit {
	height: 35px;
	line-height: px;
	text-align: left
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .hdrs {
	float: left;
	width: 130px;
	margin-top: 10px
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .hdrs .hdr_left {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 23px
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .hdrs .hdr_middle {
	float: left;
	width: 40px;
	height: 0px;
	border: 1px solid #ccc;
	min-height: 20px;
	text-align: center
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .hdrs .hdr_right {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 23px;
	text-align: center
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .hdr .price {
	float: right;
	color: #0077B3;
	width: px;
	height: 27px;
	line-height: 27px;
	margin-right: 3px;
	margin-top: px;
	padding-top: 4px
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .hdr .price div {
	height: 20px
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .hdr .price div:first-child {
	text-decoration: line-through;
	display: none;
	color: red
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .product .hdr {
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .product .tit {
	height: 15px
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .product .description {
	height: 20px;
	font-size: 12px;
	height: 50px;
	margin-top: 10px;
	text-align: left;
	color: #636363;
	overflow: hidden
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .product>div:nth-child(1) {
	height: 74px;
	width: 80px;
	border: 0px solid #ccc;
	background: url(//j.bjyyb.net/images/product4.png) no-repeat center center;
	background-size: auto 40px
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .product>div:nth-child(2) {
	height: 76px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	padding-left: 10px
}
[data-etcontrol="content"] [data-type="product"]>div:nth-child(1) {
	height: 40px
}
[data-etcontrol="content"] [data-type="product"]>div:nth-child(1) {
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .thumb {
	height: 74px;
	width: 80px;
	border: 0px solid #ccc;
	background: url(//j.bjyyb.net/images/product4.png) no-repeat center center;
	background-size: auto 40px
}

[data-etcontrol="content"] [data-typesetting = "2"] .thumb_2 .tmb {
	float: left;
	width: 68px;
	height: 63px;
	margin: 27px 0 0 40px
}
[data-etcontrol="content"] [data-typesetting = "2"] .tmb_2 {
	width: 100%;
}
[data-etcontrol="content"] [data-typesetting = "2"] [data-index="1"] {
	width: 48%;
	border: 1px solid #ccc;
	margin: 0;
	margin-bottom: 6px
}
[data-etcontrol="content"] [data-typesetting = "2"] [data-index="2"] {
	width: 48%;
	margin: 0;
	margin-left: 2%;
	margin-bottom: 6px;
	border: 1px solid #ccc
}
[data-etcontrol="content"] [data-typesetting = "2"] .proList:nth-child(odd) {
	display: inline-block;
	width: 48%;
	margin: 0;
	margin-bottom: 6px;
	border: 1px solid #ccc
}
[data-etcontrol="content"] [data-typesetting = "2"] .proList:nth-child(even) {
	display: inline-block;
	width: 48%;
	margin: 0;
	margin-left: 2%;
	margin-bottom: 6px;
	border: 1px solid #ccc
}
[data-etcontrol="content"] [data-typesetting = "2"] .product2 {
	background: rgb(255, 255, 255)
}
[data-etcontrol="content"] [data-typesetting = "2"] .price {
	float: left
}
[data-etcontrol="content"] [data-typesetting = "2"] .price>div:nth-child(1) {
	color: #ccc;
	font-size: 15px;
	text-decoration: line-through;
	font-family: tahoma, arial, sans-serif;
	visibility: hidden;
	display: none
}
[data-etcontrol="content"] [data-typesetting = "2"] .price>div:nth-child(2) {
	color: #F40;
	font-size: 18px;
	font-family: tahoma, arial, sans-serif
}
[data-etcontrol="content"] [data-typesetting = "2"] .payments {
	color: #888;
	font-size: 12px;
	position: absolute;
	right: 1px;
	bottom: 0
}
[data-etcontrol="content"] [data-typesetting = "2"] .tit {
	margin-top: 3px;
	font-size: 12px;
	color: #3d3d3d;
	margin-top: px;
	height: 25px;
	ine-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
[data-etcontrol="content"] [data-etcontrol = "e_merchandise"] .hdrs .hdr_middle {
	float: left;
	width: 40px;
	height: 0px;
	border: 1px solid #ccc;
	min-height: 20px;
	text-align: center;
	padding: 5px 2%;
	background-color: #fff;
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 10px
}
[data-etcontrol="content"] [data-typesetting = "1"]>[data-id] {
	position: relative;
	border-bottom: 1px solid #ececec;
	min-height: 100px
}
[data-etcontrol="content"] [data-typesetting = "1"] > [data-id] a {
	cursor: default;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	display: block;
	box-sizing: border-box;
	overflow: hidden
}
[data-etcontrol="content"] [data-typesetting = "1"] > [data-id] a:active {
	background: #f4f4f4
}
[data-etcontrol="content"] [data-typesetting = "1"] a img {
	margin-right: 15px;
	display: inline;
	border-radius: 10px;
	float: left;
	width: 90px;
	height: 90px
}
[data-etcontrol="content"] [data-typesetting = "1"] .thumb_2 {
}
[data-etcontrol="content"] [data-typesetting = "1"] .thumb_2>img {
}
[data-etcontrol="content"] [data-etcontrol="merInfo"] h3 {
	font-size: 14px!important
}
[data-etcontrol="content"] [data-typesetting = "1"] h3 {
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
[data-etcontrol="content"] [data-typesetting = "1"] p {
	line-height: 23px;
	color: #333;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
[data-etcontrol="content"] .tmbs_p {
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	white-space: normal
}
[data-etcontrol="content"] [data-typesetting = "1"] p.contentp {
	height: 36px;
	margin-bottom: 5px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.2rem;
	white-space: normal;
	font-weight: 200;
	line-height: 18px
}
[data-etcontrol="content"] [data-typesetting = "1"] span.redcolor {
	color: #F40;
	font-size: 16px;
	font-family: 微软雅黑
}
[data-etcontrol="content"] [data-typesetting = "2"] [data-index="1"] .pd_c, [data-etcontrol="content"] [data-typesetting = "2"] [data-index="2"] .pd_c {
	position: relative
}
[data-etcontrol="content"] [data-typesetting = "1"] span.redcolor span.price {
	font-size: 20px;
	padding-right: 5px
}
[data-etcontrol="content"] [data-typesetting = "1"] .thumb2 img {
	width: auto
}
[data-etcontrol="content"] [data-typesetting = "1"] span.payfor {
	position: absolute;
	color: #aaa;
	right: 10px;
	bottom: 18px;
	font-size: 1.2rem
}
[data-etcontrol="content"] [data-typesetting = "2"] [data-etcontrol="merInfo"] {
	border: 1px solid #ccc
}
[data-etcontrol="e_productlist"] p, [data-etcontrol="e_newslist"] p {
	line-height: 150% !important;
	word-wrap: break-word !important;
	white-space: normal !important;
	color: #747474
}
[data-etcontrol=e_newslist], [data-etcontrol=e_productlist] {
	position: relative
}
[data-etcontrol=e_navbar] [et_role=nav_round] [et_role=navTitle], [data-etcontrol=e_navbar] [et_role=nav_block] [et_role=navTitle] {
	width: 100%;
	height: 1.8rem;
	line-height: 1.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 0px !important
}
[data-etControl="e_slider"] .demo-gallery {
	border: 0px solid #fff !important;
	width: 100%;
	display: block
}
[data-etControl="e_slider"] .demo-gallery img {
	outline: 0px !important
}
[data-etcontrol="e_navbar"]{ margin: 0 0 5px!important;}
[data-etcontrol="e_navbar"] [et_role="nav_image"] {
	list-style: none;
	padding: 0px
}
[data-etcontrol="content"] [data-type="3"] .payfor {
	display: none
}
[data-etcontrol="e_GarlleryPhoto"] .demo-gallery {
border:#FFF solid 4px;
font-size:0
}
[data-etcontrol=e_GarlleryPhoto] .demo-gallery a {
display:inline-block;
width:50%;
position:relative;
font-size:1.3rem;
font-family:"微软雅黑"
}
[data-etcontrol=e_GarlleryPhoto]>.demo-gallery a img {
width:100%;
outline:4px solid rgb(255,255,255);
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box
}
.demo-gallery a img {
	width: 100%
}
.demo-gallery a:nth-child(event) img {
	float: right
}
.demo-gallery figure {
	background: rgba(0,0,0,.8);
	text-align: center;
	color: white;
	width: 100%;
	font-size: 1.3rem;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 3px 0;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}
[data-etControl="e_image"] .demo-gallery {
background-color:rgba(255,255,255,0) !important;
border:none;
width:100%
}
[data-etControl="e_image"] .demo-gallery a {
padding:0;
margin:0
}
[data-etControl="e_image"] .demo-gallery img {
border:4px solid rgb(255,255,255)
}
[data-etControl="e_image"] .demo-gallery img {
width:100%;
outline:none !important;
float:none !important;
border:none;
box-sizing:border-box
}
.iconfont20w {
	font-size: 20px;
	font-family: yiyingbao;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	font-weight: normal;
	box-sizing: border-box;
	text-indent: 0px;
	font-style: normal
}
[role="articleContents"] .demo-gallery a {
display:block;
width:100%
}
.tab-content>.active>span>a {
	text-decoration: underline;
	font-size: 14px;
	color: #326da0
}
.tab-content>.active>span>a:hover {
	color: #2196f3
}

[data-etcontrol="e_GarlleryPhoto"] .demo-gallery {
display:inline-block
}
[data-etcontrol=e_GarlleryPhoto] .demo-gallery a img {
float:left
}
[et_role="noticeboxMain"] .iconfont20w {
color:#8f8f8f
}
[et_role="locatBox"] .iconfont20w {
color:#8f8f8f;
font-size:1.4rem
}
.customer-radio .demo-gallery, .customer-checkbox .demo-gallery {
	background: #fafafa
}
.icon_6020171106101607116 {
	background-image: url(/s/27000/27371/icon_6020171106101607116.png);
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat
}
.icon_6020171106101638951 {
	background-image: url(/s/27000/27371/icon_6020171106101638951.png);
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat
}
.icon_6020171106101643487 {
	background-image: url(/s/27000/27371/icon_6020171106101643487.png);
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat
}
.icon_6020171106101646887 {
	background-image: url(/s/27000/27371/icon_6020171106101646887.png);
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat
}
.icon_6020171106101651345 {
	background-image: url(/s/27000/27371/icon_6020171106101651345.png);
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat
}
.icon_6020171106101655965 {
	background-image: url(/s/27000/27371/icon_6020171106101655965.png);
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat
}
.icon_6020171106101659306 {
	background-image: url(/s/27000/27371/icon_6020171106101659306.png);
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat
}
.icon_6020171106101703835 {
	background-image: url(/s/27000/27371/icon_6020171106101703835.png);
	background-size: 60px 60px;
	background-position: center center;
	background-repeat: no-repeat
}

[et_role="butLink"] {
	display: block;
	color: white;
	min-height: 20px;
	line-height: 20px;
	position: relative;
	text-align: center; 
	font-size: 1.6rem;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	padding: 7px 0;
	border-radius: 3px;
	border-color: rgba(0, 0, 0, 0.15);
}
[et_role="butBox"] {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	left: 10%;
	top: 50%;
	margin-top: -10px
}
[et_role="butIcon"] {
	width: 20px;
	height: 20px;
	display: block
}
[et_role="nav_vertical"] [et_role="navBox"] [et_role="navIcon"] {
	width: 20px;
	height: 20px
}
[et_role="nav_vertical"] [et_role="navTitle"] {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
[et_role="nav_grids"] [et_role="navImgBox"] {
	width: 98%;
	margin: 0px auto;
	margin-bottom: 5px
}
[et_role="nav_grids"] [et_role="navIcon"] {
	width: 60px;
	height: 60px;
	margin: 0px auto
}
[et_role="nav_grids"] [et_role="navTitle"] {
	width: 95%;
	height: 35px;
	line-height: 35px;
	margin: 0px auto;
	text-align: center;
	
}

[et_role="newsTypePic1"] [et_role="newsLi"]{border-bottom: 1px solid rgba(0,0,0,0.1)}
[et_role="newsTypePic1"] [et_role="newsLi"] a {
	display: block;
	color: #333;
	min-height:80px;
	text-decoration: none;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
}
.zhaopinBox a{min-height:75px!important;}
[et_role="newsTypePic1"] [et_role="newsLiImg"] {
	float:left; display: inline-block;margin-left: 5px;
	position:relative;margin-bottom: 5px;
}
[et_role="newsTypePic1"] [et_role="newsLiImg"] img {
	
	width:133px;
	height:80px;
	border-radius:2px
}
[et_role="newsTypePic1"] [et_role="newsDesc"] {
	margin-left:142px
}
[et_role="newsTypePic1"] [et_role="newsDesc"] h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #2b72aa;
	font-size: 1.4rem
}
[et_role="newsTypePic1"] [et_role="newsDesc"] p {
	margin-top: 5px;
	color: #7d7d7d
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
[et_role="newsTypePic1"] [et_role="newsBox"]{float: right; width: calc(100% - 150px); margin-right: 5px;margin-bottom: 5px}

[et_role="navMenuBox"] [et_role="navTitle"] {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-flex: 1.0;
	-moz-box-flex: 1.0;
	-ms-box-flex: 1.0;
	-webkit-box-flex: 1.0;
	font-family: "微软雅黑";
	padding: 0px 5px;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
	box-shadow: -1px 0 1px rgba(255,255,255,.2) inset;
	background: -moz-linear-gradient(top, #6eabd4 0%, #4a7caf 100%);
	background: -ms-linear-gradient(top, #6eabd4 0%, #4a7caf 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6eabd4 ), to(#4a7caf))
}
[et_role="navMenuBox"] [et_role="navTitle"]:nth-child(1) {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
[et_role="navMenuBox"] [et_role="navTitle"]:last-of-type {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px
}
[et_role="navMenuBox"] [et_role="navTitle"]:active {
	opacity: .9;
	border: 0px;
	margin-top: 0px;
	box-shadow: 2px 0px 1px rgba(15,38,63,.4) inset, -2px 0px 1px rgba(15,38,63,.4) inset;
	background: -moz-linear-gradient(top, #6eabd4 0%, #4a7caf 100%);
	background: -ms-linear-gradient(top, #6eabd4 0%, #4a7caf 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6eabd4 ), to(#4a7caf))
}
[et_role="navMoreBox"] [et_role="navTitle"] {
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	padding: 0px 15px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	font-family: "微软雅黑"
}
[et_role="navMoreBox"] li:last-of-type [et_role="navTitle"] {
	border: 0
}
[et_role='e_grid_width'], [et-role='e_grid_width'] {
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	margin: 0px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column
}
[data-etcontrol="e_style"] [et_role="classify"] li [et_role="navIcon"] {
	width: 60px!important;
	height: 60px!important;
	margin: 0 auto!important;
	background-size: 50px 50px!important;
	display: block!important;
	position: relative!important
}


[et_role=nav_grids] [et_role=navTitle] {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
[et_role=nav_rect] li:nth-child(3) [et_role=navIcon] {
	color: #151414;
	font-size: 3em;
	line-height: 5.1rem;
	padding-top: 0px;
	height: 5.1rem;
	background-position: 50% 50%
}
[et_role=nav_rect] li:nth-child(3) [et_role=navTitle] {
	display: none
}
[et_role=nav_rect] [et_role=navIcon] {
	padding-top: 0.2em;
	margin: 0px;
	font-size: 2.2em;
	background-size: 0.9em;
	background-position: 50% 90%
}
[et_role=nav_rect] [et_role=navTitle] {
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
	margin: 0px;
	padding: 0px
}
[et_role=nav_slide] [et_role=navIcon] {
	font-size: 4.5rem;
	padding: 5px 0 0 0;
	background-size: 3.5rem;
	background-position: 50% 70%;
	min-height: 40px;
	line-height: 40px;
	color: #fff
}
[et_role=nav_slide] [et_role=navTitle] {
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	line-height: 14px;
	padding: 3px;
	height: 14px;
	padding-bottom: 5%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
[et_role=nav_classic] [et_role=navTitle] {
	color: #4a4a4a;
	line-height: 47px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 2px
}
[et_role=nav_classic] [et_role=navIcon] {
	font-size: 1.6rem;
	min-width: 20px;
	height: 100%;
	color: #bdbfc2;
	background-size: 18px 18px;
	padding-left: 6px;
	text-indent: 4px;
	background-position: 58% 50%
}
[et_role=nav_classic] dl dd a [et_role="navTitle"] {
	line-height: 30px
}
[data-style="newbtnStyles"] [et_role=butLink] {
	padding: 6px 0 !important
}
[data-etcontrol=e_footer] [et_role=footIcon], [data-etcontrol=e_listview] [et_role*='listIcon'], [et_role=butIcon], [data-etcontrol=e_style] [et_role=iconBox] {
	line-height: 20px;
	background-size: 1.5rem
}
[et_role="titleStyles7"] [et_role="titleSize"] {
	border-radius: 2em 1em 4em / 0.5em 3em;
	-webkit-border-radius: 2em 1em 4em / 0.5em 3em;
	-moz-border-radius: 2em 1em 4em / 0.5em 3em
}
[et_role="nav_image"] [et_role="navImgBox"] {
	margin: 0 auto
}
[et_role="nav_image"] [et_role="navIcon"] {
	width: 80px;
	height: 60px;
	line-height: 60px;
	background-size: 100% 100%;
	margin: 0 auto;
	display: block
}
[et_role="nav_image"] [et_role="navTitle"] {
	height: 20px;
	line-height: 20px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
[et_role=nav_annular] [et_role=navIcon] {
	height: 37px;
	background-size: 27px;
	line-height: 37px;
	font-size: 27px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%
}
[et_role=nav_annular] [et_role=navIcon] {
	height: 33px;
	background-size: 2.1rem;
	line-height: 33px;
	font-size: 23px
}
[et_role=nav_annular] [et_role=navIcon] {
	height: 42px;
	background-size: 2.5rem;
	line-height: 42px;
	font-size: 32px
}
[et_role=nav_annular] [et_role=navIcon] {
	height: 55px;
	background-size: 3.2rem;
	font-size: 43px;
	line-height: 55px
}
[et_role=nav_grids] [et_role=navIcon] {
	line-height: 60px;
	font-size: 5rem
}
.newbtnStcolor>[et_role="butIcon"] {
	color: #aaa
}
[data-style="newbtnStyles"] [et_role="butLink"] {
	width: 35px;
	height: auto;
	line-height: inherit;
	top: 0px
}
[data-style="newbtnStyles"] [et_role="butBox"] {
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 35px;
	top: 3px;
	left: 0px;
	box-sizing: content-box
}
[data-style="newbtnStyles"] [et_role="iconbj"] {
	font-size: 3.5rem;
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 1px
}
[data-style="newbtnStyles"] [et_role="butIcon"] {
	position: absolute;
	height: 35px;
	width: 35px;
	top: 0px;
	left: 0px;
	background-position: 50% 50%;
	line-height: 35px;
	font-size: 2rem;
	background-size: 1.5rem
}
.Nap>div, .Nap>ul, .Nap>section {
	visibility: hidden;
}
.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom:5px;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top:-220px
	
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		top: -70px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}
.text-warning {
    color: #ff9800;
	float: right;
	
}
.text-muted{color: #ec4d25;
	float: right}
[data-etcontrol="e_copyright"]{
	border-top: 1px dashed #ddd;
	padding: 15px 0;
	margin-top: 25px!important;
}
[et_role="newsTitle"]{ overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
[data-etcontrol="e_search"]
{
	position: relative; margin-top: -7px; padding-left: 8px; padding-right: 8px; background-color: rgb(245, 245, 245); margin-left: 0px; outline: none;
}
[date_type="searchType1"] {
    position: relative;
    padding: 10px;
    margin: 10px 0;
}
[date_type="searchType1"] [et_role="search"] {
    height: 42px;
    border-radius: 10px;
    line-height: 42px;
    background: #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px 0px 45px;
    position: relative;
    width: 100%;
}
[date_type="searchType1"] [et_role="search"] [et_role="searchIcon"] {
    position: absolute;
    left: 10px;
	margin-top:2px;
    width: 40px;
    height: 40px;
}
[date_type="searchType1"] [et_role="search"] [et_role="searchbox"] {
    border: 0;
    height: 42px;
    border-radius: 10px;
    background: transparent;
    -webkit-appearance: none;
    padding: 7px;
    line-height: 28px;
    width: 100%;
    font-size: 1.8rem;
    color: rgb(102, 102, 102);
    font-family: 微软雅黑;
}

.tags {
	width: 100%;
	padding: 5px 0;
	height: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	position: relative;
}
.tags ul{list-style: none; padding: 0}
.tags>ul li:first-child {
    border-left: 0;
}
.tags>ul li {
    line-height: 18px;
    float: left;
    width: calc(33.33333333% - 1px);
    border-left: 1px solid #9e9ea1;
}
.tags li {
    float: left;
	text-align: center
}
.tags>ul li a {
    overflow: hidden;
    text-align: center;
    color: #888;
}
.tags>ul li a span {
    margin-left: 5px;
}

.signlst{width: 80%; margin: 0 auto;min-height:48px; padding: 10px 0;}
.signlst ul{padding: 0; margin: 0;}
.signlst ul li{width: 20%; text-align: center;padding: 0; margin: 0; float:left; list-style: none;}
.signlst ul li img{ width: 48px;height: 48px; border-radius: 48px;}



.opc{background: rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; width: 100%;height: 100%; z-index: 9999;display:none}
.signbox{ background: #fff; position: fixed; left: 0;  bottom: 0;min-height: 200px; z-index: 99999;width: 100%;;display:none}
.opcs{background: rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; width: 100%;height: 100%; z-index: 9999;display:none}
.modal-header {
    position: relative;
    padding-top:10px;
    padding-bottom: 10px;
    color: #333;
	text-align: center;
    border-bottom: 1px solid #e0e0e0;
    
}

.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
	font-size: 2rem;
	color: #999;
    padding-right: 8px;
    padding-left: 8px;
}

.media {
    padding: 10px 15px;
}

.media>.pull-left {
    width: 110px;
    height: 75px;
}

.media>.pull-left {
    margin-right: 10px;
}

.pull-left {
    float: left!important;
}
.media h4 {
    display: -webkit-box;
    overflow: hidden;
    max-height: 42px;
	line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.media p{font-size: 1.2rem;color: #999; line-height: 18px}
.ticket {
    border-radius: 4px;
    background-color: #fdfdfd;
    border: 1px solid #f6f6f6;
    min-height: 45px;
    overflow: hidden;
	margin: 5px;
}
.ticket.over {
    background: #fdfdfd url(../images/ticket_jiao.png) no-repeat right bottom / 10px 15px;
    border: 1px solid #2f68ba;
}
.ticket .block_t .name {
    width: calc(100% - 96px);
    float: left;
}
.ticket .block_t .name table td {
    height: 45px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    color: #233040;
    padding-left: 15px;
}
.ticket .block_t .price {
    display: inline-block;
    width: 84px;
    text-align: right;
    line-height: 45px;
    font-size: 14px;
    color: #ff9933;
}
.tt_name {
    padding-top: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #233040;
    padding-left: 15px;
}
.select_num {
    height: 62px;
}
.select_num a.less {
    background: url(../images/ticket_add.png) no-repeat 0 -50px / 50px 200px;
    margin-left: 15px;
}

.select_num a {
    display: inline-block;
    width: 33px;
    height: 30px;
    float: left;
    margin-left: 1px;
}
.select_num .count {
    width: 38px;
    height: 28px;
    border: 1px solid #e7ecf2;
    float: left;
    margin-left: 1px;
}
.select_num .count input {
    width: 38px;
    height: 18px;
    margin: 5px 0;
    line-height: 18px;
    font-size: 14px;
	background: none;
	border: 0;
    color: #233040;
    text-align: center;
}
.select_num a.add {
    background: url(../images/ticket_add.png) no-repeat 0 -150px / 50px 200px;
}
.select_num .overage {
    display: inline-block;
    line-height: 30px;
    float: left;
    font-size: 12px;
    color: #98a4b4;
    margin-left: 15px;
}
.btnNext {
    overflow: hidden;
    position: fixed;
    z-index: 1;
    background-color: #FFF;
    border-top: 1px solid #e7ecf2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
}
.btnNext .priceAll {
    line-height: 48px;
    padding-left: 15px;
    color: #444;
    font-size: 14px;
    display: inline-block;
    float: left;
}
.btnNext .priceAll i {
    color: #ff9933;
    font-size: 16px;
}
.btnNext .blueBtn {
    display: inline-block;
    color: #FFF;
    background-color: #1e489e;
    width: 165px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    float: right;
	border: 0;
}
.joinFeeTop {
    height: 44px;
    position: relative;
}
.joinFeeTop a.return {
    display: inline-block;
    width: 11px;
    height: 19px;
    background: url(../images/icon_return.png) no-repeat 0 0 / 11px 19px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.joinFeeTop .txt {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    color: #233040;
}
.joinFeeTop a.close {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/web_party_date_close2.png) no-repeat 0 0 / 15px 30px;
    position: absolute;
    right: 15px;
    top: 15px;
}
#join_box .join_box_Xq_out{overflow-y: auto;height:95% }
#join_box .join_box_Xq_out .join_box_Xq {
  
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	padding-bottom: 30px;
}
#join_box .join_box_Xq_out .join_box_Xq ul{padding: 0;margin: 0;}
#join_box .join_box_Xq_out .join_box_Xq ul li {
    overflow: hidden;
    padding: 0 10px 5px;
}
.optionsName {
    line-height: 18px;
    color: #98a4b4;
    font-size: 14px;
    padding: 8px 0 5px 8px;
}
.optionsName span{color: red; padding-left: 5px;}
.pop_massage li .inpoutK {
    overflow: hidden;
    background-color: #fff;
    border:none;
}
#join_box .join_box_Xq_out .join_box_Xq ul li .inpoutK input,#join_box .join_box_Xq_out .join_box_Xq ul li .inpoutK select,#join_box .join_box_Xq_out .join_box_Xq ul li .inpoutK textarea {
    width: calc(100% - 20px);
    color: #666;
	padding:7px 5px ;
    margin: 0px 5px;
	border:1px solid #ddd; 
	border-radius: 3px;
}
#join_box .join_box_Xq_out .join_box_Xq ul li .inpoutK select{width: calc(100% - 8px);}

.btnvideo{border: 1px solid #688ed7; border-radius: 3px; background: #fff;padding: 3px 10px; color: #688ed7}
.btnvideo i{margin-right: 10px;}
.started{background: #688ed7!important;color: #fff!important;}
.ending{background: #eee; border: 1px solid #ddd; color: #999;}
.videolst a{ padding-bottom: 5px!important;  padding-top: 5px!important;}
.videolst [et_role="newsTitle"]{ min-height: 36px;}
.videolst p{overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap!important;
    
    padding-bottom: 5px!important;}
.gray{color: #999;}
.btnvideo{border: 1px solid #688ed7; background: #fff; border-radius: 3px; color: #688ed7; padding: 2px 5px; margin-right: 10px;}

.timebox{background: rgba(0,0,0,0.4); height: 100%; top:36px;  width: 100%;position: absolute;z-index: 999999}
.timebox ul{margin: 0; background: #fff;  padding:0;list-style: none; width: 100%}
.timebox ul li{line-height: 36px; border: 0; width: 95%; display: block;border-bottom: 1px solid #eee; float: none;text-align: left; padding-left: 5%;}
.timebox ul li:hover{color: #1c4d87}

.hidden{display: none}
.overflow{overflow: hidden}


[et_role="nav_round"]{height:auto;overflow:hidden;font-size:100%;margin:0px;padding:0px;}
[et_role="nav_round"] li{width: 25%; height:7.1em; float: left; overflow: hidden; list-style: outside none none; position: relative;padding-top: 8px}
[et_role="nav_round"] li [et_role="navImgBox"]{width:100%;margin:0 auto;height:4.8em;text-align:center; line-height: 4.8em;}
[et_role="nav_round"] li [et_role="navImgBox"] i{ position: absolute; z-index: 999;font-size: 24px; left: calc(50% - 12px);}
[et_role="nav_round"] li [et_role="navImgBox"] span{ font-size:5.6em;}
[et_role="nav_round"] li:first-child [et_role="navImgBox"] span{color: #d186f3;}
[et_role="nav_round"] li:nth-child(2) [et_role="navImgBox"] span{color: #fb9741}
[et_role="nav_round"] li:nth-child(3) [et_role="navImgBox"] span{color: #b8d7ab}
[et_role="nav_round"] li:nth-child(4) [et_role="navImgBox"] span{color: #a6c2f0}
[et_role="nav_round"] li:nth-child(5) [et_role="navImgBox"] span{color: #8c7cbf}
[et_role="nav_round"] li:nth-child(6) [et_role="navImgBox"] span{color: #e8979b}
[et_role="nav_round"] li:nth-child(7) [et_role="navImgBox"] span{color: #83f3e5}
[et_role="nav_round"] li:last-child [et_role="navImgBox"] span{color: #3d9992}


.joinlst,.joinlst li,.joincon ul,.joincon ul li{list-style: none; padding: 0; margin: 0;}
.joinlst{height: 30px; padding: 5px 0; clear: both;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd; line-height:30px; margin-bottom: 10px;}
.joinlst li{ width: 50%; font-size:14px; text-align: center;display: inline-block; float: left;}
.joinlst li.cur{color:#204593 }
.joinlst li:first-child{border-right: 1px solid #ddd;width: calc(50% - 1px); }
.joincon{margin: 10px;}
.event-admin {
    margin: 10px 15px 15px;
}
.event-admin>li:first-child {
    margin-top: 0;
}
.event-admin>li {
    position: relative;
    margin-top: 11px;
}
.event-admin>li>a, .event-admin>li>div {
    position: relative;
    display: block;
    padding: 10px 10px 8px;
    color: #333;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3), 0 1px 0 rgba(170,170,170,.1);
    box-shadow: 0 0 1px rgba(0,0,0,.3), 0 1px 0 rgba(170,170,170,.1);
}
.event-admin h2 {
    font-size: 16px;
    display: -webkit-box;
    max-height: 77.14px;
    margin-bottom: 5px;
    padding-right: 35px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.event-admin h2 a {
    color: #333;
}
.label-ticket-progress {
    background: #ff9e00;
}

.label-ticket {
    font-size: 12px;
    line-height: 14px;
	letter-spacing:1px;
    position: absolute;
    top: 0;
    right: 5px;
    width: 36px;
    height: 40px;
    padding: 4px 2px 0;
    text-align: center;
    color: #fff;
}
.label-ticket:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    border-radius: 50px/10px;
    background: #fff;
}
.event-admin>li>a>div, .event-admin>li>div>div {
    font-size: 12px;
    line-height: 21px;
    padding-right: 36px;
}
.text-link {
    color: #00a0e9;
}
.event-admin>li>a>div:last-child, .event-admin>li>div>div:last-child {
    margin-top: 5px;
}
.tickets-list {
    margin-top: -1px;
	
}
.tickets-list li {
    position: relative;
    padding: 10px 10px 8px!important;
    color: #555;
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
    background: #fff;
	line-height: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.tickets-list li h3{margin-bottom: 10px;}
.tickets-list li .name, .tickets-list li .name+em {
    font-size: 14px;	
    font-weight: 700;
}
.tickets-list li .name+em {
    font-style: normal;
    color: #62b651;
}

.tickets-list li div, .tickets-list li div+a {
    font-size: 12px;
}
.label-info {
    background: #158fc7;
	padding: 1px 5px;
    color: #fff;
    border-radius: 2px;
}
.event-admin{ margin-bottom: 20px!important;}

.event-admin .ticket-toggle {
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    color: #62b651;
    border-radius: 0;
    background: #fff;

}
.event-admin .icon-toggle{position: relative; top: 3px;}

.event-admin .ticket-toggle-expand .icon-toggle img {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ended{background: #ccc;}

header{ position: relative;height: 40px;}
.panel ul,.panel ul li{margin: 0; padding: 0}
.panel{position: absolute; z-index: 999999999; top:40px; width: 100%; max-width: 780px;background: #f8f8f8; padding: 5px;}
.panel li{ float: left; list-style: none; text-align: center;width: calc(25% - 1px); border-right:1px solid #ddd;}
.panel li a{display: block; line-height: 32px; color: #666; font-size: 14px;}
header .navbar-righta {
    position: absolute; right:7px;font-size: 32px;color: #777;
}
[role="articleContents"] img{max-width:100%;height: auto}
.guanzhubox{position: fixed; left:calc(50% - 140px); top:calc(50% - 75px); text-align: center; padding-top: 30px; width:280px;height: 120px;background: #fff;border-radius: 5px; z-index: 999990;}

@font-face {
  font-family: 'iconfont';
  src: url('font/iconfont.eot?v=3');
  src: url('font/iconfont.eot?#iefix&v=3') format('embedded-opentype'),
  url('font/iconfont.woff?v=3') format('woff'),
  url('font/iconfont.ttf?v=3') format('truetype'),
  url('font/iconfont.svg#iconfont&v=3') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 2.3rem;
	font-weight: normal;
}
.payforBox{width:90%;top:25%; left: 5%; height: auto;padding-bottom: 20px;display:none;}
.payBtn{background: #1571b2; margin-top: 10px; width: 40%; display: inline-block;line-height: 30px; border-radius: 3px; color: #fff;border: 0;}
.cancleBtn{background: #ddd;  color: #333; margin-left: 20px;}

.shoucang{width: 16px;margin-top: 1px; height: 16px; display: inline-block;background:url(../images/heart.png) no-repeat center center;}
.shoucanged{    width: 16px;
    margin-top: 1px;
    height: 16px;
    display: inline-block;
	background:url(../images/hearted.png) no-repeat center center;}

.dropbox{width: 150px;position: absolute;top:38px;z-index: 999999;}
.dropbox ul{list-style: none;padding: 0;margin: 0; text-align: center;;background: #fff;border:1px solid #f0f0f0; border-radius: 3px;}
.dropbox ul li{line-height:36px; border-bottom: 1px dashed #f0f0f0;}
.dropA{width:100px; position: relative;line-height:32px;font-size: 1.4rem;color: #666; text-align: center;}
.dropA i{position: absolute;right: 0px; top:2px; padding-left: 10PX;width: 25px;height: 25px; display: inline-block;background:url(../images/arrow_drop.png) no-repeat center center; background-size: 12px 12px}

.returnbox{width: 36px;height: 45px;border-radius: 6px;position: fixed; z-index: 9999; text-align: center;line-height: 45px;right: 0;}
.returnTop{ bottom:70px;}
.returnbox i{color: #666;font-size: 18px;}
.returnHome{bottom:36px;}
.returnHome i{font-size: 16px;}
.bx-wrapper{margin-bottom: 5px!important}
.headPhoto{margin-right: 5px; margin-top: 5px; display: inline-block; float: right;width: 35px;}
.headPhoto i{font-size: 21px; color: red}

.videolst [et_role="newsLiImg"],.videolst [et_role="newsLiImg"] img{height: 85px!important}
.videolst [et_role="newsLiImg"] i{font-size: 24px;color: #666; position: absolute;right:5px;top:55px;}
.zhaopinBox{margin-left: 1px; margin-right: 0px; border: 0px; border-radius: 0px;}

.zhaopinBox [et_role="newsLiImg"],.zhaopinBox [et_role="newsLiImg"] img{width: 70px;height: 70px;}
.zhaopinBox [et_role="newsBox"]{width:calc(100% - 90px)}

.codeBtn{width: calc(34% - 3px);border-radius: 3px;border: 0;background: rgb(235, 93, 19);color: #fff; height: 41px; float: right}
.HrLine{margin: 20px 0px; height: 0px; border-right: none; border-bottom: none; border-left: none; border-image: initial; border-top: 1px solid rgb(234, 234, 234); background: none;}
[data-etcontrol="e_form"] input, [data-etcontrol="e_form"] textarea{font-size: 1.3rem!important;}
.container {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
.fr{float: right}
.touxiang{ width:97%; height:68px; display:inline-block; margin:5px 10px 0 10px;}
.touxiangr{ line-height:85px;background:url(../images/pnallstarrow.png) right center no-repeat; text-align:right; color:#878787; font-size:1.5rem; padding-right:26px; margin-right:10px;}
.touxiangr a{color:#878787; font-size:1.5rem;}
.personal_tit{ font-size:1.6rem; font-weight:normal; color:#555555; border-bottom:1px solid #f1f1f1; padding:15px 0px 15px 40px; position:relative;}
.personal_tit em, .walletlst li span{ display:inline-block; margin-left:10px; text-align:center; line-height:20px; font-style:normal; height:20px; width:20px; border-radius:20px; background:#ff4500; color:#fff; font-size:1.6rem;}
.personal_tit a{font-size:1.6rem; color:#555555; display:block;}
.personal_tit i{ position:absolute; width:22px; height:22px; display:block; left:10px; top:50%; margin-top:-11px;}
.personal_tit i img{ width:22px;}
.personal_tit span{ position:absolute; min-height:22px; line-height:22px; font-weight:normal; background:url(../images/pnallstarrow.png) right center no-repeat; right:10px; text-align:right; color:#878787; font-size:1.5rem; padding-right:26px;}
.personal_tit span a{color:#999999; font-size:1.5rem;}
.personal_tit .input{border:1px solid #ccc;border-radius: 3px;line-height: 22px;}
.grayFont{font-size: 60px; padding: 5px; color: #bbbbbb;}
.formListSe{background: none;border: 0;font-size: 1.5rem;color: #878787;padding: 0; text-align: right;min-width: 48px;}

@font-face{font-family:yiyingbao;src:url("../images/iconfont.ttf?v=1509936571") format("truetype")}
.event-admin li div div a{ padding:3px 5px; background:#62b651; color:#fff; border:1px solid #62b651; border-radius:4px;}
.event-admin li div div a:hover{ background:#fff; color:#62b651;}