input,
button {
	margin: 0;
	font-size: 12px;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

.search_page{
	min-width: 1200px;
	width: 100%;
}

.main{
	background: linear-gradient(to right, #FAFAFA 0%,#FAFAFA 50%,#fff 51%,#fff 100%);
}
/*logo搜索框*/
.top {
	width: 100%;
	height: 86px;
	min-width: 1200px;
	z-index: 100;
	position: relative;
}

.top_main{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.top_main .logo{
	float: left;
	display: flex;
	min-width: 350px;
}

.top_main .logo img{
	height: 32px;
	vertical-align: top;
	margin-top: 27px;
}

.top_main .logo span{
	font-size: 20px;
	line-height: 86px;
	color: #ffffff;
	padding-left: 10px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.top_main .logo span i{
	content: "·";
	color: #333;
	font-size: 40px;
	position: absolute;
	left: 4px;
	top: 0px;
}

.top_main .logo span em{
	font-style: normal;
	height: 31px;
	font-style: normal;
	background: linear-gradient(#E6494D 0%, #BB1220 100%);
	line-height: 29px;
	display: inline-block;
	padding: 0 8px;
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 350px;
}

.search_box {
	float: left;
	position: relative;
	display: flex;
	align-items: center;
}

.search_box .search {
	width: 480px;
	height: 40px;
	position: relative;
	z-index: 9998;
}

.search_box .search_input2 {
	width: 348px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	outline: 0;
	font-size: 14px;
	line-height: 48px;
	color: #131313;
	padding: 0 80px 0 15px;
	border: 1px solid #C8C8C8;
	font-family: SourceHanSerifCNBold;
	border-radius: 0 6px 6px 0;
	border-left: none;
}
.line{
	width: 2px;
	background: #FFFFFF;
	display: flex;
	height: 38px;
	align-items: center;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	padding-left: 5px;
}
.line span{
	width: 2px;
	background: #C8C8C8;
	height: 16px;
}
#articleType{
	border-radius: 6px 0 0 6px;
	border: 1px solid #C8C8C8;
	height: 38px;
	padding-left: 5px;
	border-right: none;
	background: #fff;
}
#articleType p{
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding-left: 5px;
	position: relative;
}
#articleType p span{
	line-height: 38px;
	display: inline-block;
	height: 40px;
}
#articleType p img{
	margin-left: 5px;
	margin-right: 3px;
}
.articleTypeList{
	background: #FFFFFF;
	position: absolute;
	top: 57px;
	left: 0;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	padding-top: 5px;
	z-index: 1001;
}
.articleTypeList li{
	height: 30px;
	width: 54px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border-right: 1px solid #C8C8C8;
}
.articleTypeList li:hover{
	background: #ddd;
}
.articleTypeList{
	display: none;
}

.search_box .search_btn2 {
	width: 60px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	font-size: 0;
	padding: 0;
	cursor: pointer;
	background: url(../image/sherch.png) center no-repeat #5A9CF8;
	border-radius: 0 6px 6px 0;
	z-index: 9999;
}
.association{
	width: 418px;
	max-height: 235px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 35px;
	border: 1px solid #ddd;
	border-top: none;
	line-height: 40px;
	font-size: 15px;
	padding: 0 0 10px;
	display: none;
}
.association p{
	cursor: pointer;
}
.association li{
	padding: 0 18px;
}
.association p em{
	font-style: normal;
	color: #5a9cf8;
}

.phrase {
	max-height: 280px;
}

.tips_box li {
	overflow: hidden;
	cursor: pointer;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 28px;
}

.tips_box li p {
	float: left;
	display: block;
	width: 100%;
	color: #454545;
	font-size: 14px;
}

.tips_box li p em {
	font-style: normal;
	color: #CC0000;
}

.tips_box li {
	overflow: hidden;
	cursor: pointer;
	height: 28px;
	margin: 0;
	padding: 0 8px;
	line-height: 28px;

}

.tips_box li p a {
	float: left;
	display: block;
	width: 100%;
	color: #757575;
}


/* 候选词选中样式 */
.current {
	background-color: #5A9CF8;

}
.current p em{
	color: #ffffff;
}

li.current p {
	color: #fff;
}

.tips_box li.current p em {
	font-style: normal;
	color: #fff;
}

.tips_box li:hover {
	background-color: #f1f1f1;
}

.searchResults {
	width: 1200px;
	margin: 0 auto;
	/* padding-bottom: 40px; */
	min-height: 616px;
	clear: both;
	overflow: hidden;
	z-index: 99;
	display: table;
}

.searchConditions {
	display: inline-block;
	/* width: 840px; */
	padding-left: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e8e8e8;
}

/* 单选框样式修改 */
.searchConditions label {
	line-height: 30px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
	color: #777;
	cursor: pointer;
	font-size: 14px;
}

.searchConditions .radio_type {
	width: 20px;
	height: 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	outline: none;
	cursor: pointer;
	background: url(../image/radio.png) no-repeat 0 0;
}

.searchConditions .radio_type:checked{
	background: url(../image/radio_checked.png) no-repeat 0 0;
}

.searchConditions .radio_type:checked + label {
	color: #131313;
}

.searchConditions input[type="radio"] {
	margin-right: 4px;
	margin-top: 3px;
	/* width: 15px;
	height: 15px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; */
}

.searchResultsRight {
	width: 800px;
	/* float: right; */
	padding-top: 50px;
	padding-left: 70px;
	background-color: #fff;
	display: table-cell;
	vertical-align: top;
}

.searchResultList a, .searchResultList a:hover{
	/* display: inline; */
	color: #000;
}

.listpage a{
	display: inline-block;
}

.searchResultsLeft {
	/* float: left; */
	display: table-cell;
	vertical-align: top;
}

.searchforOne {
	width: 100%;
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ECECEC;
	clear: both;
	overflow: hidden;
	z-index: 1;
}

.imageTextTitle {
	line-height: 26px;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	word-break: break-all;
}
.imageTextTitle i{
	cursor: pointer;
}

.imageTextTitle img {
	width: 20px;
	height: 15px;
	margin-left: 10px;
}

.imageTextContainer em {
	color: #FF0000;
	font-style: normal;
}

.searchforImgText .imgList {
	margin-top: 10px;
	margin-bottom: 12px;
	height: 125px;
}

.imageTextSummary {
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
	color: #555;
	text-align: justify;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.imageTextTags {
	display: inline-block;
}

.imageTextInfo {
	margin-top: 8px;
}

.imageTextTags a {
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #419FFF;
	line-height: 20px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.imageTextSource {
	margin: 0 20px 0 0;
	color: #999;
	font-size: 12px;
}

.imageTextTime {
	color: #999;
}

.searchResultList .img_box{
	display: block;
	float: left;
	width: 200px;
	height: 125px;
	border-radius: 6px;
	background: #ececec;
	position: relative;
	overflow: hidden;
	margin-right: 25px;
}

.searchResultList .img_box .showBgBlur {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 125px;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	background-size: 100% 100%;
	opacity: .3\0;
}

.searchResultList .img_box .imageTextImg {
	width: auto;
	max-width: 200px;
	max-height: 125px;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;

}

/* .searchforAudio .imageTextTitle img {
	width: 19px;
	height: 16px;
	margin-left: 10px;
}

.searchforVr .imageTextTitle img {
	width: 20px;
	height: 10px;
	margin-left: 10px;
} */



/* 左侧分类 */
.classification{
	width: 280px;
	overflow: hidden;
	background-color: #FAFAFA;
	padding: 50px 50px 40px 0 ;
}

.classification-list{
	position: relative;
	margin-bottom: 15px;
}

.classification-list h2 {
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #D7D7D7;
	font-size: 0;
	font-weight: normal;
}

.classification-list h2 span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	margin-top: 5px;
	padding: 0;
	cursor: pointer;
}

.classification-list span.cur{
	/* background-color: #419FFF; */
	color: #419FFF;
}

.classification-list h2 em{
	font-style: normal;
}

.classification-list h2 em.num{
	color:#797979;
	font-size: 14px;
	margin-left: 5px;
	display: none;
}

.classification-list span.cur em.num{
	color:#fff;
}

.classification-list ul{
	font-size: 0;
	max-height: 64px;
	overflow: hidden;
}
.classification-list li{
	padding-left: 17px;
	box-sizing: border-box;
	min-width: 50%;
	display: inline-block;
}

.classification-list-open ul{
	max-height: none;
}

.classification-list li span{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	padding-right:10px;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap
}

.classification-list span.disabled {
	color: #999;
	cursor: default;
}

.classification-list li em.num{
	font-size: 12px;
	margin-left: 5px;
	color:#797979;
	display: none;
}

.classification-list li em{
	font-style: normal;
}

.classification-list i.more{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 40px;
	background: url(../image/arrow-bottom-gray.png) no-repeat center 17px;
	cursor: pointer;
}

.classification-list-open i.more{
	background: url(../image/arrow-top-gray.png) no-repeat center 17px;
}

/* 右侧筛选 */
.filter{
	/* padding-bottom: 90px; */
	position: relative;
}

.filter-tap{
	margin-top: 10px;
	font-size: 0;
}
.filter-tap-con{
	display: inline-block;
	color: #419FFF;
	border: 1px solid #D8D8D8;
	line-height: 24px;
	margin-right: 8px;
	vertical-align: middle;
	font-size: 14px;
	background: #fff;
	position: relative;
	padding-right: 32px;
	padding-left: 10px;
	border-radius: 2px;
}

.filter-tap-con .filter-tap-text{
	color: #419FFF;
}

.filter-tap-con em{
	cursor: pointer;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	font-size: 0;
	background: url(../image/tag_close.png) no-repeat center center;
}

.filter-list{
	margin-top: 10px;
	position: relative;
	background-color: #F5F5F5;
	border: 1px solid #E8E8E8;
	height: 32px;
}

.filter-list h3{
	float: left;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	padding-left: 20px;
	display: none;
}
.filter-list-con{
	position: relative;
	font-size: 0;
}
.filter-list-con dl{
	display: inline-block;
	font-size: 14px;
	width: 80px;
}

.filter-list-con dl dt{
	height: 32px;
	line-height: 32px;
	/* border-width: 1px;
	border-style: solid; */
	/* border-color: #fff #fff #D7D7D7 #fff; */
	z-index: 10;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: 12px 8px;
	padding-left: 10px;
}

#areaCode dt{
/*	background-image: url(../image/area_icon.png);*/
}
#storyBeginYear dt{
	/*background-image: url(../image/date_icon.png);*/
}

.filter-list-con dl.cur dt{
	/* border-color: #D7D7D7 #D7D7D7 #fff #D7D7D7; */
	color: #419FFF;
	background-color: #fff;
}

.filter-list-con dl dd{
	position: absolute;
	left: -1px;
	top: 33px;
	display: none;
	width: 800px;
	overflow: hidden;
	z-index: 999;
	font-size: 0;
	/* padding-bottom: 30px; */
}

.filter-list-con dl dd .filter-list-dd{
	position: relative;
	border: 1px solid #D7D7D7;
	border-top: none;
	width: 800px;
	/* padding: 10px 0 10px 20px; */
	max-height: 500px;
	height: 0;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
}
.filter-list-con dl.cur dd .filter-list-dd{
	height: auto;
	overflow-y: auto;
	padding: 18px 16px;
}

.filter-list-con dl dd .filter-list-dd div:first-of-type{
	margin-bottom: 20px;
}

.filter-list-con dl dt i.more_btn{
	position: absolute;
	top:0;
	right: 0px;
	width: 32px;
	height: 32px;
	background: url(../image/down_icon.png) no-repeat center center;
	cursor: pointer;
}

.filter-list-con dl.cur dt i.more_btn{
	background-image: url(../image/up_icon.png);
}

.filter-list-con dl.cur dd{
	display: block;
}

.filter-list-con dl dd span{
	display: inline-block;
	font-size: 12px;
	color: #333;
	height: 32px;
	line-height: 32px;
	margin: 0 20px 8px 0;
	cursor: pointer;
}

.filter-list-con dl dd span:hover, .filter-list-con dl dd span.cur{
	color: #419FFF;
}

.filter-type{
	position: absolute;
	right: 10px;
	bottom: 0;
}
.filter-more{
	height: 30px;
}
.filter-rig{
	display: flex;
	float: right;
}
#filter-sec{
	border:none;
	margin-right: 16px;
}
.filter-more .filter-line{
	display: block;
	width: 1px;
	height: 16px;
	background-color: #d8d8d8;
	margin: 0 10px;
	margin-top: 7px;
}
.filter-more span{
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
}
.filter-more span:hover{
	color: #419FFF;
}
.filter-more .byTime{
	position: relative;
	padding-right: 10px;
}
.filter-more .mysort{
	width: 10px;
	position: relative;
}
.byTime,.byAbout{
	cursor: pointer;
	font-size: 14px;
}
.filter-more .active{
	color: #333;
}
.angle_top {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 0 5px 5px;
	border-color: transparent transparent #ddd;
	position: absolute;
	transform: rotate(180deg);
	bottom: 10px;
	right: 2px;
}

.angle_bottom {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 0 5px 5px;
	border-color:transparent transparent #ddd;
	position: absolute;
	top: 9px;
	right: 2px;
}
.angleactive{
	border-color: transparent transparent #999;
}
/* 无结果样式 */
.noResult {
	/* width: 1200px; */
	margin: 20px auto;
	font-size: 14px;
}

.noResultImg{
	padding-left: 150px;
}

.searchResultsRight .noResultImg{
	padding-left: 0;
}

.noResultImg img {
	float: left;
	margin-top: 100px;
}

.noResultContent {
	font-size: 18px;
	color: #999;
	width: 340px;
	padding-right: 20px;
	float: left;
	margin-top: 140px;
	word-wrap: break-word;
}

.noResultContent p {
	margin-bottom: 20px;
	word-wrap: break-word;
}

.noResultContent em {
	font-style: normal;
	color: #E02020;
}

.noResultLike {
	display: inline-block;
	width: 314px;
	padding: 10px 32px;
	border: 1px solid rgba(153, 153, 153, 0.41);
	margin-right: 26px;
	vertical-align: top;
}

.noResultLike:last-of-type {
	margin-right: 0;
}

.noResultLikeTitle {
	font-size: 16px;
	font-weight: 600;
	color: #131313;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

.noResultLike a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #131313;
	line-height: 35px;
	position: relative;
	padding-left: 10px;
	cursor: pointer;
}

.noResultLike a i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid rgba(196, 101, 69, 1);
	position: absolute;
	top: 16px;
	left: 0;
}

.noResultLike:last-of-type a {
	padding-left: 0;
}


/* 搜索操作异常 */
.search-error{
	width: 430px;
	margin: 100px auto;
}

.search-error-tit{
	padding-left: 54px;
	/*background: url(/v1/image/search/search-error-icon.png) no-repeat left center;*/
	font-weight: normal;
	font-size: 24px;
	color: #333;
	line-height: 36px;
}

.search-error-input{
	margin-top: 10px;
	padding-left: 54px;
	font-size: 0;
}

.search-error-input span{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	float: left;
}

.search-error-input input{
	width: 220px;
	padding: 0 5px;
	height: 30px;
	border: 1px solid #EAEAEA;
	line-height: 30px;
	color: #333;
	font-size: 18px;
}

.search-error-input em{
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin:10px auto 10px 72px;
}

.search-error-code{
	margin-left: 126px;
	height: 40px;
	overflow: hidden;
}

.search-error-code .code-img{
	width: 110px;
	height: 40px;
	float: left;
	margin-right: 10px;
}

.search-error-code .code-img img{
	width: 100%;
	height: 100%;
	border: 0;
}

.search-error-code span{
	font-size: 13px;
	color: #CC6601;
	line-height: 60px;
	cursor: pointer;
}

.search-error-btn{
	width: 242px;
	height: 34px;
	margin: 60px auto 0 auto;
}

.search-error-btn input{
	width: 106px;
	height: 34px;
	border-radius:2px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	border: 0;
	font-family: SourceHanSerifCNBold;
	cursor: pointer;
}

.search-error-btn input.search-error-submit{
	background-color: #E57B12;
	color: #fff;
	float: left;
}

.search-error-btn input.search-error-reset{
	background-color: #F4F4F4;
	color: #333;
	float: right;
}

.search-error-message{
	font-size: 14px;
	color: #CC6601;
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	margin-left: 126px;
}
.ui-visbtn{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 32px;
	height: 32px;
	/*background: url("/v1/image/visbtn.png") center center no-repeat;*/
	background-size: 24px;
}
.ui-mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50)\9;
/*	*filter: alpha(opacity=50);*/
}
.vpSideHide{
	float: left;
	width: 34px;
	height: 100%;
	background-color: #f0f0f0;
	box-shadow: -2px 0 2px #d7d7d7 inset;
}
.vpSideHide .vpsHideBar{
	display: block;
	padding: 200px 11px;
	color: #555;
	font: bold 12px/1.5 SimSun,"宋体";
	text-decoration: none;
}
.visPop {
	display: none;
	position: absolute;
	left: 50%;
	top: 60px;
	top: 5vw;
	z-index: 10001;
	width: 1000px;
	height: 600px;
	margin-left: -500px;
	background-color: #fff;
}
.visPop .close {
	position: absolute;
	right: 15px;
	top: 10px;
	display: block;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	/*background: url("/v1/image/vis_close.png") no-repeat;*/
	z-index: 1;
}
.vpMain{
	padding: 20px;
}
.myPop{
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0, 0.5);
	position: fixed;
	left: 0;
	top:0;
	z-index: 100000;
	display: none;
}
.popContent{
	width: 1000px;
	height: 80vh;
	margin: 10vh auto;
	background: #ffffff;
	position: relative;
}
.pop-acctt{
	height: 80vh;
	overflow-y: scroll;
}
.closePop{
	float: right;
	width: 20px;
	position: absolute;
	right: 22px;
	top: 25px;
}
.pop-tit{
	font-size: 34px;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
	text-align: center;
	padding: 40px 110px 17px;
}
.pop-source{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	padding: 0 110px 0;
	text-align: center;
}
.pop-source span{
	margin-right: 15px;
}
.pop-des{
	padding: 25px 80px 34px;
	margin: 0 30px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	overflow: hidden;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
}
.pop-des i,.pop-des p,.pop-des span{
	overflow: hidden;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
}
.pop-des span{
	width: 16px;
	height: 16px;
}
.pop-des .des1{
	position: absolute;
	left: 15px;
	top:8px;
}
.pop-des .des2{
	position: absolute;
	right: 15px;
	top:8px;
}
.pop-des .des3{
	position: absolute;
	left: 15px;
	bottom:18px;
}
.pop-des .des4{
	position: absolute;
	right: 15px;
	bottom: 18px;
}
.pop-accthment{
	margin: 0 auto;
	padding: 38px 40px 40px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 26px;
}
.pop-accthment video{
	margin: 0 auto;
	max-width: 800px!important;
}
.pop-accthment audio{
	margin: 0 auto;
}
.videodesc{
	width: 800px;
	margin: 20px auto 0;
}
.pop-accthment img{
	margin: 10px auto;
	display: block;
}
.app-image-description{
	text-align: center;
	padding-bottom: 10px;
}

.pop{
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0, 0.5);
	position: fixed;
	left: 0;
	top:0;
	z-index: 10000;
	display: none;
}
.pop-cont{
	width: 800px;
	background: #fff;
	position: absolute;
	left: 50%;
	top:10%;
	margin-left: -430px;
	border-radius: 5px;
	padding: 30px;
	max-height: 80%;
	overflow-y: scroll;
}
.sesHtml{
	color: #00679d;
	font-size: 18px;
	line-height: 48px;
	display: inline-block;
}
.mySee{
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 35px;
}
.mySee a{
	background-color: #5A9CF8;
	border: 1px solid #5A9CF8;
	color: #fff;
	width: 98px;
	height: 30px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	display: block;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	float: right;
}
.sureChoose{
	font-style: normal;
}
.city,.myCity{
	cursor: pointer;
}
.mySee span{
	width: 98px;
	height: 30px;
	background: #10568a;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	display: block;
	float: left;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	margin-left: 10px;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}
.arealine{
	border-top: 1px solid #e3e3e3;
	font-size: 16px;
	padding: 15px 0 15px;
}
.toSelect span{
	font-size: 16px;
	line-height: 46px;
	color: #333;
	height: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 16px;
	cursor: pointer;
	display: inline-block;
	margin-right: 30px;
}
.mySes i{
	font-style: normal;
	font-size: 16px;
	cursor: pointer;
}
.my-label{
	margin-left: 10px;
}
.change-org {
	width: 68px;
	font-size: 13px;
	height: 24px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	text-indent: 16px;
	color: #ffffff;
	background: url(/v1/image/change-org.png) no-repeat 50px 7px;
	margin-left: 20px;
	cursor: pointer;
	display: inline-block;
	line-height: 24px;
	text-align: left;
	position: relative;
	top:31px;
}
.media{
	margin: 0 auto;
}
.wrap{
	position: relative;
	width: 800px;
	margin: 0 auto;
}
.wrap ul{list-style: none;overflow: hidden}
.wrap ul li{
	list-style: none;
}
.wrap img{
	display: block;
	width: 100%;
}
#num{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.4);
}
.wrap button{
	width: 60px;
	height: 60px;
	border: none;
}
.popurl{
	padding-left: 32px;
	margin-bottom: 30px;
	display: block;
	word-break: break-all;
}
.app-image{
	margin-bottom: 6px;
	max-width: 700px;
}
.wrap li{
	margin-bottom: 6px;
}
.app-image-container{
	text-align: center;
}