html,body {
    font-family: "微软雅黑", "华文细黑", "Microsoft YaHei", STXihei, serif, Georgia, "Times New Roman";
}

.table th{
	text-align: center;
}

input[type="text"], input[type="number"], .form-control {
    background-color: #fffffc;
}

input[type="text"]:focus, input[type="number"]:focus, .form-control:focus {
    background-color: #ffffff;
    border-color: #999;
}

.modal-header {
    padding: 5px 5px 5px 5px;
}
.modal-footer {
    padding-top: 5px;
    padding-bottom: 5px;
}
.bootstrap-tagsinput{
    text-align: left;
}
.modal-lg {
    width: 90%;
}
.error{
    color:red;
}
.border-bottom-3 {
    border-bottom: 3px solid #2dc3e8;
}
.margin-top-bottom-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.query-form{
	margin-bottom: 5px;
	margin-top: 5px;
}

.toolbar{
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 8px;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.2);
	border-left-width: 5px;
	border-radius: 3px;
}

.card-box {
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 12px;
    margin-bottom: 15px;
    vertical-align: top;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.img-box {
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.img-box img{
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.selected{
    border-color: blue;  
    background-color: blue;
}

.article-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    vertical-align: top;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    /*background-color: #fff;*/
}
.article-box a{
    text-decoration: none;
}
/*图文封面，第一行的样式*/
.article-box .title {
    position: relative;
    padding-bottom: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    background-color: #fff;
}
.article-box .title img{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.article-box .title p{
    padding-top: 0;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6)!important;
    overflow: hidden;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

/*中部图文项*/
.article-box .list {
    border-top: 1px solid #e7e7eb;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    cursor: pointer;
}
.article-box .list img{
    float: right;
    width: 78px;
    height: 78px;
    margin-left: 14px;
}
.article-box .list p{
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-top: 14px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
    color: #000;
}

.article-box .hover{

}
.article-box .hover:hover{
    border: 1px solid #5db2ff;
    opacity: 0.7;
}
.article-box .active {
    border: 1px solid #43b548;
    opacity: 0.7;
}

/*底部编辑按钮*/
.article-box .footer {
    background-color: #f4f4f4;
    border-top: 1px solid #e7e7eb;
}
.article-box .footer ul{
    overflow: hidden;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0px;
}
.article-box .footer ul li{
    float: left;
    line-height: 44px;
    height: 44px;
    width: 50%;
    display: list-item;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #e7e7eb;
}
.article-box .footer ul li.no_extra {
    border-right-width: 0;
}
.article-box .footer ul li:hover{
    background-color: #fff;
}

tr{
	font-size: 13px;
}
/*陕IC备10004898号*/
.login_foot{
	text-align: center;
	color: gray;
	margin-top: 40px;
	margin-left: 20px;
}
.login_href{
	color: gray;
	text-decoration:underline;
}



/*卡券样式*/
.coupon{
	background-color: rgba(204, 204, 204, 0.32);
	/*margin: 20px;*/
}
.coupon .coupon-body{
/*	background-color: #fff;*/
	margin: 35px 0px 200px;
}
.coupon .coupon-body .coupon-bodyTop{
		background-color: #fff;
	border-bottom: 1px dashed #e7e7eb;
	position: relative;
	background-color: #fff;
	-webkit-border-radius:5px 5px 0 0;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel{
	padding: 21px 12px 12px;
	min-height: 137px;
	height: auto;
	text-align: center;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel .logo-area{
	position: absolute;
	margin-bottom: 7px;
	line-height: 42px;
	color: #8d8d8d;
	margin-top: -20px;
	display: flex;
    color: #ffffff;
}
 .shop-panel .logo-area .logo{
	display: block;
    width: 38px;
    height: 38px;
    padding-top: 0;
    margin: 10px auto;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    float: none;
    border: 1px solid #e7e7eb;
    background-color: #fff;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel .logo-area .logo img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: inherit;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel .msg-area{
	margin: 25px;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel .msg-area .tick-msg p{
	font-weight: normal;
	font-size: 28px;
	line-height: 36px;
	word-break: break-word;
    word-wrap: break-word;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel .msg-area .tick-msg span{
	display: inline-block;
    overflow: visible;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    /*border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    border-width: 1px;
    /*border-style: solid;*/
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel .card-usage{
	text-align: left;
    padding: 0 10px 1em;
    background-color: #fff;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel .card-usage ul{
	list-style: none;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel .card-usage ul li{
	overflow: hidden;
    padding-left: 5em;
    clear: both;
    color: #8d8d8d;
}
.coupon .coupon-body .coupon-bodyTop .shop-panel .card-usage ul li .usage-label{
	float: left;
    margin-left: -5em;
    color: #222;
}
.coupon .coupon-body .coupon-bodyBottom{
	background-color: #fff;
}
.coupon .coupon-body .coupon-bodyBottom .cover-wrap{
	overflow: hidden;
    height: 116px;
    /*height: auto;*/
    margin-top: 15px;
    position: relative;
}
.coupon .coupon-body .coupon-bodyBottom .cover-wrap p{
	padding-top: 0;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6)!important;
    overflow: hidden;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.coupon .coupon-body .coupon-bodyBottom img{
	width: 100%;
	height: 100%;
}



.couponCount .business .brand-img{
	display: inline-block;
	vertical-align: top;
}
.couponCount .business .brand-img img{
	margin-left: 10px;
	width: 80px;
	height: 80px;
}
.couponCount .baseInfo{
	padding-top: 7px;
    margin-bottom: 0;
    display: inline-block;
}
.couponCount .baseColor{
	margin-top: 7px;
	width: 18px;
	height: 18px;
}
.couponCount .cover{
	overflow: hidden;
    max-height: 116px;
    max-width: 200px;
    padding-top: 5px;
}
.couponCount .cover img{
	width: 100%;
	height: 100%;
}

.msg_card_cell.last_cell {
    -webkit-border-radius: 0 0 5px 5px;
}
.card_preview_area .msg_card_cell {
    background-color: #fff;
}
.msg_card_cell.last_cell .list {
    border-bottom-width: 0;
}
.coup_band_span .cardName{
	display:block;
	font-size: 15px;
	margin-left: 20px;
}
