@charset "UTF-8"; /*
Title:   mobile reset
Create:  2016-12-15
Author:  yuxiangliang@zhongsou.com
Version: v0.1
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea {
	font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, tahoma, arial, \5b8b\4f53, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display: block;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
	font-size: 100%;
}

address, cite, dfn, em, var {
	font-style: normal;
}

code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
}

small {
	font-size: 12px;
}

ul, ol {
	list-style: none outside none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000000;
}

fieldset, img {
	border: 0 none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

mark {
	background: none repeat scroll 0 0 #FFFF00;
}

fieldset, img, a img, iframe {
	border-width: 0;
	border-style: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1; }

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "";
}

a, a:hover {
	text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/*
Title:   singlewidget 原样式拷贝
Create:  2016-12-15
Author:  yuxiangliang@zhongsou.com
Version: v0.1
*/
a:link {
	-webkit-tap-highlight-color: rgba(100, 100, 100, 0.25);
	-webkit-focus-ring-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-focus-ring-color: transparent;
}

html {
	-webkit-text-size-adjust: none;
	/*height: 100%;*/
	font-size: 12px;
}

.div_a {
	padding: 6px 15px 20px;
}

.div_a_a {
	margin-top: 10px;
	border-radius: 5px;
	border: #e1e1e1 1px solid;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.div_a_a li {
	position: relative;
	margin: 0 12px;
	padding: 8px 16px 9px;
}

.div_a_a ul li:nth-child(2) {
	border-top: #d5d5d5 1px dashed;
}

.div_a_a li h3 {
	padding-bottom: 5px;
	line-height: 23px;
	color: #282828;
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-wrap: break-word;
}

.div_b p {
	height: 16px;
	line-height: 16px;
	color: #7e7e7e;
	font-size: 10px;
}

.div_c p {
	line-height: 17px;
	color: #5e5a57;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-wrap: break-word;
}

/* 11 13 15 */
.div_a_a li span {
	position: absolute;
	top: 8px;
	left: -17px;
	width: 20px;
	height: 23px;
	background: url(/img/singlewidget/bg_srp.png) 0 0 no-repeat;
	background-size: 22px 99px;
}

.div_a_a li span.sp_a {
	background-position: 0 0;
}

.div_a_a li span.sp_b {
	background-position: 0 -28px;
}

.div_a_a li span.sp_c {
	background-position: 0 -56px;
}

.div_d {
	padding: 0 15px 20px;
}

/* 11 13 15 */
.ldiv_a {
	padding-bottom: 10px;
}

.list li {
	position:relative;
	width: 94%;
	margin: 0 auto;
	padding-bottom:2px;
	/*-webkit-tap-highlight-color: rgba(240,240,240,0.7);*/
}

/*11 13 15*/
.ldiv_a li:first-child {
	/*position: relative;*/
}

.ldiv_a li:last-child {
	border-bottom: 0;
}

.ldiv_a li a {
	display: block;
	padding: 15px 0 20px 0;
	overflow: hidden;
}

.ldiv_a div.imgcont {
	float: right;
	width: 90px;
	height: 60px;
	margin-left: 8px;
	overflow: hidden;
}

.ldiv_a li h4 {
	/*max-height: 40px;*/
	line-height: 1.2;
	color: #282828;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.ldiv_a li h4.small {
	font-size: 16px !important;
}

.ldiv_a li h4.middle {
	font-size: 18px !important;
}

.ldiv_a li h4.big {
	font-size: 20px !important;
}

.ldiv_a li h4.h_a {
	color: #333;
	-webkit-line-clamp: 1;
}

.ldiv_a li img {
	display: block;
	width: 100%;
}

.ldiv_a li .img_title {
	background-color: #000;
	height: 30px;
	width: 100%;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}

.ldiv_a li .img_title p {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
}

.new_img img {
	width: 100%;
}

.ldiv_a li h4 span {
	position: relative;
	top: -2px;
	margin-right: 5px;
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #fff;
	font-size: 12px;
	background: #f0143d;
	text-align: center;
}

/*11 13 15*/
.lp_ly {
	height: 18px;
	line-height: 18px;
	margin-top: 12px;
	color: #999;
	font-size: 12px;
	word-break: break-all;
	overflow: hidden;
	display: inline-block;
}

/* 阅读数、评论数 小图标 */
.lp_ly span {
	float: left;
}

.lp_ly span:nth-child(1) {
	margin-right: 12px;
}

.lp_ly span:nth-child(2) {
	width: 105px;
	overflow: hidden;
}

.lp_ly_div {
	position: relative;
	min-height: 60px;
}

.lp_ly_pic, .lp_ly_none {
	position: absolute;
	top: 50px;
}

.lp_ly_pic_three {
	position: absolute;
	top: 58px;
}

.lp_pl {
	position: absolute;
	top: 63px;
	right: 0px;
	color: #999;
	height: 20px;
}

.lp_pl_pic_three {
	position: absolute;
	top: 71px;
}

.lp_pl_zixun_three {
	top: 120px;
}

.lp_eye, .lp_good, .lp_commit {
	display: inline-block;
	height: 20px;
	max-width: 100px;
	padding-left: 16px;
	padding-right: 5px;
	overflow: hidden;
	float: right !important;
}

.lp_eye {
	background: url("../img/circle_mypost_visit.png") no-repeat;
	background-size: 12px;
	background-position: left;
}

.lp_good {
	background: url("../img/circle_mypost_icon.png") no-repeat;
	background-size: 12px;
	background-position: 2px 3px;
}

.lp_commit {
	background: url("../img/circle_mypost_follow.png") no-repeat;
	background-size: 12px;
	background-position: left;
}

/* 11 13 15*/
.ldiv_a_a li a {
	min-height: 60px;
	width: 100%;
}

/*11 12 13 15 21*/
.div_load {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 12px;
	text-align: center;
}

.div_load img {
	position: relative;
	top: 5px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

/* 全局  */
.div_ld_b {
	height: 40px;
	padding: 12px 0;
	width: 100%;
	bottom: 0;
	position: absolute;
}

.wrap {
	-webkit-transition: height 0.3s;
}

.inner {
	-webkit-transform: rotate(-180deg) translateZ(0);
	-webkit-transform-origin: 50% 50%;
}

.pullDownIcon {
	display: block;
	float: left;
	margin-left: 20%;
	margin-right: 6%;
	width: 14px;
	height: 40px;
	line-height: 40px;
	-webkit-background-size: 40px 80px;
	background-size: 40px 80px;
	text-align: center;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 250ms;
}

.pullDownIcon img:nth-child(1) {
	width: 100%;
}

.pullDownLabel {
	padding-right: 25%;
	overflow: hidden;
}

.pullDownLabel p {
	line-height: 20px;
	text-align: center;
}

.pullDownLabel p:nth-child(1) {
	font-size: 14px;
	color: #888;
}

.pullDownLabel p:nth-child(2) {
	font-size: 12px;
	color: #999;
}

.error {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
}

.err_wrp {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 0;
}

.err_wrp p {
	margin-top: 23px;
	color: #505050;
	font-size: 18px;
}

.err img {
	width: 112px;
}

.load {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
}

.load_a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 0;
}

.load_a img {
	width: 122px;
}

.xda_img {
	display: table;
	padding: 10px 12px 15px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.xda_img1 {
	display: table-cell;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
}

.xda_img1 img {
	max-width: 100%;
}

.xda_nr {
	margin: 0 6px;
	padding: 10px 10px 17px;
	line-height: 25px;
	font-size: 16px;
	color: #5e5a57 !important;
	background: #fff;
	box-shadow: 0 0 3px rgba(52, 52, 52, 0.75);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-indent: 2em !important;
}

.xda_nr p, .xda_nr table, .xda_nr td, .xda_nr span, .xda_nr a {
	color: #5e5a57 !important;
	text-indent: 2em !important;
	word-break: break-all;
	word-wrap: break-word;
}

.xda_wrd {
	margin-bottom: 40px;
}

.xda_wrd h3 {
	position: relative;
	height: 30px;
	line-height: 30px;
	background: #66b2eb;
	text-align: center;
	color: #fdfefe;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: normal;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.xda_wrd h3 span {
	position: absolute;
	top: 12px;
	width: 7px;
	height: 7px;
	background: url(/img/singlewidget/bg_5.png) 0 0 no-repeat;
	background-size: 7px 7px;
}

.xda_wrd h3 span:nth-child(1) {
	left: 14px;
}

.xda_wrd h3 span:nth-child(2) {
	right: 14px;
}

.div_e {
	padding-top: 4px;
	padding-bottom: 20px;
}

.div_e ul {
	float: left;
	padding: 0 2px;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.div_e ul li {
	width: 100%;
	margin-bottom: 4px;
	font-size: 0;
}

.div_e ul li img {
	width: 100%;
}

.backtop {
	width: 45px;
	height: 45px;
	position: fixed;
	right: 14px;
	bottom: 20px;
	display: none;
	z-index: 9999;
}

.backtop-bg {
	width: 45px;
	height: 45px;
	opacity: .6;
	background: #000;
	border-radius: 3px;
	display: block;
	position: relative;
}

.backtop-icon {
	width: 25px;
	height: 22px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../img/backtop.png) no-repeat;
	background-size: 25px 22px;
}

.xda_nr img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ldiv_b_b div.imgcont {
	float: right;
	overflow: hidden;
	margin-left: 8px;
	width: 31%;
	height: 60px;
}

/**点赞、阅读数小图标响应式样式**/
.ldiv_b_b .new_img img {
	width: 100%;
	min-height: 60px;
}

.video_time {
	top: 42px;
}

@media (min-width: 320px) {
	.ldiv_b_b div.imgcont {
		float: right;
		width: 31%;
		height: 60px;
		overflow: hidden;
	}

	.video_time {
		top: 42px;
	}

	.ldiv_b_b .new_img img {
		width: 100%;
	}

	.ldiv_a_a li a {
		min-height: 60px;
	}

	.lp_pl_zixun_three {
		top: 120px;
	}
}

@media (min-width: 360px) {
	.ldiv_b_b div.imgcont {
		float: right;
		width: 31%;
		height: 67px;
		overflow: hidden;
	}

	.ldiv_a_a li a {
		min-height: 67px;
	}

	.video_time {
		top: 49px;
	}

	.ldiv_b_b .new_img img {
		width: 100%;
		min-height: 67px;
	}

	.lp_pl_pic {
		top: 70px;
	}

	.lp_ly_pic {
		top: 57px;
	}

	.lp_ly_pic_three {
		top: 64px;
	}

	.lp_pl_pic_three {
		top: 78px;
	}

	.lp_pl_zixun_three {
		top: 127px;
	}
}

@media (min-width: 375px) {
	.ldiv_b_b div.imgcont {
		float: right;
		width: 32%;
		height: 71px;
		overflow: hidden;
	}

	.ldiv_a_a li a {
		min-height: 72px;
	}

	.video_time {
		top: 53px;
	}

	.ldiv_b_b .new_img img {
		width: 100%;
		min-height: 71px;
	}

	.lp_pl_pic {
		top: 74px;
	}

	.lp_ly_pic {
		top: 61px;
	}

	.lp_ly_pic_three {
		top: 68px;
	}

	.lp_pl_pic_three {
		top: 84px;
	}

	.lp_pl_zixun_three {
		top: 130px;
	}
}

@media (min-width: 414px) {
	.ldiv_b_b div.imgcont {
		float: right;
		width: 32%;
		overflow: hidden;
		height: 87px;
	}

	.ldiv_a_a li a {
		min-height: 88px;
	}

	.video_time {
		top: 69px;
	}

	.ldiv_b_b .new_img img {
		width: 100%;
		min-height: 87px;
	}

	.lp_pl_pic {
		top: 90px;
	}

	.lp_ly_pic {
		top: 75px;
	}

	.lp_ly_pic_three {
		top: 86px;
	}

	.lp_pl_pic_three {
		top: 98px;
	}

	.lp_pl_zixun_three {
		top: 144px;
	}
}

.srp_zt_imgs {
	margin: 0 15px 0 6px;
}

.srp_zt_list {
	overflow: hidden;
	margin-left: -11px;
}

.srp_zt_list li {
	float: left;
	width: 33.33333%;
	padding: 8px 0 5px 11px;
	box-sizing: border-box;
	border-bottom: 0;
	height: 68px;
}

.srp_zt_list_one li {
	width: 100%;
}

.srp_zt_list_two li {
	width: 50%;
}

.pic_three li {
	overflow: hidden;
	margin-left: -11px;
	float: left;
	padding: 8px 0 5px 11px;
	box-sizing: border-box;
	border-bottom: 0;
	width: 33.33333%;
}

.srp_zt_list li img {
	display: block;
	width: 100%;
	min-height: 60px;
	overflow: hidden;
}

@media (min-width: 320px) {
	.srp_zt_list li {
		height: 68px;
	}

	.srp_zt_list li img {
		width: 100%;
		min-height: 60px;
	}
}

@media (min-width: 360px) {
	.srp_zt_list li {
		height: 75px;
	}

	.srp_zt_list li img {
		width: 100%;
		min-height: 67px;
	}
}

@media (min-width: 375px) {
	.srp_zt_list li {
		height: 80px;
	}

	.srp_zt_list li img {
		width: 100%;
		min-height: 71px;
	}
}

@media (min-width: 414px) {
	.srp_zt_list li {
		height: 95px;
	}

	.srp_zt_list li img {
		width: 100%;
		min-height: 87px;
	}
}

/*视频列表样式*/
.video_tag {
	border: 1px solid #ff2929;
	/*line-height: 14px;*/
	/*height: 14px;*/
	color: #ff2929;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 2px;
	margin-right: 2px;
	font-size: 12px;
	/*height: 13px;*/
	margin-top: -2px;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	/* IE 9 */
	-moz-transform: scale(0.8);
	/* Firefox */
	-webkit-transform: scale(0.8);
	/* Safari 和 Chrome */
	-o-transform: scale(0.8);
	/* Opera */
}

.tj_tag {
	border: 1px solid #048204;
	/*line-height: 14px;*/
	/*height: 14px;*/
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 2px;
	margin-right: 2px;
	font-size: 12px;
	/*height: 13px;*/
	/*margin-top: 1px;*/
	background-color: #048204;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	/* IE 9 */
	-moz-transform: scale(0.8);
	/* Firefox */
	-webkit-transform: scale(0.8);
	/* Safari 和 Chrome */
	-o-transform: scale(0.8);
	/* Opera */
}

.zt_tag {
	border: 1px solid #eaa422;
	/*line-height: 14px;*/
	/*height: 14px;*/
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 2px;
	margin-right: 2px;
	font-size: 12px;
	/*height: 13px;*/
	/*margin-top: 1px;*/
	background-color: #eaa422;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	/* IE 9 */
	-moz-transform: scale(0.8);
	/* Firefox */
	-webkit-transform: scale(0.8);
	/* Safari 和 Chrome */
	-o-transform: scale(0.8);
	/* Opera */
}

.video_time {
	position: absolute;
	right: 0px;
	color: #fff;
	padding: 0 5px 0 10px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
}

.big_video_time {
	position: absolute;
	right: 0px;
	color: #fff;
	padding: 0 5px 0 10px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	top: auto;
	bottom: 20px;
}

.video_play {
	width: 9px;
	background: url("/img/singlewidget/san.png");
	background-repeat: no-repeat;
	height: 12px;
	display: inline-block;
	position: relative;
	right: 1px;
	top: 3px;
}

/*数据区新增样式*/
.video_btn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.img_one_view li {
	height: 200px;
	overflow: hidden;
}

.img_two_view ul.imgview_list li {
	width: 95%;
	margin: 0;
	float: left;
	height: 80px;
	overflow: hidden;
}

.img_two_view div {
	width: 94%;
	margin: 0 auto;
}

.img_two_view ul.imgview_list {
	float: left;
	width: 50%;
}

li.img_two_view img {
	min-height: 80px;
}

.img_three_view {
	display: table;
}

.img_three_view ul.imgview_list {
	width: 33.333%;
	float: left;
}

.img_three_view li {
	height: 68px;
	overflow: hidden;
}

.img_three_view img {
	min-height: 68px;
}

.img_big img {
	min-height: 200px;
}

/**暂无数据**/
.nopreview {
	background-image: url(/img/singlewidget/nopreview.png);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: 50% 30%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*# sourceMappingURL=single.css.map */








/*=======================================================================================================================*/
/* banner lzy 2017-09-20 begin */

.list li:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid rgba(207, 207, 207, 0.95);
	color: rgba(207, 207, 207, 0.95);
	transform-origin: 0 100%;
	transform: scaleY(0.501);
}

.box-line {
	position: relative;
}
.box-line:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	border: 1px solid rgba(207, 207, 207, 0.95);
	border-radius: 5px;
	color: rgba(207, 207, 207, 0.95);
	transform-origin: 0 0;
	transform: scale(0.501);
}

.img_gallery {
	height: auto;
	overflow: hidden;
	position: relative;
}

.main_img {
	height: 190px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.9);
	position: relative;
}

.main_img ul {
	width: 9999px;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.main_img li {
	float: left;
	width: 100%;
	height: auto;
}

.main_img li span {
	display: block;
	width: 100%;
	height: 422px
}

.img_font {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	padding: 8px 10px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
}

.img_font span {
	font-size: 12px;
	display: none;
}

div.point {
	position: absolute;
	bottom: 0;
	right: 5px;
	z-index: 999;
	width: auto;
	height: 22px;
}

div.point a {
	float: left;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	display: block;
	border-radius: 50%;
	text-indent: -9000px
}

div.point a.on {
	background: #ef534e;
}

.main_img ul li span img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}

.main-title-texts{
	margin:20px 0 5px 0;
	width:100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align:center;
}

.main-title-texts a{
	width:40%;
	background:none;
	border-radius:5px;
	margin:0 5%;
	color:#ef534e;
	font-size:16px;
	height:34px;
	line-height:34px;
	position:relative;
	outline:0;
	border:none;
}


@media (device-height: 480px) and (-webkit-min-device-pixel-ratio:2) {
	/* iphone4/4s */ .main_img {
	height: 169px;
	overflow: hidden;
	position: relative;
}
}

@media (device-height: 568px) and (-webkit-min-device-pixel-ratio:2) {
	/* iphone5/5s */ .main_img {
	height: 169px;
	overflow: hidden;
	position: relative;
}
	.main-title-texts a{
		height:28px;
		line-height:28px;
	}
}

@media (device-height: 667px) and (-webkit-min-device-pixel-ratio:2) {
	/* iphone6/6s */ .main_img {
	height: 198px;
	overflow: hidden;
	position: relative;
}
	.main-title-texts a{
		height:29px;
		line-height:29px;
	}

}

@media (device-height: 736px) and (-webkit-min-device-pixel-ratio:2) {
	/* iphone6/6s Plus */ .main_img {
	height: 218px;
	overflow: hidden;
	position: relative;
}
}

