
.bs_main{	font-family: -apple-system, BlinkMacSystemFont,'Segoe UI','Roboto', 'Droid Sans','Helvetica Neue', 'Helvetica', 'Arial', sans-serif;	
	width:100%;		 margin: 0;
	/* margin:0 auto; */
}

.b_grid {
    line-height: 0;
}

.b_grid a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.b_grid .b_justify_list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    line-height: 1;
    transition: all .2s ease;
    box-sizing: border-box;
}

.b_radius_box {
    border-radius: 2px;
    overflow: hidden;
}

.b_grid .b_justify_list {
    width: 32%;
    /* height: 352px; */
	margin:0 5px 20px 5px;
}

.b_grid .b_justify_list:nth-child(n+2) {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}

/* .b_grid .b_justify_list:nth-child(n+3) {
    margin-bottom: 0;
} */

.b_bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-color: #eeeeee;
    overflow: hidden;
}

.g_l_box {
    position: absolute;
	left: 0;
}

.base_card {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    background: #fff;
}

.base_card .b_bg .top {
    top: 0px;
    height: 34px;
    width: 100%;
    padding: 8px 12px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
}

.base_card ul {
    position: relative;
    /* height: 132px; */
    padding: 0 12px 12px 12px;
    line-height: 1.2;
    box-sizing: border-box;
    border-top: none;
	margin-top:0;
	margin-bottom:0;
	width:87%;
	display:inline-block;
}

.title_number{
	padding: 10px 10px;
    background: #00a16b;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    width: 10%;
    text-align: center;
    font-size: 14px;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.base_card ul li{
	padding-left:0;
}

ul li {
    list-style: none;
}

.base_card ul li:first-child {
    padding-top: 8px;
}

.g_rel {
    position: relative;
}

.base_card ul .title {
	background:none !important;
	border:none !important;
	padding:0 !important;	
    font-size: 16px !important;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin:0;
}

.b_grid>.b_justify_list h2 {
   font-size: 12px !important;
   margin:3px 0 !important;
   color:#888 !important;
}

.b_grid>.b_justify_list h3 {
    font-weight: 500;
}

/* .base_card ul .price {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 24px);
} */

.t_gray {
    color: #888;
}

.base_card ul .price .del_price {
    font-size: 14px;
}

.base_card ul .price p:first-child {
    margin-bottom: 2px;
}

.base_card ul .price .latest_price {
    font-size: 18px;
	display:inline-block;
	vertical-align:middle;
	padding: 10px 0;
}

.b_right {
    float: right;
}

.base_card ul .price .b_right {
    position: relative;
    top: 5px;
    font-size: 12px;
}
.t14 {
    font-size: 14px;
}
	
.b_main {
    color: #1994d7;
}
.b_bg_white {
    background-color: #fff;
}

.details-box a.btnsel {
    font-weight: 600;
    border: 1px solid #1994d7;
    padding: 7px 15px;
    vertical-align: top;
	background: none;
	color: #1994d7;
}

.details-box a.btnsel:hover {
    background: #1994d7;
    color: #fff;
}

.b_grid .b_bg {
    height: 215px;
}

.b_bg {
    position: relative;
}

.bs_move:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12) !important;
}

.viewport .b_grid .b_justify_list{
	width:48%;
	margin:0.5%;
	margin-bottom:10px;
}

@media screen and (max-width: 560px){
	.viewport .b_grid .b_justify_list{
		width:100%;
	}
}