body {
	font-family: Arial;
  	font-size: 14px;
  	margin: 0;
}
a, a:active, a:hover, a:focus {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ld-title-header {
    padding: 11px 35px;
    size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    background-image: linear-gradient(to right, #ee0033, #ba1236);
    color: #fff;
}
.ld-tx-head {
	font-size: 11.5px;
	line-height: 1.5;
	margin: 0;
	color: #fff;
}
.ld-img-banner {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.ld-wrap-slide {
	position: relative;
}
.ld-wmore-bn {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 67px;
  	height: 25px;
  	border-radius: 12.5px;
  	background-color: #0000004d;
  	font-size: 12px;
  	color: #fff;
  	line-height: 25px;
  	text-align: center;
}
.ld-word-white:hover, .ld-word-white:active, .ld-word-white:focus {
	color: #fff;
}
.ld-btn-banner {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.ld-wrimg-bn {
	display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.ld-subcribe-bn {
    /*width: 127px;*/
    height: 15px;
    border-radius: 3px;
    background-image: linear-gradient(to bottom, #ee0033, #ba1236);
    padding: 5px 10px 5px 10px;
    font-size: 11px;
    line-height: 1.25;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
}
.ld-subcribe-bn:before {
	background-image: url('../img/plus.png');
	width: 12px;
	height: 12px;
	content: '';
	display: inline-block;
	background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
	margin-bottom: 2px;
}
.ld-title-ln {
	font-size: 16px;
    margin: 10px 0;
    text-align: center;
    padding: 0 25px;
    font-weight: normal;
}
.ld-title-ls {
	font-size: 14px;
	margin: 0 0 10px;
}
.ld-box-list {
	padding: 0 10px;
}
.ld-lin-wrap {
	display: inline-block;
	width: 100%;
}
.ld-wr-thumb {
	width: 135px;
  	height: 90px;
  	border-radius: 3px;
  	float: left;
}
.ld-wcm-tt {
	font-size: 14px;
	line-height: 16px;
}
.ld-wr-info {
    display: inline-block;
    width: calc(100% - 135px);
}
.ld-inner-cm {
	padding-left: 10px;
}
.ld-lin-title, .ld-lin-title:hover, .ld-lin-title:active, .ld-lin-title:focus {
	color: #231f20;
}
.ld-two-line {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ld-wrbt-cm {
	text-align: right;
	margin: 15px 0;
	float: right;
}
.ld-word-yellow {
	color: #ffea00;
}
.ld-wrap-cm {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.cover-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: 0.3;
    display: none;
}
.ld-modal {
	width: 300px;
    min-height: 151px;
    background-color: #fefefe;
    z-index: 3;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
.ld-modal-title {
	margin: 20px 0;
	padding: 0 20px;
	font-size: 18px;
	color: #231f20;
	font-weight: normal;
	text-align: center;
}
.ld-mdwrap-txt {
	padding: 0 30px;
	text-align: center;
}
.ld-word-modal {
	font-size: 14px;
}
.ld-wr-foot {
	margin-top: 15px;
	text-align: center;
}
.ld-modal-foot {
	margin-bottom: 20px;
}
.ld-btn-modal {
    font-size: 15px;
    padding: 6px 25px;
    line-height: 18px;
    background-image: linear-gradient(to bottom, #ee0033, #ba1236);
    border-radius: 3px;
    outline: none;
    border: none;
    color: #fff;
}
.ld-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	background-size: contain;
}
.ld-icon-close {
	background-image: url('../img/close.png');
}
.ld-modal-head {
	position: relative;
}
.ld-btclose-popup {
    position: absolute;
    right: 20px;
    top: 0;
    display: inline-block;
    cursor: pointer;
    line-height: 10px;
}
