/*列表*/
.recommends {
	width: 100%;
	overflow-x: hidden;
	background-color: #fff;
	border-top: 10px #eee solid
}

.recommends a {
	text-decoration: none
}

.recommends-title {
	display: block;
	height: 1.6rem;
	margin: 1.4rem 0 1.4rem 1.5rem;
	color: #323232;
	font-size: 1.6rem;
	line-height: 1.55rem;
	overflow: hidden
}

.right-border {
	display: inline-block;
	width: 3px;
	height: 1.6rem;
	margin-right: 1rem;
	vertical-align: top;
	background-color: #ff74b9;
	border-radius: 1.5px
}

.palin-text,
.palin-text li a {
	position: relative;
	font-size: 1.5rem
}

.palin-text {
	overflow: hidden;
	color: #6c6155
}

.palin-text:after,
.palin-text:before {
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 0;
	height: 0;
	margin-left: -4px;
	content: " ";
	z-index: 101
}

.palin-text li {
	position: relative;
	padding-left: 1.5rem
}

.palin-text li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #323232;
	border-bottom: 1px solid #ddd
}

.recommends .palin-text li:active {
	background-color: #f5f5f5
}

.palin-text li a span {
	/*margin-top: .6rem;*/
	padding-right: 1.5rem
}

.vertical {
	display: block;
	font-size: 1.rem;
	line-height: 3rem
}

.img-text,
.info {
	line-height: 2.8rem
}

.img-text {
	-webkit-line-clamp: 2;
	font-size: 1.9rem;
    display: -webkit-box!important;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.info {
	height: 3rem;
	color: #999;
	font-size: 1.2rem
}

.recommend-link .info {
	margin-top: -0.5rem
}

.img-recommend .info {
	position: absolute;
	bottom: .5rem;
	left: 0;
	right: 12.5rem
}

.right-info {
	float: right
}

.reply,
.villain {
	display: inline-block;
	width: 1.2rem;
	vertical-align: middle
}

.reply {
	height: 1.2rem
}

.reply,
.villain {
	margin-right: 5px;
	background-size: 100%
}



.desc {
	position: absolute;
	right: 12.5rem;
	left: 0;
	top: 1.2rem;
	padding-right: 1rem
}

.img-holder {
	position: relative;
	display: inline-block;
	float: right;
	width: 11rem;
	height: 7.5rem;
	min-height: 7rem;
	margin-right: 1.5rem;
	margin-top: 1.5rem;
	vertical-align: middle;
	overflow: hidden
}

.img-holder img {
	height: 100%
}

.img-recommend {
	height: 10rem
}

.share-footer {
	height: auto
}

.app-logo {
	float: left;
	height: 50px;
	width: 50px;
	margin: 9px 4px 0 15px
}

.download-mess {
	float: left;
	margin-top: 8px;
	padding-left: 4px;
	font-size: 14px
}




/*列表*/
/*奖*/
.fade {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 0;
}

.fade.in {
	opacity: 1;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade .modal-sm {
	-webkit-transform: translate(0, -10%);
	-ms-transform: translate(0, -10%);
	-o-transform: translate(0, -10%);
	transform: translate(0, -10%);
}

.fade.in .modal-sm {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	transform: translate(0, 0%);
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, .3);
}

.modal h4 {
	font-size: 1.66rem;
}

.bs-example-modal-sm {
	width: 100%;
	line-height: 45px;
	font-size: 1.6em;
	border-bottom: 2px #ddd solid;
	/*margin-bottom: 20px;*/
	text-align: center;
	display: none;
}

.modal-sm {
	width: 300px;
}

.modal-dialog {
	margin: 30px auto;
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-body {
	position: relative;
	padding: 15px;
}

@media screen and (max-width:800px) {
	.modal-sm {
		max-width: 80%;
		max-height: 80%;
	}
}

/*奖*/

/*直推*/
.container {
	margin: 0px auto;
	position: relative;
	padding: 30px 0px 0px 0px;
	height: 100%;
	z-index: 10;
}

#closebtn {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #cecece;
	cursor: pointer;
	font-size: 18px;
	font-weight: bolder;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

.wenzi1 {
	background: #279d85;
	color: #fff;
	/* height: 60px; */
	/* line-height: 60px; */
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
	width: 80%;
	margin: 20px auto;
	padding: 8px 10px;
}

.wenzi2 {
	color: #279d85;
	width: 70%;
	margin: 10px auto;
	text-align: center;
	font-size: 15px;
}

.tximg {
	text-align: center;
}

.tximg img {
	max-width: 40%;
}

.guanzhu {
	background: #393943;
	color: #fff;
	text-align: center;
	font-size: 1.39rem;
}

.guanzhu span {
	display: inline-block;
	line-height: 30px;
	margin-left: 10px;
}

.guanzhu .line {
	display: inline-block;
	width: 2px;
	margin: 6px 0px 0px 10px;
	height: 25px;
	background: #fff;
	vertical-align: top;
}

.guanzhu img {
	height: 25px;
	margin: 8px 5px 0px 0px;
}

.copybox {
	text-align: center;
	height: 166px;
	background: url(../images/m_13.html) 0px bottom #c9caca no-repeat;
	background-size: 100% auto;
}

.wenzi3 {
	font-size: 16px;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.wenzi4 {
	font-size: 17px;
	text-align: center;
}

.copybox .copy {
	height: 40px;
	line-height: 40px;
	margin: 20px auto;
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
	background: #279d84;
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
}

.footer {
	text-align: center;
	color: #009944;
	font-size: 14px;
	height: 20px;
	line-height: 15px;
}

.dongtu {
	text-align: center;
}

.dongtu img {
	max-width: 100%;
}

/*直推*/

/*弹窗加*/
.copybox-kl {
	background: #fff;
	position: relative;
	padding: 10px 10px 20px 10px;
	border-radius: 10px;
	text-align: center;
}

.wenzi2-kl {
	font-size: 5em;
	color: #279d84;
	text-align: center;
	height: 50px;
	line-height: 50px;
	word-wrap: break-word;
	overflow: hidden;
}

.wenzi3-kl {
	font-size: 5.8em;
	text-align: center;
	height: 60px;
	line-height: 60px;
	word-wrap: break-word;
	overflow: hidden;
}

.wenzi4-kl {
	font-size: 4.0em;
	text-align: center;
}

.copybox-kl .copy-kl {
	height: 40px;
	line-height: 40px;
	margin: 20px auto 0px auto;
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
	background: #ff73b8;
	color: #fff;
	font-size: 6em;
	border-radius: 20px;
}



.m-dialog {
	font-family: microsoft yahei;
	display: none;
}

.m-dialog .background-kl {
	position: fixed;
	_position: absolute;
	z-index: 9;
	top: 0px;
	left: 0px;
	width: 100%;
	_width: expression(document.documentElement.scrollWidth);
	height: 100%;
	_height: expression(document.documentElement.scrollHeight);
	background: rgb(50, 50, 50);
	background: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=50);
}

.m-dialog .close-pop-kl {
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #279d84;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	font-size: 0.8rem;
}

.dia-con-kl {
	/*position: fixed;top: 30%;left: 50%;margin-top: -93px;margin-left: -160px;z-index: 10;padding: 10px;background: #c9caca ;*/
	width: 80%;
	min-width: 20em;
	/*max-width:40em;*/
	margin: 16rem auto 0px auto;
}

@media screen and (min-width: 900px) {
	.m-dialog {
		font-size: 62.5%;
	}
}

@media screen and (max-width: 900px) {
	.m-dialog {
		font-size: 62.5%;
	}
}

@media screen and (max-width: 600px) {
	.m-dialog {
		font-size: 55%;
	}
}

@media screen and (max-width: 400px) {
	.m-dialog {
		font-size: 50%;
	}
}

/*弹窗加*/
