/* Rocoz Add */
.page-content img {
	max-width: 100%;
}

.title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
}

.page-content p.att {
	font-size: 12px;
	color: #CCC;
}

.app-list h4,
.buyrent-list h4 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px 0;
}

.app-list h4 + p,
.buyrent-list h4 + p {
    color: #ccc;
    font-size: 14px;
    margin: 0
}

.app-list .sml-p {
    margin: 0;
}

.app-list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.app-list:not(:last-of-type) {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.app-list-inner:nth-child(2) {
    width: 860px;
    padding: 0 30px;
}

.app-list-inner:nth-child(3) {
    width: 150px;
}

.app-list-inner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
