/*菜单*/
.sub_nav{background:#fff;width:1200px;margin:0 auto 20px;overflow:hidden}
.sub_nav p{border-top:1px solid #f6f6f6;font-size:14px;color:#666;padding:15px 0 15px 15px;line-height:27px;margin-top:-1px;position:relative}
.sub_nav p a,.sub_nav p span{display:inline-block;height:27px;margin:5px 0}
.sub_nav p span{position:absolute;left:25px;top:14px}
.sub_nav p a{padding:0 10px}
.sub_nav p a.on,.sub_nav p a:hover{background:#3385ff;color:#fff}
.sub_nav p a em{background:url(../images/com_icon.png) no-repeat -139px -18px;width:14px;height:14px;display:inline-block;margin-left:2px;vertical-align:5px}









.taptap-top-card {
    position: relative;
    margin-bottom: 16px;
    padding: 10px 0 10px 10px;
    background: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
}
.taptap-top-card .top-card-left {
    float: left;
    width: 18%;
    padding: 20px 0 5px;
    text-align: center;
}
.taptap-top-card .top-card-left .card-left-image>img {
    display: block;
    margin: 0px 30px 30px 32px;
    width: 150px;
	border:0;
	vertical-align: middle;
	border-radius:16px;
}
.taptap-top-card .btn-primary {
    border-color: #5ab770;
    background: #5ab770;
    color: #fff;
	padding: 9px 31px;
	    line-height: 20px;
	    font-size: 18px;
}
.taptap-top-card .top-card-middle {
    position: relative;
    float: left;
    padding: 15px 10px;
    width: 43.3%;
    height: 210px;
    background: #fafafa;
    overflow: hidden;
}
.taptap-top-card .top-card-middle .card-middle-title {
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.taptap-top-card .top-card-middle .card-middle-title .zhekou{
   padding-left: 13px;
   padding-right: 10px;
   color: #fff;
}
.taptap-top-card .top-card-middle .card-middle-footer {
    margin-bottom: 10px;
    margin-top: 10px;
}
.taptap-top-card .top-card-middle .card-middle-description {
    margin-bottom: 10px;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.taptap-top-card .top-card-middle .card-middle-description.p2 {
    height: 66px;
}

.taptap-top-card .top-card-middle .card-tags {
    position: absolute;
    bottom: 5px;
    color: #666;
	display: -webkit-box;
	display: flex;
	max-width: 100%;
}



.card-tags .btn{
	    padding: 2px 8px;
	    margin-right: 4px;
	    margin-top: -2px;
	    color: #00b3ff;
	    border-color: #00b3ff;
	    border: 1px solid;
}
.taptap-top-card .top-card-right {
    float: right;
    padding: 10px 0px 10px 0;
    width: 35%;
    max-height: 260px;
    background-color: #fafafa;
    overflow: hidden;
    margin-right: 10px;
	white-space: nowrap;
	font-size: 0;
}
.taptap-top-card .top-card-right.image-height .card-right-image {
    display: inline-block;
    width: 33%;
}

.taptap-top-card .top-card-right .card-right-image {
    height: 220px;
    text-align: center;
    overflow: hidden;
}
.taptap-top-card .top-card-right.image-height .card-right-image>img {
    height: 100%;
}
.taptap-top-card .top-card-right.image-height .card-right-image:nth-child(2) {
    margin: 0 .5%;
}
.taptap-top-card .top-card-order-triangle.red {
    width: 0;
    height: 0;
    border-top: 50px solid #E03730;
    border-right: 50px solid transparent;
}
.taptap-top-card .top-card-order-triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #00b3ff;
    border-right: 50px solid transparent;
}
.taptap-top-card .top-card-order-text {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font: italic 18px Impact;
    color: #fff;
    z-index: 100;
    word-break: normal;
    word-wrap: normal;
}
