.ui-cells:before,
.ui-cells:after {
    border: none;
}

.ui-row {
    /* border-top: 1px solid #d2d2d2; */
    font-size: 0.7rem;
	padding-bottom: .6rem;
}


/* .ui-col-33{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
} 
.ui-col-33:last-of-type{
	border: none;
}*/

.ui-row .ui-col-25 {
    padding: .6rem 0;
}

.ui-row .ui-col-25 a {
    color: #3A3A3A;
}


/*
.ui-row .ui-col-33:nth-of-type(4){
	border-right: none;
	border-bottom: none;
}*/

.ui-content .ui-cells:first-of-type {
    margin-top: 0;
}

.title-text {
    padding:0.8rem 1.5rem 0 1.5rem;
    font-size: 0.75rem;
	font-weight: bold;
    border-top: none;
    color: #1C1B20;
}

.category-img,
.mall-name {
    text-align: center;
    font-size: 0.6rem;
    position: relative;
}

.category-img img {
    width: 38%;
}

.pop-model {
    position: fixed;
    top: 0;
    left: 0;
}

.pop-model,
.mask {
    /*background-color: rgba(0,0,0,0.6);*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.mask {
    background: rgba(0, 0, 0, .7);
}

.pop_content {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}

.pop_boxes {
    width: 100%;
}

.pop_boxes .pop {
    width: 100%;
    padding: 0 4% 20px;
    background: #fff;
}

.space_hx {
    clear: both;
    width: 100%;
    height: 10px;
    font-size: 1px;
    overflow: hidden;
}

.pop {
    padding: 15px 0;
    border-bottom: 1px solid #D3D1D1;
    position: relative;
}

.pop .pop_list {
    position: relative;
    padding: 10px 0;
}

.pop .pop_list p.tip_choose {
    color: #f00;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
}

.pop .pop_list p {
    text-align: left;
    font-size: 16px;
    color: #666;
    padding: 5px 0 10px;
    margin: 0;
}

.pop .list li {
    float: left;
    width: 43%;
    margin: 3%;
    border: 1px solid #d3d1d1;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    padding: 10px 0;
    color: #666;
}

.ok_btn {
    background: #01AAAF;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 16px;
}

.pop .list li.hover {
    background: #01AAAF;
    color: #fff;
    border: 1px solid #01AAAF;
}

.limit_ad {
    display: block;
    position: absolute;
    top: -0.8rem;
    right: 1rem;
}